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

Comparing rxvt-unicode/Changes (file contents):
Revision 1.415 by root, Wed Jul 13 02:47:02 2005 UTC vs.
Revision 1.706 by root, Sat Sep 30 15:15:19 2006 UTC

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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines