ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/rxvt-unicode/Changes
(Generate patch)

Comparing rxvt-unicode/Changes (file contents):
Revision 1.69 by pcg, Thu Mar 11 00:44:34 2004 UTC vs.
Revision 1.83 by pcg, Tue Mar 16 05:59:05 2004 UTC

12.4 Tue Mar 16 07:06:51 CET 2004
2 - fix stupid double-free() bug on exit.
3 - implement xterm private mode 1049.
4 - fix manpages (debian bug #236824).
5 - removed old selection style completely.
6 - selection works _better_ for non-8-bit and double-width chars.
7 - remove native->unicode translation tables. they aren't used anymore.
8 reduces binary and distro size a bit.
9 - add string representation for JIS X 0213:2000 so these fonts can
10 be used from within rxvt.
11 - less buggy complete set of line-drawing-characters (0x2500-0x259f).
12
132.3 Sun Mar 14 19:00:07 CET 2004
14 - code cleanup release.
15 - fix compile problems without --enable-combining.
16 - fix segfault when DISPLAY cannot be opened.
17 - removed HOTKEY_CTRL and HOTKEY_SHIFT, ACS_*, FONT0_IDX,
18 MAX_NFONTS. UNICODE and UTF8 defines and references from
19 all files.
20 - default config now reads an app-defaults file even without
21 --enable-xgetdefaults.
22
12.2 Thu Mar 11 01:41:56 CET 2004 232.2 Thu Mar 11 01:41:56 CET 2004
2 - implement autocompositing of characters by either using an existing 24 - implement autocompositing of characters by either using an existing
3 precomposed unicode character or by graphical overlay. this is 25 precomposed unicode character or by graphical overlay. this is
4 also used to store characters >16bit without --enable-unicode3. 26 also used to store characters >16bit without --enable-unicode3.
5 - selection now based on wchar_t, so that it can offer UTF-8 27 - selection now based on wchar_t, so that it can offer UTF-8
6 selections even in locales unable to represent full unicode. 28 selections even in locales unable to represent full unicode.
7 - tis620-2529 is, of course, thai, not vietnamese... 29 - tis620-2529 is, of course, thai, not vietnamese...
8 - a typoe prevented characters >65535 to be stored properly. 30 - a typoe prevented characters >65535 to be stored properly.
9 - wcwidth is unreliable in non-unicode-locales on GNU/Linux. 31 - wcwidth is unreliable in non-unicode-locales on GNU/Linux.
10 working around this fixes line-drawing characters in on-utf-8 mode. 32 working around this fixes line-drawing characters in non-utf-8 mode.
11 - improve rounding when emulating line-drawing characters. 33 - improved rounding when emulating line-drawing characters.
12 - implement continuation lines in xresource parsing when 34 - implement continuation lines in xresource parsing when
13 --disable-xgetdefault. 35 --disable-xgetdefault.
14 - changed locale-setting esc-sequence from code 9 to code 701. 36 - changed locale-setting esc-sequence from code 9 to code 701.
15 also added 702 that returns the font selected for a specific 37 also added 702 that returns the font selected for a specific
16 unicode character. 38 unicode character.

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines