pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/x11/xterm x11/xterm: update to 363



details:   https://anonhg.NetBSD.org/pkgsrc/rev/7aa49c3febbb
branches:  trunk
changeset: 443978:7aa49c3febbb
user:      pin <pin%pkgsrc.org@localhost>
date:      Fri Jan 01 13:35:14 2021 +0000

description:
x11/xterm: update to 363

Patch #363 - 2020/12/26
-disable groff hyphenation in generated html when using man2html.
-change SCS “&4” Cyrillic to non-NRCS, per VT520 manual.
-amend fix for SCS in patch #198 to remove DEL rather than converting it to a
space (report by Thomas Wolff).
-modify state transitions for selecting character sets to eliminate an ambiguity
between the “A” used in VT220 versus VT320.
-improve error recovery when selecting characters by resetting to US ASCII when
no suitable encoding is found, e.g., attempting to use an NRCS sequence when
NRCS is not enabled.
-turn off hyphenation in “.txt” conversion, prompted by groff changes.
-add VT5xx ISO Latin-2 (prompted by discussion with Thomas Wolff).
-amend change from patch #361 to event-handling in CopyWait to handle
active-icon as a special case (Debian #975687).
-add call to loadColorTable to get the visual information needed to decode BE
RGBA32 color format (patch by Leandro Lupori).
-modify the resource-parsing for disallowedPasteControls and similar lists of
names/numbers to recognize “~;” (tilde) for cancelling a given name/number.
-add ENQ, EOT and NUL to default for disallowedPasteControls.
-change default for disallowedPasteControls to omit the tab character
(suggested by Harald Dunkel).
-fix swapped height/width in regisScreenSize and maxGraphicSize resources using
"auto" value, from patch #314 (report by Anton Lavrentiev)
-revise patch #362 change for shift-modifier versus mouse protocol and
select/paste by adding resource shiftEscape, which can be enabled via a control
sequence (prompted by discussion with Matthijs van Duin).
-simplify/improve ifdef in trace code for using a separate set of files for each
run of xterm.
-add options -r and -t to vttests/query-color.pl to show the 6-digit RGB code
and actual colors.
-add nel to xterm-basic terminfo.
-alter vttests/modify-keys.pl to omit HTML reference links to the modified-keys
table where no keycode was available.

diffstat:

 x11/xterm/Makefile |   4 ++--
 x11/xterm/distinfo |  10 +++++-----
 2 files changed, 7 insertions(+), 7 deletions(-)

diffs (27 lines):

diff -r 1003d76cc768 -r 7aa49c3febbb x11/xterm/Makefile
--- a/x11/xterm/Makefile        Fri Jan 01 13:29:16 2021 +0000
+++ b/x11/xterm/Makefile        Fri Jan 01 13:35:14 2021 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.128 2020/11/22 13:32:27 pin Exp $
+# $NetBSD: Makefile,v 1.129 2021/01/01 13:35:14 pin Exp $
 
-DISTNAME=      xterm-362
+DISTNAME=      xterm-363
 CATEGORIES=    x11
 MASTER_SITES=  ftp://ftp.invisible-island.net/xterm/
 EXTRACT_SUFX=  .tgz
diff -r 1003d76cc768 -r 7aa49c3febbb x11/xterm/distinfo
--- a/x11/xterm/distinfo        Fri Jan 01 13:29:16 2021 +0000
+++ b/x11/xterm/distinfo        Fri Jan 01 13:35:14 2021 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.88 2020/11/22 13:32:27 pin Exp $
+$NetBSD: distinfo,v 1.89 2021/01/01 13:35:14 pin Exp $
 
-SHA1 (xterm-362.tgz) = fe7ff0986c90d491c8fb3523d9004225e653f797
-RMD160 (xterm-362.tgz) = 1146ac7005bdd406efefc49bc7b67112b598ce87
-SHA512 (xterm-362.tgz) = fddfa689fe948245964b347f27c8c66b28eee82cb78062f0e296053a5db9a20f74786b34058512b109064628992db94e87bc12c79f2db4a50acb79e408173168
-Size (xterm-362.tgz) = 1436334 bytes
+SHA1 (xterm-363.tgz) = 82f0e5bdae44268fc0cf8275f47a1a732aaee995
+RMD160 (xterm-363.tgz) = 54ced4d077a8b46106a467e0491f75138c760279
+SHA512 (xterm-363.tgz) = e9148f144e5e38597c84ccd82033f4fb83a9dd222c4cecf7498e31065e7d0148c89631290e5f804fcd9d2d55f59f4fd271aaf220eb636fbe38ae245ea6537871
+Size (xterm-363.tgz) = 1442520 bytes


Home | Main Index | Thread Index | Old Index