aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorTed Zlatanov2011-06-09 11:58:18 -0500
committerTed Zlatanov2011-06-09 11:58:18 -0500
commit59f623b770909ad4d0e71ccedbcbdcabfbe2abc1 (patch)
tree78cb0f00442d543299b650ff0d90394f31d5d8fd /lisp/ChangeLog
parentcc322c061d712688ec1f25c70b9d945e0f3d49a6 (diff)
downloademacs-59f623b770909ad4d0e71ccedbcbdcabfbe2abc1.tar.gz
emacs-59f623b770909ad4d0e71ccedbcbdcabfbe2abc1.zip
Add `xterm-extra-capabilities' defcustom for terminals where the xterm capabilities query is not needed or wanted.
* term/xterm.el (xterm): Add defgroup. (xterm-extra-capabilities): Add defcustom to supply known xterm capabilities, skip querying them, or query them (default). (terminal-init-xterm): Use it. (terminal-init-xterm-modify-other-keys): New function to set up modifyOtherKeys support to simplify `terminal-init-xterm'.
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 7b4c4300900..d6e247eeb43 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,12 @@
12011-06-09 Teodor Zlatanov <tzz@lifelogs.com>
2
3 * term/xterm.el (xterm): Add defgroup.
4 (xterm-extra-capabilities): Add defcustom to supply known xterm
5 capabilities, skip querying them, or query them (default).
6 (terminal-init-xterm): Use it.
7 (terminal-init-xterm-modify-other-keys): New function to set up
8 modifyOtherKeys support to simplify `terminal-init-xterm'.
9
12011-06-09 Martin Rudalics <rudalics@gmx.at> 102011-06-09 Martin Rudalics <rudalics@gmx.at>
2 11
3 * window.el (resize-window-reset, resize-window-reset-1) 12 * window.el (resize-window-reset, resize-window-reset-1)