aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
Diffstat (limited to 'lisp')
-rw-r--r--lisp/.gitignore1
-rw-r--r--lisp/ChangeLog9
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 @@
2Makefile 2Makefile
3cus-load.el 3cus-load.el
4elc.tar.gz 4elc.tar.gz
5MANIFEST
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 9c0b77c0be1..608bdec8adb 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,12 @@
12000-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
12000-09-21 Dave Love <fx@gnu.org> 102000-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.