Mercurial > emacs
changeset 76147:541294beb87c
*** empty log message ***
author | Kim F. Storm <storm@cua.dk> |
---|---|
date | Sun, 25 Feb 2007 23:48:44 +0000 |
parents | 77405acb8332 |
children | d38be8d45087 |
files | lisp/ChangeLog |
diffstat | 1 files changed, 5 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Sun Feb 25 22:01:08 2007 +0000 +++ b/lisp/ChangeLog Sun Feb 25 23:48:44 2007 +0000 @@ -1,5 +1,10 @@ 2007-02-25 Kim F. Storm <storm@cua.dk> + * ido.el (ido-buffer-internal): Set this-command to fallback command. + Add selected buffer to buffer-name-history. + (ido-file-internal): Set this-command to fallback command. + Add file names to to file-name-history. + * emacs-lisp/map-ynp.el (map-y-or-n-p): Apply minibuffer-prompt-properties. 2007-02-25 Andreas Schwab <schwab@suse.de>