...and correct the date.
[bpt/emacs.git] / lisp / ChangeLog
index 36df00f..7216868 100644 (file)
@@ -1,3 +1,17 @@
+2002-12-15  Simon Josefsson  <jas@extundo.com>
+
+       * mail/smtpmail.el (smtpmail-via-smtp): Fall back to
+       user-mail-address as sender.
+
+2002-12-15  Dave Love  <fx@gnu.org>
+
+       * international/utf-8.el (ucs-mule-cjk-to-unicode)
+       (utf-subst-table-for-encode, ucs-unicode-to-mule-cjk)
+       (utf-subst-table-for-decode): Specify :size, :rehash-size.
+       (utf-translate-cjk): :set rewritten to load subst-... files.  Add
+       :set-after.
+       (ccl-decode-mule-utf-8): Consider CJK translation for r3<#x3400.
+
 2002-12-15  Gustav H\e,Ae\e(Bllberg  <gustav@virtutech.se>  (tiny change)
 
        * progmodes/compile.el (compile-reinitialize-errors): Don't mark the
@@ -12,7 +26,8 @@
 
        * uniquify.el (uniquify-rationalize-file-buffer-names, rename-buffer)
        (uniquify-delay-rationalize-file-buffer-names, kill-buffer-hook):
-       Undo 2002/09/27 change because kill-buffer-hook is not permanent-local.
+       Undo 2002/09/27 change because kill-buffer-hook is not
+       permanent-local.
 
        * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
        Optimize the remaining part of for-effect and/or expressions.
@@ -61,7 +76,7 @@
 2002-12-12  Markus Rost  <rost@math.ohio-state.edu>
 
        * international/mule-cmds.el (set-language-info):
-       Update custom-type of current-language-environment.
+       Update custom-type of `current-language-environment'.
        (current-language-environment): Fix custom type.
 
 2002-12-11  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>