Hello community, here is the log from the commit of package vte for openSUSE:Factory checked in at 2016-11-10 13:12:25 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/vte (Old) and /work/SRC/openSUSE:Factory/.vte.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "vte" Changes: -------- --- /work/SRC/openSUSE:Factory/vte/vte.changes 2016-09-21 18:33:23.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.vte.new/vte.changes 2016-11-10 13:12:27.000000000 +0100 @@ -1,0 +2,11 @@ +Mon Nov 07 21:30:37 UTC 2016 - [email protected] + +- Update to version 0.46.1: + + app: Add MULTILINE flag for regex + + app: Fix search button sensitivity + + app: Fix button icon name + + widget: Fix backward search + + build: Require vala 0.24 + + Updated translations. + +------------------------------------------------------------------- Old: ---- vte-0.46.0.tar.xz New: ---- vte-0.46.1.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ vte.spec ++++++ --- /var/tmp/diff_new_pack.BiF0AT/_old 2016-11-10 13:12:28.000000000 +0100 +++ /var/tmp/diff_new_pack.BiF0AT/_new 2016-11-10 13:12:28.000000000 +0100 @@ -24,13 +24,13 @@ Name: vte %define _name vte Url: http://www.gnome.org -Version: 0.46.0 +Version: 0.46.1 Release: 0 Summary: Terminal Emulator Library -License: LGPL-2.0 and GPL-2.0+ -Group: Development/Libraries/GNOME # Switched to sourceservice, as upstream have a tendency to not release tarballs on time. #Source: http://download.gnome.org/sources/vte/0.45/%%{_name}-%%{version}.tar.xz +License: LGPL-2.0 and GPL-2.0+ +Group: Development/Libraries/GNOME Source: %{_name}-%{version}.tar.xz BuildRequires: fdupes BuildRequires: gcc-c++ ++++++ _service ++++++ --- /var/tmp/diff_new_pack.BiF0AT/_old 2016-11-10 13:12:28.000000000 +0100 +++ /var/tmp/diff_new_pack.BiF0AT/_new 2016-11-10 13:12:28.000000000 +0100 @@ -4,7 +4,7 @@ <param name="scm">git</param> <param name="versionformat">@PARENT_TAG@</param> <param name="changesgenerate">enable</param> - <param name="revision">refs/tags/0.46.0</param> + <param name="revision">refs/tags/0.46.1</param> </service> <service name="recompress" mode="disabled"> <param name="file">*.tar</param> ++++++ _servicedata ++++++ --- /var/tmp/diff_new_pack.BiF0AT/_old 2016-11-10 13:12:28.000000000 +0100 +++ /var/tmp/diff_new_pack.BiF0AT/_new 2016-11-10 13:12:28.000000000 +0100 @@ -1,4 +1,4 @@ <servicedata> <service name="tar_scm"> <param name="url">git://git.gnome.org/vte</param> - <param name="changesrevision">c17999a8df0bbc80a7c69b529bc8dc1e86519755</param></service></servicedata> \ No newline at end of file + <param name="changesrevision">fbd3708d46adff180c89139aa5d2555a241ddc9b</param></service></servicedata> \ No newline at end of file ++++++ vte-0.46.0.tar.xz -> vte-0.46.1.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/vte-0.46.0/MAINTAINERS new/vte-0.46.1/MAINTAINERS --- old/vte-0.46.0/MAINTAINERS 2016-09-18 10:26:17.000000000 +0200 +++ new/vte-0.46.1/MAINTAINERS 1970-01-01 01:00:00.000000000 +0100 @@ -1,7 +0,0 @@ -Behdad Esfahbod -Email: [email protected] -Userid: behdad - -Chris Wilson -Email: [email protected] -Userid: cpwilson diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/vte-0.46.0/Makefile.am new/vte-0.46.1/Makefile.am --- old/vte-0.46.0/Makefile.am 2016-09-18 10:26:17.000000000 +0200 +++ new/vte-0.46.1/Makefile.am 2016-10-18 11:19:39.000000000 +0200 @@ -5,7 +5,6 @@ SUBDIRS = src po doc perf EXTRA_DIST = \ - MAINTAINERS \ HACKING \ autogen.sh \ ChangeLog.pre-git \ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/vte-0.46.0/configure.ac new/vte-0.46.1/configure.ac --- old/vte-0.46.0/configure.ac 2016-09-18 10:26:17.000000000 +0200 +++ new/vte-0.46.1/configure.ac 2016-10-18 11:19:39.000000000 +0200 @@ -1,6 +1,6 @@ m4_define([version_major],0) m4_define([version_minor],46) -m4_define([version_micro],0) +m4_define([version_micro],1) m4_define([version_triplet],version_major.version_minor.version_micro) AC_PREREQ([2.63]) @@ -341,7 +341,7 @@ [],[enable_test_application=$enable_vala]) AC_MSG_RESULT([$enable_test_application]) -AM_PROG_VALAC([0.18.0],[],[ +AM_PROG_VALAC([0.24.0],[],[ if test "$enable_test_application" != "no"; then AC_MSG_ERROR([vala support enabled by vala compiler not found]) fi]) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/vte-0.46.0/po/eu.po new/vte-0.46.1/po/eu.po --- old/vte-0.46.0/po/eu.po 2016-09-18 10:26:17.000000000 +0200 +++ new/vte-0.46.1/po/eu.po 2016-10-18 11:19:39.000000000 +0200 @@ -2,99 +2,88 @@ # This file is distributed under the same license as the PACKAGE package. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER. # -# Alberto Fernández Benito <[email protected]>, 2003. -# Iñaki Larrañaga Murgoitio <[email protected]>, 2004, 2007, 2008, 2010, 2014. # +# Alberto Fernández Benito <[email protected]>, 2003. +# Iñaki Larrañaga Murgoitio <[email protected]>, 2004, 2007, 2008, 2010, 2014, 2016. msgid "" msgstr "" "Project-Id-Version: vte master\n" -"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/enter_bug.cgi?" -"product=vte&component=general\n" -"POT-Creation-Date: 2014-08-07 15:53+0200\n" -"PO-Revision-Date: 2014-08-05 17:54+0200\n" -"Last-Translator: Iñaki Larrañaga Murgoitio <[email protected]>\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-09-23 23:27+0200\n" +"PO-Revision-Date: 2016-09-23 23:28+0100\n" +"Last-Translator: dooteo <[email protected]>\n" "Language-Team: Basque <[email protected]>\n" "Language: eu\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Generator: Lokalize 1.4\n" +"X-Generator: Lokalize 2.0\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: ../src/app.ui.h:1 -msgid "Copy" -msgstr "Kopiatu" - -#: ../src/app.ui.h:2 -msgid "Paste" -msgstr "Itsatsi" - -#: ../src/app.ui.h:3 -msgid "Reset (use Ctrl to reset and clear)" -msgstr "Leheneratu (erabili Ktrl leheneratzeko eta garbitzeko)" - -#: ../src/app.ui.h:4 -msgid "Reset" -msgstr "Leheneratu" - -#: ../src/app.ui.h:5 -msgid "Toggle input enabled setting" -msgstr "Txandakatu aktibatutako sarreraren ezarpena" - -#: ../src/app.ui.h:6 -msgid "Input" -msgstr "Sarrera" - -#: ../src/iso2022.c:791 ../src/iso2022.c:799 ../src/iso2022.c:830 -#: ../src/vte.c:1992 +#: ../src/iso2022.cc:73 ../src/iso2022.cc:81 ../src/iso2022.cc:111 +#: ../src/vtegtk.cc:3072 #, c-format msgid "Unable to convert characters from %s to %s." msgstr "Karaktereak ezin dira %s-(e)tik %s-(e)ra bihurtu." -#: ../src/iso2022.c:1496 -#, c-format -msgid "Attempt to set invalid NRC map '%c'." -msgstr "Saiatu '%c' baliogabeko NRC mapa ezartzen." - -#. Application signalled an "identified coding system" we haven't heard of. See ECMA-35 for gory details. -#: ../src/iso2022.c:1526 -msgid "Unrecognized identified coding system." -msgstr "Identifikatu kodeketa-sistema ezezaguna." - -#: ../src/iso2022.c:1585 ../src/iso2022.c:1612 -#, c-format -msgid "Attempt to set invalid wide NRC map '%c'." -msgstr "Saiatu baliogabeko zabalera NRC mapan ezartzen '%c'." - -#. Bail back to normal mode. -#: ../src/vteapp.c:1026 -msgid "Could not open console.\n" -msgstr "Ezin izan da kontsola ireki.\n" - -#: ../src/vteapp.c:1136 -msgid "Could not parse the geometry spec passed to --geometry" -msgstr "Ezin izan da '--geometry' parametroari emandako geometria aztertu" - #. Translators: %s is replaced with error message returned by strerror(). -#: ../src/vte.c:4208 +#: ../src/vte.cc:4002 #, c-format msgid "Error reading from child: %s." msgstr "Errorea umetik irakurtzean: %s. " -#: ../src/vte.c:4344 -msgid "Unable to send data to child, invalid charset convertor" -msgstr "" -"Ezin dira datuak umeari bidali, baliogabeko karaktere-multzo bihurtzailea" - -#: ../src/vte.c:4355 ../src/vte.c:5377 +#: ../src/vte.cc:4141 #, c-format msgid "Error (%s) converting data for child, dropping." msgstr "Errorea datuak bihurtzean (%s) umearentzako, jaregiten." -#: ../src/vte.c:7678 -#, c-format -msgid "Error reading PTY size, using defaults: %s\n" -msgstr "Errorea PTY-ren tamaina irakurtzean, lehenetsiak erabiltzen: %s\n" +#: ../src/vte.cc:7910 +msgid "WARNING" +msgstr "ABISUA" + +#: ../src/vte.cc:7911 +msgid "GNUTLS not enabled; data will be written to disk unencrypted!" +msgstr "GNUTLS ez dago gaituta: datuak diskoan enkriptatu gabe idatziko dira." + +#~ msgid "Copy" +#~ msgstr "Kopiatu" + +#~ msgid "Paste" +#~ msgstr "Itsatsi" + +#~ msgid "Reset (use Ctrl to reset and clear)" +#~ msgstr "Leheneratu (erabili Ktrl leheneratzeko eta garbitzeko)" + +#~ msgid "Reset" +#~ msgstr "Leheneratu" + +#~ msgid "Toggle input enabled setting" +#~ msgstr "Txandakatu aktibatutako sarreraren ezarpena" + +#~ msgid "Input" +#~ msgstr "Sarrera" + +#~ msgid "Attempt to set invalid NRC map '%c'." +#~ msgstr "Saiatu '%c' baliogabeko NRC mapa ezartzen." + +#~ msgid "Unrecognized identified coding system." +#~ msgstr "Identifikatu kodeketa-sistema ezezaguna." + +#~ msgid "Attempt to set invalid wide NRC map '%c'." +#~ msgstr "Saiatu baliogabeko zabalera NRC mapan ezartzen '%c'." + +#~ msgid "Could not open console.\n" +#~ msgstr "Ezin izan da kontsola ireki.\n" + +#~ msgid "Could not parse the geometry spec passed to --geometry" +#~ msgstr "Ezin izan da '--geometry' parametroari emandako geometria aztertu" + +#~ msgid "Unable to send data to child, invalid charset convertor" +#~ msgstr "" +#~ "Ezin dira datuak umeari bidali, baliogabeko karaktere-multzo bihurtzailea" + +#~ msgid "Error reading PTY size, using defaults: %s\n" +#~ msgstr "Errorea PTY-ren tamaina irakurtzean, lehenetsiak erabiltzen: %s\n" #~ msgid "Duplicate (%s/%s)!" #~ msgstr "Bikoiztu (%s / %s)!" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/vte-0.46.0/po/hr.po new/vte-0.46.1/po/hr.po --- old/vte-0.46.0/po/hr.po 2016-09-18 10:26:17.000000000 +0200 +++ new/vte-0.46.1/po/hr.po 2016-10-18 11:19:39.000000000 +0200 @@ -5,115 +5,112 @@ msgstr "" "Project-Id-Version: vte 0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2008-09-09 19:00+0200\n" -"PO-Revision-Date: 2008-01-15 21:52+0000\n" -"Last-Translator: Launchpad Translations Administrators <rosetta@launchpad." -"net>\n" +"POT-Creation-Date: 2007-10-06 10:12+0000\n" +"PO-Revision-Date: 2016-09-24 13:08+0200\n" +"Last-Translator: gogo <[email protected]>\n" "Language-Team: Croatian <[email protected]>\n" -"Language: hr\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%" -"10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n" -"X-Launchpad-Export-Date: 2008-05-28 10:55+0000\n" -"X-Generator: Launchpad (build Unknown)\n" +"X-Launchpad-Export-Date: 2016-09-15 11:47+0000\n" +"X-Generator: Poedit 1.8.7.1\n" +"Language: hr\n" -#: ../src/iso2022.c:798 ../src/iso2022.c:806 ../src/iso2022.c:837 -#: ../src/vte.c:2201 +#: ../src/iso2022.c:791 ../src/iso2022.c:799 ../src/iso2022.c:830 +#: ../src/vte.c:1840 #, c-format msgid "Unable to convert characters from %s to %s." -msgstr "Ne mogu konvertirati znakovi iz %s u %s." +msgstr "Nemoguća pretvorba znakova iz %s u %s." -#: ../src/iso2022.c:1481 +#: ../src/iso2022.c:1540 #, c-format msgid "Attempt to set invalid NRC map '%c'." -msgstr "Pokušaj da se postavi neispravna NRC mapa '%c'." +msgstr "Pokušaj postavljanja neispravne NRC mape '%c'." #. Application signalled an "identified coding system" we haven't heard of. See ECMA-35 for gory details. -#: ../src/iso2022.c:1511 +#: ../src/iso2022.c:1570 msgid "Unrecognized identified coding system." -msgstr "Neprepoznati nađeni sustav kodiranja." +msgstr "Pronađen je nepoznati sustav kôdiranja." -#: ../src/iso2022.c:1570 ../src/iso2022.c:1597 +#: ../src/iso2022.c:1629 ../src/iso2022.c:1656 #, c-format msgid "Attempt to set invalid wide NRC map '%c'." -msgstr "Pokušaj da se postavi neispravna široka NRC mapa '%c'." +msgstr "Pokušaj postavljanja neispravne široke NRC mape '%c'." #. Give the user some clue as to why session logging is not #. * going to work (assuming we can open a pty using some other #. * method). -#: ../src/pty.c:831 +#: ../src/pty.c:879 #, c-format msgid "can not run %s" -msgstr "ne mogu pokrenuti %s" +msgstr "nemoguće je pokrenuti %s" #: ../src/reaper.c:136 msgid "Error creating signal pipe." -msgstr "Greška prilikom stvaranja signalne cijevi." +msgstr "Greška prilikom stvaranja slivnika signala." -#: ../src/trie.c:409 +#: ../src/trie.c:414 #, c-format msgid "Duplicate (%s/%s)!" msgstr "Duplikat (%s/%s)!" -#: ../src/vte.c:1257 +#: ../src/vte.c:1227 #, c-format msgid "Error compiling regular expression \"%s\"." msgstr "Greška u kompilaciji regularnog izraza \"%s\"." -#: ../src/vte.c:3061 ../src/vte.c:3066 +#: ../src/vte.c:2701 ../src/vte.c:2706 #, c-format msgid "No handler for control sequence `%s' defined." -msgstr "Nema rukovatelja za kontrolnu sekvencu `%s' ." +msgstr "Nema određenog rukovatelja za kontrolni slijed `%s' ." #. Translators: %s is replaced with error message returned by strerror(). -#: ../src/vte.c:4044 +#: ../src/vte.c:3671 #, c-format msgid "Error reading from child: %s." -msgstr "Greška prilikom čitanja od dijeteta: %s." +msgstr "Greška prilikom čitanja nadređenog: %s." -#: ../src/vte.c:4172 +#: ../src/vte.c:3787 msgid "Unable to send data to child, invalid charset convertor" -msgstr "Ne mogu djetetu poslati podatak, neisptavni pretvornik niza podataka" +msgstr "Nemoguće slanje podatka podređenom, neispravan pretvornik znakova" -#: ../src/vte.c:4183 ../src/vte.c:5099 +#: ../src/vte.c:3798 ../src/vte.c:4705 #, c-format msgid "Error (%s) converting data for child, dropping." -msgstr "Greška (%s) pri konverziji podataka za dijete, odbacujem." +msgstr "Greška (%s) pri pretvorbi podataka za nadređenog, odbacujem." -#: ../src/vte.c:7339 +#: ../src/vte.c:6941 #, c-format msgid "Error reading PTY size, using defaults: %s." msgstr "" "Greška prilikom čitanja PTY veličine, koristim uobičajene postavke: %s." -#: ../src/vte.c:7375 +#: ../src/vte.c:6977 #, c-format msgid "Error setting PTY size: %s." -msgstr "Greška u postavljanju veličine PTY-a: %s." +msgstr "Greška postavljanja PTY veličine: %s." #. Aaargh. We're screwed. -#: ../src/vte.c:11970 +#: ../src/vte.c:11451 msgid "_vte_conv_open() failed setting word characters" msgstr "_vte_conv_open() nije uspio postaviti znakove riječi" -#: ../src/vteseq.c:3996 +#: ../src/vteseq.c:3929 #, c-format msgid "Got unexpected (key?) sequence `%s'." -msgstr "Dobio sam neočekivanu (tipkanjem?) sekvencu `%s'." +msgstr "Dobio sam neočekivani (tipkanjem?) slijed `%s'." #. Bail back to normal mode. -#: ../src/vteapp.c:775 +#: ../src/vteapp.c:780 msgid "Could not open console.\n" -msgstr "Ne mogu otvoriti konzolu\n" +msgstr "Nemoguće otvaranje konzole\n" -#: ../src/vteapp.c:839 +#: ../src/vteapp.c:844 msgid "Could not parse the geometry spec passed to --geometry" -msgstr "Nisam mogao parsirati geometrijske specifikacije prosljeđene pomoću " -"--geometry" +msgstr "" +"Nemoguća obrada geometrijske specifikacije prosljeđene pomoću --geometry" -#: ../src/vteglyph.c:556 +#: ../src/vteglyph.c:562 #, c-format msgid "Unknown pixel mode %d.\n" msgstr "Nepoznati način piksela %d.\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/vte-0.46.0/po/it.po new/vte-0.46.1/po/it.po --- old/vte-0.46.0/po/it.po 2016-09-18 10:26:17.000000000 +0200 +++ new/vte-0.46.1/po/it.po 2016-10-18 11:19:39.000000000 +0200 @@ -3,82 +3,47 @@ # This file is distributed under the same license as the vte package. # Francesco Marletta <[email protected]>, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010. # Milo Casagrande <[email protected]>, 2015. +# Gianvito Cavasoli <[email protected]>, 2016. # msgid "" msgstr "" "Project-Id-Version: vte\n" "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/enter_bug.cgi?" "product=vte&keywords=I18N+L10N&component=general\n" -"POT-Creation-Date: 2015-03-20 00:18+0000\n" -"PO-Revision-Date: 2015-03-20 10:17+0100\n" -"Last-Translator: Milo Casagrande <[email protected]>\n" -"Language-Team: Italian <[email protected]>\n" +"POT-Creation-Date: 2016-09-17 18:49+0000\n" +"PO-Revision-Date: 2016-10-06 13:48+0200\n" +"Last-Translator: Gianvito Cavasoli <[email protected]>\n" +"Language-Team: Italiano <[email protected]>\n" "Language: it\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Generator: Poedit 1.7.5\n" +"X-Generator: Gtranslator 2.91.7\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: ../src/app.ui.h:1 -msgid "Copy" -msgstr "Copia" - -#: ../src/app.ui.h:2 -msgid "Paste" -msgstr "Incolla" - -#: ../src/app.ui.h:3 -msgid "Reset (use Ctrl to reset and clear)" -msgstr "Ripristina (usare Ctrl per ripristinare e pulire)" - -#: ../src/app.ui.h:4 -msgid "Reset" -msgstr "Ripristina" - -#: ../src/app.ui.h:5 -msgid "Toggle input enabled setting" -msgstr "Abilita/Disabilita impostazione input abilitata" - -#: ../src/app.ui.h:6 -msgid "Input" -msgstr "Ingresso" - -#: ../src/iso2022.c:73 ../src/iso2022.c:81 ../src/iso2022.c:111 -#: ../src/vte.c:2002 +#: ../src/iso2022.cc:73 ../src/iso2022.cc:81 ../src/iso2022.cc:111 +#: ../src/vtegtk.cc:3072 #, c-format msgid "Unable to convert characters from %s to %s." msgstr "Impossibile convertire i caratteri da %s a %s." -#. Bail back to normal mode. -#: ../src/vteapp.c:1027 -msgid "Could not open console.\n" -msgstr "Impossibile aprire la console.\n" - -#: ../src/vteapp.c:1137 -msgid "Could not parse the geometry spec passed to --geometry" -msgstr "Impossibile analizzare la specifica di geometria passata a --geometry" - #. Translators: %s is replaced with error message returned by strerror(). -#: ../src/vte.c:4253 +#: ../src/vte.cc:4002 #, c-format msgid "Error reading from child: %s." msgstr "Errore nella lettura dal processo figlio: %s." -#: ../src/vte.c:4389 -msgid "Unable to send data to child, invalid charset convertor" -msgstr "" -"Impossibile inviare dati al figlio, convertitore di set caratteri non valido" - -#: ../src/vte.c:4400 ../src/vte.c:5452 +#: ../src/vte.cc:4141 #, c-format msgid "Error (%s) converting data for child, dropping." msgstr "" "Errore (%s) nel convertire i dati per il processo figlio, rimarranno " "invariati." -#: ../src/vte.c:7780 -#, c-format -msgid "Error reading PTY size, using defaults: %s\n" -msgstr "" -"Errore nella lettura della dimensione PTY, sarà usato il valore predefinito: " -"%s\n" +#: ../src/vte.cc:7910 +msgid "WARNING" +msgstr "Attenzione" + +#: ../src/vte.cc:7911 +msgid "GNUTLS not enabled; data will be written to disk unencrypted!" +msgstr "GNUTLS non abilitato; i dati saranno scritti sul disco non cifrati." diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/vte-0.46.0/po/nb.po new/vte-0.46.1/po/nb.po --- old/vte-0.46.0/po/nb.po 2016-09-18 10:26:17.000000000 +0200 +++ new/vte-0.46.1/po/nb.po 2016-10-18 11:19:39.000000000 +0200 @@ -4,10 +4,10 @@ # msgid "" msgstr "" -"Project-Id-Version: vte 0.36.x\n" +"Project-Id-Version: vte 0.46.x\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-07-23 16:51+0200\n" -"PO-Revision-Date: 2014-07-23 16:52+0200\n" +"POT-Creation-Date: 2016-10-16 12:37+0200\n" +"PO-Revision-Date: 2016-10-16 12:38+0200\n" "Last-Translator: Kjartan Maraas <[email protected]>\n" "Language-Team: Norwegian Bokmål <[email protected]>\n" "Language: nb\n" @@ -15,76 +15,27 @@ "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -#: ../src/app.ui.h:1 -msgid "Copy" -msgstr "Kopier" - -#: ../src/app.ui.h:2 -msgid "Paste" -msgstr "Lim inn" - -#: ../src/app.ui.h:3 -msgid "Reset (use Ctrl to reset and clear)" -msgstr "Nullstill (bruk Ctrl for å nullstille og tømme)" - -#: ../src/app.ui.h:4 -msgid "Reset" -msgstr "Nullstill" - -#: ../src/app.ui.h:5 -msgid "Toggle input enabled setting" -msgstr "Slå av/på innstilling for aktivering av inndata" - -#: ../src/app.ui.h:6 -msgid "Input" -msgstr "Inndata" - -#: ../src/iso2022.c:791 ../src/iso2022.c:799 ../src/iso2022.c:830 -#: ../src/vte.c:1992 +#: ../src/iso2022.cc:73 ../src/iso2022.cc:81 ../src/iso2022.cc:111 +#: ../src/vtegtk.cc:3072 #, c-format msgid "Unable to convert characters from %s to %s." msgstr "Kan ikke konvertere tegn fra %s til %s." -#: ../src/iso2022.c:1496 -#, c-format -msgid "Attempt to set invalid NRC map '%c'." -msgstr "Forsøk på å sette ugyldig NRC-kart «%c»." - -#. Application signalled an "identified coding system" we haven't heard of. See ECMA-35 for gory details. -#: ../src/iso2022.c:1526 -msgid "Unrecognized identified coding system." -msgstr "Identifisert kodingssystem gjenkjennes ikke." - -#: ../src/iso2022.c:1585 ../src/iso2022.c:1612 -#, c-format -msgid "Attempt to set invalid wide NRC map '%c'." -msgstr "Forsøk på å sette ugyldig bredt NRC-kart «%c»." - -#. Bail back to normal mode. -#: ../src/vteapp.c:1026 -msgid "Could not open console.\n" -msgstr "Kunne ikke åpne konsollet.\n" - -#: ../src/vteapp.c:1136 -msgid "Could not parse the geometry spec passed to --geometry" -msgstr "Kunne ikke tolke geometri oppgitt med --geometry" - #. Translators: %s is replaced with error message returned by strerror(). -#: ../src/vte.c:4208 +#: ../src/vte.cc:4002 #, c-format msgid "Error reading from child: %s." msgstr "Feil under lesing fra underprosess: %s." -#: ../src/vte.c:4344 -msgid "Unable to send data to child, invalid charset convertor" -msgstr "Kan ikke sende data til barn. Ugyldig konvertering av tegnsett" - -#: ../src/vte.c:4355 ../src/vte.c:5371 +#: ../src/vte.cc:4141 #, c-format msgid "Error (%s) converting data for child, dropping." msgstr "Feil (%s) ved konvertering av data for underprosess. Hopper over." -#: ../src/vte.c:7672 -#, c-format -msgid "Error reading PTY size, using defaults: %s\n" -msgstr "Feil under lesing av PTY-størrelse. Bruker forvalg: %s\n" +#: ../src/vte.cc:7910 +msgid "WARNING" +msgstr "ADVARSEL" + +#: ../src/vte.cc:7911 +msgid "GNUTLS not enabled; data will be written to disk unencrypted!" +msgstr "GNUTLS er ikke aktivert; data vil bli skrevet til disk uten kryptering!" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/vte-0.46.0/po/oc.po new/vte-0.46.1/po/oc.po --- old/vte-0.46.0/po/oc.po 2016-09-18 10:26:17.000000000 +0200 +++ new/vte-0.46.1/po/oc.po 2016-10-18 11:19:39.000000000 +0200 @@ -4,15 +4,16 @@ # Cédric Valmary <[email protected]>, 2015. # Cédric Valmary (Tot en òc) <[email protected]>, 2015. # Cédric Valmary (totenoc.eu) <[email protected]>, 2016. +# Cédric VALMARY <[email protected]>, 2016. msgid "" msgstr "" "Project-Id-Version: vte 0.14.1\n" -"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/enter_bug.cgi?" -"product=vte&keywords=I18N+L10N&component=general\n" -"POT-Creation-Date: 2016-05-22 09:57+0000\n" -"PO-Revision-Date: 2016-05-05 21:50+0200\n" -"Last-Translator: Cédric Valmary (totenoc.eu) <[email protected]>\n" -"Language-Team: Tot En Òc\n" +"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/enter_bug.cgi?product=vte&key" +"words=I18N+L10N&component=general\n" +"POT-Creation-Date: 2016-10-06 11:55+0000\n" +"PO-Revision-Date: 2016-10-10 10:22+0200\n" +"Last-Translator: Cédric VALMARY <[email protected]>\n" +"Language-Team: Tot en òc (totenoc.eu)\n" "Language: oc\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -22,70 +23,28 @@ "X-Project-Style: gnome\n" #: ../src/iso2022.cc:73 ../src/iso2022.cc:81 ../src/iso2022.cc:111 -#: ../src/vtegtk.cc:3090 +#: ../src/vtegtk.cc:3072 #, c-format msgid "Unable to convert characters from %s to %s." msgstr "Impossible de convertir los caractèrs %s en %s." #. Translators: %s is replaced with error message returned by strerror(). -#: ../src/vte.cc:4248 +#: ../src/vte.cc:4002 #, c-format msgid "Error reading from child: %s." msgstr "Error al moment de la lectura del filh : « %s »." -#: ../src/vte.cc:4387 +#: ../src/vte.cc:4141 #, c-format msgid "Error (%s) converting data for child, dropping." msgstr "Error (%s) al moment de la conversion de donadas pel filh, abandon." -#: ../src/vte.cc:8156 +#: ../src/vte.cc:7910 msgid "WARNING" -msgstr "" +msgstr "AVERTIMENT" -#: ../src/vte.cc:8157 +#: ../src/vte.cc:7911 msgid "GNUTLS not enabled; data will be written to disk unencrypted!" msgstr "" - -#~ msgid "Copy" -#~ msgstr "Copiar" - -#~ msgid "Paste" -#~ msgstr "Pegar" - -#~ msgid "Reset (use Ctrl to reset and clear)" -#~ msgstr "Reïnicializar (quichar Ctrl per reïnicializar e escafar)" - -#~ msgid "Reset" -#~ msgstr "Reïnicializar" - -#~ msgid "Toggle input enabled setting" -#~ msgstr "Activa/desactiva la foncion de picada" - -#~ msgid "Input" -#~ msgstr "Entrada" - -#~ msgid "Could not open console.\n" -#~ msgstr "Impossible de dobrir la consòla.\n" - -#~ msgid "Could not parse the geometry spec passed to --geometry" -#~ msgstr "" -#~ "Impossible d'analisar los arguments de geometria indicats per --geometry" - -#~ msgid "Unable to send data to child, invalid charset convertor" -#~ msgstr "" -#~ "Impossible de mandar las donadas al filh, convertidor de jòcs de " -#~ "caractèrs incorrècte" - -#~ msgid "Error reading PTY size, using defaults: %s\n" -#~ msgstr "" -#~ "Error al moment de la lectura de la talha PTY, utilizacion de la valor " -#~ "per defaut : %s\n" - -#~ msgid "Attempt to set invalid NRC map '%c'." -#~ msgstr "Temptativa de definir una mapa NRC « %c » invalida." - -#~ msgid "Unrecognized identified coding system." -#~ msgstr "Sistèma d'encodatge identificat pas reconegut." - -#~ msgid "Attempt to set invalid wide NRC map '%c'." -#~ msgstr "Temptativa de definir una mapa NRC larga « %c » invalida." +"GNUTLS es pas activat ; las donadas seràn escritas sul disc sens èsser " +"chifradas !" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/vte-0.46.0/po/zh_CN.po new/vte-0.46.1/po/zh_CN.po --- old/vte-0.46.0/po/zh_CN.po 2016-09-18 10:26:17.000000000 +0200 +++ new/vte-0.46.1/po/zh_CN.po 2016-10-18 11:19:39.000000000 +0200 @@ -11,89 +11,79 @@ "Project-Id-Version: vte master\n" "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/enter_bug.cgi?" "product=vte&keywords=I18N+L10N&component=general\n" -"POT-Creation-Date: 2014-09-11 22:46+0000\n" -"PO-Revision-Date: 2014-08-02 19:45+0800\n" +"POT-Creation-Date: 2016-08-15 12:39+0000\n" +"PO-Revision-Date: 2016-10-18 17:18+0800\n" "Last-Translator: irisgyq <[email protected]>\n" "Language-Team: Chinese (simplified) <[email protected]>\n" "Language: zh_CN\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Generator: Poedit 1.5.4\n" +"X-Generator: Poedit 1.8.9\n" -#: ../src/app.ui.h:1 -msgid "Copy" -msgstr "复制" - -#: ../src/app.ui.h:2 -msgid "Paste" -msgstr "粘贴" - -#: ../src/app.ui.h:3 -msgid "Reset (use Ctrl to reset and clear)" -msgstr "重置(使用 Ctrl 重置并清空)" - -#: ../src/app.ui.h:4 -msgid "Reset" -msgstr "重置" - -#: ../src/app.ui.h:5 -msgid "Toggle input enabled setting" -msgstr "切换输入启用设置" - -#: ../src/app.ui.h:6 -msgid "Input" -msgstr "输入" - -#: ../src/iso2022.c:791 ../src/iso2022.c:799 ../src/iso2022.c:830 -#: ../src/vte.c:1998 +#: ../src/iso2022.cc:73 ../src/iso2022.cc:81 ../src/iso2022.cc:111 +#: ../src/vtegtk.cc:3069 #, c-format msgid "Unable to convert characters from %s to %s." msgstr "无法将字符从 %s 转换至 %s。" -#: ../src/iso2022.c:1496 -#, c-format -msgid "Attempt to set invalid NRC map '%c'." -msgstr "试图设置无效的 NRC 映射 “%c”。" - -#. Application signalled an "identified coding system" we haven't heard of. See ECMA-35 for gory details. -#: ../src/iso2022.c:1526 -msgid "Unrecognized identified coding system." -msgstr "不可识别的标识代码系统。" - -#: ../src/iso2022.c:1585 ../src/iso2022.c:1612 -#, c-format -msgid "Attempt to set invalid wide NRC map '%c'." -msgstr "试图设置无效的宽 NRC 映射 “%c”。" - -#. Bail back to normal mode. -#: ../src/vteapp.c:1027 -msgid "Could not open console.\n" -msgstr "无法打开控制台。\n" - -#: ../src/vteapp.c:1137 -msgid "Could not parse the geometry spec passed to --geometry" -msgstr "无法解析传递给 --geometry 的几何参数" - #. Translators: %s is replaced with error message returned by strerror(). -#: ../src/vte.c:4164 +#: ../src/vte.cc:4003 #, c-format msgid "Error reading from child: %s." msgstr "从子程序读取数据时出错:%s" -#: ../src/vte.c:4300 -msgid "Unable to send data to child, invalid charset convertor" -msgstr "无法给子进程发送数据,字符集转换器非法" - -#: ../src/vte.c:4311 ../src/vte.c:5315 +#: ../src/vte.cc:4142 #, c-format msgid "Error (%s) converting data for child, dropping." msgstr "从子程序转换数据时出错 (%s),放弃。" -#: ../src/vte.c:7628 -#, c-format -msgid "Error reading PTY size, using defaults: %s\n" -msgstr "读取 PTY 的尺寸时出错,使用默认值:%s\n" +#: ../src/vte.cc:7911 +msgid "WARNING" +msgstr "警告" + +#: ../src/vte.cc:7912 +msgid "GNUTLS not enabled; data will be written to disk unencrypted!" +msgstr "GNUTLS 未启用;写入磁盘的数据没有加密!" + +#~ msgid "Copy" +#~ msgstr "复制" + +#~ msgid "Paste" +#~ msgstr "粘贴" + +#~ msgid "Reset (use Ctrl to reset and clear)" +#~ msgstr "重置(使用 Ctrl 重置并清空)" + +#~ msgid "Reset" +#~ msgstr "重置" + +#~ msgid "Toggle input enabled setting" +#~ msgstr "切换输入启用设置" + +#~ msgid "Input" +#~ msgstr "输入" + +#~ msgid "Attempt to set invalid NRC map '%c'." +#~ msgstr "试图设置无效的 NRC 映射 “%c”。" + +#~ msgid "Unrecognized identified coding system." +#~ msgstr "不可识别的标识代码系统。" + +#~ msgid "Attempt to set invalid wide NRC map '%c'." +#~ msgstr "试图设置无效的宽 NRC 映射 “%c”。" + +#~ msgid "Could not open console.\n" +#~ msgstr "无法打开控制台。\n" + +#~ msgid "Could not parse the geometry spec passed to --geometry" +#~ msgstr "无法解析传递给 --geometry 的几何参数" + +#~ msgid "Unable to send data to child, invalid charset convertor" +#~ msgstr "无法给子进程发送数据,字符集转换器非法" + +#~ msgid "Error reading PTY size, using defaults: %s\n" +#~ msgstr "读取 PTY 的尺寸时出错,使用默认值:%s\n" #~ msgid "Duplicate (%s/%s)!" #~ msgstr "重复 (%s/%s)!" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/vte-0.46.0/src/app.vala new/vte-0.46.1/src/app.vala --- old/vte-0.46.0/src/app.vala 2016-09-18 10:26:17.000000000 +0200 +++ new/vte-0.46.1/src/app.vala 2016-10-18 11:19:39.000000000 +0200 @@ -36,10 +36,8 @@ [GtkChild] private Gtk.Revealer revealer; private bool regex_caseless = false; - private bool regex_multiline = false; private string? regex_pattern = null; - private GLib.Regex? regex_gregex = null; - private Vte.Regex? regex_regex = null; + private bool has_regex = false; public SearchPopover(Vte.Terminal term, Gtk.Widget relative_to) @@ -71,8 +69,7 @@ private bool have_regex() { - return regex_gregex != null || - regex_regex != null; + return has_regex; } private void update_sensitivity() @@ -88,7 +85,6 @@ string search_text; string pattern = null; bool caseless = false; - bool multiline = false; GLib.Regex? gregex = null; Vte.Regex? regex = null; @@ -97,7 +93,6 @@ if (regex_checkbutton.active) { pattern = search_text; - multiline = true; } else { pattern = GLib.Regex.escape_string(search_text); } @@ -106,24 +101,20 @@ pattern = "\\b" + pattern + "\\b"; if (caseless == regex_caseless && - multiline == regex_multiline && pattern == regex_pattern) return; regex_pattern = null; regex_caseless = caseless; - regex_multiline = multiline; if (search_text.length != 0) { try { if (!App.Options.no_pcre) { uint32 flags; - flags = 0x40080000u /* PCRE2_UTF | PCRE2_NO_UTF_CHECK */; + flags = 0x40080400u /* PCRE2_UTF | PCRE2_NO_UTF_CHECK | PCRE2_MULTILINE */; if (caseless) flags |= 0x00000008u; /* PCRE2_CASELESS */ - if (multiline) - flags |= 0x00000400u; /* PCRE2_MULTILINE */ regex = new Vte.Regex.for_search(pattern, pattern.length, flags); try { @@ -136,11 +127,10 @@ } else { GLib.RegexCompileFlags flags; - flags = GLib.RegexCompileFlags.OPTIMIZE; + flags = GLib.RegexCompileFlags.OPTIMIZE | + GLib.RegexCompileFlags.MULTILINE; if (caseless) flags |= GLib.RegexCompileFlags.CASELESS; - if (multiline) - flags |= GLib.RegexCompileFlags.MULTILINE; gregex = new GLib.Regex(pattern, flags, 0); } @@ -158,10 +148,13 @@ search_entry.set_tooltip_text(null); } - if (!App.Options.no_pcre) + if (!App.Options.no_pcre) { + has_regex = regex != null; terminal.search_set_regex(regex, 0); - else + } else { + has_regex = gregex != null; terminal.search_set_gregex(gregex, 0); + } update_sensitivity(); } diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/vte-0.46.0/src/search-popover.ui new/vte-0.46.1/src/search-popover.ui --- old/vte-0.46.0/src/search-popover.ui 2016-09-18 10:26:17.000000000 +0200 +++ new/vte-0.46.1/src/search-popover.ui 2016-10-18 11:19:39.000000000 +0200 @@ -106,7 +106,7 @@ <object class="GtkImage" id="image1"> <property name="visible">True</property> <property name="can_focus">False</property> - <property name="icon_name">view-context-menu-symbolic</property> + <property name="icon_name">open-menu-symbolic</property> <property name="use_fallback">True</property> </object> </child> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/vte-0.46.0/src/vte.cc new/vte-0.46.1/src/vte.cc --- old/vte-0.46.0/src/vte.cc 2016-09-18 10:26:17.000000000 +0200 +++ new/vte-0.46.1/src/vte.cc 2016-10-18 11:19:39.000000000 +0200 @@ -10773,9 +10773,8 @@ GArray *attrs; gdouble value, page_size; - row_text = get_text(start_row, 0, - end_row + 1, -1, + end_row, -1, false /* block */, true /* wrap */, false /* include trailing whitespace */, /* FIXMEchpe maybe do include it since the match may depend on it? */ @@ -10823,7 +10822,7 @@ m_search_attrs = g_array_new (FALSE, TRUE, sizeof (VteCharAttributes)); attrs = m_search_attrs; row_text = get_text(start_row, 0, - end_row + 1, -1, + end_row, -1, false /* block */, true /* wrap */, false /* include trailing whitespace */, /* FIXMEchpe maybe true? */ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/vte-0.46.0/src/vteapp.c new/vte-0.46.1/src/vteapp.c --- old/vte-0.46.0/src/vteapp.c 2016-09-18 10:26:17.000000000 +0200 +++ new/vte-0.46.1/src/vteapp.c 2016-10-18 11:19:39.000000000 +0200 @@ -166,7 +166,7 @@ } } if (!use_gregex) { - VteRegex *regex = vte_regex_new_for_match("\\d+", -1, PCRE2_UTF, NULL); + VteRegex *regex = vte_regex_new_for_match("\\d+", -1, PCRE2_UTF | PCRE2_NO_UTF_CHECK | PCRE2_MULTILINE, NULL); has_extra_match = vte_terminal_event_check_regex_simple(terminal, (GdkEvent*)event, ®ex, 1, @@ -562,7 +562,7 @@ if (!use_gregex) regex = vte_regex_new_for_match(dingus[i], -1, - PCRE2_UTF | PCRE2_NO_UTF_CHECK, + PCRE2_UTF | PCRE2_NO_UTF_CHECK | PCRE2_MULTILINE, &error); else gregex = g_regex_new(dingus[i], G_REGEX_OPTIMIZE | G_REGEX_MULTILINE, 0, &error); diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/vte-0.46.0/vte.doap new/vte-0.46.1/vte.doap --- old/vte-0.46.0/vte.doap 2016-09-18 10:26:17.000000000 +0200 +++ new/vte-0.46.1/vte.doap 2016-10-18 11:19:39.000000000 +0200 @@ -6,6 +6,7 @@ <name xml:lang="en">Terminal widget</name> <shortdesc xml:lang="en">vte terminal widget</shortdesc> + <description xml:lang="en">Terminal emulation library</description> <mailing-list rdf:resource="http://mail.gnome.org/mailman/listinfo/desktop-devel-list" /> @@ -15,27 +16,14 @@ rdf:resource="http://bugzilla.gnome.org/browse.cgi?product=vte"/> <category rdf:resource="http://api.gnome.org/doap-extensions#core" /> <programming-language>C</programming-language> + <programming-language>C++</programming-language> <programming-language>Vala</programming-language> <maintainer> <foaf:Person> - <foaf:name>Behdad Esfahbod</foaf:name> - <foaf:mbox rdf:resource="mailto:[email protected]" /> - <gnome:userid>behdad</gnome:userid> - </foaf:Person> - </maintainer> - <maintainer> - <foaf:Person> <foaf:name>Christian Persch</foaf:name> <foaf:mbox rdf:resource="mailto:[email protected]" /> <gnome:userid>chpe</gnome:userid> </foaf:Person> </maintainer> - <maintainer> - <foaf:Person> - <foaf:name>Chris Wilson</foaf:name> - <foaf:mbox rdf:resource="mailto:[email protected]" /> - <gnome:userid>cpwilson</gnome:userid> - </foaf:Person> - </maintainer> </Project>
