changeset 64483:3e2c8c1a9da6

*** empty log message ***
author Kenichi Handa <handa@m17n.org>
date Tue, 19 Jul 2005 02:30:54 +0000
parents 62fe32ed4496
children 380dfb5322dc
files lisp/ChangeLog
diffstat 1 files changed, 10 insertions(+), 0 deletions(-) [+]
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,