--- rxvt-unicode/Changes 2021/11/14 18:46:49 1.1270 +++ rxvt-unicode/Changes 2021/11/21 15:15:01 1.1272 @@ -44,8 +44,8 @@ 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: 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 @@ -116,6 +116,7 @@ - extensions are now subjected to "use strict 'subs'". - avoid crashing when xft successfully opens a font but then somehow can't lock the face. + - locale_decode/encode api methods now pass through undef unchanged. 9.26 Fri May 14 19:14:14 CEST 2021 - ev_iouring.c was wrongly required during compilation, and wrongly