--- rxvt-unicode/Changes 2011/04/01 11:06:42 1.1019 +++ rxvt-unicode/Changes 2011/05/08 20:56:32 1.1027 @@ -20,7 +20,20 @@ TODO: perl-shell-window? perl-unix-socket? TODO: command line editing when icanon? -TODO: perl selection object creation/destruction + - restore support for 'list' syntax in keysym resources (requested by Sung Pae). + - fix rendering of double width chars in certain circumstances, + more likely to happen if urxvt is compiled with 256 colors + support. Fixes gentoo bug #358151 (Emanuele Giaquinta). + +9.11 Mon May 2 10:34:46 CEST 2011 + - fix compilation on GNU/Hurd, debian bug #624736. + - remove 'list' syntax for keysym resources, as it serves no useful purpose. + If you need it, poke us and provide a use case. + - fix alpha channel support. Premultiply alpha in colours if the visual + supports an alpha channel, as xrender expects premultiplied alpha + (Emanuele Giaquinta). + - fix reply to a selection request sent by an obsolete client + such as syncterm (patch by Marcin Cieslak). - fix crash when the window is resized and the overlay is active (Emanuele Giaquinta, reported by Ryan Kavanagh). - match character-wise rather than byte-wise in selection @@ -29,7 +42,7 @@ - fix a possible crash if the INCR transfer process for a selection property timeouts and at least one chunk is received. (Emanuele Giaquinta) - - work around as memory corruption bug in xorg's XrmSetDatabase (apparently + - work around a memory corruption bug in xorg's XrmSetDatabase (apparently broken since http://lists.freedesktop.org/archives/xorg-commit-diffs/2004-March/000239.html). - fix memory corruption bug when custom command sequences bound to keys were injected into an already-full pty input buffer.