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

Comparing rxvt-unicode/Changes (file contents):
Revision 1.1052 by sf-exg, Tue Nov 22 14:18:44 2011 UTC vs.
Revision 1.1057 by mikachu, Sat Dec 17 01:05:09 2011 UTC

21TODO: command line editing when icanon? 21TODO: command line editing when icanon?
22TODO: 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 23
24 - INCOMPATIBLE CHANGE: the urxvtd default socket path is now 24 - INCOMPATIBLE CHANGE: the urxvtd default socket path is now
25 $HOME/.urxvt/urxvtd-<nodename>. 25 $HOME/.urxvt/urxvtd-<nodename>.
26 - INCOMPATIBLE CHANGE: the "list" keysym expansion now requires
27 loading of the "keysym-list" perl extension.
26 - INCOMPATIBLE CHANGE: A scale value of 0 in the bg image 28 - INCOMPATIBLE CHANGE: A scale value of 0 in the bg image
27 geometry no longer enables tiling, so as to make it possible 29 geometry no longer enables tiling, so as to make it possible
28 to disable both scaling and tiling. 30 to disable both scaling and tiling.
29 - overhaul of the bg image operations. The old operations have 31 - overhaul of the bg image operations. The old operations have
30 been deprecated in favour of elementary operations and 32 been deprecated in favour of elementary operations and
31 styles built on top of the new operations and scale/position 33 styles built on top of the new operations and scale/position
32 settings. (Emanuele Giaquinta). 34 settings. (Emanuele Giaquinta).
35 - support for libafterimage is deprecated and will be removed
36 in the next release.
33 - fix a crash caused by selection_check not properly resetting 37 - fix a crash caused by selection_check not properly resetting
34 out-of-bounds mark values (can happen when extending a selection 38 out-of-bounds mark values (can happen when extending a selection
35 while scrolling up in curses programs for example). 39 while scrolling up in curses programs for example).
36 - do not move the selection when scrolling up and the selection is 40 - do not move the selection when scrolling up and the selection is
37 outside the scrolling region (Emanuele Giaquinta). 41 outside the scrolling region (Emanuele Giaquinta).
44 the cell size. 48 the cell size.
45 - sanitise the argument of SD / SU sequences. Fixes a possible 49 - sanitise the argument of SD / SU sequences. Fixes a possible
46 crash when the argument is big enough, red hat bug #711137 50 crash when the argument is big enough, red hat bug #711137
47 (Emanuele Giaquinta). 51 (Emanuele Giaquinta).
48 - correctly split long lines when scrolling. 52 - correctly split long lines when scrolling.
49 - Fix compilation on systems with bsd style utmp and no utmpx,
50 such as openbsd.
51 - urxvt now looks for perl extensions also in $HOME/.urxvt/ext. 53 - urxvt now looks for perl extensions also in $HOME/.urxvt/ext.
52 - add bell-command perl extension to execute a command when a 54 - add bell-command perl extension to execute a command when a
53 bell event occurs (Ryan Kavanagh). 55 bell event occurs (Ryan Kavanagh).
56 - add set_urgency perl binding to set/reset the urgency hint.
54 - consume button release event in matcher (exg). 57 - consume button release event in matcher (exg).
55 - keyboard accessible list of recent matches in matcher 58 - keyboard accessible list of recent matches in matcher
56 (Bob Farrell). 59 (Bob Farrell).
57 - properly process 'keysym' sequences in tabbed when using 60 - properly process 'keysym' sequences in tabbed when using
58 'focus follows mouse' and the focus is on the main window 61 'focus follows mouse' and the focus is on the main window
59 but not on the active terminal window (patch by Martin 62 but not on the active terminal window (patch by Martin
60 Pohlack). 63 Pohlack).
61 - Support for the freedesktop startup-notification protocol (patch by 64 - Support for the freedesktop startup-notification protocol (patch by
62 Michael Stapelberg). 65 Michael Stapelberg).
63 - the direction of VPR and VPB commands was reversed. 66 - the direction of VPR and VPB commands was reversed.
67 - Fix alignment of inherited root pixmap when it is a different size
68 than the root window and the terminal window is off the left or top
69 edge (Mikachu).
64 70
659.12 Wed Jun 29 14:34:28 CEST 2011 719.12 Wed Jun 29 14:34:28 CEST 2011
66 - fix regression in processing of SelectionNotify events. 72 - fix regression in processing of SelectionNotify events.
67 urxvt would fail to request a selection if the owner did not 73 urxvt would fail to request a selection if the owner did not
68 support the UTF8_STRING target. 74 support the UTF8_STRING target.

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines