aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 121ea011e45..672defa12ab 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,5 +1,12 @@
12000-02-06 Stefan Monnier <monnier@cs.yale.edu> 12000-02-06 Stefan Monnier <monnier@cs.yale.edu>
2 2
3 * diff-mode.el (diff-kill-junk): New interactive function.
4 (diff-reverse-direction): Use delete-and-extract-region.
5 (diff-post-command-hook): Restrict the area so that the hook also works
6 outside of any diff hunk. This is necessary for the minor-mode.
7 (diff-mode): Use toggle-read-only and minor-mode-overriding-map-alist.
8 (diff-minor-mode): Setup the hooks for header-hunk rewriting.
9
3 * font-lock.el (font-lock-keywords): Fix doc for multiline matches. 10 * font-lock.el (font-lock-keywords): Fix doc for multiline matches.
4 (font-lock-add-keywords): Make it work even if font-lock-mode is nil, 11 (font-lock-add-keywords): Make it work even if font-lock-mode is nil,
5 so that it can be used more easily in <foo>-mode-hook. Also make sure 12 so that it can be used more easily in <foo>-mode-hook. Also make sure