summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNalin Dahyabhai <nalin@src.gnome.org>2003-03-04 19:35:49 +0000
committerNalin Dahyabhai <nalin@src.gnome.org>2003-03-04 19:35:49 +0000
commit3fbf9e15a26445cc51856a0f65f42a62b67823a9 (patch)
treeeefb364739181e8f439b72fbd2b4b2ae33f8e390
parentba3cb1660d75903304ce4c0cdf30b29f87ee96a5 (diff)
-rw-r--r--vte.spec7
1 files changed, 6 insertions, 1 deletions
diff --git a/vte.spec b/vte.spec
index 9445265..e9825e7 100644
--- a/vte.spec
+++ b/vte.spec
@@ -1,5 +1,5 @@
Name: vte
-Version: 0.10.25
+Version: 0.10.26
Release: 1
Summary: An experimental terminal emulator.
License: LGPL
@@ -96,6 +96,11 @@ rm -f $RPM_BUILD_ROOT/%{_libdir}/python*/site-packages/*.a
%{_libdir}/pkgconfig/*
%changelog
+* Tue Mar 4 2003 Nalin Dahyabhai <nalin@redhat.com> 0.10.26-1
+- calculate widths properly for monospaced fonts which include double-wide
+ characters
+- line autowrap properly when a scrolling region is set
+
* Mon Feb 24 2003 Nalin Dahyabhai <nalin@redhat.com> 0.10.25-1
- incorporate fix for issues noted by H D Moore (CAN-2003-0070)