--- rxvt-unicode/Changes 2021/09/05 06:16:58 1.1266 +++ rxvt-unicode/Changes 2021/11/14 21:22:34 1.1271 @@ -41,13 +41,12 @@ TODO: cuu/cud and probably others default to 1 when arg is 0, not just missing, in xterm/vt102, but not in rxvt TODO: clean up the resource vs. long option mess, especially in the manpage. -TODO: osc 20 does not autoload background ext TODO: think about daemon delaying urxvt client exit. IDEA: use harfbuzz to render combining sequences, maybe also complex scripts TODO: https://github.com/bbidulock/icewm/issues/492 urxvt wrongfully(?) needa configurenotify after mapwindow? also, black border? -TODO: match default regex does not match https://猫.移动/tmp/, but it does match if you special_decode the lines first. special_encode of the regex does not and would probably be the better solution -> investigate. -TODO: rclock date overwrite +TODO: match default regex does not match https://猫.移动/tmp/ => document special encoding and possibly rewrite the regex. + - libptytty is now an external dependency. - enable confirm-paste extension by default, can be disabled by e.g. URxvt.perl-ext: -confirm-paste - Key bindings specified with the -keysym option or with resources of @@ -61,6 +60,9 @@ abuse these sequences (typically in the name of security, but these sequences are not improving security). Also, bracketed paste mode is now under frills. + - add manpage for urclock. + - confirm-paste wrongly considered brackets as ctrlchars (patch by + Jakub Wilk, debian bug #995244). - if urxvt cannot detect a good estimate for font width (because a font does not contain latin characters at all for example), it will now fall back to xft's max_advance_width, which works well with some fonts. It @@ -102,6 +104,8 @@ almost everywhere. - urxvt will now try tic -x first and only fall back to tic without -x when tic -x fails. + - fix urclock not erasing the old date on the clock face, causing + overdraw, plus a host of other small fixes and improvements. - shave off over 1K of code size from urclock by replacing the sine table with a slightly less accurate fixed point approximation. - do not specify indentation with =over in pod, this is no longer