summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBehdad Esfahbod <behdad@gnome.org>2007-12-03 23:26:34 +0000
committerBehdad Esfahbod <behdad@src.gnome.org>2007-12-03 23:26:34 +0000
commit63f5b1e707d1fb450248c8cb335493aa5bb5b047 (patch)
tree1c74028963529066c4110ef2197a4c3d40c6f91c
parentda8e37ff44c183bfc2b35846ad2ed25f85561edd (diff)
Released vte-0.16.10.vte_0_16_10
2007-09-17 Behdad Esfahbod <behdad@gnome.org> Released vte-0.16.10. * NEWS: Updated. * configure.in: Bumped version to 0.16.10. Bumped libtool version to 11:14:2. . svn path=/trunk/; revision=2007
-rw-r--r--ChangeLog9
-rw-r--r--NEWS33
-rw-r--r--configure.in4
3 files changed, 44 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index e8ba3ed..1dc5578 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2007-09-17 Behdad Esfahbod <behdad@gnome.org>
+
+ Released vte-0.16.10.
+
+ * NEWS: Updated.
+
+ * configure.in: Bumped version to 0.16.10.
+ Bumped libtool version to 11:14:2.
+.
2007-12-03 Chris Wilson <chris@chris-wilson.co.uk>
Bug 497246 – Kill vte_iso2022_fragment_input
diff --git a/NEWS b/NEWS
index 76bb19a..5e1c390 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,36 @@
+0.16.10
+=======
+- Smart tab character: you can now copy/paste tab characters printed by cat,
+ diff, and other line-oriented tools and get the tab character in the
+ clipboard, instead of multiple spaces. The selection indicates that by
+ being all or none.
+- Misc bug fixes and optimizations.
+- Bugs fixed in this release:
+ * src/vtedraw.c (_vte_draw_init_user): Make VTE_BACKEND=list list
+ available backends to stderr.
+
+ Bug 497246 – Kill vte_iso2022_fragment_input
+ Bug 412435 – Invalid variable name in Makefile.am
+ Bug 416561 – Rendering issue in VtePango
+ Bug 416558 – Rendering errors in VteFT2
+ Bug 403217 – Outdated README
+ Bug 118967 – single line scrolling with "Ctrl+Shift+ArrowUp/ArrowDown"
+ Patch from Mauricio and Mariano Suárez-Alvarez
+ Bug 353610 – Don't convert tab characters upon copying
+ Bug 499892 – strikethrough line is too high
+ Bug 499891 – vte with opacity set, shows invisible chars
+ Bug 499896 – Alternate charset isn't an attribute, though we treat it
+ as one.
+ Bug 499893 – cell.attr.protect is unused
+ Bug 499287 – Fix doc coverage regression
+ Bug 142640 – FcConfigSubstitute in place of _vte_fc_defaults_from_gtk
+ to get antialias and hinting value
+ Bug 439384 – gnome-terminal on feisty crashes when giving wrong locale
+ environment
+ Bug 483642 – vte_terminal_feed crash when 8190 characters passed
+ Bug 480735 – Underlining whitespace not reliable
+ Original patch by Steven Skovran.
+
0.16.9
======
- Slightly improved pango backend
diff --git a/configure.in b/configure.in
index 76ea2af..177e115 100644
--- a/configure.in
+++ b/configure.in
@@ -1,5 +1,5 @@
AC_PREREQ(2.56)
-AC_INIT(vte, [0.16.9],
+AC_INIT(vte, [0.16.10],
[http://bugzilla.gnome.org/enter_bug.cgi?product=vte])
AC_CONFIG_SRCDIR([src/vte.c])
AM_INIT_AUTOMAKE(1.6)
@@ -9,7 +9,7 @@ AM_CONFIG_HEADER([config.h])
# Libtool shared library versioning stuffs.
# REVISION gets incremented whenever the source code changes without adding
# an API or ABI change.
-LTVERSION_REVISION=13
+LTVERSION_REVISION=14
# CURRENT must be incremented when an API or ABI change (addition or removal)
# is made, and REVISION must be reset to 0 when this happens.
LTVERSION_CURRENT=11