pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/x11/xterm Update to 311:
details: https://anonhg.NetBSD.org/pkgsrc/rev/98b342279c04
branches: trunk
changeset: 639965:98b342279c04
user: wiz <wiz%pkgsrc.org@localhost>
date: Wed Oct 01 11:13:38 2014 +0000
description:
Update to 311:
Patch #311 - 2014/09/18
* mention xclip in manpage as an alternative workaround for copying
clipboard data, noting that selectToClipboard (from patch #209) is
the recommended approach (Debian #639094).
* correct comparison in do_select_regex() of working position against
starting column.
* correct initialization for regular-expression feature of
exec-selectable and insert-selectable actions (Debian #758633).
* modify logic for exec-formatted and insert-formatted actions to
ensure that the formatting occurs just after the selection is
received (Debian #758633).
* account for state of reverse-video in special case of cursor
coloring (Debian #759734).
* fix a sign-extension problem in ReGIS support, as well as
correcting a case where ignored-characters were not really ignored
(patch by Ross Combs).
* Enable the "Escape Sequence" menu entry when an OSC 50 is received.
Also disable it if the escape sequence specifies no font (Debian
#760208).
* improve fix for the fontsel menu entry from patch #304: because the
recovery used the "current font", it would fail if one first
selected a valid font, then an invalid font (Debian #760207).
* correct an off-by-one in limit-check for ScrnLimitChar function
(report by Egmont Koblinger).
diffstat:
x11/xterm/Makefile | 4 ++--
x11/xterm/distinfo | 8 ++++----
2 files changed, 6 insertions(+), 6 deletions(-)
diffs (25 lines):
diff -r 3c6eccdae6b9 -r 98b342279c04 x11/xterm/Makefile
--- a/x11/xterm/Makefile Wed Oct 01 11:12:17 2014 +0000
+++ b/x11/xterm/Makefile Wed Oct 01 11:13:38 2014 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.93 2014/07/29 11:39:53 wiz Exp $
+# $NetBSD: Makefile,v 1.94 2014/10/01 11:13:38 wiz Exp $
-DISTNAME= xterm-310
+DISTNAME= xterm-311
CATEGORIES= x11
MASTER_SITES= ftp://invisible-island.net/xterm/ \
http://www.sfr-fresh.com/unix/misc/
diff -r 3c6eccdae6b9 -r 98b342279c04 x11/xterm/distinfo
--- a/x11/xterm/distinfo Wed Oct 01 11:12:17 2014 +0000
+++ b/x11/xterm/distinfo Wed Oct 01 11:13:38 2014 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.63 2014/07/29 11:39:53 wiz Exp $
+$NetBSD: distinfo,v 1.64 2014/10/01 11:13:38 wiz Exp $
-SHA1 (xterm-310.tgz) = 1787d8525d7361aa225348be3da5bc48cd290ecd
-RMD160 (xterm-310.tgz) = 99a0ebf7500c1ecd1105d78ee256a8caeed5315d
-Size (xterm-310.tgz) = 1184988 bytes
+SHA1 (xterm-311.tgz) = 0a8e010247fde47baa1828d79ffe08153c908be6
+RMD160 (xterm-311.tgz) = b50ff7cc650e92c91c0d00b155dd8a15d0e71dcc
+Size (xterm-311.tgz) = 1186153 bytes
Home |
Main Index |
Thread Index |
Old Index