From 2175376f4624659ae09614aefd8b5a0aff04a2b5 Mon Sep 17 00:00:00 2001 From: root Date: Tue, 29 Jan 2008 11:00:48 +0000 Subject: [PATCH] 9.02 --- Changes | 2 ++ README.configure | 5 ----- doc/rxvt.7.man.in | 7 +------ src/version.h | 4 ++-- 4 files changed, 5 insertions(+), 13 deletions(-) diff --git a/Changes b/Changes index dc2a8960..6cf13ceb 100644 --- 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. diff --git a/README.configure b/README.configure index e1102d0d..0624ce52 100644 --- a/README.configure +++ b/README.configure @@ -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. diff --git a/doc/rxvt.7.man.in b/doc/rxvt.7.man.in index 80863cf1..2a2aeb94 100644 --- a/doc/rxvt.7.man.in +++ b/doc/rxvt.7.man.in @@ -132,7 +132,7 @@ .\" ======================================================================== .\" .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. diff --git a/src/version.h b/src/version.h index cc9e08ec..87c8ad1b 100644 --- a/src/version.h +++ b/src/version.h @@ -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" -- 2.34.1