diff options
author | Nalin Dahyabhai <nalin@src.gnome.org> | 2003-04-17 16:02:17 +0000 |
---|---|---|
committer | Nalin Dahyabhai <nalin@src.gnome.org> | 2003-04-17 16:02:17 +0000 |
commit | cfe30db72f22a3c70a981e46bcd2a800210e92c4 (patch) | |
tree | 52d7ce90173e712594e3263f9f902f5eaacb55a9 | |
parent | 70a4202f0a0b2f9f3308ab7d3606d725d095d123 (diff) |
0.11.2vte_0_11_2
-rw-r--r-- | NEWS | 2 | ||||
-rw-r--r-- | vte.spec | 5 |
2 files changed, 6 insertions, 1 deletions
@@ -1,3 +1,5 @@ +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 without Xft2. Support for scrolling backgrounds for everyone. 0.11.0: Support for using font sets for better Unicode coverage when drawing @@ -1,5 +1,5 @@ Name: vte -Version: 0.11.1 +Version: 0.11.2 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.2-1 +- selection tweaks and an openi18n fix + * Mon Apr 14 2003 Nalin Dahyabhai <nalin@redhat.com> 0.11.1-1 - drawing cleanups |