From: morioka Date: Thu, 17 Sep 1998 13:52:52 +0000 (+0000) Subject: update. X-Git-Tag: poe-199811302358~40 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=256a7f428ae5213014a0aad0f469c0a98de21c27;p=elisp%2Fapel.git update. --- diff --git a/ChangeLog b/ChangeLog index 5b2ed89..48b86b3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,39 @@ 1998-09-17 MORIOKA Tomohiko + * emu.el, EMU-ELS: Split code about MIME charset from emu to + mcharset. + + * mcharset.el: New file. + + * mcs-xm.el: New file (split code about MIME charset from + emu-x20.el). + + * emu-x20.el: Split code about MIME charset to mcs-xm.el. + + * mcs-om.el: New file (split code about MIME charset from + emu-mule.el). + + * emu-mule.el: Split code about MIME charset to mcs-om.el. + + * mcs-nemacs.el: New file (split code about MIME charset from + emu-nemacs.el). + + * emu-nemacs.el: Split code about MIME charset to mcs-nemacs.el. + + * mcs-ltn1.el: New file (split code about MIME charset from + emu-latin1.el). + + * emu-latin1.el: Split code about MIME charset to mcs-latin1.el. + + * mcs-e20.el: New file (split code about MIME charset from + emu-e20.el). + + * emu-e20.el: Split code about MIME charset to mcs-e20.el. + + * mcs-20.el: New file (renamed from emu-20.el). + +1998-09-17 MORIOKA Tomohiko + * emu.el, emu-20.el: Move constant `*noconv*' from emu-20.el to emu.el.