diff options
| author | Eli Zaretskii | 2003-09-28 08:42:49 +0000 |
|---|---|---|
| committer | Eli Zaretskii | 2003-09-28 08:42:49 +0000 |
| commit | 51c8b53fd264d33bba8ef401054bcd978264b512 (patch) | |
| tree | 4e56c94c23aa317397e3fe5569b67df10ae0c693 /lisp/ChangeLog | |
| parent | a069f50952b1d8f8f6ade9524ac95b82cc0b8456 (diff) | |
| download | emacs-51c8b53fd264d33bba8ef401054bcd978264b512.tar.gz emacs-51c8b53fd264d33bba8ef401054bcd978264b512.zip | |
(recentf-initialize-file-name-history): New defcustom.
(recentf-load-list): When `recentf-initialize-file-name-history'
is non-nil, initialize an empty `file-name-history' with the
recent list.
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 469988dcbd5..89291362998 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,11 @@ | |||
| 1 | 2003-09-28 David Ponce <david@dponce.com> | ||
| 2 | |||
| 3 | * recentf.el (recentf-initialize-file-name-history): New | ||
| 4 | defcustom. | ||
| 5 | (recentf-load-list): When `recentf-initialize-file-name-history' | ||
| 6 | is non-nil, initialize an empty `file-name-history' with the | ||
| 7 | recent list. | ||
| 8 | |||
| 1 | 2003-09-28 Evgeni Dobrev <evgeni_dobrev@developer.bg> (tiny patch) | 9 | 2003-09-28 Evgeni Dobrev <evgeni_dobrev@developer.bg> (tiny patch) |
| 2 | 10 | ||
| 3 | * man.el (Man-default-man-entry): Remove the leading `*' from the | 11 | * man.el (Man-default-man-entry): Remove the leading `*' from the |