diff options
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 025e09475da..ac3a50c921e 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 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) |
| @@ -30,8 +35,8 @@ | |||
| 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 |