annotate lwlib/README @ 60844:5bb0c1e05b1b
(recentf-keep): New option.
(recentf-menu-action): Default to `find-file'.
(recentf-keep-non-readable-files-flag)
(recentf-keep-non-readable-files-p)
(recentf-file-readable-p, recentf-find-file)
(recentf-cleanup-remote): Remove.
(recentf-include-p): More robust.
(recentf-keep-p): New function.
(recentf-remove-if-non-kept): Rename from
`recentf-remove-if-non-readable'. Use `recentf-keep-p'. All
callers updated.
(recentf-menu-items-for-commands): Fix help string.
(recentf-track-closed-file): Update. Doc fix.
(recentf-cleanup): Update. Count removed files. Doc fix.
author |
David Ponce <david@dponce.com> |
date |
Wed, 23 Mar 2005 07:20:48 +0000 |
parents |
648d04be6a9c |
children |
94ef9897d110 |
rev |
line source |
25842
|
1 This subdirectory contains the lwlib library which provides a uniform
|
|
2 interface to a few different X toolkits. The library was written by Lucid.
|
|
3 This version has changes in the makefile to fit in with Emacs's configure
|
|
4 script, and some source files have been renamed to fit in 14 characters.
|
|
5
|