diff lisp/ChangeLog @ 64483:3e2c8c1a9da6

*** empty log message ***
author Kenichi Handa <handa@m17n.org>
date Tue, 19 Jul 2005 02:30:54 +0000
parents 4a9aba73cb6e
children 2273b7101b27
line wrap: on
line diff
--- a/lisp/ChangeLog	Tue Jul 19 02:30:29 2005 +0000
+++ b/lisp/ChangeLog	Tue Jul 19 02:30:54 2005 +0000
@@ -1,3 +1,13 @@
+2005-07-19  Kenichi Handa  <handa@m17n.org>
+
+	* international/mule-cmds.el (select-safe-coding-system): Try to
+	use an auto-coding (if any) before anything else.  If the found
+	auto-coding is invalid, show a warning message.
+
+	* international/mule.el (find-auto-coding): New function created
+	by modifying the body of set-auto-coding.
+	(set-auto-coding): Use find-auto-coding to find a coding.
+
 2005-07-18  Richard M. Stallman  <rms@gnu.org>
 
 	* allout.el (allout-isearch-expose): Use isearch-mode-end-hook-quit,