From 678f6326f5de3ac0588948b0dab0b88d2f6d9e6604174b2bc47a958bd0fe971d Mon Sep 17 00:00:00 2001 From: Marcus Meissner Date: Fri, 26 Apr 2013 11:08:38 +0000 Subject: [PATCH] - 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 --- xterm-291.tgz | 3 --- xterm-292.tgz | 3 +++ xterm-291.tgz.asc => xterm-292.tgz.asc | 6 +++--- xterm.changes | 28 ++++++++++++++++++++++++++ xterm.spec | 2 +- 5 files changed, 35 insertions(+), 7 deletions(-) delete mode 100644 xterm-291.tgz create mode 100644 xterm-292.tgz rename xterm-291.tgz.asc => xterm-292.tgz.asc (61%) diff --git a/xterm-291.tgz b/xterm-291.tgz deleted file mode 100644 index 19f0e49..0000000 --- a/xterm-291.tgz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ca4b91b6120cc00250ff8aa70142bbab21be014d388890d6b42c3297124d394e -size 1090995 diff --git a/xterm-292.tgz b/xterm-292.tgz new file mode 100644 index 0000000..0be3a12 --- /dev/null +++ b/xterm-292.tgz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9ebe3a3ffcbb8c347f2a69439c25c6235ba2e487ca979a4a23b45df3750468ce +size 1092496 diff --git a/xterm-291.tgz.asc b/xterm-292.tgz.asc similarity index 61% rename from xterm-291.tgz.asc rename to xterm-292.tgz.asc index 924c3a3..8fe5b1f 100644 --- a/xterm-291.tgz.asc +++ b/xterm-292.tgz.asc @@ -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----- diff --git a/xterm.changes b/xterm.changes index 4d9539a..050dccf 100644 --- a/xterm.changes +++ b/xterm.changes @@ -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 diff --git a/xterm.spec b/xterm.spec index ccbc9cf..e6ced4e 100644 --- a/xterm.spec +++ b/xterm.spec @@ -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