Accepting request 209183 from X11:terminals
- Patch #299 - 2013/12/01 * fix regression in line-drawing from patch #297 changes for NRCS exposed by change to assumeAllChars resource in patch #298 (report by Markus Waldeck). - Patch #298 - 2013/11/27 * quiet a warning about ambiguity when -h command-line option is parsed, since -help is used rather than the options mentioned in the message. This warning was caused by fixes in patch #272. * remove an extra check for keypad-mode which interfered with the patch #280 modifyKeyboard feature for the numeric keypad (report by David Conners). * change default for assumeAllChars resource (Debian #725682). There are unresolved issues with Terminus fonts, e.g., Debian #722017. * add -report-fonts command-line option and reportFonts resource to optionally report the fonts which are loaded, and their metrics such as the number of missing glyphs. * work around Xcursor library to make pointerColor resource work as documented (Debian #466704, analysis by Vincent Lefèvre). * amend change from patch #297 for ASCII-equivalents to ensure that missing characters which happen to be double-width are padded to the expected number of columns. Also, correct the choice between normal/wide Xft fonts used when checking for missing characters (reported by WU Yue, Debian #728949, Gentoo #491334). * modify sixel-graphics drawing to account for scrollbar width (report by Mario Edelmann). OBS-URL: https://build.opensuse.org/request/show/209183 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/xterm?expand=0&rev=79
This commit is contained in:
commit
b7b9370413
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a2dc32a9a8401a2d3d2ae99844ba9cd9f81f0bc930870ebef783a9bcf165d179
|
||||
size 1119462
|
3
xterm-299.tgz
Normal file
3
xterm-299.tgz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:935d022093daa2521803d4eecc41a128f48cf690b4354df16b05d813a04dc0dc
|
||||
size 1123296
|
@ -2,7 +2,7 @@
|
||||
Version: GnuPG v1.4.10 (GNU/Linux)
|
||||
Comment: See http://invisible-island.net/public/public.html for info
|
||||
|
||||
iEYEABECAAYFAlIvwGoACgkQcCNT4PfkjtshiQCgnX38BE9EbEKW5xyqfIq+pDRa
|
||||
nBkAnA6GxuL7m9Lr1u550pWCAefypMv/
|
||||
=IH8N
|
||||
iEYEABECAAYFAlKbo4EACgkQcCNT4Pfkjtub/ACgkP3taeiZgQrrqO/B70HBlL7m
|
||||
7egAoIw7WIPwMfRqTCpALAg+QhwIompl
|
||||
=mCrL
|
||||
-----END PGP SIGNATURE-----
|
@ -1,3 +1,46 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Dec 2 09:39:01 UTC 2013 - pcerny@suse.com
|
||||
|
||||
- Patch #299 - 2013/12/01
|
||||
* fix regression in line-drawing from patch #297 changes for
|
||||
NRCS exposed by change to assumeAllChars resource in patch
|
||||
#298 (report by Markus Waldeck).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Nov 29 13:38:23 UTC 2013 - pcerny@suse.com
|
||||
|
||||
- Patch #298 - 2013/11/27
|
||||
* quiet a warning about ambiguity when -h command-line option
|
||||
is parsed, since -help is used rather than the options
|
||||
mentioned in the message. This warning was caused by fixes in
|
||||
patch #272.
|
||||
* remove an extra check for keypad-mode which interfered with
|
||||
the patch #280 modifyKeyboard feature for the numeric keypad
|
||||
(report by David Conners).
|
||||
* change default for assumeAllChars resource (Debian #725682).
|
||||
There are unresolved issues with Terminus fonts, e.g., Debian
|
||||
#722017.
|
||||
* add -report-fonts command-line option and reportFonts
|
||||
resource to optionally report the fonts which are loaded, and
|
||||
their metrics such as the number of missing glyphs.
|
||||
* work around Xcursor library to make pointerColor resource
|
||||
work as documented (Debian #466704, analysis by Vincent
|
||||
Lefèvre).
|
||||
* amend change from patch #297 for ASCII-equivalents to ensure
|
||||
that missing characters which happen to be double-width are
|
||||
padded to the expected number of columns. Also, correct the
|
||||
choice between normal/wide Xft fonts used when checking for
|
||||
missing characters (reported by WU Yue, Debian #728949,
|
||||
Gentoo #491334).
|
||||
* modify sixel-graphics drawing to account for scrollbar width
|
||||
(report by Mario Edelmann).
|
||||
* fix remaining issue with DECNRCM; the British character set
|
||||
was confused with ISO Latin-1 (report by Hayaki Saito).
|
||||
* build-fix for --disable-boxchars configure option.
|
||||
* updated configure macros, from ongoing work on lynx and
|
||||
ncurses.
|
||||
* update config.guess, config.sub
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 30 17:23:48 CEST 2013 - sbrabec@suse.cz
|
||||
|
||||
|
@ -52,7 +52,7 @@ Provides: xorg-x11:/usr/X11R6/bin/xterm
|
||||
%if 0%{?suse_version} > 1210
|
||||
Requires: luit
|
||||
%endif
|
||||
Version: 297
|
||||
Version: 299
|
||||
Release: 0
|
||||
Summary: The basic X terminal program
|
||||
License: MIT
|
||||
|
Loading…
x
Reference in New Issue
Block a user