diff options
| -rw-r--r-- | lisp/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index eb6d999ce1f..3d6280a7c49 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,11 @@ | |||
| 1 | 2000-09-29 Stefan Monnier <monnier@cs.yale.edu> | ||
| 2 | |||
| 3 | * autoinsert.el (auto-insert-mode): Use define-minor-mode. | ||
| 4 | |||
| 5 | * newcomment.el (comment-indent-function): Use 0 for ;;; and %%%. | ||
| 6 | (comment-indent): Make sure there's a space between code and comment. | ||
| 7 | Shift comments left to avoid going past fill-column. | ||
| 8 | |||
| 1 | 2000-09-29 Gerd Moellmann <gerd@gnu.org> | 9 | 2000-09-29 Gerd Moellmann <gerd@gnu.org> |
| 2 | 10 | ||
| 3 | * startup.el (startup-echo-area-message): New function. | 11 | * startup.el (startup-echo-area-message): New function. |