changeset 65895:1083f8e63cc0

*** empty log message ***
author David Ponce <david@dponce.com>
date Fri, 07 Oct 2005 07:52:58 +0000
parents e0cf1ed38749
children 7cc413612d3d
files lisp/ChangeLog
diffstat 1 files changed, 16 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/ChangeLog	Fri Oct 07 07:52:31 2005 +0000
+++ b/lisp/ChangeLog	Fri Oct 07 07:52:58 2005 +0000
@@ -1,3 +1,19 @@
+2005-10-07  David Ponce  <david@dponce.com>
+
+	* recentf.el (recentf-menu-open-all-flag): New option.
+	(recentf-digit-shortcut-command-name): New function.
+	(recentf--shortcuts-keymap): New variable.
+	(recentf-menu-shortcuts): New variable.
+	(recentf-make-menu-items): Initialize it.  Replace the "More..."
+	menu item by "All...", if `recentf-menu-open-all-flag' is non-nil.
+	(recentf-menu-value-shortcut): New function.
+	(recentf-make-menu-item): Use it.  No more in-lined.
+	(recentf-dialog-mode-map): Base on `recentf--shortcuts-keymap'.
+	(recentf-open-most-recent-file): Rename from
+	`recentf-open-file-with-key'.  Don't depend on key binding.
+	(recentf-mode-map): New variable.
+	(recentf-mode): Use it.
+
 2005-10-06  Bill Wohler  <wohler@newt.com>
 
 	* mh-e/mh-loaddefs.el: Removed. Now generated automatically.