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

Comparing rxvt-unicode/Changes (file contents):
Revision 1.687 by root, Thu Jul 6 19:43:21 2006 UTC vs.
Revision 1.1022 by sf-exg, Tue Apr 26 13:36:02 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: split perl documentation and urxvt.pm into separate files
8TODO: harmonize --disable-options into position-dependent options.
9TODO: "slow" rendering mode for bidi and scripts, pango! 7TODO: "slow" rendering mode for bidi and scripts, pango!
10TODO: read property sequence is broken with respect to utf-8 etc. 8TODO: read property sequence is broken with respect to utf-8 etc.
11TODO: 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?)
12TODO: default selection should handle = better 10TODO: better resource handling for tabbar in -pe tabbed.
13TODO: kick out xpm.C, replace by pixbuf 11WISH: investigate -pe tabbed -g 80x25 being 23 not 24 or 25 lines
14WISH: skipscroll option 12 => when setting the constraints, the wm might (correctly)
15WISH: selection-color-pair instead of reverse video 13 resize the outer window, which might result in a smaller window overall.
14 or something like that. guys, send me a patch.
15WISH: coloured pastebin
16WISH: 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
17WISH: look into XAddConnectionWatch, does anybody need that? 17WISH: look into XAddConnectionWatch, does anybody need that?
18WISH: anyevent mouse notification / manage MotionMask better.
19WISH: http://www120.pair.com/mccarthy/nextstep/intro.htmld/Workspace.html is the correct nextstep look.
20DUMB: support tex fonts 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?
21 22
22TODO: investigate -pe tabbed -g 80x25 being 23 not 24 or 25 lines 23TODO: perl selection object creation/destruction
23TODO: zero scorllback buffer should free memory 24 - fix alpha channel support. Premultiply alpha in colours if the visual
24TODO: kuake 25 supports an alpha channel, as xrender expects premultiplied alpha
26 (Emanuele Giaquinta).
27 - fix reply to a selection request sent by an obsolete client
28 such as syncterm (patch by Marcin Cieslak).
29 - fix crash when the window is resized and the overlay is active
30 (Emanuele Giaquinta, reported by Ryan Kavanagh).
31 - match character-wise rather than byte-wise in selection
32 extension again. perl 5.8.9+ is required to avoid extreme
33 slowdowns. Fixes debian bugs #523072, #616463.
34 - fix a possible crash if the INCR transfer process for a
35 selection property timeouts and at least one chunk is
36 received. (Emanuele Giaquinta)
37 - work around a memory corruption bug in xorg's XrmSetDatabase (apparently
38 broken since http://lists.freedesktop.org/archives/xorg-commit-diffs/2004-March/000239.html).
39 - fix memory corruption bug when custom command sequences bound to keys
40 were injected into an already-full pty input buffer.
41 - gdk-pixbuf is autodetected by default and preferred over libafterimage.
42 - do not prepend a newline to the selection text when the starting line
43 of the selection is not highlighted (Emanuele Giaquinta).
44 - don't swap perl env with real env, save and restore it, just in case
45 we ever get recursive perl invocations. also saves a bit of codespace
46 with gcc.
47 - fix various memory leaks (Emanuele Giaquinta).
48 - fix typo in kIC terminfo capability, debian bug #446444.
49 - document 'thickness' resource.
50 - fix debian bug #504817, to the extent possible.
51 - try to detect byte order at compile time, saves a couple of
52 hundred bytes, if your compiler is smart enough.
53 - add support for previewing the pasted data in confirm-paste
54 (Emanuele Giaquinta).
55 - added "newlines to spaces" option in selection-popup.
56 - actually enabled solaris event ports backend (was disabled by accident).
57 - revert to 38400 baud max., mission accomplished.
58 - no longer create scary "pty_fill: PLEASE REPORT" message, instead,
59 silently drain the input (problem is well understood now).
60 - no longer swallow rob nation's own graphics mode commands.
61
629.10 Mon Dec 13 17:43:52 CET 2010
63 - the "schmorp=north korea dickey=south korea" release.
64 - INCOMPATIBLE CHANGE: make OSC 20 simpler and more correct
65 (Emanuele Giaquinta).
66 - if options were compiled out, this could lead to the option
67 count to be defined wrongly. This is likely behind the
68 failures with gcc 4.5.
69 - explicitly depend on fontconfig and xrender when xft support
70 is enabled. Although the public Xft api uses types from
71 both, in Xft 2.2.0 these libs are private
72 dependencies only thanks to an idiotic behaviour of
73 pkg-config that was added to workaround cases like this one.
74 Fixes linking when using GNU ld with --as-needed or GNU gold
75 (based on patch by Jan Palus).
76 - fix minor memory leaks in urxvt and urxvtd.
77 - fix regression in urxvtd that prevented options from being correctly
78 set (reported by Michal Vaner).
79 - implement xterm's horribly broken 1005 mouse reporting mode,
80 and an alternative 1015 mode that works in non-utf-8 locales
81 and has fewer limitations.
82 - fix a possible bug where mouse notifications didn't work after
83 startup for the upper left corner.
84 - implement our own pixbuf to pixmap rendering to get rid of
85 dependency on buggy gdk-pixbuf-xlib. Only truecolor visuals
86 are supported (Emanuele Giaquinta).
87 - apply tinting before shading when both operations are requested.
88 Previously they were intermixed when lightening and the result
89 was inaccurate and confusing. Note that now a black tint yields a
90 completely black image, regardless of shading (Emanuele Giaquinta).
91 - avoid spurious redraws of the bg image when bg is transparent or
92 when using 'root' mode (Emanuele Giaquinta).
93 - fix build on XFree86.
94 - dynamically number options according to compiletime requirements.
95 For the extra saved byte. Or so. Yay.
96 - start options at one, not zero. Wastes a bit per terminal. Maybe.
97 saves 50 instruction bytes. Possibly.
98
999.09 Sat Nov 13 01:39:07 CET 2010
100 - NOTICE: this release updates terminfo/termcap.
101 - the bestest release ever.
102 - it was verified that urxvt handles µ and μ correctly.
103 - add support for blending and blurring with XRender (Emanuele Giaquinta).
104 - add support for using gdk-pixbuf as image backend (Emanuele Giaquinta).
105 - cleanup and minor fixes of the image code (Emanuele Giaquinta).
106 - new perl extension "confirm-paste" (Emanuele Giaquinta).
107 - new on_tt_paste perl hook and tt_paste perl binding (Emanuele Giaquinta).
108 - new on_bell perl hook (Emanuele Giaquinta).
109 - searchable-scrollback no longer ignores the first line
110 (Emanuele Giaquinta).
111 - properly set VSTATUS in termios for *BSD (reported by Ed Schouten).
112 - fix utmpx detection on upcoming FreeBSD 9.
113 - Use COMPOUND_TEXT encoding for WM_NAME/WM_ICON_NAME value when it
114 is not fully convertible to STRING (patch by James Cloos).
115 - fix a buffer overflow that would cause wrong key sequences to
116 be generated for numpad keys (introduced in 9.05).
117 - fix definition of sgr0 to work around limitations in luit.
118 - extend ISO 14755 5.4 mode to also print the font name of the
119 characters other than first one in the selected cell
120 (Emanuele Giaquinta).
121 - new iso14755 option to disable ISO 14755 at runtime
122 (Emanuele Giaquinta).
123 - make sure pagewise scrolling scrolls at least one line
124 (found by Mikachu).
125 - remove deprecated OSC 18 / 19 and make OSC 17 / 19 apply to
126 highlightColor / highlightTextColor (Emanuele Giaquinta).
127 - add highlightTextColor resource to change the foreground colour of
128 highlighted characters (Emanuele Giaquinta).
129 - make highlightColor apply also to selected cells with reverse video
130 but not to non selected cells with reverse video (Emanuele Giaquinta).
131 - remove colorRV resource (it was enabled only with frills off).
132 - fix numlock handling, the most longstanding bug to date (Emanuele Giaquinta).
133 - reduce the number of custom bits to 4, to make room
134 for 256 colours.
135 - add support for 256 colors (Emanuele Giaquinta, Marc Lehmann).
136 - add rxvt-unicode-256color terminfo and use it by default in 256 colors mode.
137 - update rxvt-unicode terminfo to state 7744 colour pairs to cover all
138 88*88 possible pairs.
139 - actually added macosx-clipboard-native, which should have been in
140 the 9.07 release but had been forgotten.
141 - fix hang if DECAWM is not set and there are not enough columns to insert a
142 character (Emanuele Giaquinta).
143 - cub1 ("backspace") will now respect wrapping when past the rightmost column,
144 working around a shortcoming of most tty line discipline's line editing.
145 - add support for grabbing the clipboard selection and extend
146 selection{_clear,_grab,} perl bindings to optionally work
147 on the clipboard selection (based on patch by Dana Jansens).
148 - no longer force CERASE to BACKSPACE - use the system default. affects
149 default value for VERASE only when no compatible setting for
150 backspacekey was given.
151 - use higher than 38400 baudrate setting, if detected.
152 - erase screen would clear to the wrong background when blinking
153 was enabled (which selects high intensity under some circumstances).
154 - scr_kill_char didn't touch the line.
155 - upgrade and port to libev-4.01.
156 - enabled solaris event ports and kqueue backends (if available).
157
1589.07 Wed Dec 30 07:07:18 CET 2009
159 - port to glibc-2.10 changes (strchr etc. returning const char *
160 in C++), based on patches by Milos Jakubicek and Oliver Mader.
161 - the binary search algorithm to find precomposed characters
162 was faulty, skipping some possible combinations (found by
163 Mikachu).
164 - new -letterspace option, patch by Mark H. Wilkinson.
165 - enable --mlock option for urxvt with frills on
166 systems supporting it (patch by Russell Harmon).
167 - urxvt did not compile without frills enabled
168 (analysed by Matthew Rosewarne).
169 - correctly reset the mbstate after an illegal
170 input sequence when handling terminal output (Emanuele Giaquinta).
171 - avoid redrawing wide characters with combining enabled on every
172 refresh (reported by Mikachu).
173 - fix a typo preventing the ISO-646.1991 character set from being
174 recognized (http://achurch.org/patch-pile/).
175 - better warning for x11 font encoding detection failures, also,
176 try to deduce encoding from both font properties and name
177 (adapted from http://achurch.org/patch-pile/).
178 - resizing the window with the scrollbar disabled via the escapes
179 sequence could make the window bigger again (Mikachu).
180 - make sure the alignment for fd passing control messages
181 is correct and work around some NetBSD issues (Taylor R Campbell).
182 - update to libptytty 1.3.
183 - replace macosx-clipboard by a nicer version by Reza Jelveh, and move
184 the old version to macosx-clipboard-native.
185 - document the -uc option (Emanuele Giaquinta).
186 - assertions in libev are now enabled depending on frills.
187 - update AnyEvent implementation to version 5.23 API.
188 - work around arrogant bsd idiocies again: netbsd spills the default
189 namespace with lots of symbols "for gnu/gcc compatibility" even
190 though neither of them does it, and then calls the rest of the world
191 in need of fixing. go figure.
192 - on_keyboard_command is on_user_command (patch by Michael Witten).
193 - setting the selection from perl will now reset the selection screen
194 to the current screen. the screen can be manipulated using
195 the new ->selection_screen method.
196 - implement --enable-assert configure option and get rid of DEBUG_STRICT
197 (based on patch by Emanuele Giaquinta).
198 - fix printpipe data output (patch by Emanuele Giaquinta).
199 - allow `xxx' quoting style for perl selection.
200 - upgrade to libev-3.9 prerelease.
201 - updated compose tables to unicode 5.2.0.
202
2039.06 Sat Nov 8 17:47:18 CET 2008
204 - NOTICE: this release updates terminfo/termcap.
205 - updates libev to 3.48.
206 - the aterm code now frees the as visual and image manager objects
207 when a window was closed.
208 - do not (wrongly) adjust the virtual line length inside
209 scr_insdel_chars/ERASE (Miroslav Lichvar).
210 - fix an issue where wide tab characters caused character shifts
211 when part of them was deleted (tracked down by Miroslav Lichvar).
212 - artificially enlargen the previous character at the end of a line
213 when trying to output a character that doesn't fit. looks ugly, but
214 makes copy&paste work.
215 - remove bogus "setuid/setgid security issues" from rxvt.1.pod, they
216 no longer apply.
217 - the urgency hint is now cleared on both focus in and focus out.
218 - cache urgency hint locally to avoid server rtt on every focus change.
219 - perl 5.10 needs PERL_SYS_INIT3 on hppa.
220 - ignore byte-order marks and do not treat them like combining characters.
221 - fix build issue when CURSOR_BLINK is not defined (Emanuele Giaquinta).
222 - do some µ-optimisations to the character fast path.
223 - use a less cunning, but more robust algorithm to avoid one terminal
224 monopolising the whole process by outputting a lot of text.
225 - try to work around linux first breaking sched_yield and now breaking
226 the only known workaround.
227 - new option -icon to set _NET_WM_ICON (based on patch by Frank Schmitt).
228 - initialise the as visual only on demand, instead of unconditionally,
229 to save memory in the common case of not using visual gimmicks.
230 - try to work around bugs in a few wm's that erroneously resize
231 client windows on hint property updates by temporarily
232 disabling size hints.
233 - implement the DECSTR soft reset sequence and use it for tput init,
234 and make hard RIS and DECSTR both reset more private modes, such
235 as mouse reporting.
236 - redundantly clear mouse reporting and a few other states in
237 tput init/tput reset, for older urxvts.
238 - partial/full clear screens did cause flickering and possibly pixel
239 droppings when urxvt viewed the scrollback buffer.
240 - use current rendition style in DCH sequence.
241 - the 132/80 mode switch no longer forces a screen reset.
242 - add an osc sequence to change the border colour (Emanuele Giaquinta).
243 - new perl extension "overlay-osc", for status displays and the like.
244 - fix some minor cursor drawing issues with overlays by allowing
245 overlays to modify screen flags (to disable the cursor themselves).
246 - work around programs not restoring rstyle before rmcup
247 (analysed by Miroslav Lichvar).
248
2499.05 Sun Jun 15 20:09:20 CEST 2008
250 - new option --cd/chdir to set the starting working directory.
251 - tabbed extension now starts in the "correct" working directory.
252 - work around fedora 9 providing isastream but not the relevant
253 header file for it (report by Tuncer Ayaz).
254 - upgrade libev, fixing a bug in the select backend.
255 with more than 31 file descriptors on non-linux 64 bit systems.
256 - correctly reset the multibyte state to the initial one
257 after EILSEQ (patch by Neil Booth). This fixes the
258 issue of rxvt-unicode not properly displaying text after an illegal
259 sequence on NetBSD and probably other systems.
260 - more intelligent property handling with -pe tabbed, works around
261 broken window managers (kwm et al.), saves bandwidth and should
262 help working window managers as well.
263 - made tabs moveable (based on a patch by Petr Machata).
264 - implement ESC [ 3 K as a more rational alternative to ESC [ 0 K.
265 - support relative paths for RXVT_SOCKET in urxvtd.
266 - the tabbed extension now blindly copies over all (rxvt-) resources
267 from the toplevel window to the children.
268 - better diagnostic on 0x0 window geometries.
269 - update AnyEvent API to version 3.4 and above.
270 - document the default value of :0 for DISPLAY.
271 - rename perl method XChangeWindowProperty to XChangeProperty.
272
2739.02 Tue Jan 29 11:58:36 CET 2008
274 - the "exg makes everybody happy" release.
275 - fix build with !xft.
276 - always compile in plain style scrollbar (simplifies code and looks great).
277
2789.01 Sat Jan 26 20:49:27 CET 2008
279 - be more aggressive about handling X events, this seems to be required
280 with newer xlibs (should fix the "screen stays black until event is
281 received" problem, again :)
282 - add buffered resource to control xft double-buffering.
283
2849.0 Fri Jan 25 19:34:04 CET 2008
285 - fix a crash bug where urxvtd would crash when urxvtc was called
286 with wrong arguments (I wish debian maintainers in general would
287 report bugs and their proposed fixes to the original package maintainers
288 instead of sitting on them for good measure to see if anybody notices).
289 - drawing xft compose characters was causing garbage to be drawn.
290 - correctly clear xft character background in all cases.
291 - implement bracketed paste mode (xterm private mode 2004).
292 - improve documentation on alpha channel handling, make urxvt
293 work better on servers lacking the RENDER extension when alpha
294 channels or background images are used.
295 - check for refresh after initialising to avoid staying blank
296 till the first event arrives. or so.
297 - the FORCE_UNBUFFERED_XFT feature macro works again.
298 - continuously update transparency while moving/resizing now.
299 - OSC 39/49 are deprecated and aliased to OSC 10/11.
300 - cub1 now acts as advertised (and ignores the "wrapped" state).
301 - the 132/80 mode switch now forces a height of 24, too, and
302 resets the terminal.
303 - scrollbar code cleanups.
304 - stopping children is no longer confused with children exiting.
305 - removed (undocumented) #aarrggbb format.
306 - updated to libev 3.0.
307
3088.9 Mon Dec 24 07:51:40 CET 2007
309 - fix the issue where urxvtd would not immediately close a window
310 when the command exited but only on the next X event.
311 - changed terminfo file not to use application keypad mode.
312 - fix the issue where making a selection in one urxvtd window
313 would not clear it visually in another.
314 - fix an issue of urxvt not getting background pixmap updates
315 and flickering after bg pixmap changes (reported by Mikachu).
316 - fix redraw bug in xterm scrollbar with -sr (reported by Mikachu).
317 - correctly provide dependencies for libev (µikachu).
318 - minor code reorganisations and cleanups.
319 - be more robust in case the urxvt-popup extension cannot be loaded.
320
3218.8 Sat Dec 15 19:40:39 CET 2007
322 - option -C was aliased to all unsupported options, activating
323 options that shouldn't be compiled in, leading to interesting
324 effects.
325 - updated libev, working around a bug in linux 2.4, curing the
326 symptom of urxvt not closing its window on shell exit. also
327 fixes a problem with urxvt not refreshing.
328 - the text blink callback was called even when no blinking
329 text was visible.
330 - pre-8.4 slipwheeling behaviour has been reinstated, with
331 some minor improvements.
332 - streamlined x events processing to only flush once per
333 display and not once per terminal window.
334 - quite a bit of minor code cleanups and codesize optimisations.
335
3368.7 Sun Nov 25 10:23:49 CET 2007
337 - update libev with an important bugfix that would cause crashes
338 when closing windows (when using rxvtd, and update is recommended).
339 - do not compile in the block builtin graphics with --disable-frills.
340
3418.6 Fri Nov 23 14:10:57 CET 2007
342 - upgrade libev to disable kqueue on anything but netbsd as it
343 seems to be broken everywhere else w.r.t. ptys.
344 - allow for spurious event notifications, as at least epoll and
345 especially solaris ports like to lie about them (symptoms:
346 urxvt "hangs" until there is some x11 related activity).
347 - -keysym command line options are now subjected to xlib parsing.
348 - add 'xrm' option analogous to Xt one.
349
3508.5a Wed Nov 21 10:16:33 CET 2007
351 - make it compile with --disable-transparency.
352
3538.5 Wed Nov 21 05:19:20 CET 2007
354 - expect major portability issues in this release: please test and report.
355 - converted from the veritable io manager event loop to
356 the high performance libev (http://software.schmorp.de/pkg/libev).
357 - minor tuning to the perl selection (include single words and more quoting chars).
358 - fix memory leak in pixmap code.
359 - fix a serious bug while setting the XIM destroy callback
360 on (typical) 64 bit systems.
361 - automove-background functionality re-implemented internally using :root op in pixmap
362 geometry string. For example: rxvt -pixmap "image.jpg;:root"
363 - do not link rxvtc against every lib on the planet anymore.
364 - parallel builds should work once more.
365
3668.4 Sat Oct 27 14:02:13 CEST 2007
367 - overhaul of the transparency/pixmap code (sasha).
368 - fix possible race between visual bell and poweron.
369 (reported by Martin von Gagern, gentoo?).
370 - urxvt -e no longer crashes the child.
371 - fixed some minor memleaks on incorrect usage or
372 missing DISPLAY.
373 - implement xterm 1002/1003 mouse tracking modes (exg).
374 - source code organisational cleanups (exg).
375 - updated io_manager.
376
3778.3 Wed Aug 1 20:21:31 CEST 2007
378 - new option: skipScroll/-ss, enabled by default.
379 - go with the times and expect x11 library files in /usr/lib, not
380 /usr/X11R6/lib.
381 - initial transparency improvement/afterimage support
382 patch by Sasha Vasko.
383 - add urgentOnBell resource to set the urgency hint
384 (patch by Philip Paeps).
385 - do not process focus events caused by grabs
386 (patch by Mikachu).
387 - add iso14755_52 resource to disable iso14755 5.2 (exg).
388 - add binding for backspace in iso14755 5.1 to remove the last
389 digit (exg).
390 - better option handling, support more than 30 options (exg).
391 - nuke reconf script, serves no purpose anymore.
392 - fixed and documented matcher/on_user_command processing in matcher
393 extension (tpope).
394 - compile out of the box on Solaris 10 (exg).
395 - fix MappingNotify events (reported by Stephan Walter).
396 - zero-initialise mwmhints, this seems to solve all sorts of minor
397 problems.
398
3998.2 Sat Feb 17 21:35:28 CET 2007
400 - fix make depend in src/, reported by exg.
401 - fixed typo in urxvt::GET_CUSTOM, causing the result to be wrong.
402 (patch by Sergey Vlasov).
403 - unbundled iom perl interface somewhat.
404 - scrollbar-xterm now uses the selected scrollColor instead of fg
405 (found by Aiviru).
406 - disabled linux kernel bug workaround again: disabling it gives
407 a 50% speed hit on affected machines, while enabling it gives
408 a similar speed hit to screen, which is likely the more common
409 case to work around for :/
410 - urxvt::rend2mask perl function, and utilization of it by matcher
411 (patch by Moshe Kamensky).
412 - use perl:matcher on a keysym to open most recently displayed URL.
413 - with matcher, when multiple patterns match, last wins, not first.
414 - fix make and make install with srcdir != builddir (exg).
415 - updated bundled libptytty to fix a bug where the tty would be kept
416 open (see the libptytty ChangeLog for details).
417 - delay setting the IUTF8 flag to after the tty settings have been
418 set so its value does not get lost (reported and analysed by Andrei
419 Paskevich).
420 - rip out support for obsolete sgtty.h interface.
421 - rip out support for non-POSIX termios variants.
422 - update libptytty.
423 - update iom.C, make it call ptytty::sanitise_stdfd on init.
424 - when !XFT, change rounding of colours to use a less correct formula to
425 meet user expectancies (#aaa becomes #a000a000a000 not #9f9f9f9f9f9f).
426 - change the starting offset of the pixmap set with backgroundPixmap
427 from (50,50) to (0,0) (exg).
428 - fix a typo in button_release, now meta-button2 request the value of
429 the Clipboard selection as it should (patch by Serge Koksharov).
430 - fix a bug in drawing a cell with a nonspacing char when using an xft
431 font with inheritPixmap and tintColor (exg).
432
4338.1 Thu Dec 7 22:27:25 CET 2006
434 - ケリスマスプレゼント - zomg!!1, it's too early!!!
435 - fix the assumption that chars < 256 are single-width. Now
436 only assume this for codepoints 32 to 126 (reported by Dai.H.).
437 - $term->strwidth returned wide chars as width 1, because some jerk
438 confused min and max. Fixing this also fixes xim-onthespot.
439 Reported by Takano Akio.
440 - secondaryScroll is now enabled by default (as per the manpage),
441 reported by exg.
442 - correct the description of [percent]color rgba format in the manpage.
443 - incorporated macosx-clipboard extension by Samuel Ljungkvist.
444 - ignore (some) useless focus events (reported by mmc).
445 - updated compose table to unicode 5.0.0.
446
4478.0 Thu Nov 2 18:35:19 CET 2006
448 - combining characters cleared the area instead of creating an overlay,
449 thus losing the ability to draw combining characters properly in most
450 circumstances (reported by exg).
451 - specified fonts were incorrectly morphed to bold/italic according to the
452 basefont, even if explicitly specified (tracked down by tpope).
453 - fixed urxvt::strwidth to calculate width in the same way as screen.C.
454 - fix a crash caused by passing negative widths to overlay functions.
455 - added 'matcher' extension by tpope, replacing the mark-urls extension.
456 - improve url regex to match anything www.* (tpope).
457 - fixed bug with outline cursor color being wrong after xft fonts.
458 - update to libptytty-1.0.
459 - give proper diagnostic when RXVT_SOCKET is too long instead of
460 corrupting the stack (patch by exg).
461 - display current terminal locale in option menu.
462 - urxvtd no longer crashes when the client sends an inaccessible
463 working directory (reported by Roland Baer, possibly fixes gentoo
464 bug #143985).
465 - fixed many minor issues reported by Roland Baer.
466 - Leonid Khramov spotted a minor glitch in rxvtfont.C that
467 should not have any consequences, but was buggy nonetheless.
468 - manpage fix by exg.
469
4707.9 Mon Aug 7 18:16:07 CEST 2006
471 - fix the crashing bug people encountered with 7.8 + urxvtd + perl
472 + transparency. Ought to fix debian bug #380348.
473 - fix urxvtc.1.pod: it actually claimed -pty-fd would not work. But
474 it does! :->
475 - rxvt_fatal() in case the locale string is too long for our static buffer.
476 - fixed many, many, typos in the manpages (patch supplied by ves).
477
4787.8 Mon Jul 17 21:00:46 CEST 2006
25 - INCOMPATIBLE CHANGE: this version will always read ~/.Xdefaults, 479 - INCOMPATIBLE CHANGE: this version will always read ~/.Xdefaults,
26 earlier versions only read it if display-resources (usually from 480 earlier versions only read it if display-resources (usually from
27 .Xresources) are not set. This avoids the #1 FAQ ("why isn't my 481 .Xresources) are not set. This avoids the #1 FAQ ("why isn't my
28 resource used") and seems to be logical behaviour, too. .Xdefaults 482 resource used") and seems to be logical behaviour, too. .Xdefaults
29 resources have a lower priority than display-specific resources. 483 resources have a lower priority than display-specific resources.
484 - add "kuake" perl extension that does a similar thing to the kuake
485 terminal emulator (see man urxvtperl).
30 - use less "correct" color scaling that is compatible with libX11 and 486 - use less "correct" color scaling that is compatible with libX11 and
31 Xft (avoids off-by-one colors resulting in striped backgrounds). 487 Xft (avoids off-by-one colors resulting in striped backgrounds).
32 - the "depth" resource is now respected. 488 - the "depth" resource is now respected.
33 - preset the searchable-scrollback pattern with "(?i)" to default search 489 - preset the searchable-scrollback pattern with "(?i)" to default search
34 to case-insensitivity. Will automatically be cleared when typing an 490 to case-insensitivity. Will automatically be cleared when typing an
49 - selection-pastebin did not work properly with non-latin1-characters. 505 - selection-pastebin did not work properly with non-latin1-characters.
50 - apply colorUL only when the text colour is the default fg 506 - apply colorUL only when the text colour is the default fg
51 (patch by Wu Fengguang). 507 (patch by Wu Fengguang).
52 - removed rxvtlib.h from the tarball, it had no reason to be there 508 - removed rxvtlib.h from the tarball, it had no reason to be there
53 (spotted by Decklin Foster). 509 (spotted by Decklin Foster).
54 - fix compiling with TRANSPARENT but !XPM_BACKGROUND, as reported 510 - fix compiling with TRANSPARENT but !XPM_BACKGROUND, as reported
55 by omatunto_. 511 by omatunto_.
56 - slap in a using namespace std, might help on platforms that don't 512 - slap in a using namespace std, might help on platforms that don't
57 follow C++ closely enough. 513 follow C++ closely enough.
58 - fix mailto url regex, spotted within milliseconds by Jost Krieger. 514 - fix mailto url regex, spotted within milliseconds by Jost Krieger.
59 - applied fade_color_update_func.patch by WU Fengguang. 515 - applied fade_color_update_func.patch by WU Fengguang.
75 - modified XIM according to a patch sent by Takano Akio that sets 531 - modified XIM according to a patch sent by Takano Akio that sets
76 the preedit rectangle for OverTheSpot, which helps some input methods 532 the preedit rectangle for OverTheSpot, which helps some input methods
77 to correctly position their preedit window. 533 to correctly position their preedit window.
78 - un-optimise the line clearing on newly scrolled-in lines a bit: the 534 - un-optimise the line clearing on newly scrolled-in lines a bit: the
79 former reasoning was that any fg colour on default bg looks the same 535 former reasoning was that any fg colour on default bg looks the same
80 in empty spaces, but thats not true when reversing (e.g. selection), 536 in empty spaces, but that's not true when reversing (e.g. selection),
81 so also check for matching fg colours. This fixes the problem where 537 so also check for matching fg colours. This fixes the problem where
82 selecting newly scrolled-in lines would exhibit wrong colours. 538 selecting newly scrolled-in lines would exhibit wrong colours.
83 - fix a bug in the perl interface causing focus in events to generate 539 - fix a bug in the perl interface causing focus in events to generate
84 focus out perl events, causing bad focus effects with -pe tabbed. 540 focus out perl events, causing bad focus effects with -pe tabbed.
85 - fix a race resulting in a crash on exiting. 541 - fix a race resulting in a crash on exiting.
947.6 Fri Feb 10 08:52:36 CET 2006 5507.6 Fri Feb 10 08:52:36 CET 2006
95 - changed interpretation of [alpha] colour prefix. 551 - changed interpretation of [alpha] colour prefix.
96 - +option now really sets the option to default, instead of using the 552 - +option now really sets the option to default, instead of using the
97 resource value. 553 resource value.
98 - options that require an argument now really _require_ an argument. 554 - options that require an argument now really _require_ an argument.
99 - the tabbed extension now forwards focus and keys events to th 555 - the tabbed extension now forwards focus and key events to the
100 relevant tab window. 556 relevant tab window.
101 - tab colours are now configurable and have sensible defaults 557 - tab colours are now configurable and have sensible defaults
102 (initial patch by hednod). 558 (initial patch by hednod).
103 - option menu is extendable, readline, selection and 559 - option menu is extendable, readline, selection and
104 selection-autotransform can now be disabled/enabled at runtime. 560 selection-autotransform can now be disabled/enabled at runtime.
119 - add ISO646.1991-IRV to the list of supported codesets. 575 - add ISO646.1991-IRV to the list of supported codesets.
120 - minor libptytty update. 576 - minor libptytty update.
121 577
1227.5 Tue Jan 31 15:15:43 CET 2006 5787.5 Tue Jan 31 15:15:43 CET 2006
123 - further improvements to the careful mode detection, and font width 579 - further improvements to the careful mode detection, and font width
124 detection: 580 detection:
125 - fully double-wide fonts will now be correctly treated, 581 - fully double-wide fonts will now be correctly treated,
126 - overlap detection was improved. 582 - overlap detection was improved.
127 - detect totally broken fonts (usually synthesized by xft). 583 - detect totally broken fonts (usually synthesized by xft).
128 - careful mode forced refresh sometimes clashed with blinking, 584 - careful mode forced refresh sometimes clashed with blinking,
129 causing unnecessary screen redraws. 585 causing unnecessary screen redraws.
244 being interpreted in the locale urxvt was started. 700 being interpreted in the locale urxvt was started.
245 - implemented override-redirect option and enabled it on menus, 701 - implemented override-redirect option and enabled it on menus,
246 as kwin puts our windows behind the terminal (what a shoddy wm). 702 as kwin puts our windows behind the terminal (what a shoddy wm).
247 - fixed struct utmp check in configure for OpenBSD. 703 - fixed struct utmp check in configure for OpenBSD.
248 - complete overhaul of the pty/utmp management stuff and configure 704 - complete overhaul of the pty/utmp management stuff and configure
249 (Emanuele Giaquinta). 705 (Emanuele Giaquinta=exg).
250 - add tsl/fsl and related capabilities to the terminfo description, 706 - add tsl/fsl and related capabilities to the terminfo description,
251 to set the window title. 707 to set the window title.
252 - swap the environment in some more cases. This hopefully fixes 708 - swap the environment in some more cases. This hopefully fixes
253 some segfaults that might be caused by xft asking for env variables 709 some segfaults that might be caused by xft asking for env variables
254 at the wrong time. 710 at the wrong time.
465 - added doc/embed-tk, an embedding example in Perl/Tk, 921 - added doc/embed-tk, an embedding example in Perl/Tk,
466 and doc/rxvt-tabbed, a primitive tabbed shell implemented 922 and doc/rxvt-tabbed, a primitive tabbed shell implemented
467 in Perl/Gtk2. 923 in Perl/Gtk2.
468 - fix assertion failure ("crash") on mousewheel-scrolling 924 - fix assertion failure ("crash") on mousewheel-scrolling
469 when the terminal height is small, by removing the assert. 925 when the terminal height is small, by removing the assert.
470 (reported by Mikael Magnusson). 926 (reported by Mikael Magnusson=Mikachu).
471 - SYNCCVS. backported bugfixes done to rxvt 927 - SYNCCVS. backported bugfixes done to rxvt
472 (sourceforge bugs #1028739, #1028732), except for 928 (sourceforge bugs #1028739, #1028732), except for
473 pts/%s fix as it seems to collide with freebsd, 929 pts/%s fix as it seems to collide with freebsd,
474 and sourceforge bug #954654, which is not neccessary. 930 and sourceforge bug #954654, which is not neccessary.
475 - change terminfo file to not clobber G1 when using 931 - change terminfo file to not clobber G1 when using
857 - some doc updates (Eduard Bloch). 1313 - some doc updates (Eduard Bloch).
858 - use faster inheritpixmap method when tinting color not set. 1314 - use faster inheritpixmap method when tinting color not set.
859 - fix pixmap offset when tinting (reported by Eduard Bloch). 1315 - fix pixmap offset when tinting (reported by Eduard Bloch).
860 - new -sh option by Mikael Magnusson. 1316 - new -sh option by Mikael Magnusson.
861 - off-focus-fading (--enable-fading) support (patch by 1317 - off-focus-fading (--enable-fading) support (patch by
862 Mikael Magnusson). 1318 Mikael Magnusson, based on aterm code).
863 - cursor now set correctly on --disable-blank (reported by 1319 - cursor now set correctly on --disable-blank (reported by
864 Mikael Magnusson). 1320 Mikael Magnusson).
865 - better (and non-crashing) slipwheeling (Mikael Magnusson). 1321 - better (and non-crashing) slipwheeling (Mikael Magnusson).
866 - solaris 2.8 portability changes (reported by Colin Marquardt). 1322 - solaris 2.8 portability changes (reported by Colin Marquardt).
867 - disable-xim now really disables xim code. 1323 - disable-xim now really disables xim code.
1091 - completely removed non-working graphics mode 1547 - completely removed non-working graphics mode
1092 1548
10931.4 Fri Jan 16 23:03:22 CET 2004 15491.4 Fri Jan 16 23:03:22 CET 2004
1094 - fix stupid segfault on esc-c 1550 - fix stupid segfault on esc-c
1095 - small font tunings 1551 - small font tunings
1096 - much better io manager, less bugs, higher speed 1552 - much better io manager, fewer bugs, higher speed
1097 - better error reporting for unknown options 1553 - better error reporting for unknown options
1098 1554
10991.3 2003-12-26 15551.3 2003-12-26
1100 - fix a bug in font height selection 1556 - fix a bug in font height selection
1101 - autoscale scalable x11 fonts 1557 - autoscale scalable x11 fonts
11111.1 2003-12-18 15671.1 2003-12-18
1112 - Support for XIM in other than the current locale. 1568 - Support for XIM in other than the current locale.
1113 - Support for non-utf-8-locales 1569 - Support for non-utf-8-locales
1114 - much improved font choosing 1570 - much improved font choosing
1115 1571
11161.0 15721.0 2003-12-18
1117 - first release 1573 - first release
1118 - originally cloned from rxvt-CVS 2003-11-19 00:26 1574 - originally cloned from rxvt-CVS 2003-11-19 00:26
1119 - removed rclock et al. 1575 - removed rclock et al.
1120 - initial conversion to C++ 1576 - initial conversion to C++
1121 1577

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines