diff options
| author | David Ponce | 2005-03-23 07:22:34 +0000 |
|---|---|---|
| committer | David Ponce | 2005-03-23 07:22:34 +0000 |
| commit | 8725c7925ef1ce95efb1f50d48d17f437e9c46a4 (patch) | |
| tree | 457be6b96f5c3aaf460ea76f649c5a871cbd57bd | |
| parent | bbcb3b44330ce85246a7f0ad3dd0a516487c5fdc (diff) | |
| download | emacs-8725c7925ef1ce95efb1f50d48d17f437e9c46a4.tar.gz emacs-8725c7925ef1ce95efb1f50d48d17f437e9c46a4.zip | |
Mention recentf-keep.
| -rw-r--r-- | etc/NEWS | 12 |
1 files changed, 7 insertions, 5 deletions
| @@ -933,16 +933,18 @@ The recent file list is now automatically cleanup when recentf mode is | |||
| 933 | enabled. The new option `recentf-auto-cleanup' controls when to do | 933 | enabled. The new option `recentf-auto-cleanup' controls when to do |
| 934 | automatic cleanup. | 934 | automatic cleanup. |
| 935 | 935 | ||
| 936 | The `recentf-keep' option replaces `recentf-keep-non-readable-files-p' | ||
| 937 | and provides a more general mechanism to customize which file names to | ||
| 938 | keep in the recent list. | ||
| 939 | |||
| 936 | With the more advanced option: `recentf-filename-handler', you can | 940 | With the more advanced option: `recentf-filename-handler', you can |
| 937 | specify a function that transforms filenames handled by recentf. For | 941 | specify a function that transforms filenames handled by recentf. For |
| 938 | example, if set to `file-truename', the same file will not be in the | 942 | example, if set to `file-truename', the same file will not be in the |
| 939 | recent list with different symbolic links. | 943 | recent list with different symbolic links. |
| 940 | 944 | ||
| 941 | To follow naming convention, `recentf-keep-non-readable-files-flag' | 945 | To follow naming convention, `recentf-menu-append-commands-flag' |
| 942 | and `recentf-menu-append-commands-flag' respectively replace the | 946 | replaces the misnamed option `recentf-menu-append-commands-p'. The |
| 943 | misnamed options `recentf-keep-non-readable-files-p' and | 947 | old name remains available as alias, but has been marked obsolete. |
| 944 | `recentf-menu-append-commands-p'. The old names remain available as | ||
| 945 | aliases, but have been marked obsolete. | ||
| 946 | 948 | ||
| 947 | +++ | 949 | +++ |
| 948 | ** The default for the paper size (variable ps-paper-type) is taken | 950 | ** The default for the paper size (variable ps-paper-type) is taken |