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

Comparing rxvt-unicode/Changes (file contents):
Revision 1.91 by pcg, Sun Mar 28 02:07:07 2004 UTC vs.
Revision 1.145 by root, Thu Aug 5 00:12:03 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.
6 (except for the keymapping this should be done now).
7TODO: multibyte support for setwmname et al.
8TODO: there are other todo items, but they are not in this file.
9
10 - fix inheritpixmap transparency border code.
11 - fix tinting transparency border code, also experimentally
12 make some scrollbars transparent (e.g. plain, my favourite style :).
13 - imported aterm shading code (faster and still portable).
14 - changed interpretation and usage of shading (-sh).
15 - fixed blinking underlined and negative text.
16 - disable slow link support on connections using unix domain sockets,
17 speeding up scrolling immensely.
18 - various other optimizations.
19 - new borderLess switch (ewmh-compliant), by Mikael Magnusson
20 ******************* MISSING DOCS ***********
21
223.3 Sat Jul 31 15:15:59 CEST 2004
23 - some doc updates (Eduard Bloch).
24 - use faster inheritpixmap method when tinting color not set.
25 - fix pixmap offset when tinting (reported by Eduard Bloch).
26 - new -sh option by Mikael Magnusson.
27 - off-focus-fading (--enable-fading) support (patch by
28 Mikael Magnusson).
29 - cursor now set correctly on --disable-blank (reported by
30 Mikael Magnusson).
31 - better (and non-crashing) slipwheeling (Mikael Magnusson).
32 - solaris 2.8 portability changes (reported by Colin Marquardt).
33 - disable-xim now really disables xim code.
34
353.2 Mon Jul 26 19:57:32 CEST 2004
36 - support real bold fonts (patch by Adam Sampson <azz@us-lot.org>),
37 if specified in the font list (and enabled by -rb).
38 - fixed --enable-keepscrolling and --enable-selectionscrolling, which
39 was broken since 1.8. Patch by Hans de Goede <j.w.r.degoede@hhs.nl>.
40 - fixed --enable-slipwheeling, see above.
41 - sequences ended by ST can now contain any octet by quoting it
42 with ^V (SYN).
43 - 8-bit-controls disabled by default (compiletime option).
44
453.1 Sat Jun 26 23:38:07 CEST 2004
46 - set default backspace sequence to "DEC" (which defaults to \177)
47 as opposed to \010 as before, which was incorrect (ahem :).
48 - updated doc/etc/rxvt.* to reflect the change. This brings rxvt
49 in line with many existing rxvt terminfo and termcap entries as
50 well as with other terminal emulators.
51 - fix a segfault when trying to set a nonexistant locale
52 (reported by elmex).
53 - find more fonts by default for japanese.
54 - the internal border wasn't always cleared. This is fixed by moving
55 the window relative to it's frame and simplifies a lot of code, too.
56 - fixed quite hard to find scrollbar colour bug, reported by Eduard
57 Bloch.
58
593.0 Mon May 10 20:47:23 CEST 2004
60 - experimental flickerfree resize mode (I tried to get even
61 less flickering with SouthWestGravity but couldn't get it to work,
62 sorry).
63 - c++-ify (or at least make it compile with g++-3.4, which should
64 make it a little bit more correct c++).
65
662.9 Sat May 8 19:13:41 CEST 2004
67 - fix some minor doc issues + some generated doc files are now
68 getting distributed (closes debian bug #246035).
69 - minor i18n issue fixes.
70
712.8 Thu Apr 8 22:44:36 CEST 2004
72 - replace PF_LOCAL by PF_UNIX (portability).
73 - try to detect -lnsl and -lsocket (portability).
74 - fix some minor bugs.
75
762.7 Mon Apr 5 02:11:15 CEST 2004
77 - this version should now work fine with TERM=xterm, except
78 for the keymappings.
79 - don't leave the X or rxvtd sockets open in child processes.
80 (inherited fd's stay open - different to rxvt).
81 - xterm: implemented OSC3, set/get window property. get is an
82 extension and is slightly ugly.
83 - removed --disable-swapscreen and SCROLL_ON_NO_SECONDARY and
84 replaced them by runtime-configurable options secondaryScreen and
85 secondaryScroll (-ssr and -ssc) (see debian bug #237673).
86 - close down terminal window when child exits. (debian bug #241267).
87 - xterm: enable seperate mouse bg colour setting.
88 - re-enable mouse cursor colours again, fixing colours when fg/bg are
89 overwritten (as is common).
90 - xterm: correctly implement privmodes 1047, 1048, 1049.
91 - ported to solaris by elmar@math.uni-bremen.de.
92
932.6 Fri Apr 2 03:24:10 CEST 2004
94 - minor doc corrections.
95 - WARNING: changed menu sequence from ESC ] 10 to ESC ] 703 to
96 avoid clashes with xterm.
97 - changed OSC701/OSC702 sequence to return standard escaped reports.
98 - xterm: make set window colour and other requests report window
99 colour when arg is "?".
100 - enable colour tinting of "transparent" backgrounds.
101 - stop ST sequences earlier, as we now react on 0x90 and thus
102 cause conditions more often that look like locks but are, in
103 fact, just rxvt waiting for a ST/BEL etc.
104 - re-enabled most of the "dangerous" echo escapes, but only
105 when -insecure is specified as option or resource (see reference).
106 (FRILLS).
107 - disables sleep(1) on transparency updates on default.
108 - fixes to make it compile better on solaris 2.9 (at least).
109 asprintf replacement is still missing(!).
110 - set _NET_WM_PID.
111
12.5 Sun Mar 28 04:05:51 CEST 2004 1122.5 Sun Mar 28 04:05:51 CEST 2004
2 - the usual sprinkled little code cleanups. 113 - the usual sprinkled little code cleanups.
3 - support more 8-bit controls. 114 - support more 8-bit controls.
4 - more informative error messages. 115 - more informative error messages.
5 - fix some minor memleaks and possible memory corruptions. 116 - fix some minor memleaks and possible memory corruptions.
118 (I guess the code contains more surprises of this sort...) 229 (I guess the code contains more surprises of this sort...)
119 230
1201.7 Fri Jan 30 16:50:11 CET 2004 2311.7 Fri Jan 30 16:50:11 CET 2004
121 - further cleanups. 232 - further cleanups.
122 - never do last-minute-changes: restore ability to have 233 - never do last-minute-changes: restore ability to have
123 color + bold ass high-intensity, and let the selection 234 color + bold as high-intensity, and let the selection
124 use reverse video, not _blink_. 235 use reverse video, not _blink_.
125 - remove OPTION_HC, at least temporarily. If you want it back, 236 - remove OPTION_HC, at least temporarily. If you want it back,
126 please drop me a note. 237 please drop me a note.
127 238
1281.6 Fri Jan 30 00:34:01 CET 2004 2391.6 Fri Jan 30 00:34:01 CET 2004
129 - cleanups, minor bugfixes. 240 - cleanups, minor bugfixes.
130 - blinking text. 241 - blinking text.
131 - normal text color + bold gets white text instead of 242 - normal text color + bold gets white text instead of
132 normal text when colorBD is not set. 243 normal text when colorBD is not set.
133 (- support double-byte characters (by blocking).) 244 (- support double-wide characters (by blocking).)
134 was not implemented 245 was never implemented
135 246
1361.5 Thu Jan 29 00:43:48 CET 2004 2471.5 Thu Jan 29 00:43:48 CET 2004
137 - share io manager between rxvt-unicode and vpe 248 - share io manager between rxvt-unicode and vpe
138 - bugfix for --disable-utmp, reported by fefe himself 249 - bugfix for --disable-utmp, reported by fefe himself
139 - colors were sometimes not used correctly because 250 - colors were sometimes not used correctly because
153 264
1541.3 2003-12-26 2651.3 2003-12-26
155 - fix a bug in font height selection 266 - fix a bug in font height selection
156 - autoscale scalable x11 fonts 267 - autoscale scalable x11 fonts
157 - slow-mode xft rendering centers characters 268 - slow-mode xft rendering centers characters
158 - much faster x11 font selecti 269 - much faster x11 font selection
159 270
1601.2 2003-12-24 2711.2 2003-12-24
161 - fix another segfault-on-resize-bug form the original rxvt 272 - fix another segfault-on-resize-bug form the original rxvt
162 - better font matching 273 - better font matching
163 - better memory management (less memory) 274 - better memory management (less memory)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines