--- rxvt-unicode/Changes 2021/08/26 03:58:28 1.1265 +++ rxvt-unicode/Changes 2021/11/14 18:12:14 1.1269 @@ -41,13 +41,13 @@ 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 + - 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 +61,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 @@ -100,6 +103,8 @@ font rendering. - replace bitstream vera by dejavu sans, as it has replaced the former almost everywhere. + - urxvt will now try tic -x first and only fall back to tic without -x + when tic -x fails. - 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