diff options
| author | Markus Rost | 2002-12-15 19:01:33 +0000 |
|---|---|---|
| committer | Markus Rost | 2002-12-15 19:01:33 +0000 |
| commit | f7f415e4f1424e146618ff8e35845edcd4376eef (patch) | |
| tree | e20af3ad9d9ed3bd35f206933df1081439daa418 | |
| parent | 2e547569ba50ad36b09a1f89c98fa73aa1cb428d (diff) | |
| download | emacs-f7f415e4f1424e146618ff8e35845edcd4376eef.tar.gz emacs-f7f415e4f1424e146618ff8e35845edcd4376eef.zip | |
Move entry for mail/smtpmail.el from ChangeLog to lisp/ChangeLog.
| -rw-r--r-- | ChangeLog | 5 | ||||
| -rw-r--r-- | lisp/ChangeLog | 10 |
2 files changed, 8 insertions, 7 deletions
| @@ -1,8 +1,3 @@ | |||
| 1 | 2002-11-13 Simon Josefsson <jas@extundo.com> | ||
| 2 | |||
| 3 | * mail/smtpmail.el (smtpmail-via-smtp): Fall back to | ||
| 4 | user-mail-address as sender. | ||
| 5 | |||
| 6 | 2002-12-09 Markus Rost <rost@math.ohio-state.edu> | 1 | 2002-12-09 Markus Rost <rost@math.ohio-state.edu> |
| 7 | 2 | ||
| 8 | * configure.in (*-sunos5*, *-solaris*): Revert previous change - | 3 | * configure.in (*-sunos5*, *-solaris*): Revert previous change - |
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index a474cc0c254..2a672067807 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2002-11-13 Simon Josefsson <jas@extundo.com> | ||
| 2 | |||
| 3 | * mail/smtpmail.el (smtpmail-via-smtp): Fall back to | ||
| 4 | user-mail-address as sender. | ||
| 5 | |||
| 1 | 2002-12-15 Dave Love <fx@gnu.org> | 6 | 2002-12-15 Dave Love <fx@gnu.org> |
| 2 | 7 | ||
| 3 | * international/utf-8.el (ucs-mule-cjk-to-unicode) | 8 | * international/utf-8.el (ucs-mule-cjk-to-unicode) |
| @@ -21,7 +26,8 @@ | |||
| 21 | 26 | ||
| 22 | * uniquify.el (uniquify-rationalize-file-buffer-names, rename-buffer) | 27 | * uniquify.el (uniquify-rationalize-file-buffer-names, rename-buffer) |
| 23 | (uniquify-delay-rationalize-file-buffer-names, kill-buffer-hook): | 28 | (uniquify-delay-rationalize-file-buffer-names, kill-buffer-hook): |
| 24 | Undo 2002/09/27 change because kill-buffer-hook is not permanent-local. | 29 | Undo 2002/09/27 change because kill-buffer-hook is not |
| 30 | permanent-local. | ||
| 25 | 31 | ||
| 26 | * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker): | 32 | * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker): |
| 27 | Optimize the remaining part of for-effect and/or expressions. | 33 | Optimize the remaining part of for-effect and/or expressions. |
| @@ -70,7 +76,7 @@ | |||
| 70 | 2002-12-12 Markus Rost <rost@math.ohio-state.edu> | 76 | 2002-12-12 Markus Rost <rost@math.ohio-state.edu> |
| 71 | 77 | ||
| 72 | * international/mule-cmds.el (set-language-info): | 78 | * international/mule-cmds.el (set-language-info): |
| 73 | Update custom-type of current-language-environment. | 79 | Update custom-type of `current-language-environment'. |
| 74 | (current-language-environment): Fix custom type. | 80 | (current-language-environment): Fix custom type. |
| 75 | 81 | ||
| 76 | 2002-12-11 Pavel Jan,Bm(Bk <Pavel@Janik.cz> | 82 | 2002-12-11 Pavel Jan,Bm(Bk <Pavel@Janik.cz> |