From 998d84eba3d023bcf67f35eeda8b077cef96ba93 Mon Sep 17 00:00:00 2001 From: root Date: Sat, 15 Dec 2007 19:10:09 +0000 Subject: [PATCH] *** empty log message *** --- Changes | 2 +- doc/rxvt.1.man.in | 6 +++--- src/Makefile.in | 4 ---- src/version.h | 4 ++-- 4 files changed, 6 insertions(+), 10 deletions(-) diff --git a/Changes b/Changes index 56bd43d0..cbd870aa 100644 --- a/Changes +++ b/Changes @@ -17,7 +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 -8.8 +8.8 Sat Dec 15 19:40:39 CET 2007 - option -C was aliased to all unsupported options, activating options that shouldn't be compiled in, leading to interesting effects. diff --git a/doc/rxvt.1.man.in b/doc/rxvt.1.man.in index 1e47dae1..e5fd9389 100644 --- a/doc/rxvt.1.man.in +++ b/doc/rxvt.1.man.in @@ -129,7 +129,7 @@ .\" ======================================================================== .\" .IX Title "@@RXVT_NAME@@ 1" -.TH @@RXVT_NAME@@ 1 "2007-12-14" "8.7" "RXVT-UNICODE" +.TH @@RXVT_NAME@@ 1 "2007-12-15" "8.7" "RXVT-UNICODE" .SH "NAME" rxvt\-unicode (ouR XVT, unicode) \- (a VT102 emulator for the X window system) .SH "SYNOPSIS" @@ -349,7 +349,7 @@ italic\fB\fR characters are to be printed. See resource \fBboldItalicFont\fR for details. .IP "\fB\-is\fR|\fB+is\fR" 4 .IX Item "-is|+is" -Compile \fIfont-styles\fR: Bold/Italic font styles imply high intensity +Compile \fIfont-styles\fR: Bold/Blink font styles imply high intensity foreground/background (default). See resource \fBintensityStyles\fR for details. .IP "\fB\-name\fR \fIname\fR" 4 @@ -856,7 +856,7 @@ text font will being used for the given style. .IP "\fBintensityStyles:\fR \fIboolean\fR" 4 .IX Item "intensityStyles: boolean" When font styles are not enabled, or this option is enabled (\fBTrue\fR, -option \fB\-is\fR, the default), bold and italic font styles imply high +option \fB\-is\fR, the default), bold/blink font styles imply high intensity foreground/background colours. Disabling this option (\fBFalse\fR, option \fB+is\fR) disables this behaviour, the high intensity colours are not reachable. diff --git a/src/Makefile.in b/src/Makefile.in index ffcf0ea7..a04965cb 100644 --- a/src/Makefile.in +++ b/src/Makefile.in @@ -204,10 +204,6 @@ rxvtfont.o: ../config.h rxvt.h rxvtlib.h optinc.h feature.h encoding.h rxvtfont.o: rxvtutil.h rxvtfont.h rxvttoolkit.h ev_cpp.h callback.h salloc.h rxvtfont.o: libptytty.h rxvtperl.h hookinc.h background.h rsinc.h rxvtfont.o: table/linedraw.h -rxvtperl.o: ../config.h ev_cpp.h rxvt.h rxvtlib.h optinc.h feature.h -rxvtperl.o: encoding.h rxvtutil.h rxvtfont.h rxvttoolkit.h callback.h -rxvtperl.o: salloc.h libptytty.h rxvtperl.h hookinc.h background.h rsinc.h -rxvtperl.o: keyboard.h perlxsi.c ./iom_perl.h rxvttoolkit.o: ../config.h rxvt.h rxvtlib.h optinc.h feature.h encoding.h rxvttoolkit.o: rxvtutil.h rxvtfont.h rxvttoolkit.h ev_cpp.h callback.h rxvttoolkit.o: salloc.h libptytty.h rxvtperl.h hookinc.h background.h rsinc.h diff --git a/src/version.h b/src/version.h index 561ad588..d7923a30 100644 --- a/src/version.h +++ b/src/version.h @@ -1,3 +1,3 @@ // VERSION _must_ be \d.\d+ -#define VERSION "8.7" -#define DATE "2007-11-25" +#define VERSION "8.8" +#define DATE "2007-12-15" -- 2.34.1