aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorJuanma Barranquero2008-05-02 08:51:17 +0000
committerJuanma Barranquero2008-05-02 08:51:17 +0000
commit7ebafc09f9b95f00816d6f694900fb1bf16510a8 (patch)
tree908611a1b549a4153f01fbf070c13a7abcfdaabf /lisp/ChangeLog
parent6208735524881fbcecb67ca9d2a43eadf4c2fa3f (diff)
downloademacs-7ebafc09f9b95f00816d6f694900fb1bf16510a8.tar.gz
emacs-7ebafc09f9b95f00816d6f694900fb1bf16510a8.zip
(highlight-changes-mode): Removed references to hooks that no longer exist.
Because define-minor-mode is used the hook highlight-changes-mode-hook exists and can do what both the old hooks used to do. The documentation at the top of the file was updated to demonstrate this. (highlight-changes-mode): Remove commented out call to a hook function that is no longer there. (hilit-chg-set): Remove running of highlight-changes-enable-hook.
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 90017503bae..334ffe154a8 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,14 @@
12008-05-02 Richard Sharman <rsharman@pobox.com>
2
3 * hilit-chg.el (highlight-changes-mode): Removed references to
4 hooks that no longer exist. Because define-minor-mode is used the
5 hook highlight-changes-mode-hook exists and can do what both the
6 old hooks used to do. The documentation at the top of the file
7 was updated to demonstrate this.
8 (highlight-changes-mode): Remove commented out call to a hook
9 function that is no longer there.
10 (hilit-chg-set): Remove running of highlight-changes-enable-hook.
11
12008-05-02 Eric S. Raymond <esr@snark.thyrsus.com> 122008-05-02 Eric S. Raymond <esr@snark.thyrsus.com>
2 13
3 * vc.el (vc-default-dired-state-info): Change name of primitive 14 * vc.el (vc-default-dired-state-info): Change name of primitive