--- rxvt-unicode/Changes 2004/02/24 21:41:15 1.41 +++ rxvt-unicode/Changes 2004/03/28 02:07:07 1.91 @@ -1,4 +1,83 @@ -1.9 +2.5 Sun Mar 28 04:05:51 CEST 2004 + - the usual sprinkled little code cleanups. + - support more 8-bit controls. + - more informative error messages. + - fix some minor memleaks and possible memory corruptions. + - the use of exception handling allowed the following improvements: + - no longer block when waiting for completion of escape sequences + (e.g. printf '\e';sleep 3;printf 'c' will no longer block). + - rxvtc usage errors should no longer kill rxvtd (debian bug #237510). + +2.4 Tue Mar 16 07:06:51 CET 2004 + - fix stupid double-free() bug on exit. + - implement xterm private mode 1049. + - fix manpages (debian bug #236824). + - removed old selection style completely. + - selection works _better_ for non-8-bit and double-width chars. + - remove native->unicode translation tables. they aren't used anymore. + reduces binary and distro size a bit. + - add string representation for JIS X 0213:2000 so these fonts can + be used from within rxvt. + - less buggy complete set of line-drawing-characters (0x2500-0x259f). + +2.3 Sun Mar 14 19:00:07 CET 2004 + - code cleanup release. + - fix compile problems without --enable-combining. + - fix segfault when DISPLAY cannot be opened. + - removed HOTKEY_CTRL and HOTKEY_SHIFT, ACS_*, FONT0_IDX, + MAX_NFONTS. UNICODE and UTF8 defines and references from + all files. + - default config now reads an app-defaults file even without + --enable-xgetdefaults. + +2.2 Thu Mar 11 01:41:56 CET 2004 + - implement autocompositing of characters by either using an existing + precomposed unicode character or by graphical overlay. this is + also used to store characters >16bit without --enable-unicode3. + - selection now based on wchar_t, so that it can offer UTF-8 + selections even in locales unable to represent full unicode. + - tis620-2529 is, of course, thai, not vietnamese... + - a typoe prevented characters >65535 to be stored properly. + - wcwidth is unreliable in non-unicode-locales on GNU/Linux. + working around this fixes line-drawing characters in non-utf-8 mode. + - improved rounding when emulating line-drawing characters. + - implement continuation lines in xresource parsing when + --disable-xgetdefault. + - changed locale-setting esc-sequence from code 9 to code 701. + also added 702 that returns the font selected for a specific + unicode character. + - no longer set XA_CUT_BUFFER0. this is confusing and clients WILL + get it wrong. + - don't use XTextStyle for XA_TEXT, instead use XStdICCTextStyle. + +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. @@ -20,6 +99,11 @@ - 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