--- rxvt-unicode/Changes 2022/12/27 08:34:10 1.1287 +++ rxvt-unicode/Changes 2023/01/02 17:12:43 1.1294 @@ -42,37 +42,16 @@ TODO: clean up the resource vs. long option mess, especially in the manpage. 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: rclock horribly time-biased TODO: rclock iso mode? TODO: printf "\e[4:3m" - "undercurl" - should probbaly be interpreted as underline, rather than \e[43m -TODO: click through mode / https://shallowsky.com/blog/2017/Apr/06/ - -TODO: -03:32:26 Hi. I think I found a bug in special_encode in rxvtperl.xs -03:33:37 special_encode('لا') or any other string that contains 'لا' returns a disturbed string -03:33:40 hi BlueFish -03:34:10 whats a disturbed string? -03:34:25 for example سلام becomes ملام -03:35:05 see this issue: https://github.com/mkamensky/Text-Bidi/issues/10 I was trying to fix it - and after playing around for a while found out that special_encode is causing the problem -03:35:36 does this happen when you compile without --enable-combining (or with --disable-combining)? -03:37:40 I don't know the one that I installed from my distro repository has this flag or not. Is - there anyway to check? -03:38:49 rxvt --help will output a options: line at the top, whioch will list "combining" -03:39:10 anyway, I don't think i will understand this at my current tiredness level, I'll have a - look when I have time -03:39:26 are you usually around on this network, so I coulöd ask you in cas eI have questions? -03:40:25 yes combining is enabled. No I don't check IRC that much. You can reach me via email -03:40:44 ok, thats fine -03:40:40 avestasabayemoghadam@gmail.com - implement a fix for CVE-2022-4170 (reported and analyzed by David Leadbeater). While present in version 9.30, it should not be exploitable. It is exploitable - in versions 9.25 and 9.26, at least, and allows anybody controlling terminal - input to execute arbitrary code in the urxvt process. + in versions 9.25 and 9.26, at least, and allows anybody controlling output to + the terminal to execute arbitrary code in the urxvt process. - the background extension no longer requires off focus fading support to be compiled in. - the confirm-paste extension now offers a choice betwene pasting the original @@ -91,6 +70,11 @@ - implement -fps option/refreshRate resource to change the default 60 Hz maximum refresh limiter. I always wanted an fps option, but had to wait for a user requesting it. + - new clickthrough extension. + - perl now also requires Xext. + - X region and shape extension functionality has been exposed to perl + extensions. + - RENDER extension no longer depends on ENABLE_XIM_ONTHESPOT. 9.30 Sat 27 Nov 2021 21:07:09 CET - the background extension did not initialise properly when automatically