--- rxvt-unicode/Changes 2011/07/08 20:55:09 1.1037 +++ rxvt-unicode/Changes 2011/08/19 16:06:45 1.1040 @@ -21,6 +21,18 @@ TODO: command line editing when icanon? 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 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).