]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorKim F. Storm <storm@cua.dk>
Sun, 15 May 2005 23:03:14 +0000 (23:03 +0000)
committerKim F. Storm <storm@cua.dk>
Sun, 15 May 2005 23:03:14 +0000 (23:03 +0000)
lisp/ChangeLog

index 0c4a20be97caed41cbd40d26f633773e362cb604..87ad0e2c9c7b0ec18650f12bdab1c8dbf8f55366 100644 (file)
@@ -1,3 +1,13 @@
+2005-05-16  Kim F. Storm  <storm@cua.dk>
+
+       * ido.el (ido-magic-forward-char, ido-magic-backward-char)
+       (ido-magic-delete-char): New commands for C-f, C-b, C-d.
+       (ido-wide-find-dir-or-delete-dir): New command for M-d.
+       (ido-define-mode-map): Bind them.  Add C-x prefix to fallback commands.
+       (ido-read-file-name): Handle commands with ido property value
+       equal to find-file as reading a file name, to allow C-d to enter dired.
+       (ibuffer-find-file): Add ido property with value find-file.
+
 2005-05-15  Kim F. Storm  <storm@cua.dk>
 
        * subr.el (open-network-stream-nowait): Remove.