diff options
| author | Lute Kamstra | 2005-04-28 11:50:34 +0000 |
|---|---|---|
| committer | Lute Kamstra | 2005-04-28 11:50:34 +0000 |
| commit | 0a20b1dc3887d21b4d22cd3b602e92af70c82654 (patch) | |
| tree | b3f498ae97f0e28110e8a0dd2c4ca7f7806c6964 /lisp | |
| parent | 95965740cf51d558b20b5ddb144d9b0040460cb2 (diff) | |
| download | emacs-0a20b1dc3887d21b4d22cd3b602e92af70c82654.tar.gz emacs-0a20b1dc3887d21b4d22cd3b602e92af70c82654.zip | |
*** empty log message ***
Diffstat (limited to 'lisp')
| -rw-r--r-- | lisp/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 3105dcc7a85..797ee8c91ae 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,5 +1,11 @@ | |||
| 1 | 2005-04-28 Lute Kamstra <lute@gnu.org> | 1 | 2005-04-28 Lute Kamstra <lute@gnu.org> |
| 2 | 2 | ||
| 3 | * font-lock.el (font-lock-add-keywords) | ||
| 4 | (font-lock-remove-keywords): Clarify docstring. | ||
| 5 | (font-lock-keywords-alist, font-lock-removed-keywords-alist): | ||
| 6 | Don't start docstrings with a `*'. | ||
| 7 | (font-lock-update-removed-keyword-alist): Give it a docstring. | ||
| 8 | |||
| 3 | * generic-x.el: Update commentary section. | 9 | * generic-x.el: Update commentary section. |
| 4 | Only require font-lock when compiling. | 10 | Only require font-lock when compiling. |
| 5 | Define all modes conditionally. | 11 | Define all modes conditionally. |