aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/recentf.el
Commit message (Collapse)AuthorAgeFilesLines
* Remove dot at the end of sentence.Pavel Janík2002-04-291-1/+1
|
* (recentf-menu-before): Use string to specify path in the menu.Pavel Janík2002-04-281-1/+1
|
* Doc fixes.Pavel Janík2001-12-201-2/+2
|
* (recentf-dump-variable): Handle a value of nilGerd Moellmann2001-08-021-13/+9
| | | | correctly.
* Some fixes to follow coding conventions.Pavel Janík2001-07-161-1/+1
|
* (recentf-menu-filter): Fix :type.Dave Love2001-02-071-16/+31
|
* (recentf-menu-items-for-commands)Gerd Moellmann2000-11-221-42/+60
| | | | | | | | | | (recentf-make-menu-items, recentf-make-menu-item) (recentf-filter-changer): Added :help and :active menu-item properties. (recentf-build-dir-rules, recentf-dump-variable) (recentf-edit-list, recentf-open-files-item) (recentf-open-files): Replaced unnecessary `mapcar' with new built-in `mapc'.
* (recentf-mode): Drop unneeded positional args.Stefan Monnier2000-11-031-1/+0
|
* (recentf-mode): Variable removed.Miles Bader2000-10-251-39/+30
| | | | (recentf-mode): Use `define-minor-mode'.
* Maintainer's checkdoc fixes.Dave Love2000-10-121-22/+22
|
* Doc fixes.Dave Love2000-10-081-64/+63
|
* (recent-dialog-mode-map): Bind down-mouse-1 toGerd Moellmann2000-08-141-0/+1
| | | | | `widget-button-click'. so that one can use left mouse button to click on dialog buttons.
* Fix CRLF eols.Dave Love2000-07-241-1060/+1060
|
* Update from author.Gerd Moellmann2000-07-181-552/+1060
|
* Fixed recentf-edit-list and recentf-open-more-filesGerd Moellmann2000-06-071-31/+139
| | | | | | | | | | | | | | commands. Require `wid-edit' at run-time. Added some "Commentary". (recentf-open-more-files, recentf-edit-list): Minor changes to move the point at the top of the file list. This behaviour is consistent with the menu one when the list contains a lot of files. (recentf-cleanup): Now displays the number of items removed from the list. (recentf-relative-filter) New menu filter to show filenames relative to `default-directory'.
* (recentf-keep-non-readable-files-p): RemoveGerd Moellmann2000-03-121-6/+1
| | | | double/nested definition.
* (recentf-keep-non-readable-files-p): Add :set,Dave Love2000-03-071-5/+12
| | | | :require to defcustom.
* (recentf-keep-non-readable-files-p): Quote argsGerd Moellmann2000-03-071-2/+2
| | | | to remove-hook and add-hook.
* (recentf): Added version tag to the defgroup ofGerd Moellmann2000-03-011-32/+155
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | recentf. (recentf-cleanup): Changed to remove excluded file too. (recentf-edit-list-action): `recentf-edit-list' checkbox widget action to select/unselect a file. (recentf-edit-list): Code cleanup and improvement. (recentf-open-more-files-action): `recentf-open-more-files' button widget action to open a file. (recentf-open-more-files): No more use standard completion but widgets. (recentf-more-collection): Deleted. (recentf-more-history): Deleted. (recentf-setup-more-completion): Deleted. (recentf-mode): No more needs that Emacs is running under a window-system. (recentf-edit-list): New command to edit the recent list which allow the user to remove files. (recentf-edit-selected-items): New global variable, used by `recentf-edit-list' to hold the list of files to be removed from the recent list. (recentf-make-menu-items): Updated to display a "Edit list..." menu item. Minor code cleanup. (recentf-open-more-files): New command to open files that are not displayed in the menu. (recentf-more-collection): New global variable holding the set of permissible completions used by `recentf-open-more-files'. (recentf-more-history): New global variable holding the history list used by `recentf-open-more-files' completion. (recentf-setup-more-completion): New function to setup completion for `recentf-open-more-files'. (recentf-make-menu-items): Updated to display a "More..." menu item. * recentf.el (recentf-menu-action): Doc fixed. (recentf-menu-filter): Doc updated. (recentf-update-menu-hook): Allow menu filters to force menu update. (recentf-make-menu-items): New menu filter handling. (recentf-make-menu-item): New helper function. (recentf-menu-elements): New menu handling function. (recentf-sort-ascending): Updated to new menu filter handling. (recentf-sort-descending): Updated to new menu filter handling. (recentf-sort-basenames-ascending): New menu filter function. (recentf-sort-basenames-descending): New menu filter function. (recentf-show-basenames): New menu filter function. (recentf-show-basenames-ascending): New menu filter function. (recentf-show-basenames-descending): New menu filter function.
* (recentf): Add :version to defgroup.Dave Love2000-02-021-0/+1
|
* New file. Setup a menu of recently opened filesGerd Moellmann1999-10-121-0/+318