comparison etc/NEWS @ 90234:b1c1fc853d2f

Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-86 Merge from emacs--cvs-trunk--0 Patches applied: * emacs--cvs-trunk--0 (patch 562-568) - Update from CVS - Merge from gnus--rel--5.10 * gnus--rel--5.10 (patch 125-128) - Merge from emacs--cvs-trunk--0 - Update from CVS
author Miles Bader <miles@gnu.org>
date Fri, 30 Sep 2005 11:43:45 +0000
parents fa0da9b57058 885a19e90e81
children aa89c814f853
comparison
equal deleted inserted replaced
90233:ee12d75eb214 90234:b1c1fc853d2f
2629 2629
2630 The recent file list is now automatically cleanup when recentf mode is 2630 The recent file list is now automatically cleanup when recentf mode is
2631 enabled. The new option `recentf-auto-cleanup' controls when to do 2631 enabled. The new option `recentf-auto-cleanup' controls when to do
2632 automatic cleanup. 2632 automatic cleanup.
2633 2633
2634 The ten most recent files can be quickly opened by using the shortcut
2635 keys 1 to 9, and 0, when the recent list is displayed in a buffer via
2636 the `recentf-open-files', or `recentf-open-more-files' commands.
2637
2634 The `recentf-keep' option replaces `recentf-keep-non-readable-files-p' 2638 The `recentf-keep' option replaces `recentf-keep-non-readable-files-p'
2635 and provides a more general mechanism to customize which file names to 2639 and provides a more general mechanism to customize which file names to
2636 keep in the recent list. 2640 keep in the recent list.
2637 2641
2638 With the more advanced option: `recentf-filename-handler', you can 2642 With the more advanced option `recentf-filename-handlers', you can
2639 specify a function that transforms filenames handled by recentf. For 2643 specify functions that successively transform recent file names. For
2640 example, if set to `file-truename', the same file will not be in the 2644 example, if set to `file-truename' plus `abbreviate-file-name', the
2641 recent list with different symbolic links. 2645 same file will not be in the recent list with different symbolic
2646 links, and the file name will be abbreviated.
2642 2647
2643 To follow naming convention, `recentf-menu-append-commands-flag' 2648 To follow naming convention, `recentf-menu-append-commands-flag'
2644 replaces the misnamed option `recentf-menu-append-commands-p'. The 2649 replaces the misnamed option `recentf-menu-append-commands-p'. The
2645 old name remains available as alias, but has been marked obsolete. 2650 old name remains available as alias, but has been marked obsolete.
2646 2651