Mercurial > emacs
comparison lisp/ChangeLog @ 67416:2336a32dc592
*** empty log message ***
author | David Ponce <david@dponce.com> |
---|---|
date | Fri, 09 Dec 2005 08:14:42 +0000 |
parents | 9b9327558fcd |
children | 122aaab8f70e |
comparison
equal
deleted
inserted
replaced
67415:82b37969314c | 67416:2336a32dc592 |
---|---|
1 2005-12-09 David Ponce <david@dponce.com> | |
2 | |
3 * recentf.el Improvement of the menu code. | |
4 (recentf-enabled-p): Move before first use. Use `kill-emacs-hook' | |
5 instead of menu hook. | |
6 (recentf-show-menu, recentf-hide-menu): New functions. | |
7 (recentf-menu-customization-changed, recentf-mode): Use them. | |
8 (recentf-menu-action, recentf-max-menu-items) | |
9 (recentf-menu-open-all-flag, recentf-menu-append-commands-flag) | |
10 (recentf-arrange-by-rule-others) | |
11 (recentf-arrange-by-rules-min-items) | |
12 (recentf-arrange-by-rule-subfilter) : Don't use | |
13 `recentf-menu-customization-changed'. | |
14 (recentf-arrange-rules): Likewise. Accept functions to compute | |
15 sub-menu titles. | |
16 (recentf-menu-filter): Likewise. Doc fix. | |
17 (recentf-menu-value-shortcut): Doc fix. | |
18 (recentf-dump-variable): Quote atom value. | |
19 (recentf-make-menu-items): Update to use it as a menu filter. | |
20 (recentf-match-rule): New function. | |
21 (recentf-arrange-by-rule): Use it. | |
22 (recentf-indirect-mode-rule): New function. | |
23 (recentf-build-mode-rules): Use it. | |
24 (recentf-dir-rule): New function. | |
25 (recentf-arrange-by-dir): Use it. | |
26 (recentf-filter-changer-current): Rename from | |
27 `recentf-filter-changer-state'. All references updated. | |
28 (recentf-filter-changer-alist): Update filter names. | |
29 (recentf-filter-changer-select): New function. | |
30 (recentf-filter-changer): Use it. Make a sub-menu from filters | |
31 available in `recentf-filter-changer-alist'. | |
32 | |
33 (recentf-data-cache, recentf-clear-data) | |
34 (recentf-update-menu): Remove. All references updated. | |
35 (recentf-match-rule-p, recentf-build-dir-rules) | |
36 (recentf-filter-changer-goto-next) | |
37 (recentf-filter-changer-get-current) | |
38 (recentf-filter-changer-get-next): Remove. | |
39 | |
1 2005-12-08 Luc Teirlinck <teirllm@auburn.edu> | 40 2005-12-08 Luc Teirlinck <teirllm@auburn.edu> |
2 | 41 |
3 * cus-edit.el (custom-buffer-create-internal): Relabel the whole | 42 * cus-edit.el (custom-buffer-create-internal): Relabel the whole |
4 buffer "Reset" button to "Reset to Current" for consistency with | 43 buffer "Reset" button to "Reset to Current" for consistency with |
5 the State buttons. | 44 the State buttons. |