summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--vte.spec8
1 files changed, 7 insertions, 1 deletions
diff --git a/vte.spec b/vte.spec
index 4b88c3d..e5b256b 100644
--- a/vte.spec
+++ b/vte.spec
@@ -1,5 +1,5 @@
Name: vte
-Version: 0.10.14
+Version: 0.10.15
Release: 1
Summary: An experimental terminal emulator.
License: LGPL
@@ -93,6 +93,12 @@ rm -f $RPM_BUILD_ROOT/%{_libdir}/python*/site-packages/*.a
%{_libdir}/pkgconfig/*
%changelog
+* Wed Jan 22 2003 Nalin Dahyabhai <nalin@redhat.com> 0.10.15-1
+- make mouse modes mutually-exclusive
+- update background immediately on realize
+- fix compile error on older versions of gcc
+- fix cursor hiding
+
* Wed Jan 22 2003 Nalin Dahyabhai <nalin@redhat.com> 0.10.14-1
- fix assorted mouse event bugs