diff options
| -rw-r--r-- | lisp/ChangeLog | 5 | ||||
| -rw-r--r-- | lispref/ChangeLog | 5 |
2 files changed, 10 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index e327b9ff668..f45a4051bb3 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2004-02-11 Luc Teirlinck <teirllm@auburn.edu> | ||
| 2 | |||
| 3 | * emacs-lisp/lisp-mode.el (lisp-mode-variables): Adapt | ||
| 4 | outline-regexp to the new conventions for commenting out code. | ||
| 5 | |||
| 1 | 2004-02-11 John Paul Wallington <jpw@gnu.org> | 6 | 2004-02-11 John Paul Wallington <jpw@gnu.org> |
| 2 | 7 | ||
| 3 | * mail/smtpmail.el (smtpmail-try-auth-methods): Fix typo. | 8 | * mail/smtpmail.el (smtpmail-try-auth-methods): Fix typo. |
diff --git a/lispref/ChangeLog b/lispref/ChangeLog index 62673f78537..61ce98089a0 100644 --- a/lispref/ChangeLog +++ b/lispref/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2004-02-11 Luc Teirlinck <teirllm@auburn.edu> | ||
| 2 | |||
| 3 | * tips.texi (Comment Tips): Document the new conventions for | ||
| 4 | commenting out code. | ||
| 5 | |||
| 1 | 2004-02-07 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> | 6 | 2004-02-07 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> |
| 2 | 7 | ||
| 3 | * positions.texi (Text Lines): Added missing end defun. | 8 | * positions.texi (Text Lines): Added missing end defun. |