diff options
| -rw-r--r-- | lisp/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 669bcdd9540..a19fe8b6db9 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,10 @@ | |||
| 1 | 2005-05-12 Kim F. Storm <storm@cua.dk> | ||
| 2 | |||
| 3 | * font-lock.el (font-lock-negation-char-face): Default to "off". | ||
| 4 | |||
| 5 | * progmodes/cc-fonts.el (c-basic-matchers-before): Don't apply | ||
| 6 | font-lock-negation-char-face to ! in !=. | ||
| 7 | |||
| 1 | 2005-05-12 Masatake YAMATO <jet@gyve.org> | 8 | 2005-05-12 Masatake YAMATO <jet@gyve.org> |
| 2 | 9 | ||
| 3 | * add-log.el (find-change-log): Fix typos in the docstring | 10 | * add-log.el (find-change-log): Fix typos in the docstring |