diff options
| author | Kim F. Storm | 2005-07-08 10:07:19 +0000 |
|---|---|---|
| committer | Kim F. Storm | 2005-07-08 10:07:19 +0000 |
| commit | 3aaa5e264572a05bfe1002cbe48294a756441826 (patch) | |
| tree | 49c086acf689decd9f36eca748d2eeda44d84e0f | |
| parent | b2d4c118dd01e4fc5c86690a77e6e8872b0b30e4 (diff) | |
| download | emacs-3aaa5e264572a05bfe1002cbe48294a756441826.tar.gz emacs-3aaa5e264572a05bfe1002cbe48294a756441826.zip | |
*** empty log message ***
| -rw-r--r-- | lisp/ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 4baa7442a8c..233772269a0 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,5 +1,8 @@ | |||
| 1 | 2005-07-08 Kim F. Storm <storm@cua.dk> | 1 | 2005-07-08 Kim F. Storm <storm@cua.dk> |
| 2 | 2 | ||
| 3 | * ido.el (ido-use-filename-at-point): New choice `guess'. | ||
| 4 | (ido-file-internal): Try ffap-guesser if selected. | ||
| 5 | |||
| 3 | * ido.el (ido-before-fallback-functions): New hook. | 6 | * ido.el (ido-before-fallback-functions): New hook. |
| 4 | (ido-buffer-internal, ido-file-internal, ido-read-buffer) | 7 | (ido-buffer-internal, ido-file-internal, ido-read-buffer) |
| 5 | (ido-read-file-name): Run it. | 8 | (ido-read-file-name): Run it. |