diff options
| -rw-r--r-- | lisp/ChangeLog | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index f602975b895..b80f08be56f 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,24 @@ | |||
| 1 | 2005-06-26 David Ponce <david@dponce.com> | ||
| 2 | |||
| 3 | * recentf.el: Require 'tree-widget instead of 'wid-edit. | ||
| 4 | (recentf-filename-handler): Fix widget :type. | ||
| 5 | (recentf-cancel-dialog, recentf-open-more-files) | ||
| 6 | (recentf-open-files-action): Doc fix. | ||
| 7 | (recentf-dialog-goto-first): New function. | ||
| 8 | (recentf-dialog-mode-map): Set parent keymap first. | ||
| 9 | (recentf-dialog-mode): Define with define-derived-mode. Don't | ||
| 10 | display continuation lines in dialogs. | ||
| 11 | (recentf-edit-list): Rename from recentf-edit-selected-items. | ||
| 12 | (recentf-edit-list-select): Rename from recentf-edit-list-action. | ||
| 13 | Simplify. | ||
| 14 | (recentf-edit-list-validate): New function. | ||
| 15 | (recentf-edit-list): Update accordingly. | ||
| 16 | (recentf-open-files-item-shift): Remove. | ||
| 17 | (recentf-open-files-item): Convert menu elements into tree and | ||
| 18 | link widgets. Don't create the widgets. | ||
| 19 | (recentf-open-files): Update accordingly. | ||
| 20 | (recentf-save-list): Untabify. | ||
| 21 | |||
| 1 | 2005-06-25 Luc Teirlinck <teirllm@auburn.edu> | 22 | 2005-06-25 Luc Teirlinck <teirllm@auburn.edu> |
| 2 | 23 | ||
| 3 | * replace.el (keep-lines-read-args): Add INTERACTIVE arg. | 24 | * replace.el (keep-lines-read-args): Add INTERACTIVE arg. |