*** empty log message ***
authorpcg <pcg>
Sat, 8 May 2004 17:18:20 +0000 (17:18 +0000)
committerpcg <pcg>
Sat, 8 May 2004 17:18:20 +0000 (17:18 +0000)
Changes
Makefile.in
doc/rxvt.1
doc/yodl/versioninfo.yo
src/version.h

diff --git a/Changes b/Changes
index 20f4f2f..b79e572 100644 (file)
--- a/Changes
+++ b/Changes
@@ -2,13 +2,19 @@ Lines marked with "xterm:" indicate either xterm features ported to rxvt
 or changed rxvt behaviour to make it more compatible to xterm (usually
 xfree86's xterm).
 
+2.9  Sat May  8 19:13:41 CEST 2004
+        - fix some minor doc issues + some generated doc files are now
+          getting distributed (closes debian bug #246035).
+        - minor i18n issue fixes.
+
 2.8  Thu Apr  8 22:44:36 CEST 2004
        - replace PF_LOCAL by PF_UNIX (portability).
         - try to detect -lnsl and -lsocket (portability).
         - fix some minor bugs.
 
 2.7  Mon Apr  5 02:11:15 CEST 2004
-       - this version should now work fine with TERM=xterm.
+       - this version should now work fine with TERM=xterm, except
+          for the keymappings.
         - don't leave the X or rxvtd sockets open in child processes.
           (inherited fd's stay open - different to rxvt).
        - xterm: implemented OSC3, set/get window property. get is an
index 999a425..f436e28 100644 (file)
@@ -1,5 +1,5 @@
 # ./Makefile.in                        -*- Makefile -*-
-# $Id: Makefile.in,v 1.6 2004-03-14 21:51:38 pcg Exp $
+# $Id: Makefile.in,v 1.7 2004-05-08 17:21:07 pcg Exp $
 @MCOMMON@
 
 srcdir =       @srcdir@
@@ -83,7 +83,7 @@ distclean:
        (cd $(srcdir); $(RMF) Makefile autoconf/Make.common)
 
 distdir:
-       cd doc && $(MAKE) yodl/versioninfo.yo
+       cd doc && $(MAKE) yodl/versioninfo.yo rxvt.html rxvtRef.txt
        rm -rf $(VERNAME)
        mkdir $(VERNAME)
        rsync -aR `cat MANIFEST` $(VERNAME)/.
index 3a35c14..d8a5a30 100644 (file)
@@ -1084,7 +1084,7 @@ Project Coordinator (changes\&.txt 2\&.4\&.6 - rxvt-unicode)
 .IP "Marc Alexander Lehmann <rxvt@schmorp\&.de>" 
 Forked rxvt-unicode\&. Rewrote most of the display code and
 internal character handling to store text in unicode,
-improve xterm compatibility and numerous other buffixes
+improve xterm compatibility and numerous other bugfixes
 and extensions\&. 
 .br 
 Project Coordinator (Changes 1\&.0 - )
index 8a44d53..abb0db9 100644 (file)
@@ -1,10 +1,10 @@
-COMMENT(-- $Id: versioninfo.yo,v 1.13 2004-04-24 05:52:44 pcg Exp $ --)
+COMMENT(-- $Id: versioninfo.yo,v 1.14 2004-05-08 17:18:21 pcg Exp $ --)
 DEFINEMACRO(RXVTNAME)(0)
        (rxvt)
 DEFINEMACRO(RXVTDATE)(0)
-       (2004-04-08)
+       (2004-05-08)
 DEFINEMACRO(RXVTVERSION)(0)
-       (2.8)
+       (2.9)
 DEFINEMACRO(RXVTMAINT)(0)
        (Marc A. Lehmann)
 DEFINEMACRO(RXVTMAINTEMAIL)(0)
index 053d925..5375815 100644 (file)
@@ -1,5 +1,5 @@
-#define VERSION "2.8"
-#define VSTRING "20800"
-#define DATE   "2004-04-08"
-#define LSMDATE        "08APR04"
-#define LIBVERSION "2:8:0"
+#define VERSION "2.9"
+#define VSTRING "20900"
+#define DATE   "2004-05-08"
+#define LSMDATE        "08MAY04"
+#define LIBVERSION "2:9:0"