Mercurial > emacs
comparison lisp/ChangeLog @ 92311:0b6dc19a2e70
*** empty log message ***
author | Juri Linkov <juri@jurta.org> |
---|---|
date | Thu, 28 Feb 2008 20:46:30 +0000 |
parents | 0a7ef96a09e4 |
children | be4e2a3fa5b6 |
comparison
equal
deleted
inserted
replaced
92310:0801285155e7 | 92311:0b6dc19a2e70 |
---|---|
1 2008-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 | |
1 2008-02-28 Stefan Monnier <monnier@iro.umontreal.ca> | 25 2008-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 |
4 done in desktop.el instead. | 28 done in desktop.el instead. |
5 | 29 |