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

Comparing rxvt-unicode/Changes (file contents):
Revision 1.74 by pcg, Sun Mar 14 17:51:31 2004 UTC vs.
Revision 1.114 by pcg, Sat May 8 17:18:20 2004 UTC

1Lines marked with "xterm:" indicate either xterm features ported to rxvt
2or changed rxvt behaviour to make it more compatible to xterm (usually
3xfree86's xterm).
4
52.9 Sat May 8 19:13:41 CEST 2004
6 - fix some minor doc issues + some generated doc files are now
7 getting distributed (closes debian bug #246035).
8 - minor i18n issue fixes.
9
102.8 Thu Apr 8 22:44:36 CEST 2004
11 - replace PF_LOCAL by PF_UNIX (portability).
12 - try to detect -lnsl and -lsocket (portability).
13 - fix some minor bugs.
14
152.7 Mon Apr 5 02:11:15 CEST 2004
16 - this version should now work fine with TERM=xterm, except
17 for the keymappings.
18 - don't leave the X or rxvtd sockets open in child processes.
19 (inherited fd's stay open - different to rxvt).
20 - xterm: implemented OSC3, set/get window property. get is an
21 extension and is slightly ugly.
22 - removed --disable-swapscreen and SCROLL_ON_NO_SECONDARY and
23 replaced them by runtime-configurable options secondaryScreen and
24 secondaryScroll (-ssr and -ssc) (see debian bug #237673).
25 - close down terminal window when child exits. (debian bug #241267).
26 - xterm: enable seperate mouse bg colour setting.
27 - re-enable mouse cursor colours again, fixing colours when fg/bg are
28 overwritten (as is common).
29 - xterm: correctly implement privmodes 1047, 1048, 1049.
30 - ported to solaris by elmar@math.uni-bremen.de.
31
322.6 Fri Apr 2 03:24:10 CEST 2004
33 - minor doc corrections.
34 - WARNING: changed menu sequence from ESC ] 10 to ESC ] 703 to
35 avoid clashes with xterm.
36 - changed OSC701/OSC702 sequence to return standard escaped reports.
37 - xterm: make set window colour and other requests report window
38 colour when arg is "?".
39 - enable colour tinting of "transparent" backgrounds.
40 - stop ST sequences earlier, as we now react on 0x90 and thus
41 cause conditions more often that look like locks but are, in
42 fact, just rxvt waiting for a ST/BEL etc.
43 - re-enabled most of the "dangerous" echo escapes, but only
44 when -insecure is specified as option or resource (see reference).
45 (FRILLS).
46 - disables sleep(1) on transparency updates on default.
47 - fixes to make it compile better on solaris 2.9 (at least).
48 asprintf replacement is still missing(!).
49 - set _NET_WM_PID.
50
512.5 Sun Mar 28 04:05:51 CEST 2004
52 - the usual sprinkled little code cleanups.
53 - support more 8-bit controls.
54 - more informative error messages.
55 - fix some minor memleaks and possible memory corruptions.
56 - the use of exception handling allowed the following improvements:
57 - no longer block when waiting for completion of escape sequences
58 (e.g. printf '\e';sleep 3;printf 'c' will no longer block).
59 - rxvtc usage errors should no longer kill rxvtd (debian bug #237510).
60
612.4 Tue Mar 16 07:06:51 CET 2004
62 - fix stupid double-free() bug on exit.
63 - implement xterm private mode 1049.
64 - fix manpages (debian bug #236824).
65 - removed old selection style completely.
66 - selection works _better_ for non-8-bit and double-width chars.
67 - remove native->unicode translation tables. they aren't used anymore.
68 reduces binary and distro size a bit.
69 - add string representation for JIS X 0213:2000 so these fonts can
70 be used from within rxvt.
71 - less buggy complete set of line-drawing-characters (0x2500-0x259f).
72
12.3 Sun Mar 14 19:00:07 CET 2004 732.3 Sun Mar 14 19:00:07 CET 2004
2 - code cleanup release. 74 - code cleanup release.
3 - fix compile problems without --enable-combining. 75 - fix compile problems without --enable-combining.
4 - fix segfault when DISPLAY cannot be opened. 76 - fix segfault when DISPLAY cannot be opened.
5 - removed HOTKEY_CTRL and HOTKEY_SHIFT, ACS_*, FONT0_IDX, 77 - removed HOTKEY_CTRL and HOTKEY_SHIFT, ACS_*, FONT0_IDX,
15 - selection now based on wchar_t, so that it can offer UTF-8 87 - selection now based on wchar_t, so that it can offer UTF-8
16 selections even in locales unable to represent full unicode. 88 selections even in locales unable to represent full unicode.
17 - tis620-2529 is, of course, thai, not vietnamese... 89 - tis620-2529 is, of course, thai, not vietnamese...
18 - a typoe prevented characters >65535 to be stored properly. 90 - a typoe prevented characters >65535 to be stored properly.
19 - wcwidth is unreliable in non-unicode-locales on GNU/Linux. 91 - wcwidth is unreliable in non-unicode-locales on GNU/Linux.
20 working around this fixes line-drawing characters in on-utf-8 mode. 92 working around this fixes line-drawing characters in non-utf-8 mode.
21 - improve rounding when emulating line-drawing characters. 93 - improved rounding when emulating line-drawing characters.
22 - implement continuation lines in xresource parsing when 94 - implement continuation lines in xresource parsing when
23 --disable-xgetdefault. 95 --disable-xgetdefault.
24 - changed locale-setting esc-sequence from code 9 to code 701. 96 - changed locale-setting esc-sequence from code 9 to code 701.
25 also added 702 that returns the font selected for a specific 97 also added 702 that returns the font selected for a specific
26 unicode character. 98 unicode character.
96 (I guess the code contains more surprises of this sort...) 168 (I guess the code contains more surprises of this sort...)
97 169
981.7 Fri Jan 30 16:50:11 CET 2004 1701.7 Fri Jan 30 16:50:11 CET 2004
99 - further cleanups. 171 - further cleanups.
100 - never do last-minute-changes: restore ability to have 172 - never do last-minute-changes: restore ability to have
101 color + bold ass high-intensity, and let the selection 173 color + bold as high-intensity, and let the selection
102 use reverse video, not _blink_. 174 use reverse video, not _blink_.
103 - remove OPTION_HC, at least temporarily. If you want it back, 175 - remove OPTION_HC, at least temporarily. If you want it back,
104 please drop me a note. 176 please drop me a note.
105 177
1061.6 Fri Jan 30 00:34:01 CET 2004 1781.6 Fri Jan 30 00:34:01 CET 2004
107 - cleanups, minor bugfixes. 179 - cleanups, minor bugfixes.
108 - blinking text. 180 - blinking text.
109 - normal text color + bold gets white text instead of 181 - normal text color + bold gets white text instead of
110 normal text when colorBD is not set. 182 normal text when colorBD is not set.
111 (- support double-byte characters (by blocking).) 183 (- support double-wide characters (by blocking).)
112 was not implemented 184 was never implemented
113 185
1141.5 Thu Jan 29 00:43:48 CET 2004 1861.5 Thu Jan 29 00:43:48 CET 2004
115 - share io manager between rxvt-unicode and vpe 187 - share io manager between rxvt-unicode and vpe
116 - bugfix for --disable-utmp, reported by fefe himself 188 - bugfix for --disable-utmp, reported by fefe himself
117 - colors were sometimes not used correctly because 189 - colors were sometimes not used correctly because
131 203
1321.3 2003-12-26 2041.3 2003-12-26
133 - fix a bug in font height selection 205 - fix a bug in font height selection
134 - autoscale scalable x11 fonts 206 - autoscale scalable x11 fonts
135 - slow-mode xft rendering centers characters 207 - slow-mode xft rendering centers characters
136 - much faster x11 font selecti 208 - much faster x11 font selection
137 209
1381.2 2003-12-24 2101.2 2003-12-24
139 - fix another segfault-on-resize-bug form the original rxvt 211 - fix another segfault-on-resize-bug form the original rxvt
140 - better font matching 212 - better font matching
141 - better memory management (less memory) 213 - better memory management (less memory)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines