diff options
| author | Juanma Barranquero | 2008-05-02 08:51:17 +0000 |
|---|---|---|
| committer | Juanma Barranquero | 2008-05-02 08:51:17 +0000 |
| commit | 7ebafc09f9b95f00816d6f694900fb1bf16510a8 (patch) | |
| tree | 908611a1b549a4153f01fbf070c13a7abcfdaabf /lisp/ChangeLog | |
| parent | 6208735524881fbcecb67ca9d2a43eadf4c2fa3f (diff) | |
| download | emacs-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/ChangeLog | 11 |
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 @@ | |||
| 1 | 2008-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 | |||
| 1 | 2008-05-02 Eric S. Raymond <esr@snark.thyrsus.com> | 12 | 2008-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 |