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

Comparing rxvt-unicode/Changes (file contents):
Revision 1.50 by pcg, Mon Mar 1 01:06:45 2004 UTC vs.
Revision 1.91 by pcg, Sun Mar 28 02:07:07 2004 UTC

12.5 Sun Mar 28 04:05:51 CEST 2004
2 - the usual sprinkled little code cleanups.
3 - support more 8-bit controls.
4 - more informative error messages.
5 - fix some minor memleaks and possible memory corruptions.
6 - the use of exception handling allowed the following improvements:
7 - no longer block when waiting for completion of escape sequences
8 (e.g. printf '\e';sleep 3;printf 'c' will no longer block).
9 - rxvtc usage errors should no longer kill rxvtd (debian bug #237510).
10
112.4 Tue Mar 16 07:06:51 CET 2004
12 - fix stupid double-free() bug on exit.
13 - implement xterm private mode 1049.
14 - fix manpages (debian bug #236824).
15 - removed old selection style completely.
16 - selection works _better_ for non-8-bit and double-width chars.
17 - remove native->unicode translation tables. they aren't used anymore.
18 reduces binary and distro size a bit.
19 - add string representation for JIS X 0213:2000 so these fonts can
20 be used from within rxvt.
21 - less buggy complete set of line-drawing-characters (0x2500-0x259f).
22
232.3 Sun Mar 14 19:00:07 CET 2004
24 - code cleanup release.
25 - fix compile problems without --enable-combining.
26 - fix segfault when DISPLAY cannot be opened.
27 - removed HOTKEY_CTRL and HOTKEY_SHIFT, ACS_*, FONT0_IDX,
28 MAX_NFONTS. UNICODE and UTF8 defines and references from
29 all files.
30 - default config now reads an app-defaults file even without
31 --enable-xgetdefaults.
32
332.2 Thu Mar 11 01:41:56 CET 2004
34 - implement autocompositing of characters by either using an existing
35 precomposed unicode character or by graphical overlay. this is
36 also used to store characters >16bit without --enable-unicode3.
37 - selection now based on wchar_t, so that it can offer UTF-8
38 selections even in locales unable to represent full unicode.
39 - tis620-2529 is, of course, thai, not vietnamese...
40 - a typoe prevented characters >65535 to be stored properly.
41 - wcwidth is unreliable in non-unicode-locales on GNU/Linux.
42 working around this fixes line-drawing characters in non-utf-8 mode.
43 - improved rounding when emulating line-drawing characters.
44 - implement continuation lines in xresource parsing when
45 --disable-xgetdefault.
46 - changed locale-setting esc-sequence from code 9 to code 701.
47 also added 702 that returns the font selected for a specific
48 unicode character.
49 - no longer set XA_CUT_BUFFER0. this is confusing and clients WILL
50 get it wrong.
51 - don't use XTextStyle for XA_TEXT, instead use XStdICCTextStyle.
52
532.1 Wed Mar 3 21:48:39 CET 2004
54 - NOTE: the name of the binary and ressources were changed in
55 this version, see README.configure if you want the old
56 settings.
57 - added plain "big5" encoding into CN.
58 - make cns11643 and big5* encodings actually visible to rxvt.
59 - fix a bug when a multibyte character fell onto a buffer boundary,
60 causing the incomplete character to be presented twice to
61 mbrtowc.
62 - more robust encoding name matching.
63 - fix cursor placement on multibyte characters.
64 - when overwriting wide with narrow chars, pad with spaces.
65 - fix various refresh and display issues for wide chars.
66 - remove multibyte_cursor hack (it was a hack) and associated
67 resources and docs.
68 - fixed memory corruption bug with XLFD fontname parsing.
69
12.0 Sun Feb 29 23:59:58 CET 2004 702.0 Sun Feb 29 23:59:58 CET 2004
2 - do not blink text when background colour is not set explicitly. 71 - do not blink text when background colour is not set explicitly.
3 - some doc cleanup 72 - some doc cleanup
4 - configure cleanup 73 - configure cleanup
5 - viscii enabled by default 74 - viscii enabled by default

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines