--- rxvt-unicode/Changes 2021/07/14 10:01:19 1.1259 +++ rxvt-unicode/Changes 2022/04/22 17:02:39 1.1280 @@ -40,12 +40,51 @@ 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: 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: ❤️ 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. + +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 the form URxvt*keysym work again. Such resources, as opposed to resources of the form URxvt.keysym, were not officially allowed but @@ -57,11 +96,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. - - enable confirm-paste extension by default, can be disabled by e.g. - URxvt.perl-ext: -confirm-paste - - eval scroll actions now scroll to the bottom when scrolling down and - there are less lines to scroll than the ones requested (patch by - Stephen Talley). + - 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 @@ -81,6 +118,22 @@ some cases (e.g. input mono). - when checking for overlap/careful handling, take non-basefont character shifts into account. + - extensions can now request autoloading on OSC and Perl OSC sequences, + implement this for the background, clipboard-osc and overlay-osc + 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 + there are less lines to scroll than the ones requested (reported by + Stephen Talley). - allow perl-ext and perl-ext-common to override autoloaded extensions. this allows tabbed to disable itself in subtabs, avoiding recursive loading. @@ -91,6 +144,22 @@ 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. + - fix urclock not erasing the old date on the clock face, causing + overdraw, plus a host of other small fixes and improvements. + - 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 + needed with semi-modern pod tools and gives the formatter more + stylistic freedom. + - background extension did not set the "size-sensitive" flag + when repeat mode wasn't normal. + - 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