--- rxvt-unicode/Changes 2021/11/14 21:22:34 1.1271 +++ rxvt-unicode/Changes 2022/09/18 20:32:51 1.1282 @@ -40,13 +40,53 @@ 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? -TODO: match default regex does not match https://猫.移动/tmp/ => document special encoding and possibly rewrite the regex. - - libptytty is now an external dependency. +TODO: ❤️ configurable fps setting +TODO: backgreound ext needs --enable-fading for just Color_fade, either eval { urxvt::Color_fade } // urxvt::Color_bg or eval || die +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 + + - 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. + +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 @@ -87,6 +127,12 @@ extensions. - the background extension will now be autoloaded when the OSC 20 or 705 sequence is received. + - added OSC 776 sequence to return character cell width, height and font + ascent, which is useful when using urxvt as slave to calculate window + size form or to row/column count. + - matcher extension documentation now points out some requirements for + regular expressions. the default url matching regex will now try + to match IRLs in addition to URLs. - The view_start perl method now scrolls to the bottom also when the argument is greater than 0. - eval scroll actions now scroll to the bottom when scrolling down and @@ -116,6 +162,8 @@ - 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. + - fix undefined behaviour in the perl hook function, as diagnosed by clang. 9.26 Fri May 14 19:14:14 CEST 2021 - ev_iouring.c was wrongly required during compilation, and wrongly