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

Comparing rxvt-unicode/Changes (file contents):
Revision 1.700 by root, Tue Aug 15 18:24:58 2006 UTC vs.
Revision 1.1056 by sf-exg, Wed Dec 14 12:03:04 2011 UTC

1rxvt-unicode changelog <= google-friendly title 1rxvt-unicode changelog <= google-friendly title
2 2
3TODO: xcopyarea pass broken, fix and improve 3TODO: xcopyarea pass broken, fix and improve
4TODO: event mechanism that replaces on_keyboard_command with something more scalable. 4TODO: event mechanism that replaces on_user_command with something more scalable.
5TODO: slipwheeling needs a keyboard grab to get key release events. 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 6TODO: overlays collide with the way the out-of-focus cursor is being drawn
7TODO: "slow" rendering mode for bidi and scripts, pango! 7TODO: "slow" rendering mode for bidi and scripts, pango!
8TODO: read property sequence is broken with respect to utf-8 etc. 8TODO: read property sequence is broken with respect to utf-8 etc.
9TODO: slow drag selection on remote display - other things seem fast (rxvt illness, motion hints?) 9TODO: slow drag selection on remote display - other things seem fast (rxvt illness, motion hints?)
10TODO: better resource handling for tabbar in -pe tabbed.
10TODO: investigate -pe tabbed -g 80x25 being 23 not 24 or 25 lines 11WISH: investigate -pe tabbed -g 80x25 being 23 not 24 or 25 lines
11 => when setting the constraints, the wm might (correctly) 12 => when setting the constraints, the wm might (correctly)
12 resize the outer window, which might result in a smaller window overall. 13 resize the outer window, which might result in a smaller window overall.
13 or something like that. guys, send me a patch. 14 or something like that. guys, send me a patch.
14TODO: zeroing scorllback buffer should free memory 15WISH: coloured pastebin
15WISH: skipscroll option
16WISH: selection-color-pair instead of reverse video
17WISH: load system-wide config file even if we don't have one 16WISH: load system-wide config file even if we don't have one
18WISH: look into XAddConnectionWatch, does anybody need that? 17WISH: 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 18DUMB: support tex fonts
19TODO: decrqm http://ue.tst.eu/71d7dbd1fcfeaa7d2a4b96eb957d570c.txt
20TODO: perl-shell-window? perl-unix-socket?
21TODO: command line editing when icanon?
22TODO: split ROW into a ROW_fast (0..total*2-1) and ROW macros?
23 23
24TODO: rxvtd failing to enter cwd of rxvtc leads to crash due to free(this), Gentoo #143985 24 - INCOMPATIBLE CHANGE: the urxvtd default socket path is now
25TODO: fix crash because strwidth returning -1 in selection-popup in LC_ALL=C 25 $HOME/.urxvt/urxvtd-<nodename>.
26 - INCOMPATIBLE CHANGE: the "list" keysym expansion now requires
27 loading of the "keysym-list" perl extension.
28 - INCOMPATIBLE CHANGE: A scale value of 0 in the bg image
29 geometry no longer enables tiling, so as to make it possible
30 to disable both scaling and tiling.
31 - overhaul of the bg image operations. The old operations have
32 been deprecated in favour of elementary operations and
33 styles built on top of the new operations and scale/position
34 settings. (Emanuele Giaquinta).
35 - support for libafterimage is deprecated and will be removed
36 in the next release.
37 - fix a crash caused by selection_check not properly resetting
38 out-of-bounds mark values (can happen when extending a selection
39 while scrolling up in curses programs for example).
40 - do not move the selection when scrolling up and the selection is
41 outside the scrolling region (Emanuele Giaquinta).
42 - fix display of bold bright black (reported by Ben Winslow).
43 - fix memory leak when urgentOnBell is set (patch by Nathaniel
44 Filardo).
45 - fix a redraw bug that occurs when a bg pixmap is set and the
46 wm does not honour the size hints set by urxvt. Now urxvt
47 forces the size of the terminal window to be a multiple of
48 the cell size.
49 - sanitise the argument of SD / SU sequences. Fixes a possible
50 crash when the argument is big enough, red hat bug #711137
51 (Emanuele Giaquinta).
52 - correctly split long lines when scrolling.
53 - urxvt now looks for perl extensions also in $HOME/.urxvt/ext.
54 - add bell-command perl extension to execute a command when a
55 bell event occurs (Ryan Kavanagh).
56 - add set_urgency perl binding to set/reset the urgency hint.
57 - consume button release event in matcher (exg).
58 - keyboard accessible list of recent matches in matcher
59 (Bob Farrell).
60 - properly process 'keysym' sequences in tabbed when using
61 'focus follows mouse' and the focus is on the main window
62 but not on the active terminal window (patch by Martin
63 Pohlack).
64 - Support for the freedesktop startup-notification protocol (patch by
65 Michael Stapelberg).
66 - the direction of VPR and VPB commands was reversed.
67
689.12 Wed Jun 29 14:34:28 CEST 2011
69 - fix regression in processing of SelectionNotify events.
70 urxvt would fail to request a selection if the owner did not
71 support the UTF8_STRING target.
72 - fix rendering of double width chars in certain circumstances, more
73 likely to happen if urxvt is compiled with 256 colors support as
74 urxvt runs out of fonts much earlier then. Fixes gentoo bug #358151
75 (Emanuele Giaquinta).
76 - restore support for 'list' syntax in keysym resources (requested by Sung Pae).
77 - always premultiply colour values - while this increases differences between
78 core fonts and xft, it is "more correct" in practical situations.
79 - disable PTYTTY_REENTRANT option - not needed for urxvt and saves a bit of code.
80 - remove lucidatypewriter from the list of fallback fonts, it was the only
81 non-xft non-cellfont in the list anyway.
82
839.11 Mon May 2 10:34:46 CEST 2011
84 - fix compilation on GNU/Hurd, debian bug #624736.
85 - remove 'list' syntax for keysym resources, as it serves no useful purpose.
86 If you need it, poke us and provide a use case.
87 - fix alpha channel support. Premultiply alpha in colours if the visual
88 supports an alpha channel, as xrender expects premultiplied alpha
89 (Emanuele Giaquinta).
90 - fix reply to a selection request sent by an obsolete client
91 such as syncterm (patch by Marcin Cieslak).
92 - fix crash when the window is resized and the overlay is active
93 (Emanuele Giaquinta, reported by Ryan Kavanagh).
94 - match character-wise rather than byte-wise in selection
95 extension again. perl 5.8.9+ is required to avoid extreme
96 slowdowns. Fixes debian bugs #523072, #616463.
97 - fix a possible crash if the INCR transfer process for a
98 selection property timeouts and at least one chunk is
99 received. (Emanuele Giaquinta)
100 - work around a memory corruption bug in xorg's XrmSetDatabase (apparently
101 broken since http://lists.freedesktop.org/archives/xorg-commit-diffs/2004-March/000239.html).
102 - fix memory corruption bug when custom command sequences bound to keys
103 were injected into an already-full pty input buffer.
104 - gdk-pixbuf is autodetected by default and preferred over libafterimage.
105 - do not prepend a newline to the selection text when the starting line
106 of the selection is not highlighted (Emanuele Giaquinta).
107 - don't swap perl env with real env, save and restore it, just in case
108 we ever get recursive perl invocations. also saves a bit of codespace
109 with gcc.
110 - fix various memory leaks (Emanuele Giaquinta).
111 - fix typo in kIC terminfo capability, debian bug #446444.
112 - document 'thickness' resource.
113 - fix debian bug #504817, to the extent possible.
114 - try to detect byte order at compile time, saves a couple of
115 hundred bytes, if your compiler is smart enough.
116 - add support for previewing the pasted data in confirm-paste
117 (Emanuele Giaquinta).
118 - added "newlines to spaces" option in selection-popup.
119 - actually enabled solaris event ports backend (was disabled by accident).
120 - revert to 38400 baud max., mission accomplished.
121 - no longer create scary "pty_fill: PLEASE REPORT" message, instead,
122 silently drain the input (problem is well understood now).
123 - no longer swallow rob nation's own graphics mode commands.
124
1259.10 Mon Dec 13 17:43:52 CET 2010
126 - the "schmorp=north korea dickey=south korea" release.
127 - INCOMPATIBLE CHANGE: make OSC 20 simpler and more correct
128 (Emanuele Giaquinta).
129 - if options were compiled out, this could lead to the option
130 count to be defined wrongly. This is likely behind the
131 failures with gcc 4.5.
132 - explicitly depend on fontconfig and xrender when xft support
133 is enabled. Although the public Xft api uses types from
134 both, in Xft 2.2.0 these libs are private
135 dependencies only thanks to an idiotic behaviour of
136 pkg-config that was added to workaround cases like this one.
137 Fixes linking when using GNU ld with --as-needed or GNU gold
138 (based on patch by Jan Palus).
139 - fix minor memory leaks in urxvt and urxvtd.
140 - fix regression in urxvtd that prevented options from being correctly
141 set (reported by Michal Vaner).
142 - implement xterm's horribly broken 1005 mouse reporting mode,
143 and an alternative 1015 mode that works in non-utf-8 locales
144 and has fewer limitations.
145 - fix a possible bug where mouse notifications didn't work after
146 startup for the upper left corner.
147 - implement our own pixbuf to pixmap rendering to get rid of
148 dependency on buggy gdk-pixbuf-xlib. Only truecolor visuals
149 are supported (Emanuele Giaquinta).
150 - apply tinting before shading when both operations are requested.
151 Previously they were intermixed when lightening and the result
152 was inaccurate and confusing. Note that now a black tint yields a
153 completely black image, regardless of shading (Emanuele Giaquinta).
154 - avoid spurious redraws of the bg image when bg is transparent or
155 when using 'root' mode (Emanuele Giaquinta).
156 - fix build on XFree86.
157 - dynamically number options according to compiletime requirements.
158 For the extra saved byte. Or so. Yay.
159 - start options at one, not zero. Wastes a bit per terminal. Maybe.
160 saves 50 instruction bytes. Possibly.
161
1629.09 Sat Nov 13 01:39:07 CET 2010
163 - NOTICE: this release updates terminfo/termcap.
164 - the bestest release ever.
165 - it was verified that urxvt handles µ and μ correctly.
166 - add support for blending and blurring with XRender (Emanuele Giaquinta).
167 - add support for using gdk-pixbuf as image backend (Emanuele Giaquinta).
168 - cleanup and minor fixes of the image code (Emanuele Giaquinta).
169 - new perl extension "confirm-paste" (Emanuele Giaquinta).
170 - new on_tt_paste perl hook and tt_paste perl binding (Emanuele Giaquinta).
171 - new on_bell perl hook (Emanuele Giaquinta).
172 - searchable-scrollback no longer ignores the first line
173 (Emanuele Giaquinta).
174 - properly set VSTATUS in termios for *BSD (reported by Ed Schouten).
175 - fix utmpx detection on upcoming FreeBSD 9.
176 - Use COMPOUND_TEXT encoding for WM_NAME/WM_ICON_NAME value when it
177 is not fully convertible to STRING (patch by James Cloos).
178 - fix a buffer overflow that would cause wrong key sequences to
179 be generated for numpad keys (introduced in 9.05).
180 - fix definition of sgr0 to work around limitations in luit.
181 - extend ISO 14755 5.4 mode to also print the font name of the
182 characters other than first one in the selected cell
183 (Emanuele Giaquinta).
184 - new iso14755 option to disable ISO 14755 at runtime
185 (Emanuele Giaquinta).
186 - make sure pagewise scrolling scrolls at least one line
187 (found by Mikachu).
188 - remove deprecated OSC 18 / 19 and make OSC 17 / 19 apply to
189 highlightColor / highlightTextColor (Emanuele Giaquinta).
190 - add highlightTextColor resource to change the foreground colour of
191 highlighted characters (Emanuele Giaquinta).
192 - make highlightColor apply also to selected cells with reverse video
193 but not to non selected cells with reverse video (Emanuele Giaquinta).
194 - remove colorRV resource (it was enabled only with frills off).
195 - fix numlock handling, the most longstanding bug to date (Emanuele Giaquinta).
196 - reduce the number of custom bits to 4, to make room
197 for 256 colours.
198 - add support for 256 colors (Emanuele Giaquinta, Marc Lehmann).
199 - add rxvt-unicode-256color terminfo and use it by default in 256 colors mode.
200 - update rxvt-unicode terminfo to state 7744 colour pairs to cover all
201 88*88 possible pairs.
202 - actually added macosx-clipboard-native, which should have been in
203 the 9.07 release but had been forgotten.
204 - fix hang if DECAWM is not set and there are not enough columns to insert a
205 character (Emanuele Giaquinta).
206 - cub1 ("backspace") will now respect wrapping when past the rightmost column,
207 working around a shortcoming of most tty line discipline's line editing.
208 - add support for grabbing the clipboard selection and extend
209 selection{_clear,_grab,} perl bindings to optionally work
210 on the clipboard selection (based on patch by Dana Jansens).
211 - no longer force CERASE to BACKSPACE - use the system default. affects
212 default value for VERASE only when no compatible setting for
213 backspacekey was given.
214 - use higher than 38400 baudrate setting, if detected.
215 - erase screen would clear to the wrong background when blinking
216 was enabled (which selects high intensity under some circumstances).
217 - scr_kill_char didn't touch the line.
218 - upgrade and port to libev-4.01.
219 - enabled solaris event ports and kqueue backends (if available).
220
2219.07 Wed Dec 30 07:07:18 CET 2009
222 - port to glibc-2.10 changes (strchr etc. returning const char *
223 in C++), based on patches by Milos Jakubicek and Oliver Mader.
224 - the binary search algorithm to find precomposed characters
225 was faulty, skipping some possible combinations (found by
226 Mikachu).
227 - new -letterspace option, patch by Mark H. Wilkinson.
228 - enable --mlock option for urxvt with frills on
229 systems supporting it (patch by Russell Harmon).
230 - urxvt did not compile without frills enabled
231 (analysed by Matthew Rosewarne).
232 - correctly reset the mbstate after an illegal
233 input sequence when handling terminal output (Emanuele Giaquinta).
234 - avoid redrawing wide characters with combining enabled on every
235 refresh (reported by Mikachu).
236 - fix a typo preventing the ISO-646.1991 character set from being
237 recognized (http://achurch.org/patch-pile/).
238 - better warning for x11 font encoding detection failures, also,
239 try to deduce encoding from both font properties and name
240 (adapted from http://achurch.org/patch-pile/).
241 - resizing the window with the scrollbar disabled via the escapes
242 sequence could make the window bigger again (Mikachu).
243 - make sure the alignment for fd passing control messages
244 is correct and work around some NetBSD issues (Taylor R Campbell).
245 - update to libptytty 1.3.
246 - replace macosx-clipboard by a nicer version by Reza Jelveh, and move
247 the old version to macosx-clipboard-native.
248 - document the -uc option (Emanuele Giaquinta).
249 - assertions in libev are now enabled depending on frills.
250 - update AnyEvent implementation to version 5.23 API.
251 - work around arrogant bsd idiocies again: netbsd spills the default
252 namespace with lots of symbols "for gnu/gcc compatibility" even
253 though neither of them does it, and then calls the rest of the world
254 in need of fixing. go figure.
255 - on_keyboard_command is on_user_command (patch by Michael Witten).
256 - setting the selection from perl will now reset the selection screen
257 to the current screen. the screen can be manipulated using
258 the new ->selection_screen method.
259 - implement --enable-assert configure option and get rid of DEBUG_STRICT
260 (based on patch by Emanuele Giaquinta).
261 - fix printpipe data output (patch by Emanuele Giaquinta).
262 - allow `xxx' quoting style for perl selection.
263 - upgrade to libev-3.9 prerelease.
264 - updated compose tables to unicode 5.2.0.
265
2669.06 Sat Nov 8 17:47:18 CET 2008
267 - NOTICE: this release updates terminfo/termcap.
268 - updates libev to 3.48.
269 - the aterm code now frees the as visual and image manager objects
270 when a window was closed.
271 - do not (wrongly) adjust the virtual line length inside
272 scr_insdel_chars/ERASE (Miroslav Lichvar).
273 - fix an issue where wide tab characters caused character shifts
274 when part of them was deleted (tracked down by Miroslav Lichvar).
275 - artificially enlargen the previous character at the end of a line
276 when trying to output a character that doesn't fit. looks ugly, but
277 makes copy&paste work.
278 - remove bogus "setuid/setgid security issues" from rxvt.1.pod, they
279 no longer apply.
280 - the urgency hint is now cleared on both focus in and focus out.
281 - cache urgency hint locally to avoid server rtt on every focus change.
282 - perl 5.10 needs PERL_SYS_INIT3 on hppa.
283 - ignore byte-order marks and do not treat them like combining characters.
284 - fix build issue when CURSOR_BLINK is not defined (Emanuele Giaquinta).
285 - do some µ-optimisations to the character fast path.
286 - use a less cunning, but more robust algorithm to avoid one terminal
287 monopolising the whole process by outputting a lot of text.
288 - try to work around linux first breaking sched_yield and now breaking
289 the only known workaround.
290 - new option -icon to set _NET_WM_ICON (based on patch by Frank Schmitt).
291 - initialise the as visual only on demand, instead of unconditionally,
292 to save memory in the common case of not using visual gimmicks.
293 - try to work around bugs in a few wm's that erroneously resize
294 client windows on hint property updates by temporarily
295 disabling size hints.
296 - implement the DECSTR soft reset sequence and use it for tput init,
297 and make hard RIS and DECSTR both reset more private modes, such
298 as mouse reporting.
299 - redundantly clear mouse reporting and a few other states in
300 tput init/tput reset, for older urxvts.
301 - partial/full clear screens did cause flickering and possibly pixel
302 droppings when urxvt viewed the scrollback buffer.
303 - use current rendition style in DCH sequence.
304 - the 132/80 mode switch no longer forces a screen reset.
305 - add an osc sequence to change the border colour (Emanuele Giaquinta).
306 - new perl extension "overlay-osc", for status displays and the like.
307 - fix some minor cursor drawing issues with overlays by allowing
308 overlays to modify screen flags (to disable the cursor themselves).
309 - work around programs not restoring rstyle before rmcup
310 (analysed by Miroslav Lichvar).
311
3129.05 Sun Jun 15 20:09:20 CEST 2008
313 - new option --cd/chdir to set the starting working directory.
314 - tabbed extension now starts in the "correct" working directory.
315 - work around fedora 9 providing isastream but not the relevant
316 header file for it (report by Tuncer Ayaz).
317 - upgrade libev, fixing a bug in the select backend.
318 with more than 31 file descriptors on non-linux 64 bit systems.
319 - correctly reset the multibyte state to the initial one
320 after EILSEQ (patch by Neil Booth). This fixes the
321 issue of rxvt-unicode not properly displaying text after an illegal
322 sequence on NetBSD and probably other systems.
323 - more intelligent property handling with -pe tabbed, works around
324 broken window managers (kwm et al.), saves bandwidth and should
325 help working window managers as well.
326 - made tabs moveable (based on a patch by Petr Machata).
327 - implement ESC [ 3 K as a more rational alternative to ESC [ 0 K.
328 - support relative paths for RXVT_SOCKET in urxvtd.
329 - the tabbed extension now blindly copies over all (rxvt-) resources
330 from the toplevel window to the children.
331 - better diagnostic on 0x0 window geometries.
332 - update AnyEvent API to version 3.4 and above.
333 - document the default value of :0 for DISPLAY.
334 - rename perl method XChangeWindowProperty to XChangeProperty.
335
3369.02 Tue Jan 29 11:58:36 CET 2008
337 - the "exg makes everybody happy" release.
338 - fix build with !xft.
339 - always compile in plain style scrollbar (simplifies code and looks great).
340
3419.01 Sat Jan 26 20:49:27 CET 2008
342 - be more aggressive about handling X events, this seems to be required
343 with newer xlibs (should fix the "screen stays black until event is
344 received" problem, again :)
345 - add buffered resource to control xft double-buffering.
346
3479.0 Fri Jan 25 19:34:04 CET 2008
348 - fix a crash bug where urxvtd would crash when urxvtc was called
349 with wrong arguments (I wish debian maintainers in general would
350 report bugs and their proposed fixes to the original package maintainers
351 instead of sitting on them for good measure to see if anybody notices).
352 - drawing xft compose characters was causing garbage to be drawn.
353 - correctly clear xft character background in all cases.
354 - implement bracketed paste mode (xterm private mode 2004).
355 - improve documentation on alpha channel handling, make urxvt
356 work better on servers lacking the RENDER extension when alpha
357 channels or background images are used.
358 - check for refresh after initialising to avoid staying blank
359 till the first event arrives. or so.
360 - the FORCE_UNBUFFERED_XFT feature macro works again.
361 - continuously update transparency while moving/resizing now.
362 - OSC 39/49 are deprecated and aliased to OSC 10/11.
363 - cub1 now acts as advertised (and ignores the "wrapped" state).
364 - the 132/80 mode switch now forces a height of 24, too, and
365 resets the terminal.
366 - scrollbar code cleanups.
367 - stopping children is no longer confused with children exiting.
368 - removed (undocumented) #aarrggbb format.
369 - updated to libev 3.0.
370
3718.9 Mon Dec 24 07:51:40 CET 2007
372 - fix the issue where urxvtd would not immediately close a window
373 when the command exited but only on the next X event.
374 - changed terminfo file not to use application keypad mode.
375 - fix the issue where making a selection in one urxvtd window
376 would not clear it visually in another.
377 - fix an issue of urxvt not getting background pixmap updates
378 and flickering after bg pixmap changes (reported by Mikachu).
379 - fix redraw bug in xterm scrollbar with -sr (reported by Mikachu).
380 - correctly provide dependencies for libev (µikachu).
381 - minor code reorganisations and cleanups.
382 - be more robust in case the urxvt-popup extension cannot be loaded.
383
3848.8 Sat Dec 15 19:40:39 CET 2007
385 - option -C was aliased to all unsupported options, activating
386 options that shouldn't be compiled in, leading to interesting
387 effects.
388 - updated libev, working around a bug in linux 2.4, curing the
389 symptom of urxvt not closing its window on shell exit. also
390 fixes a problem with urxvt not refreshing.
391 - the text blink callback was called even when no blinking
392 text was visible.
393 - pre-8.4 slipwheeling behaviour has been reinstated, with
394 some minor improvements.
395 - streamlined x events processing to only flush once per
396 display and not once per terminal window.
397 - quite a bit of minor code cleanups and codesize optimisations.
398
3998.7 Sun Nov 25 10:23:49 CET 2007
400 - update libev with an important bugfix that would cause crashes
401 when closing windows (when using rxvtd, and update is recommended).
402 - do not compile in the block builtin graphics with --disable-frills.
403
4048.6 Fri Nov 23 14:10:57 CET 2007
405 - upgrade libev to disable kqueue on anything but netbsd as it
406 seems to be broken everywhere else w.r.t. ptys.
407 - allow for spurious event notifications, as at least epoll and
408 especially solaris ports like to lie about them (symptoms:
409 urxvt "hangs" until there is some x11 related activity).
410 - -keysym command line options are now subjected to xlib parsing.
411 - add 'xrm' option analogous to Xt one.
412
4138.5a Wed Nov 21 10:16:33 CET 2007
414 - make it compile with --disable-transparency.
415
4168.5 Wed Nov 21 05:19:20 CET 2007
417 - expect major portability issues in this release: please test and report.
418 - converted from the veritable io manager event loop to
419 the high performance libev (http://software.schmorp.de/pkg/libev).
420 - minor tuning to the perl selection (include single words and more quoting chars).
421 - fix memory leak in pixmap code.
422 - fix a serious bug while setting the XIM destroy callback
423 on (typical) 64 bit systems.
424 - automove-background functionality re-implemented internally using :root op in pixmap
425 geometry string. For example: rxvt -pixmap "image.jpg;:root"
426 - do not link rxvtc against every lib on the planet anymore.
427 - parallel builds should work once more.
428
4298.4 Sat Oct 27 14:02:13 CEST 2007
430 - overhaul of the transparency/pixmap code (sasha).
431 - fix possible race between visual bell and poweron.
432 (reported by Martin von Gagern, gentoo?).
433 - urxvt -e no longer crashes the child.
434 - fixed some minor memleaks on incorrect usage or
435 missing DISPLAY.
436 - implement xterm 1002/1003 mouse tracking modes (exg).
437 - source code organisational cleanups (exg).
438 - updated io_manager.
439
4408.3 Wed Aug 1 20:21:31 CEST 2007
441 - new option: skipScroll/-ss, enabled by default.
442 - go with the times and expect x11 library files in /usr/lib, not
443 /usr/X11R6/lib.
444 - initial transparency improvement/afterimage support
445 patch by Sasha Vasko.
446 - add urgentOnBell resource to set the urgency hint
447 (patch by Philip Paeps).
448 - do not process focus events caused by grabs
449 (patch by Mikachu).
450 - add iso14755_52 resource to disable iso14755 5.2 (exg).
451 - add binding for backspace in iso14755 5.1 to remove the last
452 digit (exg).
453 - better option handling, support more than 30 options (exg).
454 - nuke reconf script, serves no purpose anymore.
455 - fixed and documented matcher/on_user_command processing in matcher
456 extension (tpope).
457 - compile out of the box on Solaris 10 (exg).
458 - fix MappingNotify events (reported by Stephan Walter).
459 - zero-initialise mwmhints, this seems to solve all sorts of minor
460 problems.
461
4628.2 Sat Feb 17 21:35:28 CET 2007
463 - fix make depend in src/, reported by exg.
464 - fixed typo in urxvt::GET_CUSTOM, causing the result to be wrong.
465 (patch by Sergey Vlasov).
466 - unbundled iom perl interface somewhat.
467 - scrollbar-xterm now uses the selected scrollColor instead of fg
468 (found by Aiviru).
469 - disabled linux kernel bug workaround again: disabling it gives
470 a 50% speed hit on affected machines, while enabling it gives
471 a similar speed hit to screen, which is likely the more common
472 case to work around for :/
473 - urxvt::rend2mask perl function, and utilization of it by matcher
474 (patch by Moshe Kamensky).
475 - use perl:matcher on a keysym to open most recently displayed URL.
476 - with matcher, when multiple patterns match, last wins, not first.
477 - fix make and make install with srcdir != builddir (exg).
478 - updated bundled libptytty to fix a bug where the tty would be kept
479 open (see the libptytty ChangeLog for details).
480 - delay setting the IUTF8 flag to after the tty settings have been
481 set so its value does not get lost (reported and analysed by Andrei
482 Paskevich).
483 - rip out support for obsolete sgtty.h interface.
484 - rip out support for non-POSIX termios variants.
485 - update libptytty.
486 - update iom.C, make it call ptytty::sanitise_stdfd on init.
487 - when !XFT, change rounding of colours to use a less correct formula to
488 meet user expectancies (#aaa becomes #a000a000a000 not #9f9f9f9f9f9f).
489 - change the starting offset of the pixmap set with backgroundPixmap
490 from (50,50) to (0,0) (exg).
491 - fix a typo in button_release, now meta-button2 request the value of
492 the Clipboard selection as it should (patch by Serge Koksharov).
493 - fix a bug in drawing a cell with a nonspacing char when using an xft
494 font with inheritPixmap and tintColor (exg).
495
4968.1 Thu Dec 7 22:27:25 CET 2006
497 - ケリスマスプレゼント - zomg!!1, it's too early!!!
498 - fix the assumption that chars < 256 are single-width. Now
499 only assume this for codepoints 32 to 126 (reported by Dai.H.).
500 - $term->strwidth returned wide chars as width 1, because some jerk
501 confused min and max. Fixing this also fixes xim-onthespot.
502 Reported by Takano Akio.
503 - secondaryScroll is now enabled by default (as per the manpage),
504 reported by exg.
505 - correct the description of [percent]color rgba format in the manpage.
506 - incorporated macosx-clipboard extension by Samuel Ljungkvist.
507 - ignore (some) useless focus events (reported by mmc).
508 - updated compose table to unicode 5.0.0.
509
5108.0 Thu Nov 2 18:35:19 CET 2006
511 - combining characters cleared the area instead of creating an overlay,
512 thus losing the ability to draw combining characters properly in most
513 circumstances (reported by exg).
514 - specified fonts were incorrectly morphed to bold/italic according to the
515 basefont, even if explicitly specified (tracked down by tpope).
516 - fixed urxvt::strwidth to calculate width in the same way as screen.C.
517 - fix a crash caused by passing negative widths to overlay functions.
518 - added 'matcher' extension by tpope, replacing the mark-urls extension.
519 - improve url regex to match anything www.* (tpope).
520 - fixed bug with outline cursor color being wrong after xft fonts.
521 - update to libptytty-1.0.
26 - give proper diagnostic when RXVT_SOCKET is too long instead of 522 - give proper diagnostic when RXVT_SOCKET is too long instead of
27 corrupting the stack (patch by exg). 523 corrupting the stack (patch by exg).
524 - display current terminal locale in option menu.
525 - urxvtd no longer crashes when the client sends an inaccessible
526 working directory (reported by Roland Baer, possibly fixes gentoo
527 bug #143985).
528 - fixed many minor issues reported by Roland Baer.
529 - Leonid Khramov spotted a minor glitch in rxvtfont.C that
530 should not have any consequences, but was buggy nonetheless.
531 - manpage fix by exg.
28 532
297.9 Mon Aug 7 18:16:07 CEST 2006 5337.9 Mon Aug 7 18:16:07 CEST 2006
30 - fix the crashing bug people encountered with 7.8 + urxvtd + perl 534 - fix the crashing bug people encountered with 7.8 + urxvtd + perl
31 + transparency. Ought to fix debian bug #380348. 535 + transparency. Ought to fix debian bug #380348.
32 - fix urxvtc.1.pod: it actually claimed -pty-fd would not work. But 536 - fix urxvtc.1.pod: it actually claimed -pty-fd would not work. But
39 earlier versions only read it if display-resources (usually from 543 earlier versions only read it if display-resources (usually from
40 .Xresources) are not set. This avoids the #1 FAQ ("why isn't my 544 .Xresources) are not set. This avoids the #1 FAQ ("why isn't my
41 resource used") and seems to be logical behaviour, too. .Xdefaults 545 resource used") and seems to be logical behaviour, too. .Xdefaults
42 resources have a lower priority than display-specific resources. 546 resources have a lower priority than display-specific resources.
43 - add "kuake" perl extension that does a similar thing to the kuake 547 - add "kuake" perl extension that does a similar thing to the kuake
44 terminal emulator (see man urxtvperl). 548 terminal emulator (see man urxvtperl).
45 - use less "correct" color scaling that is compatible with libX11 and 549 - use less "correct" color scaling that is compatible with libX11 and
46 Xft (avoids off-by-one colors resulting in striped backgrounds). 550 Xft (avoids off-by-one colors resulting in striped backgrounds).
47 - the "depth" resource is now respected. 551 - the "depth" resource is now respected.
48 - preset the searchable-scrollback pattern with "(?i)" to default search 552 - preset the searchable-scrollback pattern with "(?i)" to default search
49 to case-insensitivity. Will automatically be cleared when typing an 553 to case-insensitivity. Will automatically be cleared when typing an
64 - selection-pastebin did not work properly with non-latin1-characters. 568 - selection-pastebin did not work properly with non-latin1-characters.
65 - apply colorUL only when the text colour is the default fg 569 - apply colorUL only when the text colour is the default fg
66 (patch by Wu Fengguang). 570 (patch by Wu Fengguang).
67 - removed rxvtlib.h from the tarball, it had no reason to be there 571 - removed rxvtlib.h from the tarball, it had no reason to be there
68 (spotted by Decklin Foster). 572 (spotted by Decklin Foster).
69 - fix compiling with TRANSPARENT but !XPM_BACKGROUND, as reported 573 - fix compiling with TRANSPARENT but !XPM_BACKGROUND, as reported
70 by omatunto_. 574 by omatunto_.
71 - slap in a using namespace std, might help on platforms that don't 575 - slap in a using namespace std, might help on platforms that don't
72 follow C++ closely enough. 576 follow C++ closely enough.
73 - fix mailto url regex, spotted within milliseconds by Jost Krieger. 577 - fix mailto url regex, spotted within milliseconds by Jost Krieger.
74 - applied fade_color_update_func.patch by WU Fengguang. 578 - applied fade_color_update_func.patch by WU Fengguang.
90 - modified XIM according to a patch sent by Takano Akio that sets 594 - modified XIM according to a patch sent by Takano Akio that sets
91 the preedit rectangle for OverTheSpot, which helps some input methods 595 the preedit rectangle for OverTheSpot, which helps some input methods
92 to correctly position their preedit window. 596 to correctly position their preedit window.
93 - un-optimise the line clearing on newly scrolled-in lines a bit: the 597 - un-optimise the line clearing on newly scrolled-in lines a bit: the
94 former reasoning was that any fg colour on default bg looks the same 598 former reasoning was that any fg colour on default bg looks the same
95 in empty spaces, but thats not true when reversing (e.g. selection), 599 in empty spaces, but that's not true when reversing (e.g. selection),
96 so also check for matching fg colours. This fixes the problem where 600 so also check for matching fg colours. This fixes the problem where
97 selecting newly scrolled-in lines would exhibit wrong colours. 601 selecting newly scrolled-in lines would exhibit wrong colours.
98 - fix a bug in the perl interface causing focus in events to generate 602 - fix a bug in the perl interface causing focus in events to generate
99 focus out perl events, causing bad focus effects with -pe tabbed. 603 focus out perl events, causing bad focus effects with -pe tabbed.
100 - fix a race resulting in a crash on exiting. 604 - fix a race resulting in a crash on exiting.
1097.6 Fri Feb 10 08:52:36 CET 2006 6137.6 Fri Feb 10 08:52:36 CET 2006
110 - changed interpretation of [alpha] colour prefix. 614 - changed interpretation of [alpha] colour prefix.
111 - +option now really sets the option to default, instead of using the 615 - +option now really sets the option to default, instead of using the
112 resource value. 616 resource value.
113 - options that require an argument now really _require_ an argument. 617 - options that require an argument now really _require_ an argument.
114 - the tabbed extension now forwards focus and keys events to th 618 - the tabbed extension now forwards focus and key events to the
115 relevant tab window. 619 relevant tab window.
116 - tab colours are now configurable and have sensible defaults 620 - tab colours are now configurable and have sensible defaults
117 (initial patch by hednod). 621 (initial patch by hednod).
118 - option menu is extendable, readline, selection and 622 - option menu is extendable, readline, selection and
119 selection-autotransform can now be disabled/enabled at runtime. 623 selection-autotransform can now be disabled/enabled at runtime.
134 - add ISO646.1991-IRV to the list of supported codesets. 638 - add ISO646.1991-IRV to the list of supported codesets.
135 - minor libptytty update. 639 - minor libptytty update.
136 640
1377.5 Tue Jan 31 15:15:43 CET 2006 6417.5 Tue Jan 31 15:15:43 CET 2006
138 - further improvements to the careful mode detection, and font width 642 - further improvements to the careful mode detection, and font width
139 detection: 643 detection:
140 - fully double-wide fonts will now be correctly treated, 644 - fully double-wide fonts will now be correctly treated,
141 - overlap detection was improved. 645 - overlap detection was improved.
142 - detect totally broken fonts (usually synthesized by xft). 646 - detect totally broken fonts (usually synthesized by xft).
143 - careful mode forced refresh sometimes clashed with blinking, 647 - careful mode forced refresh sometimes clashed with blinking,
144 causing unnecessary screen redraws. 648 causing unnecessary screen redraws.
207 xterm. 711 xterm.
208 712
2097.2 Sun Jan 22 21:58:16 CET 2006 7137.2 Sun Jan 22 21:58:16 CET 2006
210 - bugfix: urxvt (not urxvtd) did not correctly handle multiple 714 - bugfix: urxvt (not urxvtd) did not correctly handle multiple
211 environments necessary, which resulted in segfaults within 715 environments necessary, which resulted in segfaults within
212 getenv (reproducable: urxvt -fn 9x15, open a menu once, 716 getenv (reproducible: urxvt -fn 9x15, open a menu once,
213 ctrl-shift-672c). 717 ctrl-shift-672c).
214 - bugfix: the selection speedup in in 7.1 unfortunately caused 718 - bugfix: the selection speedup in in 7.1 unfortunately caused
215 non-ascii characters to enlarge/move the selection. 719 non-ascii characters to enlarge/move the selection.
216 - bugfix: resizing sometimes leaked lines from the secondary to 720 - bugfix: resizing sometimes leaked lines from the secondary to
217 the primary screen. 721 the primary screen.
259 being interpreted in the locale urxvt was started. 763 being interpreted in the locale urxvt was started.
260 - implemented override-redirect option and enabled it on menus, 764 - implemented override-redirect option and enabled it on menus,
261 as kwin puts our windows behind the terminal (what a shoddy wm). 765 as kwin puts our windows behind the terminal (what a shoddy wm).
262 - fixed struct utmp check in configure for OpenBSD. 766 - fixed struct utmp check in configure for OpenBSD.
263 - complete overhaul of the pty/utmp management stuff and configure 767 - complete overhaul of the pty/utmp management stuff and configure
264 (Emanuele Giaquinta). 768 (Emanuele Giaquinta=exg).
265 - add tsl/fsl and related capabilities to the terminfo description, 769 - add tsl/fsl and related capabilities to the terminfo description,
266 to set the window title. 770 to set the window title.
267 - swap the environment in some more cases. This hopefully fixes 771 - swap the environment in some more cases. This hopefully fixes
268 some segfaults that might be caused by xft asking for env variables 772 some segfaults that might be caused by xft asking for env variables
269 at the wrong time. 773 at the wrong time.
322 - optionally embed a perl interpreter, which can be used for more 826 - optionally embed a perl interpreter, which can be used for more
323 intelligent/customized selection support, visual feedback, 827 intelligent/customized selection support, visual feedback,
324 menus, tabs etc. See the the urxvtperl manpage, the -pe option, 828 menus, tabs etc. See the the urxvtperl manpage, the -pe option,
325 perl*-resources and keysym resources. Not everything is there yet. 829 perl*-resources and keysym resources. Not everything is there yet.
326 - try to be more clever about differing font sizes and their ascent. 830 - try to be more clever about differing font sizes and their ascent.
327 Not guarenteed to work, but works better in most cases now. 831 Not guaranteed to work, but works better in most cases now.
328 - fix directory permissions on install. 832 - fix directory permissions on install.
329 - implemented option to disable built-in line drawing characters 833 - implemented option to disable built-in line drawing characters
330 and fall back to the font ones (patch by Martin Pohlack). 834 and fall back to the font ones (patch by Martin Pohlack).
331 - disabled sched_yield support: the linux version is just too useless 835 - disabled sched_yield support: the linux version is just too useless
332 (it schedules nice'd processes before the own one for extended 836 (it schedules nice'd processes before the own one for extended
371 (see http://www.freebsd.org/cgi/query-pr.cgi?pr=84647 for a 875 (see http://www.freebsd.org/cgi/query-pr.cgi?pr=84647 for a
372 partial patch). 876 partial patch).
373 - bump max columns/rows to 10000 each. 877 - bump max columns/rows to 10000 each.
374 - bump max savelines to 10000000. 878 - bump max savelines to 10000000.
375 - -pty-fd now passes the urxvtc fd to the urxvtd process. 879 - -pty-fd now passes the urxvtc fd to the urxvtd process.
376 - avoid linking against -lnsl/-lsocket/-lxpg4 unless neccessary. 880 - avoid linking against -lnsl/-lsocket/-lxpg4 unless necessary.
377 - major code cleanup (still not complete, though). 881 - major code cleanup (still not complete, though).
378 - implement -hold option. 882 - implement -hold option.
379 - _major_ rewrite of internal buffer handling: 883 - _major_ rewrite of internal buffer handling:
380 - re-flow on resize, lines get wrapped instead of winged. 884 - re-flow on resize, lines get wrapped instead of winged.
381 - circular line buffer (substantially speeds up scrolling). 885 - circular line buffer (substantially speeds up scrolling).
423 927
4245.6 Sun Jun 26 22:11:13 CEST 2005 9285.6 Sun Jun 26 22:11:13 CEST 2005
425 - R_SB_RXVT bitset value was 0, so rxvt scrollbar was initialised 929 - R_SB_RXVT bitset value was 0, so rxvt scrollbar was initialised
426 every time resulting in display errors (original rxvt also affected). 930 every time resulting in display errors (original rxvt also affected).
427 Reported by Jasmin Buchert. 931 Reported by Jasmin Buchert.
428 - font names are now considered to be utf-8 encoded (xft apperently 932 - font names are now considered to be utf-8 encoded (xft apparently
429 uses this convention. X Core fonts might not, but it should be rare). 933 uses this convention. X Core fonts might not, but it should be rare).
430 Affects display in iso14755 box. 934 Affects display in iso14755 box.
431 - rewrote the low-level xft drawing function ("xft backend" for the 935 - rewrote the low-level xft drawing function ("xft backend" for the
432 hipper parts of the world) to hopefully cope better with proportional 936 hipper parts of the world) to hopefully cope better with proportional
433 chars mixed with fixed-width ones. 937 chars mixed with fixed-width ones.
442 - wide characters not fitting into the end of the line will be 946 - wide characters not fitting into the end of the line will be
443 output in the next line (reported by Mikachu). 947 output in the next line (reported by Mikachu).
444 - added doc/solaris9.patch by Ewgenij Starostin. 948 - added doc/solaris9.patch by Ewgenij Starostin.
445 949
4465.5 Sat Apr 23 22:31:36 CEST 2005 9505.5 Sat Apr 23 22:31:36 CEST 2005
447 - re-enabled modifer state matching as in 5.3, but implement 951 - re-enabled modifier state matching as in 5.3, but implement
448 a new builtin: keysym style that simply reverts to the built-in 952 a new builtin: keysym style that simply reverts to the built-in
449 meaning of the given key. 953 meaning of the given key.
450 - use scrollcolor for next scrollbar instead of hardcoded antiquewhite 954 - use scrollcolor for next scrollbar instead of hardcoded antiquewhite
451 (patch by Martin Edlman). 955 (patch by Martin Edlman).
452 956
480 - added doc/embed-tk, an embedding example in Perl/Tk, 984 - added doc/embed-tk, an embedding example in Perl/Tk,
481 and doc/rxvt-tabbed, a primitive tabbed shell implemented 985 and doc/rxvt-tabbed, a primitive tabbed shell implemented
482 in Perl/Gtk2. 986 in Perl/Gtk2.
483 - fix assertion failure ("crash") on mousewheel-scrolling 987 - fix assertion failure ("crash") on mousewheel-scrolling
484 when the terminal height is small, by removing the assert. 988 when the terminal height is small, by removing the assert.
485 (reported by Mikael Magnusson). 989 (reported by Mikael Magnusson=Mikachu).
486 - SYNCCVS. backported bugfixes done to rxvt 990 - SYNCCVS. backported bugfixes done to rxvt
487 (sourceforge bugs #1028739, #1028732), except for 991 (sourceforge bugs #1028739, #1028732), except for
488 pts/%s fix as it seems to collide with freebsd, 992 pts/%s fix as it seems to collide with freebsd,
489 and sourceforge bug #954654, which is not neccessary. 993 and sourceforge bug #954654, which is not necessary.
490 - change terminfo file to not clobber G1 when using 994 - change terminfo file to not clobber G1 when using
491 line-drawing characters, as this seems to mess 995 line-drawing characters, as this seems to mess
492 with EUC-JP (it will clobber G0, but G0 practically 996 with EUC-JP (it will clobber G0, but G0 practically
493 needs to be US-ASCII all the time). 997 needs to be US-ASCII all the time).
494 - toggle default application keypad/cursor mode to help 998 - toggle default application keypad/cursor mode to help
538 - more keysym-mapping fixes. 1042 - more keysym-mapping fixes.
539 1043
5404.9 Thu Feb 3 09:52:03 CET 2005 10444.9 Thu Feb 3 09:52:03 CET 2005
541 - nuke out utmp entries completely. Should be fixed in 1045 - nuke out utmp entries completely. Should be fixed in
542 original rxvt, too. (reported by James Michael Fultz). 1046 original rxvt, too. (reported by James Michael Fultz).
543 - resizes wil now correctly refresh the displayed text when 1047 - resizes will now correctly refresh the displayed text when
544 -pixmap is active. 1048 -pixmap is active.
545 - new option/resource imFont. 1049 - new option/resource imFont.
546 - document --tripleclickwords/-tcw. 1050 - document --tripleclickwords/-tcw.
547 - select logical instead of physical lines when doing a triple-click. 1051 - select logical instead of physical lines when doing a triple-click.
548 - reordered help listing to group similar options together. 1052 - reordered help listing to group similar options together.
580 - removed W11 directory from dist, it wasn't used anyway. 1084 - removed W11 directory from dist, it wasn't used anyway.
581 - initialize the locale much earlier. 1085 - initialize the locale much earlier.
582 - fixed two tiny per-instance memory leaks. 1086 - fixed two tiny per-instance memory leaks.
583 1087
5844.7 Wed Dec 29 20:54:24 CET 2004 10884.7 Wed Dec 29 20:54:24 CET 2004
585 - fix a bug in the event logic that could cause the temrinal to be 1089 - fix a bug in the event logic that could cause the terminal to be
586 black on initial startup. 1090 black on initial startup.
587 - do NOT call XCloseIM, ever. This causes way to many crashes due to 1091 - do NOT call XCloseIM, ever. This causes way to many crashes due to
588 races in the protocol and within Xlib. 1092 races in the protocol and within Xlib.
589 - map iso-left-tab to the same sequence as shift-tab. 1093 - map iso-left-tab to the same sequence as shift-tab.
590 - generate a unique escape sequence for many unknown keys, such as 1094 - generate a unique escape sequence for many unknown keys, such as
709 installed if tic is available. 1213 installed if tic is available.
710 - fixed some --disable switches that didn't work. 1214 - fixed some --disable switches that didn't work.
711 - tweaked src/features.h a bit. 1215 - tweaked src/features.h a bit.
712 - removed README.unicode. 1216 - removed README.unicode.
713 - support select&paste of tab characters. 1217 - support select&paste of tab characters.
714 - fixed a segfault when trying to load nonexistant fonts (reported 1218 - fixed a segfault when trying to load nonexistent fonts (reported
715 by Eduard Bloch and Mikael Magnusson). 1219 by Eduard Bloch and Mikael Magnusson).
716 - fixed a long-standing rxvt bug in which rxvt failed to save 1220 - fixed a long-standing rxvt bug in which rxvt failed to save
717 and restore the correct cursor position on the secondary screen. 1221 and restore the correct cursor position on the secondary screen.
718 - reworked rxvt-unicode terminfo to allow more efficient and less flickering 1222 - reworked rxvt-unicode terminfo to allow more efficient and less flickering
719 screen updates with curses. 1223 screen updates with curses.
770 approximation to the rxvt font, though. This fixes the 1274 approximation to the rxvt font, though. This fixes the
771 "cannot create input context" in most cases. 1275 "cannot create input context" in most cases.
772 - fix coordinates used for Over && OffTheSpot editing to fit directly 1276 - fix coordinates used for Over && OffTheSpot editing to fit directly
773 at the cursor (Over) or into the top line (Off). 1277 at the cursor (Over) or into the top line (Off).
774 - reset SIGHUP and SIGPIPE handlers to default values (they were 1278 - reset SIGHUP and SIGPIPE handlers to default values (they were
775 previously being ignored, causing programs not to exit on windoe 1279 previously being ignored, causing programs not to exit on window
776 close). 1280 close).
777 - implemented simple overlays for feedback messages. believe it or 1281 - implemented simple overlays for feedback messages. believe it or
778 not, this was a major blocker in implementing tabbed terminals. 1282 not, this was a major blocker in implementing tabbed terminals.
779 - fix compiling with --disable-frills (Adam Sampson). 1283 - fix compiling with --disable-frills (Adam Sampson).
780 - clarify bold docs in README.unicode (Adam Sampson). 1284 - clarify bold docs in README.unicode (Adam Sampson).
872 - some doc updates (Eduard Bloch). 1376 - some doc updates (Eduard Bloch).
873 - use faster inheritpixmap method when tinting color not set. 1377 - use faster inheritpixmap method when tinting color not set.
874 - fix pixmap offset when tinting (reported by Eduard Bloch). 1378 - fix pixmap offset when tinting (reported by Eduard Bloch).
875 - new -sh option by Mikael Magnusson. 1379 - new -sh option by Mikael Magnusson.
876 - off-focus-fading (--enable-fading) support (patch by 1380 - off-focus-fading (--enable-fading) support (patch by
877 Mikael Magnusson). 1381 Mikael Magnusson, based on aterm code).
878 - cursor now set correctly on --disable-blank (reported by 1382 - cursor now set correctly on --disable-blank (reported by
879 Mikael Magnusson). 1383 Mikael Magnusson).
880 - better (and non-crashing) slipwheeling (Mikael Magnusson). 1384 - better (and non-crashing) slipwheeling (Mikael Magnusson).
881 - solaris 2.8 portability changes (reported by Colin Marquardt). 1385 - solaris 2.8 portability changes (reported by Colin Marquardt).
882 - disable-xim now really disables xim code. 1386 - disable-xim now really disables xim code.
895 - set default backspace sequence to "DEC" (which defaults to \177) 1399 - set default backspace sequence to "DEC" (which defaults to \177)
896 as opposed to \010 as before, which was incorrect (ahem :). 1400 as opposed to \010 as before, which was incorrect (ahem :).
897 - updated doc/etc/rxvt.* to reflect the change. This brings rxvt 1401 - updated doc/etc/rxvt.* to reflect the change. This brings rxvt
898 in line with many existing rxvt terminfo and termcap entries as 1402 in line with many existing rxvt terminfo and termcap entries as
899 well as with other terminal emulators. 1403 well as with other terminal emulators.
900 - fix a segfault when trying to set a nonexistant locale 1404 - fix a segfault when trying to set a nonexistent locale
901 (reported by elmex). 1405 (reported by elmex).
902 - find more fonts by default for japanese. 1406 - find more fonts by default for japanese.
903 - the internal border wasn't always cleared. This is fixed by moving 1407 - the internal border wasn't always cleared. This is fixed by moving
904 the window relative to it's frame and simplifies a lot of code, too. 1408 the window relative to it's frame and simplifies a lot of code, too.
905 - fixed quite hard to find scrollbar colour bug, reported by Eduard 1409 - fixed quite hard to find scrollbar colour bug, reported by Eduard
931 an extension and is slightly ugly. 1435 an extension and is slightly ugly.
932 - removed --disable-swapscreen and SCROLL_ON_NO_SECONDARY and 1436 - removed --disable-swapscreen and SCROLL_ON_NO_SECONDARY and
933 replaced them by runtime-configurable options secondaryScreen and 1437 replaced them by runtime-configurable options secondaryScreen and
934 secondaryScroll (-ssr and -ssc) (see debian bug #237673). 1438 secondaryScroll (-ssr and -ssc) (see debian bug #237673).
935 - close down terminal window when child exits. (debian bug #241267). 1439 - close down terminal window when child exits. (debian bug #241267).
936 - xterm-compat: enable seperate mouse bg colour setting. 1440 - xterm-compat: enable separate mouse bg colour setting.
937 - re-enable mouse cursor colours again, fixing colours when fg/bg are 1441 - re-enable mouse cursor colours again, fixing colours when fg/bg are
938 overwritten (as is common). 1442 overwritten (as is common).
939 - xterm-compat: correctly implement privmodes 1047, 1048, 1049. 1443 - xterm-compat: correctly implement privmodes 1047, 1048, 1049.
940 - ported to solaris by elmar@math.uni-bremen.de. 1444 - ported to solaris by elmar@math.uni-bremen.de.
941 1445
986 - fix segfault when DISPLAY cannot be opened. 1490 - fix segfault when DISPLAY cannot be opened.
987 - removed HOTKEY_CTRL and HOTKEY_SHIFT, ACS_*, FONT0_IDX, 1491 - removed HOTKEY_CTRL and HOTKEY_SHIFT, ACS_*, FONT0_IDX,
988 MAX_NFONTS. UNICODE and UTF8 defines and references from 1492 MAX_NFONTS. UNICODE and UTF8 defines and references from
989 all files. 1493 all files.
990 - default config now reads an app-defaults file even without 1494 - default config now reads an app-defaults file even without
991 --enable-xgetdefaults. 1495 --enable-xgetdefault.
992 1496
9932.2 Thu Mar 11 01:41:56 CET 2004 14972.2 Thu Mar 11 01:41:56 CET 2004
994 - implement autocompositing of characters by either using an existing 1498 - implement autocompositing of characters by either using an existing
995 precomposed unicode character or by graphical overlay. this is 1499 precomposed unicode character or by graphical overlay. this is
996 also used to store characters >16bit without --enable-unicode3. 1500 also used to store characters >16bit without --enable-unicode3.
1106 - completely removed non-working graphics mode 1610 - completely removed non-working graphics mode
1107 1611
11081.4 Fri Jan 16 23:03:22 CET 2004 16121.4 Fri Jan 16 23:03:22 CET 2004
1109 - fix stupid segfault on esc-c 1613 - fix stupid segfault on esc-c
1110 - small font tunings 1614 - small font tunings
1111 - much better io manager, less bugs, higher speed 1615 - much better io manager, fewer bugs, higher speed
1112 - better error reporting for unknown options 1616 - better error reporting for unknown options
1113 1617
11141.3 2003-12-26 16181.3 2003-12-26
1115 - fix a bug in font height selection 1619 - fix a bug in font height selection
1116 - autoscale scalable x11 fonts 1620 - autoscale scalable x11 fonts
11261.1 2003-12-18 16301.1 2003-12-18
1127 - Support for XIM in other than the current locale. 1631 - Support for XIM in other than the current locale.
1128 - Support for non-utf-8-locales 1632 - Support for non-utf-8-locales
1129 - much improved font choosing 1633 - much improved font choosing
1130 1634
11311.0 16351.0 2003-12-18
1132 - first release 1636 - first release
1133 - originally cloned from rxvt-CVS 2003-11-19 00:26 1637 - originally cloned from rxvt-CVS 2003-11-19 00:26
1134 - removed rclock et al. 1638 - removed rclock et al.
1135 - initial conversion to C++ 1639 - initial conversion to C++
1136 1640

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines