--- rxvt-unicode/Changes 2004/01/29 00:38:24 1.13 +++ rxvt-unicode/Changes 2004/02/13 13:28:17 1.31 @@ -1,5 +1,41 @@ -1.6 - - nothing yet +1.9 + - fixed bug in plain scrollbar causing x errors in XCreateGC. + - implemented sharing of X connections. will be used to speed + up many x operations considerably. Also saves some memory. + - implemented caching of input methods. This immensely shortens + startup time for new terms in rxvtd. At least xfree86 4.3 is + rather broken with respect to input methods, though, so expect + crashes when you kill your input method (xterm crashes, too). + - fix bugs in x flushing, causing an empty screen after startup + the first until the first event arives. + - fix various memleaks in rxvtd. + +1.8 Mon Feb 2 20:09:18 CET 2004 + - almost total conversion to C++. Except for introducing + new bugs, this should not change much. + - fix and re-enable background pixmap and inherit pixmap support. + - re-enabled multiple scrollbar support. + - added plain scrollbar style and restored xterm scrollbar. + - blinking and selections work slightly better now. + - fix an error condition when rxvt receives more than one screenful + of output. should occur with original rxvt, too, but very rarely. + (I guess the code contains more surprises of this sort...) + +1.7 Fri Jan 30 16:50:11 CET 2004 + - further cleanups. + - never do last-minute-changes: restore ability to have + color + bold ass high-intensity, and let the selection + use reverse video, not _blink_. + - remove OPTION_HC, at least temporarily. If you want it back, + please drop me a note. + +1.6 Fri Jan 30 00:34:01 CET 2004 + - cleanups, minor bugfixes. + - blinking text. + - normal text color + bold gets white text instead of + normal text when colorBD is not set. + (- support double-byte characters (by blocking).) + was not implemented 1.5 Thu Jan 29 00:43:48 CET 2004 - share io manager between rxvt-unicode and vpe