--- rxvt-unicode/Changes 2015/01/18 20:53:49 1.1192 +++ rxvt-unicode/Changes 2015/03/17 15:51:04 1.1195 @@ -24,7 +24,6 @@ TODO: optimise bg reeval for resize for common patterns (pixmap bigger than window?) TODO: pack rxvt_fatal messages into the exception object TODO: load must not cache, but global image cache must be cleaned -TODO: provide something like % for easy access for parse_keysym TODO: description into --help output? TODO: rxvt -help => (see rxvt-XXX(1))? TODO: xor_rect should shift right @@ -43,9 +42,20 @@ a patch by Omar Sandoval). - a keysym resource for a key which is already bound to an action now properly rebinds the key. + - the key_press hook is now invoked before processing the + event, as documented. This change was done in 9.21 but not + announced and fixes debian bugs #511377, #531751 and red hat + bug #1105069. Note that this change breaks a few scripts, + such as mark-yank-urls, which rely on the previous buggy + behaviour that urxvt processes the event (in particular + keysym bindings) before invoking the hook. - the tabbed extension now properly refreshes the active tab - when scrolling and the mouse pointer is outside the terminal + on a key press when the mouse pointer is outside the terminal window. + - add 'lookup_keysym' perl method to lookup the action bound + to a key combination. + - a key combination bound to 'matcher:select' can now be used + to cycle through the matches in matcher. 9.21 Wed Dec 31 14:50:03 CET 2014 - the "moa redraw 8-bit british vintage colour management" release.