Mercurial > emacs
comparison lisp/ChangeLog @ 72798:6e061fdbf037
(mode-line-buffer-identification-keymap):
Move initialization into declaration.
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Mon, 11 Sep 2006 07:11:21 +0000 |
parents | 155fb0a17074 |
children | ff69721bef4a |
comparison
equal
deleted
inserted
replaced
72797:1804621e5f1e | 72798:6e061fdbf037 |
---|---|
1 2006-09-11 Stefan Monnier <monnier@iro.umontreal.ca> | |
2 | |
3 * bindings.el (mode-line-buffer-identification-keymap): | |
4 Move initialization into declaration. | |
5 | |
1 2006-09-10 Kim F. Storm <storm@cua.dk> | 6 2006-09-10 Kim F. Storm <storm@cua.dk> |
2 | 7 |
3 * ido.el (ido-edit-input, ido-complete, ido-take-first-match) | 8 * ido.el (ido-edit-input, ido-complete, ido-take-first-match) |
4 (ido-push-dir-first, ido-kill-buffer-at-head, ido-exhibit) | 9 (ido-push-dir-first, ido-kill-buffer-at-head, ido-exhibit) |
5 (ido-delete-file-at-head): Pass head of ido-matches through ido-name | 10 (ido-delete-file-at-head): Pass head of ido-matches through ido-name |
28 (file-cache-add-directory-using-locate) | 33 (file-cache-add-directory-using-locate) |
29 (file-cache-add-directory-recursively): Add autoloads. | 34 (file-cache-add-directory-recursively): Add autoloads. |
30 | 35 |
31 2006-09-09 Richard Stallman <rms@gnu.org> | 36 2006-09-09 Richard Stallman <rms@gnu.org> |
32 | 37 |
33 * textmodes/conf-mode.el (conf-space-mode): Use | 38 * textmodes/conf-mode.el (conf-space-mode): |
34 hack-local-variables-hook instead of calling hack-local-variables. | 39 Use hack-local-variables-hook instead of calling hack-local-variables. |
35 (conf-space-keywords-override): New variable. | 40 (conf-space-keywords-override): New variable. |
36 (conf-space-mode-internal): New subroutine. Reinit Font Lock mode. | 41 (conf-space-mode-internal): New subroutine. Reinit Font Lock mode. |
37 (conf-space-mode): Always make conf-space-keywords and | 42 (conf-space-mode): Always make conf-space-keywords and |
38 conf-space-keywords-override local. | 43 conf-space-keywords-override local. |
39 Call conf-space-mode-internal directly as well as via hook. | 44 Call conf-space-mode-internal directly as well as via hook. |