diff options
Diffstat (limited to 'lisp')
| -rw-r--r-- | lisp/.gitignore | 1 | ||||
| -rw-r--r-- | lisp/ChangeLog | 9 |
2 files changed, 10 insertions, 0 deletions
diff --git a/lisp/.gitignore b/lisp/.gitignore index 45ccad417a8..1fcdb993e8e 100644 --- a/lisp/.gitignore +++ b/lisp/.gitignore | |||
| @@ -2,3 +2,4 @@ | |||
| 2 | Makefile | 2 | Makefile |
| 3 | cus-load.el | 3 | cus-load.el |
| 4 | elc.tar.gz | 4 | elc.tar.gz |
| 5 | MANIFEST | ||
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 9c0b77c0be1..608bdec8adb 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,12 @@ | |||
| 1 | 2000-09-21 Gerd Moellmann <gerd@gnu.org> | ||
| 2 | |||
| 3 | * add-log.el (change-log-date-face, change-log-name-face) | ||
| 4 | (change-log-email-face, change-log-file-face) | ||
| 5 | (change-log-list-face, change-log-conditionals-face) | ||
| 6 | (change-log-function-face, change-log-acknowledgement-face): New | ||
| 7 | faces, inheriting from font-lock faces. | ||
| 8 | (change-log-font-lock-keywords): Use them. | ||
| 9 | |||
| 1 | 2000-09-21 Dave Love <fx@gnu.org> | 10 | 2000-09-21 Dave Love <fx@gnu.org> |
| 2 | 11 | ||
| 3 | * msb.el (msb-mode-map): Use substitute-key-definition. | 12 | * msb.el (msb-mode-map): Use substitute-key-definition. |