Hello community, here is the log from the commit of package vte for openSUSE:Factory checked in at 2013-04-03 13:06:39 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/vte (Old) and /work/SRC/openSUSE:Factory/.vte.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "vte", Maintainer is "[email protected]" Changes: -------- --- /work/SRC/openSUSE:Factory/vte/vte.changes 2012-11-25 14:34:33.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.vte.new/vte.changes 2013-04-03 13:06:46.000000000 +0200 @@ -1,0 +2,9 @@ +Mon Mar 25 21:04:19 UTC 2013 - [email protected] + +- Update to version 0.34.3: + + Introspection fixes (bgo#676999, bgo#690003). + + Build fixes (bgo#690554). + + Portability fixes (bgo#694494). + + Updated translations. + +------------------------------------------------------------------- Old: ---- vte-0.34.2.tar.xz New: ---- vte-0.34.3.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ vte.spec ++++++ --- /var/tmp/diff_new_pack.gvMPiE/_old 2013-04-03 13:06:48.000000000 +0200 +++ /var/tmp/diff_new_pack.gvMPiE/_new 2013-04-03 13:06:48.000000000 +0200 @@ -1,7 +1,7 @@ # # spec file for package vte # -# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -24,7 +24,7 @@ Name: vte %define _name vte Url: http://www.gnome.org -Version: 0.34.2 +Version: 0.34.3 Release: 0 Summary: Terminal Emulator Library License: LGPL-2.0 and GPL-2.0+ ++++++ vte-0.34.2.tar.xz -> vte-0.34.3.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/vte-0.34.2/ChangeLog new/vte-0.34.3/ChangeLog --- old/vte-0.34.2/ChangeLog 2012-11-12 23:19:55.000000000 +0100 +++ new/vte-0.34.3/ChangeLog 2013-03-25 21:07:48.000000000 +0100 @@ -1,3 +1,104 @@ +commit b8ea15489cb31079d235b34235db44d7d4c1eb9c +Author: Christian Persch <[email protected]> +Date: Mon Mar 25 21:07:32 2013 +0100 + + Version 0.34.3 + + NEWS | 7 +++++++ + 1 file changed, 7 insertions(+) + +commit 4ed69e422a4a203b9c9bb3f4d594daa6d41f8c37 +Author: Brad Smith <[email protected]> +Date: Sat Feb 23 22:49:00 2013 +0100 + + pty: Use posix_openpt() if available + + https://bugzilla.gnome.org/show_bug.cgi?id=694494 + + configure.in | 2 +- + src/pty.c | 4 +++- + 2 files changed, 4 insertions(+), 2 deletions(-) + +commit df69676c65361cfd35227e987de79a14db30ab42 +Author: TmTFx <[email protected]> +Date: Fri Dec 28 22:58:04 2012 -0200 + + Updated Friulian translation + + po/LINGUAS | 1 + + po/fur.po | 83 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ + 2 files changed, 84 insertions(+) + +commit d1fb78fb00388b3e76fa1c8c71149d64c931b68e +Author: Colin Watson <[email protected]> +Date: Thu Dec 20 11:23:18 2012 +0000 + + Use @basename@ rather than @filename@ in vtetypebuiltins.h + + On Debian/Ubuntu-based systems it is helpful for headers to be identical + across architectures, thereby allowing the -dev packages from multiple + architectures to be installed simultaneously; in particular, this + simplifies cross-building. When building out-of-tree, the use of + @filename@ causes the build directory to end up in the generated header + file, which means that it isn't reliably identical on all architectures. + Using @basename@ instead fixes this problem. + + Although it isn't necessary to change the corresponding .c file as well, + I did so for consistency. + + https://bugzilla.gnome.org/show_bug.cgi?id=690554 + + src/vtetypebuiltins.c.template | 2 +- + src/vtetypebuiltins.h.template | 2 +- + 2 files changed, 2 insertions(+), 2 deletions(-) + +commit 30a37fa36077a9920d86e9d1cd5900516a90f954 +Author: Behdad Esfahbod <[email protected]> +Date: Mon Dec 10 18:08:47 2012 -0500 + + Mark attributes with caller-allocates annotation + + Part of Bug 690003 - get_text method moved + + src/vte.c | 6 +++--- + 1 file changed, 3 insertions(+), 3 deletions(-) + +commit e39a9aa0e628ff1a32398f3556f387eabf75b130 +Author: Behdad Esfahbod <[email protected]> +Date: Mon Dec 10 18:07:37 2012 -0500 + + Mark is_selected functions with allow-none + + Part of Bug 690003 - get_text method moved + + src/vte.c | 6 +++--- + 1 file changed, 3 insertions(+), 3 deletions(-) + +commit 2ba27999b537300f4beb92ca27830fbd4197740e +Author: Simon Schampijer <[email protected]> +Date: Wed Nov 28 21:14:59 2012 +0100 + + Move definition of VteCharAttributes up, #676999 + + I found the element-type for the attributes in vte_terminal_get_text + vte_terminal_get_text_include_trailing_spaces and vte_terminal_get_text_range + strange to be of type "Vte.CharAttributes" and not VteCharAttributes but when I + changed it I only got a warning. Then I saw that there was already a warning + about "Unknown namespace for identifier 'vte_char_attributes'", so I moved the + definition of VteCharAttributes and now those functions are introspectable. + + src/vte.h | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +commit 6800607c98ad7c11d4579852dfe2edd35abb44ff +Author: Christian Persch <[email protected]> +Date: Mon Nov 12 23:20:49 2012 +0100 + + Post release version bump + + configure.in | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + commit 017c63b6cf25b5bc619e11a088b393ae5ec75dbe Author: Christian Persch <[email protected]> Date: Mon Nov 12 23:18:26 2012 +0100 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/vte-0.34.2/NEWS new/vte-0.34.3/NEWS --- old/vte-0.34.2/NEWS 2012-11-12 23:18:18.000000000 +0100 +++ new/vte-0.34.3/NEWS 2013-03-25 21:03:47.000000000 +0100 @@ -1,3 +1,10 @@ +0.34.3 +====== +- Introspection fixes (#676999, #690003) +- Build fixes (#690554) +- Portability fixes (#694494) +- Translation updates + 0.34.2 ====== - Translation updates diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/vte-0.34.2/config.h.in new/vte-0.34.3/config.h.in --- old/vte-0.34.2/config.h.in 2012-11-12 23:18:51.000000000 +0100 +++ new/vte-0.34.3/config.h.in 2013-03-25 21:04:25.000000000 +0100 @@ -76,6 +76,9 @@ /* Define if you have the openpty function. */ #undef HAVE_OPENPTY +/* Define to 1 if you have the `posix_openpt' function. */ +#undef HAVE_POSIX_OPENPT + /* Define to 1 if you have the `ptsname' function. */ #undef HAVE_PTSNAME diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/vte-0.34.2/configure new/vte-0.34.3/configure --- old/vte-0.34.2/configure 2012-11-12 23:18:35.000000000 +0100 +++ new/vte-0.34.3/configure 2013-03-25 21:04:10.000000000 +0100 @@ -1,6 +1,6 @@ #! /bin/sh # Guess values for system-dependent variables and create Makefiles. -# Generated by GNU Autoconf 2.68 for vte 0.34.2. +# Generated by GNU Autoconf 2.68 for vte 0.34.3. # # Report bugs to <http://bugzilla.gnome.org/enter_bug.cgi?product=vte>. # @@ -571,8 +571,8 @@ # Identity of this package. PACKAGE_NAME='vte' PACKAGE_TARNAME='vte' -PACKAGE_VERSION='0.34.2' -PACKAGE_STRING='vte 0.34.2' +PACKAGE_VERSION='0.34.3' +PACKAGE_STRING='vte 0.34.3' PACKAGE_BUGREPORT='http://bugzilla.gnome.org/enter_bug.cgi?product=vte' PACKAGE_URL='' @@ -1439,7 +1439,7 @@ # Omit some internal or obsolete options to make the list less imposing. # This message is too long to be a string in the A/UX 3.1 sh. cat <<_ACEOF -\`configure' configures vte 0.34.2 to adapt to many kinds of systems. +\`configure' configures vte 0.34.3 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1509,7 +1509,7 @@ if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of vte 0.34.2:";; + short | recursive ) echo "Configuration of vte 0.34.3:";; esac cat <<\_ACEOF @@ -1643,7 +1643,7 @@ test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -vte configure 0.34.2 +vte configure 0.34.3 generated by GNU Autoconf 2.68 Copyright (C) 2010 Free Software Foundation, Inc. @@ -2112,7 +2112,7 @@ This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. -It was created by vte $as_me 0.34.2, which was +It was created by vte $as_me 0.34.3, which was generated by GNU Autoconf 2.68. Invocation command line was $ $0 $@ @@ -2932,7 +2932,7 @@ # Define the identity of the package. PACKAGE='vte' - VERSION='0.34.2' + VERSION='0.34.3' cat >>confdefs.h <<_ACEOF @@ -3048,7 +3048,7 @@ -LT_VERSION_INFO="3409:2:3400" +LT_VERSION_INFO="3409:3:3400" ################################################################################ @@ -13910,7 +13910,7 @@ # Check for PTY handling functions. -for ac_func in cfmakeraw fork setsid setpgid getpgid getpt grantpt unlockpt ptsname ptsname_r tcgetattr tcsetattr +for ac_func in cfmakeraw fork setsid setpgid getpgid getpt grantpt unlockpt posix_openpt ptsname ptsname_r tcgetattr tcsetattr do : as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh` ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var" @@ -15116,7 +15116,7 @@ VTE_MINOR_VERSION=34 -VTE_MICRO_VERSION=2 +VTE_MICRO_VERSION=3 AM_CPPFLAGS="$AM_CPPFLAGS -DGLIB_DISABLE_DEPRECATION_WARNINGS" @@ -15714,7 +15714,7 @@ # report actual input values of CONFIG_FILES etc. instead of their # values after options handling. ac_log=" -This file was extended by vte $as_me 0.34.2, which was +This file was extended by vte $as_me 0.34.3, which was generated by GNU Autoconf 2.68. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -15780,7 +15780,7 @@ cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" ac_cs_version="\\ -vte config.status 0.34.2 +vte config.status 0.34.3 configured by $0, generated by GNU Autoconf 2.68, with options \\"\$ac_cs_config\\" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/vte-0.34.2/configure.in new/vte-0.34.3/configure.in --- old/vte-0.34.2/configure.in 2012-11-12 23:17:09.000000000 +0100 +++ new/vte-0.34.3/configure.in 2013-02-23 22:57:12.000000000 +0100 @@ -1,6 +1,6 @@ m4_define([version_major],0) m4_define([version_minor],34) -m4_define([version_micro],2) +m4_define([version_micro],3) m4_define([version_triplet],version_major.version_minor.version_micro) m4_define([so_major_adjust],9) dnl Don't change! @@ -219,7 +219,7 @@ AC_HEADER_TIOCGWINSZ # Check for PTY handling functions. -AC_CHECK_FUNCS([cfmakeraw fork setsid setpgid getpgid getpt grantpt unlockpt ptsname ptsname_r tcgetattr tcsetattr]) +AC_CHECK_FUNCS([cfmakeraw fork setsid setpgid getpgid getpt grantpt unlockpt posix_openpt ptsname ptsname_r tcgetattr tcsetattr]) # Pull in the right libraries for various functions which might not be # bundled into an exploded libc. diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/vte-0.34.2/doc/reference/html/VteTerminal.html new/vte-0.34.3/doc/reference/html/VteTerminal.html --- old/vte-0.34.2/doc/reference/html/VteTerminal.html 2012-11-12 23:19:57.000000000 +0100 +++ new/vte-0.34.3/doc/reference/html/VteTerminal.html 2013-03-25 21:07:50.000000000 +0100 @@ -2350,7 +2350,7 @@ </tr> <tr> <td><p><span class="term"><em class="parameter"><code>is_selected</code></em> :</span></p></td> -<td>a <a class="link" href="VteTerminal.html#VteSelectionFunc" title="VteSelectionFunc ()"><span class="type">VteSelectionFunc</span></a> callback. <span class="annotation">[<acronym title="The callback is valid only during the call to the method."><span class="acronym">scope call</span></acronym>]</span> +<td>a <a class="link" href="VteTerminal.html#VteSelectionFunc" title="VteSelectionFunc ()"><span class="type">VteSelectionFunc</span></a> callback. <span class="annotation">[<acronym title="The callback is valid only during the call to the method."><span class="acronym">scope call</span></acronym>][<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span> </td> </tr> <tr> @@ -2360,7 +2360,7 @@ </tr> <tr> <td><p><span class="term"><em class="parameter"><code>attributes</code></em> :</span></p></td> -<td>location for storing text attributes. <span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>][<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>][<acronym title="Parameter points to an array of items."><span class="acronym">array</span></acronym>][<acronym title="Generics and defining elements of containers and arrays."><span class="acronym">element-type</span></acronym> Vte.CharAttributes]</span> +<td>location for storing text attributes. <span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym> caller-allocates][<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>][<acronym title="Parameter points to an array of items."><span class="acronym">array</span></acronym>][<acronym title="Generics and defining elements of containers and arrays."><span class="acronym">element-type</span></acronym> Vte.CharAttributes]</span> </td> </tr> <tr> @@ -2398,7 +2398,7 @@ </tr> <tr> <td><p><span class="term"><em class="parameter"><code>is_selected</code></em> :</span></p></td> -<td>a <a class="link" href="VteTerminal.html#VteSelectionFunc" title="VteSelectionFunc ()"><span class="type">VteSelectionFunc</span></a> callback. <span class="annotation">[<acronym title="The callback is valid only during the call to the method."><span class="acronym">scope call</span></acronym>]</span> +<td>a <a class="link" href="VteTerminal.html#VteSelectionFunc" title="VteSelectionFunc ()"><span class="type">VteSelectionFunc</span></a> callback. <span class="annotation">[<acronym title="The callback is valid only during the call to the method."><span class="acronym">scope call</span></acronym>][<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span> </td> </tr> <tr> @@ -2408,7 +2408,7 @@ </tr> <tr> <td><p><span class="term"><em class="parameter"><code>attributes</code></em> :</span></p></td> -<td>location for storing text attributes. <span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>][<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>][<acronym title="Parameter points to an array of items."><span class="acronym">array</span></acronym>][<acronym title="Generics and defining elements of containers and arrays."><span class="acronym">element-type</span></acronym> Vte.CharAttributes]</span> +<td>location for storing text attributes. <span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym> caller-allocates][<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>][<acronym title="Parameter points to an array of items."><span class="acronym">array</span></acronym>][<acronym title="Generics and defining elements of containers and arrays."><span class="acronym">element-type</span></acronym> Vte.CharAttributes]</span> </td> </tr> <tr> @@ -2466,7 +2466,7 @@ </tr> <tr> <td><p><span class="term"><em class="parameter"><code>is_selected</code></em> :</span></p></td> -<td>a <a class="link" href="VteTerminal.html#VteSelectionFunc" title="VteSelectionFunc ()"><span class="type">VteSelectionFunc</span></a> callback. <span class="annotation">[<acronym title="The callback is valid only during the call to the method."><span class="acronym">scope call</span></acronym>]</span> +<td>a <a class="link" href="VteTerminal.html#VteSelectionFunc" title="VteSelectionFunc ()"><span class="type">VteSelectionFunc</span></a> callback. <span class="annotation">[<acronym title="The callback is valid only during the call to the method."><span class="acronym">scope call</span></acronym>][<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span> </td> </tr> <tr> @@ -2476,7 +2476,7 @@ </tr> <tr> <td><p><span class="term"><em class="parameter"><code>attributes</code></em> :</span></p></td> -<td>location for storing text attributes. <span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>][<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>][<acronym title="Parameter points to an array of items."><span class="acronym">array</span></acronym>][<acronym title="Generics and defining elements of containers and arrays."><span class="acronym">element-type</span></acronym> Vte.CharAttributes]</span> +<td>location for storing text attributes. <span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym> caller-allocates][<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>][<acronym title="Parameter points to an array of items."><span class="acronym">array</span></acronym>][<acronym title="Generics and defining elements of containers and arrays."><span class="acronym">element-type</span></acronym> Vte.CharAttributes]</span> </td> </tr> <tr> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/vte-0.34.2/doc/reference/html/index.html new/vte-0.34.3/doc/reference/html/index.html --- old/vte-0.34.2/doc/reference/html/index.html 2012-11-12 23:19:57.000000000 +0100 +++ new/vte-0.34.3/doc/reference/html/index.html 2013-03-25 21:07:50.000000000 +0100 @@ -15,14 +15,14 @@ <div> <div><table class="navigation" id="top" width="100%" cellpadding="2" cellspacing="0"><tr><th valign="middle"><p class="title">VTE Reference Manual</p></th></tr></table></div> <div><p class="releaseinfo"> - Documentation for VTE version 0.34.2 + Documentation for VTE version 0.34.3 . The latest version of this documentation can be found on-line at the <a class="ulink" href="http://library.gnome.org/devel/vte/" target="_top">GNOME Library</a>. </p></div> <div><p class="copyright">Copyright © 2009, 2010 Christian Persch</p></div> <div><div class="legalnotice"> -<a name="idp679432"></a><p> +<a name="idp4779728"></a><p> Permission is granted to copy, distribute and/or modify this document under the terms of the <em class="citetitle">GNU Lesser General Public Licence</em>, Version 2.1 or (at your option) any later version published by the Free Software Foundation. diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/vte-0.34.2/doc/reference/html/pt01.html new/vte-0.34.3/doc/reference/html/pt01.html --- old/vte-0.34.2/doc/reference/html/pt01.html 2012-11-12 23:19:57.000000000 +0100 +++ new/vte-0.34.3/doc/reference/html/pt01.html 2013-03-25 21:07:50.000000000 +0100 @@ -21,7 +21,7 @@ </tr></table> <div class="part"> <div class="titlepage"><div><div><h1 class="title"> -<a name="idp682464"></a>Part I. API Reference</h1></div></div></div> +<a name="idp6957232"></a>Part I. API Reference</h1></div></div></div> <div class="toc"> <p><b>Table of Contents</b></p> <dl> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/vte-0.34.2/doc/reference/html/vte-Version-Information.html new/vte-0.34.3/doc/reference/html/vte-Version-Information.html --- old/vte-0.34.2/doc/reference/html/vte-Version-Information.html 2012-11-12 23:19:57.000000000 +0100 +++ new/vte-0.34.3/doc/reference/html/vte-Version-Information.html 2013-03-25 21:07:50.000000000 +0100 @@ -78,7 +78,7 @@ <hr> <div class="refsect2"> <a name="VTE-MICRO-VERSION:CAPS"></a><h3>VTE_MICRO_VERSION</h3> -<pre class="programlisting">#define VTE_MICRO_VERSION (2) +<pre class="programlisting">#define VTE_MICRO_VERSION (3) </pre> <p> The micro version number of the VTE library diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/vte-0.34.2/doc/reference/version.xml new/vte-0.34.3/doc/reference/version.xml --- old/vte-0.34.2/doc/reference/version.xml 2012-11-12 23:18:50.000000000 +0100 +++ new/vte-0.34.3/doc/reference/version.xml 2013-03-25 21:04:24.000000000 +0100 @@ -1 +1 @@ -0.34.2 +0.34.3 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/vte-0.34.2/po/LINGUAS new/vte-0.34.3/po/LINGUAS --- old/vte-0.34.2/po/LINGUAS 2012-11-12 23:17:09.000000000 +0100 +++ new/vte-0.34.3/po/LINGUAS 2013-02-23 22:57:13.000000000 +0100 @@ -30,6 +30,7 @@ fa fi fr +fur ga gl gu diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/vte-0.34.2/po/fur.po new/vte-0.34.3/po/fur.po --- old/vte-0.34.2/po/fur.po 1970-01-01 01:00:00.000000000 +0100 +++ new/vte-0.34.3/po/fur.po 2013-02-23 22:57:13.000000000 +0100 @@ -0,0 +1,83 @@ +# Friulian translation for vte. +# Copyright (C) 2012 vte's COPYRIGHT HOLDER +# This file is distributed under the same license as the vte package. +# TmTFx <[email protected]>, 2012. +# +msgid "" +msgstr "" +"Project-Id-Version: vte vte-0-34\n" +"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/enter_bug.cgi?" +"product=vte&keywords=I18N+L10N&component=general\n" +"POT-Creation-Date: 2012-12-20 13:10+0000\n" +"PO-Revision-Date: 2012-12-28 14:51+0100\n" +"Last-Translator: TmTFx <[email protected]>\n" +"Language-Team: Friulian <[email protected]>\n" +"Language: fur\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#: ../src/iso2022.c:795 ../src/iso2022.c:803 ../src/iso2022.c:834 +#: ../src/vte.c:2296 +#, c-format +msgid "Unable to convert characters from %s to %s." +msgstr "Impussibil convertî i caratars da %s a %s." + +#: ../src/iso2022.c:1488 +#, c-format +msgid "Attempt to set invalid NRC map '%c'." +msgstr "Tentatîf di impuestâ une mape NRC '%c' no valide." + +#. Application signalled an "identified coding system" we haven't heard of. See ECMA-35 for gory details. +#: ../src/iso2022.c:1518 +msgid "Unrecognized identified coding system." +msgstr "«Sisteme di codifiche identificât» no ricognossût." + +#: ../src/iso2022.c:1577 ../src/iso2022.c:1604 +#, c-format +msgid "Attempt to set invalid wide NRC map '%c'." +msgstr "Tentatîf di impuestâ une mape NRC amplie no valide \"%c\"." + +#: ../src/trie.c:409 +#, c-format +msgid "Duplicate (%s/%s)!" +msgstr "Duplicât (%s/%s)!" + +#. Bail back to normal mode. +#: ../src/vteapp.c:981 +msgid "Could not open console.\n" +msgstr "No puès vierzi la console.\n" + +#: ../src/vteapp.c:1077 +msgid "Could not parse the geometry spec passed to --geometry" +msgstr "No puès analizâ le specifiche di geometrie pasade a --geometry" + +#: ../src/vte.c:1318 +#, c-format +msgid "Error compiling regular expression \"%s\"." +msgstr "Erôr compilant l'espresion regolâr \"%s\"." + +#. Translators: %s is replaced with error message returned by strerror(). +#: ../src/vte.c:4610 +#, c-format +msgid "Error reading from child: %s." +msgstr "Erôr leint dal procès fî: %s." + +#: ../src/vte.c:4737 +msgid "Unable to send data to child, invalid charset convertor" +msgstr "Impussibil inviâ dâts al procès fî, convertidôr di caratars no valit" + +#: ../src/vte.c:4748 ../src/vte.c:5795 +#, c-format +msgid "Error (%s) converting data for child, dropping." +msgstr "Erôr (%s) convertint i dâts par il proces fî, a restaran come prime." + +#: ../src/vte.c:8000 +#, c-format +msgid "Error reading PTY size, using defaults: %s\n" +msgstr "Erôr leint la dimension PTY, doprarai i valôrs di default: %s\n" + +#. Aaargh. We're screwed. +#: ../src/vte.c:13817 +msgid "_vte_conv_open() failed setting word characters" +msgstr "_vte_conv_open() al a falît tal impuestâ i caratars de peraule" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/vte-0.34.2/src/TODO new/vte-0.34.3/src/TODO --- old/vte-0.34.2/src/TODO 2011-08-13 22:54:06.000000000 +0200 +++ new/vte-0.34.3/src/TODO 2012-11-15 21:47:09.000000000 +0100 @@ -30,3 +30,6 @@ VteProcess to abstract around g_spawn_async() (and for running task notification & question on tab close in g-t?) hard: move from GIOChannel to GIOStream, process IO on a worker thread, make buffer abstract and move pty stuff up into a derived VtePtyBuffer class + +Revert colours as style properties +Revert 'Make 'cursor-shape' a style property' diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/vte-0.34.2/src/pty.c new/vte-0.34.3/src/pty.c --- old/vte-0.34.2/src/pty.c 2012-11-12 23:17:10.000000000 +0100 +++ new/vte-0.34.3/src/pty.c 2013-02-23 22:57:13.000000000 +0100 @@ -837,7 +837,9 @@ _vte_pty_getpt(GError **error) { int fd, flags, rv; -#ifdef HAVE_GETPT +#if defined(HAVE_POSIX_OPENPT) + fd = posix_openpt(O_RDWR | O_NOCTTY); +#elif defined(HAVE_GETPT) /* Call the system's function for allocating a pty. */ fd = getpt(); #else diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/vte-0.34.2/src/vte.c new/vte-0.34.3/src/vte.c --- old/vte-0.34.2/src/vte.c 2012-11-12 23:17:10.000000000 +0100 +++ new/vte-0.34.3/src/vte.c 2013-02-23 22:57:13.000000000 +0100 @@ -6240,9 +6240,9 @@ * @start_col: first column to search for data * @end_row: last row to search for data * @end_col: last column to search for data - * @is_selected: (scope call): a #VteSelectionFunc callback + * @is_selected: (scope call) (allow-none): a #VteSelectionFunc callback * @user_data: (closure): user data to be passed to the callback - * @attributes: (out) (transfer full) (array) (element-type Vte.CharAttributes): location for storing text attributes + * @attributes: (out caller-allocates) (transfer full) (array) (element-type Vte.CharAttributes): location for storing text attributes * * Extracts a view of the visible part of the terminal. If @is_selected is not * %NULL, characters will only be read if @is_selected returns %TRUE after being @@ -6439,9 +6439,9 @@ /** * vte_terminal_get_text: * @terminal: a #VteTerminal - * @is_selected: (scope call): a #VteSelectionFunc callback + * @is_selected: (scope call) (allow-none): a #VteSelectionFunc callback * @user_data: (closure): user data to be passed to the callback - * @attributes: (out) (transfer full) (array) (element-type Vte.CharAttributes): location for storing text attributes + * @attributes: (out caller-allocates) (transfer full) (array) (element-type Vte.CharAttributes): location for storing text attributes * * Extracts a view of the visible part of the terminal. If @is_selected is not * %NULL, characters will only be read if @is_selected returns %TRUE after being @@ -6469,9 +6469,9 @@ /** * vte_terminal_get_text_include_trailing_spaces: * @terminal: a #VteTerminal - * @is_selected: (scope call): a #VteSelectionFunc callback + * @is_selected: (scope call) (allow-none): a #VteSelectionFunc callback * @user_data: (closure): user data to be passed to the callback - * @attributes: (out) (transfer full) (array) (element-type Vte.CharAttributes): location for storing text attributes + * @attributes: (out caller-allocates) (transfer full) (array) (element-type Vte.CharAttributes): location for storing text attributes * * Extracts a view of the visible part of the terminal. If @is_selected is not * %NULL, characters will only be read if @is_selected returns %TRUE after being diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/vte-0.34.2/src/vte.h new/vte-0.34.3/src/vte.h --- old/vte-0.34.2/src/vte.h 2012-11-12 23:17:10.000000000 +0100 +++ new/vte-0.34.3/src/vte.h 2013-02-23 22:57:13.000000000 +0100 @@ -57,6 +57,7 @@ typedef struct _VteTerminalPrivate VteTerminalPrivate; typedef struct _VteTerminalClass VteTerminalClass; typedef struct _VteTerminalClassPrivate VteTerminalClassPrivate; +typedef struct _VteCharAttributes VteCharAttributes; /** * VteTerminal: @@ -242,7 +243,6 @@ GdkColor fore, back; guint underline:1, strikethrough:1; }; -typedef struct _VteCharAttributes VteCharAttributes; /* The name of the same structure in the 0.10 series, for API compatibility. */ struct vte_char_attributes { diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/vte-0.34.2/src/vteresources.c new/vte-0.34.3/src/vteresources.c --- old/vte-0.34.2/src/vteresources.c 2012-11-12 23:18:52.000000000 +0100 +++ new/vte-0.34.3/src/vteresources.c 2013-03-25 21:04:27.000000000 +0100 @@ -247,7 +247,7 @@ 0x04, 0x00, 0x00, 0x00 } }; -static GStaticResource static_resource = { vte_resource_data.data, sizeof (vte_resource_data.data) }; +static GStaticResource static_resource = { vte_resource_data.data, sizeof (vte_resource_data.data), NULL, NULL, NULL }; extern GResource *vte_get_resource (void); GResource *vte_get_resource (void) { diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/vte-0.34.2/src/vtetypebuiltins.c.template new/vte-0.34.3/src/vtetypebuiltins.c.template --- old/vte-0.34.2/src/vtetypebuiltins.c.template 2011-06-18 19:06:21.000000000 +0200 +++ new/vte-0.34.3/src/vtetypebuiltins.c.template 2013-02-23 22:56:48.000000000 +0100 @@ -4,7 +4,7 @@ /*** END file-header ***/ /*** BEGIN file-production ***/ -/* enumerations from "@filename@" */ +/* enumerations from "@basename@" */ /*** END file-production ***/ /*** BEGIN value-header ***/ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/vte-0.34.2/src/vtetypebuiltins.h.template new/vte-0.34.3/src/vtetypebuiltins.h.template --- old/vte-0.34.2/src/vtetypebuiltins.h.template 2011-06-18 19:06:21.000000000 +0200 +++ new/vte-0.34.3/src/vtetypebuiltins.h.template 2013-02-23 22:56:48.000000000 +0100 @@ -13,7 +13,7 @@ /*** BEGIN file-production ***/ -/* enumerations from "@filename@" */ +/* enumerations from "@basename@" */ /*** END file-production ***/ /*** BEGIN value-header ***/ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/vte-0.34.2/src/vteversion.h new/vte-0.34.3/src/vteversion.h --- old/vte-0.34.2/src/vteversion.h 2012-11-12 23:18:50.000000000 +0100 +++ new/vte-0.34.3/src/vteversion.h 2013-03-25 21:04:24.000000000 +0100 @@ -60,7 +60,7 @@ * * Since: 0.16.15 */ -#define VTE_MICRO_VERSION (2) +#define VTE_MICRO_VERSION (3) /** * VTE_CHECK_VERSION: -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
