aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorJuri Linkov2008-02-28 20:46:30 +0000
committerJuri Linkov2008-02-28 20:46:30 +0000
commit56a8f9c5328eecadda8e456cce07ede68f2c847c (patch)
tree0536138c2022972a9968cef7dde9b6cd7cd5a89a /lisp/ChangeLog
parent27eb24a3559814aed6d5df8a76efcdf0efb3e108 (diff)
downloademacs-56a8f9c5328eecadda8e456cce07ede68f2c847c.tar.gz
emacs-56a8f9c5328eecadda8e456cce07ede68f2c847c.zip
(menu-bar-search-menu, menu-bar-replace-menu): Capitalize "Tagged Files".
(minibuffer-local-map): Add menu items for next/previous history elements and isearch history forward/backward.
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog24
1 files changed, 24 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index dba3d58d9a7..5764330bcce 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,27 @@
12008-02-28 Juri Linkov <juri@jurta.org>
2
3 * cus-edit.el (custom-mode-map, custom-mode-link-map):
4 Rename `custom-mode' to `Custom-mode' in docstrings.
5 (custom-buffer-create-internal, customize-browse):
6 Rename `custom-mode' to `Custom-mode'.
7 (custom-mode-hook): Rename to `Custom-mode-hook'.
8 (Custom-mode-hook): Renamed from `custom-mode-hook'.
9 (custom-mode): Rename to `Custom-mode'.
10 (Custom-mode): Renamed from `custom-mode'. Doc fix.
11 (custom-mode): Add backward-compatible non-interactive variant of
12 `Custom-mode' that simply calls `Custom-mode'. Mark it obsoleted.
13 (custom-mode-hook): Mark it as obsolete alias of `Custom-mode-hook'.
14
15 * info-look.el: Rename `custom-mode' to `Custom-mode'.
16
17 * emulation/viper.el (viper-emacs-state-mode-list):
18 Rename `custom-mode' to `Custom-mode'.
19
20 * menu-bar.el (menu-bar-search-menu, menu-bar-replace-menu):
21 Capitalize "Tagged Files".
22 (minibuffer-local-map): Add menu items for next/previous
23 history elements and isearch history forward/backward.
24
12008-02-28 Stefan Monnier <monnier@iro.umontreal.ca> 252008-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
2 26
3 * uniquify.el (uniquify-buffer-base-name): Undo last change. Should be 27 * uniquify.el (uniquify-buffer-base-name): Undo last change. Should be