diff options
| author | Dave Love | 1999-12-12 16:13:50 +0000 |
|---|---|---|
| committer | Dave Love | 1999-12-12 16:13:50 +0000 |
| commit | 3fc558970037e71143dcf92b8f5b2876a1386d57 (patch) | |
| tree | c8c02493fc693970154fd82da6552ae8a51416d2 | |
| parent | 409f8a3f94499a64d162a34cd0c347565f854a0b (diff) | |
| download | emacs-3fc558970037e71143dcf92b8f5b2876a1386d57.tar.gz emacs-3fc558970037e71143dcf92b8f5b2876a1386d57.zip | |
*** empty log message ***
| -rw-r--r-- | lisp/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 46d5b653f45..c4fa1cfc943 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,12 @@ | |||
| 1 | 1999-12-12 Dave Love <fx@gnu.org> | ||
| 2 | |||
| 3 | * footnote.el: Require cl when compiling. Don't autoload kemap | ||
| 4 | and minor-mode-alist stuff. Don't set zmacs-region-stays. | ||
| 5 | (footnote-insert-text-marker, Footnote-insert-pointer-marker): | ||
| 6 | Avoid `acons'. | ||
| 7 | (footnote-mode-line-string, Footnote-add-footnote): Remove | ||
| 8 | autoload cookie. | ||
| 9 | |||
| 1 | 1999-12-12 Richard Sharman <rsharman@pobox.com> | 10 | 1999-12-12 Richard Sharman <rsharman@pobox.com> |
| 2 | 11 | ||
| 3 | * sh-script.el: Fix for when font-lock mode is active. | 12 | * sh-script.el: Fix for when font-lock mode is active. |