Accepting request 329075 from X11:terminals
- Patch #320 - 2015/08/28 * correct documentation for %t format (report by Martin Tournoij). * add %R for consistency to exec-formatted() and * add %r format to exec-formatted() and insert-formatted() actions (patch by Martin Tournoij). * Amend fix for Debian #794201 (report forwarded from Christian - 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 * 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 * correct combination of -ls and -e options for utempter * NetBSD build-fix for OPT_RENDERFONT versus OPT_SHIFT_FONTS + 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 * fixes scrolling to use user coordinates and move in the * several fixes/improvements for ReGIS whitespace and (forwarded request 329073 from pcerny) OBS-URL: https://build.opensuse.org/request/show/329075 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/xterm?expand=0&rev=100
This commit is contained in:
commit
0f3f8382ee
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:e71f2b0fb11d6c723c1f9af10fc01048b776f44c1636aa1b71e5eff77deb81d7
|
|
||||||
size 1208968
|
|
3
xterm-320.tgz
Normal file
3
xterm-320.tgz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:a60dbb574334c081425fa30f011cd9f571e3be7a91e2a84e252461798bce24a7
|
||||||
|
size 1217356
|
@ -2,7 +2,7 @@
|
|||||||
Version: GnuPG v1.4.10 (GNU/Linux)
|
Version: GnuPG v1.4.10 (GNU/Linux)
|
||||||
Comment: See http://invisible-island.net/public/public.html for info
|
Comment: See http://invisible-island.net/public/public.html for info
|
||||||
|
|
||||||
iEYEABECAAYFAlUrF/cACgkQcCNT4Pfkjtvz2ACgqC1Ccv0hukLdXvleCMpY/stn
|
iEYEABECAAYFAlXgJ7AACgkQcCNT4PfkjttziACcCOTpoRfcT0KH+OkRjxUMopJ2
|
||||||
Le0AoKfPBCktafIEt4wzrC19mQYbt+Fe
|
4FgAoMYoh3nfy72sQbMm34QZ7WeMsdiX
|
||||||
=WMBc
|
=veBo
|
||||||
-----END PGP SIGNATURE-----
|
-----END PGP SIGNATURE-----
|
@ -1,3 +1,48 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Sep 2 13:50:49 UTC 2015 - pcerny@suse.com
|
||||||
|
|
||||||
|
- Patch #320 - 2015/08/28
|
||||||
|
* correct documentation for %t format (report by Martin
|
||||||
|
Tournoij).
|
||||||
|
* add %R for consistency to exec-formatted() and
|
||||||
|
insert-formatted() actions.
|
||||||
|
* add %r format to exec-formatted() and insert-formatted()
|
||||||
|
actions (patch by Martin Tournoij).
|
||||||
|
* Amend fix for Debian #794201 (report forwarded from Christian
|
||||||
|
Jachmann by Emanuel Haupt, Debian #797008).
|
||||||
|
- 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 (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 Com
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Apr 19 09:03:43 UTC 2015 - mpluskal@suse.com
|
Sun Apr 19 09:03:43 UTC 2015 - mpluskal@suse.com
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package xterm
|
# spec file for package xterm
|
||||||
#
|
#
|
||||||
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
|
# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -19,7 +19,7 @@
|
|||||||
%define vttest_version 20120506
|
%define vttest_version 20120506
|
||||||
%define splitbin 0%{?suse_version} >= 1300
|
%define splitbin 0%{?suse_version} >= 1300
|
||||||
Name: xterm
|
Name: xterm
|
||||||
Version: 318
|
Version: 320
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: The basic X terminal program
|
Summary: The basic X terminal program
|
||||||
License: MIT
|
License: MIT
|
||||||
|
Loading…
x
Reference in New Issue
Block a user