--- rxvt-unicode/Changes 2004/01/17 01:20:01 1.7 +++ rxvt-unicode/Changes 2004/03/03 20:44:46 1.58 @@ -1,5 +1,97 @@ -1.5 +2.1 Wed Mar 3 21:48:39 CET 2004 + - NOTE: the name of the binary and ressources were changed in + this version, see README.configure if you want the old + settings. + - added plain "big5" encoding into CN. + - make cns11643 and big5* encodings actually visible to rxvt. + - fix a bug when a multibyte character fell onto a buffer boundary, + causing the incomplete character to be presented twice to + mbrtowc. + - more robust encoding name matching. + - fix cursor placement on multibyte characters. + - when overwriting wide with narrow chars, pad with spaces. + - fix various refresh and display issues for wide chars. + - remove multibyte_cursor hack (it was a hack) and associated + resources and docs. + - fixed memory corruption bug with XLFD fontname parsing. + +2.0 Sun Feb 29 23:59:58 CET 2004 + - do not blink text when background colour is not set explicitly. + - some doc cleanup + - configure cleanup + - viscii enabled by default + - better support for non-g++-3.2+ systems (tested with g++-2.95). + +1.91 Fri Feb 27 03:57:44 CET 2004 + - build fixes for !xft and !im, reported by various people. + +1.9 Wed Feb 25 16:46:05 CET 2004 + - 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 et al. also crash). + - fix bugs in X flushing, causing an empty screen after startup. + - fix various memleaks in rxvtd. + - fix a bug that kept escape codes to be generated for some + keysyms that also have string translations, when not --enable-xim. + reported by joel reed. + - re-enabled esc-seq. for font-switching (\033 ] 50 ; \007). + - re-enabled menubar (experimental!). + - fix bug in locale-handling that kept the correct locale from + being selected. + - implemented esc-seq. to switch locales (\033 ] 9 ; \007). + - removed greek support. + - allow NUL bytes (ctrl-@) to be entered even with XIM enabled. + - correct cursor width if !focus. + - fixed --enable-xgetdefault, reported by eduard bloch. + - added manpage for rxvtc/rxvtd based on the one eduard block + contributed. + - use reverse video for normal bold text unless colorBD has been set. + - fixed endless loop when selection is valid but empty. + - changed default terminal name to "rxvt". + - many other minor bugfixes. + +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 + - bugfix for --disable-utmp, reported by fefe himself + - 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