--- rxvt-unicode/Changes 2011/11/22 14:18:44 1.1052 +++ rxvt-unicode/Changes 2011/12/17 01:05:09 1.1057 @@ -23,6 +23,8 @@ - INCOMPATIBLE CHANGE: the urxvtd default socket path is now $HOME/.urxvt/urxvtd-. + - INCOMPATIBLE CHANGE: the "list" keysym expansion now requires + loading of the "keysym-list" perl extension. - 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. @@ -30,6 +32,8 @@ been deprecated in favour of elementary operations and styles built on top of the new operations and scale/position settings. (Emanuele Giaquinta). + - support for libafterimage is deprecated and will be removed + in the next release. - 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). @@ -46,11 +50,10 @@ 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. - urxvt now looks for perl extensions also in $HOME/.urxvt/ext. - add bell-command perl extension to execute a command when a bell event occurs (Ryan Kavanagh). + - add set_urgency perl binding to set/reset the urgency hint. - consume button release event in matcher (exg). - keyboard accessible list of recent matches in matcher (Bob Farrell). @@ -61,6 +64,9 @@ - Support for the freedesktop startup-notification protocol (patch by Michael Stapelberg). - the direction of VPR and VPB commands was reversed. + - Fix alignment of inherited root pixmap when it is a different size + than the root window and the terminal window is off the left or top + edge (Mikachu). 9.12 Wed Jun 29 14:34:28 CEST 2011 - fix regression in processing of SelectionNotify events.