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

Comparing rxvt-unicode/Changes (file contents):
Revision 1.494 by root, Fri Jan 6 05:28:55 2006 UTC vs.
Revision 1.792 by root, Sat Nov 10 23:13:57 2007 UTC

1rxvt-unicode changelog <= google-friendly title 1rxvt-unicode changelog <= google-friendly title
2 2
3TODO: harmonize --disable-options into position-dependent options. 3TODO: init_secondary serves what purpose? maybe move it to earlier startup phase and re-think
4TODO: after requesting the selection and getting a timeout, no further requests will be sent. 4TODO: xcopyarea pass broken, fix and improve
5TODO: event mechanism that replaces on_keyboard_command with something more scalable.
6TODO: slipwheeling needs a keyboard grab to get key release events.
7TODO: overlays collide with the way the out-of-focus cursor is being drawn
5TODO: "slow" rendering mode for bidi and scripts 8TODO: "slow" rendering mode for bidi and scripts, pango!
6TODO: read property sequence is broken with respect to utf-8 etc. 9TODO: read property sequence is broken with respect to utf-8 etc.
7TODO: http://www120.pair.com/mccarthy/nextstep/intro.htmld/Workspace.html is the correct nextstep look. 10TODO: slow drag selection on remote display - other things seem fast (rxvt illness, motion hints?)
8WISH: OnTheSpot editing, or maybe switch to miiiiiiif 11TODO: investigate -pe tabbed -g 80x25 being 23 not 24 or 25 lines
9WISH: just for fun, do shade and tint with XRender. 12 => when setting the constraints, the wm might (correctly)
13 resize the outer window, which might result in a smaller window overall.
14 or something like that. guys, send me a patch.
15WISH: selection-color-pair instead of reverse video
16WISH: load system-wide config file even if we don't have one
17WISH: look into XAddConnectionWatch, does anybody need that?
10WISH: support tex fonts 18DUMB: support tex fonts
19TODO: align default value of cutchars with rxvt.1.pod and add it as a fallback in perl 'selection'
20 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=377194
11 21
12TODO: document transient_for, vt 22 - fix a serious bug while setting the XIM destroy callback
23 on (typical) 64 bit systems.
13 24
14 - perl: implement additional hook: line_update, add_lines. 258.4 Sat Oct 27 14:02:13 CEST 2007
26 - overhaul of the transparency/pixmap code (sasha).
27 - fix possible race betwen visual bell and poweron.
28 (reported by Martin von Gagern, gentoo?).
29 - urxvt -e no longer crashes the child.
30 - fixed some minor memleaks on incorrect usage or
31 missing DISPLAY.
32 - implement xterm 1002/1003 mouse tracking modes (exg).
33 - source code organisational cleanups (exg).
34 - updated io_manager.
35
368.3 Wed Aug 1 20:21:31 CEST 2007
37 - new option: skipScroll/-ss, enabled by default.
38 - go with the times and expect x11 library files in /usr/lib, not
39 /usr/X11R6/lib.
40 - initial transparency improvement/afterimage support
41 patch by Sasha Vasko.
42 - add urgentOnBell resource to set the urgency hint
43 (patch by Philip Paeps).
44 - do not process focus events caused by grabs
45 (patch by Mikachu).
46 - add iso14755_52 resource to disable iso14755 5.2 (exg).
47 - add binding for backspace in iso14755 5.1 to remove the last
48 digit (exg).
49 - better option handling, support more than 30 options (exg).
50 - nuke reconf script, serves no purpose anymore.
51 - fixed and documented matcher/on_user_command processing in matcher
52 extension (tpope).
53 - compile out of the box on Solaris 10 (exg).
54 - fix MappingNotify events (reported by Stephan Walter).
55 - zero-initialise mwmhints, this seems to solve all sorts of minor
56 problems.
57
588.2 Sat Feb 17 21:35:28 CET 2007
59 - fix make depend in src/, reported by exg.
60 - fixed typo in urxvt::GET_CUSTOM, causing the result to be wrong.
61 (patch by Sergey Vlasov).
62 - unbundled iom perl interface somewhat.
63 - scrollbar-xterm now uses the selected scrollColor instead of fg
64 (found by Aiviru).
65 - disabled linux kernel bug workaround again: disabling it gives
66 a 50% speed hit on affected machines, while enabling it gives
67 a similar speed hit to screen, which is likely the more common
68 case to work around for :/
69 - urxvt::rend2mask perl function, and utilization of it by matcher
70 (patch by Moshe Kamensky).
71 - use perl:matcher on a keysym to open most recently displayed URL.
72 - with matcher, when multiple patterns match, last wins, not first.
73 - fix make and make install with srcdir != builddir (exg).
74 - updated bundled libptytty to fix a bug where the tty would be kept
75 open (see the libptytty ChangeLog for details).
76 - delay setting the IUTF8 flag to after the tty settings have been
77 set so its value does not get lost (reported and analysed by Andrei
78 Paskevich).
79 - rip out support for obsolete sgtty.h interface.
80 - rip out support for non-POSIX termios variants.
81 - update libptytty.
82 - update iom.C, make it call ptytty::sanitise_stdfd on init.
83 - when !XFT, change rounding of colours to use a less correct formula to
84 meet user expectancies (#aaa becomes #a000a000a000 not #9f9f9f9f9f9f).
85 - change the starting offset of the pixmap set with backgroundPixmap
86 from (50,50) to (0,0) (exg).
87 - fix a typo in button_release, now meta-button2 request the value of
88 the Clipboard selection as it should (patch by Serge Koksharov).
89 - fix a bug in drawing a cell with a nonspacing char when using an xft
90 font with inheritPixmap and tintColor (exg).
91
928.1 Thu Dec 7 22:27:25 CET 2006
93 - ケリスマスプレゼント - zomg!!1, it's too early!!!
94 - fix the assumption that chars < 256 are single-width. Now
95 only assume this for codepoints 32 to 126 (reported by Dai.H.).
96 - $term->strwidth returned wide chars as width 1, because some jerk
97 confused min and max. Fixing this also fixes xim-onthespot.
98 Reported by Takano Akio.
99 - secondaryScroll is now enabled by default (as per the manpage),
100 reported by exg.
101 - correct the description of [percent]color rgba format in the manpage.
102 - incorporated macosx-clipboard extension by Samuel Ljungkvist.
103 - ignore (some) useless focus events (reported by mmc).
104 - updated compose table to unicode 5.0.0.
105
1068.0 Thu Nov 2 18:35:19 CET 2006
107 - combining characters cleared the area instead of creating an overlay,
108 thus losing the ability to draw combining characters properly in most
109 circumstances (reported by exg).
110 - specified fonts were incorrectly morphed to bold/italic according to the
111 basefont, even if explicitly specified (tracked down by tpope).
112 - fixed urxvt::strwidth to calculate width in the same way as screen.C.
113 - fix a crash caused by passing negative widths to overlay functions.
114 - added 'matcher' extension by tpope, replacing the mark-urls extension.
115 - improve url regex to match anything www.* (tpope).
116 - fixed bug with outline cursor color being wrong after xft fonts.
117 - update to libptytty-1.0.
118 - give proper diagnostic when RXVT_SOCKET is too long instead of
119 corrupting the stack (patch by exg).
120 - display current terminal locale in option menu.
121 - urxvtd no longer crashes when the client sends an inaccessible
122 working directory (reported by Roland Baer, possibly fixes gentoo
123 bug #143985).
124 - fixed many minor issues reported by Roland Baer.
125 - Leonid Khramov spotted a minor glitch in rxvtfont.C that
126 should not have any consequences, but was buggy nonetheless.
127 - manpage fix by exg.
128
1297.9 Mon Aug 7 18:16:07 CEST 2006
130 - fix the crashing bug people encountered with 7.8 + urxvtd + perl
131 + transparency. Ought to fix debian bug #380348.
132 - fix urxvtc.1.pod: it actually claimed -pty-fd would not work. But
133 it does! :->
134 - rxvt_fatal() in case the locale string is too long for our static buffer.
135 - fixed many, many, typos in the manpages (patch supplied by ves).
136
1377.8 Mon Jul 17 21:00:46 CEST 2006
138 - INCOMPATIBLE CHANGE: this version will always read ~/.Xdefaults,
139 earlier versions only read it if display-resources (usually from
140 .Xresources) are not set. This avoids the #1 FAQ ("why isn't my
141 resource used") and seems to be logical behaviour, too. .Xdefaults
142 resources have a lower priority than display-specific resources.
143 - add "kuake" perl extension that does a similar thing to the kuake
144 terminal emulator (see man urxtvperl).
145 - use less "correct" color scaling that is compatible with libX11 and
146 Xft (avoids off-by-one colors resulting in striped backgrounds).
147 - the "depth" resource is now respected.
148 - preset the searchable-scrollback pattern with "(?i)" to default search
149 to case-insensitivity. Will automatically be cleared when typing an
150 uppercase character.
151 - add FORCE_UNBUFFERED_XFT define to features.h.
152 - re-enabled highlightcolor support with --enable-frills, based on
153 a patch by Martin Stubenschrott.
154 - double-buffered xft drawing did suffer from pixel offset issues
155 when pixmap transparency was enabled.
156 - strategically add # to the url-match regexes, as we really want to
157 match common URIs not common URLs. Reported by Aaron Griffin.
158 - moved on_osc_seq to on_osc_seq_perl and added a more
159 generic osc_seq.
160 - fix a bug causing double callback invocations when perl hooks
161 were invoked recursively.
162 - the automove-background extension now properly works when the
163 pixmap gets reset with an osc sequence (sqweek).
164 - selection-pastebin did not work properly with non-latin1-characters.
165 - apply colorUL only when the text colour is the default fg
166 (patch by Wu Fengguang).
167 - removed rxvtlib.h from the tarball, it had no reason to be there
168 (spotted by Decklin Foster).
169 - fix compiling with TRANSPARENT but !XPM_BACKGROUND, as reported
170 by omatunto_.
171 - slap in a using namespace std, might help on platforms that don't
172 follow C++ closely enough.
173 - fix mailto url regex, spotted within milliseconds by Jost Krieger.
174 - applied fade_color_update_func.patch by WU Fengguang.
175 - fix a bug where (due to an optimisation in av_delete), hiding the
176 bottom-most overlay would hide two overlays.
177
1787.7 Tue Feb 21 12:32:49 CET 2006
179 - use double-buffered drawing (xft fonts only). On many driver/hardware
180 combination this actually increases xft drawing speed, at the expense
181 of more network bandwidth and slight nausea on the side of the author.
182 - readline perl extension now requires shift-click instead of a normal
183 click, and eats the click.
184 - tabbed perl extension now supports -e.
185 - disabled graphics-exposures on the main drawing GC, report any
186 refresh bugs please.
187 - improve property handling for -pe tabbed: avoid unnecessary property
188 changes (for kde's benefit) at the expense of extra round-trips,
189 improve size hint setting.
190 - modified XIM according to a patch sent by Takano Akio that sets
191 the preedit rectangle for OverTheSpot, which helps some input methods
192 to correctly position their preedit window.
193 - un-optimise the line clearing on newly scrolled-in lines a bit: the
194 former reasoning was that any fg colour on default bg looks the same
195 in empty spaces, but thats not true when reversing (e.g. selection),
196 so also check for matching fg colours. This fixes the problem where
197 selecting newly scrolled-in lines would exhibit wrong colours.
198 - fix a bug in the perl interface causing focus in events to generate
199 focus out perl events, causing bad focus effects with -pe tabbed.
200 - fix a race resulting in a crash on exiting.
201 - fix a with --disable-xft that caused xfreecolors to be called on
202 colors never allocated, resulting in aborts (reported by Paco-Paco).
203 - resources on non-initial screens weren't refetched correctly
204 (reported by Paco-Paco).
205 - fix a bug in xcopyarea pass and _disable_ it, as it seems not to be
206 working in either rxvt-unicode nor in the original rxvt.
207 - removed undocumented -exec alias for the -e option.
208
2097.6 Fri Feb 10 08:52:36 CET 2006
210 - changed interpretation of [alpha] colour prefix.
211 - +option now really sets the option to default, instead of using the
212 resource value.
213 - options that require an argument now really _require_ an argument.
214 - the tabbed extension now forwards focus and keys events to th
215 relevant tab window.
216 - tab colours are now configurable and have sensible defaults
217 (initial patch by hednod).
218 - option menu is extendable, readline, selection and
219 selection-autotransform can now be disabled/enabled at runtime.
220 - forcing a configure event to tabbed subwindows with -pe tabbed, for
221 the benefit of automove-background.
222 - the automove-background extension added a wrong constant offset.
223 - force refresh of XA_RESOURCE_STRING on virtual reconnect.
224 - return exit status 2 in urxvtc when urxvtd couldn't be contacted.
225 - the linux yield hack is back, now using usleep, and enabled only on
226 __linux__.
227 - further round trip eliminations in the !XFT case by remembering
228 the colour components.
229 - plain scrollbar works better with -sr.
230 - fixed half-shadow scrollbar look.
231 - more colour rtt optimisations.
232 - properly(?) free colours on window close.
233 - reorganised the FAQ into multiple sections.
234 - add ISO646.1991-IRV to the list of supported codesets.
235 - minor libptytty update.
236
2377.5 Tue Jan 31 15:15:43 CET 2006
238 - further improvements to the careful mode detection, and font width
239 detection:
240 - fully double-wide fonts will now be correctly treated,
241 - overlap detection was improved.
242 - detect totally broken fonts (usually synthesized by xft).
243 - careful mode forced refresh sometimes clashed with blinking,
244 causing unnecessary screen redraws.
245 - better handling of XFT combining characters.
246 - enable antialiasing for some replacement fonts, as they
247 might get used for other encodings which really need it, later.
248 - remove spacing=100 from all default fonts, as this creates totally
249 weird spacing (5 times normal) with xft.
250 - removed iso10646 fallback, as xorgs iso10646 encoded fonts are mostly
251 broken.
252 - removed gnu unifont fallback, all combining characters are broken.
253 - replace named colours by xorg's rgb.txt equivalents, to
254 reduce round trip time on startup, and short-cut allocation
255 of rgb:rr/gg/bb for xft.
256 - short-cut allocation of rgb values in the xlib case
257 (patch by Paco-Paco).
258 - overhauled color management: smaller codesize, alpha support.
259 - support "rgba:rrrr/gggg/bbbb/aaaa" color specifications and
260 an "[alpha]" prefix.
261 - try to work around Xft and Xrender forcing everything to be 100%
262 transparent. Long Live Xft!
263 - do not include X11/Intrinsic.h anymore, directly use
264 Xlib/Xutil/Xresource directly.
265 - try to find a nearest matching color when color allocation fails
266 on a pseudocolor screen.
267 - SYNCCVS: compared to rxvt-cvs 2006-01-28, no relevant changes.
268 - fix version report (DA) (which was unfortunately broken).
269 - changed version number report again, now to emulate xterm closer.
270 - added the OSC sequence 702 to detect the urxvt version number.
271 - small configure updates.
272 - further RTT optimisations.
273 - backported clean-up patches for makefiles and documentation from
274 the debian package.
275 - updated doc/rxvt-unicode.spec file. It's still not maintained here,
276 but much newer than the old one.
277
2787.4 Sat Jan 28 15:26:27 CET 2006
279 - screen background wasn't always erased properly when scrolling,
280 - re-enabled clearing optimisation disabled in 7.4pre.
281 - small configure updates for libptytty.
282 - fixed version options: line output.
283 - removed stoopid debugging message left in the code.
284
2857.3 Wed Jan 25 22:47:35 CET 2006
286 - don't let iso14755 or mouse reporting get into the way of perl
287 (could lead to global grabs never being cleared).
288 - experimental OnTheSpot editing support (-pe xim-onthespot).
289 - moved Shift-Button2 paste combination to Meta-Button2.
290 - the cutchars resource will now be respected and used by the
291 selection extension.
292 - added the "remote-clipboard" extension which just runs external
293 commands to fetch and store the selection data.
294 - added -depth switch that tries to get a different visual depth
295 than the default (replaces the old PREFER_24_BIT logic).
296 - removed (unused) arabic presentation form composing sequences.
297 - be more strict when deciding that a core font glyph is too wide and
298 needs the careful rendering mode.
299 - allow more leeway for italic fonts when deciding that a character is
300 too wide and needs careful mode.
301 - redraw even more characters around characters using careful mode.
302 - made selection-pastebin fully asynchronous.
303 - reduced number of server turnarounds at startup by allocating
304 atoms only once per display.
305 - renamed on_keyboard_command to on_user_command.
306 - changed version sos (ESC [ > c) response to be more compatible with
307 xterm.
308
3097.2 Sun Jan 22 21:58:16 CET 2006
310 - bugfix: urxvt (not urxvtd) did not correctly handle multiple
311 environments necessary, which resulted in segfaults within
312 getenv (reproducable: urxvt -fn 9x15, open a menu once,
313 ctrl-shift-672c).
314 - bugfix: the selection speedup in in 7.1 unfortunately caused
315 non-ascii characters to enlarge/move the selection.
316 - bugfix: resizing sometimes leaked lines from the secondary to
317 the primary screen.
318 - bugfix: reducing window size while large amounts of text were output
319 could lead to an assertion failure.
320 - added "tabbed" extension that provides a crude tabbed terminal.
321 - added "readline" extension that allows cursor positioning
322 via mouse clicks.
323 - now it is possible to insert the value of the CLIPBOARD selection
324 with shift - mouse button 2.
325 - fixed the automove-background extension to ignore coordinates
326 in non-synthetic events.
327 - created a separate libpty for portable and secure
328 pty/tty/utmp/wtmp/lastlog handling, and include it in rxvt-unicode.
329 - the non-terminfo visual bell now works asynchronously, so
330 continuous ASCI BELs in one terminal do no longer monopolise the
331 whole urxvt[d] process.
332 - support some *BSD makes (for the time being, gnu make is a safe bet).
333 - work around bugs in FreeBSD's gcc.
334 - implemented some *BSD fixes in configure.
335 - removed support for obsolete offix dnd protocol.
336
3377.1 Thu Jan 19 20:25:34 CET 2006
338 - setuid/setgid operation is now _encouraged_: security has been
339 improved by moving privileged operations into a separate process
340 and permanently dropping privileges within the terminal. This
341 makes it possible to remove security checks from the perl code
342 and gives a much safer feeling when urxvt needs to run with
343 special privileges.
344 - perl taint checking disabled, as urxvt no longer runs setuid/setgid
345 itself.
346 - new perl extension automove-background that can be used to get
347 the same effect as pseudo-transparency with any pixmap.
348 - new perl extension example: perl/selection-pastebin, can be used to
349 e.g. upload the selection to a webserver and generate a url, or
350 similar stuff.
351 - use the scrollback buffer even when the scroll region doesn't
352 span the whole screen, as long as it starts at row 0. Helps
353 for programs displaying a status line at the bottom.
354 - selection popup now shows selection in dec/hex/oct.
355 - perl/selection: matching on unicode characters in the selection
356 code was O(n²), which equals infinity in some degenerate cases
357 :-> Matching is now done on UTF-8, which makes it almost instant.
358 - perl/selection, perl/selection-autotransform: regexes are now
359 being interpreted in the locale urxvt was started.
360 - implemented override-redirect option and enabled it on menus,
361 as kwin puts our windows behind the terminal (what a shoddy wm).
362 - fixed struct utmp check in configure for OpenBSD.
363 - complete overhaul of the pty/utmp management stuff and configure
364 (Emanuele Giaquinta).
365 - add tsl/fsl and related capabilities to the terminfo description,
366 to set the window title.
367 - swap the environment in some more cases. This hopefully fixes
368 some segfaults that might be caused by xft asking for env variables
369 at the wrong time.
370 - removed src/strings.C and src/menubar.C. No menubar support
371 anymore.
372 - removed all traces of SMOOTH_REFRESH.
373 - nuked QNX support.
374 - made some fixes to xpm offset and scaling code.
375 - perl-overlays and refresh hooks were not applied in correct order.
376 - changed coordinate-system of view_start/nsaved to be top to bottom.
377 - iom extended to support listening for child exits.
378
3797.0 Fri Jan 13 14:02:18 CET 2006
380 - added sections for DISTRIBUTION MAINTAINERS and about
381 SETUID/SETGID to the FAQ.
382 - selection, searchable-scrollback, selection-popup and
383 option-popup extensions enabled by default.
384 - increased xft drawing speed for problematic fonts. The effect
385 will likely be small as 99% of the xft slowness is server-related.
386 - perl: much increased functionality, better overlays, popup support
387 and much much more.
15 - perl: urxvt::line now can set via ->t and ->r. 388 - perl: urxvt::line now can set via ->t and ->r.
389 - perl: changed interpretation of --perl-ext-common and -pe.
390 - perl: finally implemented --perl-eval.
391 - perl: non-blocking anyevent support.
392 - perl: run tainted and ignore perl-eval/perl-lib if started
393 setuid/setgid.
394 - free the resource database: this plugs a massive memory leak. As a
395 side effect, it also gets rid of XGetDefault calls.
396 - free one of the cursors, fixes a small memory leak.
397 - built-in (as opposed to terminfos) visual bell was broken/too fast.
398 - applied minor cleanups by Ladislav Michnovic.
399 - applied pty handling cleanups and improvements (Emanuele Giaquinta).
400 - mark-urls launch-on-click by jepler.
401 - removed "small" resource parsing function, as it wasn't really
402 compatible, and not really small either.
403 - removed PATH_ENV and PATH file search support.
404 - removed support for locale-specific app-defaults file.
405 - fixed a bug where out-of-bounds colour sequences could lead
406 to crashes.
407 - limit colour changing to the standard 88 palette instead of all
408 colours.
409 - XTerm_Color01 sequence returned wrong results in query mode.
410 - iom.C now checks against destructed io_manager when unregistering.
16 411
176.3 Wed Jan 4 22:37:10 CET 2006 4126.3 Wed Jan 4 22:37:10 CET 2006
18 - SECURITY FIX: on systems using openpty, permissions were 413 - SECURITY FIX: on systems using openpty, permissions were
19 not correctly updated on the tty device and were left as 414 not correctly updated on the tty device and were left as
20 world-readable and world-writable (likely in original rxvt, 415 world-readable and world-writable (likely in original rxvt,
577 - some doc updates (Eduard Bloch). 972 - some doc updates (Eduard Bloch).
578 - use faster inheritpixmap method when tinting color not set. 973 - use faster inheritpixmap method when tinting color not set.
579 - fix pixmap offset when tinting (reported by Eduard Bloch). 974 - fix pixmap offset when tinting (reported by Eduard Bloch).
580 - new -sh option by Mikael Magnusson. 975 - new -sh option by Mikael Magnusson.
581 - off-focus-fading (--enable-fading) support (patch by 976 - off-focus-fading (--enable-fading) support (patch by
582 Mikael Magnusson). 977 Mikael Magnusson, based on aterm code).
583 - cursor now set correctly on --disable-blank (reported by 978 - cursor now set correctly on --disable-blank (reported by
584 Mikael Magnusson). 979 Mikael Magnusson).
585 - better (and non-crashing) slipwheeling (Mikael Magnusson). 980 - better (and non-crashing) slipwheeling (Mikael Magnusson).
586 - solaris 2.8 portability changes (reported by Colin Marquardt). 981 - solaris 2.8 portability changes (reported by Colin Marquardt).
587 - disable-xim now really disables xim code. 982 - disable-xim now really disables xim code.
709 - implement continuation lines in xresource parsing when 1104 - implement continuation lines in xresource parsing when
710 --disable-xgetdefault. 1105 --disable-xgetdefault.
711 - changed locale-setting esc-sequence from code 9 to code 701. 1106 - changed locale-setting esc-sequence from code 9 to code 701.
712 also added 702 that returns the font selected for a specific 1107 also added 702 that returns the font selected for a specific
713 unicode character. 1108 unicode character.
714 - no longer set XA_CUT_BUFFER0. this is confusing and clients WILL 1109 - no longer set CUT_BUFFER0. this is confusing and clients WILL
715 get it wrong. 1110 get it wrong.
716 - don't use XTextStyle for XA_TEXT, instead use XStdICCTextStyle. 1111 - don't use XTextStyle for TEXT, instead use XStdICCTextStyle.
717 1112
7182.1 Wed Mar 3 21:48:39 CET 2004 11132.1 Wed Mar 3 21:48:39 CET 2004
719 - NOTE: the name of the binary and resources were changed in 1114 - NOTE: the name of the binary and resources were changed in
720 this version, see README.configure if you want the old 1115 this version, see README.configure if you want the old
721 settings. 1116 settings.
772 - many other minor bugfixes. 1167 - many other minor bugfixes.
773 1168
7741.8 Mon Feb 2 20:09:18 CET 2004 11691.8 Mon Feb 2 20:09:18 CET 2004
775 - almost total conversion to C++. Except for introducing 1170 - almost total conversion to C++. Except for introducing
776 new bugs, this should not change much. 1171 new bugs, this should not change much.
777 - fix and re-enable background pixmap and inherit pixmap support. 1172 - fix and re-enable background pixmap and inherit pixmap support.
778 - re-enabled multiple scrollbar support. 1173 - re-enabled multiple scrollbar support.
779 - added plain scrollbar style and restored xterm scrollbar. 1174 - added plain scrollbar style and restored xterm scrollbar.
780 - blinking and selections work slightly better now. 1175 - blinking and selections work slightly better now.
781 - fix an error condition when rxvt receives more than one screenful 1176 - fix an error condition when rxvt receives more than one screenful
782 of output. should occur with original rxvt, too, but very rarely. 1177 of output. should occur with original rxvt, too, but very rarely.
783 (I guess the code contains more surprises of this sort...) 1178 (I guess the code contains more surprises of this sort...)
784 1179

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines