repo: rxvt-unicode-sixel action: commit revision: path_from: revision_from: 56e66b4de23cca877b4665e5f3d5b61b7b54b442: path_to: revision_to:
commit 56e66b4de23cca877b4665e5f3d5b61b7b54b442 Author: Marc LehmannDate: Sun Nov 25 09:26:06 2007 +0000 *** empty log message *** diff --git a/Changes b/Changes
--- a/Changes
+++ b/Changes
@@ -17,7 +17,9 @@ 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.7
+8.7 Sun Nov 25 10:23:49 CET 2007
+ - update libev with an important bugfix that would cause crashes
+ when closing windows (when using rxvtd, and update is recommended).
- do not compile in the block builtin graphics with --disable-frills.
8.6 Fri Nov 23 14:10:57 CET 2007
diff --git a/README.FAQ b/README.FAQ
--- a/README.FAQ
+++ b/README.FAQ
@@ -299,8 +299,8 @@ RXVT-UNICODE/URXVT FREQUENTLY ASKED QUESTIONS
standard foreground colour.
For the standard background colour, blinking will actually make the text
- blink when compiled with "--enable-blinking". with standard colours.
- Without "--enable-blinking", the blink attribute will be ignored.
+ blink when compiled with "--enable-text-blink". Without
+ "--enable-text-blink", the blink attribute will be ignored.
On ANSI colours, bold/blink attributes are used to set high-intensity
foreground/background colors.
diff --git a/doc/rxvt.7.html b/doc/rxvt.7.html
--- a/doc/rxvt.7.html +++ b/doc/rxvt.7.html @@ -6,7 +6,7 @@ - + @@ -496,10 +496,9 @@ look best that way.If no bold colour is set via
-colorBD:, bold will invert text using the standard foreground colour.For the standard background colour, blinking will actually make the -text blink when compiled with
+--enable-blinking. with standard -colours. Without--enable-blinking, the blink attribute will be -ignored.For the standard background colour, blinking will actually make +the text blink when compiled with
--enable-text-blink. Without +--enable-text-blink, the blink attribute will be ignored.On ANSI colours, bold/blink attributes are used to set high-intensity foreground/background colors.
color0-7 are the low-intensity colors.
diff --git a/doc/rxvt.7.man.in b/doc/rxvt.7.man.in--- a/doc/rxvt.7.man.in +++ b/doc/rxvt.7.man.in @@ -129,7 +129,7 @@ .\" ======================================================================== .\" .IX Title "@@RXVT_NAME@@ 7" -.TH @@RXVT_NAME@@ 7 "2007-11-19" "8.4" "RXVT-UNICODE" +.TH @@RXVT_NAME@@ 7 "2007-11-25" "8.7" "RXVT-UNICODE" .SH "NAME" RXVT REFERENCE \- FAQ, command sequences and other background information .SH "SYNOPSIS" @@ -524,10 +524,9 @@ If you want antialiasing, you have to specify the fonts manually. If no bold colour is set via \f(CW\*(C`colorBD:\*(C'\fR, bold will invert text using the standard foreground colour. .PP -For the standard background colour, blinking will actually make the -text blink when compiled with \f(CW\*(C`\-\-enable\-blinking\*(C'\fR. with standard -colours. Without \f(CW\*(C`\-\-enable\-blinking\*(C'\fR, the blink attribute will be -ignored. +For the standard background colour, blinking will actually make +the text blink when compiled with \f(CW\*(C`\-\-enable\-text\-blink\*(C'\fR. Without +\&\f(CW\*(C`\-\-enable\-text\-blink\*(C'\fR, the blink attribute will be ignored. .PP On \s-1ANSI\s0 colours, bold/blink attributes are used to set high-intensity foreground/background colors. diff --git a/doc/rxvt.7.txt b/doc/rxvt.7.txt--- a/doc/rxvt.7.txt +++ b/doc/rxvt.7.txt @@ -319,8 +319,8 @@ RXVT-UNICODE/URXVT FREQUENTLY ASKED QUESTIONS standard foreground colour. For the standard background colour, blinking will actually make the text - blink when compiled with "--enable-blinking". with standard colours. - Without "--enable-blinking", the blink attribute will be ignored. + blink when compiled with "--enable-text-blink". Without + "--enable-text-blink", the blink attribute will be ignored. On ANSI colours, bold/blink attributes are used to set high-intensity foreground/background colors. diff --git a/src/Makefile.in b/src/Makefile.in--- a/src/Makefile.in +++ b/src/Makefile.in @@ -163,7 +163,7 @@ encoding.o: table/cns11643_1992_f.h table/big5_ext.h table/big5_plus.h encoding.o: table/viscii.h table/jis0201_1976_0.h table/jis0208_1990_0.h encoding.o: table/jis0212_1990_0.h table/jis0213_1.h table/jis0213_2.h encoding.o: table/compose.h table/category.h -ev_cpp.o: rxvttoolkit.h ev_cpp.h rxvtlib.h optinc.h rxvtutil.h callback.h +ev_cpp.o: ev_cpp.h fdpass.o: ../config.h libptytty.h init.o: ../config.h rxvt.h rxvtlib.h optinc.h feature.h encoding.h rxvtutil.h init.o: rxvtfont.h rxvttoolkit.h ev_cpp.h callback.h salloc.h libptytty.h @@ -262,7 +262,7 @@ encoding.lo: table/cns11643_1992_f.h table/big5_ext.h table/big5_plus.h encoding.lo: table/viscii.h table/jis0201_1976_0.h table/jis0208_1990_0.h encoding.lo: table/jis0212_1990_0.h table/jis0213_1.h table/jis0213_2.h encoding.lo: table/compose.h table/category.h -ev_cpp.lo: rxvttoolkit.h ev_cpp.h rxvtlib.h optinc.h rxvtutil.h callback.h +ev_cpp.lo: ev_cpp.h fdpass.lo: ../config.h libptytty.h init.lo: ../config.h rxvt.h rxvtlib.h optinc.h feature.h encoding.h init.lo: rxvtutil.h rxvtfont.h rxvttoolkit.h ev_cpp.h callback.h salloc.h diff --git a/src/version.h b/src/version.h--- a/src/version.h +++ b/src/version.h @@ -1,3 +1,3 @@ // VERSION _must_ be \d.\d+ -#define VERSION "8.6" -#define DATE "2007-11-23" +#define VERSION "8.7" +#define DATE "2007-11-25"-----END OF PAGE-----