vte r2320 - trunk



Author: behdad
Date: Fri Dec  5 14:29:49 2008
New Revision: 2320
URL: http://svn.gnome.org/viewvc/vte?rev=2320&view=rev

Log:
2008-12-05  Behdad Esfahbod  <behdad gnome org>

        * NEWS:
        * configure.in:
        Released 0.19.2.



Modified:
   trunk/ChangeLog
   trunk/NEWS
   trunk/configure.in

Modified: trunk/NEWS
==============================================================================
--- trunk/NEWS	(original)
+++ trunk/NEWS	Fri Dec  5 14:29:49 2008
@@ -1,3 +1,24 @@
+0.19.1
+======
+- Rewrote text selection.  Much less buggy now.  Specially block-mode.
+- Fixed rendering bug caused by wrong tab handling introduced in 0.19.0.
+- More deprecation.  VteReaper is deprecated and will be removed in 1.0.
+- Minor optimizations in the pangocairo backend.  Only one FcFontSort now
+  instead of the previous two.
+
+	Red Hat Bug 474618 -  gnome-terminal sometime leaves empty begining
+		of the line
+	Bug 563274 â Misspelled word in src code
+	Bug 563024 â In alternate-screen, selection can copy out of screen
+		boundaries
+	Bug 552096 â Detect tgetent if provided by libtinfo
+	Bug 559818 â redundant selection-changed signal on deselection
+	Bug 471480 â select single character
+	Bug 110371 â Cannot select newline at end of full line
+	Bug 112172 â Get rid of VteReaper
+	Bug 560667 â invalid definition of VTE_INVALID_SOURCE
+	Bug 541441 â Dehighlight links on visibility notify?
+
 0.19.0
 ======
 - New, PangoCairo, rendering backend.  This is functionally equivalent to the

Modified: trunk/configure.in
==============================================================================
--- trunk/configure.in	(original)
+++ trunk/configure.in	Fri Dec  5 14:29:49 2008
@@ -1,6 +1,6 @@
 m4_define([vte_version_major],[0])
 m4_define([vte_version_minor],[19])
-m4_define([vte_version_micro],[1])
+m4_define([vte_version_micro],[2])
 m4_define([vte_version],[vte_version_major.vte_version_minor.vte_version_micro])
 
 AC_PREREQ(2.56)
@@ -20,7 +20,7 @@
 # Libtool shared library versioning stuffs.
 # REVISION gets incremented whenever the source code changes without adding
 # an API or ABI change.
-LTVERSION_REVISION=0
+LTVERSION_REVISION=1
 # 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=13



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]