aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog17
1 files changed, 17 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index e24ffa5893f..14d7b4f344c 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,20 @@
12013-10-08 Juri Linkov <juri@jurta.org>
2
3 * isearch.el (isearch-help-map, isearch-mode-map): Don't bind [t]
4 to isearch-other-control-char.
5 (isearch-mode): Add isearch-pre-command-hook to pre-command-hook
6 and isearch-post-command-hook to post-command-hook.
7 (isearch-done): Remove isearch-pre-command-hook from pre-command-hook
8 and isearch-post-command-hook from post-command-hook.
9 (isearch-unread-key-sequence)
10 (isearch-reread-key-sequence-naturally)
11 (isearch-lookup-scroll-key, isearch-other-control-char)
12 (isearch-other-meta-char): Remove functions.
13 (isearch-pre-command-hook, isearch-post-command-hook):
14 New functions based on isearch-other-meta-char rewritten
15 relying on the new behavior of overriding-terminal-local-map
16 that does not replace the local keymaps any more. (Bug#15200)
17
12013-10-08 Eli Zaretskii <eliz@gnu.org> 182013-10-08 Eli Zaretskii <eliz@gnu.org>
2 19
3 Support menus on text-mode terminals. 20 Support menus on text-mode terminals.