diff options
| author | Juanma Barranquero | 2008-03-05 12:00:46 +0000 |
|---|---|---|
| committer | Juanma Barranquero | 2008-03-05 12:00:46 +0000 |
| commit | d739651295fa3dff9e768313a58bf98a508ebe13 (patch) | |
| tree | 1283ce3dd4de9485b61927c0085e5f555e1b1e0f /lisp/ChangeLog | |
| parent | f6d49b2fbd11b845dd9403981e72b2b5a30681c3 (diff) | |
| download | emacs-d739651295fa3dff9e768313a58bf98a508ebe13.tar.gz emacs-d739651295fa3dff9e768313a58bf98a508ebe13.zip | |
Don't check for `cadr' and `last'.
(iswitchb-define-mode-map, iswitchb-default-keybindings):
Add obsolescence declaration and remove redundant info from docstring.
(iswitchb-set-common-completion, iswitchb-set-matches,
iswitchb-get-matched-buffers, iswitchb-visit-buffer): Use `let'.
(recentf-list, most-len, most-is-exact):
Don't wrap defvars within `eval-when-compile'.
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 17 |
1 files changed, 13 insertions, 4 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index e50414ba7fe..bd2dbf465d5 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,13 @@ | |||
| 1 | 2008-03-05 Juanma Barranquero <lekktu@gmail.com> | ||
| 2 | |||
| 3 | * iswitchb.el: Don't check for `cadr' and `last'. | ||
| 4 | (iswitchb-define-mode-map, iswitchb-default-keybindings): | ||
| 5 | Add obsolescence declaration and remove redundant info from docstring. | ||
| 6 | (iswitchb-set-common-completion, iswitchb-set-matches) | ||
| 7 | (iswitchb-get-matched-buffers, iswitchb-visit-buffer): Use `let'. | ||
| 8 | (recentf-list, most-len, most-is-exact): | ||
| 9 | Don't wrap defvars within `eval-when-compile'. | ||
| 10 | |||
| 1 | 2008-03-05 Glenn Morris <rgm@gnu.org> | 11 | 2008-03-05 Glenn Morris <rgm@gnu.org> |
| 2 | 12 | ||
| 3 | * ediff-hook.el (ediff-cond-compile-for-xemacs-or-emacs): Remove. | 13 | * ediff-hook.el (ediff-cond-compile-for-xemacs-or-emacs): Remove. |
| @@ -40,7 +50,7 @@ | |||
| 40 | 50 | ||
| 41 | * progmodes/compile.el (compilation-menu-map): | 51 | * progmodes/compile.el (compilation-menu-map): |
| 42 | (compilation-mode-map): | 52 | (compilation-mode-map): |
| 43 | * progmodes/grep.el (grep-mode-map): Add :help. | 53 | * progmodes/grep.el (grep-mode-map): Add :help. |
| 44 | 54 | ||
| 45 | * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Define and | 55 | * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Define and |
| 46 | initialize in one step. Add :help. Use :enable to activate menu | 56 | initialize in one step. Add :help. Use :enable to activate menu |
| @@ -51,7 +61,7 @@ | |||
| 51 | 61 | ||
| 52 | * ediff-init.el (ediff-color-display-p): Simplify. | 62 | * ediff-init.el (ediff-color-display-p): Simplify. |
| 53 | (Xor): Remove unused function. | 63 | (Xor): Remove unused function. |
| 54 | (ediff-with-syntax-table): Simplify for emacs. | 64 | (ediff-with-syntax-table): Simplify for Emacs. |
| 55 | 65 | ||
| 56 | * ediff-hook.el (menu-bar-ediff-menu): Don't depend on the | 66 | * ediff-hook.el (menu-bar-ediff-menu): Don't depend on the |
| 57 | menu-bar being loaded, it always is. | 67 | menu-bar being loaded, it always is. |
| @@ -63,8 +73,7 @@ | |||
| 63 | 73 | ||
| 64 | 2008-03-04 Alan Mackenzie <acm@muc.de> | 74 | 2008-03-04 Alan Mackenzie <acm@muc.de> |
| 65 | 75 | ||
| 66 | * progmodes/cc-mode.el (c-neutralize-syntax-in-CPP): Fix coding | 76 | * progmodes/cc-mode.el (c-neutralize-syntax-in-CPP): Fix coding bug. |
| 67 | bug. | ||
| 68 | 77 | ||
| 69 | * progmodes/cc-langs.el (c-before-font-lock-function): Fix bug in | 78 | * progmodes/cc-langs.el (c-before-font-lock-function): Fix bug in |
| 70 | doc-string, "c-old-LEN" -> "c-old-END". | 79 | doc-string, "c-old-LEN" -> "c-old-END". |