comparison etc/NEWS @ 50716:bb0aa4c18cfe

*** empty log message ***
author Juanma Barranquero <lekktu@gmail.com>
date Sat, 26 Apr 2003 23:53:00 +0000
parents f2e284a34123
children b14367118d5a
comparison
equal deleted inserted replaced
50715:46229d46cbeb 50716:bb0aa4c18cfe
85 --- 85 ---
86 ** A French translation of the Emacs Tutorial is available. 86 ** A French translation of the Emacs Tutorial is available.
87 87
88 88
89 * Changes in Emacs 21.4 89 * Changes in Emacs 21.4
90
91 ** recentf changes.
92
93 The recent file list is now automatically cleanup when recentf mode is
94 enabled. The new option `recentf-auto-cleanup' controls when to do
95 automatic cleanup.
96
97 With the more advanced option: `recentf-filename-handler', you can
98 specify a function that transforms filenames handled by recentf. For
99 example, if set to `file-truename', the same file will not be in the
100 recent list with different symbolic links.
101
102 To follow naming convention, `recentf-keep-non-readable-files-flag'
103 and `recentf-menu-append-commands-flag' respectively replace the
104 misnamed options `recentf-keep-non-readable-files-p' and
105 `recentf-menu-append-commands-p'. The old names remain available as
106 aliases, but have been marked obsolete.
90 107
91 ** The default for the paper size (variable ps-paper-type) is taken 108 ** The default for the paper size (variable ps-paper-type) is taken
92 from the locale. 109 from the locale.
93 110
94 ** Init file changes 111 ** Init file changes