*** empty log message ***
[dana/urxvt.git] / Changes
1 Lines marked with "xterm:" indicate either xterm features ported to rxvt
2 or changed rxvt behaviour to make it more compatible to xterm (usually
3 xfree86's xterm).
4
5 2.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
10 2.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
26 2.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
45 2.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
55 2.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
67 2.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
77 2.2  Thu Mar 11 01:41:56 CET 2004
78         - implement autocompositing of characters by either using an existing
79           precomposed unicode character or by graphical overlay. this is
80           also used to store characters >16bit without --enable-unicode3.
81         - selection now based on wchar_t, so that it can offer UTF-8
82           selections even in locales unable to represent full unicode.
83         - tis620-2529 is, of course, thai, not vietnamese...
84         - a typoe prevented characters >65535 to be stored properly.
85         - wcwidth is unreliable in non-unicode-locales on GNU/Linux.
86           working around this fixes line-drawing characters in non-utf-8 mode.
87         - improved rounding when emulating line-drawing characters.
88         - implement continuation lines in xresource parsing when
89           --disable-xgetdefault.
90         - changed locale-setting esc-sequence from code 9 to code 701.
91           also added 702 that returns the font selected for a specific
92           unicode character.
93         - no longer set XA_CUT_BUFFER0. this is confusing and clients WILL
94           get it wrong.
95         - don't use XTextStyle for XA_TEXT, instead use XStdICCTextStyle.
96
97 2.1  Wed Mar  3 21:48:39 CET 2004
98         - NOTE: the name of the binary and ressources were changed in
99           this version, see README.configure if you want the old
100           settings.
101         - added plain "big5" encoding into CN.
102         - make cns11643 and big5* encodings actually visible to rxvt.
103         - fix a bug when a multibyte character fell onto a buffer boundary,
104           causing the incomplete character to be presented twice to
105           mbrtowc.
106         - more robust encoding name matching.
107         - fix cursor placement on multibyte characters.
108         - when overwriting wide with narrow chars, pad with spaces.
109         - fix various refresh and display issues for wide chars.
110         - remove multibyte_cursor hack (it was a hack) and associated
111           resources and docs.
112         - fixed memory corruption bug with XLFD fontname parsing.
113
114 2.0  Sun Feb 29 23:59:58 CET 2004
115         - do not blink text when background colour is not set explicitly.
116         - some doc cleanup
117         - configure cleanup
118         - viscii enabled by default
119         - better support for non-g++-3.2+ systems (tested with g++-2.95).
120
121 1.91 Fri Feb 27 03:57:44 CET 2004
122         - build fixes for !xft and !im, reported by various people.
123
124 1.9  Wed Feb 25 16:46:05 CET 2004
125         - fixed bug in plain scrollbar causing X errors in XCreateGC.
126         - implemented sharing of X connections. will be used to speed
127           up many x operations considerably. Also saves some memory.
128         - implemented caching of input methods. This immensely shortens
129           startup time for new terms in rxvtd. At least XFree86 4.3 is
130           rather broken with respect to input methods, though, so expect
131           crashes when you kill your input method (xterm et al. also crash).
132         - fix bugs in X flushing, causing an empty screen after startup.
133         - fix various memleaks in rxvtd.
134         - fix a bug that kept escape codes to be generated for some
135           keysyms that also have string translations, when not --enable-xim.
136           reported by joel reed.
137         - re-enabled esc-seq. for font-switching (\033 ] 50 ; <fontset> \007).
138         - re-enabled menubar (experimental!).
139         - fix bug in locale-handling that kept the correct locale from
140           being selected.
141         - implemented esc-seq. to switch locales (\033 ] 9 ; <locale> \007).
142         - removed greek support.
143         - allow NUL bytes (ctrl-@) to be entered even with XIM enabled.
144         - correct cursor width if !focus.
145         - fixed --enable-xgetdefault, reported by eduard bloch.
146         - added manpage for rxvtc/rxvtd based on the one eduard block
147           contributed.
148         - use reverse video for normal bold text unless colorBD has been set.
149         - fixed endless loop when selection is valid but empty.
150         - changed default terminal name to "rxvt".
151         - many other minor bugfixes.
152
153 1.8  Mon Feb  2 20:09:18 CET 2004
154         - almost total conversion to C++. Except for introducing
155           new bugs, this should not change much.
156         - fix and re-enable background pixmap and inherit pixmap support.
157         - re-enabled multiple scrollbar support.
158         - added plain scrollbar style and restored xterm scrollbar.
159         - blinking and selections work slightly better now.
160         - fix an error condition when rxvt receives more than one screenful
161           of output. should occur with original rxvt, too, but very rarely.
162           (I guess the code contains more surprises of this sort...)
163
164 1.7  Fri Jan 30 16:50:11 CET 2004
165         - further cleanups.
166         - never do last-minute-changes: restore ability to have
167           color + bold as high-intensity, and let the selection
168           use reverse video, not _blink_.
169         - remove OPTION_HC, at least temporarily. If you want it back,
170           please drop me a note.
171
172 1.6  Fri Jan 30 00:34:01 CET 2004
173         - cleanups, minor bugfixes.
174         - blinking text.
175         - normal text color + bold gets white text instead of
176           normal text when colorBD is not set.
177         (- support double-wide characters (by blocking).)
178           was never implemented
179
180 1.5  Thu Jan 29 00:43:48 CET 2004
181         - share io manager between rxvt-unicode and vpe
182         - bugfix for --disable-utmp, reported by fefe himself
183         - colors were sometimes not used correctly because
184           parts of the code expected a monochrome display.
185           reported by fefe
186         - make it compile without pointer_blank, reported by
187           Markus Demleitner
188         - improved selection support, now supports UTF8_STRING
189           and properly encodes CUT_BUFFER0 in iso-8859-1
190         - completely removed non-working graphics mode
191
192 1.4  Fri Jan 16 23:03:22 CET 2004
193         - fix stupid segfault on esc-c
194         - small font tunings
195         - much better io manager, less bugs, higher speed
196         - better error reporting for unknown options
197
198 1.3  2003-12-26
199         - fix a bug in font height selection
200         - autoscale scalable x11 fonts
201         - slow-mode xft rendering centers characters
202         - much faster x11 font selection
203
204 1.2  2003-12-24
205         - fix another segfault-on-resize-bug form the original rxvt
206         - better font matching
207         - better memory management (less memory)
208         - new fallback: gnu freefont
209
210 1.1  2003-12-18
211         - Support for XIM in other than the current locale.
212         - Support for non-utf-8-locales
213         - much improved font choosing
214
215 1.0
216         - first release
217         - original cloned from rxvt-CVS 2003-11-19 00:26
218         - removed rclock et al.
219         - initial conversion to C++