--- rxvt-unicode/Changes 2010/06/15 11:22:34 1.948 +++ rxvt-unicode/Changes 2010/07/24 10:20:26 1.955 @@ -21,6 +21,10 @@ TODO: - upgrade to libev-4.00. + - new on_tt_paste perl hook and tt_paste perl binding (Emanuele Giaquinta). + - fix utmpx detection on upcoming FreeBSD 9. + - Use COMPOUND_TEXT encoding for WM_NAME/WM_ICON_NAME value when it + is not fully convertible to STRING (patch by James Cloos). - fix a buffer overflow that would cause wrong key sequences to be generated for numpad keys (introduced in 9.05). - fix definition of sgr0 to work around limitations in luit. @@ -51,9 +55,13 @@ - 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). - - no longer use CERASE to DEL - use the system default. affects + - no longer force CERASE to DEL - use the system default. affects default value for VERASE only when no compatible setting for backspacekey was given. + - 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. 9.07 Wed Dec 30 07:07:18 CET 2009 - port to glibc-2.10 changes (strchr etc. returning const char *