diff options
| author | Kim F. Storm | 2005-12-07 09:22:42 +0000 |
|---|---|---|
| committer | Kim F. Storm | 2005-12-07 09:22:42 +0000 |
| commit | b89a8e1a6dc1fad78af79026f2ca09d88b9b9580 (patch) | |
| tree | bec7593ee949bcfb09a3ae8383be8dbc8e9a1cfa | |
| parent | 69fc2f2b92b72399c4a24c5ccca2c52a7b2d3982 (diff) | |
| download | emacs-b89a8e1a6dc1fad78af79026f2ca09d88b9b9580.tar.gz emacs-b89a8e1a6dc1fad78af79026f2ca09d88b9b9580.zip | |
*** empty log message ***
| -rw-r--r-- | lisp/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index dcb498a7744..0e8567939ce 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,14 @@ | |||
| 1 | 2005-12-07 Kim F. Storm <storm@cua.dk> | ||
| 2 | |||
| 3 | * ido.el (ido-completion-map): Renamed from ido-mode-map. | ||
| 4 | (ido-common-completion-map, ido-file-completion-map) | ||
| 5 | (ido-file-dir-completion-map, ido-buffer-completion-map): | ||
| 6 | Renamed from ido-mode-....-map. | ||
| 7 | (ido-init-completion-maps): Renamed from ido-init-mode-maps. | ||
| 8 | (ido-setup-completion-map): Renamed from ido-define-mode-map. | ||
| 9 | (ido-read-internal): Bind minibuffer-local-filename-completion-map | ||
| 10 | to ido-completion-map. | ||
| 11 | |||
| 1 | 2005-12-07 Kenichi Handa <handa@m17n.org> | 12 | 2005-12-07 Kenichi Handa <handa@m17n.org> |
| 2 | 13 | ||
| 3 | * international/mule-cmds.el | 14 | * international/mule-cmds.el |