--- rxvt-unicode/Changes 2011/07/06 01:02:21 1.1035 +++ rxvt-unicode/Changes 2011/11/13 16:03:31 1.1048 @@ -20,9 +20,43 @@ TODO: perl-shell-window? perl-unix-socket? TODO: command line editing when icanon? +TODO: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=648239 +TODO: split ROW into a ROW_fast (0..total*2-1) and ROW macros? + - INCOMPATIBLE CHANGE: A scale value of 0 in the bg image + geometry no longer enables tiling, so as to make it possible + to disable both scaling and tiling. + - overhaul of the bg image operations. The old operations have + been removed in favour of simple composable operations and + styles built on top of the new operations and scale/position + settings. Old operations are still parsed for backward + compatibility (Emanuele Giaquinta). + - fix a crash caused by selection_check not properly resetting + out-of-bounds mark values (can happen when extending a selection + while scrolling up in curses programs for example). + - do not move the selection when scrolling up and the selection is + outside the scrolling region (Emanuele Giaquinta). + - fix display of bold bright black (reported by Ben Winslow). + - fix memory leak when urgentOnBell is set (patch by Nathaniel + Filardo). + - fix a redraw bug that occurs when a bg pixmap is set and the + wm does not honour the size hints set by urxvt. Now urxvt + forces the size of the terminal window to be a multiple of + the cell size. - sanitise the argument of SD / SU sequences. Fixes a possible crash when the argument is big enough, red hat bug #711137 (Emanuele Giaquinta). + - correctly split long lines when scrolling. + - Fix compilation on systems with bsd style utmp and no utmpx, + such as openbsd. + - consume button release event in matcher (exg). + - keyboard accessible list of recent matches in matcher + (Bob Farrell). + - properly process 'keysym' sequences in tabbed when using + 'focus follows mouse' and the focus is on the main window + but not on the active terminal window (patch by Martin + Pohlack). + - Support for the freedesktop startup-notification protocol (patch by + Michael Stapelberg). 9.12 Wed Jun 29 14:34:28 CEST 2011 - fix regression in processing of SelectionNotify events.