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

Comparing rxvt-unicode/Changes (file contents):
Revision 1.1042 by sf-tpope, Fri Aug 19 23:08:35 2011 UTC vs.
Revision 1.1052 by sf-exg, Tue Nov 22 14:18:44 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>.
24 - INCOMPATIBLE CHANGE: A scale value of 0 in the bg image 26 - INCOMPATIBLE CHANGE: A scale value of 0 in the bg image
25 geometry no longer enables tiling, so as to make it possible 27 geometry no longer enables tiling, so as to make it possible
26 to disable both scaling and tiling. 28 to disable both scaling and tiling.
27 - overhaul of the bg image operations. The old operations have 29 - overhaul of the bg image operations. The old operations have
28 been removed in favour of simple composable operations and 30 been deprecated in favour of elementary operations and
29 styles built on top of the new operations and scale/position 31 styles built on top of the new operations and scale/position
30 settings. Old operations are still parsed for backward
31 compatibility (Emanuele Giaquinta). 32 settings. (Emanuele Giaquinta).
33 - fix a crash caused by selection_check not properly resetting
34 out-of-bounds mark values (can happen when extending a selection
35 while scrolling up in curses programs for example).
36 - do not move the selection when scrolling up and the selection is
37 outside the scrolling region (Emanuele Giaquinta).
38 - fix display of bold bright black (reported by Ben Winslow).
39 - fix memory leak when urgentOnBell is set (patch by Nathaniel
40 Filardo).
32 - fix a redraw bug that occurs when a bg pixmap is set and the 41 - fix a redraw bug that occurs when a bg pixmap is set and the
33 wm does not honour the size hints set by urxvt. Now urxvt 42 wm does not honour the size hints set by urxvt. Now urxvt
34 forces the size of the terminal window to be a multiple of 43 forces the size of the terminal window to be a multiple of
35 the cell size. 44 the cell size.
36 - sanitise the argument of SD / SU sequences. Fixes a possible 45 - sanitise the argument of SD / SU sequences. Fixes a possible
37 crash when the argument is big enough, red hat bug #711137 46 crash when the argument is big enough, red hat bug #711137
38 (Emanuele Giaquinta). 47 (Emanuele Giaquinta).
39 - correctly split long lines when scrolling. 48 - correctly split long lines when scrolling.
40 - Fix compilation on systems with bsd style utmp and no utmpx, 49 - Fix compilation on systems with bsd style utmp and no utmpx,
41 such as openbsd. 50 such as openbsd.
51 - urxvt now looks for perl extensions also in $HOME/.urxvt/ext.
52 - add bell-command perl extension to execute a command when a
53 bell event occurs (Ryan Kavanagh).
42 - consume button release event in matcher (exg). 54 - consume button release event in matcher (exg).
43 - keyboard accessible list of recent matches in matcher 55 - keyboard accessible list of recent matches in matcher
44 (Bob Farrell). 56 (Bob Farrell).
57 - properly process 'keysym' sequences in tabbed when using
58 'focus follows mouse' and the focus is on the main window
59 but not on the active terminal window (patch by Martin
60 Pohlack).
61 - Support for the freedesktop startup-notification protocol (patch by
62 Michael Stapelberg).
63 - the direction of VPR and VPB commands was reversed.
45 64
469.12 Wed Jun 29 14:34:28 CEST 2011 659.12 Wed Jun 29 14:34:28 CEST 2011
47 - fix regression in processing of SelectionNotify events. 66 - fix regression in processing of SelectionNotify events.
48 urxvt would fail to request a selection if the owner did not 67 urxvt would fail to request a selection if the owner did not
49 support the UTF8_STRING target. 68 support the UTF8_STRING target.

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines