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

Comparing rxvt-unicode/Changes (file contents):
Revision 1.1044 by root, Tue Nov 1 00:04:46 2011 UTC vs.
Revision 1.1056 by sf-exg, Wed Dec 14 12:03:04 2011 UTC

17WISH: look into XAddConnectionWatch, does anybody need that? 17WISH: look into XAddConnectionWatch, does anybody need that?
18DUMB: support tex fonts 18DUMB: support tex fonts
19TODO: decrqm http://ue.tst.eu/71d7dbd1fcfeaa7d2a4b96eb957d570c.txt 19TODO: decrqm http://ue.tst.eu/71d7dbd1fcfeaa7d2a4b96eb957d570c.txt
20TODO: perl-shell-window? perl-unix-socket? 20TODO: perl-shell-window? perl-unix-socket?
21TODO: command line editing when icanon? 21TODO: command line editing when icanon?
22
23TODO: split ROW into a ROW_fast (0..total*2-1) and ROW macros? 22TODO: split ROW into a ROW_fast (0..total*2-1) and ROW macros?
23
24 - INCOMPATIBLE CHANGE: the urxvtd default socket path is now
25 $HOME/.urxvt/urxvtd-<nodename>.
26 - INCOMPATIBLE CHANGE: the "list" keysym expansion now requires
27 loading of the "keysym-list" perl extension.
24 - INCOMPATIBLE CHANGE: A scale value of 0 in the bg image 28 - INCOMPATIBLE CHANGE: A scale value of 0 in the bg image
25 geometry no longer enables tiling, so as to make it possible 29 geometry no longer enables tiling, so as to make it possible
26 to disable both scaling and tiling. 30 to disable both scaling and tiling.
27 - overhaul of the bg image operations. The old operations have 31 - overhaul of the bg image operations. The old operations have
28 been removed in favour of simple composable operations and 32 been deprecated in favour of elementary operations and
29 styles built on top of the new operations and scale/position 33 styles built on top of the new operations and scale/position
30 settings. Old operations are still parsed for backward
31 compatibility (Emanuele Giaquinta). 34 settings. (Emanuele Giaquinta).
35 - support for libafterimage is deprecated and will be removed
36 in the next release.
32 - fix a crash caused by selection_check not properly resetting 37 - fix a crash caused by selection_check not properly resetting
33 out-of-bounds mark values (can happen when extending a selection 38 out-of-bounds mark values (can happen when extending a selection
34 while scrolling up in curses programs for example). 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).
35 - fix memory leak when urgentOnBell is set (patch by Nathaniel 43 - fix memory leak when urgentOnBell is set (patch by Nathaniel
36 Filardo). 44 Filardo).
37 - fix a redraw bug that occurs when a bg pixmap is set and the 45 - fix a redraw bug that occurs when a bg pixmap is set and the
38 wm does not honour the size hints set by urxvt. Now urxvt 46 wm does not honour the size hints set by urxvt. Now urxvt
39 forces the size of the terminal window to be a multiple of 47 forces the size of the terminal window to be a multiple of
40 the cell size. 48 the cell size.
41 - sanitise the argument of SD / SU sequences. Fixes a possible 49 - sanitise the argument of SD / SU sequences. Fixes a possible
42 crash when the argument is big enough, red hat bug #711137 50 crash when the argument is big enough, red hat bug #711137
43 (Emanuele Giaquinta). 51 (Emanuele Giaquinta).
44 - correctly split long lines when scrolling. 52 - correctly split long lines when scrolling.
45 - Fix compilation on systems with bsd style utmp and no utmpx, 53 - urxvt now looks for perl extensions also in $HOME/.urxvt/ext.
46 such as openbsd. 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.
47 - consume button release event in matcher (exg). 57 - consume button release event in matcher (exg).
48 - keyboard accessible list of recent matches in matcher 58 - keyboard accessible list of recent matches in matcher
49 (Bob Farrell). 59 (Bob Farrell).
50 - properly process 'keysym' sequences in tabbed when using 60 - properly process 'keysym' sequences in tabbed when using
51 'focus follows mouse' and the focus is on the main window 61 'focus follows mouse' and the focus is on the main window
52 but not on the active terminal window (patch by Martin 62 but not on the active terminal window (patch by Martin
53 Pohlack). 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.
54 67
559.12 Wed Jun 29 14:34:28 CEST 2011 689.12 Wed Jun 29 14:34:28 CEST 2011
56 - fix regression in processing of SelectionNotify events. 69 - fix regression in processing of SelectionNotify events.
57 urxvt would fail to request a selection if the owner did not 70 urxvt would fail to request a selection if the owner did not
58 support the UTF8_STRING target. 71 support the UTF8_STRING target.

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines