Accepting request 236641 from home:pcerny:factory
- Patch #306 - 2014/06/03 * fixes for display-errors in new SGR codes (report by Egmont Koblinger). - Patch #305 - 2014/06/02 * add xterm.appdata.xml (request by Richard Hughes). By the way, none of the released validators yet handle <licence> tags (or <metadata_license>, etc). * fix memory leaks in bitmap font-name caching. * other changes to hard-reset behavior: + reset keyboard-type on hard-reset. + reset pointer-mode (pointerMode) on hard-reset + reset title-modes (titleModes) on hard-reset + reset cursor-shape on hard or soft-reset + reset LEDs on hard-reset. + reset DECSACE on hard-reset. * reset bracketed-paste mode on hard-reset (suggested by Egmont Koblinger). * modify UTF-8 decoder to account for allowC1Printable resource. * revise getXftColor to ensure that its sequence number will not overflow in long-running sessions. * minor fix to selection to prevent hidden character from being returned in selection data (report by Egmont Koblinger). * add -sh to help-message. * amend check for incomplete fonts to always decide that a character is missing if the font lacks per-character metrics (prompted by Freedesktop #15979). * minor reorganization to implement “filler” SGR features. There are no established applications which rely upon these; some people find them amusing. OBS-URL: https://build.opensuse.org/request/show/236641 OBS-URL: https://build.opensuse.org/package/show/X11:terminals/xterm?expand=0&rev=96
This commit is contained in:
parent
36e3b828d2
commit
bbb90536e6
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d3af3934a7d27783005f1025a544d3dfede793b9444dec056bfefdefe02dd7a7
|
||||
size 1159060
|
3
xterm-306.tgz
Normal file
3
xterm-306.tgz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:6a09f60d126603604d0c801e3f5000e4af87b309e8e1d3c0735be50b6d13bdaa
|
||||
size 1163988
|
@ -2,7 +2,7 @@
|
||||
Version: GnuPG v1.4.10 (GNU/Linux)
|
||||
Comment: See http://invisible-island.net/public/public.html for info
|
||||
|
||||
iEYEABECAAYFAlNlWTMACgkQcCNT4PfkjtsuBQCgkf0ZDbXnDWfJCeM8U8Pwe4CB
|
||||
vQ4An2YxwOIfz07fxiWdfUGpELzDIzuK
|
||||
=FTJD
|
||||
iEYEABECAAYFAlOOaD4ACgkQcCNT4PfkjtsGJQCgja07ZpA34KTrUftne2iyAn9g
|
||||
+2QAn0dEm+GzkaNWzBbBFG2MVz2GQb1i
|
||||
=FryT
|
||||
-----END PGP SIGNATURE-----
|
@ -1,3 +1,49 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Jun 4 15:36:21 UTC 2014 - pcerny@suse.com
|
||||
|
||||
- Patch #306 - 2014/06/03
|
||||
* fixes for display-errors in new SGR codes (report by Egmont
|
||||
Koblinger).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jun 3 19:29:08 UTC 2014 - pcerny@suse.com
|
||||
|
||||
- Patch #305 - 2014/06/02
|
||||
* add xterm.appdata.xml (request by Richard Hughes). By the way,
|
||||
none of the released validators yet handle <licence> tags (or
|
||||
<metadata_license>, etc).
|
||||
* fix memory leaks in bitmap font-name caching.
|
||||
* other changes to hard-reset behavior:
|
||||
+ reset keyboard-type on hard-reset.
|
||||
+ reset pointer-mode (pointerMode) on hard-reset
|
||||
+ reset title-modes (titleModes) on hard-reset
|
||||
+ reset cursor-shape on hard or soft-reset
|
||||
+ reset LEDs on hard-reset.
|
||||
+ reset DECSACE on hard-reset.
|
||||
* reset bracketed-paste mode on hard-reset (suggested by Egmont
|
||||
Koblinger).
|
||||
* modify UTF-8 decoder to account for allowC1Printable resource.
|
||||
* revise getXftColor to ensure that its sequence number will not
|
||||
overflow in long-running sessions.
|
||||
* minor fix to selection to prevent hidden character from being
|
||||
returned in selection data (report by Egmont Koblinger).
|
||||
* add -sh to help-message.
|
||||
* amend check for incomplete fonts to always decide that a
|
||||
character is missing if the font lacks per-character metrics
|
||||
(prompted by Freedesktop #15979).
|
||||
* minor reorganization to implement “filler” SGR features. There
|
||||
are no established applications which rely upon these; some
|
||||
people find them amusing.
|
||||
+ separate bits used to manage drawing state from
|
||||
attribute-bits.
|
||||
+ implement SGR codes 2, 3, 9, 21 and their corresponding
|
||||
resets.
|
||||
+ add configure option --disable-wide-attrs to disable the
|
||||
feature.
|
||||
* additional changes for ReGIS support (patch by Ross Combs):
|
||||
+ fix some arc drawing bugs and add support for pattern
|
||||
shading.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu May 22 09:04:25 UTC 2014 - gber@opensuse.org
|
||||
|
||||
|
@ -52,7 +52,7 @@ Provides: xorg-x11:/usr/X11R6/bin/xterm
|
||||
%if 0%{?suse_version} > 1210
|
||||
Requires: luit
|
||||
%endif
|
||||
Version: 304
|
||||
Version: 306
|
||||
Release: 0
|
||||
Summary: The basic X terminal program
|
||||
License: MIT
|
||||
@ -134,7 +134,7 @@ cd ../vttest-%{vttest_version}
|
||||
--x-libraries=/usr/X11R6/%{_lib} \
|
||||
%endif
|
||||
--enable-backarrow-is-erase \
|
||||
--enable-sixel-graphics
|
||||
--enable-sixel-graphics \
|
||||
|
||||
make %{?_smp_mflags}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user