tm 7.79.
[elisp/apel.git] / ChangeLog
index 3ff5a0d..3fc1789 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,993 @@
+Fri Aug 23 07:28:37 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * tl: Version 7.48 was released.
+
+Thu Aug 22 16:21:21 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * emu-mule.el (set-process-input-coding-system): New alias.
+
+Wed Aug 21 12:08:41 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * install.el (install-elisp-module, install-elisp-modules): New
+       function.
+
+       * file-detect.el (module-installed-p): New function.
+
+Mon Aug 19 17:38:23 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * install.el (install-files): New argument `overwrite'.
+
+       * install.el (install-overwritten-file-modes): New variable.
+
+       (install-file): Use variable `install-overwritten-file-modes'.
+
+       * install.el (install-file, install-files): New function.
+
+       * emu-mule.el (charsets-mime-charset-alist): add iso-2022-int-1 as
+       the largest MIME charset.
+
+Sun Aug 18 20:38:49 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * TL-ELS (tl-modules): Changed to list of symbols.
+
+       * mk-tl (compile-tl): Use function `compile-elisp-modules'.
+
+       * mk-tl: tl-els was renamed to TL-ELS.
+
+       * install.el: Initial revision
+
+       * emu-mule.el (charsets-mime-charset-alist): add lc-roman and
+       lc-jpold to iso-2022-jp, iso-2022-jp-2 and iso-2022-int-1.
+
+       * emu-18.el (buffer-undo-list): define default variable as nil.
+
+       * tl-list.el (put-alist): New implementation.
+
+       * tl-list.el (put-alist): Use `setcdr' instead of `rplacd'.
+
+Sun Aug 18 08:10:43 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * tl-list.el (set-alist): New implementation.
+
+       * tl-list.el (put-alist): DOC-string was modified.
+
+Sun Aug 18 07:30:38 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * emu.el: Alias `tl:read-string' was abolished.
+
+Sun Aug 18 07:29:06 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * mu-cite.el (mu-cite/get-prefix-register-verbose-method): Use
+       `read-string' instead of `tl:read-string'.
+
+       * mu-cite.el (mu-cite/get-prefix-register-method): Use
+       `read-string' instead of `tl:read-string'.
+
+       * mu-bbdb.el (mu-cite/get-bbdb-prefix-register-method): Use
+       `read-string' instead of `tl:read-string'.
+
+       (mu-cite/get-bbdb-prefix-register-verbose-method): Use
+       `read-string' instead of `tl:read-string'.
+
+       * emu.el: Redefine `read-string' for EMACS 19.28 or earlier.
+
+Sun Aug 18 06:39:40 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * emu-nemacs.el (decode-coding-string): New function.
+
+Sat Aug 17 03:25:51 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * emu-e19.el (mime-charset-to-coding-system): New function.
+
+       * emu-e19.el (decode-coding-string): New function.
+
+       * emu-mule.el: Function `character-decode-string' was renamed to
+       `decode-coding-string'.
+
+Fri Aug 16 06:06:40 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * tl-seq.el: comment was modified.
+
+Fri Aug 16 06:05:21 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * tl-seq.el: Don't autoload `position-if-not'.
+
+       * tl-seq.el: Function `position-mismatched' was abolished.
+
+       * tl-822.el (rfc822/analyze-comment): Use `string-match' instead
+       of `position-mismatched'.
+
+       * tl-822.el (rfc822/analyze-domain-literal): New implementation.
+
+       * tl-822.el (rfc822/analyze-atom): New implementation.
+
+       * tl-822.el (rfc822/analyze-spaces): New implementation.
+
+Fri Aug 16 05:02:08 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * tl-seq.el: require file-detect.
+
+Fri Aug 16 04:59:13 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * genjis.el: Use function `find-if' instead of `some-element'.
+
+       * tl-seq.el: Function `some-element' was abolished.
+
+Fri Aug 16 04:36:45 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * file-detect.el (add-path): moved from tl-misc.el.
+
+       * tl-misc.el: Function `add-path' was moved to file-detect.el.
+
+Fri Aug 16 04:32:46 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * file-detect.el (get-latest-path): moved from tl-misc.el.
+
+       * tl-misc.el: Function `get-latest-path' was moved to
+       file-detect.el.
+
+Fri Aug 16 04:27:54 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * tl-misc.el, tl-seq.el, tl-els, file-detect.el: module.el was
+       renamed to file-detect.el.
+
+Fri Aug 16 04:06:42 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * tl-seq.el, tl-misc.el, tl-els, module.el: install.el was renamed
+       to module.el.
+
+Fri Aug 16 03:27:50 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * tl-seq.el: Use `file-installed-p'.
+
+Fri Aug 16 03:09:15 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * tl-seq.el: Don't use cl.el if cl-seq.el is not found.
+
+Fri Aug 16 03:00:43 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * tl-els: Add install.el.
+
+       * install.el: Initial revision
+
+       * tl-misc.el: Function `file-installed-p' was moved to install.el.
+
+Fri Aug 16 02:04:24 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * tl-els: Add range.el.
+
+Fri Aug 16 02:02:55 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * range.el: New module.
+
+       * tl-list.el: Range functions were moved to range.el.
+
+       * tl-list.el: Don't use cl.el for EMACS 18.
+
+Wed Aug 14 23:11:07 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * tl-seq.el: Use cl.el; Don't define function `find' if it is
+       already exist.
+
+Wed Aug 14 02:32:13 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * tl-list.el: `(autoload 'last "cl")' instead of `(require 'cl)'.
+
+Wed Aug 14 02:15:12 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * tl-str.el (replace-space-with-underline): fixed problem in
+       XEmacs 20.
+
+Wed Aug 14 01:19:22 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * tl-list.el (map-union): Use `nreverse' instead of `reverse'.
+
+       * tl-list.el (index): Use `nreverse' instead of `reverse'.
+
+Wed Aug 14 01:01:06 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * tl-list.el (permute): Use `nconc'.
+
+Wed Aug 14 00:53:35 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * tl-list.el (every-combination): Use `nreverse' instead of
+       `reverse'.
+
+Wed Aug 14 00:47:47 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * tl-list.el (except-nth): New implementation.
+
+       * tl-list.el (nexcept-nth): New function.
+
+Wed Aug 14 00:24:14 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * tl-list.el (nnth-prev): New function.
+       (nth-prev): New implementation.
+
+Tue Aug 13 23:55:20 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * tl-list.el: Function `butlast' and `nbutlast' were abolished;
+       Use cl.el.
+
+Tue Aug 13 23:46:50 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * tl-list.el: Function `last' was abolished.
+
+       * tl-list.el: Function `subsetp' was abolished.
+
+       * tl-list.el: Function `cadr' was abolished.
+
+       * tl-list.el: Function `caar' was abolished.
+
+\f
+Tue Aug  6 12:18:37 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * tl: Version 7.44 was released.
+
+Mon Aug  5 15:15:18 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * emu-mule.el (mime-charset-coding-system-alist): add `x-ctext'.
+
+       (default-mime-charset): default value was changed to `x-ctext'.
+
+\f
+Thu Aug  1 06:43:54 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * tl: Version 7.43.2 was released.
+
+       * tl-els: x-face-mule.el was added for MULE.
+
+       * x-face-mule.el: Function `bitmap-decode-x-face' was renamed to
+       `x-face-decode-message-header'.
+
+       * x-face-mule.el: Variable `bitmap-uncompface-program' was renamed
+       to `uncompface-program'.
+
+       * bitmap.el: X-Face features were split into x-face-mule.el.
+
+       * x-face-mule.el: Initial revision
+
+Thu Aug  1 06:20:16 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * bitmap.el: Function `bitmap-show-xbm-file' was renamed to
+       `bitmap-insert-xbm-file'.
+
+       * bitmap.el: Function `bitmap-show-xbm-buffer' was renamed to
+       `bitmap-insert-xbm-buffer'.
+
+       * smiley-mule.el (smiley-buffer, smiley-region): New
+       implementation.
+
+       * smiley-mule.el (smiley-face-bitmap-alist): Renamed from variable
+       `smiley-face-bitmap-alist'; key part was changed to normal string
+       from regexp.
+
+Wed Jul 31 04:41:17 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * smiley-mule.el: Variable `smiley-weep-bitmap' was renamed to
+       `smiley-bitmap-for-weep'.
+
+       * smiley-mule.el: Variable `smiley-ase3-bitmap' was renamed to
+       `smiley-bitmap-for-ase3'.
+
+       * smiley-mule.el: Variable `smiley-ase2-bitmap' was renamed to
+       `smiley-bitmap-for-ase2'.
+
+       * smiley-mule.el: Variable `smiley-ase-bitmap' was renamed to
+       `smiley-bitmap-for-ase'.
+
+       * smiley-mule.el: Variable `smiley-winking-bitmap' was renamed to
+       `smiley-bitmap-for-winking'.
+
+       * smiley-mule.el: Variable `smiley-smile-bitmap' was renamed to
+       `smiley-bitmap-for-smile'.
+
+Mon Jul 29 20:47:32 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * tl-els: latex-math-symbol.el was added for all mule variants.
+
+       * latex-math-symbol.el: New module for mule.
+
+Mon Jul 29 20:20:18 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * tl-els: smiley-mule.el was added.
+
+       * smiley-mule.el: New module for MULE.
+
+Fri Jul 26 20:04:15 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * bitmap.el (bitmap-read-xbm-file): New function.
+
+Fri Jul 26 19:40:29 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * bitmap.el: Function `bitmap-show-xbm' was renamed to
+       `bitmap-show-xbm-buffer'.
+
+       * bitmap.el (bitmap-show-xbm-file): New function; renamed from
+       `bitmap-read-xbm'.
+
+       * bitmap.el (bitmap-show-xbm): New implementation; use function
+       `bitmap-read-xbm-buffer' and `bitmap-decode-xbm'.
+
+       * bitmap.el (bitmap-read-xbm-buffer): New function.
+
+       * bitmap.el (bitmap-decode-xbm): New function.
+
+Fri Jul 26 12:08:55 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * emu-18.el (buffer-undo-list): New variable for EMACS 18.55.
+
+\f
+Tue Jul 23 14:58:47 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * tl: Version 7.43.1 was released.
+
+       * emu.el (emacs-minor-version): fixed for NEpoch.
+
+Mon Jul 22 18:54:54 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * emu-xemacs.el, emu-19.el, emu-18.el
+       (enable-invisible): New macro.
+       (end-of-invisible): New macro.
+
+       * emu-x20.el: add `(require 'cyrillic)'.
+
+\f
+Wed Jul 17 05:35:50 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * tl: Version 7.43 was released.
+
+Mon Jul 15 08:29:22 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * emu-x20.el: Alias `character-decode-region' was abolished.
+
+       * emu-x20.el: Alias `character-decode-string' was abolished.
+
+       * emu-e19.el, emu-nemacs.el, emu-mule.el: Function
+       `character-decode-region' was abolished.
+
+       * emu-e19.el, emu-nemacs.el: Function `character-decode-string'
+       was abolished.
+
+Sun Jul 14 15:00:32 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * emu-nemacs.el (encode-mime-charset-region): check kanji-code.
+       (decode-mime-charset-region): check kanji-code.
+
+Sun Jul 14 14:56:46 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * emu-e19.el, emu-nemacs.el, emu-x20.el, emu-mule.el
+       (decode-mime-charset-region): New function.
+
+Sun Jul 14 12:24:45 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * emu-x20.el: Alias `character-encode-region' was abolished.
+
+       * emu-e19.el, emu-nemacs.el, emu-mule.el: Function
+       `character-encode-region' was abolished.
+
+Sun Jul 14 12:18:35 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * emu-mule.el (decode-mime-charset-string): Use function
+       `character-decode-string'.
+
+Sun Jul 14 11:47:20 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * emu-mule.el, emu-e19.el, emu-nemacs.el: Function
+       `character-encode-string' was abolished.
+
+       * emu-x20.el: Alias `character-encode-string' was abolished.
+
+Sun Jul 14 11:29:02 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * emu-nemacs.el, emu-e19.el, emu-x20.el, emu-mule.el
+       (decode-mime-charset-string): New function.
+
+\f
+Thu Jul 11 14:11:12 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * tl: Version 7.36 was released.
+
+       * emu.el (emacs-minor-version): New variable for Emacs 18.
+
+Thu Jul 11 13:59:54 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * emu-nemacs.el (charsets-mime-charset-alist): New variable.
+       (default-mime-charset): New variable.
+       (mime-charset-coding-system-alist): New variable.
+       (mime-charset-to-coding-system): New function.
+       (detect-mime-charset-region): New function.
+       (encode-mime-charset-region): New function.
+       (encode-mime-charset-string): New function.
+
+Thu Jul 11 09:04:23 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * emu.el (charsets-to-mime-charset): New function; moved from
+       emu-*.el.
+
+Thu Jul 11 08:58:54 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * emu-x20.el, emu-mule.el, emu-e19.el: Function
+       `charsets-to-mime-charset' was moved to emu.el.
+
+       * emu-e19.el (charsets-mime-charset-alist): New variable.
+       (default-mime-charset): New variable.
+       (charsets-to-mime-charset): New function.
+       (detect-mime-charset-region): New function.
+       (encode-mime-charset-region): New function.
+       (encode-mime-charset-string): New function.
+
+Wed Jul 10 13:58:11 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * emu-x20.el (encode-mime-charset-region): New function.
+       (encode-mime-charset-string): New function.
+
+Wed Jul 10 13:55:09 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * emu-x20.el (detect-mime-charset-region): New function.
+
+       * emu-x20.el (mime-charset-to-coding-system): New function.
+
+       * emu-x20.el (mime-charset-coding-system-alist): New variable.
+
+       * emu-x20.el (charsets-to-mime-charset): New function.
+
+       * emu-x20.el (default-mime-charset): New variable.
+
+       * emu-x20.el: charset constants were abolished.
+       (charsets-mime-charset-alist): New variable.
+
+       * emu-mule.el: charset constants were abolished.
+
+Wed Jul 10 12:54:46 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * emu-mule.el (encode-mime-charset-string): New function.
+
+Wed Jul 10 11:58:23 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * emu-mule.el (encode-mime-charset-region): New function.
+
+\f
+Tue Jul  9 13:16:23 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * tl: Version 7.31.1 was released.
+
+       * mu-replace.el (edit-replace-mode-map): Use function
+       `copy-keymap'.
+
+Mon Jul  8 07:46:02 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * emu-mule.el (mime-charset-to-coding-system): New function.
+
+       * emu-mule.el (mime-charset-coding-system-alist): New variable.
+
+       * emu-mule.el (detect-mime-charset-region): New function.
+
+       * emu-mule.el (charsets-to-mime-charset): New function.
+
+Mon Jul  8 06:49:48 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * tl-list.el (subsetp): wrote doc-string.
+
+       * emu-mule.el (default-mime-charset): New variable.
+
+       * emu-mule.el (charsets-mime-charset-alist): New variable.
+
+Thu Jul  4 16:57:52 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * mu-cite.el (compress-cited-prefix): check Message-Id.
+
+       * mu-cite.el (compress-cited-prefix): fixed.
+
+Wed Jul  3 06:27:10 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * emu.el (running-emacs-19_29-or-later): fixed.
+
+Wed Jul  3 05:59:24 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * emu.el (running-xemacs-20-or-later): New variable.
+       (running-xemacs-19_14-or-later): Use variable
+       `running-xemacs-20-or-later'.
+
+       * emu.el (running-emacs-19_29-or-later): fixed.
+
+Sun Jun 30 01:00:37 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * emu-x20.el (char-category): New function.
+
+Sat Jun 29 08:23:05 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * mu-cite.el (fill-cited-region):
+       modified about fill-prefix collecting.
+
+Sat Jun 29 08:03:34 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * tl-str.el (string-compare-from-top): New function.
+
+\f
+Thu Jun 27 17:29:23 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * tl: Version 7.31 was released.
+
+       * mu-cite.el (mu-cite/make-methods): run-hooks
+       `mu-cite/instantiation-hook'.
+
+Wed Jun 26 15:33:39 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * emu-mule.el (character-decode-string): New implementation.
+
+Wed Jun 26 08:41:17 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * emu-x20.el (code-converter-is-broken): XEmacs 20.0 beta 26 is
+       broken too.
+
+       * emu-mule.el, emu-e19.el, emu-nemacs.el, emu-x20.el
+       (as-binary-process): New macro.
+
+Wed Jun 19 23:24:56 1996  Shuhei KOBAYASHI  <shuhei-k@jaist.ac.jp>
+
+       * mu-cite.el: NISHIJIMA Takanori
+       <racsho@studio-racsho.shibuya.tokyo.jp>'s patch was applied with
+       some modifications. (cf. [tm-ja:1935])
+
+Mon Jun 17 23:49:48 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * emu-mule.el (regulate-latin-char, regulate-latin-string): New
+       function.
+
+Mon Jun 17 23:47:19 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * tl-822.el (rfc822/qtext-regexp, rfc822/quoted-string-regexp):
+       new constant; define again.
+
+Thu Jun 13 17:13:13 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * tl-822.el: Variable `rfc822/qtext-regexp' and
+       `rfc822/quoted-string-regexp' were abolished.
+
+       * tl-822.el: Function `rfc822/analyze-quoted-pair' was abolished.
+
+       * tl-822.el (rfc822/analyze-quoted-string): New implementation.
+
+\f
+Wed Jun 12 05:28:42 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * tl: Version 7.30 was released.
+
+Wed Jun 12 03:55:10 1996  Shuhei KOBAYASHI  <shuhei-k@jaist.ac.jp>
+
+       * mu-cite.el (mu-cite/cite-original): Run `mu-cite/pre-cite-hook'
+       after narrowing to the message.
+
+Mon Jun 10 07:59:23 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * emu-x20.el (code-converter-is-broken): XEmacs 20.0 beta 24 is
+       broken too.
+
+Mon Jun 10 07:37:33 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * emu-x20.el (char-length): New function.
+
+Mon Jun 10 07:34:46 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * emu-e19.el, emu-mule.el, emu-nemacs.el (char-length): New alias.
+
+\f
+Mon Jun  3 14:36:59 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * tl: Version 7.29.1 was released.
+
+       * emu-x20.el (code-converter-is-broken): XEmacs 20.0 beta 22 is
+       broken too.
+
+\f
+Tue May 28 06:48:04 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * tl: Version 7.29 was released.
+
+       * mu-comment.el (comment-sexp): Unused local variable `p' was
+       abolished.
+
+Tue May 28 06:30:51 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * emu-e19.el, emu-nemacs.el (charset-description): New function.
+       (charset-registry): New function.
+       (charset-columns): New function.
+       (charset-direction): New function.
+
+\f
+Mon May 27 14:04:12 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * tl: Version 7.27.1 was released.
+
+       * emu-mule.el (charset-*): New constants.
+
+       * emu-x20.el (charset-*): New constants.
+       (charset-description): New alias.
+
+       * emu-e19.el (char-charset):
+       Use constant `charset-ascii' and `charset-latin-1'.
+
+Mon May 27 12:17:42 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * emu-nemacs.el (char-charset): Use constant `charset-ascii' and
+       `charset-jisx0208'.
+
+       * emu-nemacs.el (charset-ascii): New constant.
+       (charset-jisx0208): New constant.
+
+Mon May 27 12:06:05 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * emu-mule.el (charset-description): New alias.
+       (charset-registry): New alias.
+       (charset-columns): New alias.
+       (charset-direction): New alias.
+
+Mon May 27 11:28:24 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * emu-mule.el (string-columns): New alias.
+
+       * emu-nemacs.el, emu-e19.el, emu-x20.el (string-columns): New
+       alias; You should use it instead of `string-width'.
+
+Mon May 27 10:07:19 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * emu-nemacs.el (truncate-string): Use function `char-columns'
+       instead of `char-width'.
+
+Mon May 27 10:01:14 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * emu-mule.el (char-columns): New alias.
+       
+       * emu-nemacs.el, emu-e19.el, emu-x20.el (char-columns): New
+       function; You should use it instead of `char-width'.
+
+Sat May 25 20:23:36 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * emu-xemacs.el (invisible-p): New function.
+       (next-visible-point): New function.
+
+Sat May 25 20:21:22 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * emu-19.el (invisible-p): New function.
+       (next-visible-point): New function.
+
+Sat May 25 20:14:52 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * emu-18.el (invisible-p): New function.
+       (next-visible-point): New function.
+
+Sat May 25 19:51:23 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * emu-18.el (invisible-region): New function.
+       (visible-region): New function.
+
+Sat May 25 19:28:13 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * emu-xemacs.el (invisible-region): New function.
+       (visible-region): New function.
+
+Sat May 25 19:22:50 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * emu-19.el (invisible-region): New function.
+       (visible-region): New function.
+
+\f
+Thu May 23 01:31:02 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * tl: Version 7.27 was released.
+
+Wed May 22 02:51:33 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * tl-822.el (rfc822/address-string): Unused local variable
+       `addr-spec' was abolished.
+
+\f
+Mon May 20 15:52:28 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * tl: Version 7.26 was released.
+
+       * emu-x20.el (code-converter-is-broken): XEmacs 20.0 beta 20 is
+       broken too.
+
+Mon May 20 15:51:11 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * tl-822.el (rfc822/parse-addr-spec): Unused local variable
+       `at-sign' was abolished.
+
+Mon May 20 13:08:14 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * mu-cite.el (citation-mark-chars): New variable.
+       (compress-cited-prefix): Use variable `citation-mark-chars'.
+
+\f
+Fri May 17 08:12:46 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * tl: Version 7.25 was released.
+
+       * tl-822.el (rfc822/analyze-comment): Unused local variable `chr'
+       was abolished.
+
+\f
+Wed May 15 14:23:50 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * tl: Version 7.24 was released.
+
+       * tl-822.el (rfc822/lexical-analyze): Unnecessary local variable
+       `len' was abolished.
+
+Wed May 15 14:19:45 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * tl-822.el (rfc822/lexical-analyze): Unnecessary local variable
+       `i' was abolished.
+
+Wed May 15 14:12:22 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * tl-list.el (permute): Unnecessary local variable `ret' was
+       abolished.
+
+Wed May 15 14:05:34 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * emu-x20.el (string-to-int-list): New function; moved from
+       em-xemacs.el.
+
+       * emu-xemacs.el: Function `string-to-int-list' for XEmacs 19 was
+       deleted, for XEmacs 20 with Mule was moved to emu-x20.el.
+
+       * emu-x20.el, emu-e19.el: rearrangement.
+
+Tue May 14 16:28:33 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * emu-mule.el: rearrangement.
+
+       * emu-mule.el (string-to-int-list): New alias; moved from emu-19.el.
+
+Tue May 14 16:23:29 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * emu-e19.el (string-to-int-list): New alias; moved from emu-19.el.
+
+       * emu-19.el: Alias `string-to-int-list' was moved to emu-e19.el
+       and emu-mule.el.
+
+Tue May 14 06:55:46 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * mu-cite.el (compress-cited-prefix): New function.
+
+\f
+Tue May 14 02:41:20 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * tl: Version 7.22.5 was released.
+
+       * emu-x20.el (code-converter-is-broken): XEmacs 20.0 beta 19 is
+       broken too.
+
+\f
+Sat May 11 08:36:35 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * tl: Version 7.22.4 was released.
+
+       * emu.el (add-to-list): New function for Emacs 19.28 or earlier.
+
+Thu May  9 16:38:20 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * emu-mule.el (fontset-pixel-size): New implementation.
+
+Thu May  9 15:09:00 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * emu-18.el (tl:add-text-properties): New function; moved from
+       emu-nemacs.el or emu-mule.el.
+
+       * emu-mule.el, emu-nemacs.el: Function `tl:add-text-properties'
+       was moved to emu-18.el.
+
+Thu May  9 15:01:57 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * emu-18.el (remove-text-properties): New function.
+
+       * emu-nemacs.el (character-encode-string):
+       Renamed from `encode-coding-string'.
+       (character-decode-string): Renamed from `decode-coding-string'.
+
+Thu May  9 14:26:27 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * emu-e19.el (character-encode-string): Renamed from
+       `encode-coding-string'.
+       (character-decode-string): Renamed from `decode-coding-string'.
+
+Thu May  9 14:07:02 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * emu-mule.el (character-encode-string): Renamed from
+       `encode-coding-string'.
+       (character-decode-string): Renamed from `decode-coding-string'.
+
+Thu May  9 13:48:25 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * emu-x20.el (character-encode-string, character-decode-string):
+       New alias.
+
+       * emu-x20.el (character-encode-region, character-decode-region):
+       New alias.
+
+Thu May  9 13:22:18 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * emu-e19.el (character-encode-region): New function.
+       (character-decode-region): New function.
+       Function `encode-coding-region' and `decode-coding-region' were
+       abolished.
+
+Thu May  9 12:54:58 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * emu-mule.el (character-encode-region): New function.
+       (character-decode-region): New function.
+       Function `encode-coding-region' and `decode-coding-region' were
+       abolished.
+
+Thu May  9 12:45:03 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * emu-nemacs.el (character-encode-region): fixed for NEmacs bug?
+       (character-decode-region): fixed for NEmacs bug?
+
+       * emu-nemacs.el (code-convert-region): fixed for NEmacs bug?
+       (character-encode-region): New function.
+       (character-decode-region): New function.
+       Function `encode-coding-region' and `decode-coding-region' were
+       abolished.
+
+\f
+Wed May  8 13:56:30 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * tl: Version 7.22.3 was released.
+
+       * tl-list.el (last): New implementation.
+
+\f
+Tue May  7 18:16:38 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * tl: Version 7.22.2 was released.
+
+       * emu-x20.el (*hz*, *big5*, *euc-kr*, *koi8*): New constant.
+
+Tue May  7 17:50:26 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * emu.el (running-xemacs-19): Definition was changed.
+       (running-xemacs-20): Definition was changed.
+
+Tue May  7 17:15:31 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * tl-els: bitmap.el must be regarded as Mule depended module.
+
+Tue May  7 16:40:44 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * emu-x20.el (xemacs-beta-version): New variable.
+       (code-converter-is-broken): Use variable `xemacs-beta-version'.
+
+Tue May  7 07:00:50 1996  Shuhei KOBAYASHI  <shuhei-k@jaist.ac.jp>
+
+       * emu.el, mu-bbdb.el, mu-cite.el: KOBAYASHI Shuhei's address was
+       changed.
+
+Tue May  7 06:29:59 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * emu.el (running-xemacs-19_14-or-later): New variable.
+       setting for text/enriched and text/richtext.
+
+\f
+Mon Apr 29 06:30:47 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * tl: Version 7.22.1 was released.
+
+Sun Apr 28 16:53:05 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * emu-x20.el (find-charset-string, find-charset-region): don't
+       include ascii.
+
+Sat Apr 27 19:08:03 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * emu-x20.el (lc-ascii, lc-ltn1, lc-ltn2, lc-ltn3, lc-ltn4,
+       lc-crl, lc-arb, lc-grk, lc-hbw, lc-ltn5, lc-jp, lc-jp2, lc-kr,
+       lc-big5-1, lc-big5-2, lc-cn, lc-cns1, lc-cns2, lc-cns3, lc-cns4,
+       lc-cns5, lc-cns6, lc-cns7): New constant.
+
+Sat Apr 27 15:43:06 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * bitmap.el (bitmap-show-xbm): `j' should be defined as local
+       variable.
+
+       * tl-els: add emu-x20.el.
+
+Sat Apr 27 15:25:33 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * emu.el: require emu-x20 if running XEmacs 20 with Mule feature.
+
+Sat Apr 27 15:24:00 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * emu-x20.el: New module for XEmacs 20 with Mule.
+
+Sat Apr 27 13:48:55 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * emu-e19.el (decode-coding-region): New function.
+       (encode-coding-region): New function.
+       (decode-coding-string): New function.
+       (encode-coding-string): New function.
+
+Sat Apr 27 13:36:32 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * emu-nemacs.el (decode-coding-region): New function.
+       (encode-coding-region): New function.
+       (decode-coding-string): New function.
+       (encode-coding-string): New function.
+
+       * emu-nemacs.el: KOBAYASHI Shuhei's address was changed.
+
+Sat Apr 27 13:27:06 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * emu-mule.el (decode-coding-region): New function.
+       (encode-coding-region): New function.
+       (decode-coding-string): New function.
+       (encode-coding-string): New function.
+
+       * tl-els: emu-19.el was renamed to `emu-e19.el'.
+
+       * emu-mule.el (fontset-pixel-size): New implementation.
+
+Sat Apr 27 11:21:45 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * emu.el, emu-e19.el: emu-orig.el was renamed to `emu-e19.el'.
+
+       * emu-nemacs.el, emu-e19.el: Alias `get-lc' was abolished.
+
+       * emu-mule.el: Function `get-lc' was abolished.
+
+\f
+Fri Apr 26 05:28:30 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * tl: Version 7.22 was released.
+
+       * tl-els: Version check for enriched.el was fixed for XEmacs 19.14.
+
+Fri Apr 26 02:45:12 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * bitmap.el (bitmap-decode-x-face): New function.
+       (bitmap-uncompface-program): New variable.
+
+       * bitmap.el: New module.
+
+Thu Apr 25 22:15:52 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * tl-822.el (rfc822/get-field-names): New function.
+
+Thu Apr 25 21:30:12 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * tl-822.el (rfc822/get-field-bodies): New argument `boundary';
+       use function `rfc822/narrow-to-header'.
+
+       * tl-822.el (rfc822/get-field-body): add new argument `boundary';
+       use function `rfc822/narrow-to-header'.
+
+       * tl-822.el (rfc822/narrow-to-header): New function.
+       (rfc822/get-header-string): Use function `rfc822/narrow-to-header'.
+       (rfc822/get-header-string-except): Use function
+       `rfc822/narrow-to-header'.
+
+Thu Apr 25 16:15:12 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * tl-822.el (rfc822/get-header-string,
+       rfc822/get-header-string-except): Argument `boundary' is changed
+       to optional.
+
+       * tl-822.el (rfc822/get-header-string): New function.
+
+Thu Apr 25 15:04:17 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * tl-822.el (rfc822/get-field-bodies): New function.
+
+Thu Apr 25 13:22:26 1996  Michael Sperber <sperber@informatik.uni-tuebingen.de>
+
+       * tl-list.el (caar, cadr, last, butlast): changed to function
+       because these macros in tl-list.el screw up at least the loop
+       macro in CL which causes other lossage. (cf. [tm-en:467])
+
+\f
 Thu Apr 25 12:08:33 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
 
        * tl: Version 7.19.3 was released.