From: Kim F. Storm Date: Sun, 15 May 2005 23:03:14 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: ttn-vms-21-2-B4~267 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=bffc3c6ed9c98c1177f3fb70ef55d5af9476e45f;p=emacs.git *** empty log message *** --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 0c4a20be97c..87ad0e2c9c7 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -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.