--- rxvt-unicode/Changes 2021/11/21 23:48:37 1.1275 +++ rxvt-unicode/Changes 2022/12/09 05:06:46 1.1284 @@ -40,13 +40,59 @@ TODO: üpixel droppins idenrasm,ll,scrollup 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: 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? -9.29 - - libptytty is now an external dependency. +TODO: ❤️ configurable fps setting +TODO: rclock horribly time-biased +TODO: rclock iso mode? + +TODO: printf "\e[4:3m" - "undercurl" - should probbaly be interpüreted 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. + - the background extension no longer requires off focus fading support + to be compiled in. + - fix compiling without frills. + - fix rewrapMode: never. + - fix regression that caused urxvt to no longer emit responses + to OSC color queries other than OSC 4 ones. + - fix regression that caused urxvt to no longer process OSC 705. + - exec_async (used e.g. by the matcher extension to spawn processes) now + sets the URXVT_EXT_WINDOWID variable to the window id opf the terminal. + +9.30 Sat 27 Nov 2021 21:07:09 CET + - the background extension did not initialise properly when automatically + loaded via the OSC. + - new "on_attach" hook type implemented, to initialise late-loading + extensions. + +9.29 Mon 22 Nov 2021 18:07:14 CET + - libptytty (http://dist.schmorp.de/libptytty/) is now a required + 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 @@ -228,6 +274,7 @@ - a key combination bound to 'matcher:select' can now be used to cycle through the matches in matcher. - change perl integer accessors (->width et al.) into mutators. + - this version has ben verified to work with perl 5.8.3. 9.21 Wed Dec 31 14:50:03 CET 2014 - the "moa redraw 8-bit british vintage colour management" release.