9.02
authorroot <root>
Tue, 29 Jan 2008 11:00:48 +0000 (11:00 +0000)
committerroot <root>
Tue, 29 Jan 2008 11:00:48 +0000 (11:00 +0000)
Changes
README.configure
doc/rxvt.7.man.in
src/version.h

diff --git a/Changes b/Changes
index dc2a8960257d3d75a139e6673e8aadf29318fa20..6cf13ceb515863d8a28c46473d18fbdded4876c2 100644 (file)
--- a/Changes
+++ b/Changes
@@ -17,6 +17,8 @@ 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.02 Tue Jan 29 11:58:36 CET 2008
+       - the "exg makes everybody happy" release.
        - fix build with !xft.
        - always compile in plain style scrollbar.
 
index e1102d0d67a74bd387bda8344a755231a2a34da1..0624ce522424c77d69a1cddff881c5d732948f12 100644 (file)
@@ -138,11 +138,6 @@ CONFIGURE OPTIONS
     --enable-xterm-scroll (default: on)
         Add support for an Xterm-like scrollbar.
 
-    --enable-plain-scroll (default: on)
-        Add support for a very unobtrusive, plain-looking scrollbar that is
-        the favourite of the rxvt-unicode author, having used it for many
-        years.
-
     --disable-backspace-key
         Removes any handling of the backspace key by us - let the X server
         do it.
index 80863cf1134015c6e80a811bd8b5fcc9ec066294..2a2aeb943a9eea18434ce9586f2146197d288caa 100644 (file)
 .\" ========================================================================
 .\"
 .IX Title "@@RXVT_NAME@@ 7"
-.TH @@RXVT_NAME@@ 7 "2008-01-25" "8.9" "RXVT-UNICODE"
+.TH @@RXVT_NAME@@ 7 "2008-01-29" "9.02" "RXVT-UNICODE"
 .\" For nroff, turn off justification.  Always turn off hyphenation; it makes
 .\" way too many mistakes in technical documents.
 .if n .ad l
@@ -2564,11 +2564,6 @@ Add support for a NeXT-like scrollbar.
 .IP "\-\-enable\-xterm\-scroll (default: on)" 4
 .IX Item "--enable-xterm-scroll (default: on)"
 Add support for an Xterm-like scrollbar.
-.IP "\-\-enable\-plain\-scroll (default: on)" 4
-.IX Item "--enable-plain-scroll (default: on)"
-Add support for a very unobtrusive, plain-looking scrollbar that
-is the favourite of the rxvt-unicode author, having used it for
-many years.
 .IP "\-\-disable\-backspace\-key" 4
 .IX Item "--disable-backspace-key"
 Removes any handling of the backspace key by us \- let the X server do it.
index cc9e08ecf3c3471f4b75becfd7196d73c60450e6..87c8ad1b9d33b491b356acdb0074cbe7d637a0fa 100644 (file)
@@ -1,3 +1,3 @@
 // VERSION _must_ be \d.\d+
-#define VERSION "9.01"
-#define DATE   "2008-01-26"
+#define VERSION "9.02"
+#define DATE   "2008-01-29"