--- rxvt-unicode/Changes 2004/03/11 00:44:34 1.69 +++ rxvt-unicode/Changes 2004/03/16 05:59:05 1.83 @@ -1,3 +1,25 @@ +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 @@ -7,8 +29,8 @@ - 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 on-utf-8 mode. - - improve rounding when emulating line-drawing characters. + 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.