comparison lisp/ChangeLog @ 27637:79014abee3cc

(diff-kill-junk): New interactive function. (diff-reverse-direction): Use delete-and-extract-region. (diff-post-command-hook): Restrict the area so that the hook also works outside of any diff hunk. This is necessary for the minor-mode. (diff-mode): Use toggle-read-only and minor-mode-overriding-map-alist. (diff-minor-mode): Setup the hooks for header-hunk rewriting.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Mon, 07 Feb 2000 02:01:07 +0000
parents 161ec77aa308
children 1ac28043dbd6
comparison
equal deleted inserted replaced
27636:161ec77aa308 27637:79014abee3cc
1 2000-02-06 Stefan Monnier <monnier@cs.yale.edu> 1 2000-02-06 Stefan Monnier <monnier@cs.yale.edu>
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.
2 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
6 to avoid duplicate entries. 13 to avoid duplicate entries.