# HG changeset patch # User Kim F. Storm # Date 1116198194 0 # Node ID 720fa1d7457cf2e702a281edb0012f19f9a2e3e1 # Parent 7f557cdf54e727db013b26e262d8f611cfb56328 *** empty log message *** diff -r 7f557cdf54e7 -r 720fa1d7457c lisp/ChangeLog --- a/lisp/ChangeLog Sun May 15 22:03:16 2005 +0000 +++ b/lisp/ChangeLog Sun May 15 23:03:14 2005 +0000 @@ -1,3 +1,13 @@ +2005-05-16 Kim F. Storm + + * 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 * subr.el (open-network-stream-nowait): Remove.