aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
Diffstat (limited to 'lisp')
-rw-r--r--lisp/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 5d893946c4a..cacd8b71085 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,5 +1,12 @@
12001-10-30 Stefan Monnier <monnier@cs.yale.edu> 12001-10-30 Stefan Monnier <monnier@cs.yale.edu>
2 2
3 * font-lock.el (java-font-lock-syntactic-face-function): New fun.
4 (font-lock-defaults-alist): Use it.
5 From David Ponce <david.ponce@wanadoo.fr>
6
7 * progmodes/perl-mode.el (perl-indent-line): Use `eq' to compare
8 output of `char-after'.
9
3 * bindings.el (ctl-x-map): Add binding for C-x (, C-x ) and C-x e. 10 * bindings.el (ctl-x-map): Add binding for C-x (, C-x ) and C-x e.
4 11
5 * simple.el (reindent-then-newline-and-indent): Insert the newline 12 * simple.el (reindent-then-newline-and-indent): Insert the newline