ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/rxvt-unicode/Changes
Revision: 1.114
Committed: Sat May 8 17:18:20 2004 UTC (19 years, 11 months ago) by pcg
Branch: MAIN
CVS Tags: rel-3_0
Changes since 1.110: +7 -1 lines
Log Message:
*** empty log message ***

File Contents

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