aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog11
1 files changed, 9 insertions, 2 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 9066b0dfb57..63e7efd6b7c 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,10 @@
12008-03-11 Stefan Monnier <monnier@iro.umontreal.ca>
2
3 * menu-bar.el (menu-bar-update-buffers-maxbuf): Remove.
4 (menu-bar-select-buffer): Remove.
5 (menu-bar-select-frame): Make non-interactive and take a frame arg.
6 (menu-bar-update-buffers): Don't use buffer-names or frame names as events.
7
12008-03-11 Juanma Barranquero <lekktu@gmail.com> 82008-03-11 Juanma Barranquero <lekktu@gmail.com>
2 9
3 * icomplete.el (icomplete-completions): Remove obsolete code. 10 * icomplete.el (icomplete-completions): Remove obsolete code.
@@ -1018,8 +1025,8 @@
10182008-02-28 Kenichi Handa <handa@ni.aist.go.jp> 10252008-02-28 Kenichi Handa <handa@ni.aist.go.jp>
1019 1026
1020 * isearch.el (isearch-printing-char): Don't check 1027 * isearch.el (isearch-printing-char): Don't check
1021 keyboard-coding-system. Call 1028 keyboard-coding-system.
1022 isearch-process-search-multibyte-characters only when 1029 Call isearch-process-search-multibyte-characters only when
1023 current-input-method is non-nil. 1030 current-input-method is non-nil.
1024 1031
10252008-02-27 Kim F. Storm <storm@cua.dk> 10322008-02-27 Kim F. Storm <storm@cua.dk>