Accepting request 155740 from X11:terminals
- Patch #290 - 2013/02/12 * revert of patch #282 change was incomplete (report by Jim Reisert). * fix typo in manpage (report by Vincent Lefevre). - Patch #289 - 2013/02/08 * revert the patch #282 change which restored "lost" text after shrinking/growing the screen size. If the screen was updated between the two resizing operations, unexpected text might be shown at the end (report/testcase by Joe Peterson). * reverse the arrow-keys sent for alternateScroll to match the usage in browsers (suggested by Dieter Roelants). * modify mouse reports to consistently indicate motion events whether or not a button is pressed. Old behavior (since patch #127 modified encoding for wheel mouse) showed only that the button was released if no button had been pressed (report by Andy Koppe). * correct and improve behavior for SGR 1006 mouse protocol on button release in any-event mode. Initial implementation in patch #277 left internal state showing the last button pressed when reporting motion events. It now keeps track of all buttons which have been pressed and released, showing the lowest remaining button by number in the response (reports by Hayaki Saito, Andy Koppe). * fix inconsistency between TermColors and OscTextColors enums which interchanged values for tektronix cursor color and highlight foreground in control sequences in patch #225 (report/patch by Peder Stray). * fix inconsistent use of noreturn-attribute in Exit function which interfered with analysis by clang. * remove incorrect free used in computation of XTERM_SHELL variable, from Coverity fixes in patch #288 (FreeBSD #175782). * add --with-valgrind option to configure script for consistency with my other programs. (forwarded request 155738 from abergmann) OBS-URL: https://build.opensuse.org/request/show/155740 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/xterm?expand=0&rev=69
This commit is contained in:
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:aaa1d9fab8da3010dced60b4fd41be5ec27c37ea5d5a0c1d5d8693b51ee75533
|
||||
size 1086474
|
3
xterm-290.tgz
Normal file
3
xterm-290.tgz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:7664fe7932b844a4b8198a46ae6ff964cf4fc01c465332df7534c9220ccb1cff
|
||||
size 1090784
|
@@ -2,7 +2,7 @@
|
||||
Version: GnuPG v1.4.10 (GNU/Linux)
|
||||
Comment: See http://invisible-island.net/public/public.html for info
|
||||
|
||||
iEYEABECAAYFAlDtQicACgkQcCNT4PfkjtvE6wCfU0bx3niszanaFhy0E2T2/0t+
|
||||
DNIAn2rxNHLBJSZ+lwKJ0Qto00c06kV8
|
||||
=N2e8
|
||||
iEYEABECAAYFAlEa8z8ACgkQcCNT4PfkjtvpkwCfQ/HK8P/gln7Cx0r29bn7pV+M
|
||||
X3gAoNvUubstC15oMuH2A2+6CXmVruT3
|
||||
=C6DC
|
||||
-----END PGP SIGNATURE-----
|
@@ -1,3 +1,44 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 18 13:07:25 UTC 2013 - abergmann@novell.com
|
||||
|
||||
- Patch #290 - 2013/02/12
|
||||
* revert of patch #282 change was incomplete (report by Jim Reisert).
|
||||
* fix typo in manpage (report by Vincent Lefevre).
|
||||
|
||||
- Patch #289 - 2013/02/08
|
||||
|
||||
* revert the patch #282 change which restored "lost" text after
|
||||
shrinking/growing the screen size. If the screen was updated between
|
||||
the two resizing operations, unexpected text might be shown at the
|
||||
end (report/testcase by Joe Peterson).
|
||||
* reverse the arrow-keys sent for alternateScroll to match the usage
|
||||
in browsers (suggested by Dieter Roelants).
|
||||
* modify mouse reports to consistently indicate motion events whether
|
||||
or not a button is pressed. Old behavior (since patch #127 modified
|
||||
encoding for wheel mouse) showed only that the button was released
|
||||
if no button had been pressed (report by Andy Koppe).
|
||||
* correct and improve behavior for SGR 1006 mouse protocol on button
|
||||
release in any-event mode. Initial implementation in patch #277 left
|
||||
internal state showing the last button pressed when reporting motion
|
||||
events. It now keeps track of all buttons which have been pressed
|
||||
and released, showing the lowest remaining button by number in the
|
||||
response (reports by Hayaki Saito, Andy Koppe).
|
||||
* fix inconsistency between TermColors and OscTextColors enums which
|
||||
interchanged values for tektronix cursor color and highlight
|
||||
foreground in control sequences in patch #225 (report/patch by
|
||||
Peder Stray).
|
||||
* fix inconsistent use of noreturn-attribute in Exit function which
|
||||
interfered with analysis by clang.
|
||||
* remove incorrect free used in computation of XTERM_SHELL variable,
|
||||
from Coverity fixes in patch #288 (FreeBSD #175782).
|
||||
* add --with-valgrind option to configure script for consistency with
|
||||
my other programs.
|
||||
* update table of ambiguous width characters in wcwidth.c based on
|
||||
Unicode 6.2.0
|
||||
* update table of combining characters in wcwidth.c based on Unicode
|
||||
6.2.0
|
||||
* update precompose.c based on Unicode 6.2.0
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 25 10:52:06 UTC 2013 - pcerny@suse.com
|
||||
|
||||
|
@@ -50,7 +50,7 @@ Provides: xorg-x11:/usr/X11R6/bin/xterm
|
||||
%if 0%{?suse_version} > 1210
|
||||
Requires: luit
|
||||
%endif
|
||||
Version: 288
|
||||
Version: 290
|
||||
Release: 0
|
||||
Summary: The basic X terminal program
|
||||
License: MIT
|
||||
|
Reference in New Issue
Block a user