--- cvsroot/rxvt-unicode/Changes 2015/09/12 13:50:23 1.1202 +++ cvsroot/rxvt-unicode/Changes 2015/09/30 13:08:06 1.1203 @@ -42,6 +42,8 @@ ranges could not be mapped from unicode to the font: affected encodings are big5, gb2312, iso8859-8 (hebrew), jis0201 and ksc5601 (reported by Mikachu). + - fix crash when the number of columns is 1 and a 0 width character is inserted + (reported by Kuang-che Wu). - fix a crash when parsing an invalid color specification (reported by Kuang-che Wu). - fix a buffer overflow in font name parser (reported by Kuang-che Wu). - do not start blinking cursor if the window is unfocused (reported by @@ -52,6 +54,9 @@ (based on a patch by Brian Watson). - a keysym resource for a key which is already bound to an action now properly rebinds the key. + - do not report mouse motion events if Shift is active (patch by Daniel Hahler). + - put the alpha component last in responses to OSC color queries + (patch by Benjamin Herr). - 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