diff options
| author | Kim F. Storm | 2003-11-25 22:09:55 +0000 |
|---|---|---|
| committer | Kim F. Storm | 2003-11-25 22:09:55 +0000 |
| commit | b96487199f60dd766696c2272041940fe97e8965 (patch) | |
| tree | 92a9435bba215a5daa4d3624f75061ea7fbe50b5 | |
| parent | 0d6a08f64d55dc50d7364128286d06b63578e603 (diff) | |
| download | emacs-b96487199f60dd766696c2272041940fe97e8965.tar.gz emacs-b96487199f60dd766696c2272041940fe97e8965.zip | |
*** empty log message ***
| -rw-r--r-- | lisp/ChangeLog | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 4eaab18202c..9a570148f21 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,22 @@ | |||
| 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): |