summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNalin Dahyabhai <nalin@src.gnome.org>2003-02-20 03:48:40 +0000
committerNalin Dahyabhai <nalin@src.gnome.org>2003-02-20 03:48:40 +0000
commit2d32bd03e7e24f1f0efbf0789bcef2aa6fe5aad0 (patch)
treefff525e44ae22f217e98ac38ff104ce4f9119973
parent9ffc87c910438f68fa831982c53fdceafa529a38 (diff)
downloadvte-2d32bd03e7e24f1f0efbf0789bcef2aa6fe5aad0.tar.gz
- 0.10.21vte_0_10_21
-rw-r--r--vte.spec8
1 files changed, 7 insertions, 1 deletions
diff --git a/vte.spec b/vte.spec
index e5bcaf55..880efb01 100644
--- a/vte.spec
+++ b/vte.spec
@@ -1,5 +1,5 @@
Name: vte
-Version: 0.10.20
+Version: 0.10.21
Release: 1
Summary: An experimental terminal emulator.
License: LGPL
@@ -96,6 +96,12 @@ rm -f $RPM_BUILD_ROOT/%{_libdir}/python*/site-packages/*.a
%{_libdir}/pkgconfig/*
%changelog
+* Wed Feb 19 2003 Nalin Dahyabhai <nalin@redhat.com> 0.10.21-1
+- report accessible focus-changed events properly
+- fix window_scroll optimization check (#83679)
+- fix ctrl-[2-8] (#83563)
+- grab focus on button 1 click (#84384)
+
* Fri Feb 14 2003 Nalin Dahyabhai <nalin@redhat.com> 0.10.20-1
- don't mix up maintainer mode with debugging mode
- coalesce data reads to spare the X server from too many small updates (#83472)