Mercurial > emacs
changeset 53165:3ed6838ea39f
*** empty log message ***
author | Kim F. Storm <storm@cua.dk> |
---|---|
date | Tue, 25 Nov 2003 22:09:55 +0000 |
parents | 2ea1aaf0d7db |
children | 77088b91def1 |
files | lisp/ChangeLog |
diffstat | 1 files changed, 19 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Tue Nov 25 21:20:51 2003 +0000 +++ b/lisp/ChangeLog Tue Nov 25 22:09:55 2003 +0000 @@ -1,3 +1,22 @@ +2003-11-26 Kim F. Storm <storm@cua.dk> + + * ido.el (ido-use-filename-at-point, ido-use-url-at-point): + New defcustoms to add ffap-like functionality to ido. + (ido-saved-vc-hb): Rename from ido-saved-vc-mt. Uses changed. + (ido-no-final-slash): New defun. + (ido-make-prompt, ido-file-internal, ido-toggle-vc) + (ido-read-file-name): ): Toggle VC checking via + vc-handled-backends instead of vc-master-templates. + (ido-file-internal): Handle ido-use-url-at-point and + ido-use-filename-at-point via code borrowed from ffap-guesser. + Handle new ido-exit code ffap. + (ido-sort-list): Ignore final slash when sorting file names. + +2003-11-25 Kim F. Storm <storm@cua.dk> + + * emulation/cua-base.el (cua--standard-movement-commands): + Add forward-sentence and backward-sentence. + 2003-11-25 Stephen Eglen <stephen@gnu.org> * iswitchb.el (iswitchb-read-buffer,iswitchb-exit-minibuffer):