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

Comparing rxvt-unicode/Changes (file contents):
Revision 1.32 by pcg, Sat Feb 21 20:35:33 2004 UTC vs.
Revision 1.108 by pcg, Mon Apr 5 00:00:04 2004 UTC

11.9 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.7 Mon Apr 5 02:11:15 CEST 2004
6 - this version should now work fine with TERM=xterm.
7 - don't leave the X or rxvtd sockets open in child processes.
8 (inherited fd's stay open - different to rxvt).
9 - xterm: implemented OSC3, set/get window property. get is an
10 extension and is slightly ugly.
11 - removed --disable-swapscreen and SCROLL_ON_NO_SECONDARY and
12 replaced them by runtime-configurable options secondaryScreen and
13 secondaryScroll (-ssr and -ssc) (see debian bug #237673).
14 - close down terminal window when child exits. (debian bug #241267).
15 - xterm: enable seperate mouse bg colour setting.
16 - re-enable mouse cursor colours again, fixing colours when fg/bg are
17 overwritten (as is common).
18 - xterm: correctly implement privmodes 1047, 1048, 1049.
19 - ported to solaris by elmar@math.uni-bremen.de.
20
212.6 Fri Apr 2 03:24:10 CEST 2004
22 - minor doc corrections.
23 - WARNING: changed menu sequence from ESC ] 10 to ESC ] 703 to
24 avoid clashes with xterm.
25 - changed OSC701/OSC702 sequence to return standard escaped reports.
26 - xterm: make set window colour and other requests report window
27 colour when arg is "?".
28 - enable colour tinting of "transparent" backgrounds.
29 - stop ST sequences earlier, as we now react on 0x90 and thus
30 cause conditions more often that look like locks but are, in
31 fact, just rxvt waiting for a ST/BEL etc.
32 - re-enabled most of the "dangerous" echo escapes, but only
33 when -insecure is specified as option or resource (see reference).
34 (FRILLS).
35 - disables sleep(1) on transparency updates on default.
36 - fixes to make it compile better on solaris 2.9 (at least).
37 asprintf replacement is still missing(!).
38 - set _NET_WM_PID.
39
402.5 Sun Mar 28 04:05:51 CEST 2004
41 - the usual sprinkled little code cleanups.
42 - support more 8-bit controls.
43 - more informative error messages.
44 - fix some minor memleaks and possible memory corruptions.
45 - the use of exception handling allowed the following improvements:
46 - no longer block when waiting for completion of escape sequences
47 (e.g. printf '\e';sleep 3;printf 'c' will no longer block).
48 - rxvtc usage errors should no longer kill rxvtd (debian bug #237510).
49
502.4 Tue Mar 16 07:06:51 CET 2004
51 - fix stupid double-free() bug on exit.
52 - implement xterm private mode 1049.
53 - fix manpages (debian bug #236824).
54 - removed old selection style completely.
55 - selection works _better_ for non-8-bit and double-width chars.
56 - remove native->unicode translation tables. they aren't used anymore.
57 reduces binary and distro size a bit.
58 - add string representation for JIS X 0213:2000 so these fonts can
59 be used from within rxvt.
60 - less buggy complete set of line-drawing-characters (0x2500-0x259f).
61
622.3 Sun Mar 14 19:00:07 CET 2004
63 - code cleanup release.
64 - fix compile problems without --enable-combining.
65 - fix segfault when DISPLAY cannot be opened.
66 - removed HOTKEY_CTRL and HOTKEY_SHIFT, ACS_*, FONT0_IDX,
67 MAX_NFONTS. UNICODE and UTF8 defines and references from
68 all files.
69 - default config now reads an app-defaults file even without
70 --enable-xgetdefaults.
71
722.2 Thu Mar 11 01:41:56 CET 2004
73 - implement autocompositing of characters by either using an existing
74 precomposed unicode character or by graphical overlay. this is
75 also used to store characters >16bit without --enable-unicode3.
76 - selection now based on wchar_t, so that it can offer UTF-8
77 selections even in locales unable to represent full unicode.
78 - tis620-2529 is, of course, thai, not vietnamese...
79 - a typoe prevented characters >65535 to be stored properly.
80 - wcwidth is unreliable in non-unicode-locales on GNU/Linux.
81 working around this fixes line-drawing characters in non-utf-8 mode.
82 - improved rounding when emulating line-drawing characters.
83 - implement continuation lines in xresource parsing when
84 --disable-xgetdefault.
85 - changed locale-setting esc-sequence from code 9 to code 701.
86 also added 702 that returns the font selected for a specific
87 unicode character.
88 - no longer set XA_CUT_BUFFER0. this is confusing and clients WILL
89 get it wrong.
90 - don't use XTextStyle for XA_TEXT, instead use XStdICCTextStyle.
91
922.1 Wed Mar 3 21:48:39 CET 2004
93 - NOTE: the name of the binary and ressources were changed in
94 this version, see README.configure if you want the old
95 settings.
96 - added plain "big5" encoding into CN.
97 - make cns11643 and big5* encodings actually visible to rxvt.
98 - fix a bug when a multibyte character fell onto a buffer boundary,
99 causing the incomplete character to be presented twice to
100 mbrtowc.
101 - more robust encoding name matching.
102 - fix cursor placement on multibyte characters.
103 - when overwriting wide with narrow chars, pad with spaces.
104 - fix various refresh and display issues for wide chars.
105 - remove multibyte_cursor hack (it was a hack) and associated
106 resources and docs.
107 - fixed memory corruption bug with XLFD fontname parsing.
108
1092.0 Sun Feb 29 23:59:58 CET 2004
110 - do not blink text when background colour is not set explicitly.
111 - some doc cleanup
112 - configure cleanup
113 - viscii enabled by default
114 - better support for non-g++-3.2+ systems (tested with g++-2.95).
115
1161.91 Fri Feb 27 03:57:44 CET 2004
117 - build fixes for !xft and !im, reported by various people.
118
1191.9 Wed Feb 25 16:46:05 CET 2004
2 - fixed bug in plain scrollbar causing x errors in XCreateGC. 120 - fixed bug in plain scrollbar causing X errors in XCreateGC.
3 - implemented sharing of X connections. will be used to speed 121 - implemented sharing of X connections. will be used to speed
4 up many x operations considerably. Also saves some memory. 122 up many x operations considerably. Also saves some memory.
5 - implemented caching of input methods. This immensely shortens 123 - implemented caching of input methods. This immensely shortens
6 startup time for new terms in rxvtd. At least xfree86 4.3 is 124 startup time for new terms in rxvtd. At least XFree86 4.3 is
7 rather broken with respect to input methods, though, so expect 125 rather broken with respect to input methods, though, so expect
8 crashes when you kill your input method (xterm et al. also crash). 126 crashes when you kill your input method (xterm et al. also crash).
9 - fix bugs in x flushing, causing an empty screen after startup 127 - fix bugs in X flushing, causing an empty screen after startup.
10 - fix various memleaks in rxvtd. 128 - fix various memleaks in rxvtd.
129 - fix a bug that kept escape codes to be generated for some
130 keysyms that also have string translations, when not --enable-xim.
131 reported by joel reed.
132 - re-enabled esc-seq. for font-switching (\033 ] 50 ; <fontset> \007).
133 - re-enabled menubar (experimental!).
134 - fix bug in locale-handling that kept the correct locale from
135 being selected.
136 - implemented esc-seq. to switch locales (\033 ] 9 ; <locale> \007).
137 - removed greek support.
138 - allow NUL bytes (ctrl-@) to be entered even with XIM enabled.
139 - correct cursor width if !focus.
140 - fixed --enable-xgetdefault, reported by eduard bloch.
141 - added manpage for rxvtc/rxvtd based on the one eduard block
142 contributed.
143 - use reverse video for normal bold text unless colorBD has been set.
144 - fixed endless loop when selection is valid but empty.
145 - changed default terminal name to "rxvt".
11 - countless minor bugfixes. 146 - many other minor bugfixes.
12 147
131.8 Mon Feb 2 20:09:18 CET 2004 1481.8 Mon Feb 2 20:09:18 CET 2004
14 - almost total conversion to C++. Except for introducing 149 - almost total conversion to C++. Except for introducing
15 new bugs, this should not change much. 150 new bugs, this should not change much.
16 - fix and re-enable background pixmap and inherit pixmap support. 151 - fix and re-enable background pixmap and inherit pixmap support.
22 (I guess the code contains more surprises of this sort...) 157 (I guess the code contains more surprises of this sort...)
23 158
241.7 Fri Jan 30 16:50:11 CET 2004 1591.7 Fri Jan 30 16:50:11 CET 2004
25 - further cleanups. 160 - further cleanups.
26 - never do last-minute-changes: restore ability to have 161 - never do last-minute-changes: restore ability to have
27 color + bold ass high-intensity, and let the selection 162 color + bold as high-intensity, and let the selection
28 use reverse video, not _blink_. 163 use reverse video, not _blink_.
29 - remove OPTION_HC, at least temporarily. If you want it back, 164 - remove OPTION_HC, at least temporarily. If you want it back,
30 please drop me a note. 165 please drop me a note.
31 166
321.6 Fri Jan 30 00:34:01 CET 2004 1671.6 Fri Jan 30 00:34:01 CET 2004
33 - cleanups, minor bugfixes. 168 - cleanups, minor bugfixes.
34 - blinking text. 169 - blinking text.
35 - normal text color + bold gets white text instead of 170 - normal text color + bold gets white text instead of
36 normal text when colorBD is not set. 171 normal text when colorBD is not set.
37 (- support double-byte characters (by blocking).) 172 (- support double-wide characters (by blocking).)
38 was not implemented 173 was never implemented
39 174
401.5 Thu Jan 29 00:43:48 CET 2004 1751.5 Thu Jan 29 00:43:48 CET 2004
41 - share io manager between rxvt-unicode and vpe 176 - share io manager between rxvt-unicode and vpe
42 - bugfix for --disable-utmp, reported by fefe himself 177 - bugfix for --disable-utmp, reported by fefe himself
43 - colors were sometimes not used correctly because 178 - colors were sometimes not used correctly because
57 192
581.3 2003-12-26 1931.3 2003-12-26
59 - fix a bug in font height selection 194 - fix a bug in font height selection
60 - autoscale scalable x11 fonts 195 - autoscale scalable x11 fonts
61 - slow-mode xft rendering centers characters 196 - slow-mode xft rendering centers characters
62 - much faster x11 font selecti 197 - much faster x11 font selection
63 198
641.2 2003-12-24 1991.2 2003-12-24
65 - fix another segfault-on-resize-bug form the original rxvt 200 - fix another segfault-on-resize-bug form the original rxvt
66 - better font matching 201 - better font matching
67 - better memory management (less memory) 202 - better memory management (less memory)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines