Mercurial > emacs
comparison lisp/ChangeLog @ 53165:3ed6838ea39f
*** empty log message ***
author | Kim F. Storm <storm@cua.dk> |
---|---|
date | Tue, 25 Nov 2003 22:09:55 +0000 |
parents | edb49454fb8c |
children | 4afabd3667c4 |
comparison
equal
deleted
inserted
replaced
53164:2ea1aaf0d7db | 53165:3ed6838ea39f |
---|---|
1 2003-11-26 Kim F. Storm <storm@cua.dk> | |
2 | |
3 * ido.el (ido-use-filename-at-point, ido-use-url-at-point): | |
4 New defcustoms to add ffap-like functionality to ido. | |
5 (ido-saved-vc-hb): Rename from ido-saved-vc-mt. Uses changed. | |
6 (ido-no-final-slash): New defun. | |
7 (ido-make-prompt, ido-file-internal, ido-toggle-vc) | |
8 (ido-read-file-name): ): Toggle VC checking via | |
9 vc-handled-backends instead of vc-master-templates. | |
10 (ido-file-internal): Handle ido-use-url-at-point and | |
11 ido-use-filename-at-point via code borrowed from ffap-guesser. | |
12 Handle new ido-exit code ffap. | |
13 (ido-sort-list): Ignore final slash when sorting file names. | |
14 | |
15 2003-11-25 Kim F. Storm <storm@cua.dk> | |
16 | |
17 * emulation/cua-base.el (cua--standard-movement-commands): | |
18 Add forward-sentence and backward-sentence. | |
19 | |
1 2003-11-25 Stephen Eglen <stephen@gnu.org> | 20 2003-11-25 Stephen Eglen <stephen@gnu.org> |
2 | 21 |
3 * iswitchb.el (iswitchb-read-buffer,iswitchb-exit-minibuffer): | 22 * iswitchb.el (iswitchb-read-buffer,iswitchb-exit-minibuffer): |
4 iswitchb-exit is set to 'usefirst when user selects buffer at head | 23 iswitchb-exit is set to 'usefirst when user selects buffer at head |
5 of list using RET. (Selecting buffers at the head of the list was | 24 of list using RET. (Selecting buffers at the head of the list was |