*** empty log message ***
authorroot <root>
Sat, 26 Jan 2008 15:02:37 +0000 (15:02 +0000)
committerroot <root>
Sat, 26 Jan 2008 15:02:37 +0000 (15:02 +0000)
Changes
src/rxvtfont.C
src/version.h

diff --git a/Changes b/Changes
index 59d58aa41dec7283337fb830964edf0a93bc07e7..007c271e4c2da71085c6dc4d0957105b29579887 100644 (file)
--- a/Changes
+++ b/Changes
@@ -17,6 +17,7 @@ WISH: load system-wide config file even if we don't have one
 WISH: look into XAddConnectionWatch, does anybody need that?
 DUMB: support tex fonts
 
+9.01
        - be more aggressive about handling X events, this seems to be required
           with newer xlibs (should fix the "screen stays black until event is
           received" problem, again :)
index c95eb46a2334e234454152f55ae0b2ebeaf70c7b..6051b69fb9c19e8e79c92d9c52187a0b2644a36a 100644 (file)
@@ -1299,7 +1299,7 @@ rxvt_font_xft::draw (rxvt_drawable &d, int x, int y,
   int h = term->fheight;
 
   bool buffered = bg >= Color_transparent
-    && term->option (Opt_buffered);
+                  && term->option (Opt_buffered);
 
   // cut trailing spaces
   while (len && text [len - 1] == ' ')
index 1261e2a3b75978714ef21cb27a315f7cf95ce71e..cc9e08ecf3c3471f4b75becfd7196d73c60450e6 100644 (file)
@@ -1,3 +1,3 @@
 // VERSION _must_ be \d.\d+
-#define VERSION "9.0"
-#define DATE   "2008-01-25"
+#define VERSION "9.01"
+#define DATE   "2008-01-26"