diff lisp/ChangeLog @ 72791:1b368e2b4518

*** empty log message ***
author Kim F. Storm <storm@cua.dk>
date Sun, 10 Sep 2006 21:40:32 +0000
parents ac14644e0699
children 155fb0a17074
line wrap: on
line diff
--- a/lisp/ChangeLog	Sun Sep 10 21:10:50 2006 +0000
+++ b/lisp/ChangeLog	Sun Sep 10 21:40:32 2006 +0000
@@ -1,3 +1,10 @@
+2006-09-10  Kim F. Storm  <storm@cua.dk>
+
+	* ido.el (ido-edit-input, ido-complete, ido-take-first-match)
+	(ido-push-dir-first, ido-kill-buffer-at-head, ido-exhibit)
+	(ido-delete-file-at-head): Pass head of ido-matches through ido-name
+	in case of merged directories.  Reported by Micha,Ak(Bl Cadilhac.
+
 2006-09-10  Richard Stallman  <rms@gnu.org>
 
 	* emacs-lisp/cl.el (pushnew): Use add-to-list when convenient.