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

Comparing rxvt-unicode/Changes (file contents):
Revision 1.375 by root, Wed Feb 16 22:52:34 2005 UTC vs.
Revision 1.681 by root, Wed Jul 5 22:40:06 2006 UTC

1TODO: bts show 254316 1rxvt-unicode changelog <= google-friendly title
2TODO: http://cvs.sourceforge.net/viewcvs.py/rxvt/rxvt/src/init.c?r1=1.123&r2=1.124&sortby=date 2
3 http://cvs.sourceforge.net/viewcvs.py/rxvt/rxvt/src/scrollbar.c?r1=1.44&r2=1.45&sortby=date 3TODO: xcopyarea pass broken, fix and improve
4 Pull more events to all windows so that we don't miss out in 4TODO: event mechanism that replaces on_keyboard_command with something more scalable.
5 certain occassions, SourceForge bug #954654, patch from 5TODO: slipwheeling needs a keyboard grab to get key release events.
6 Chris Schoeneman (crs23@sourceforge) 6TODO: overlays collide with the way the out-of-focus cursor is being drawn
7TODO: manpage 900mb update 7TODO: split perl documentation and urxvt.pm into separate files
8TODO: safer command: keymap processing. 8TODO: harmonize --disable-options into position-dependent options.
9TODO: "slow" rendering mode for bidi and scripts 9TODO: "slow" rendering mode for bidi and scripts, pango!
10TODO: read property sequence is broken with respect to utf-8 etc. 10TODO: read property sequence is broken with respect to utf-8 etc.
11WISH: keyboard modification via esc-sequences. 11TODO: slow drag selection on remote display - other things seem fast (rxvt illness, motion hints?)
12WISH: line-rewrapping on resize 12TODO: default selection should handle = better
13WISH: searchable backlog 13TODO: kick out xpm.C, replace by pixbuf
14WISH: meta-tagging of data by regex (my dream project) 14WISH: skipscroll option
15WISH: double-click: more intelligent (urls etc.) 15WISH: selection-color-pair instead of reverse video
16WISH: OnTheSpot editing, or maybe switch to miiiiiiif 16WISH: load system-wide config file even if we don't have one
17WISH: tabbed windows (hey, just use screen...) 17WISH: look into XAddConnectionWatch, does anybody need that?
18WISH: just for fun, do shade and tint with XRender. 18WISH: anyevent mouse notification / manage MotionMask better.
19WISH: http://www120.pair.com/mccarthy/nextstep/intro.htmld/Workspace.html is the correct nextstep look.
20DUMB: support tex fonts
19 21
22TODO: investigate -pe tabbed -g 80x25 being 23 not 24 or 25 lines
23TODO: zero scorllback buffer should free memory
24TODO: kuake
25TODO: look into the selection hilight patch
26TODO: implement smartcase-like search in searchable-scrollback
27TODO: digital clock gets nuked after searching
28TODO: investigate the color-management patch send ages ago, as well as other postings
29 - INCOMPATIBLE CHANGE: this version will always read ~/.Xdefaults, earlier
30 versions only read it if display-resources (usually from .Xresources)
31 are not set. This avoids the #1 FAQ ("why isn't my resource used") and
32 seems to be logical behaviour, too. .Xdefaults resources have a lower
33 priority than display-specific resources.
34 - use less "correct" color scaling that is compatible with libX11 and Xft
35 (avoids off-by-one colors resulting in striped backgrounds).
36 - the "depth" resource is now respected.
37 - add FORCE_UNBUFFERED_XFT define to features.h.
38 - double-buffered xft drawing did suffer from pixel offset issues
39 when pixmap transparency was enabled.
40 - moved on_osc_seq to on_osc_seq_perl and added a more
41 generic osc_seq.
42 - fix a bug causing double callback invocations when perl hooks
43 were invoked recursively.
44 - the automove-background extension now properly works when the
45 pixmap gets reset with an osc sequence (sqweek).
46 - selection-pastebin did not work properly with non-latin1-characters.
47 - apply colorUL only when the text colour is the default fg
48 (patch by Wu Fengguang).
49 - removed rxvtlib.h from the tarball, it had no reason to be there
50 (spotted by Decklin Foster).
51 - fix compiling with TRANSPARENT but !XPM_BACKGROUND, as reported
52 by omatunto_.
53 - slap in a using namespace std, might help on platforms that don't
54 follow C++ closely enough.
55 - fix mailto url regex, spotted within milliseconds by Jost Krieger.
56
577.7 Tue Feb 21 12:32:49 CET 2006
58 - use double-buffered drawing (xft fonts only). On many driver/hardware
59 combination this actually increases xft drawing speed, at the expense
60 of more network bandwidth and slight nausea on the side of the author.
61 - readline perl extension now requires shift-click instead of a normal
62 click, and eats the click.
63 - tabbed perl extension now supports -e.
64 - disabled graphics-exposures on the main drawing GC, report any
65 refresh bugs please.
66 - improve property handling for -pe tabbed: avoid unnecessary property
67 changes (for kde's benefit) at the expense of extra round-trips,
68 improve size hint setting.
69 - modified XIM according to a patch sent by Takano Akio that sets
70 the preedit rectangle for OverTheSpot, which helps some input methods
71 to correctly position their preedit window.
72 - un-optimise the line clearing on newly scrolled-in lines a bit: the
73 former reasoning was that any fg colour on default bg looks the same
74 in empty spaces, but thats not true when reversing (e.g. selection),
75 so also check for matching fg colours. This fixes the problem where
76 selecting newly scrolled-in lines would exhibit wrong colours.
77 - fix a bug in the perl interface causing focus in events to generate
78 focus out perl events, causing bad focus effects with -pe tabbed.
79 - fix a race resulting in a crash on exiting.
80 - fix a with --disable-xft that caused xfreecolors to be called on
81 colors never allocated, resulting in aborts (reported by Paco-Paco).
82 - resources on non-initial screens weren't refetched correctly
83 (reported by Paco-Paco).
84 - fix a bug in xcopyarea pass and _disable_ it, as it seems not to be
85 working in either rxvt-unicode nor in the original rxvt.
86 - removed undocumented -exec alias for the -e option.
87
887.6 Fri Feb 10 08:52:36 CET 2006
89 - changed interpretation of [alpha] colour prefix.
90 - +option now really sets the option to default, instead of using the
91 resource value.
92 - options that require an argument now really _require_ an argument.
93 - the tabbed extension now forwards focus and keys events to th
94 relevant tab window.
95 - tab colours are now configurable and have sensible defaults
96 (initial patch by hednod).
97 - option menu is extendable, readline, selection and
98 selection-autotransform can now be disabled/enabled at runtime.
99 - forcing a configure event to tabbed subwindows with -pe tabbed, for
100 the benefit of automove-background.
101 - the automove-background extension added a wrong constant offset.
102 - force refresh of XA_RESOURCE_STRING on virtual reconnect.
103 - return exit status 2 in urxvtc when urxvtd couldn't be contacted.
104 - the linux yield hack is back, now using usleep, and enabled only on
105 __linux__.
106 - further round trip eliminations in the !XFT case by remembering
107 the colour components.
108 - plain scrollbar works better with -sr.
109 - fixed half-shadow scrollbar look.
110 - more colour rtt optimisations.
111 - properly(?) free colours on window close.
112 - reorganised the FAQ into multiple sections.
113 - add ISO646.1991-IRV to the list of supported codesets.
114 - minor libptytty update.
115
1167.5 Tue Jan 31 15:15:43 CET 2006
117 - further improvements to the careful mode detection, and font width
118 detection:
119 - fully double-wide fonts will now be correctly treated,
120 - overlap detection was improved.
121 - detect totally broken fonts (usually synthesized by xft).
122 - careful mode forced refresh sometimes clashed with blinking,
123 causing unnecessary screen redraws.
124 - better handling of XFT combining characters.
125 - enable antialiasing for some replacement fonts, as they
126 might get used for other encodings which really need it, later.
127 - remove spacing=100 from all default fonts, as this creates totally
128 weird spacing (5 times normal) with xft.
129 - removed iso10646 fallback, as xorgs iso10646 encoded fonts are mostly
130 broken.
131 - removed gnu unifont fallback, all combining characters are broken.
132 - replace named colours by xorg's rgb.txt equivalents, to
133 reduce round trip time on startup, and short-cut allocation
134 of rgb:rr/gg/bb for xft.
135 - short-cut allocation of rgb values in the xlib case
136 (patch by Paco-Paco).
137 - overhauled color management: smaller codesize, alpha support.
138 - support "rgba:rrrr/gggg/bbbb/aaaa" color specifications and
139 an "[alpha]" prefix.
140 - try to work around Xft and Xrender forcing everything to be 100%
141 transparent. Long Live Xft!
142 - do not include X11/Intrinsic.h anymore, directly use
143 Xlib/Xutil/Xresource directly.
144 - try to find a nearest matching color when color allocation fails
145 on a pseudocolor screen.
146 - SYNCCVS: compared to rxvt-cvs 2006-01-28, no relevant changes.
147 - fix version report (DA) (which was unfortunately broken).
148 - changed version number report again, now to emulate xterm closer.
149 - added the OSC sequence 702 to detect the urxvt version number.
150 - small configure updates.
151 - further RTT optimisations.
152
1537.4 Sat Jan 28 15:26:27 CET 2006
154 - screen background wasn't always erased properly when scrolling,
155 - re-enabled clearing optimisation disabled in 7.4pre.
156 - small configure updates for libptytty.
157 - fixed version options: line output.
158 - removed stoopid debugging message left in the code.
159
1607.3 Wed Jan 25 22:47:35 CET 2006
161 - don't let iso14755 or mouse reporting get into the way of perl
162 (could lead to global grabs never being cleared).
163 - experimental OnTheSpot editing support (-pe xim-onthespot).
164 - moved Shift-Button2 paste combination to Meta-Button2.
165 - the cutchars resource will now be respected and used by the
166 selection extension.
167 - added the "remote-clipboard" extension which just runs external
168 commands to fetch and store the selection data.
169 - added -depth switch that tries to get a different visual depth
170 than the default (replaces the old PREFER_24_BIT logic).
171 - removed (unused) arabic presentation form composing sequences.
172 - be more strict when deciding that a core font glyph is too wide and
173 needs the careful rendering mode.
174 - allow more leeway for italic fonts when deciding that a character is
175 too wide and needs careful mode.
176 - redraw even more characters around characters using careful mode.
177 - made selection-pastebin fully asynchronous.
178 - reduced number of server turnarounds at startup by allocating
179 atoms only once per display.
180 - renamed on_keyboard_command to on_user_command.
181 - changed version sos (ESC [ > c) response to be more compatible with
182 xterm.
183
1847.2 Sun Jan 22 21:58:16 CET 2006
185 - bugfix: urxvt (not urxvtd) did not correctly handle multiple
186 environments necessary, which resulted in segfaults within
187 getenv (reproducable: urxvt -fn 9x15, open a menu once,
188 ctrl-shift-672c).
189 - bugfix: the selection speedup in in 7.1 unfortunately caused
190 non-ascii characters to enlarge/move the selection.
191 - bugfix: resizing sometimes leaked lines from the secondary to
192 the primary screen.
193 - bugfix: reducing window size while large amounts of text were output
194 could lead to an assertion failure.
195 - added "tabbed" extension that provides a crude tabbed terminal.
196 - added "readline" extension that allows cursor positioning
197 via mouse clicks.
198 - now it is possible to insert the value of the CLIPBOARD selection
199 with shift - mouse button 2.
200 - fixed the automove-background extension to ignore coordinates
201 in non-synthetic events.
202 - created a separate libpty for portable and secure
203 pty/tty/utmp/wtmp/lastlog handling, and include it in rxvt-unicode.
204 - the non-terminfo visual bell now works asynchronously, so
205 continuous ASCI BELs in one terminal do no longer monopolise the
206 whole urxvt[d] process.
207 - support some *BSD makes (for the time being, gnu make is a safe bet).
208 - work around bugs in FreeBSD's gcc.
209 - implemented some *BSD fixes in configure.
210 - removed support for obsolete offix dnd protocol.
211
2127.1 Thu Jan 19 20:25:34 CET 2006
213 - setuid/setgid operation is now _encouraged_: security has been
214 improved by moving privileged operations into a separate process
215 and permanently dropping privileges within the terminal. This
216 makes it possible to remove security checks from the perl code
217 and gives a much safer feeling when urxvt needs to run with
218 special privileges.
219 - perl taint checking disabled, as urxvt no longer runs setuid/setgid
220 itself.
221 - new perl extension automove-background that can be used to get
222 the same effect as pseudo-transparency with any pixmap.
223 - new perl extension example: perl/selection-pastebin, can be used to
224 e.g. upload the selection to a webserver and generate a url, or
225 similar stuff.
226 - use the scrollback buffer even when the scroll region doesn't
227 span the whole screen, as long as it starts at row 0. Helps
228 for programs displaying a status line at the bottom.
229 - selection popup now shows selection in dec/hex/oct.
230 - perl/selection: matching on unicode characters in the selection
231 code was O(n²), which equals infinity in some degenerate cases
232 :-> Matching is now done on UTF-8, which makes it almost instant.
233 - perl/selection, perl/selection-autotransform: regexes are now
234 being interpreted in the locale urxvt was started.
235 - implemented override-redirect option and enabled it on menus,
236 as kwin puts our windows behind the terminal (what a shoddy wm).
237 - fixed struct utmp check in configure for OpenBSD.
238 - complete overhaul of the pty/utmp management stuff and configure
239 (Emanuele Giaquinta).
240 - add tsl/fsl and related capabilities to the terminfo description,
241 to set the window title.
242 - swap the environment in some more cases. This hopefully fixes
243 some segfaults that might be caused by xft asking for env variables
244 at the wrong time.
245 - removed src/strings.C and src/menubar.C. No menubar support
246 anymore.
247 - removed all traces of SMOOTH_REFRESH.
248 - nuked QNX support.
249 - made some fixes to xpm offset and scaling code.
250 - perl-overlays and refresh hooks were not applied in correct order.
251 - changed coordinate-system of view_start/nsaved to be top to bottom.
252 - iom extended to support listening for child exits.
253
2547.0 Fri Jan 13 14:02:18 CET 2006
255 - added sections for DISTRIBUTION MAINTAINERS and about
256 SETUID/SETGID to the FAQ.
257 - selection, searchable-scrollback, selection-popup and
258 option-popup extensions enabled by default.
259 - increased xft drawing speed for problematic fonts. The effect
260 will likely be small as 99% of the xft slowness is server-related.
261 - perl: much increased functionality, better overlays, popup support
262 and much much more.
263 - perl: urxvt::line now can set via ->t and ->r.
264 - perl: changed interpretation of --perl-ext-common and -pe.
265 - perl: finally implemented --perl-eval.
266 - perl: non-blocking anyevent support.
267 - perl: run tainted and ignore perl-eval/perl-lib if started
268 setuid/setgid.
269 - free the resource database: this plugs a massive memory leak. As a
270 side effect, it also gets rid of XGetDefault calls.
271 - free one of the cursors, fixes a small memory leak.
272 - built-in (as opposed to terminfos) visual bell was broken/too fast.
273 - applied minor cleanups by Ladislav Michnovic.
274 - applied pty handling cleanups and improvements (Emanuele Giaquinta).
275 - mark-urls launch-on-click by jepler.
276 - removed "small" resource parsing function, as it wasn't really
277 compatible, and not really small either.
278 - removed PATH_ENV and PATH file search support.
279 - removed support for locale-specific app-defaults file.
280 - fixed a bug where out-of-bounds colour sequences could lead
281 to crashes.
282 - limit colour changing to the standard 88 palette instead of all
283 colours.
284 - XTerm_Color01 sequence returned wrong results in query mode.
285 - iom.C now checks against destructed io_manager when unregistering.
286
2876.3 Wed Jan 4 22:37:10 CET 2006
288 - SECURITY FIX: on systems using openpty, permissions were
289 not correctly updated on the tty device and were left as
290 world-readable and world-writable (likely in original rxvt,
291 too), and were not restored properly. Affected are only
292 systems where non-unix ptys were used (such as most BSDs, not
293 GNU/Linux). (found, patched and debugged by Ryan Beasley).
294 - meta8 support was forcefully enabled in most configurations.
295 restored configurability of this (useless) feature (reported
296 by Mikachu).
297 - optionally embed a perl interpreter, which can be used for more
298 intelligent/customized selection support, visual feedback,
299 menus, tabs etc. See the the urxvtperl manpage, the -pe option,
300 perl*-resources and keysym resources. Not everything is there yet.
301 - try to be more clever about differing font sizes and their ascent.
302 Not guarenteed to work, but works better in most cases now.
303 - fix directory permissions on install.
304 - implemented option to disable built-in line drawing characters
305 and fall back to the font ones (patch by Martin Pohlack).
306 - disabled sched_yield support: the linux version is just too useless
307 (it schedules nice'd processes before the own one for extended
308 periods). Too bad, it could reduce system time by a factor of 5 here.
309
3106.2 Mon Jan 2 16:03:01 CET 2006
311 - implemented intensityStyles option which enables/disables bold/blink
312 selecting high intensity foreground/background colours, suggested by
313 Chuck Blake.
314 - move iso14755 character feedback box out of the way if it would
315 obscure the mouse cursor position.
316 - replaced callback.h by a fixed version from gvpe that correctly
317 returns the callback result (affects new -pty-fd semantics in urxvtc
318 on a few architectures). Reported by darix.
319 - include one trailing space in rectangular selections to indicate
320 the inserted newline (yeah, weird, but visually more pleasing).
321 - try to use sched_yield to (drastically) improve terminal data
322 transfer efficiency.
323 - further minor cleanups.
324
3256.1 Tue Dec 27 13:23:40 CET 2005
326 - update iso8859-7 table (euro and drachma round-trip et al.).
327 - fix a crash when the selection scrolls out of the scrollback
328 while the user still drags.
329 - selections that were partially scrolled out of the window were
330 not drawn correctly.
331 - lines newly scrolled in were not initialized properly, leading
332 to extremely long lines and (hopefully) some segfaults.
333 - iso14755 overlay position was wrong.
334 - iso14755 overlay now displays rendition info, too.
335 - use unicode white space class instead of hardcoded values for
336 stripping whitespace.
337 - do whitespace stripping on rectangular selections.
338 - slight cleanups in src/features.h.
339
3406.0 Sat Dec 24 13:58:56 CET 2005
341 - make it compile without SMART_RESIZE again.
342 - enable slow link support by default.
343 - fix relative cursor-positioning not respecting scrolling regions
344 (also a bug in original rxvt).
345 - initialize termios structure to zero when fetching it fails
346 (see http://www.freebsd.org/cgi/query-pr.cgi?pr=84647 for a
347 partial patch).
348 - bump max columns/rows to 10000 each.
349 - bump max savelines to 10000000.
350 - -pty-fd now passes the urxvtc fd to the urxvtd process.
351 - avoid linking against -lnsl/-lsocket/-lxpg4 unless neccessary.
352 - major code cleanup (still not complete, though).
353 - implement -hold option.
354 - _major_ rewrite of internal buffer handling:
355 - re-flow on resize, lines get wrapped instead of winged.
356 - circular line buffer (substantially speeds up scrolling).
357 - slightly less code + data memory usage per terminal.
358 - slight overall speed improvements.
359 - considerably improved code clarity.
360 - partial-screen scrolls no longer end up in the scrollback
361 buffer.
362
3635.9 Sat Dec 17 21:53:17 CET 2005
364 - fix a bug in the menu code of unknown impact, found by darix.
365 - clean up signal handling to be global, not per terminal
366 (matters only for rxvtd).
367 - fix small typoe in rxvt.1 (found by Mike Fabian).
368 - don't crash when broken xft/fontconfig/freetype versions return
369 bogus data, ignore the xft font instead (experienced on suse).
370
3715.8 Tue Oct 25 22:21:45 CEST 2005
372 - INCOMPATIBLE CHANGE: many configure options are now on by default.
373 If you want the old behaviour, try:
374 configure --disable-everything <your enable options>
375 - INCOMPATIBLE CHANGE: -fade changed it's meaning to comply with
376 the documentation and common sense: when upgrading, replace your
377 percentage by 100-percentage.
378 - integrated "fade to specific colour" patch by Martin Parm.
379 - slow down the internal visual bell (delay by 20ms) and update
380 the terminfo flash code to use the same delay. This is
381 synchronous, so many bells might inhibit screen updates in other
382 windows.
383 - text with background==foreground colour gets displayed with default
384 bg/fg now when in reverse video, so it can be seen when selecting.
385 - allow koi8r* as x11 encoding name for koi8r (Nikita Danilov).
386 - removed undocumented inheritPixmapforce option.
387 - replaced INSTALL file.
388
3895.7 Wed Jul 13 04:46:33 CEST 2005
390 - implement some useful (hopefully) options for rxvtd.
391 - separate and improved rxvtc(1) and rxvtd(1) manpages.
392 - fix a bug that caused segfaults on startup on systems that do
393 not support local unix connections, e.g cygwin. (btw, I didn't
394 even know about the -rootless and -multiwindow Cygwin/X modes).
395 - large amounts of text without control sequences or newlines
396 could almost freeze output. This has been fixed by adding extra
397 refreshes in these cases (also a problem in original rxvt).
398
3995.6 Sun Jun 26 22:11:13 CEST 2005
400 - R_SB_RXVT bitset value was 0, so rxvt scrollbar was initialised
401 every time resulting in display errors (original rxvt also affected).
402 Reported by Jasmin Buchert.
403 - font names are now considered to be utf-8 encoded (xft apperently
404 uses this convention. X Core fonts might not, but it should be rare).
405 Affects display in iso14755 box.
406 - rewrote the low-level xft drawing function ("xft backend" for the
407 hipper parts of the world) to hopefully cope better with proportional
408 chars mixed with fixed-width ones.
409 - rxvt is now much more careful (read: slower) with potentially
410 overlapping xft characters. It usually overshoots and redraws
411 more than required, but that's better than undershooting and
412 cutting pieces off of characters.
413 - rxvt is now more restrictive in what font heights it accepts for
414 fonts that will likely overshoot or undershoot lines.
415 - fix a cosmetic problem with the unfocused cursor on a wide character
416 at the end of the line (reported by Mikachu).
417 - wide characters not fitting into the end of the line will be
418 output in the next line (reported by Mikachu).
419 - added doc/solaris9.patch by Ewgenij Starostin.
420
4215.5 Sat Apr 23 22:31:36 CEST 2005
422 - re-enabled modifer state matching as in 5.3, but implement
423 a new builtin: keysym style that simply reverts to the built-in
424 meaning of the given key.
425 - use scrollcolor for next scrollbar instead of hardcoded antiquewhite
426 (patch by Martin Edlman).
427
4285.4 Mon Apr 18 00:33:31 CEST 2005
429 - match modifier state exactly in custom keyboard code.
430 this is necessary because it has no knowledge about
431 built-in mappings and so will overwrite them. the priority-code
432 will be re-enabled when this has changed, so watch out.
433 - cursor blinking now depends on frills.
434 - underline cursor mode (frills, -uc).
435 - implement special value (*g*) for pointerBlankDelay
436 to disable it.
437
4385.3 Sun Mar 13 00:20:44 CET 2005
439 - fix a bug that allowed to overflow a buffer via a long
440 escape sequence, which is probably exploitable (fix by
441 Rob Holland / Yoann Vandoorselaere / Gentoo Audit Team).
442 - Custom key mappings no longer confuse mouse buttons
443 with modifiers.
444 - use XmbSetWMProperties instead of XSetWMProperties.
445 - properly update WM_LOCALE.
446 - implement _NET_WM_PING protocol.
447 - implemented escape sequences to move the scrollback buffer view
448 and clear the scrollback buffer.
449
4505.2 Sun Feb 20 01:48:59 CET 2005
451 - new option -pty-fd that makes the terminal a slave
452 that uses an existing pty for I/O instead of starting
453 a command.
454 - implement enough of XEMBED to allow for correct focus.
455 - added doc/embed-tk, an embedding example in Perl/Tk,
456 and doc/rxvt-tabbed, a primitive tabbed shell implemented
457 in Perl/Gtk2.
458 - fix assertion failure ("crash") on mousewheel-scrolling
459 when the terminal height is small, by removing the assert.
460 (reported by Mikael Magnusson).
461 - SYNCCVS. backported bugfixes done to rxvt
462 (sourceforge bugs #1028739, #1028732), except for
463 pts/%s fix as it seems to collide with freebsd,
464 and sourceforge bug #954654, which is not neccessary.
465 - change terminfo file to not clobber G1 when using
466 line-drawing characters, as this seems to mess
467 with EUC-JP (it will clobber G0, but G0 practically
468 needs to be US-ASCII all the time).
469 - toggle default application keypad/cursor mode to help
470 some apps who fail to set the correct mode.
471 - check for WM_PROTOCOLS type in ClientMessage as to
472 not destroy the window for other types of messages.
20 - remove shared library (or any library) support - it is 473 - remove shared library (or any library) support - it is
21 of no use currently (and -embed is a better way to embed 474 of no use currently (and -embed is a better way to embed
22 rxvt-unicode). 475 rxvt-unicode).
23 - get rid of the intpro files. 476 - get rid of the intpro files.
24 - SYNCCVS. backported bugfixes done to rxvt
25 (sourceforge bugs #1028739, #1028732), except for
26 pts/%s fix as it seems to collide with freebsd,
27 and sourceforge bug #954654, which is unreproducible.
28 477
295.1 Tue Feb 15 17:13:27 CET 2005 4785.1 Tue Feb 15 17:13:27 CET 2005
30 - fix a bug when parsing fontnames and another one 479 - fix a bug when parsing fontnames and another one
31 for empty keymaps which could result in crashes 480 for empty keymaps which could result in crashes
32 (Kuang-che Wu). 481 (Kuang-che Wu).
33 - new option: -embed (frills). somebody could write a simple 482 - new option: -embed (frills). somebody could write a simple
34 tk script to make a tab'able terminal now... 483 tk script to make a tab'able terminal now...
35 - only warn on X errors and _try_ to continue (frills). 484 - only warn on X errors and _try_ to continue (frills).
36 - add COPYING back, which got lost somehow. 485 - add COPYING back, which got lost somehow.
37 - after deciding that LSM is dead, remove all traces of it, 486 - after deciding that LSM is dead, remove all traces of it,
38 along with other, similar, cleanups. 487 along with other, similar, cleanups.
39 - _try_ to react sensibly to some non-monotonic time changes. 488 - _try_ to react sensibly to some non-monotonic time changes.
40 - don't crash in urxvtc when getcwd fails (reported by Paco-Paco). 489 - don't crash in urxvtc when getcwd fails (reported by Paco-Paco).
41 - tweak font searching algorithm a bit to be faster and more 490 - tweak font searching algorithm a bit to be faster and more
42 compatible with older rxvt-unicode versions when multiple fonts 491 compatible with older rxvt-unicode versions when multiple fonts
43 match (reported by Paco-Paco). 492 match (reported by Paco-Paco).
44 - urxvtd tries to stay in "/" whenever possible. 493 - urxvtd tries to stay in "/" whenever possible.
45 494
465.0 Fri Feb 11 18:31:48 CET 2005 4955.0 Fri Feb 11 18:31:48 CET 2005
47 - document a race-free hack to start urxvtd. 496 - document a race-free hack to start urxvtd.
48 - document all(?) environment variables used and set by rxvt. 497 - document all(?) environment variables used and set by rxvt.
49 - bring xgetdefault-style resource file ordering more in line with 498 - bring xgetdefault-style resource file ordering more in line with
50 Xt, and document it in rxvt(1). 499 Xt, and document it in rxvt(1).
51 - correctly use screen-dependent resources when --enable-xgetdefault, 500 - correctly use screen-dependent resources when --enable-xgetdefault,
52 and also fix some memory bugs (thanks to Thierry Reding for 501 and also fix some memory bugs (thanks to Thierry Reding for
53 his patience and time in tracking this down). 502 his patience and time in tracking this down).
54 - bring own resource parsing more in line with X resource parsing, 503 - bring own resource parsing more in line with X resource parsing,
55 most notably, don't remove double quotes. 504 most notably, don't remove double quotes.
56 - compile fix for freebsd (no ut_id) (Thierry Thomas). 505 - compile fix for freebsd (no ut_id) (Thierry Thomas).
57 - clean up utmp and pty on X I/O errors and signals (idea 506 - clean up utmp and pty on X I/O errors and signals (idea
58 by Joël Riou). 507 by Joël Riou).
59 - "un"document -xrm, it never really worked, was only 508 - "un"document -xrm, it never really worked, was only
60 available with --enable-xgetdefault, is not necessary 509 available with --enable-xgetdefault, is not necessary
61 and is surprisingly hard to implement. 510 and is surprisingly hard to implement.
62 - shaved off some code segment size. 511 - shaved off some code segment size.
63 - various code cleanups. 512 - various code cleanups.
64 - more keysym-mapping fixes. 513 - more keysym-mapping fixes.
65 514
664.9 Thu Feb 3 09:52:03 CET 2005 5154.9 Thu Feb 3 09:52:03 CET 2005
67 - nuke out utmp entries completely. Should be fixed in 516 - nuke out utmp entries completely. Should be fixed in
68 original rxvt, too. (reported by James Michael Fultz). 517 original rxvt, too. (reported by James Michael Fultz).
69 - resizes wil now correctly refresh the displayed text when 518 - resizes wil now correctly refresh the displayed text when
70 -pixmap is active. 519 -pixmap is active.
71 - new option/resource imFont. 520 - new option/resource imFont.
72 - document --tripleclickwords/-tcw. 521 - document --tripleclickwords/-tcw.
73 - select logical instead of physical lines when doing a triple-click. 522 - select logical instead of physical lines when doing a triple-click.
74 - reordered help listing to group similar options together. 523 - reordered help listing to group similar options together.
75 - handle SIGINT the same way as SIGTERM (reported by Joël Riou). 524 - handle SIGINT the same way as SIGTERM (reported by Joël Riou).
76 - fix a bug introduced while applying the keyboard patch 525 - fix a bug introduced while applying the keyboard patch
77 (WU Fengguang). 526 (WU Fengguang).
78 - document all window-op sequences (rxvt.7.) and more keysym 527 - document all window-op sequences (rxvt.7.) and more keysym
79 examples (rxvt.1). 528 examples (rxvt.1).
80 - removed src/test completely. 529 - removed src/test completely.
81 - renamed keysym 'proto:'-prefix to 'command:'. 530 - renamed keysym 'proto:'-prefix to 'command:'.
82 531
834.8 Tue Jan 18 02:23:57 CET 2005 5324.8 Tue Jan 18 02:23:57 CET 2005
84 - added a patch by WU Fengguang that makes the keyboard 533 - added a patch by WU Fengguang that makes the keyboard
85 highly configurable (e.g. locale changes, custom escape 534 highly configurable (e.g. locale changes, custom escape
86 sequences, and more). See keysym resource in rxvt(1). 535 sequences, and more). See keysym resource in rxvt(1).
87 - remove default key sequence for unknown keys again, as this 536 - remove default key sequence for unknown keys again, as this
88 can be achieved by customizing the keyboard now. 537 can be achieved by customizing the keyboard now.
89 - fix some freeing problems when destroying the rxvt_display, 538 - fix some freeing problems when destroying the rxvt_display,
90 resulting in segfaults. 539 resulting in segfaults.
91 - don't crash when the saved cursor position doesn't fit on the 540 - don't crash when the saved cursor position doesn't fit on the
92 screen (wrong assert in original rxvt, reported by ikaro). 541 screen (wrong assert in original rxvt, reported by ikaro).
93 - fix signed/unsigned bugs on wc<->mb conversions. 542 - fix signed/unsigned bugs on wc<->mb conversions.
94 - reset slipwheel scrolling speed when reaching the top or bottom 543 - reset slipwheel scrolling speed when reaching the top or bottom
95 (Mikael Magnusson). 544 (Mikael Magnusson).
96 - for core fonts, use ascent + descent when a font is loaded, 545 - for core fonts, use ascent + descent when a font is loaded,
97 and PIXEL_SIZE when not. when loading a font, iterate until a 546 and PIXEL_SIZE when not. when loading a font, iterate until a
98 font has been found that _really_ fits the height (reported and 547 font has been found that _really_ fits the height (reported and
99 tested by Olivier Wittenberg). 548 tested by Olivier Wittenberg).
100 - set IUTF8 input flag, when defined (linux-2.6.5+). 549 - set IUTF8 input flag, when defined (linux-2.6.5+).
101 - only define _XOPEN_SOURCE on solaris. 550 - only define _XOPEN_SOURCE on solaris.
102 - autogenerate src/* dependency list. 551 - autogenerate src/* dependency list.
103 - fixed linespace option, which ought to work now (and is dependent 552 - fixed linespace option, which ought to work now (and is dependent
104 on frills, not on it's own configure option). 553 on frills, not on it's own configure option).
105 - include pty.h, if available (cygwin). 554 - include pty.h, if available (cygwin).
106 - removed W11 directory from dist, it wasn't used anyway. 555 - removed W11 directory from dist, it wasn't used anyway.
107 - initialize the locale much earlier. 556 - initialize the locale much earlier.
108 - fixed two tiny per-instance memory leaks. 557 - fixed two tiny per-instance memory leaks.
109 558
1104.7 Wed Dec 29 20:54:24 CET 2004 5594.7 Wed Dec 29 20:54:24 CET 2004
111 - fix a bug in the event logic that could cause the temrinal to be 560 - fix a bug in the event logic that could cause the temrinal to be
112 black on initial startup. 561 black on initial startup.
113 - do NOT call XCloseIM, ever. This causes way to many crashes due to 562 - do NOT call XCloseIM, ever. This causes way to many crashes due to
114 races in the protocol and within Xlib. 563 races in the protocol and within Xlib.
115 - map iso-left-tab to the same sequence as shift-tab. 564 - map iso-left-tab to the same sequence as shift-tab.
116 - generate a unique escape sequence for many unknown keys, such as 565 - generate a unique escape sequence for many unknown keys, such as
117 additional multimedia keys. 566 additional multimedia keys.
118 - mask out high (non-unicode) bits on wide characters, to cope with 567 - mask out high (non-unicode) bits on wide characters, to cope with
119 implementations that store tag info in the high bits. 568 implementations that store tag info in the high bits.
120 569
1214.6 Thu Dec 16 07:54:23 CET 2004 5704.6 Thu Dec 16 07:54:23 CET 2004
122 - try very hard not to exhaust the kernel tty buffers, even 571 - try very hard not to exhaust the kernel tty buffers, even
123 if it slows down large pastes and is only cosmetic. 572 if it slows down large pastes and is only cosmetic.
124 - streamline atom and xft color allocation to reduce startup 573 - streamline atom and xft color allocation to reduce startup
125 time (12.8s -> 7.8s on my dsl). Still, doing it with only 2-3 574 time (12.8s -> 7.8s on my dsl). Still, doing it with only 2-3
126 turnarounds would be much faster, but impossible to implement(?). 575 turnarounds would be much faster, but impossible to implement(?).
127 - implement underlineColor resource when ENABLE_FRILLS. 576 - implement underlineColor resource when ENABLE_FRILLS.
128 - iom left it's signal pipe handle open in the child 577 - iom left it's signal pipe handle open in the child
129 process. Fortunately not security-relevant as the pipe data gets 578 process. Fortunately not security-relevant as the pipe data gets
130 ignored. 579 ignored.
131 - do not use XSETROOTPMAP_ID anymore, support ESETROOT_PMAP_ID 580 - do not use XSETROOTPMAP_ID anymore, support ESETROOT_PMAP_ID
132 instead. 581 instead.
133 - fix a crash in rxvtd when the last window was being closed 582 - fix a crash in rxvtd when the last window was being closed
134 (reported by hednod). 583 (reported by hednod).
135 - fix an unlikely memory leak. 584 - fix an unlikely memory leak.
136 - fix atom name enumeration. 585 - fix atom name enumeration.
137 586
1384.5 Mon Dec 13 07:47:16 CET 2004 5874.5 Mon Dec 13 07:47:16 CET 2004
139 - fix an extremely nasty bug in utf8-conversion. upgrade is advised. 588 - fix an extremely nasty bug in utf8-conversion. upgrade is advised.
140 - completely re-wrote selection pasting. This should fix garbled 589 - completely re-wrote selection pasting. This should fix garbled
141 incomplete characters at 32k boundaries and too-short INCR 590 incomplete characters at 32k boundaries and too-short INCR
142 selections, and more. Increases memory requirements considerably 591 selections, and more. Increases memory requirements considerably
143 for large selections, but that seems unavoidable. 592 for large selections, but that seems unavoidable.
144 593
1454.4 Sun Dec 12 22:10:06 CET 2004 5944.4 Sun Dec 12 22:10:06 CET 2004
146 - rewrote handling of default-char width. 595 - rewrote handling of default-char width.
147 - implement _NET_WM_NAME et al., and also use UTF8_STRING 596 - implement _NET_WM_NAME et al., and also use UTF8_STRING
148 for the xterm property esc. sequence. Allows i18n window 597 for the xterm property esc. sequence. Allows i18n window
149 titles etc. 598 titles etc.
150 - SMART_WINDOW_TITLE removed, pls. complain if you need this. 599 - SMART_WINDOW_TITLE removed, pls. complain if you need this.
151 - added GBK encoding (formidable patch by WU Fengguang). 600 - added GBK encoding (formidable patch by WU Fengguang).
152 - fixed a bug in the transparency code. 601 - fixed a bug in the transparency code.
153 - upgraded iom.[Ch]. 602 - upgraded iom.[Ch].
154 - force slower (but more responsive) transparency update. 603 - force slower (but more responsive) transparency update.
155 - fix off-by-one bug with wide characters at the end of a line, 604 - fix off-by-one bug with wide characters at the end of a line,
156 which got partially overwritten by spaces. 605 which got partially overwritten by spaces.
157 - as xlib is completely broken with respect to utf-8 handling 606 - as xlib is completely broken with respect to utf-8 handling
158 and nobody is going to fix it, that part has been re-implemented. 607 and nobody is going to fix it, that part has been re-implemented.
159 should fix most paste problems between apps that use UTF8 encoding 608 should fix most paste problems between apps that use UTF8 encoding
160 and rxvt running in a lesser-supported locale (thanks to Robin Redeker 609 and rxvt running in a lesser-supported locale (thanks to Robin Redeker
161 for writing utf8towcs). Only enabled with ENABLE_FRILLS. 610 for writing utf8towcs). Only enabled with ENABLE_FRILLS.
162 - darwin compile fix by Ethan Blanton. 611 - darwin compile fix by Ethan Blanton.
163 - fix the colour of the underline, which was rather random before. 612 - fix the colour of the underline, which was rather random before.
164 613
1654.3 Sat Dec 4 04:58:37 CET 2004 6144.3 Sat Dec 4 04:58:37 CET 2004
166 - unapply the "emulated graphical chars. respect wcwidth" patch. 615 - unapply the "emulated graphical chars. respect wcwidth" patch.
167 obviously in locales not having these characters they should 616 obviously in locales not having these characters they should
168 still have a width. Solve it correctly by not relying on wcwidth. 617 still have a width. Solve it correctly by not relying on wcwidth.
169 Note to self: do not ever apply patches without checking them 618 Note to self: do not ever apply patches without checking them
170 thoroughly. 619 thoroughly.
171 - updated .spec file, it's included in the release tarball 620 - updated .spec file, it's included in the release tarball
172 now, too. 621 now, too.
173 622
1744.2 Wed Dec 1 03:30:22 CET 2004 6234.2 Wed Dec 1 03:30:22 CET 2004
175 - make emulated graphical characters respect wcwidth (Kuang-che Wu). 624 - make emulated graphical characters respect wcwidth (Kuang-che Wu).
176 - remove debugging code that caused major slowdowns 625 - remove debugging code that caused major slowdowns
177 on high-latency networks. 626 on high-latency networks.
178 - wide characters shift the correct number of characters 627 - wide characters shift the correct number of characters
179 in insert mode now. Reported by Gunnar Ritter. 628 in insert mode now. Reported by Gunnar Ritter.
180 - doc/rxvt-unicode.spec file contributed by Ville Herva. 629 - doc/rxvt-unicode.spec file contributed by Ville Herva.
181 - make storage of tab movements as characters optional 630 - make storage of tab movements as characters optional
182 on the -ptab option and pastableTabs: resource. On request 631 on the -ptab option and pastableTabs: resource. On request
183 by Gunnar Ritter. 632 by Gunnar Ritter.
184 - fix a bug where :size= argument for xft fonts was ignored 633 - fix a bug where :size= argument for xft fonts was ignored
185 or used incorrectly. Reported by Ville Herva. 634 or used incorrectly. Reported by Ville Herva.
186 635
1874.1 Sun Nov 21 21:10:19 CET 2004 6364.1 Sun Nov 21 21:10:19 CET 2004
188 - save and restore cursor position in secondary screen regardless of 637 - save and restore cursor position in secondary screen regardless of
189 -ssc/-ssr settings. 638 -ssc/-ssr settings.
190 - fix some 64-bit bugs that lead to crashes with certain other 639 - fix some 64-bit bugs that lead to crashes with certain other
191 programs like vncviewer (original rxvt also affected). 640 programs like vncviewer (original rxvt also affected).
192 - added doc/podtbl to the dist tarball. 641 - added doc/podtbl to the dist tarball.
193 - add compile fix for darwin. 642 - add compile fix for darwin.
194 - configure fix for transparency without tinting. 643 - configure fix for transparency without tinting.
195 - changed CN to ZH _really_ everywhere. 644 - changed CN to ZH _really_ everywhere.
196 - upgraded iom.[Ch]. 645 - upgraded iom.[Ch].
197 646
1984.0 Mon Sep 13 01:10:26 CEST 2004 6474.0 Mon Sep 13 01:10:26 CEST 2004
199 - turn off autohinting for some badly-hinted fallback fonts. 648 - turn off autohinting for some badly-hinted fallback fonts.
200 - mnaapge tpyo crorcetoins by Bastian Kleineidam. 649 - mnaapge tpyo crorcetoins by Bastian Kleineidam.
201 - implemented rectangular selections (button+meta), experimental. 650 - implemented rectangular selections (button+meta), experimental.
202 - implement race-free signal handling in iom.C. 651 - implement race-free signal handling in iom.C.
203 - use iom.C signal handling to avoid races in signal handling. 652 - use iom.C signal handling to avoid races in signal handling.
204 - use default action on SIGINT and SIGQUIT, instead of terminating. 653 - use default action on SIGINT and SIGQUIT, instead of terminating.
205 - "the return of the 100 times per second refresh bug". 654 - "the return of the 100 times per second refresh bug".
206 ... terminated by a fix. 655 ... terminated by a fix.
207 - new supported preeeditType "None". 656 - new supported preeeditType "None".
208 - added FAQ about possible compose key problems. 657 - added FAQ about possible compose key problems.
209 - changed CN to ZH everywhere (sorry for the confusion). 658 - changed CN to ZH everywhere (sorry for the confusion).
210 - move XFilterEvent up, as some input method seem to want events 659 - move XFilterEvent up, as some input method seem to want events
211 for windows not requesting XIM. Please report if this change 660 for windows not requesting XIM. Please report if this change
212 causes any harm (specially with pointerblanking) 661 causes any harm (specially with pointerblanking)
213 (patch by Kuang-che Wu). 662 (patch by Kuang-che Wu).
214 - send the input method spot position on every refresh, not just 663 - send the input method spot position on every refresh, not just
215 when rxvt thinks it should (which was not often enough...). 664 when rxvt thinks it should (which was not often enough...).
216 - fix double-wide combining characters (it might look a bit ugly, 665 - fix double-wide combining characters (it might look a bit ugly,
217 though, but common cases are handled by normalization anyways). 666 though, but common cases are handled by normalization anyways).
218 - moved FAQ to rxvt(7), also made a copy into README.FAQ. 667 - moved FAQ to rxvt(7), also made a copy into README.FAQ.
219 - fix a bug(?) in the XIM destroy callback. 668 - fix a bug(?) in the XIM destroy callback.
220 - be more conservative when trying to register new input methods, 669 - be more conservative when trying to register new input methods,
221 as Xlib races might make rxvt crash. When two or more 670 as Xlib races might make rxvt crash. When two or more
222 input methods are active, killing one probably still crashes rxvt 671 input methods are active, killing one probably still crashes rxvt
223 due to that bug :( Thanks a lot to Kuang-che Wu for immense help 672 due to that bug :( Thanks a lot to Kuang-che Wu for immense help
224 in tracking this down. 673 in tracking this down.
225 - manpages (but not .txt and .html versions) will be patched (during 674 - manpages (but not .txt and .html versions) will be patched (during
226 make install) with the correct program name and other info. 675 make install) with the correct program name and other info.
227 676
2283.9 Wed Aug 25 19:24:04 CEST 2004 6773.9 Wed Aug 25 19:24:04 CEST 2004
229 - the change to unsigned int from unsigned short broke 678 - the change to unsigned int from unsigned short broke
230 many signed comparisons, resulting in failed assertions. 679 many signed comparisons, resulting in failed assertions.
231 680
2323.8 Wed Aug 25 05:46:56 CEST 2004 6813.8 Wed Aug 25 05:46:56 CEST 2004
233 - WARNING: TERM=rxvt-unicode is now *default* unless compiled 682 - WARNING: TERM=rxvt-unicode is now *default* unless compiled
234 differently. A terminfo entry will automatically be compiled and 683 differently. A terminfo entry will automatically be compiled and
235 installed if tic is available. 684 installed if tic is available.
236 - fixed some --disable switches that didn't work. 685 - fixed some --disable switches that didn't work.
237 - tweaked src/features.h a bit. 686 - tweaked src/features.h a bit.
238 - removed README.unicode. 687 - removed README.unicode.
239 - support select&paste of tab characters. 688 - support select&paste of tab characters.
240 - fixed a segfault when trying to load nonexistant fonts (reported 689 - fixed a segfault when trying to load nonexistant fonts (reported
241 by Eduard Bloch and Mikael Magnusson). 690 by Eduard Bloch and Mikael Magnusson).
242 - fixed a long-standing rxvt bug in which rxvt failed to save 691 - fixed a long-standing rxvt bug in which rxvt failed to save
243 and restore the correct cursor position on the secondary screen. 692 and restore the correct cursor position on the secondary screen.
244 - reworked rxvt-unicode terminfo to allow more efficient and less flickering 693 - reworked rxvt-unicode terminfo to allow more efficient and less flickering
245 screen updates with curses. 694 screen updates with curses.
246 - wide characters that are being halfway overwritten are now replaced 695 - wide characters that are being halfway overwritten are now replaced
247 by spaces. 696 by spaces.
248 - urxvtc now transmits urxvt as default name, not urxvtc anymore 697 - urxvtc now transmits urxvt as default name, not urxvtc anymore
249 (likewise for other names chosen at configure time). 698 (likewise for other names chosen at configure time).
250 - disabled the automatic font lookup for unknown characters. xft 699 - disabled the automatic font lookup for unknown characters. xft
251 is just too slow for this to work. 700 is just too slow for this to work.
252 - changed realbold code, implemented _real_ bold and italic support, 701 - changed realbold code, implemented _real_ bold and italic support,
253 where _real_ means the symbiosis of what I want with what I can 702 where _real_ means the symbiosis of what I want with what I can
254 implement. use --enable-styles. 703 implement. use --enable-styles.
255 - removed 256 color mode, but enable 88 colours in all modes 704 - removed 256 color mode, but enable 88 colours in all modes
256 (88 to be compatible with 88 colour xterm which is widely 705 (88 to be compatible with 88 colour xterm which is widely
257 supported, and most programs assume a non-iso colourtable 706 supported, and most programs assume a non-iso colourtable
258 for terminals with "odd" number of colours). 707 for terminals with "odd" number of colours).
259 - added doc/etc/rxvt-unicode.terminfo which is a big overhaul 708 - added doc/etc/rxvt-unicode.terminfo which is a big overhaul
260 compared to the old rxvt terminfo. 709 compared to the old rxvt terminfo.
261 - sped up xft rendering by 30% *iff* the font allows it (i.e. is 710 - sped up xft rendering by 30% *iff* the font allows it (i.e. is
262 monospaced "enough") *and* matches the base font in width. 711 monospaced "enough") *and* matches the base font in width.
263 - implement positive and negative character-font caching, which 712 - implement positive and negative character-font caching, which
264 speeds up output immensely in case a character cannot be found 713 speeds up output immensely in case a character cannot be found
265 (only for non-bold right now). 714 (only for non-bold right now).
266 - fix segfault in fading code on certain escape sequences. 715 - fix segfault in fading code on certain escape sequences.
267 - better default font size and style. 716 - better default font size and style.
268 - rxvt-unicode is now much more picky about fonts not fitting 717 - rxvt-unicode is now much more picky about fonts not fitting
269 into the base font, but to offset this it will check each 718 into the base font, but to offset this it will check each
270 single character against the base font extents and will only 719 single character against the base font extents and will only
271 use the characters fitting into the bounding box (+ some fudge). 720 use the characters fitting into the bounding box (+ some fudge).
272 - characters not fitting into the base boundary box will now often 721 - characters not fitting into the base boundary box will now often
273 be used anyways, but the following characters will be redrawn 722 be used anyways, but the following characters will be redrawn
274 more often to avoid pixel-droppings. This is like the original 723 more often to avoid pixel-droppings. This is like the original
275 rxvt pixel-dropping pass but it's much faster. 724 rxvt pixel-dropping pass but it's much faster.
276 - scrollColor now affects plain scrollbar (Mikael Magnusson). 725 - scrollColor now affects plain scrollbar (Mikael Magnusson).
277 - fixed segfault in overlay code when height was larger than the 726 - fixed segfault in overlay code when height was larger than the
278 screen height. 727 screen height.
279 - cursor no longer shines "through" the overlay. 728 - cursor no longer shines "through" the overlay.
280 - 7-bit ST marker detection was broken. 729 - 7-bit ST marker detection was broken.
281 - scrollbar didn't come back sometimes when switching it 730 - scrollbar didn't come back sometimes when switching it
282 off/on using escape sequences (Mikael Magnusson). 731 off/on using escape sequences (Mikael Magnusson).
283 - fix lots of colour problems with focus fading. 732 - fix lots of colour problems with focus fading.
284 - $COLORFGBG was not set as documented. 733 - $COLORFGBG was not set as documented.
285 - fix iso 14755 5.1 support when --enable-frills but --disable-iso14755. 734 - fix iso 14755 5.1 support when --enable-frills but --disable-iso14755.
286 - removed OSC 702. 735 - removed OSC 702.
287 - disabled MOUSE_REPORT_DOUBLECLICK by default, as programs seem to be 736 - disabled MOUSE_REPORT_DOUBLECLICK by default, as programs seem to be
288 confused by it rather than using it. 737 confused by it rather than using it.
289 738
2903.7 Tue Aug 17 04:22:25 CEST 2004 7393.7 Tue Aug 17 04:22:25 CEST 2004
291 - new configure option --enable-iso14755. 740 - new configure option --enable-iso14755.
292 - full iso 14755 conformance (at least I claim so :). 741 - full iso 14755 conformance (at least I claim so :).
293 - extended the FAQ section in the manpage. 742 - extended the FAQ section in the manpage.
294 - fix OverTheSpot and OffTheSpot editing, which was broken since ages, 743 - fix OverTheSpot and OffTheSpot editing, which was broken since ages,
295 due to no fontset being available. The fontset used is a very rough 744 due to no fontset being available. The fontset used is a very rough
296 approximation to the rxvt font, though. This fixes the 745 approximation to the rxvt font, though. This fixes the
297 "cannot create input context" in most cases. 746 "cannot create input context" in most cases.
298 - fix coordinates used for Over && OffTheSpot editing to fit directly 747 - fix coordinates used for Over && OffTheSpot editing to fit directly
299 at the cursor (Over) or into the top line (Off). 748 at the cursor (Over) or into the top line (Off).
300 - reset SIGHUP and SIGPIPE handlers to default values (they were 749 - reset SIGHUP and SIGPIPE handlers to default values (they were
301 previously being ignored, causing programs not to exit on windoe 750 previously being ignored, causing programs not to exit on windoe
302 close). 751 close).
303 - implemented simple overlays for feedback messages. believe it or 752 - implemented simple overlays for feedback messages. believe it or
304 not, this was a major blocker in implementign tabbed termianls. 753 not, this was a major blocker in implementing tabbed terminals.
305 - fix compiling with --disable-frills (Adam Sampson). 754 - fix compiling with --disable-frills (Adam Sampson).
306 - clarify bold docs in README.unicode (Adam Sampson). 755 - clarify bold docs in README.unicode (Adam Sampson).
307 - fix crash on window close when the input method or context 756 - fix crash on window close when the input method or context
308 could not be created. 757 could not be created.
309 - add work around for badly written programs (see debian bug 758 - add work around for badly written programs (see debian bug
310 #202497). This is _not_ a bug in rxvt but rather a race 759 #202497). This is _not_ a bug in rxvt but rather a race
311 condition in other programs (e.g. jed). It works by forcefully 760 condition in other programs (e.g. jed). It works by forcefully
312 sending SIGWINCH when rxvt sees the first output from the 761 sending SIGWINCH when rxvt sees the first output from the
313 command. This workaround isn't perfect (a slight cost to 762 command. This workaround isn't perfect (a slight cost to
314 wellbehaving programs who need to resize twice), but it usually 763 wellbehaving programs who need to resize twice), but it usually
315 works. 764 works.
316 - set correct pixel size in struct winsize. 765 - set correct pixel size in struct winsize.
317 - document more escape sequences. 766 - document more escape sequences.
318 - fix leftover macros and a few minor doc glitches in rxvt(1). 767 - fix leftover macros and a few minor doc glitches in rxvt(1).
319 - work around bash's assumption that stepping into the middle of a 768 - work around bash's assumption that stepping into the middle of a
320 character is a sensible operation. 769 character is a sensible operation.
321 - fix some corner cases in autowrap handling. 770 - fix some corner cases in autowrap handling.
322 - remove various useless make cruft, renamed files to better 771 - remove various useless make cruft, renamed files to better
323 reflect on their function, renamed many variables. 772 reflect on their function, renamed many variables.
324 - fixed printscreen functionality, as noted by Jinesh Choksi. 773 - fixed printscreen functionality, as noted by Jinesh Choksi.
325 - fix a problem where redraws of double-width characters sometimes 774 - fix a problem where redraws of double-width characters sometimes
326 made the last character draw with normal width (especially visible 775 made the last character draw with normal width (especially visible
327 with selections). 776 with selections).
328 777
3293.6 Sat Aug 14 04:55:26 CEST 2004 7783.6 Sat Aug 14 04:55:26 CEST 2004
330 - SECURITY FIX: rxvtd kept open filehandles to other terminal 779 - SECURITY FIX: rxvtd kept open filehandles to other terminal
331 windows when spawning children. Actual risk is low (attacker 780 windows when spawning children. Actual risk is low (attacker
332 needs access to a local shell window). 781 needs access to a local shell window).
333 - implemented parts 5.1 and 5.2 of ISO 14755 (i.e. hold down 782 - implemented parts 5.1 and 5.2 of ISO 14755 (i.e. hold down
334 Ctrl+Shift and enter hex numbers. space commits it as a unicode 783 Ctrl+Shift and enter hex numbers. space commits it as a unicode
335 character, or press and release Crl+Shift and then enter a 784 character, or press and release Crl+Shift and then enter a
336 function key to get it's picture). patches for 5.3 (or 5.4 with 785 function key to get it's picture). patches for 5.3 (or 5.4 with
337 a little window or so) would be welcome. 786 a little window or so) would be welcome.
338 - fixed large pastes (INCR selections, debian bug #191456). 787 - fixed large pastes (INCR selections, debian bug #191456).
339 - fixed longstanding bug in which rxvtd crashed when 788 - fixed longstanding bug in which rxvtd crashed when
340 a message was logged after startup (a rare case). 789 a message was logged after startup (a rare case).
341 - got rid of yodl completely by converting to pod. 790 - got rid of yodl completely by converting to pod.
342 - integrated the FAQ into the manpage. In the future, more will be 791 - integrated the FAQ into the manpage. In the future, more will be
343 added there. 792 added there.
344 - reference documentation is now installed as rxvt(7). 793 - reference documentation is now installed as rxvt(7).
345 - rxvt(7) now contains README.configure, which is autogenerated. 794 - rxvt(7) now contains README.configure, which is autogenerated.
346 - fix memory leak in insecure mode on certain display echos. 795 - fix memory leak in insecure mode on certain display echos.
347 - report sequences now report empty strings in secure mode 796 - report sequences now report empty strings in secure mode
348 instead of being ignored. 797 instead of being ignored.
349 - enable some report sequences even in secure mode, such as colour 798 - enable some report sequences even in secure mode, such as colour
350 queries, as they are harmless(tm). 799 queries, as they are harmless(tm).
351 - rxvt-unicode will now try to find a matching xft font if it can't 800 - rxvt-unicode will now try to find a matching xft font if it can't
352 find a matching font from the fallback list. It might look ugly, 801 find a matching font from the fallback list. It might look ugly,
353 but if a xft font with our character exists, rxvt will find it. 802 but if a xft font with our character exists, rxvt will find it.
354 - moved FreeMono to the very back of the fallback list, as some 803 - moved FreeMono to the very back of the fallback list, as some
355 people complain it looks ugly. This is a no-win situation, though. 804 people complain it looks ugly. This is a no-win situation, though.
356 - fixed sourceforge bug 998970, reported against aterm: 805 - fixed sourceforge bug 998970, reported against aterm:
357 "crash on -sl 0 on super small windows". 806 "crash on -sl 0 on super small windows".
358 - decreased memory and code size when !--enable-transparency. 807 - decreased memory and code size when !--enable-transparency.
359 - SYNCCVS. backported changes done to rxvt, except for Color_ufbg, 808 - SYNCCVS. backported changes done to rxvt, except for Color_ufbg,
360 which I think is better done through fading, and libW11, which 809 which I think is better done through fading, and libW11, which
361 needs testing anyways. 810 needs testing anyways.
362 - more complete compile options help output. 811 - more complete compile options help output.
363 - Provide linear scaled colour cubes for 256 colour mode. 812 - Provide linear scaled colour cubes for 256 colour mode.
364 Pass them through as rgbi rather than rgb so that Xlib can 813 Pass them through as rgbi rather than rgb so that Xlib can
365 provide gamma (from per visual intensity lists) rather than 814 provide gamma (from per visual intensity lists) rather than
366 providing constant gamma ourselves. Noticed by and ideas from 815 providing constant gamma ourselves. Noticed by and ideas from
367 Christopher Casey <realchriscasey@hotmail.com> 816 Christopher Casey <realchriscasey@hotmail.com>
368 - minor doc fix. 817 - minor doc fix.
369 818
3703.5 Wed Aug 11 00:31:34 CEST 2004 8193.5 Wed Aug 11 00:31:34 CEST 2004
371 - UPGRADE ADVISED: rxvt did wake up 100 times per second. did not 820 - UPGRADE ADVISED: rxvt did wake up 100 times per second. did not
372 show in my top (linux...), but it's extremely annoying that I 821 show in my top (linux...), but it's extremely annoying that I
373 released it with that bug. :( Fixed. 822 released it with that bug. :( Fixed.
374 - use memove instead of for-loop for large scrollback buffer copies. 823 - use memove instead of for-loop for large scrollback buffer copies.
375 speeds up large scrollback buffers (on systems with reasonable 824 speeds up large scrollback buffers (on systems with reasonable
376 memmove :) 825 memmove :)
377 - minor cleanups. 826 - minor cleanups.
378 - removed ~ from default cutchars, in accordance with the manpage 827 - removed ~ from default cutchars, in accordance with the manpage
379 (debian bug #169415). 828 (debian bug #169415).
380 - fix a race condition on exit (debian bug #197265). 829 - fix a race condition on exit (debian bug #197265).
381 - change prio/next scrolling modifier handling (debian bug #226386). 830 - change prio/next scrolling modifier handling (debian bug #226386).
382 - updated configure script to current autoconf standards. 831 - updated configure script to current autoconf standards.
383 - updated config.guess. 832 - updated config.guess.
384 833
3853.4 Fri Aug 6 19:34:29 CEST 2004 8343.4 Fri Aug 6 19:34:29 CEST 2004
386 - fix inheritpixmap transparency border code. 835 - fix inheritpixmap transparency border code.
387 - fix tinting transparency border code, also experimentally 836 - fix tinting transparency border code, also experimentally
388 make some scrollbars transparent (e.g. plain, my favourite style :). 837 make some scrollbars transparent (e.g. plain, my favourite style :).
389 - imported aterm shading code (faster and still portable). 838 - imported aterm shading code (faster and still portable).
390 - changed interpretation and usage of shading (-sh). 839 - changed interpretation and usage of shading (-sh).
391 - fixed blinking underlined and negative text. 840 - fixed blinking underlined and negative text.
392 - disable slow link support on connections using unix domain sockets, 841 - disable slow link support on connections using unix domain sockets,
393 speeding up scrolling immensely. 842 speeding up scrolling immensely.
394 - various other optimizations. 843 - various other optimizations.
395 - new borderLess switch (ewmh-compliant), by Mikael Magnusson. 844 - new borderLess switch (ewmh-compliant), by Mikael Magnusson.
396 845
3973.3 Sat Jul 31 15:15:59 CEST 2004 8463.3 Sat Jul 31 15:15:59 CEST 2004
398 - some doc updates (Eduard Bloch). 847 - some doc updates (Eduard Bloch).
399 - use faster inheritpixmap method when tinting color not set. 848 - use faster inheritpixmap method when tinting color not set.
400 - fix pixmap offset when tinting (reported by Eduard Bloch). 849 - fix pixmap offset when tinting (reported by Eduard Bloch).
401 - new -sh option by Mikael Magnusson. 850 - new -sh option by Mikael Magnusson.
402 - off-focus-fading (--enable-fading) support (patch by 851 - off-focus-fading (--enable-fading) support (patch by
403 Mikael Magnusson). 852 Mikael Magnusson).
404 - cursor now set correctly on --disable-blank (reported by 853 - cursor now set correctly on --disable-blank (reported by
405 Mikael Magnusson). 854 Mikael Magnusson).
406 - better (and non-crashing) slipwheeling (Mikael Magnusson). 855 - better (and non-crashing) slipwheeling (Mikael Magnusson).
407 - solaris 2.8 portability changes (reported by Colin Marquardt). 856 - solaris 2.8 portability changes (reported by Colin Marquardt).
408 - disable-xim now really disables xim code. 857 - disable-xim now really disables xim code.
409 858
4103.2 Mon Jul 26 19:57:32 CEST 2004 8593.2 Mon Jul 26 19:57:32 CEST 2004
411 - support real bold fonts (patch by Adam Sampson <azz@us-lot.org>), 860 - support real bold fonts (patch by Adam Sampson <azz@us-lot.org>),
412 if specified in the font list (and enabled by -rb). 861 if specified in the font list (and enabled by -rb).
413 - fixed --enable-keepscrolling and --enable-selectionscrolling, which 862 - fixed --enable-keepscrolling and --enable-selectionscrolling, which
414 was broken since 1.8. Patch by Hans de Goede <j.w.r.degoede@hhs.nl>. 863 was broken since 1.8. Patch by Hans de Goede <j.w.r.degoede@hhs.nl>.
415 - fixed --enable-slipwheeling, see above. 864 - fixed --enable-slipwheeling, see above.
416 - sequences ended by ST can now contain any octet by quoting it 865 - sequences ended by ST can now contain any octet by quoting it
417 with ^V (SYN). 866 with ^V (SYN).
418 - 8-bit-controls disabled by default (compiletime option). 867 - 8-bit-controls disabled by default (compiletime option).
419 868
4203.1 Sat Jun 26 23:38:07 CEST 2004 8693.1 Sat Jun 26 23:38:07 CEST 2004
421 - set default backspace sequence to "DEC" (which defaults to \177) 870 - set default backspace sequence to "DEC" (which defaults to \177)
422 as opposed to \010 as before, which was incorrect (ahem :). 871 as opposed to \010 as before, which was incorrect (ahem :).
423 - updated doc/etc/rxvt.* to reflect the change. This brings rxvt 872 - updated doc/etc/rxvt.* to reflect the change. This brings rxvt
424 in line with many existing rxvt terminfo and termcap entries as 873 in line with many existing rxvt terminfo and termcap entries as
425 well as with other terminal emulators. 874 well as with other terminal emulators.
426 - fix a segfault when trying to set a nonexistant locale 875 - fix a segfault when trying to set a nonexistant locale
427 (reported by elmex). 876 (reported by elmex).
428 - find more fonts by default for japanese. 877 - find more fonts by default for japanese.
429 - the internal border wasn't always cleared. This is fixed by moving 878 - the internal border wasn't always cleared. This is fixed by moving
430 the window relative to it's frame and simplifies a lot of code, too. 879 the window relative to it's frame and simplifies a lot of code, too.
431 - fixed quite hard to find scrollbar colour bug, reported by Eduard 880 - fixed quite hard to find scrollbar colour bug, reported by Eduard
432 Bloch. 881 Bloch.
433 882
4343.0 Mon May 10 20:47:23 CEST 2004 8833.0 Mon May 10 20:47:23 CEST 2004
435 - experimental flickerfree resize mode (I tried to get even 884 - experimental flickerfree resize mode (I tried to get even
436 less flickering with SouthWestGravity but couldn't get it to work, 885 less flickering with SouthWestGravity but couldn't get it to work,
437 sorry). 886 sorry).
438 - c++-ify (or at least make it compile with g++-3.4, which should 887 - c++-ify (or at least make it compile with g++-3.4, which should
439 make it a little bit more correct c++). 888 make it a little bit more correct c++).
440 889
4412.9 Sat May 8 19:13:41 CEST 2004 8902.9 Sat May 8 19:13:41 CEST 2004
442 - fix some minor doc issues + some generated doc files are now 891 - fix some minor doc issues + some generated doc files are now
443 getting distributed (closes debian bug #246035). 892 getting distributed (closes debian bug #246035).
444 - minor i18n issue fixes. 893 - minor i18n issue fixes.
445 894
4462.8 Thu Apr 8 22:44:36 CEST 2004 8952.8 Thu Apr 8 22:44:36 CEST 2004
447 - replace PF_LOCAL by PF_UNIX (portability). 896 - replace PF_LOCAL by PF_UNIX (portability).
448 - try to detect -lnsl and -lsocket (portability). 897 - try to detect -lnsl and -lsocket (portability).
449 - fix some minor bugs. 898 - fix some minor bugs.
450 899
4512.7 Mon Apr 5 02:11:15 CEST 2004 9002.7 Mon Apr 5 02:11:15 CEST 2004
452 - this version should now work fine with TERM=xterm, except 901 - this version should now work fine with TERM=xterm, except
453 for the keymappings. 902 for the keymappings.
454 - don't leave the X or rxvtd sockets open in child processes. 903 - don't leave the X or rxvtd sockets open in child processes.
455 (inherited fd's stay open - different to rxvt). 904 (inherited fd's stay open - different to rxvt).
456 - xterm-compat: implemented OSC3, set/get window property. get is 905 - xterm-compat: implemented OSC3, set/get window property. get is
457 an extension and is slightly ugly. 906 an extension and is slightly ugly.
458 - removed --disable-swapscreen and SCROLL_ON_NO_SECONDARY and 907 - removed --disable-swapscreen and SCROLL_ON_NO_SECONDARY and
459 replaced them by runtime-configurable options secondaryScreen and 908 replaced them by runtime-configurable options secondaryScreen and
460 secondaryScroll (-ssr and -ssc) (see debian bug #237673). 909 secondaryScroll (-ssr and -ssc) (see debian bug #237673).
461 - close down terminal window when child exits. (debian bug #241267). 910 - close down terminal window when child exits. (debian bug #241267).
462 - xterm-compat: enable seperate mouse bg colour setting. 911 - xterm-compat: enable seperate mouse bg colour setting.
463 - re-enable mouse cursor colours again, fixing colours when fg/bg are 912 - re-enable mouse cursor colours again, fixing colours when fg/bg are
464 overwritten (as is common). 913 overwritten (as is common).
465 - xterm-compat: correctly implement privmodes 1047, 1048, 1049. 914 - xterm-compat: correctly implement privmodes 1047, 1048, 1049.
466 - ported to solaris by elmar@math.uni-bremen.de. 915 - ported to solaris by elmar@math.uni-bremen.de.
467 916
4682.6 Fri Apr 2 03:24:10 CEST 2004 9172.6 Fri Apr 2 03:24:10 CEST 2004
469 - minor doc corrections. 918 - minor doc corrections.
470 - WARNING: changed menu sequence from ESC ] 10 to ESC ] 703 to 919 - WARNING: changed menu sequence from ESC ] 10 to ESC ] 703 to
471 avoid clashes with xterm. 920 avoid clashes with xterm.
472 - changed OSC701/OSC702 sequence to return standard escaped reports. 921 - changed OSC701/OSC702 sequence to return standard escaped reports.
473 - xterm-compat: make set window colour and other requests report 922 - xterm-compat: make set window colour and other requests report
474 window colour when arg is "?". 923 window colour when arg is "?".
475 - enable colour tinting of "transparent" backgrounds. 924 - enable colour tinting of "transparent" backgrounds.
476 - stop ST sequences earlier, as we now react on 0x90 and thus 925 - stop ST sequences earlier, as we now react on 0x90 and thus
477 cause conditions more often that look like locks but are, in 926 cause conditions more often that look like locks but are, in
478 fact, just rxvt waiting for a ST/BEL etc. 927 fact, just rxvt waiting for a ST/BEL etc.
479 - re-enabled most of the "dangerous" echo escapes, but only 928 - re-enabled most of the "dangerous" echo escapes, but only
480 when -insecure is specified as option or resource (see reference). 929 when -insecure is specified as option or resource (see reference).
481 (FRILLS). 930 (FRILLS).
482 - disables sleep(1) on transparency updates on default. 931 - disables sleep(1) on transparency updates on default.
483 - fixes to make it compile better on solaris 2.9 (at least). 932 - fixes to make it compile better on solaris 2.9 (at least).
484 asprintf replacement is still missing(!). 933 asprintf replacement is still missing(!).
485 - set _NET_WM_PID. 934 - set _NET_WM_PID.
486 935
4872.5 Sun Mar 28 04:05:51 CEST 2004 9362.5 Sun Mar 28 04:05:51 CEST 2004
488 - the usual sprinkled little code cleanups. 937 - the usual sprinkled little code cleanups.
489 - support more 8-bit controls. 938 - support more 8-bit controls.
490 - more informative error messages. 939 - more informative error messages.
491 - fix some minor memleaks and possible memory corruptions. 940 - fix some minor memleaks and possible memory corruptions.
492 - the use of exception handling allowed the following improvements: 941 - the use of exception handling allowed the following improvements:
493 - no longer block when waiting for completion of escape sequences 942 - no longer block when waiting for completion of escape sequences
494 (e.g. printf '\e';sleep 3;printf 'c' will no longer block). 943 (e.g. printf '\e';sleep 3;printf 'c' will no longer block).
495 - rxvtc usage errors should no longer kill rxvtd (debian bug #237510). 944 - rxvtc usage errors should no longer kill rxvtd (debian bug #237510).
496 945
4972.4 Tue Mar 16 07:06:51 CET 2004 9462.4 Tue Mar 16 07:06:51 CET 2004
498 - fix stupid double-free() bug on exit. 947 - fix stupid double-free() bug on exit.
499 - implement xterm private mode 1049. 948 - implement xterm private mode 1049.
500 - fix manpages (debian bug #236824). 949 - fix manpages (debian bug #236824).
501 - removed old selection style completely. 950 - removed old selection style completely.
502 - selection works _better_ for non-8-bit and double-width chars. 951 - selection works _better_ for non-8-bit and double-width chars.
503 - remove native->unicode translation tables. they aren't used anymore. 952 - remove native->unicode translation tables. they aren't used anymore.
504 reduces binary and distro size a bit. 953 reduces binary and distro size a bit.
505 - add string representation for JIS X 0213:2000 so these fonts can 954 - add string representation for JIS X 0213:2000 so these fonts can
506 be used from within rxvt. 955 be used from within rxvt.
507 - less buggy complete set of line-drawing-characters (0x2500-0x259f). 956 - less buggy complete set of line-drawing-characters (0x2500-0x259f).
508 957
5092.3 Sun Mar 14 19:00:07 CET 2004 9582.3 Sun Mar 14 19:00:07 CET 2004
510 - code cleanup release. 959 - code cleanup release.
511 - fix compile problems without --enable-combining. 960 - fix compile problems without --enable-combining.
512 - fix segfault when DISPLAY cannot be opened. 961 - fix segfault when DISPLAY cannot be opened.
513 - removed HOTKEY_CTRL and HOTKEY_SHIFT, ACS_*, FONT0_IDX, 962 - removed HOTKEY_CTRL and HOTKEY_SHIFT, ACS_*, FONT0_IDX,
514 MAX_NFONTS. UNICODE and UTF8 defines and references from 963 MAX_NFONTS. UNICODE and UTF8 defines and references from
515 all files. 964 all files.
516 - default config now reads an app-defaults file even without 965 - default config now reads an app-defaults file even without
517 --enable-xgetdefaults. 966 --enable-xgetdefaults.
518 967
5192.2 Thu Mar 11 01:41:56 CET 2004 9682.2 Thu Mar 11 01:41:56 CET 2004
520 - implement autocompositing of characters by either using an existing 969 - implement autocompositing of characters by either using an existing
521 precomposed unicode character or by graphical overlay. this is 970 precomposed unicode character or by graphical overlay. this is
522 also used to store characters >16bit without --enable-unicode3. 971 also used to store characters >16bit without --enable-unicode3.
523 - selection now based on wchar_t, so that it can offer UTF-8 972 - selection now based on wchar_t, so that it can offer UTF-8
524 selections even in locales unable to represent full unicode. 973 selections even in locales unable to represent full unicode.
525 - tis620-2529 is, of course, thai, not vietnamese... 974 - tis620-2529 is, of course, thai, not vietnamese...
526 - a typoe prevented characters >65535 to be stored properly. 975 - a typoe prevented characters >65535 to be stored properly.
527 - wcwidth is unreliable in non-unicode-locales on GNU/Linux. 976 - wcwidth is unreliable in non-unicode-locales on GNU/Linux.
528 working around this fixes line-drawing characters in non-utf-8 mode. 977 working around this fixes line-drawing characters in non-utf-8 mode.
529 - improved rounding when emulating line-drawing characters. 978 - improved rounding when emulating line-drawing characters.
530 - implement continuation lines in xresource parsing when 979 - implement continuation lines in xresource parsing when
531 --disable-xgetdefault. 980 --disable-xgetdefault.
532 - changed locale-setting esc-sequence from code 9 to code 701. 981 - changed locale-setting esc-sequence from code 9 to code 701.
533 also added 702 that returns the font selected for a specific 982 also added 702 that returns the font selected for a specific
534 unicode character. 983 unicode character.
535 - no longer set XA_CUT_BUFFER0. this is confusing and clients WILL 984 - no longer set CUT_BUFFER0. this is confusing and clients WILL
536 get it wrong. 985 get it wrong.
537 - don't use XTextStyle for XA_TEXT, instead use XStdICCTextStyle. 986 - don't use XTextStyle for TEXT, instead use XStdICCTextStyle.
538 987
5392.1 Wed Mar 3 21:48:39 CET 2004 9882.1 Wed Mar 3 21:48:39 CET 2004
540 - NOTE: the name of the binary and ressources were changed in 989 - NOTE: the name of the binary and resources were changed in
541 this version, see README.configure if you want the old 990 this version, see README.configure if you want the old
542 settings. 991 settings.
543 - added plain "big5" encoding into CN. 992 - added plain "big5" encoding into CN.
544 - make cns11643 and big5* encodings actually visible to rxvt. 993 - make cns11643 and big5* encodings actually visible to rxvt.
545 - fix a bug when a multibyte character fell onto a buffer boundary, 994 - fix a bug when a multibyte character fell onto a buffer boundary,
546 causing the incomplete character to be presented twice to 995 causing the incomplete character to be presented twice to
547 mbrtowc. 996 mbrtowc.
548 - more robust encoding name matching. 997 - more robust encoding name matching.
549 - fix cursor placement on multibyte characters. 998 - fix cursor placement on multibyte characters.
550 - when overwriting wide with narrow chars, pad with spaces. 999 - when overwriting wide with narrow chars, pad with spaces.
551 - fix various refresh and display issues for wide chars. 1000 - fix various refresh and display issues for wide chars.
552 - remove multibyte_cursor hack (it was a hack) and associated 1001 - remove multibyte_cursor hack (it was a hack) and associated
553 resources and docs. 1002 resources and docs.
554 - fixed memory corruption bug with XLFD fontname parsing. 1003 - fixed memory corruption bug with XLFD fontname parsing.
555 1004
5562.0 Sun Feb 29 23:59:58 CET 2004 10052.0 Sun Feb 29 23:59:58 CET 2004
557 - do not blink text when background colour is not set explicitly. 1006 - do not blink text when background colour is not set explicitly.
558 - some doc cleanup 1007 - some doc cleanup
559 - configure cleanup 1008 - configure cleanup
560 - viscii enabled by default 1009 - viscii enabled by default
561 - better support for non-g++-3.2+ systems (tested with g++-2.95). 1010 - better support for non-g++-3.2+ systems (tested with g++-2.95).
562 1011
5631.91 Fri Feb 27 03:57:44 CET 2004 10121.91 Fri Feb 27 03:57:44 CET 2004
564 - build fixes for !xft and !im, reported by various people. 1013 - build fixes for !xft and !im, reported by various people.
565 1014
5661.9 Wed Feb 25 16:46:05 CET 2004 10151.9 Wed Feb 25 16:46:05 CET 2004
567 - fixed bug in plain scrollbar causing X errors in XCreateGC. 1016 - fixed bug in plain scrollbar causing X errors in XCreateGC.
568 - implemented sharing of X connections. will be used to speed 1017 - implemented sharing of X connections. will be used to speed
569 up many x operations considerably. Also saves some memory. 1018 up many x operations considerably. Also saves some memory.
570 - implemented caching of input methods. This immensely shortens 1019 - implemented caching of input methods. This immensely shortens
571 startup time for new terms in rxvtd. At least XFree86 4.3 is 1020 startup time for new terms in rxvtd. At least XFree86 4.3 is
572 rather broken with respect to input methods, though, so expect 1021 rather broken with respect to input methods, though, so expect
573 crashes when you kill your input method (xterm et al. also crash). 1022 crashes when you kill your input method (xterm et al. also crash).
574 - fix bugs in X flushing, causing an empty screen after startup. 1023 - fix bugs in X flushing, causing an empty screen after startup.
575 - fix various memleaks in rxvtd. 1024 - fix various memleaks in rxvtd.
576 - fix a bug that kept escape codes to be generated for some 1025 - fix a bug that kept escape codes to be generated for some
577 keysyms that also have string translations, when not --enable-xim. 1026 keysyms that also have string translations, when not --enable-xim.
578 reported by joel reed. 1027 reported by joel reed.
579 - re-enabled esc-seq. for font-switching (\033 ] 50 ; <fontset> \007). 1028 - re-enabled esc-seq. for font-switching (\033 ] 50 ; <fontset> \007).
580 - re-enabled menubar (experimental!). 1029 - re-enabled menubar (experimental!).
581 - fix bug in locale-handling that kept the correct locale from 1030 - fix bug in locale-handling that kept the correct locale from
582 being selected. 1031 being selected.
583 - implemented esc-seq. to switch locales (\033 ] 9 ; <locale> \007). 1032 - implemented esc-seq. to switch locales (\033 ] 9 ; <locale> \007).
584 - removed greek support. 1033 - removed greek support.
585 - allow NUL bytes (ctrl-@) to be entered even with XIM enabled. 1034 - allow NUL bytes (ctrl-@) to be entered even with XIM enabled.
586 - correct cursor width if !focus. 1035 - correct cursor width if !focus.
587 - fixed --enable-xgetdefault, reported by eduard bloch. 1036 - fixed --enable-xgetdefault, reported by eduard bloch.
588 - added manpage for rxvtc/rxvtd based on the one eduard block 1037 - added manpage for rxvtc/rxvtd based on the one eduard bloch
589 contributed. 1038 contributed.
590 - use reverse video for normal bold text unless colorBD has been set. 1039 - use reverse video for normal bold text unless colorBD has been set.
591 - fixed endless loop when selection is valid but empty. 1040 - fixed endless loop when selection is valid but empty.
592 - changed default terminal name to "rxvt". 1041 - changed default terminal name to "rxvt".
593 - many other minor bugfixes. 1042 - many other minor bugfixes.
594 1043
5951.8 Mon Feb 2 20:09:18 CET 2004 10441.8 Mon Feb 2 20:09:18 CET 2004
596 - almost total conversion to C++. Except for introducing 1045 - almost total conversion to C++. Except for introducing
597 new bugs, this should not change much. 1046 new bugs, this should not change much.
598 - fix and re-enable background pixmap and inherit pixmap support. 1047 - fix and re-enable background pixmap and inherit pixmap support.
599 - re-enabled multiple scrollbar support. 1048 - re-enabled multiple scrollbar support.
600 - added plain scrollbar style and restored xterm scrollbar. 1049 - added plain scrollbar style and restored xterm scrollbar.
601 - blinking and selections work slightly better now. 1050 - blinking and selections work slightly better now.
602 - fix an error condition when rxvt receives more than one screenful 1051 - fix an error condition when rxvt receives more than one screenful
603 of output. should occur with original rxvt, too, but very rarely. 1052 of output. should occur with original rxvt, too, but very rarely.
604 (I guess the code contains more surprises of this sort...) 1053 (I guess the code contains more surprises of this sort...)
605 1054
6061.7 Fri Jan 30 16:50:11 CET 2004 10551.7 Fri Jan 30 16:50:11 CET 2004
607 - further cleanups. 1056 - further cleanups.
608 - never do last-minute-changes: restore ability to have 1057 - never do last-minute-changes: restore ability to have
609 color + bold as high-intensity, and let the selection 1058 color + bold as high-intensity, and let the selection
610 use reverse video, not _blink_. 1059 use reverse video, not _blink_.
611 - remove OPTION_HC, at least temporarily. If you want it back, 1060 - remove OPTION_HC, at least temporarily. If you want it back,
612 please drop me a note. 1061 please drop me a note.
613 1062
6141.6 Fri Jan 30 00:34:01 CET 2004 10631.6 Fri Jan 30 00:34:01 CET 2004
615 - cleanups, minor bugfixes. 1064 - cleanups, minor bugfixes.
616 - blinking text. 1065 - blinking text.
617 - normal text color + bold gets white text instead of 1066 - normal text color + bold gets white text instead of
618 normal text when colorBD is not set. 1067 normal text when colorBD is not set.
619 (- support double-wide characters (by blocking).) 1068 (- support double-wide characters (by blocking).)
620 was never implemented 1069 was never implemented
621 1070
6221.5 Thu Jan 29 00:43:48 CET 2004 10711.5 Thu Jan 29 00:43:48 CET 2004
623 - share io manager between rxvt-unicode and vpe 1072 - share io manager between rxvt-unicode and vpe
624 - bugfix for --disable-utmp, reported by fefe himself 1073 - bugfix for --disable-utmp, reported by fefe himself
625 - colors were sometimes not used correctly because 1074 - colors were sometimes not used correctly because
626 parts of the code expected a monochrome display. 1075 parts of the code expected a monochrome display.
627 reported by fefe 1076 reported by fefe
628 - make it compile without pointer_blank, reported by 1077 - make it compile without pointer_blank, reported by
629 Markus Demleitner 1078 Markus Demleitner
630 - improved selection support, now supports UTF8_STRING 1079 - improved selection support, now supports UTF8_STRING
631 and properly encodes CUT_BUFFER0 in iso-8859-1 1080 and properly encodes CUT_BUFFER0 in iso-8859-1
632 - completely removed non-working graphics mode 1081 - completely removed non-working graphics mode
633 1082
6341.4 Fri Jan 16 23:03:22 CET 2004 10831.4 Fri Jan 16 23:03:22 CET 2004
635 - fix stupid segfault on esc-c 1084 - fix stupid segfault on esc-c
636 - small font tunings 1085 - small font tunings
637 - much better io manager, less bugs, higher speed 1086 - much better io manager, less bugs, higher speed
638 - better error reporting for unknown options 1087 - better error reporting for unknown options
639 1088
6401.3 2003-12-26 10891.3 2003-12-26
641 - fix a bug in font height selection 1090 - fix a bug in font height selection
642 - autoscale scalable x11 fonts 1091 - autoscale scalable x11 fonts
643 - slow-mode xft rendering centers characters 1092 - slow-mode xft rendering centers characters
644 - much faster x11 font selection 1093 - much faster x11 font selection
645 1094
6461.2 2003-12-24 10951.2 2003-12-24
647 - fix another segfault-on-resize-bug form the original rxvt 1096 - fix another segfault-on-resize-bug from the original rxvt
648 - better font matching 1097 - better font matching
649 - better memory management (less memory) 1098 - better memory management (less memory)
650 - new fallback: gnu freefont 1099 - new fallback: gnu freefont
651 1100
6521.1 2003-12-18 11011.1 2003-12-18
653 - Support for XIM in other than the current locale. 1102 - Support for XIM in other than the current locale.
654 - Support for non-utf-8-locales 1103 - Support for non-utf-8-locales
655 - much improved font choosing 1104 - much improved font choosing
656 1105
6571.0 11061.0
658 - first release 1107 - first release
659 - originally cloned from rxvt-CVS 2003-11-19 00:26 1108 - originally cloned from rxvt-CVS 2003-11-19 00:26
660 - removed rclock et al. 1109 - removed rclock et al.
661 - initial conversion to C++ 1110 - initial conversion to C++
662 1111

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines