summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNalin Dahyabhai <nalin@src.gnome.org>2003-04-18 00:31:22 +0000
committerNalin Dahyabhai <nalin@src.gnome.org>2003-04-18 00:31:22 +0000
commit9003aca9c2dda02997255aff5d25a79947dc8011 (patch)
tree4a02f3f7cd93686ee703f58b8e3cd756163df9a5
parent439b759cbfe698e7e0237bb0d97786e841a6ad36 (diff)
downloadvte-9003aca9c2dda02997255aff5d25a79947dc8011.tar.gz
- 0.11.3vte_0_11_3
-rw-r--r--NEWS2
-rw-r--r--vte.spec5
2 files changed, 6 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 239cb5f2..e1ae3863 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,5 @@
+0.11.3: Reworked handling of ISO-2022 text, handles Chinese and Korean
+ correctly.
0.11.2: Fix for wrapping when selecting by word or lines. Fix to conform to
OpenI18N assertions.
0.11.1: A native FT2 drawing backend which may be faster than Pango on systems
diff --git a/vte.spec b/vte.spec
index 36f14e35..913754b5 100644
--- a/vte.spec
+++ b/vte.spec
@@ -1,5 +1,5 @@
Name: vte
-Version: 0.11.2
+Version: 0.11.3
Release: 1
Summary: An experimental terminal emulator.
License: LGPL
@@ -93,6 +93,9 @@ rm -f $RPM_BUILD_ROOT/%{_libdir}/python*/site-packages/*.a
%{_libdir}/pkgconfig/*
%changelog
+* Thu Apr 17 2003 Nalin Dahyabhai <nalin@redhat.com> 0.11.3-1
+- rework support for national replacement charsets and iso2022
+
* Thu Apr 17 2003 Nalin Dahyabhai <nalin@redhat.com> 0.11.2-1
- selection tweaks and an openi18n fix