repo: rxvt-unicode-sixel action: commit revision: path_from: revision_from: 944dfb9740e05ae17fbc33dd5b9af59757cb8156: path_to: revision_to:
commit 944dfb9740e05ae17fbc33dd5b9af59757cb8156 Author: Marc LehmannDate: Wed Jun 22 16:06:52 2011 +0000 *** empty log message *** diff --git a/Changes b/Changes
--- a/Changes
+++ b/Changes
@@ -32,6 +32,8 @@ TODO: command line editing when icanon?
- always premultiply colour values - while this increases differences between
core fonts and xft, it is "more correct" in practical situations.
- disable PTYTTY_REENTRANT option - not needed for urxvt and saves a bit of code.
+ - remove lucidatypewriter from the list of fallback fonts, it was the only
+ non-xft non-cellfont in the list anyway.
9.11 Mon May 2 10:34:46 CEST 2011
- fix compilation on GNU/Hurd, debian bug #624736.
diff --git a/src/rxvtfont.C b/src/rxvtfont.C
--- a/src/rxvtfont.C
+++ b/src/rxvtfont.C
@@ -134,7 +134,6 @@ static const struct rxvt_fallback_font {
# endif
#endif
- { CS_UNICODE, "-*-lucidatypewriter-*-*-*-*-*-*-*-*-m-*-iso10646-1" },
//{ CS_UNICODE, "-*-unifont-*-*-*-*-*-*-*-*-c-*-iso10646-1" }, // this gem of a font has actual dotted circles within the combining character glyphs.
#if XFT
{ CS_UNICODE, "xft:Bitstream Vera Sans Mono:antialias=false:autohint=true" },
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 "9.12" -#define DATE "2011-05-02" +#define DATE "2011-06-22"
-----END OF PAGE-----