From: Dave Love Date: Fri, 31 May 2002 13:04:49 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: emacs-pretest-23.0.90~8295^2~1864^2~703 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=6ba0a57d61c2763cbe9e2ab3c47e1d5d53bd4ea2;p=emacs.git *** empty log message *** --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 5f671e25d1a..f6bcd4860bd 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,8 @@ +2002-05-31 Dave Love + + * international/mule.el (unify-8859-on-encoding-mode) + (unify-8859-on-decoding-mode): Remove :init-value. + 2002-05-31 Kenichi Handa * international/fontset.el: Change registry for japanese-jisx0208 @@ -54,11 +59,11 @@ 2002-05-26 Dave Love - * mule.el (with-category-table): Use make-symbol. + * international/mule.el (with-category-table): Use make-symbol. (coding-system-list): Use coding-system-aliases. (make-translation-table): Don't deal with generic characters. - * mule-util.el: (coding-system-post-read-conversion) + * international/mule-util.el: (coding-system-post-read-conversion) (coding-system-pre-write-conversion) (coding-system-translation-table-for-decode) (coding-system-translation-table-for-encode): Get the right diff --git a/src/ChangeLog b/src/ChangeLog index 7e3f0db5d97..fe91c9f48b0 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,7 @@ +2002-05-31 Dave Love + + * Makefile.in (lisp, shortlisp): Change indian.elc to indian.el. + 2002-05-31 Kenichi Handa * charset.c (load_charset_map): Handle the case that from < to @@ -12,7 +16,7 @@ 2002-05-30 Kenichi Handa - * Makefile.in (lisp): Change chienese.elc to chinese.el. They are + * Makefile.in (lisp): Change chinese.elc to chinese.el. They are not bytecompiled now. (shortlisp): Likewise.