debian/changelog | 6 ++++++ debian/patches/905_tcapops.diff | 26 ++++++++++++++++++++++++++ debian/patches/series | 1 + 3 files changed, 33 insertions(+)
New commits: commit ae58dd06cebfe821e23838aefe7eb18fbcc32aae Author: Julien Cristau <[email protected]> Date: Sun Jan 4 14:58:01 2009 +0100 Prepare changelog for upload diff --git a/debian/changelog b/debian/changelog index 4f4440e..0af8eb6 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,8 +1,8 @@ -xterm (238-2) UNRELEASED; urgency=low +xterm (238-2) unstable; urgency=low * Also default allowTcapOps to false, as suggested by Florian Weimer. - -- Julien Cristau <[email protected]> Sun, 04 Jan 2009 14:55:48 +0100 + -- Julien Cristau <[email protected]> Sun, 04 Jan 2009 14:57:43 +0100 xterm (238-1) unstable; urgency=low commit c95c89926b3c65ba2199887a2521a57ab4d1aa7c Author: Julien Cristau <[email protected]> Date: Sun Jan 4 14:56:51 2009 +0100 Also default allowTcapOps to false, as suggested by Florian Weimer. diff --git a/debian/changelog b/debian/changelog index 3bbc83d..4f4440e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +xterm (238-2) UNRELEASED; urgency=low + + * Also default allowTcapOps to false, as suggested by Florian Weimer. + + -- Julien Cristau <[email protected]> Sun, 04 Jan 2009 14:55:48 +0100 + xterm (238-1) unstable; urgency=low * New upstream release. diff --git a/debian/patches/905_tcapops.diff b/debian/patches/905_tcapops.diff new file mode 100644 index 0000000..e74642b --- /dev/null +++ b/debian/patches/905_tcapops.diff @@ -0,0 +1,26 @@ +Index: xterm/charproc.c +=================================================================== +--- xterm.orig/charproc.c ++++ xterm/charproc.c +@@ -390,7 +390,7 @@ + { + Bres(XtNallowSendEvents, XtCAllowSendEvents, screen.allowSendEvent0, False), + Bres(XtNallowFontOps, XtCAllowFontOps, screen.allowFontOp0, False), +- Bres(XtNallowTcapOps, XtCAllowTcapOps, screen.allowTcapOp0, True), ++ Bres(XtNallowTcapOps, XtCAllowTcapOps, screen.allowTcapOp0, False), + Bres(XtNallowTitleOps, XtCAllowTitleOps, screen.allowTitleOp0, True), + Bres(XtNallowWindowOps, XtCAllowWindowOps, screen.allowWindowOp0, False), + Bres(XtNaltIsNotMeta, XtCAltIsNotMeta, screen.alt_is_not_meta, False), +Index: xterm/xterm.man +=================================================================== +--- xterm.orig/xterm.man ++++ xterm/xterm.man +@@ -1462,7 +1462,7 @@ + Specifies whether control sequences that query the terminal's + notion of its function-key strings, as termcap or terminfo capabilities + should be allowed. +-The default is ``true.'' ++The default is ``false.'' + .TP + .B "allowTitleOps (\fPclass\fB AllowTitleOps)" + Specifies whether control sequences that modify the window title or icon name diff --git a/debian/patches/series b/debian/patches/series index 8b585bb..e513393 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -3,3 +3,4 @@ 902_pointermode_never.diff 903_windowops.diff 904_fontops.diff +905_tcapops.diff -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

