--- rxvt-unicode/Changes 2010/10/15 10:46:56 1.963 +++ rxvt-unicode/Changes 2010/10/26 15:17:02 1.970 @@ -18,8 +18,11 @@ DUMB: support tex fonts TODO: perl-shell-window? perl-unix-socket? -TODO: - upgrade to libev-4.00. +TODO: - upgrade to libev-4.00, reelase libev 4.0 first. +TODO: curses startcolor is supposed to reset palette + - it was verified that urxvt handles µ and μ correctly. + - cleanup and minor fixes of the image code (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). @@ -52,11 +55,13 @@ 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 terminfo 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 not respect wrapping when past the rightmost column, + - 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 @@ -67,7 +72,9 @@ - use higher than 38400 baudrate setting, if detected. - 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. + - upgrade and port to libev-4.0. + - enabled solaris event ports and kqueue backends (if available). 9.07 Wed Dec 30 07:07:18 CET 2009 - port to glibc-2.10 changes (strchr etc. returning const char *