- Patch #292 - 2013/04/25
* add limit-check when double-click selects a word; if the saved-lines were scrolled back and the word selected wrapped at the screen's lower right corner, an assertion was triggered (patch by Taketo Kabe). * correct limit-check in unsaveEditBufLines, fixing a case where enlarging the terminal size could show a blank line where there actually is available text (patch by Bertram Felgenhauer). * add PasteControls feature to allowWindowOps which by default disallows pasting control characters other than formatting such as carriage return (discussion with Hayaki Saito). * fix typo in ctlseqs.ms for DECRQM response (patch by Emanuele Giaquinta). * update default shown in configure --help message for --with-terminal-id option (patch by Andres Perera). * rename script/preprocessor variables used for substituting the backarrowKey default value for consistency (patch by Andres Perera). * set umask to 077 before creating debugging-trace files. * add configure option --disable-openpty to control whether openpty() may be used in preference to posix_openpt(). * improve workaround from patch #279 for BSD systems which do not complete initialization until both sides of the pseudoterminal are opened, by preferring openpty() function over posix_openpt() when available (report by Christian Weisgerber). OBS-URL: https://build.opensuse.org/package/show/X11:terminals/xterm?expand=0&rev=70
This commit is contained in:
parent
b81a3e794f
commit
678f6326f5
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:ca4b91b6120cc00250ff8aa70142bbab21be014d388890d6b42c3297124d394e
|
|
||||||
size 1090995
|
|
3
xterm-292.tgz
Normal file
3
xterm-292.tgz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:9ebe3a3ffcbb8c347f2a69439c25c6235ba2e487ca979a4a23b45df3750468ce
|
||||||
|
size 1092496
|
@ -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
|
||||||
|
|
||||||
iEYEABECAAYFAlEtVGUACgkQcCNT4PfkjttI1gCfXSXCRYqENlbkGbDGqQX+os04
|
iEYEABECAAYFAlF5tBgACgkQcCNT4PfkjtvEUACdGusQLrmdlJXHA+V6AR1nmSlu
|
||||||
djAAoMOQ68IpjMSrd6r+yJKT9/kiBw3s
|
JHcAoJ+5+742ye0SrwAuxISk4x2zXktW
|
||||||
=X6br
|
=5FRd
|
||||||
-----END PGP SIGNATURE-----
|
-----END PGP SIGNATURE-----
|
@ -1,3 +1,31 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Apr 26 11:06:37 UTC 2013 - meissner@suse.com
|
||||||
|
|
||||||
|
- Patch #292 - 2013/04/25
|
||||||
|
* add limit-check when double-click selects a word; if the saved-lines
|
||||||
|
were scrolled back and the word selected wrapped at the screen's lower
|
||||||
|
right corner, an assertion was triggered (patch by Taketo Kabe).
|
||||||
|
* correct limit-check in unsaveEditBufLines, fixing a case where
|
||||||
|
enlarging the terminal size could show a blank line where there
|
||||||
|
actually is available text (patch by Bertram Felgenhauer).
|
||||||
|
* add PasteControls feature to allowWindowOps which by default
|
||||||
|
disallows pasting control characters other than formatting such as
|
||||||
|
carriage return (discussion with Hayaki Saito).
|
||||||
|
* fix typo in ctlseqs.ms for DECRQM response (patch by Emanuele
|
||||||
|
Giaquinta).
|
||||||
|
* update default shown in configure --help message for
|
||||||
|
--with-terminal-id option (patch by Andres Perera).
|
||||||
|
* rename script/preprocessor variables used for substituting the
|
||||||
|
backarrowKey default value for consistency (patch by Andres
|
||||||
|
Perera).
|
||||||
|
* set umask to 077 before creating debugging-trace files.
|
||||||
|
* add configure option --disable-openpty to control whether openpty()
|
||||||
|
may be used in preference to posix_openpt().
|
||||||
|
* improve workaround from patch #279 for BSD systems which do not
|
||||||
|
complete initialization until both sides of the pseudoterminal are
|
||||||
|
opened, by preferring openpty() function over posix_openpt() when
|
||||||
|
available (report by Christian Weisgerber).
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Mar 14 10:30:33 UTC 2013 - meissner@suse.com
|
Thu Mar 14 10:30:33 UTC 2013 - meissner@suse.com
|
||||||
|
|
||||||
|
@ -52,7 +52,7 @@ Provides: xorg-x11:/usr/X11R6/bin/xterm
|
|||||||
%if 0%{?suse_version} > 1210
|
%if 0%{?suse_version} > 1210
|
||||||
Requires: luit
|
Requires: luit
|
||||||
%endif
|
%endif
|
||||||
Version: 291
|
Version: 292
|
||||||
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