summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNalin Dahyabhai <nalin@src.gnome.org>2003-04-15 01:45:50 +0000
committerNalin Dahyabhai <nalin@src.gnome.org>2003-04-15 01:45:50 +0000
commitbca5067bac3a54cefc1332fb98366a66d58c3256 (patch)
tree2a2dc4551ad60378e84c01e2ea3cef4b7348254a
parent8c772bdb1f16839e9dcea3730d4335fbc747f192 (diff)
downloadvte_0_11_1.tar.gz
- 0.11.1vte_0_11_1
-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