--- rxvt-unicode/Changes 2010/04/03 23:08:58 1.942 +++ rxvt-unicode/Changes 2010/04/18 11:54:05 1.945 @@ -23,6 +23,13 @@ TODO: make fontCount dependent on ENABLE_256... in an INTELLIGENT way TODO: --enable-256c documentation + - make OSC 17 / 19 apply to highlightColor / highlightTextColor. + - remove deprecated OSC 18 / 19. + - add highlightTextColor resource to change the foreground colour of + highlighted characters. + - make highlightColor apply also to selected cells with reverse video + but not to non selected cells with reverse video. + - remove colorRV resource (it was enabled only with frills off). - fix numlock handling, the most longstanding bug to date (Emanuele Giaquinta). - searchable-scrollback no longer ignores the first line (Emanuele Giaquinta). @@ -72,8 +79,8 @@ - make sure the alignment for fd passing control messages is correct and work around some NetBSD issues (Taylor R Campbell). - update to libptytty 1.3. - - replace macosx-pastebin by a nicer version by Reza Jelveh, and move - the old version to macosx-pastebin-native. + - replace macosx-clipboard by a nicer version by Reza Jelveh, and move + the old version to macosx-clipboard-native. - document the -uc option (Emanuele Giaquinta). - assertions in libev are now enabled depending on frills. - update AnyEvent implementation to version 5.23 API.