Mercurial > emacs
comparison lisp/ChangeLog @ 62088:dc38e9536664
*** empty log message ***
author | Kim F. Storm <storm@cua.dk> |
---|---|
date | Thu, 05 May 2005 22:15:45 +0000 |
parents | 7cf3ad924790 |
children | d79218691a51 |
comparison
equal
deleted
inserted
replaced
62087:fab4f3bb60e0 | 62088:dc38e9536664 |
---|---|
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. | |
22 | |
1 2005-05-05 Daniel Pfeiffer <occitan@esperanto.org> | 23 2005-05-05 Daniel Pfeiffer <occitan@esperanto.org> |
2 | 24 |
3 * font-lock.el (font-lock-negation-char-face): New face and | 25 * font-lock.el (font-lock-negation-char-face): New face and variable. |
4 variable. | |
5 | |
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> |
15 | 32 |
16 * emacs-lisp/byte-run.el (define-obsolete-function-alias): Fix | 33 * emacs-lisp/byte-run.el (define-obsolete-function-alias): Fix |