Move `string-as-unibyte', `string-as-multibyte', `char-int',
[elisp/apel.git] / ChangeLog
index 1766673..1353e1d 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,122 @@
 1998-09-17  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
 
+       * mcharset.el, emu.el: Move function `charsets-to-mime-charset'
+       from emu.el to mcharset.el.
+
+1998-09-17  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * emu.el, emu-x20.el, emu-nemacs.el, emu-mule.el, emu-latin1.el,
+       emu-e20.el:
+         - Move `insert-binary-file-contents' from emu-e20.el,
+           emu-latin1.el, emu-mule.el, emu-nemacs.el and emu-x20.el to
+           emu.el.
+         - Move `insert-binary-file-contents-literally' from
+           emu-latin1.el, emu-mule.el, emu-nemacs.el and emu-x20.el to
+           emu.el.
+
+1998-09-17  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * poe-18.el (make-obsolete): New function.
+
+1998-09-17  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * 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  <morioka@jaist.ac.jp>
+
+       * emu.el, emu-20.el: Move constant `*noconv*' from emu-20.el to
+       emu.el.
+
+1998-09-17  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+       
+       * emu.el, EMU-ELS: Split core part about MULE from emu to poem.
+
+       * poem.el: New file.
+
+       * poem-e20_3.el: New file (renamed from emu-e20_3.el).
+
+       * poem-e20_2.el: New file (renamed from poem-e20_2.el).
+
+       * poem-xm.el: New file (split core part of MULE from emu-x20.el).
+
+       * emu-x20.el: Split core part of MULE to poem-xm.el.
+
+       * poem-om.el: New file (split core part of MULE from emu-mule.el).
+
+       * emu-mule.el: Split core part of MULE to poem-om.el.
+
+       * poem-ltn1.el: New file (split core part of MULE from
+       emu-latin1.el).
+
+       * emu-latin1.el: Split core part of MULE to poem-ltn1.el.
+
+       * poem-e20.el: New file (split core part of MULE from emu-e20.el).
+
+       * emu-e20.el: Split core part of MULE to poem-e20.el.
+
+       * poem-20.el: New file (split core part of MULE from emu-20.el).
+
+       * emu-20.el: Split core part of MULE to poem-20.el.
+
+       * poem-nemacs.el: New file (split core part of MULE from
+       emu-nemacs.el).
+
+       * emu-nemacs.el: Split core part of MULE to poem-nemacs.el; move
+       overlay emulation code of Nemacs to poe-18.el.
+
+       * poe-18.el: Move overlay emulation code of Nemacs from
+       emu-nemacs.el.
+
+1998-09-17  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * poe.el, emu.el: Move function `point-at-bol' and `point-at-eol'
+       from emu.el to poe.el.
+
+1998-09-17  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * emu.el (point-at-bol): New function.
+       (point-at-eol): Use `line-end-position'.
+
+1998-09-17  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * poe.el (line-beginning-position): New function.
+       (line-end-position): New function.
+
+       * poe-xemacs.el (line-beginning-position): New alias.
+       (line-end-position): New alias.
+
+1998-09-17  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
        * poe.el, emu.el: Move function `functionp' from emu.el to poe.el.
 
 1998-09-17  MORIOKA Tomohiko  <morioka@jaist.ac.jp>