aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarkus Rost2002-12-15 19:01:33 +0000
committerMarkus Rost2002-12-15 19:01:33 +0000
commitf7f415e4f1424e146618ff8e35845edcd4376eef (patch)
treee20af3ad9d9ed3bd35f206933df1081439daa418
parent2e547569ba50ad36b09a1f89c98fa73aa1cb428d (diff)
downloademacs-f7f415e4f1424e146618ff8e35845edcd4376eef.tar.gz
emacs-f7f415e4f1424e146618ff8e35845edcd4376eef.zip
Move entry for mail/smtpmail.el from ChangeLog to lisp/ChangeLog.
-rw-r--r--ChangeLog5
-rw-r--r--lisp/ChangeLog10
2 files changed, 8 insertions, 7 deletions
diff --git a/ChangeLog b/ChangeLog
index 98c4d6dcdbe..07fda800a33 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,8 +1,3 @@
12002-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
62002-12-09 Markus Rost <rost@math.ohio-state.edu> 12002-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 @@
12002-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
12002-12-15 Dave Love <fx@gnu.org> 62002-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 @@
702002-12-12 Markus Rost <rost@math.ohio-state.edu> 762002-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
762002-12-11 Pavel Jan,Bm(Bk <Pavel@Janik.cz> 822002-12-11 Pavel Jan,Bm(Bk <Pavel@Janik.cz>