diff options
author | morr <morr@pkgsrc.org> | 2016-03-13 11:58:43 +0000 |
---|---|---|
committer | morr <morr@pkgsrc.org> | 2016-03-13 11:58:43 +0000 |
commit | ed99a4f4dbd646fb5f10332366fd4153be3b9488 (patch) | |
tree | 538ea4a01dd5e8788ead9c59e02dd12617355eaa /x11/rxvt-unicode | |
parent | 31854f532dca50c5983c530f041171a5b1fe5fd2 (diff) | |
download | pkgsrc-ed99a4f4dbd646fb5f10332366fd4153be3b9488.tar.gz |
Update to version 9.22.
Changes:
- NOTICE: this release updates terminfo.
- add terminfo capabilities for various ctrl and shift-ctrl key variants
(patch by Sebastian Schmidt).
- fix longstanding core font encoding bug where some character
ranges could not be mapped from unicode to the font: affected
encodings are big5, gb2312, iso8859-8 (hebrew), jis0201 and
ksc5601 (reported by Mikachu).
- fix crash when the number of columns is 1 and a 0 width character is inserted
(reported by Kuang-che Wu).
- fix a crash when parsing an invalid color specification (reported by Kuang-che Wu).
- fix a buffer overflow in font name parser (reported by Kuang-che Wu).
- do not start blinking cursor if the window is unfocused (reported by
Devin J. Pohly).
- change the width of underline and i-beam cursor to 2 pixels (based on
a patch by Omar Sandoval).
- add pointerShape resource to change the mouse pointer shape
(based on a patch by Brian Watson).
- a keysym resource for a key which is already bound to an
action now properly rebinds the key.
- do not report mouse motion events if Shift is active (patch by Daniel Hahler).
- put the alpha component last in responses to OSC color queries
(patch by Benjamin Herr).
- the key_press hook is now invoked before processing the
event, as documented. This change was done in 9.21 but not
announced and fixes debian bugs #511377, #531751 and red hat
bug #1105069. Note that this change breaks a few scripts,
such as mark-yank-urls, which rely on the previous buggy
behaviour that urxvt processes the event (in particular
keysym bindings) before invoking the hook.
- the tabbed extension now properly refreshes the active tab
on a key press when the mouse pointer is outside the terminal
window.
- add 'lookup_keysym' perl method to lookup the action bound
to a key combination.
- 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.
Diffstat (limited to 'x11/rxvt-unicode')
-rw-r--r-- | x11/rxvt-unicode/Makefile | 5 | ||||
-rw-r--r-- | x11/rxvt-unicode/distinfo | 10 |
2 files changed, 7 insertions, 8 deletions
diff --git a/x11/rxvt-unicode/Makefile b/x11/rxvt-unicode/Makefile index 43897b7abf9..838fb51f279 100644 --- a/x11/rxvt-unicode/Makefile +++ b/x11/rxvt-unicode/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.54 2015/06/12 10:52:19 wiz Exp $ +# $NetBSD: Makefile,v 1.55 2016/03/13 11:58:43 morr Exp $ -DISTNAME= rxvt-unicode-9.21 -PKGREVISION= 1 +DISTNAME= rxvt-unicode-9.22 CATEGORIES= x11 MASTER_SITES= http://dist.schmorp.de/rxvt-unicode/ \ http://dist.schmorp.de/rxvt-unicode/Attic/ diff --git a/x11/rxvt-unicode/distinfo b/x11/rxvt-unicode/distinfo index 287d25d2da1..454d8eac264 100644 --- a/x11/rxvt-unicode/distinfo +++ b/x11/rxvt-unicode/distinfo @@ -1,9 +1,9 @@ -$NetBSD: distinfo,v 1.27 2015/11/04 03:28:54 agc Exp $ +$NetBSD: distinfo,v 1.28 2016/03/13 11:58:43 morr Exp $ -SHA1 (rxvt-unicode-9.21.tar.bz2) = 33297e5303e45d27e07f40060d3655ae019eefdc -RMD160 (rxvt-unicode-9.21.tar.bz2) = 333d281455b7641a59d424e253832035e95b572d -SHA512 (rxvt-unicode-9.21.tar.bz2) = d50adf6b1e6ae3b13492b4f40455d3a56bb174a7c6db4d4525a1277736994adfb74a2cd1e7d3e8a8cfdc4509a9ae32c05a627829e295dc1bd4a5ba7cc2f80776 -Size (rxvt-unicode-9.21.tar.bz2) = 925293 bytes +SHA1 (rxvt-unicode-9.22.tar.bz2) = e575b869782fbfed955f84f48b204ec888d91ba1 +RMD160 (rxvt-unicode-9.22.tar.bz2) = 83e315f513500c2bf1f31cd4fd3854b508bc8d22 +SHA512 (rxvt-unicode-9.22.tar.bz2) = b39f1b2cbe6dd3fbd2a0ad6a9d391a2b6f49d7c5e67bc65fe44a9c86937f8db379572c67564c6e21ff6e09b447cdfd4e540544e486179e94da0e0db679c04dd9 +Size (rxvt-unicode-9.22.tar.bz2) = 931198 bytes SHA1 (patch-Makefile.in) = 1c2890e2057d062f823f944fc2ecd2258f14b61e SHA1 (patch-configure) = 8b8c95ea8e39efc2fa35188798d5d3ac53e3abc1 SHA1 (patch-doc_Makefile.in) = 8465193e21878a18ae467dc50a336a65f1bd4de7 |