--- rxvt-unicode/Changes 2004/01/16 16:45:53 1.2 +++ rxvt-unicode/Changes 2004/01/28 23:48:00 1.10 @@ -1,5 +1,20 @@ -1.4 - - fix stupid segfault on esc-c. +1.5 Thu Jan 29 00:43:48 CET 2004 + - share io manager between rxvt-unicode and vpe + - bugfix for --disable-utmp, reported by fefe himsel. + - colors were sometimes not used correctly because + parts of the code expected a monochrome display. + reported by fefe. + - make it compile without pointer_blank, reported by + Markus Demleitner. + - improved selection support, now supports UTF8_STRING + and properly encodes CUT_BUFFER0 in iso-8859-1. + - completely removed non-working graphics mode. + +1.4 Fri Jan 16 23:03:22 CET 2004 + - fix stupid segfault on esc-c + - small font tunings + - much better io manager, less bugs, higher speed + - better error reporting for unknown options 1.3 2003-12-26 - fix a bug in font height selection @@ -21,3 +36,5 @@ 1.0 - first release - original cloned from rxvt-CVS 2003-11-19 00:26 + - removed rclock et al. + - initial conversion to C++