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.110 by pcg, Thu Apr 8 20:34:35 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.8 Thu Apr 8 22:44:36 CEST 2004
6 - replace PF_LOCAL by PF_UNIX (portability).
7 - try to detect -lnsl and -lsocket (portability).
8 - fix some minor bugs.
9
102.7 Mon Apr 5 02:11:15 CEST 2004
11 - this version should now work fine with TERM=xterm.
12 - don't leave the X or rxvtd sockets open in child processes.
13 (inherited fd's stay open - different to rxvt).
14 - xterm: implemented OSC3, set/get window property. get is an
15 extension and is slightly ugly.
16 - removed --disable-swapscreen and SCROLL_ON_NO_SECONDARY and
17 replaced them by runtime-configurable options secondaryScreen and
18 secondaryScroll (-ssr and -ssc) (see debian bug #237673).
19 - close down terminal window when child exits. (debian bug #241267).
20 - xterm: enable seperate mouse bg colour setting.
21 - re-enable mouse cursor colours again, fixing colours when fg/bg are
22 overwritten (as is common).
23 - xterm: correctly implement privmodes 1047, 1048, 1049.
24 - ported to solaris by elmar@math.uni-bremen.de.
25
262.6 Fri Apr 2 03:24:10 CEST 2004
27 - minor doc corrections.
28 - WARNING: changed menu sequence from ESC ] 10 to ESC ] 703 to
29 avoid clashes with xterm.
30 - changed OSC701/OSC702 sequence to return standard escaped reports.
31 - xterm: make set window colour and other requests report window
32 colour when arg is "?".
33 - enable colour tinting of "transparent" backgrounds.
34 - stop ST sequences earlier, as we now react on 0x90 and thus
35 cause conditions more often that look like locks but are, in
36 fact, just rxvt waiting for a ST/BEL etc.
37 - re-enabled most of the "dangerous" echo escapes, but only
38 when -insecure is specified as option or resource (see reference).
39 (FRILLS).
40 - disables sleep(1) on transparency updates on default.
41 - fixes to make it compile better on solaris 2.9 (at least).
42 asprintf replacement is still missing(!).
43 - set _NET_WM_PID.
44
452.5 Sun Mar 28 04:05:51 CEST 2004
46 - the usual sprinkled little code cleanups.
47 - support more 8-bit controls.
48 - more informative error messages.
49 - fix some minor memleaks and possible memory corruptions.
50 - the use of exception handling allowed the following improvements:
51 - no longer block when waiting for completion of escape sequences
52 (e.g. printf '\e';sleep 3;printf 'c' will no longer block).
53 - rxvtc usage errors should no longer kill rxvtd (debian bug #237510).
54
552.4 Tue Mar 16 07:06:51 CET 2004
56 - fix stupid double-free() bug on exit.
57 - implement xterm private mode 1049.
58 - fix manpages (debian bug #236824).
59 - removed old selection style completely.
60 - selection works _better_ for non-8-bit and double-width chars.
61 - remove native->unicode translation tables. they aren't used anymore.
62 reduces binary and distro size a bit.
63 - add string representation for JIS X 0213:2000 so these fonts can
64 be used from within rxvt.
65 - less buggy complete set of line-drawing-characters (0x2500-0x259f).
66
672.3 Sun Mar 14 19:00:07 CET 2004
68 - code cleanup release.
69 - fix compile problems without --enable-combining.
70 - fix segfault when DISPLAY cannot be opened.
71 - removed HOTKEY_CTRL and HOTKEY_SHIFT, ACS_*, FONT0_IDX,
72 MAX_NFONTS. UNICODE and UTF8 defines and references from
73 all files.
74 - default config now reads an app-defaults file even without
75 --enable-xgetdefaults.
76
12.2 Thu Mar 11 01:41:56 CET 2004 772.2 Thu Mar 11 01:41:56 CET 2004
2 - implement autocompositing of characters by either using an existing 78 - implement autocompositing of characters by either using an existing
3 precomposed unicode character or by graphical overlay. this is 79 precomposed unicode character or by graphical overlay. this is
4 also used to store characters >16bit without --enable-unicode3. 80 also used to store characters >16bit without --enable-unicode3.
5 - selection now based on wchar_t, so that it can offer UTF-8 81 - selection now based on wchar_t, so that it can offer UTF-8
6 selections even in locales unable to represent full unicode. 82 selections even in locales unable to represent full unicode.
7 - tis620-2529 is, of course, thai, not vietnamese... 83 - tis620-2529 is, of course, thai, not vietnamese...
8 - a typoe prevented characters >65535 to be stored properly. 84 - a typoe prevented characters >65535 to be stored properly.
9 - wcwidth is unreliable in non-unicode-locales on GNU/Linux. 85 - wcwidth is unreliable in non-unicode-locales on GNU/Linux.
10 working around this fixes line-drawing characters in on-utf-8 mode. 86 working around this fixes line-drawing characters in non-utf-8 mode.
11 - improve rounding when emulating line-drawing characters. 87 - improved rounding when emulating line-drawing characters.
12 - implement continuation lines in xresource parsing when 88 - implement continuation lines in xresource parsing when
13 --disable-xgetdefault. 89 --disable-xgetdefault.
14 - changed locale-setting esc-sequence from code 9 to code 701. 90 - changed locale-setting esc-sequence from code 9 to code 701.
15 also added 702 that returns the font selected for a specific 91 also added 702 that returns the font selected for a specific
16 unicode character. 92 unicode character.
86 (I guess the code contains more surprises of this sort...) 162 (I guess the code contains more surprises of this sort...)
87 163
881.7 Fri Jan 30 16:50:11 CET 2004 1641.7 Fri Jan 30 16:50:11 CET 2004
89 - further cleanups. 165 - further cleanups.
90 - never do last-minute-changes: restore ability to have 166 - never do last-minute-changes: restore ability to have
91 color + bold ass high-intensity, and let the selection 167 color + bold as high-intensity, and let the selection
92 use reverse video, not _blink_. 168 use reverse video, not _blink_.
93 - remove OPTION_HC, at least temporarily. If you want it back, 169 - remove OPTION_HC, at least temporarily. If you want it back,
94 please drop me a note. 170 please drop me a note.
95 171
961.6 Fri Jan 30 00:34:01 CET 2004 1721.6 Fri Jan 30 00:34:01 CET 2004
97 - cleanups, minor bugfixes. 173 - cleanups, minor bugfixes.
98 - blinking text. 174 - blinking text.
99 - normal text color + bold gets white text instead of 175 - normal text color + bold gets white text instead of
100 normal text when colorBD is not set. 176 normal text when colorBD is not set.
101 (- support double-byte characters (by blocking).) 177 (- support double-wide characters (by blocking).)
102 was not implemented 178 was never implemented
103 179
1041.5 Thu Jan 29 00:43:48 CET 2004 1801.5 Thu Jan 29 00:43:48 CET 2004
105 - share io manager between rxvt-unicode and vpe 181 - share io manager between rxvt-unicode and vpe
106 - bugfix for --disable-utmp, reported by fefe himself 182 - bugfix for --disable-utmp, reported by fefe himself
107 - colors were sometimes not used correctly because 183 - colors were sometimes not used correctly because
121 197
1221.3 2003-12-26 1981.3 2003-12-26
123 - fix a bug in font height selection 199 - fix a bug in font height selection
124 - autoscale scalable x11 fonts 200 - autoscale scalable x11 fonts
125 - slow-mode xft rendering centers characters 201 - slow-mode xft rendering centers characters
126 - much faster x11 font selecti 202 - much faster x11 font selection
127 203
1281.2 2003-12-24 2041.2 2003-12-24
129 - fix another segfault-on-resize-bug form the original rxvt 205 - fix another segfault-on-resize-bug form the original rxvt
130 - better font matching 206 - better font matching
131 - better memory management (less memory) 207 - better memory management (less memory)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines