- 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:
Marcus Meissner 2013-04-26 11:08:38 +00:00 committed by Git OBS Bridge
parent b81a3e794f
commit 678f6326f5
5 changed files with 35 additions and 7 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:ca4b91b6120cc00250ff8aa70142bbab21be014d388890d6b42c3297124d394e
size 1090995

3
xterm-292.tgz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:9ebe3a3ffcbb8c347f2a69439c25c6235ba2e487ca979a4a23b45df3750468ce
size 1092496

View File

@ -2,7 +2,7 @@
Version: GnuPG v1.4.10 (GNU/Linux)
Comment: See http://invisible-island.net/public/public.html for info
iEYEABECAAYFAlEtVGUACgkQcCNT4PfkjttI1gCfXSXCRYqENlbkGbDGqQX+os04
djAAoMOQ68IpjMSrd6r+yJKT9/kiBw3s
=X6br
iEYEABECAAYFAlF5tBgACgkQcCNT4PfkjtvEUACdGusQLrmdlJXHA+V6AR1nmSlu
JHcAoJ+5+742ye0SrwAuxISk4x2zXktW
=5FRd
-----END PGP SIGNATURE-----

View File

@ -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

View File

@ -52,7 +52,7 @@ Provides: xorg-x11:/usr/X11R6/bin/xterm
%if 0%{?suse_version} > 1210
Requires: luit
%endif
Version: 291
Version: 292
Release: 0
Summary: The basic X terminal program
License: MIT