APEL 3.4.4.
[elisp/apel.git] / ChangeLog
index 3eae399..330397e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
-Mon Apr 15 08:57:58 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+1997-09-26  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
 
-       * tl: Version 7.19.1 was released.
+       * APEL: Version 3.4.4 was released.
 
-       * tl-822.el (rfc822/parse-ascii-token): does not exit from loop
-       even if token-value is nil.
+1997-09-25  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
 
-       * tl-822.el (rfc822/parse-ascii-token): nil check for token-value
+       * std11-parse.el (std11-special-char-list): Fix order for regexp.
 
-Sun Apr 14 00:11:18 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
-
-       * emu.el (running-emacs-18, running-emacs-19): New variable
-
-       * emu.el (running-emacs-19_29-or-later): New variable
-
-Sat Apr 13 23:46:09 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
-
-       * emu.el (running-xemacs): New variable
-
-Thu Apr 11 14:13:56 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
-
-       * mu-comment.el (comment-sexp-first-line-method-alist): New variable
-       (comment-sexp-middle-line-method-alist): New variable
-       (comment-sexp-last-line-method-alist): New variable
-       (comment-sexp-middle-line-method-for-lisp): New function
-       (comment-sexp-middle-line-method-for-c++): New function
-       (comment-sexp-first-line-method-for-c): New function
-       (comment-sexp-middle-line-method-for-c): New function
-       (comment-sexp-last-line-method-for-c): New function
-       (comment-sexp-last-line-method-for-dummy): New function
-       (comment-sexp): Call methods instead od insert directly
-
-Thu Apr 11 01:05:58 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
-
-       * emu-xemacs.el (char-list-to-string): New macro
-
-       * emu-19.el (char-list-to-string): New macro; moved from tl-str.el
-
-       * emu-18.el (char-list-to-string): New function
-
-       * tl-str.el: Macro `char-list-to-string' were moved to emu-*.el
-
-Tue Apr  9 20:42:59 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
-
-       * tl-list.el (poly-funcall): New function
-
-Sun Apr  7 00:37:48 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
-
-       * tl-misc.el (get-latest-path): New function
+\f
+1997-09-25  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
 
-Sat Apr  6 21:35:59 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+       * APEL: Version 3.4.3 was released.
 
-       * tl-str.el (version-to-list): New function
-       (version<, version<=, version>, version>=): New function
+       * README.en: Modify for Emacs 20.
 
-Sat Apr  6 21:31:32 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+1997-09-25  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
 
-       * tl-str.el (expand-char-ranges): New function
+       * std11-parse.el (std11-special-char-list): New constant; abolish
+       `std11-special-chars'.
+       (std11-atom-regexp): Use it.
+       (std11-analyze-special): Use it; Don't use `find'.
 
 \f
-Mon Mar 25 12:00:57 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+1997-09-09  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
 
-       * tl: Version 7.19 was released.
+       * APEL: Version 3.4.2 was released.
 
-Mon Mar 25 10:43:00 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+       * README.en (What's APEL?): Add emu-20.el.
 
-       * emu-18.el (force-mode-line-update): New function; imported from
-       Emacs 19.30.
+1997-09-07  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
 
-Mon Mar 25 10:21:25 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+       * emu-20.el (mime-charset-to-coding-system): Use defsubst again;
+       modify implementation.
 
-       * tl-822.el (rfc822/parse-ascii-token): check token instead of
-       (cdr token).
+       * emu-20.el (mime-charset-to-coding-system): Use
+       `find-coding-system'.
 
-Tue Mar 19 13:21:58 1996  KON-NO Yoichi <itokon@ssel.toshiba.co.jp>
+       * emu-20.el (mime-charset-coding-system-alist): Use
+       `find-coding-system'.
 
-       * mu-cite.el: use `(mark t)' instead of `(mark)'.
-       (cf. [tm-ja:1673])
+       * emu-e20.el (find-coding-system): New inline function.
 
-Fri Mar 15 10:50:41 1996  Shuhei KOBAYASHI <shuhei@cmpt01.phys.tohoku.ac.jp>
-
-       * tl-822.el (rfc822/parse-ascii-token): do nil check for token
-       value (cf. [tm-ja:1671])
-
-Thu Mar 14 16:27:21 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
-
-       * tl-str.el: Function `truncate-string' was moved to emu-mule.el.
-       Alias `top-short-string' and `rightful-boundary-short-string' were
-       deleted.
-       
-       * emu-mule.el (truncate-string): New function;
-       moved from tl-str.el.
-       
-       * emu-nemacs.el (truncate-string): New function;
-       imported from emu-mule.el.
-       
-       * emu-orig.el (truncate-string): New function.
+       * emu.el (defsubst-maybe): New macro.
 
-Thu Mar 14 04:23:25 1996  Shuhei KOBAYASHI  <shuhei@cmpt01.phys.tohoku.ac.jp>
+1997-09-03  MORIOKA Tomohiko  <morioka@mousai>
 
-       * tl-str (truncate-string): New Implementation imported from Mule
-       2.3.
+       * emu-20.el (mime-charset-to-coding-system): Use `defun' instead
+       of `defsubst'.
 
 \f
-Wed Mar 13 17:16:09 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
-
-       * tl: Version 7.18 was released.
+1997-09-02  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
 
-       * emu.el (functionp): New function.
+       * APEL: Version 3.4.1 was released.
 
-       * mu-cite.el (mu-cite/get-value): Use function `functionp'.
+1997-08-30  MAEDA Shugo       <shugo@po.aianet.ne.jp>
 
-Wed Mar 13 16:35:15 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+       * emu-mule.el (decode-coding-region, encode-coding-string): New
+       function.
+       (decode-coding-string): Modify DOC-string. (cf. [cmail:3366])
 
-       * mu-comment.el: New file.
+1997-08-30  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
 
-Sat Mar  9 08:13:21 1996  Hiroshi Ueno <zodiac@ibm.net>
+       * emu.el (defconst-maybe): New macro.
 
-       * mu-cite.el (mu-cite/cite-original): exchange-point-and-mark if
-       mark < point. (cf. [OS/2:1536])
+       (emacs-major-version, emacs-minor-version): Use `defconst-maybe'.
 
-Tue Mar 12 11:32:54 1996  Shuhei KOBAYASHI  <shuhei@cmpt01.phys.tohoku.ac.jp>
+       * emu.el (charsets-to-mime-charset): Abolish unused local variable
+       `csl'.
 
-       * mu-bbdb.el (mu-cite/get-bbdb-prefix-register-method),
-       (mu-cite/get-bbdb-prefix-register-verbose-method): Don't register
-       null string. (cf.[tm-ja:1662])
+       * emu-e20.el, emu-20.el: Move function
+       `detect-mime-charset-region' from emu-e20.el to emu-20.el.
 
-       * mu-cite.el (mu-cite/get-prefix-register-method),
-       (mu-cite/get-prefix-register-method): Don't register null string.
-       (cf.[tm-ja:1662])
-       
-       * emu.el (buffer-substring-no-properties): New implementation
-       imported from Emacs 19.30. (cf.[tm-ja:1662])
+       * emu-20.el: Use `defsubst' for
+       `{encode|decode}-mime-charset-{region|string}'.
 
-\f
-Wed Mar  6 00:24:08 1996  Morioka Tomohiko  <morioka@jaist.ac.jp>
+       * emu-e20.el (detect-mime-charset-region): Use
+       `find-charset-region'.
 
-       * tl: Version 7.15 was released.
+1997-08-30  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
 
-       * mu-cite.el: MINOURA Makoto's E-mail address was
-       changed. (cf. [tm-ja:1649])
+       * emu-x20.el, emu-e20.el, emu-20.el: Move function
+       `{encode|decode}-mime-charset-{region|string}' from emu-e20.el and
+       emu-x20.el to emu-20.el.
 
-Wed Mar  6 00:07:55 1996  Morioka Tomohiko  <morioka@jaist.ac.jp>
+       * emu-x20.el, emu-e20.el, emu-20.el: Move `default-mime-charset'
+       from emu-e20.el and emu-x20.el to emu-20.el.
 
-       * tl-els: add mu-replace.el.
+1997-08-30  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
 
-       * mu-replace.el: New file.
+       * emu-20.el (mime-charset-coding-system-alist): Don't use
+       `coding-system-p' for symbol.
+       (mime-charset-to-coding-system): Ditto; modify DOC-string.
 
-Tue Mar  5 23:33:14 1996  Morioka Tomohiko  <morioka@jaist.ac.jp>
+1997-08-30  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
 
-       * tl-str.el (replace-char-by-char): New function.
+       * emu-20.el (mime-charset-coding-system-alist): Check MIME charset
+       is defined as coding-system.
 
-       * tl-str.el (replace-space-with-underline): Function
-       `replace-space-with-underline' was moved from tm-edit.el.
+       * emu-x20.el, emu-e20.el, emu-20.el: Move
+       `mime-charset-coding-system-alist' from emu-e20.el and emu-x20.el
+       to emu-20.el.
 
-       * tl-list.el (cons-if): New function.
+       * emu-20.el (*noconv*): Add DOC-string.
 
-\f
-Mon Mar  4 14:31:31 1996  Morioka Tomohiko  <morioka@jaist.ac.jp>
+1997-08-30  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
 
-       * tl: Version 7.14 was released.
+       * emu-20.el (mime-charset-to-coding-system): Check coding-system-p
+       even if CHARSET is found in `mime-charset-coding-system-alist'.
 
-Mon Mar  4 11:33:53 1996  KON-NO Yoichi <itokon@ssel.toshiba.co.jp>
+       * emu-x20.el: Use function `mime-charset-to-coding-system' in
+       emu-20.el.
 
-       * mu-cite.el (mu-cite/cite-original): `(mark)' might occur an
-       error. (cf. [tm-ja:1647])
+       * emu-20.el (mime-charset-to-coding-system): Use `defsubst'.
 
-Mon Mar  4 08:58:29 1996  Morioka Tomohiko  <morioka@jaist.ac.jp>
+       * emu-e20.el, emu-20.el: Move function
+       `mime-charset-to-coding-system' from emu-e20.el to emu-20.el.
 
-       * tl-els: New module
+1997-08-30  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
 
-       * mk-tl: use tl-els file.
+       * emu-x20.el, emu-e20.el, emu-20.el: Move features about Binary
+       accessing from emu-e20.el and emu-x20.el to emu-20.el.
 
-Sat Mar  2 13:25:12 1996  Morioka Tomohiko  <morioka@jaist.ac.jp>
+       * EMU-ELS (emu-modules): Add emu-20 for Emacs 20 and XEmacs/mule.
 
-       * tl-822.el (rfc822/parse-ascii-token): New function.
-       (rfc822/parse-word, rfc822/parse-local-part,
-       rfc822/parse-sub-domain, rfc822/parse-domain,
-       rfc822/parse-at-domain, rfc822/parse-route,
-       rfc822/parse-route-addr, rfc822/parse-group,
-       rfc822/parse-addresses): Use function `rfc822/parse-ascii-token'
-       instead of `rfc822/parse-token'.
+1997-08-30  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
 
-\f
-Wed Feb 28 13:26:26 1996  Morioka Tomohiko  <morioka@jaist.ac.jp>
+       * emu-x20.el (mime-charset-to-coding-system): Use `defsubst'.
 
-       * tl: Version 7.13 was released.
+       * emu-x20.el (default-mime-charset): Add DOC-string.
 
-Wed Feb 27 19:37:46 1996  Shuhei KOBAYASHI  <shuhei@cmpt01.phys.tohoku.ac.jp>
+       (mime-charset-coding-system-alist): Add `us-ascii'.
 
-        * mk-tl: Add `mu-bbdb.el' to module list.
+1997-08-25  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
 
-        * mu-bbdb.el: New file.
+       * emu-x20.el (mime-charset-coding-system-alist): iso-2022-jp-2 is
+       defined as coding-system.
 
-        * mu-cite.el: (mu-cite/get-field-value-method-alist),
-        (mu-cite/get-field-value): Typo fixed.
-        (mu-cite/get-citation-name): Changed to function.
-        (mu-cite/add-citation-name): New implementation.
-        (mu-cite/save-to-file): Add sore comments.
-        (mu-cite/get-prefix-register-method),
-        (mu-cite/get-prefix-register-verbose-method): Use 'x-attribution.
-        (mu-cite/default-methods-alist): Method `'x-attribution' was added.
-        (replace-top-string): New implementation.
-        
-Tue Feb 27 17:50:41 1996  Morioka Tomohiko  <morioka@jaist.ac.jp>
-
-       * emu-nemacs.el (*noconv*): New constant.
-       (*sjis*): New constant.
-       (code-detect-region): New function.
-       (set-file-coding-system): New function.
+\f
+1997-07-14  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
 
-       * emu-orig.el (code-detect-region): New function.
-       (set-file-coding-system): New function.
+       * emu: Version 7.44 was released.
+       * APEL: Version 3.4 was released.
 
-       * emu-orig.el (*noconv*): New constant.
+1997-07-13  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
 
-\f
-Mon Feb 26 01:14:28 1996  Morioka Tomohiko  <morioka@jaist.ac.jp>
+       * emu-e20.el (mime-charset-coding-system-alist): `iso-2022-ss2-7'
+       -> `iso-2022-7bit-ss2'. (for Emacs 20.0.90)
 
-       * tl: Version 7.11.3 was released.
+1997-07-13  MORIOKA Tomohiko  <morioka@mousai>
 
-       * emu-18.el (tl:set-text-properties): New function.
-       (tl:overlay-buffer): New function. (cf. [tm-ja:1606])
+       * std11-parse.el (std11-parse-ascii-token): Allow non-ASCII
+       characters in comments.
 
-Mon Feb 26 01:05:28 1996  Morioka Tomohiko  <morioka@jaist.ac.jp>
-
-       * emu-18.el (remove-hook): New function: Imported from Emacs
-       19.28. (cf. [tm-ja:1606])
-       
-       * emu-18.el (defalias): Implementation was fixed.
-       (cf. [tm-ja:1606])
+1997-06-28  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
 
-Mon Feb 26 00:56:18 1996  Morioka Tomohiko  <morioka@jaist.ac.jp>
+       * richtext.el: Add autoload comments for `richtext-encode' and
+       `richtext-decode'.
 
-       * emu.el: Version check was changed. (cf. [tm-ja:1606])
+       * emu.el: Check richtext.el is bundled.
 
-Mon Feb 26 00:54:12 1996  Morioka Tomohiko  <morioka@jaist.ac.jp>
+1997-06-28  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
 
-       * emu.el: Version check was changed. (cf. [tm-ja:1606])
+       * file-detect.el: Add autoload comments for function `add-path',
+       `add-latest-path', `get-latest-path', `file-installed-p',
+       `exec-installed-p', `module-installed-p' and variable
+       `exec-suffix-list'.
 
-Sun Feb 25 18:08:24 1996  Morioka Tomohiko  <morioka@jaist.ac.jp>
+1997-06-08  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
 
-       * tl-list.el (expand-range): New implementation.
+       * emu-x20.el (mime-charset-coding-system-alist): iso-8859-1,
+       hz-gb-2312, cn-gb-2312, gb2312, cn-big5 and koi8-r were defined as
+       coding-system.
 
-       * tl-list.el: Function `uncompress-range' was renamed to
-       `expand-range'.
+       * emu-x20.el: Don't require cyrillic.
 
-       * tl-list.el (member-of-range): New implementation.
+Thu May 22 04:46:57 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
 
-Fri Feb 23 20:43:33 1996  Morioka Tomohiko  <morioka@jaist.ac.jp>
+       * emu-mule.el (make-char): New alias.
 
-       * tl-list.el (last): changed to macro.
+       * emu-e20.el: Alias `make-character' was abolished.
 
-Fri Feb 23 20:36:19 1996  Morioka Tomohiko  <morioka@jaist.ac.jp>
+Sat May 10 19:39:12 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
 
-       * tl-list.el (caar): New macro.
-       (cdar): New macro.
+       * README.en (What's APEL?): Add std11 and mule-caesar.el.
 
 \f
-Sat Feb 23 17:52:54 1996  Morioka Tomohiko  <morioka@jaist.ac.jp>
+1997-05-09  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
 
-       * tl: Version 7.11.2 was released.
+       * emu: Version 7.43.1 was released.
+       * APEL: Version 3.3.2 was released.
 
-Thu Feb 22 15:14:30 1996  Morioka Tomohiko  <morioka@jaist.ac.jp>
+Fri May  9 01:23:44 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
 
-       * tl-str.el (eliminate-last-spaces): New function.
+       * APEL-ELS: Add mule-caesar.el.
 
-Thu Feb 22 14:33:08 1996  Morioka Tomohiko  <morioka@jaist.ac.jp>
+       * mule-caesar.el: New file.
 
-       * tl-str.el (filename-special-char-range): New variable.
-       (filename-space-char-range): New variable.
-       (replace-as-filename): New implementation.
+Thu May  8 22:21:36 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
 
-Thu Feb 22 14:24:39 1996  Morioka Tomohiko  <morioka@jaist.ac.jp>
-
-       * tl-list.el (compress-sorted-numbers): New function imported from
-       Gnus.
-       (uncompress-range): New function imported from Gnus.
-       (member-of-range): New function imported from Gnus.
+       * emu-x20.el: Use `binary' instead of `no-conversion' temporary.
 
 \f
-Wed Feb 14 13:00:02 1996  Morioka Tomohiko  <morioka@jaist.ac.jp>
-
-       * tl: Version 7.11.1 was released.
+1997-04-30  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
 
-Mon Feb 12 07:34:30 1996  Morioka Tomohiko  <morioka@jaist.ac.jp>
+       * emu: Version 7.43 was released.
+       * APEL: Version 3.3.1 was released.
 
-       * tl-misc.el (add-path): Document string was fixed.
+       * emu-x20.el: several changes for XEmacs 20.1-b12.
 
-Mon Feb 12 07:27:03 1996  Morioka Tomohiko  <morioka@jaist.ac.jp>
+Wed Apr 30 12:40:32 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
 
-       * tl-misc.el (file-installed-p): new function
+       * Makefile: add `release'.
 
-\f
-Sat Feb  2 17:08:20 1996  Morioka Tomohiko  <morioka@jaist.ac.jp>
+Mon Apr 28 16:47:30 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
 
-       * tl: Version 7.11 was released.
+       * Makefile: `TARFILE' was abolished.
 
-Wed Jan 31 00:07:57 1996  Morioka Tomohiko  <morioka@jaist.ac.jp>
+Tue Apr  8 09:47:40 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
 
-       * mu-cite.el (mu-cite/get-field-value-methoda-list): fixed problem
-       in mh-letter-mode
+       * emu.el (point-at-eol): New function.
 
-Thu Jan 25 08:07:39 1996  Morioka Tomohiko  <morioka@jaist.ac.jp>
+Sat Apr  5 16:23:23 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
 
-       * tl-822.el: Don't use `equal' to compare strings.
-
-\f
-Thu Jan 25 02:13:37 1996  Morioka Tomohiko  <morioka@jaist.ac.jp>
+       * emu-nemacs.el: `tl:available-face-attribute-alist' ->
+       `emu:available-face-attribute-alist'.
 
-       * tl: Version 7.10 was released.
+       * emu-nemacs.el, emu-mule.el: `tl:make-overlay' -> `make-overlay';
+       `tl:overlay-put' -> `overlay-put'.
 
-       * emu-orig.el (*internal*, *ctext*): new constant
+Sat Apr  5 06:50:48 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
 
-       * emu-orig.el (code-convert-string): new function
+       * emu-xemacs.el: Alias `tl:make-overlay', `tl:overlay-put' and
+       `tl:overlay-buffer' were abolished; Function `tl:move-overlay'
+       were abolished.
 
-       * emu-orig.el (code-convert-region): new function
+       * emu-19.el: Alias `tl:make-overlay', `tl:overlay-put' and
+       `tl:overlay-buffer' were abolished.
 
-       * emu-nemacs.el (*ctext*): new constant
+       * emu-18.el: `tl:overlay-buffer' -> `overlay-buffer'.
 
-       * emu-18.el: Comment was fixed.
+       * emu-xemacs.el: Require overlay.
 
-       * emu-18.el (byte-code-function-p): check whether cons or not
+       * emu.el (char-or-char-int-p): New XEmacs 20 emulating alias.
 
-Wed Jan 24 07:12:37 1996  Morioka Tomohiko  <morioka@jaist.ac.jp>
+       * emu.el (minibuffer-prompt-width): New function for Emacs 18 and
+       XEmacs.
 
-       * mu-cite.el (mu-cite/get-field-value-methoda-list): new variable
+Thu Apr  3 17:14:39 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
 
-       * mu-cite.el (mu-cite/get-field-value): new function
+       * APEL-ELS: std11.el and std11-parse.el were moved from mu/.
 
 \f
-Sat Jan 20 13:25:43 1996  Morioka Tomohiko  <morioka@jaist.ac.jp>
+1997-03-20  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
 
-       * tl: Version 7.09 was released.
+       * APEL: Version 3.3 was released.
+       
+       * APEL-CFG (EMU_PREFIX, EMU_DIR): New variables.
+       * APEL-MK: install emu.
 
-Thu Jan 18 17:16:05 1996  Morioka Tomohiko  <morioka@jaist.ac.jp>
+Thu Mar 20 06:09:03 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
 
-       * mu-cite.el: new method `in-id': default value of variable
-       `mu-cite/top-format' was changed to use it.
+       * Makefile: Add README.en.
 
-Thu Jan 18 14:48:33 1996  Morioka Tomohiko  <morioka@jaist.ac.jp>
+Thu Mar 20 06:08:29 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
 
-       * tl-822.el (rfc822/non-qtext-char-list): new constant
+       * file-detect.el: Header and DOC-strings were modified.
 
-       * tl-822.el: Constant `rfc822/non-qtext-chars' was deleted.
+Thu Mar 20 06:03:51 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
 
-       * tl-822.el (rfc822/wrap-as-quoted-string): new function
+       * README.en: New file.
 
-       * tl-str.el (char-list-to-string): new macro
+Thu Mar 20 05:48:02 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
 
-       * genjis.el: new module
+       * filename.el: Add DOC-strings.
 
-Thu Jan 18 01:55:25 1996  Yoshiyuki Yamagami <yamagami@hb.nmcc.co.jp>
+       * APEL-MK (install-apel): Use `compile-apel'.
 
-       * Makefile: specify `-no-site-file' option (cf. [tm-ja:1474])
+       * Makefile (install): Don't depend on `elc'.
 
-\f
-Wed Jan 17 08:23:41 1996  Morioka Tomohiko  <morioka@jaist.ac.jp>
+Thu Mar 20 02:04:19 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
 
-       * tl: version 7.08 was released.
+       * APEL-MK: Setting for load-path and requiring install were moved
+       from APEL-CFG.
 
-       * mu-cite.el (mu-cite/get-prefix-register-verbose-method):
-       new implementation
+       (install-apel): Compile apel-modules.
 
-       * mu-cite.el (mu-cite/get-prefix-register-method):
-       new implementation
+       * APEL-CFG: Setting for load-path and requiring install were moved
+       to APEL-MK.
 
-Wed Jan 17 06:57:16 1996  Morioka Tomohiko  <morioka@jaist.ac.jp>
+\f
+1997-03-14  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
 
-       * mu-cite.el:
-       Function `mu-cite/get-ml-count' was renamed to
-       `mu-cite/get-ml-count-method'.
-       Function `mu-cite/citation-name' was renamed to
-       `mu-cite/get-prefix-register-verbose-method'.
-       Function `mu-cite/citation-name-quietly' was renamed to
-       `mu-cite/get-prefix-register-method'.
+       * APEL: Version 3.2 was released.
 
-Wed Jan 17 06:49:53 1996  Morioka Tomohiko  <morioka@jaist.ac.jp>
+Fri Mar 14 09:54:04 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
 
-       * mu-cite.el (mu-cite/get-prefix-method): new function: it is
-       implementation of new method `prefix'.
+       * file-detect.el (get-latest-path): Check directory is exist or not.
 
-Wed Jan 17 06:30:08 1996  Morioka Tomohiko  <morioka@jaist.ac.jp>
+Fri Mar 14 09:25:15 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
 
-       * mu-cite.el (mu-cite/save-to-file): modified to change comment of
-       output file
+       * APEL-ELS: Add install.el.
 
-       * mu-cite.el (mu-cite/RCS-ID, mu-cite/version): new variable
+Fri Mar 14 07:24:37 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
 
-Wed Jan 17 06:22:35 1996  Morioka Tomohiko  <morioka@jaist.ac.jp>
+       * Makefile, APEL-MK, APEL-CFG: New file.
 
-       * mu-cite.el: Default name of user environment file was changed to
-       ~/.mu-cite.el.
+1997-03-10  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
 
-Wed Jan 17 06:08:19 1996  Morioka Tomohiko  <morioka@jaist.ac.jp>
+       * atype.el (field-unify): fixed.
 
-       * mu-cite.el: `mu-register/*' were renamed to `mu-cite/*'.
+1997-03-10  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
 
-       * mu-cite.el: mu-register.el was merged into mu-cite.el.
+       * filename.el (filename-filters): Use `exec-installed-p' instead
+       of `file-installed-p' to search "kakasi".
 
-Wed Jan 17 05:35:06 1996  Morioka Tomohiko  <morioka@jaist.ac.jp>
+1997-03-10  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
 
-       * mu-register.el (mu-register/citation-name):
-       use function `y-or-n-p'
-       
-       * mu-register.el (mu-register/citation-name-quietly):
-       use function `y-or-n-p'
+       * file-detect.el (module-installed-p): Use function
+       `exec-installed-p'.
 
-Tue Jan 16 21:54:27 1996  Morioka Tomohiko  <morioka@jaist.ac.jp>
+       * file-detect.el (exec-suffix-list): New variable.
+       (exec-installed-p): New function.
 
-       * mu-register.el (mu-register/citation-name):
-       use function `tl:read-string' instead of `read-string'.
+1997-03-04  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
 
-       * mu-register.el (mu-register/citation-name-quietly):
-       use function `tl:read-string' instead of `read-string'.
+       * APEL-ELS (apel-modules): Add filename.el.
 
-       * emu.el (tl:read-string): New function
+       * APEL-ELS: Initial revision
 
-       * mu-register.el: `(require 'pp)' was deleted.
+1997-03-04  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
 
-Tue Jan 16 14:04:24 1996  Morioka Tomohiko  <morioka@jaist.ac.jp>
+       * filename.el (filename-replacement-alist): Don't use function
+       `string-to-char-list' and `expand-char-ranges'; Don't require
+       tl-str.
+       (filename-special-filter): Use function `assoc-if' instead of
+       `ASSOC'; Require cl instead of tl-list.
+       (poly-funcall): New inline-function; copied from tl-list.el.
 
-       * mu-register.el:
-       Method `prefix-registered-quietly' was renamed to
-       `prefix-register'.
-       Method `prefix-registered' was renamed to
-       `prefix-register-verbose'.
+1997-03-03  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
 
-Mon Jan 15 21:19:11 1996  Morioka Tomohiko  <morioka@jaist.ac.jp>
+       * atype.el: Alias `fetch-field', `fetch-field-value', `put-field'
+       and `delete-field' were abolished.
 
-       * mu-register.el (mu-register/get-citation-name): new
-       implementation by macro
+       Don't require tl-str and tl-list.
 
-Mon Jan 15 21:07:05 1996  Morioka Tomohiko  <morioka@jaist.ac.jp>
+       Require alist.
 
-       * mu-register.el (mu-register/citation-name-quietly): new
-       function: implementation of `prefix-registered-quietly'
+       (field-unify): Don't use function `symbol-concat'.
+       (assoc-unify): Use function `assoc' directly; use function
+       `put-alist' directly; use function `del-alist' directly.
 
-       Method name of function `mu-register/citation-name' was renamed to 
-       `prefix-registered'.
+       * atype.el: Function `put-fields' was abolished.
 
-Mon Jan 15 20:28:32 1996  Morioka Tomohiko  <morioka@jaist.ac.jp>
+       * atype.el: tl-atype.el was renamed to atype.el.
 
-       * mu-register.el (mu-register/save-to-file): new implementation
+1997-03-03  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
 
-       * mu-register.el (mu-register/registration-symbol): new variable:
-       to specify symbol name of citation-name database.
+       * atype.el: tl-atype.el was renamed to atype.el.
 
-       * mu-register.el (mu-register/save-to-file): modified to use
-       variable `mu-register/registration-symbol'.
+1997-03-03  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
 
-       * mu-register.el: use function `set-alist'.
+       * file-detect.el (file-installed-p): Fixed DOC-string.
 
-       * mu-register.el: Comments were translated from Japanese to
-       English.
-       
-Wed Dec 27 14:28:17 1995  MINOURA Makoto <minoura@leo.bekkoame.or.jp>
+1997-02-28  Tomohiko Morioka  <tmorioka@mule.etl.go.jp>
 
-       * mu-register.el: new module
+       * alist.el: New module; separated from tl-list.el.