ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/rxvt-unicode/Changes
(Generate patch)

Comparing rxvt-unicode/Changes (file contents):
Revision 1.1232 by root, Thu May 13 19:34:07 2021 UTC vs.
Revision 1.1246 by root, Thu Jun 17 19:37:28 2021 UTC

42 42
43TODO: confirm-paste should be the default 43TODO: confirm-paste should be the default
44TODO: xterm-osc does not autoload background 44TODO: xterm-osc does not autoload background
45TODO: think about daemon delaying urxvt client exit. 45TODO: think about daemon delaying urxvt client exit.
46 46
47TODO: https://github.com/bbidulock/icewm/issues/492 urxvt wrongfully(?) needa configurenotify after mapwindow? also, black border?
48TODO: compose chars should be rendered "in one go" for xft. maybe. possibly.
49TODO: disbale bracketed paste mode option, too amny prorgams abuse it
50 - if urxvt cannot detect a good estimate for font width (because a font does
51 not contain laitn characters at all for example), it will now fall
52 back to xft's max_advance_width, which works well with soem fonts. It
53 currently will warn about this.
54 - do not render variation selectors in the default font as boxes, treat
55 them as zero-width characters.
56 - unicode characters outside of the BMP can now be rendered even
57 without --enable-unicode3, when using xft fonts.
58 - urxvt now passes full combining character sequences to xft,
59 increasing the chance of it doing something useful with it, such
60 as correctly applying variant selectors.
61 - allow perl-ext and perl-ext-common to override autoloaded extensions.
62 this allows tabbed to disable itself in subtabs, avoiding recursive
63 loading.
64 - update precompose table to unicode 13.0.
65 - update charset conversion tables to perl 5.32 (this only affected
66 cs_koi8_u_from_unicode).
67 - unicode characters > 0x100000 were not handled correctly w.r.t.
68 font rendering.
69
709.26 Fri May 14 19:14:14 CEST 2021
71 - ev_iouring.c was wrongly required during compilation, and wrongly
72 not packaged.
73
749.25 Fri May 14 15:51:36 CEST 2021
47 - for the 17.5th anniversary, and because many distributions seem to 75 - for the 17.5th anniversary, and because many distributions seem to
48 remove rxvt in favour of urxvt, this release resurrects rclock as 76 remove rxvt in favour of urxvt, this release resurrects rclock as
49 urclock. 77 urclock.
50 - add support for systemd socket-based activation - debian bug #917105, 78 - add support for systemd socket-based activation - debian bug #917105,
51 freebsd bug #234276. 79 freebsd bug #234276.
52 - do not destruct perl on exit anymore: this might fail for a variety of 80 - do not destruct perl on exit anymore: this might fail for a variety of
53 reasons, and takes unneccessary time. 81 reasons, and takes unnecessary time.
54 - remove any macros from urxvtperl manpage(s), should fix debian 82 - remove any macros from urxvtperl manpage(s), should fix debian
55 bug 858385. 83 bug 858385.
56 - the old bg image resources are now provided by the background 84 - the old bg image resources are now provided by the background
57 extension, and perl is thus required for bg image support. No 85 extension, and perl is thus required for bg image support. No
58 configuration change is needed: urxvt autoloads the background 86 configuration change is needed: urxvt autoloads the background
59 ext if any bg image resource/option is present (for OSC sequences to 87 ext if any bg image resource/option is present (for OSC sequences to
60 work you need to enable it explicity). The old bg image 88 work you need to enable it explicitly). The old bg image
61 resources are also now deprecated; users are encouraged to 89 resources are also now deprecated; users are encouraged to
62 switch to the new bg image interface (see man urxvt-background). 90 switch to the new bg image interface (see man urxvt-background).
63 - confirm-paste now checks for any ctlchars, not just newlines. 91 - confirm-paste now checks for any ctlchars, not just newlines.
64 - searchable scrollback will now ignore bracketed paste mode sequences 92 - searchable scrollback will now ignore bracketed paste mode sequences
65 (prompted by Daniel Gröber's patch). 93 (prompted by Daniel Gröber's patch).

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines