diff options
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 5f94fa6f83a..c9aa615145e 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -3,6 +3,10 @@ | |||
| 3 | * textmodes/conf-mode.el (conf-space-mode): Use | 3 | * textmodes/conf-mode.el (conf-space-mode): Use |
| 4 | hack-local-variables-hook instead of calling hack-local-variables. | 4 | hack-local-variables-hook instead of calling hack-local-variables. |
| 5 | (conf-space-keywords-override): New variable. | 5 | (conf-space-keywords-override): New variable. |
| 6 | (conf-space-mode-internal): New subroutine. Reinit Font Lock mode. | ||
| 7 | (conf-space-mode): Always make conf-space-keywords and | ||
| 8 | conf-space-keywords-override local. | ||
| 9 | Call conf-space-mode-internal directly as well as via hook. | ||
| 6 | 10 | ||
| 7 | 2006-09-09 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se> (tiny change) | 11 | 2006-09-09 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se> (tiny change) |
| 8 | 12 | ||