# HG changeset patch # User Kenichi Handa # Date 1121740254 0 # Node ID 3e2c8c1a9da69e3bcf1db24fdc2d36cab0b5c768 # Parent 62fe32ed4496178ecc9b1d46a8b6a500d34c9375 *** empty log message *** diff -r 62fe32ed4496 -r 3e2c8c1a9da6 lisp/ChangeLog --- 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 + + * 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 * allout.el (allout-isearch-expose): Use isearch-mode-end-hook-quit,