diff options
| author | Kim F. Storm | 2006-06-07 22:45:06 +0000 |
|---|---|---|
| committer | Kim F. Storm | 2006-06-07 22:45:06 +0000 |
| commit | 532a001d7518b593e95a41aa8b2735b6455fe34d (patch) | |
| tree | 015a3122f28b03c261d7a1e2e498312ba3bc3613 /lisp | |
| parent | 2490c7406c4e5aed70636ba74efd207fa7e0b3dd (diff) | |
| download | emacs-532a001d7518b593e95a41aa8b2735b6455fe34d.tar.gz emacs-532a001d7518b593e95a41aa8b2735b6455fe34d.zip | |
*** empty log message ***
Diffstat (limited to 'lisp')
| -rw-r--r-- | lisp/ChangeLog | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 605249e23c8..6c319e0ef13 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -3,6 +3,7 @@ | |||
| 3 | * ido.el (ido-take-first-match, ido-push-dir-first): New commands. | 3 | * ido.el (ido-take-first-match, ido-push-dir-first): New commands. |
| 4 | (ido-init-completion-maps): Bind them to M-SPC and M-v. | 4 | (ido-init-completion-maps): Bind them to M-SPC and M-v. |
| 5 | (ido-copy-current-file-name): Repeating C-w inserts whole file name. | 5 | (ido-copy-current-file-name): Repeating C-w inserts whole file name. |
| 6 | (ido-file-internal): Pass full file name to write-file. | ||
| 6 | 7 | ||
| 7 | 2006-06-07 Kenichi Handa <handa@m17n.org> | 8 | 2006-06-07 Kenichi Handa <handa@m17n.org> |
| 8 | 9 | ||