# HG changeset patch # User Dave Love # Date 1025203225 0 # Node ID ac14949a64e452923ecf16639a679e31ee4d474f # Parent d740bbf6ca68cb8f2e0d6662c6c7536f93c15f62 *** empty log message *** diff -r d740bbf6ca68 -r ac14949a64e4 lisp/ChangeLog --- a/lisp/ChangeLog Thu Jun 27 18:39:54 2002 +0000 +++ b/lisp/ChangeLog Thu Jun 27 18:40:25 2002 +0000 @@ -1,3 +1,12 @@ +2002-06-27 Dave Love + + * international/mule.el (load-with-code-conversion): Fix + coding-system-type test. + + * international/mule-cmds.el (sort-coding-systems): Comment out + iso-2022 case. + (encoded-string-description): Fix coding-system-type test. + 2002-06-24 Dave Love * international/characters.el: Make korean-ksc5601 double-width. @@ -6,7 +15,7 @@ Emacs 20/1 byte-compiled files. * international/mule-conf.el (file-coding-system-alist): Change - .elc to utf-8-Emacs. + .elc to utf-8-emacs. * emacs-lisp/bytecomp.el (byte-recompile-directory) (batch-byte-recompile-directory): Update from trunk.