aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Ponce2005-03-23 07:22:34 +0000
committerDavid Ponce2005-03-23 07:22:34 +0000
commit8725c7925ef1ce95efb1f50d48d17f437e9c46a4 (patch)
tree457be6b96f5c3aaf460ea76f649c5a871cbd57bd
parentbbcb3b44330ce85246a7f0ad3dd0a516487c5fdc (diff)
downloademacs-8725c7925ef1ce95efb1f50d48d17f437e9c46a4.tar.gz
emacs-8725c7925ef1ce95efb1f50d48d17f437e9c46a4.zip
Mention recentf-keep.
-rw-r--r--etc/NEWS12
1 files changed, 7 insertions, 5 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 798c38ed957..e68136f18df 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -933,16 +933,18 @@ The recent file list is now automatically cleanup when recentf mode is
933enabled. The new option `recentf-auto-cleanup' controls when to do 933enabled. The new option `recentf-auto-cleanup' controls when to do
934automatic cleanup. 934automatic cleanup.
935 935
936The `recentf-keep' option replaces `recentf-keep-non-readable-files-p'
937and provides a more general mechanism to customize which file names to
938keep in the recent list.
939
936With the more advanced option: `recentf-filename-handler', you can 940With the more advanced option: `recentf-filename-handler', you can
937specify a function that transforms filenames handled by recentf. For 941specify a function that transforms filenames handled by recentf. For
938example, if set to `file-truename', the same file will not be in the 942example, if set to `file-truename', the same file will not be in the
939recent list with different symbolic links. 943recent list with different symbolic links.
940 944
941To follow naming convention, `recentf-keep-non-readable-files-flag' 945To follow naming convention, `recentf-menu-append-commands-flag'
942and `recentf-menu-append-commands-flag' respectively replace the 946replaces the misnamed option `recentf-menu-append-commands-p'. The
943misnamed options `recentf-keep-non-readable-files-p' and 947old name remains available as alias, but has been marked obsolete.
944`recentf-menu-append-commands-p'. The old names remain available as
945aliases, 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