summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS6
-rw-r--r--vte.spec5
2 files changed, 8 insertions, 3 deletions
diff --git a/NEWS b/NEWS
index 5b1dd127..89504aa4 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,7 @@
-0.11: Support for using font sets for better Unicode coverage when drawing.
- Currently implemented only for Xft2, but more is planned.
+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
+ using Xft2. Support for scrolling backgrounds with Xft2.
0.10: Rewrote selection to better integrate dingus and autoscroll support. The
previous implementation was just a mess. Changed the APIs so that callers
have to decide whether or not to log (NOTE: this breaks gnome-terminal
diff --git a/vte.spec b/vte.spec
index 1eaf018b..eea0a6ef 100644
--- a/vte.spec
+++ b/vte.spec
@@ -93,7 +93,10 @@ rm -f $RPM_BUILD_ROOT/%{_libdir}/python*/site-packages/*.a
%{_libdir}/pkgconfig/*
%changelog
-* Wed Apr 9 2003 Nalin Dahyabhai <nalin@redhat.com> 0.11.1-1
+* Mon Apr 14 2003 Nalin Dahyabhai <nalin@redhat.com> 0.11.1-1
+- drawing cleanups
+
+* Wed Apr 9 2003 Nalin Dahyabhai <nalin@redhat.com>
- rework drawing with Xft2 to use font sets
- implement drawing with freetype using font sets