From 74ef1f8d9c25912a9e42f13fe4ea3b828c091b54 Mon Sep 17 00:00:00 2001 From: pcg Date: Sat, 8 May 2004 17:18:20 +0000 Subject: [PATCH] *** empty log message *** --- Changes | 8 +++++++- Makefile.in | 4 ++-- doc/rxvt.1 | 2 +- doc/yodl/versioninfo.yo | 6 +++--- src/version.h | 10 +++++----- 5 files changed, 18 insertions(+), 12 deletions(-) diff --git a/Changes b/Changes index 20f4f2f0..b79e5728 100644 --- 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 diff --git a/Makefile.in b/Makefile.in index 999a4250..f436e289 100644 --- a/Makefile.in +++ b/Makefile.in @@ -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)/. diff --git a/doc/rxvt.1 b/doc/rxvt.1 index 3a35c14d..d8a5a30a 100644 --- a/doc/rxvt.1 +++ b/doc/rxvt.1 @@ -1084,7 +1084,7 @@ Project Coordinator (changes\&.txt 2\&.4\&.6 - rxvt-unicode) .IP "Marc Alexander Lehmann " 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 - ) diff --git a/doc/yodl/versioninfo.yo b/doc/yodl/versioninfo.yo index 8a44d53e..abb0db91 100644 --- a/doc/yodl/versioninfo.yo +++ b/doc/yodl/versioninfo.yo @@ -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) diff --git a/src/version.h b/src/version.h index 053d9250..5375815f 100644 --- a/src/version.h +++ b/src/version.h @@ -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" -- 2.34.1