Mercurial > emacs
comparison lisp/ChangeLog @ 60845:6559941ea4b0
*** empty log message ***
author | David Ponce <david@dponce.com> |
---|---|
date | Wed, 23 Mar 2005 07:21:30 +0000 |
parents | a30123aa4b4a |
children | aaa537d43c7b 26c9034f3533 |
comparison
equal
deleted
inserted
replaced
60844:5bb0c1e05b1b | 60845:6559941ea4b0 |
---|---|
1 2005-03-23 David Ponce <david@dponce.com> | |
2 | |
3 * recentf.el: (recentf-keep): New option. | |
4 (recentf-menu-action): Default to `find-file'. | |
5 (recentf-keep-non-readable-files-flag) | |
6 (recentf-keep-non-readable-files-p) | |
7 (recentf-file-readable-p, recentf-find-file) | |
8 (recentf-cleanup-remote): Remove. | |
9 (recentf-include-p): More robust. | |
10 (recentf-keep-p): New function. | |
11 (recentf-remove-if-non-kept): Rename from | |
12 `recentf-remove-if-non-readable'. Use `recentf-keep-p'. All | |
13 callers updated. | |
14 (recentf-menu-items-for-commands): Fix help string. | |
15 (recentf-track-closed-file): Update. Doc fix. | |
16 (recentf-cleanup): Update. Count removed files. Doc fix. | |
17 | |
1 2005-03-23 Kim F. Storm <storm@cua.dk> | 18 2005-03-23 Kim F. Storm <storm@cua.dk> |
2 | 19 |
3 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled): | 20 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled): |
4 Don't inherit from fringe face (now happens automatically). | 21 Don't inherit from fringe face (now happens automatically). |
5 | 22 |