--- rxvt-unicode/Changes 2010/09/02 15:55:21 1.960 +++ rxvt-unicode/Changes 2010/10/15 21:30:51 1.964 @@ -20,8 +20,8 @@ TODO: - upgrade to libev-4.00. - - add support for using gdk-pixbuf as image backend. blending and - blurring are not supported (Emanuele Giaquinta). + - add support for blending and blurring with XRender (Emanuele Giaquinta). + - add support for using gdk-pixbuf as image backend (Emanuele Giaquinta). - new perl extension "confirm-paste" (Emanuele Giaquinta). - new on_tt_paste perl hook and tt_paste perl binding (Emanuele Giaquinta). - new on_bell perl hook (Emanuele Giaquinta). @@ -54,6 +54,10 @@ - add rxvt-unicode-256color terminfo and use it by default in 256 colors mode. - actually added macosx-clipboard-native, which should have been in the 9.07 release but had been forgotten. + - fix hang if DECAWM is not set and there are not enough columns to insert a + character (Emanuele Giaquinta). + - cub1 ("backspace") will not respect wrapping when past the rightmost column, + working around a shortcoming of most tty line discipline's line editing. - add support for grabbing the clipboard selection and extend selection{_clear,_grab,} perl bindings to optionally work on the clipboard selection (based on patch by Dana Jansens). @@ -64,6 +68,7 @@ - erase screen would clear to the wrong background when blinking was enabled (which selects high intensity under some circumstances). - it was verified that urxvt handles µ and μ correctly. + - scr_kill_char didn't touch the line. 9.07 Wed Dec 30 07:07:18 CET 2009 - port to glibc-2.10 changes (strchr etc. returning const char *