diff options
| -rw-r--r-- | lisp/ChangeLog | 29 |
1 files changed, 23 insertions, 6 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 82dbac5557e..5e7a0a4ce1d 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,14 +1,31 @@ | |||
| 1 | 2005-05-05 Daniel Pfeiffer <occitan@esperanto.org> | 1 | 2005-05-06 Kim F. Storm <storm@cua.dk> |
| 2 | |||
| 3 | * ido.el (ido-setup-hook): New hook. | ||
| 4 | (ido-define-mode-map-hook): Remove hook; use ido-setup-hook instead. | ||
| 5 | (ido-input-stack): New var. | ||
| 6 | (ido-define-mode-map): Bind M-b to ido-push-dir. Move old | ||
| 7 | ido-next-work-file binding to M-O. | ||
| 8 | Bind M-f to ido-wide-find-file-or-pop-dir. | ||
| 9 | (ido-define-mode-map): Don't run ido-define-mode-map-hook. | ||
| 10 | (ido-read-internal): Run ido-setup-hook. | ||
| 11 | Catch quit in read-file-name and read-string to cancel edit. | ||
| 12 | Handle new push, pop, and pop-all exit codes (for M-b/M-f). | ||
| 13 | Automatically pop-all when completing a directory name (RET). | ||
| 14 | (ido-file-internal): Add with-no-warnings around ffap and dired code. | ||
| 15 | (ido-exit-minibuffer): Use exit-minibuffer instead of throw. | ||
| 16 | (ido-wide-find-file, ido-wide-find-dir): Catch quit to cancel find. | ||
| 17 | (ido-push-dir, ido-pop-dir, ido-wide-find-file-or-pop-dir): New | ||
| 18 | functions for M-b/M-f to move among the directory components. | ||
| 19 | (ido-make-merged-file-list): Catch quit to cancel merge. | ||
| 20 | (ido-make-dir-list): Delete "." when ido-input-stack is non-empty. | ||
| 21 | (ido-completion-help): No warnings for ido-completion-buffer-full. | ||
| 2 | 22 | ||
| 3 | * font-lock.el (font-lock-negation-char-face): New face and | 23 | 2005-05-05 Daniel Pfeiffer <occitan@esperanto.org> |
| 4 | variable. | ||
| 5 | 24 | ||
| 25 | * font-lock.el (font-lock-negation-char-face): New face and variable. | ||
| 6 | * progmodes/cc-fonts.el (c-cpp-matchers): Use it. | 26 | * progmodes/cc-fonts.el (c-cpp-matchers): Use it. |
| 7 | |||
| 8 | * progmodes/sh-script.el (sh-font-lock-keywords): Use it. | 27 | * progmodes/sh-script.el (sh-font-lock-keywords): Use it. |
| 9 | |||
| 10 | * progmodes/cperl-mode.el (cperl-init-faces): Use it. | 28 | * progmodes/cperl-mode.el (cperl-init-faces): Use it. |
| 11 | |||
| 12 | * progmodes/make-mode.el (makefile-font-lock-keywords): Use it. | 29 | * progmodes/make-mode.el (makefile-font-lock-keywords): Use it. |
| 13 | 30 | ||
| 14 | 2005-05-05 Juanma Barranquero <lekktu@gmail.com> | 31 | 2005-05-05 Juanma Barranquero <lekktu@gmail.com> |