diff options
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 11 |
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 @@ | |||
| 1 | 2008-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 | |||
| 1 | 2008-03-11 Juanma Barranquero <lekktu@gmail.com> | 8 | 2008-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 @@ | |||
| 1018 | 2008-02-28 Kenichi Handa <handa@ni.aist.go.jp> | 1025 | 2008-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 | ||
| 1025 | 2008-02-27 Kim F. Storm <storm@cua.dk> | 1032 | 2008-02-27 Kim F. Storm <storm@cua.dk> |