Hello community,

here is the log from the commit of package vte for openSUSE:Factory checked in 
at 2015-10-25 19:08:40
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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  2015-10-06 16:33:47.000000000 
+0200
+++ /work/SRC/openSUSE:Factory/.vte.new/vte.changes     2015-10-25 
19:08:41.000000000 +0100
@@ -1,0 +2,13 @@
+Wed Oct 14 08:27:03 UTC 2015 - [email protected]
+
+- Update to version 0.42.1:
+  + emulation:
+    - Implement DECSET 1004.
+    - Fix comment.
+  + widget:
+    - Fix regex matches not always being recognized.
+    - Fix painting the preedit text near the right margin.
+  + a11y: Emit missing space character insertion.
+  + Updated translations.
+
+-------------------------------------------------------------------

Old:
----
  vte-0.42.0.tar.xz

New:
----
  vte-0.42.1.tar.xz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ vte.spec ++++++
--- /var/tmp/diff_new_pack.aOtAFn/_old  2015-10-25 19:08:42.000000000 +0100
+++ /var/tmp/diff_new_pack.aOtAFn/_new  2015-10-25 19:08:42.000000000 +0100
@@ -24,7 +24,7 @@
 Name:           vte
 %define _name   vte
 Url:            http://www.gnome.org
-Version:        0.42.0
+Version:        0.42.1
 Release:        0
 Summary:        Terminal Emulator Library
 License:        LGPL-2.0 and GPL-2.0+

++++++ vte-0.42.0.tar.xz -> vte-0.42.1.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/vte-0.42.0/ChangeLog new/vte-0.42.1/ChangeLog
--- old/vte-0.42.0/ChangeLog    2015-09-22 13:57:57.000000000 +0200
+++ new/vte-0.42.1/ChangeLog    2015-10-14 09:19:08.000000000 +0200
@@ -1,3 +1,65 @@
+commit dd0241edffee844e7d18c65cd36335285321a8b1
+Author: Christian Persch <[email protected]>
+Date:   Mon Oct 12 16:45:19 2015 +0200
+
+    Version 0.42.1
+
+ NEWS | 9 +++++++++
+ 1 file changed, 9 insertions(+)
+
+commit b9597d6fe5accf929db5cd71daf524ba540edcf3
+Author: Samuel Thibault <[email protected]>
+Date:   Thu Oct 1 01:33:00 2015 +0200
+
+    a11y: Emit missing space character insertion
+    
+    When backspacing over space, content comparison would not find any
+    difference, so vte always emits a space character deletion by hand,
+    so that screen readers speak it, see bug 150858. That however makes
+    the announced text incoherent, thus confusing brltty.
+    
+    This commit adds emitting a space character insertion, to get back to
+    coherent content.
+    
+    https://bugzilla.gnome.org/show_bug.cgi?id=150858
+    https://bugzilla.gnome.org/show_bug.cgi?id=754964
+    (cherry picked from commit 17c23b253eb96227d036768ebbf101930aadec73)
+
+ src/vteaccess.cc | 2 ++
+ 1 file changed, 2 insertions(+)
+
+commit 401d18e91bea12a0cf2e0c0b00605d99c1b372fd
+Author: Egmont Koblinger <[email protected]>
+Date:   Fri Oct 2 19:38:38 2015 +0200
+
+    widget: Fix painting the preedit text near the right margin
+    
+    https://bugzilla.gnome.org/show_bug.cgi?id=755668
+    (cherry picked from commit d69645413f35ba6ebff9359a89bd121733a2e475)
+
+ src/vte.cc | 6 +++---
+ 1 file changed, 3 insertions(+), 3 deletions(-)
+
+commit 1b853f94159ff1d7720dd2e1a8bbe7a6360fca36
+Author: Trần Ngọc Quân <[email protected]>
+Date:   Tue Sep 29 14:35:23 2015 +0700
+
+    Updated Vietnamese translation
+    
+    Signed-off-by: Trần Ngọc Quân <[email protected]>
+
+ po/vi.po | 170 ++++++++++++++++++++++++++++++++-------------------------------
+ 1 file changed, 86 insertions(+), 84 deletions(-)
+
+commit 93d2a69ba92a9eccf17d1e97a12eae2f32968196
+Author: Christian Persch <[email protected]>
+Date:   Mon Sep 21 16:51:39 2015 +0200
+
+    Post release version bump
+
+ configure.ac | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
 commit 91b6c8d5dde3d153e7b234e5f6dcd40fd57981df
 Author: Christian Persch <[email protected]>
 Date:   Mon Sep 21 16:50:16 2015 +0200
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/vte-0.42.0/NEWS new/vte-0.42.1/NEWS
--- old/vte-0.42.0/NEWS 2015-05-23 15:56:41.000000000 +0200
+++ new/vte-0.42.1/NEWS 2015-10-14 07:56:24.000000000 +0200
@@ -1,3 +1,12 @@
+0.42.1
+======
+* Bug fixes
+
+0.42.0
+======
+* New stable release
+* Bug fixes
+
 0.37.0
 ======
 * New API: vte-2.91
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/vte-0.42.0/aclocal.m4 new/vte-0.42.1/aclocal.m4
--- old/vte-0.42.0/aclocal.m4   2015-09-22 13:47:59.000000000 +0200
+++ new/vte-0.42.1/aclocal.m4   2015-10-14 09:17:20.000000000 +0200
@@ -210,6 +210,103 @@
 # AC_DEFUN([AC_PROG_INTLTOOL], ...)
 
 
+dnl -*- mode: autoconf -*-
+dnl Copyright 2009 Johan Dahlin
+dnl
+dnl This file is free software; the author(s) gives unlimited
+dnl permission to copy and/or distribute it, with or without
+dnl modifications, as long as this notice is preserved.
+dnl
+
+# serial 1
+
+m4_define([_GOBJECT_INTROSPECTION_CHECK_INTERNAL],
+[
+    AC_BEFORE([AC_PROG_LIBTOOL],[$0])dnl setup libtool first
+    AC_BEFORE([AM_PROG_LIBTOOL],[$0])dnl setup libtool first
+    AC_BEFORE([LT_INIT],[$0])dnl setup libtool first
+
+    dnl enable/disable introspection
+    m4_if([$2], [require],
+    [dnl
+        enable_introspection=yes
+    ],[dnl
+        AC_ARG_ENABLE(introspection,
+                  
AS_HELP_STRING([--enable-introspection[=@<:@no/auto/yes@:>@]],
+                                 [Enable introspection for this build]),, 
+                                 [enable_introspection=auto])
+    ])dnl
+
+    AC_MSG_CHECKING([for gobject-introspection])
+
+    dnl presence/version checking
+    AS_CASE([$enable_introspection],
+    [no], [dnl
+        found_introspection="no (disabled, use --enable-introspection to 
enable)"
+    ],dnl
+    [yes],[dnl
+        PKG_CHECK_EXISTS([gobject-introspection-1.0],,
+                         AC_MSG_ERROR([gobject-introspection-1.0 is not 
installed]))
+        PKG_CHECK_EXISTS([gobject-introspection-1.0 >= $1],
+                         found_introspection=yes,
+                         AC_MSG_ERROR([You need to have gobject-introspection 
>= $1 installed to build AC_PACKAGE_NAME]))
+    ],dnl
+    [auto],[dnl
+        PKG_CHECK_EXISTS([gobject-introspection-1.0 >= $1], 
found_introspection=yes, found_introspection=no)
+       dnl Canonicalize enable_introspection
+       enable_introspection=$found_introspection
+    ],dnl
+    [dnl       
+        AC_MSG_ERROR([invalid argument passed to --enable-introspection, 
should be one of @<:@no/auto/yes@:>@])
+    ])dnl
+
+    AC_MSG_RESULT([$found_introspection])
+
+    INTROSPECTION_SCANNER=
+    INTROSPECTION_COMPILER=
+    INTROSPECTION_GENERATE=
+    INTROSPECTION_GIRDIR=
+    INTROSPECTION_TYPELIBDIR=
+    if test "x$found_introspection" = "xyes"; then
+       INTROSPECTION_SCANNER=`$PKG_CONFIG --variable=g_ir_scanner 
gobject-introspection-1.0`
+       INTROSPECTION_COMPILER=`$PKG_CONFIG --variable=g_ir_compiler 
gobject-introspection-1.0`
+       INTROSPECTION_GENERATE=`$PKG_CONFIG --variable=g_ir_generate 
gobject-introspection-1.0`
+       INTROSPECTION_GIRDIR=`$PKG_CONFIG --variable=girdir 
gobject-introspection-1.0`
+       INTROSPECTION_TYPELIBDIR="$($PKG_CONFIG --variable=typelibdir 
gobject-introspection-1.0)"
+       INTROSPECTION_CFLAGS=`$PKG_CONFIG --cflags gobject-introspection-1.0`
+       INTROSPECTION_LIBS=`$PKG_CONFIG --libs gobject-introspection-1.0`
+       INTROSPECTION_MAKEFILE=`$PKG_CONFIG --variable=datadir 
gobject-introspection-1.0`/gobject-introspection-1.0/Makefile.introspection
+    fi
+    AC_SUBST(INTROSPECTION_SCANNER)
+    AC_SUBST(INTROSPECTION_COMPILER)
+    AC_SUBST(INTROSPECTION_GENERATE)
+    AC_SUBST(INTROSPECTION_GIRDIR)
+    AC_SUBST(INTROSPECTION_TYPELIBDIR)
+    AC_SUBST(INTROSPECTION_CFLAGS)
+    AC_SUBST(INTROSPECTION_LIBS)
+    AC_SUBST(INTROSPECTION_MAKEFILE)
+
+    AM_CONDITIONAL(HAVE_INTROSPECTION, test "x$found_introspection" = "xyes")
+])
+
+
+dnl Usage:
+dnl   GOBJECT_INTROSPECTION_CHECK([minimum-g-i-version])
+
+AC_DEFUN([GOBJECT_INTROSPECTION_CHECK],
+[
+  _GOBJECT_INTROSPECTION_CHECK_INTERNAL([$1])
+])
+
+dnl Usage:
+dnl   GOBJECT_INTROSPECTION_REQUIRE([minimum-g-i-version])
+
+
+AC_DEFUN([GOBJECT_INTROSPECTION_REQUIRE],
+[
+  _GOBJECT_INTROSPECTION_CHECK_INTERNAL([$1], [require])
+])
+
 # nls.m4 serial 5 (gettext-0.18)
 dnl Copyright (C) 1995-2003, 2005-2006, 2008-2014 Free Software Foundation,
 dnl Inc.
@@ -458,6 +555,108 @@
 AS_VAR_IF([$1], [""], [$5], [$4])dnl
 ])# PKG_CHECK_VAR
 
+dnl vapigen.m4
+dnl
+dnl Copyright 2012 Evan Nemerson
+dnl
+dnl This library is free software; you can redistribute it and/or
+dnl modify it under the terms of the GNU Lesser General Public
+dnl License as published by the Free Software Foundation; either
+dnl version 2.1 of the License, or (at your option) any later version.
+dnl
+dnl This library is distributed in the hope that it will be useful,
+dnl but WITHOUT ANY WARRANTY; without even the implied warranty of
+dnl MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+dnl Lesser General Public License for more details.
+dnl
+dnl You should have received a copy of the GNU Lesser General Public
+dnl License along with this library; if not, write to the Free Software
+dnl Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301  
USA
+
+# VAPIGEN_CHECK([VERSION], [API_VERSION], [FOUND_INTROSPECTION], [DEFAULT])
+# --------------------------------------
+# Check vapigen existence and version
+#
+# See http://live.gnome.org/Vala/UpstreamGuide for detailed documentation
+AC_DEFUN([VAPIGEN_CHECK],
+[
+  AS_IF([test "x$3" != "xyes"], [
+      m4_provide_if([GOBJECT_INTROSPECTION_CHECK], [], [
+          m4_provide_if([GOBJECT_INTROSPECTION_REQUIRE], [], [
+              AC_MSG_ERROR([[You must call GOBJECT_INTROSPECTION_CHECK or 
GOBJECT_INTROSPECTION_REQUIRE before using VAPIGEN_CHECK unless using the 
FOUND_INTROSPECTION argument is "yes"]])
+            ])
+        ])
+    ])
+
+  AC_ARG_ENABLE([vala],
+    [AS_HELP_STRING([--enable-vala[=@<:@no/auto/yes@:>@]],[build Vala bindings 
@<:@default=]ifelse($4,,auto,$4)[@:>@])],,[
+      AS_IF([test "x$4" = "x"], [
+          enable_vala=auto
+        ], [
+          enable_vala=$4
+        ])
+    ])
+
+  AS_CASE([$enable_vala], [no], [enable_vala=no],
+      [yes], [
+        AS_IF([test "x$3" != "xyes" -a "x$found_introspection" != "xyes"], [
+            AC_MSG_ERROR([Vala bindings require GObject Introspection])
+          ])
+      ], [auto], [
+        AS_IF([test "x$3" != "xyes" -a "x$found_introspection" != "xyes"], [
+            enable_vala=no
+          ])
+      ], [
+        AC_MSG_ERROR([Invalid argument passed to --enable-vala, should be one 
of @<:@no/auto/yes@:>@])
+      ])
+
+  AS_IF([test "x$2" = "x"], [
+      vapigen_pkg_name=vapigen
+    ], [
+      vapigen_pkg_name=vapigen-$2
+    ])
+  AS_IF([test "x$1" = "x"], [
+      vapigen_pkg="$vapigen_pkg_name"
+    ], [
+      vapigen_pkg="$vapigen_pkg_name >= $1"
+    ])
+
+  PKG_PROG_PKG_CONFIG
+
+  PKG_CHECK_EXISTS([$vapigen_pkg], [
+      AS_IF([test "$enable_vala" = "auto"], [
+          enable_vala=yes
+        ])
+    ], [
+      AS_CASE([$enable_vala], [yes], [
+          AC_MSG_ERROR([$vapigen_pkg not found])
+        ], [auto], [
+          enable_vala=no
+        ])
+    ])
+
+  AC_MSG_CHECKING([for vapigen])
+
+  AS_CASE([$enable_vala],
+    [yes], [
+      VAPIGEN=`$PKG_CONFIG --variable=vapigen $vapigen_pkg_name`
+      VAPIGEN_MAKEFILE=`$PKG_CONFIG --variable=datadir 
$vapigen_pkg_name`/vala/Makefile.vapigen
+      AS_IF([test "x$2" = "x"], [
+          VAPIGEN_VAPIDIR=`$PKG_CONFIG --variable=vapidir $vapigen_pkg_name`
+        ], [
+          VAPIGEN_VAPIDIR=`$PKG_CONFIG --variable=vapidir_versioned 
$vapigen_pkg_name`
+        ])
+    ])
+
+  AC_MSG_RESULT([$enable_vala])
+
+  AC_SUBST([VAPIGEN])
+  AC_SUBST([VAPIGEN_VAPIDIR])
+  AC_SUBST([VAPIGEN_MAKEFILE])
+
+  AM_CONDITIONAL(ENABLE_VAPIGEN, test "x$enable_vala" = "xyes")
+])
+
 # Copyright (C) 1995-2002 Free Software Foundation, Inc.
 # Copyright (C) 2001-2003,2004 Red Hat, Inc.
 #
@@ -894,205 +1093,6 @@
 fi])
 
 
-dnl -*- mode: autoconf -*-
-dnl Copyright 2009 Johan Dahlin
-dnl
-dnl This file is free software; the author(s) gives unlimited
-dnl permission to copy and/or distribute it, with or without
-dnl modifications, as long as this notice is preserved.
-dnl
-
-# serial 1
-
-m4_define([_GOBJECT_INTROSPECTION_CHECK_INTERNAL],
-[
-    AC_BEFORE([AC_PROG_LIBTOOL],[$0])dnl setup libtool first
-    AC_BEFORE([AM_PROG_LIBTOOL],[$0])dnl setup libtool first
-    AC_BEFORE([LT_INIT],[$0])dnl setup libtool first
-
-    dnl enable/disable introspection
-    m4_if([$2], [require],
-    [dnl
-        enable_introspection=yes
-    ],[dnl
-        AC_ARG_ENABLE(introspection,
-                  
AS_HELP_STRING([--enable-introspection[=@<:@no/auto/yes@:>@]],
-                                 [Enable introspection for this build]),, 
-                                 [enable_introspection=auto])
-    ])dnl
-
-    AC_MSG_CHECKING([for gobject-introspection])
-
-    dnl presence/version checking
-    AS_CASE([$enable_introspection],
-    [no], [dnl
-        found_introspection="no (disabled, use --enable-introspection to 
enable)"
-    ],dnl
-    [yes],[dnl
-        PKG_CHECK_EXISTS([gobject-introspection-1.0],,
-                         AC_MSG_ERROR([gobject-introspection-1.0 is not 
installed]))
-        PKG_CHECK_EXISTS([gobject-introspection-1.0 >= $1],
-                         found_introspection=yes,
-                         AC_MSG_ERROR([You need to have gobject-introspection 
>= $1 installed to build AC_PACKAGE_NAME]))
-    ],dnl
-    [auto],[dnl
-        PKG_CHECK_EXISTS([gobject-introspection-1.0 >= $1], 
found_introspection=yes, found_introspection=no)
-       dnl Canonicalize enable_introspection
-       enable_introspection=$found_introspection
-    ],dnl
-    [dnl       
-        AC_MSG_ERROR([invalid argument passed to --enable-introspection, 
should be one of @<:@no/auto/yes@:>@])
-    ])dnl
-
-    AC_MSG_RESULT([$found_introspection])
-
-    INTROSPECTION_SCANNER=
-    INTROSPECTION_COMPILER=
-    INTROSPECTION_GENERATE=
-    INTROSPECTION_GIRDIR=
-    INTROSPECTION_TYPELIBDIR=
-    if test "x$found_introspection" = "xyes"; then
-       INTROSPECTION_SCANNER=`$PKG_CONFIG --variable=g_ir_scanner 
gobject-introspection-1.0`
-       INTROSPECTION_COMPILER=`$PKG_CONFIG --variable=g_ir_compiler 
gobject-introspection-1.0`
-       INTROSPECTION_GENERATE=`$PKG_CONFIG --variable=g_ir_generate 
gobject-introspection-1.0`
-       INTROSPECTION_GIRDIR=`$PKG_CONFIG --variable=girdir 
gobject-introspection-1.0`
-       INTROSPECTION_TYPELIBDIR="$($PKG_CONFIG --variable=typelibdir 
gobject-introspection-1.0)"
-       INTROSPECTION_CFLAGS=`$PKG_CONFIG --cflags gobject-introspection-1.0`
-       INTROSPECTION_LIBS=`$PKG_CONFIG --libs gobject-introspection-1.0`
-       INTROSPECTION_MAKEFILE=`$PKG_CONFIG --variable=datadir 
gobject-introspection-1.0`/gobject-introspection-1.0/Makefile.introspection
-    fi
-    AC_SUBST(INTROSPECTION_SCANNER)
-    AC_SUBST(INTROSPECTION_COMPILER)
-    AC_SUBST(INTROSPECTION_GENERATE)
-    AC_SUBST(INTROSPECTION_GIRDIR)
-    AC_SUBST(INTROSPECTION_TYPELIBDIR)
-    AC_SUBST(INTROSPECTION_CFLAGS)
-    AC_SUBST(INTROSPECTION_LIBS)
-    AC_SUBST(INTROSPECTION_MAKEFILE)
-
-    AM_CONDITIONAL(HAVE_INTROSPECTION, test "x$found_introspection" = "xyes")
-])
-
-
-dnl Usage:
-dnl   GOBJECT_INTROSPECTION_CHECK([minimum-g-i-version])
-
-AC_DEFUN([GOBJECT_INTROSPECTION_CHECK],
-[
-  _GOBJECT_INTROSPECTION_CHECK_INTERNAL([$1])
-])
-
-dnl Usage:
-dnl   GOBJECT_INTROSPECTION_REQUIRE([minimum-g-i-version])
-
-
-AC_DEFUN([GOBJECT_INTROSPECTION_REQUIRE],
-[
-  _GOBJECT_INTROSPECTION_CHECK_INTERNAL([$1], [require])
-])
-
-dnl vapigen.m4
-dnl
-dnl Copyright 2012 Evan Nemerson
-dnl
-dnl This library is free software; you can redistribute it and/or
-dnl modify it under the terms of the GNU Lesser General Public
-dnl License as published by the Free Software Foundation; either
-dnl version 2.1 of the License, or (at your option) any later version.
-dnl
-dnl This library is distributed in the hope that it will be useful,
-dnl but WITHOUT ANY WARRANTY; without even the implied warranty of
-dnl MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
-dnl Lesser General Public License for more details.
-dnl
-dnl You should have received a copy of the GNU Lesser General Public
-dnl License along with this library; if not, write to the Free Software
-dnl Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301  
USA
-
-# VAPIGEN_CHECK([VERSION], [API_VERSION], [FOUND_INTROSPECTION], [DEFAULT])
-# --------------------------------------
-# Check vapigen existence and version
-#
-# See http://live.gnome.org/Vala/UpstreamGuide for detailed documentation
-AC_DEFUN([VAPIGEN_CHECK],
-[
-  AS_IF([test "x$3" != "xyes"], [
-      m4_provide_if([GOBJECT_INTROSPECTION_CHECK], [], [
-          m4_provide_if([GOBJECT_INTROSPECTION_REQUIRE], [], [
-              AC_MSG_ERROR([[You must call GOBJECT_INTROSPECTION_CHECK or 
GOBJECT_INTROSPECTION_REQUIRE before using VAPIGEN_CHECK unless using the 
FOUND_INTROSPECTION argument is "yes"]])
-            ])
-        ])
-    ])
-
-  AC_ARG_ENABLE([vala],
-    [AS_HELP_STRING([--enable-vala[=@<:@no/auto/yes@:>@]],[build Vala bindings 
@<:@default=]ifelse($4,,auto,$4)[@:>@])],,[
-      AS_IF([test "x$4" = "x"], [
-          enable_vala=auto
-        ], [
-          enable_vala=$4
-        ])
-    ])
-
-  AS_CASE([$enable_vala], [no], [enable_vala=no],
-      [yes], [
-        AS_IF([test "x$3" != "xyes" -a "x$found_introspection" != "xyes"], [
-            AC_MSG_ERROR([Vala bindings require GObject Introspection])
-          ])
-      ], [auto], [
-        AS_IF([test "x$3" != "xyes" -a "x$found_introspection" != "xyes"], [
-            enable_vala=no
-          ])
-      ], [
-        AC_MSG_ERROR([Invalid argument passed to --enable-vala, should be one 
of @<:@no/auto/yes@:>@])
-      ])
-
-  AS_IF([test "x$2" = "x"], [
-      vapigen_pkg_name=vapigen
-    ], [
-      vapigen_pkg_name=vapigen-$2
-    ])
-  AS_IF([test "x$1" = "x"], [
-      vapigen_pkg="$vapigen_pkg_name"
-    ], [
-      vapigen_pkg="$vapigen_pkg_name >= $1"
-    ])
-
-  PKG_PROG_PKG_CONFIG
-
-  PKG_CHECK_EXISTS([$vapigen_pkg], [
-      AS_IF([test "$enable_vala" = "auto"], [
-          enable_vala=yes
-        ])
-    ], [
-      AS_CASE([$enable_vala], [yes], [
-          AC_MSG_ERROR([$vapigen_pkg not found])
-        ], [auto], [
-          enable_vala=no
-        ])
-    ])
-
-  AC_MSG_CHECKING([for vapigen])
-
-  AS_CASE([$enable_vala],
-    [yes], [
-      VAPIGEN=`$PKG_CONFIG --variable=vapigen $vapigen_pkg_name`
-      VAPIGEN_MAKEFILE=`$PKG_CONFIG --variable=datadir 
$vapigen_pkg_name`/vala/Makefile.vapigen
-      AS_IF([test "x$2" = "x"], [
-          VAPIGEN_VAPIDIR=`$PKG_CONFIG --variable=vapidir $vapigen_pkg_name`
-        ], [
-          VAPIGEN_VAPIDIR=`$PKG_CONFIG --variable=vapidir_versioned 
$vapigen_pkg_name`
-        ])
-    ])
-
-  AC_MSG_RESULT([$enable_vala])
-
-  AC_SUBST([VAPIGEN])
-  AC_SUBST([VAPIGEN_VAPIDIR])
-  AC_SUBST([VAPIGEN_MAKEFILE])
-
-  AM_CONDITIONAL(ENABLE_VAPIGEN, test "x$enable_vala" = "xyes")
-])
-
 # Copyright (C) 2002-2014 Free Software Foundation, Inc.
 #
 # This file is free software; the Free Software Foundation
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/vte-0.42.0/configure new/vte-0.42.1/configure
--- old/vte-0.42.0/configure    2015-09-22 13:48:00.000000000 +0200
+++ new/vte-0.42.1/configure    2015-10-14 09:17:21.000000000 +0200
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.69 for vte 0.42.0.
+# Generated by GNU Autoconf 2.69 for vte 0.42.1.
 #
 # Report bugs to <http://bugzilla.gnome.org/enter_bug.cgi?product=vte>.
 #
@@ -651,8 +651,8 @@
 # Identity of this package.
 PACKAGE_NAME='vte'
 PACKAGE_TARNAME='vte'
-PACKAGE_VERSION='0.42.0'
-PACKAGE_STRING='vte 0.42.0'
+PACKAGE_VERSION='0.42.1'
+PACKAGE_STRING='vte 0.42.1'
 PACKAGE_BUGREPORT='http://bugzilla.gnome.org/enter_bug.cgi?product=vte'
 PACKAGE_URL=''
 
@@ -1545,7 +1545,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.42.0 to adapt to many kinds of systems.
+\`configure' configures vte 0.42.1 to adapt to many kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1615,7 +1615,7 @@
 
 if test -n "$ac_init_help"; then
   case $ac_init_help in
-     short | recursive ) echo "Configuration of vte 0.42.0:";;
+     short | recursive ) echo "Configuration of vte 0.42.1:";;
    esac
   cat <<\_ACEOF
 
@@ -1768,7 +1768,7 @@
 test -n "$ac_init_help" && exit $ac_status
 if $ac_init_version; then
   cat <<\_ACEOF
-vte configure 0.42.0
+vte configure 0.42.1
 generated by GNU Autoconf 2.69
 
 Copyright (C) 2012 Free Software Foundation, Inc.
@@ -2358,7 +2358,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.42.0, which was
+It was created by vte $as_me 0.42.1, which was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   $ $0 $@
@@ -3227,7 +3227,7 @@
 
 # Define the identity of the package.
  PACKAGE='vte'
- VERSION='0.42.0'
+ VERSION='0.42.1'
 
 
 cat >>confdefs.h <<_ACEOF
@@ -3396,7 +3396,7 @@
 
 
 
-LT_VERSION_INFO="4200:0:4200"
+LT_VERSION_INFO="4200:1:4200"
 
 
 
################################################################################
@@ -19839,7 +19839,7 @@
 
 VTE_MINOR_VERSION=42
 
-VTE_MICRO_VERSION=0
+VTE_MICRO_VERSION=1
 
 
 
@@ -20451,7 +20451,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.42.0, which was
+This file was extended by vte $as_me 0.42.1, which was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   CONFIG_FILES    = $CONFIG_FILES
@@ -20517,7 +20517,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.42.0
+vte config.status 0.42.1
 configured by $0, generated by GNU Autoconf 2.69,
   with options \\"\$ac_cs_config\\"
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/vte-0.42.0/configure.ac new/vte-0.42.1/configure.ac
--- old/vte-0.42.0/configure.ac 2015-09-22 13:47:26.000000000 +0200
+++ new/vte-0.42.1/configure.ac 2015-10-14 08:01:03.000000000 +0200
@@ -1,6 +1,6 @@
 m4_define([version_major],0)
 m4_define([version_minor],42)
-m4_define([version_micro],0)
+m4_define([version_micro],1)
 m4_define([version_triplet],version_major.version_minor.version_micro)
 
 AC_PREREQ([2.63])
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/vte-0.42.0/doc/reference/html/VteTerminal.html 
new/vte-0.42.1/doc/reference/html/VteTerminal.html
--- old/vte-0.42.0/doc/reference/html/VteTerminal.html  2015-09-22 
13:58:04.000000000 +0200
+++ new/vte-0.42.1/doc/reference/html/VteTerminal.html  2015-10-14 
09:19:09.000000000 +0200
@@ -332,7 +332,7 @@
 </td>
 </tr>
 <tr>
-<td class="function_type">const <a 
href="/home/mclasen/gnome/share/gtk-doc/html/pango/pango-Fonts.html#PangoFontDescription-struct"><span
 class="returnvalue">PangoFontDescription</span></a> *
+<td class="function_type">const <span 
class="returnvalue">PangoFontDescription</span> *
 </td>
 <td class="function_name">
 <a class="link" href="VteTerminal.html#vte-terminal-get-font" 
title="vte_terminal_get_font ()">vte_terminal_get_font</a> <span 
class="c_punctuation">()</span>
@@ -782,7 +782,7 @@
 </tr>
 <tr>
 <td class="property_type">
-<a 
href="/home/mclasen/gnome/share/gtk-doc/html/pango/pango-Fonts.html#PangoFontDescription-struct"><span
 class="type">PangoFontDescription</span></a> *</td>
+<span class="type">PangoFontDescription</span> *</td>
 <td class="property_name"><a class="link" 
href="VteTerminal.html#VteTerminal--font-desc" title="The “font-desc” 
property">font-desc</a></td>
 <td class="property_flags">Read / Write</td>
 </tr>
@@ -1310,12 +1310,12 @@
 <a name="vte-terminal-set-font"></a><h3>vte_terminal_set_font ()</h3>
 <pre class="programlisting"><span class="returnvalue">void</span>
 vte_terminal_set_font (<em class="parameter"><code><a class="link" 
href="VteTerminal.html" title="VteTerminal"><span 
class="type">VteTerminal</span></a> *terminal</code></em>,
-                       <em class="parameter"><code>const <a 
href="/home/mclasen/gnome/share/gtk-doc/html/pango/pango-Fonts.html#PangoFontDescription-struct"><span
 class="type">PangoFontDescription</span></a> *font_desc</code></em>);</pre>
+                       <em class="parameter"><code>const <span 
class="type">PangoFontDescription</span> *font_desc</code></em>);</pre>
 </div>
 <hr>
 <div class="refsect2">
 <a name="vte-terminal-get-font"></a><h3>vte_terminal_get_font ()</h3>
-<pre class="programlisting">const <a 
href="/home/mclasen/gnome/share/gtk-doc/html/pango/pango-Fonts.html#PangoFontDescription-struct"><span
 class="returnvalue">PangoFontDescription</span></a> *
+<pre class="programlisting">const <span 
class="returnvalue">PangoFontDescription</span> *
 vte_terminal_get_font (<em class="parameter"><code><a class="link" 
href="VteTerminal.html" title="VteTerminal"><span 
class="type">VteTerminal</span></a> *terminal</code></em>);</pre>
 </div>
 <hr>
@@ -1671,7 +1671,7 @@
 <pre class="programlisting"><span class="returnvalue">void</span>
 vte_terminal_match_set_cursor (<em class="parameter"><code><a class="link" 
href="VteTerminal.html" title="VteTerminal"><span 
class="type">VteTerminal</span></a> *terminal</code></em>,
                                <em class="parameter"><code><span 
class="type">int</span> tag</code></em>,
-                               <em class="parameter"><code><a 
href="http://library.gnome.org/devel/gdk3/gdk2-Cursors.html#GdkCursor";><span 
class="type">GdkCursor</span></a> *cursor</code></em>);</pre>
+                               <em class="parameter"><code><a 
href="http://developer.gnome.org/gdk3/gdk3-Cursors.html#GdkCursor-struct";><span 
class="type">GdkCursor</span></a> *cursor</code></em>);</pre>
 <div class="warning"><p><code 
class="literal">vte_terminal_match_set_cursor</code> is deprecated and should 
not be used in newly-written code.</p></div>
 </div>
 </div>
@@ -1914,7 +1914,7 @@
 <hr>
 <div class="refsect2">
 <a name="VteTerminal--font-desc"></a><h3>The <code 
class="literal">“font-desc”</code> property</h3>
-<pre class="programlisting">  “font-desc”                <a 
href="/home/mclasen/gnome/share/gtk-doc/html/pango/pango-Fonts.html#PangoFontDescription-struct"><span
 class="type">PangoFontDescription</span></a> *</pre>
+<pre class="programlisting">  “font-desc”                <span 
class="type">PangoFontDescription</span> *</pre>
 <p>Flags: Read / Write</p>
 </div>
 <hr>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/vte-0.42.0/doc/reference/html/index.html 
new/vte-0.42.1/doc/reference/html/index.html
--- old/vte-0.42.0/doc/reference/html/index.html        2015-09-22 
13:58:04.000000000 +0200
+++ new/vte-0.42.1/doc/reference/html/index.html        2015-10-14 
09:19:09.000000000 +0200
@@ -15,7 +15,7 @@
 <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.42.0
+      Documentation for VTE version 0.42.1
 .
       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>.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/vte-0.42.0/doc/reference/html/vte-Version-Information.html 
new/vte-0.42.1/doc/reference/html/vte-Version-Information.html
--- old/vte-0.42.0/doc/reference/html/vte-Version-Information.html      
2015-09-22 13:58:04.000000000 +0200
+++ new/vte-0.42.1/doc/reference/html/vte-Version-Information.html      
2015-10-14 09:19:09.000000000 +0200
@@ -120,7 +120,7 @@
 <hr>
 <div class="refsect2">
 <a name="VTE-MICRO-VERSION:CAPS"></a><h3>VTE_MICRO_VERSION</h3>
-<pre class="programlisting">#define VTE_MICRO_VERSION (0)
+<pre class="programlisting">#define VTE_MICRO_VERSION (1)
 </pre>
 <p>The micro version number of the VTE library
 (e.g. in version 3.1.4 this is 4).</p>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/vte-0.42.0/doc/reference/version.xml 
new/vte-0.42.1/doc/reference/version.xml
--- old/vte-0.42.0/doc/reference/version.xml    2015-09-22 13:48:25.000000000 
+0200
+++ new/vte-0.42.1/doc/reference/version.xml    2015-10-14 09:17:31.000000000 
+0200
@@ -1 +1 @@
-0.42.0
+0.42.1
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/vte-0.42.0/po/vi.po new/vte-0.42.1/po/vi.po
--- old/vte-0.42.0/po/vi.po     2015-05-23 15:56:41.000000000 +0200
+++ new/vte-0.42.1/po/vi.po     2015-10-14 07:56:24.000000000 +0200
@@ -1,125 +1,127 @@
 # Vietnamese Translation for VTE.
-# Copyright (C) 2002 THE PACKAGE'S COPYRIGHT HOLDER
-# This file is distributed under the same license as the PACKAGE package.
+# Bản dịch tiếng Việt dành cho vte.
+# Copyright © 2015 GNOME i18n Project for Vietnamese.
+# This file is distributed under the same license as the vte package.
 # T.M.Thanh <[email protected]>, 2002.
+# Trần Ngọc Quân <[email protected]>, 2015.
 #
 msgid ""
 msgstr ""
-"Project-Id-Version: vte.HEAD.vi\n"
-"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2007-02-23 03:15+0000\n"
-"PO-Revision-Date: 2007-02-24 18:38+0700\n"
-"Last-Translator: Nguyễn Thái Ngọc Duy <[email protected]>\n"
-"Language-Team: Vietnamese <[email protected]>\n"
+"Project-Id-Version: vte 0-42\n"
+"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/enter_bug.cgi?";
+"product=vte&keywords=I18N+L10N&component=general\n"
+"POT-Creation-Date: 2015-09-29 01:14+0000\n"
+"PO-Revision-Date: 2015-09-29 14:33+0700\n"
+"Last-Translator: Trần Ngọc Quân <[email protected]>\n"
+"Language-Team: Vietnamese <[email protected]>\n"
+"Language: vi\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
-"X-Generator: Emacs 21.4.1, po-mode 2.02+0.4\n"
+"X-Generator: Gtranslator 2.91.7\n"
+"Plural-Forms: nplurals=1; plural=0;\n"
 
-#: ../src/iso2022.c:784 ../src/iso2022.c:792 ../src/iso2022.c:823
-#: ../src/vte.c:1749
+#: ../src/app.ui.h:1
+msgid "Copy"
+msgstr "Chép"
+
+#: ../src/app.ui.h:2
+msgid "Paste"
+msgstr "Dán"
+
+#: ../src/app.ui.h:3
+msgid "Reset (use Ctrl to reset and clear)"
+msgstr "Đặt lại (dùng Ctrl để đặt lại và xóa)"
+
+#: ../src/app.ui.h:4
+msgid "Reset"
+msgstr "Đặt lại"
+
+#: ../src/app.ui.h:5
+msgid "Toggle input enabled setting"
+msgstr "Bật/tắt cài đặt đầu vào đã bật"
+
+#: ../src/app.ui.h:6
+msgid "Input"
+msgstr "Đầu vào"
+
+#: ../src/iso2022.cc:73 ../src/iso2022.cc:81 ../src/iso2022.cc:111
+#: ../src/vte.cc:2011
 #, c-format
 msgid "Unable to convert characters from %s to %s."
 msgstr "Không thể chuyển đổi các ký tự từ %s thành %s."
 
-#: ../src/iso2022.c:1532
-#, c-format
-msgid "Attempt to set invalid NRC map '%c'."
-msgstr "Thử đặt bảng đồ NRC không hợp lệ '%c'."
-
-#. Application signalled an "identified coding system" we haven't heard of.  
See ECMA-35 for gory details.
-#: ../src/iso2022.c:1562
-msgid "Unrecognized identified coding system."
-msgstr "Hệ thống mã hóa định danh không xác định"
+#. Bail back to normal mode.
+#: ../src/vteapp.c:1027
+msgid "Could not open console.\n"
+msgstr "Không thể mở thiết bị điều khiển.\n"
 
-#: ../src/iso2022.c:1621 ../src/iso2022.c:1648
-#, c-format
-msgid "Attempt to set invalid wide NRC map '%c'."
-msgstr "Thử đặt bảng đồ NRC rộng không hợp lệ '%c'."
+#: ../src/vteapp.c:1137
+msgid "Could not parse the geometry spec passed to --geometry"
+msgstr "Không thể phân tích đặc tả tọa độ từ đối số --geometry"
 
-#. 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:837
+#. Translators: %s is replaced with error message returned by strerror().
+#: ../src/vte.cc:4264
 #, c-format
-msgid "can not run %s"
-msgstr "không thể chạy %s"
+msgid "Error reading from child: %s."
+msgstr "Gặp lỗi khi đọc từ con: %s."
 
-#: ../src/reaper.c:136
-msgid "Error creating signal pipe."
-msgstr "Lỗi khi tạo signal pipe."
+#: ../src/vte.cc:4400
+msgid "Unable to send data to child, invalid charset convertor"
+msgstr ""
+"Không thể gửi dữ liệu sang tiến trình con, bộ chuyển đổi bãng mã không hợp lệ"
 
-#: ../src/trie.c:414
+#: ../src/vte.cc:4411 ../src/vte.cc:5473
 #, c-format
-msgid "Duplicate (%s/%s)!"
-msgstr "Nhân đôi (%s/%s)!"
+msgid "Error (%s) converting data for child, dropping."
+msgstr "Gặp lỗi (%s) khi chuyển đổi dữ liệu cho con, nên xóa bỏ."
 
-#: ../src/vte.c:1133
+#: ../src/vte.cc:8035
 #, c-format
-msgid "Error compiling regular expression \"%s\"."
-msgstr "Lỗi khi biên dịch biểu hiện quy tắc \"%s\"."
+msgid "Error reading PTY size, using defaults: %s\n"
+msgstr "Gặp lỗi khi khi đọc kích thước PTY, sử dụng mặc định: %s\n"
 
-#: ../src/vte.c:2554 ../src/vte.c:2559
-#, c-format
-msgid "No handler for control sequence `%s' defined."
-msgstr "Không có trình quản lý nào được chỉ định cho sequence `%s'."
+#~ msgid "Attempt to set invalid NRC map '%c'."
+#~ msgstr "Thử đặt bảng đồ NRC không hợp lệ “%c”."
 
-#. Translators: %s is replaced with error message returned by strerror().
-#: ../src/vte.c:3512
-#, c-format
-msgid "Error reading from child: %s."
-msgstr "Lỗi khi đọc từ child: %s."
+#~ msgid "Unrecognized identified coding system."
+#~ msgstr "Hệ thống mã hóa định danh không xác định"
 
-#: ../src/vte.c:3622
-msgid "Unable to send data to child, invalid charset convertor"
-msgstr "Không thể gửi dữ liệu sang tiến trình con, bộ chuyển đổi bãng mã không 
hợp lệ"
+#~ msgid "Attempt to set invalid wide NRC map '%c'."
+#~ msgstr "Thử đặt bảng đồ NRC rộng không hợp lệ “%c”."
 
-#: ../src/vte.c:3633 ../src/vte.c:4527
-#, c-format
-msgid "Error (%s) converting data for child, dropping."
-msgstr "Lỗi (%s) khi chuyển đổi dữ liệu cho child, bỏ."
+#~ msgid "can not run %s"
+#~ msgstr "không thể chạy %s"
 
-#: ../src/vte.c:6668
-#, c-format
-msgid "Error reading PTY size, using defaults: %s."
-msgstr "Lỗi khi đọc kích thước PTY, sử dụng mặc định: %s."
+#~ msgid "Error creating signal pipe."
+#~ msgstr "Lỗi khi tạo signal pipe."
 
-#: ../src/vte.c:6697
-#, c-format
-msgid "Error setting PTY size: %s."
-msgstr "Lỗi khi lập kích thước PTY: %s."
+#~ msgid "Duplicate (%s/%s)!"
+#~ msgstr "Nhân đôi (%s/%s)!"
 
-#. Aaargh.  We're screwed.
-#: ../src/vte.c:10958
-msgid "_vte_conv_open() failed setting word characters"
-msgstr "_vte_iconv_open() không lập được các ký tự từ"
+#~ msgid "Error compiling regular expression \"%s\"."
+#~ msgstr "Lỗi khi biên dịch biểu hiện quy tắc \"%s\"."
 
-#: ../src/vteseq.c:3904
-#, c-format
-msgid "Got unexpected (key?) sequence `%s'."
-msgstr "Nhận sequence không mong muốn (key?) `%s'."
+#~ msgid "No handler for control sequence `%s' defined."
+#~ msgstr "Không có trình quản lý nào được chỉ định cho sequence “%s”."
 
-#. Bail back to normal mode.
-#: ../src/vteapp.c:774
-msgid "Could not open console.\n"
-msgstr "Không thể mở console.\n"
+#~ msgid "Error setting PTY size: %s."
+#~ msgstr "Lỗi khi lập kích thước PTY: %s."
 
-#: ../src/vteapp.c:838
-msgid "Could not parse the geometry spec passed to --geometry"
-msgstr "Không thể phân tích đặc tả toạ độ từ đối số --geometry"
+#~ msgid "_vte_conv_open() failed setting word characters"
+#~ msgstr "_vte_iconv_open() không lập được các ký tự từ"
 
-#: ../src/vteglyph.c:562
-#, c-format
-msgid "Unknown pixel mode %d.\n"
-msgstr "Chế độ pixel lạ %d.\n"
+#~ msgid "Got unexpected (key?) sequence `%s'."
+#~ msgstr "Nhận sequence không mong muốn (key?) “%s”."
 
-#: ../src/vtexft.c:220
-#, c-format
-msgid "Can not find appropiate font for character U+%04x.\n"
-msgstr "Không thể tìm thấy phông chữ phù hợp cho ký tự U+%04x.\n"
+#~ msgid "Unknown pixel mode %d.\n"
+#~ msgstr "Chế độ pixel lạ %d.\n"
+
+#~ msgid "Can not find appropiate font for character U+%04x.\n"
+#~ msgstr "Không thể tìm thấy phông chữ phù hợp cho ký tự U+%04x.\n"
 
 #~ msgid "Error adding `%s' to environment, continuing."
-#~ msgstr "Lỗi khi thêm `%s' vào môi trường, tiếp tục."
+#~ msgstr "Lỗi khi thêm “%s” vào môi trường, tiếp tục."
 
 #~ msgid "Using fontset \"%s\", which is missing these character sets: %s."
 #~ msgstr "Dùng bộ phông \"%s\" thiếu các bảng mã này: %s."
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/vte-0.42.0/src/app.c new/vte-0.42.1/src/app.c
--- old/vte-0.42.0/src/app.c    2015-09-22 13:51:49.000000000 +0200
+++ new/vte-0.42.1/src/app.c    2015-10-14 09:17:42.000000000 +0200
@@ -1,4 +1,4 @@
-/* app.c generated by valac 0.29.3.4-c161d, the Vala compiler
+/* app.c generated by valac 0.30.0, the Vala compiler
  * generated from app.vala, do not modify */
 
 /*
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/vte-0.42.0/src/vte.cc new/vte-0.42.1/src/vte.cc
--- old/vte-0.42.0/src/vte.cc   2015-09-22 13:47:14.000000000 +0200
+++ new/vte-0.42.1/src/vte.cc   2015-10-14 07:56:24.000000000 +0200
@@ -760,9 +760,9 @@
                                columns++;
                        }
                }
-               if (preedit_width > 0) {
-                       columns += preedit_width;
-                       columns++; /* one more for the preedit cursor */
+               columns = MAX(columns, preedit_width);
+               if (column + columns > terminal->pvt->column_count) {
+                       column = MAX(0, terminal->pvt->column_count - columns);
                }
 
                _vte_debug_print(VTE_DEBUG_UPDATES,
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/vte-0.42.0/src/vteaccess.cc 
new/vte-0.42.1/src/vteaccess.cc
--- old/vte-0.42.0/src/vteaccess.cc     2015-05-23 15:56:41.000000000 +0200
+++ new/vte-0.42.1/src/vteaccess.cc     2015-10-12 20:11:43.000000000 +0200
@@ -441,6 +441,8 @@
                                         old, caret_offset, 1);
                 priv->snapshot_text = saved_text;
                 priv->snapshot_characters = saved_characters;
+               emit_text_changed_insert(G_OBJECT(accessible),
+                                        old, caret_offset, 1);
        }
 
 


Reply via email to