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

Comparing rxvt-unicode/Changes (file contents):
Revision 1.83 by pcg, Tue Mar 16 05:59:05 2004 UTC vs.
Revision 1.137 by root, Fri Jul 30 22:39:43 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
5TODO: implement xterm mode to be able to use xfree's TERM=xterm.
6TODO: multibyte support for setwmname et al.
7TODO: there are other todo items, but they are not in this file.
8
93.3
10 - some doc updates (Eduard Bloch).
11 - use faster inheritpixmap method when tinting color not set.
12 - fix pixmap offset when tinting (reported by Eduard Bloch).
13 - new -sh option by Mikael Magnusson.
14 - off-focus-fading (--enable-fading) support (patch by
15 Mikael Magnusson).
16 - cursor now set correctly on --disable-blank (reported by
17 Mikael Magnusson).
18 - better (and non-crashing) slipwheeling (Mikael Magnusson).
19 - solaris 2.8 portability changes (reported by Colin Marquardt).
20 - disable-xim now really disables xim code.
21
223.2 Mon Jul 26 19:57:32 CEST 2004
23 - support real bold fonts (patch by Adam Sampson <azz@us-lot.org>),
24 if specified in the font list (and enabled by -rb).
25 - fixed --enable-keepscrolling and --enable-selectionscrolling, which
26 was broken since 1.8. Patch by Hans de Goede <j.w.r.degoede@hhs.nl>.
27 - fixed --enable-slipwheeling, see above.
28 - sequences ended by ST can now contain any octet by quoting it
29 with ^V (SYN).
30 - 8-bit-controls disabled by default (compiletime option).
31
323.1 Sat Jun 26 23:38:07 CEST 2004
33 - set default backspace sequence to "DEC" (which defaults to \177)
34 as opposed to \010 as before, which was incorrect (ahem :).
35 - updated doc/etc/rxvt.* to reflect the change. This brings rxvt
36 in line with many existing rxvt terminfo and termcap entries as
37 well as with other terminal emulators.
38 - fix a segfault when trying to set a nonexistant locale
39 (reported by elmex).
40 - find more fonts by default for japanese.
41 - the internal border wasn't always cleared. This is fixed by moving
42 the window relative to it's frame and simplifies a lot of code, too.
43 - fixed quite hard to find scrollbar colour bug, reported by Eduard
44 Bloch.
45
463.0 Mon May 10 20:47:23 CEST 2004
47 - experimental flickerfree resize mode (I tried to get even
48 less flickering with SouthWestGravity but couldn't get it to work,
49 sorry).
50 - c++-ify (or at least make it compile with g++-3.4, which should
51 make it a little bit more correct c++).
52
532.9 Sat May 8 19:13:41 CEST 2004
54 - fix some minor doc issues + some generated doc files are now
55 getting distributed (closes debian bug #246035).
56 - minor i18n issue fixes.
57
582.8 Thu Apr 8 22:44:36 CEST 2004
59 - replace PF_LOCAL by PF_UNIX (portability).
60 - try to detect -lnsl and -lsocket (portability).
61 - fix some minor bugs.
62
632.7 Mon Apr 5 02:11:15 CEST 2004
64 - this version should now work fine with TERM=xterm, except
65 for the keymappings.
66 - don't leave the X or rxvtd sockets open in child processes.
67 (inherited fd's stay open - different to rxvt).
68 - xterm: implemented OSC3, set/get window property. get is an
69 extension and is slightly ugly.
70 - removed --disable-swapscreen and SCROLL_ON_NO_SECONDARY and
71 replaced them by runtime-configurable options secondaryScreen and
72 secondaryScroll (-ssr and -ssc) (see debian bug #237673).
73 - close down terminal window when child exits. (debian bug #241267).
74 - xterm: enable seperate mouse bg colour setting.
75 - re-enable mouse cursor colours again, fixing colours when fg/bg are
76 overwritten (as is common).
77 - xterm: correctly implement privmodes 1047, 1048, 1049.
78 - ported to solaris by elmar@math.uni-bremen.de.
79
802.6 Fri Apr 2 03:24:10 CEST 2004
81 - minor doc corrections.
82 - WARNING: changed menu sequence from ESC ] 10 to ESC ] 703 to
83 avoid clashes with xterm.
84 - changed OSC701/OSC702 sequence to return standard escaped reports.
85 - xterm: make set window colour and other requests report window
86 colour when arg is "?".
87 - enable colour tinting of "transparent" backgrounds.
88 - stop ST sequences earlier, as we now react on 0x90 and thus
89 cause conditions more often that look like locks but are, in
90 fact, just rxvt waiting for a ST/BEL etc.
91 - re-enabled most of the "dangerous" echo escapes, but only
92 when -insecure is specified as option or resource (see reference).
93 (FRILLS).
94 - disables sleep(1) on transparency updates on default.
95 - fixes to make it compile better on solaris 2.9 (at least).
96 asprintf replacement is still missing(!).
97 - set _NET_WM_PID.
98
992.5 Sun Mar 28 04:05:51 CEST 2004
100 - the usual sprinkled little code cleanups.
101 - support more 8-bit controls.
102 - more informative error messages.
103 - fix some minor memleaks and possible memory corruptions.
104 - the use of exception handling allowed the following improvements:
105 - no longer block when waiting for completion of escape sequences
106 (e.g. printf '\e';sleep 3;printf 'c' will no longer block).
107 - rxvtc usage errors should no longer kill rxvtd (debian bug #237510).
108
12.4 Tue Mar 16 07:06:51 CET 2004 1092.4 Tue Mar 16 07:06:51 CET 2004
2 - fix stupid double-free() bug on exit. 110 - fix stupid double-free() bug on exit.
3 - implement xterm private mode 1049. 111 - implement xterm private mode 1049.
4 - fix manpages (debian bug #236824). 112 - fix manpages (debian bug #236824).
5 - removed old selection style completely. 113 - removed old selection style completely.
108 (I guess the code contains more surprises of this sort...) 216 (I guess the code contains more surprises of this sort...)
109 217
1101.7 Fri Jan 30 16:50:11 CET 2004 2181.7 Fri Jan 30 16:50:11 CET 2004
111 - further cleanups. 219 - further cleanups.
112 - never do last-minute-changes: restore ability to have 220 - never do last-minute-changes: restore ability to have
113 color + bold ass high-intensity, and let the selection 221 color + bold as high-intensity, and let the selection
114 use reverse video, not _blink_. 222 use reverse video, not _blink_.
115 - remove OPTION_HC, at least temporarily. If you want it back, 223 - remove OPTION_HC, at least temporarily. If you want it back,
116 please drop me a note. 224 please drop me a note.
117 225
1181.6 Fri Jan 30 00:34:01 CET 2004 2261.6 Fri Jan 30 00:34:01 CET 2004
119 - cleanups, minor bugfixes. 227 - cleanups, minor bugfixes.
120 - blinking text. 228 - blinking text.
121 - normal text color + bold gets white text instead of 229 - normal text color + bold gets white text instead of
122 normal text when colorBD is not set. 230 normal text when colorBD is not set.
123 (- support double-byte characters (by blocking).) 231 (- support double-wide characters (by blocking).)
124 was not implemented 232 was never implemented
125 233
1261.5 Thu Jan 29 00:43:48 CET 2004 2341.5 Thu Jan 29 00:43:48 CET 2004
127 - share io manager between rxvt-unicode and vpe 235 - share io manager between rxvt-unicode and vpe
128 - bugfix for --disable-utmp, reported by fefe himself 236 - bugfix for --disable-utmp, reported by fefe himself
129 - colors were sometimes not used correctly because 237 - colors were sometimes not used correctly because
143 251
1441.3 2003-12-26 2521.3 2003-12-26
145 - fix a bug in font height selection 253 - fix a bug in font height selection
146 - autoscale scalable x11 fonts 254 - autoscale scalable x11 fonts
147 - slow-mode xft rendering centers characters 255 - slow-mode xft rendering centers characters
148 - much faster x11 font selecti 256 - much faster x11 font selection
149 257
1501.2 2003-12-24 2581.2 2003-12-24
151 - fix another segfault-on-resize-bug form the original rxvt 259 - fix another segfault-on-resize-bug form the original rxvt
152 - better font matching 260 - better font matching
153 - better memory management (less memory) 261 - better memory management (less memory)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines