aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
authorKim F. Storm <[email protected]>2007-02-25 23:48:44 +0000
committerKim F. Storm <[email protected]>2007-02-25 23:48:44 +0000
commit7c9fe7ee5930294edf0013ac87ecb4693b30c275 (patch)
treeffe3fe14d7277691156c3ffaaf9326c1a728a2ac /lisp
parentf7f2cc5da8b6c5d4b2eb294522217ed6f643dd04 (diff)
*** empty log message ***
Diffstat (limited to 'lisp')
-rw-r--r--lisp/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 55a70ad8e1..74f5389f3f 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,5 +1,10 @@
2007-02-25 Kim F. Storm <[email protected]>
+ * 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 <[email protected]>