diff options
author | wiz <wiz@pkgsrc.org> | 2015-08-23 14:06:38 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2015-08-23 14:06:38 +0000 |
commit | 8a8a96cf17b120cb7c775da598b794777f59e589 (patch) | |
tree | 0d154a96ed0af3e277d91f554b2865c75f437d29 /x11 | |
parent | b35f79e814213de80a270655ee565cf9277ac55b (diff) | |
download | pkgsrc-8a8a96cf17b120cb7c775da598b794777f59e589.tar.gz |
Update to 319:
Patch #319 - 2015/08/19
add a section to ctlseqs.ms discussing control sequences and
ECMA-48, to explain why C1 controls do not occur in the decoded
characters from UTF-8 byte streams (prompted by discussion with
Poul-Henning Kamp).
modify check for cursor-theme from patch #301 to also check if
the resource Xcursor.theme is set to a nonempty value before
fallback to xterm's own dummy theme (request by Robert Kloefkorn).
explain in ctlseqs.ms that some keys which normally send
SS3-prefixes are changed to CSI-prefixes if key-modifiers are
passed as parameters (report by George Nachman).
correct double-free of font information when multiple problems
are found, particularly for the wide fonts loaded via the -wc
option (report/testcase by Nelson Beebe).
make configure option --enable-builtin-xpms actually work
(report by William Bulley).
correct combination of -ls and -e options for utempter
configuration (Debian #794201).
NetBSD build-fix for OPT_RENDERFONT versus OPT_SHIFT_FONTS
(patch by Matthew Green, forwarded by Thomas Klausner).
fix a few minor bugs found with Coverity.
update pixelvector handling (patch by Ross Combs):
split pixel-based and coord-based functions with common
parts factored out to a "raw" function
add a "step" variant which loads a single PV digit
make the graphic dirty upon resize or clear, fixing some missing
refreshes (patch by Ross Combs)
fixes scrolling to use user coordinates and move in the correct
direction (patch by Ross Combs)
several fixes/improvements for ReGIS whitespace and page-handling
(patch by Ross Combs).
Diffstat (limited to 'x11')
-rw-r--r-- | x11/xterm/Makefile | 5 | ||||
-rw-r--r-- | x11/xterm/distinfo | 8 |
2 files changed, 6 insertions, 7 deletions
diff --git a/x11/xterm/Makefile b/x11/xterm/Makefile index 98d3be68983..a58b03bef0e 100644 --- a/x11/xterm/Makefile +++ b/x11/xterm/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.102 2015/08/18 07:31:20 wiz Exp $ +# $NetBSD: Makefile,v 1.103 2015/08/23 14:06:38 wiz Exp $ -DISTNAME= xterm-318 -PKGREVISION= 1 +DISTNAME= xterm-319 CATEGORIES= x11 MASTER_SITES= ftp://invisible-island.net/xterm/ \ http://www.sfr-fresh.com/unix/misc/ diff --git a/x11/xterm/distinfo b/x11/xterm/distinfo index 41242657c6f..b525c578616 100644 --- a/x11/xterm/distinfo +++ b/x11/xterm/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.70 2015/04/19 18:15:07 wiz Exp $ +$NetBSD: distinfo,v 1.71 2015/08/23 14:06:38 wiz Exp $ -SHA1 (xterm-318.tgz) = 6717a0f2ff445bb1f83cd92828b5f784a10023c3 -RMD160 (xterm-318.tgz) = ab92c0950b7ec66df6c7f8eff628ec2da965fba6 -Size (xterm-318.tgz) = 1208968 bytes +SHA1 (xterm-319.tgz) = af86b5755312b2b69c9d46a24ae8f450ce5277d9 +RMD160 (xterm-319.tgz) = 905234e54f6f0497dc2948ff3df37ad1e85777d1 +Size (xterm-319.tgz) = 1216710 bytes |