--- rxvt-unicode/Changes 2010/08/22 14:03:40 1.959 +++ rxvt-unicode/Changes 2010/10/21 12:17:27 1.966 @@ -19,7 +19,10 @@ TODO: perl-shell-window? perl-unix-socket? TODO: - upgrade to libev-4.00. +TODO: curses startcolor is supposed to reset palette + - 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). @@ -50,8 +53,14 @@ for 256 colours. - add support for 256 colors (Emanuele Giaquinta, Marc Lehmann). - add rxvt-unicode-256color terminfo and use it by default in 256 colors mode. + - update rxvt-unicode temrinfo to state 7744 colour pairs to cover all + 88*88 possible pairs. - 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 now 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). @@ -62,6 +71,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 *