X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=ChangeLog;h=c8a4897de8577ca5cba2d490c287b693eec4a87f;hb=34bcab928535a1d28ce04c36cdc7e55f6d856f3f;hp=009285c3b7b48507fc3e6a02599548ddf0196d51;hpb=f0a4087f72e82fe8644e1d0a3b5bcf32c60ef4f9;p=elisp%2Fapel.git diff --git a/ChangeLog b/ChangeLog index 009285c..c8a4897 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,102 +1,487 @@ -Wed Jan 17 08:23:41 1996 Morioka Tomohiko +1998-03-13 MORIOKA Tomohiko - * tl: version 7.08 was released. + * APEL: Version 7.2 was released. - * mu-cite.el (mu-cite/get-prefix-register-verbose-method): - new implementation +1998-03-11 MORIOKA Tomohiko - * mu-cite.el (mu-cite/get-prefix-register-method): - new implementation + * emu-nemacs.el, emu-mule.el, emu-e19.el, emu-20.el + (write-region-as-binary): New function. -Wed Jan 17 06:57:16 1996 Morioka Tomohiko +1998-03-11 MORIOKA Tomohiko - * 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'. + * emu-nemacs.el, emu-mule.el, emu-e19.el, emu-20.el + (insert-binary-file-contents): New function. -Wed Jan 17 06:49:53 1996 Morioka Tomohiko +1998-03-08 Shuhei KOBAYASHI - * mu-cite.el (mu-cite/get-prefix-method): new function: it is - implementation of new method `prefix'. + * README.en (Bug reports): Modify description of tm mailing list. -Wed Jan 17 06:30:08 1996 Morioka Tomohiko + +1998-02-12 MORIOKA Tomohiko - * mu-cite.el (mu-cite/save-to-file): modified to change comment of - output file + * APEL: Version 7.1.1 was released. - * mu-cite.el (mu-cite/RCS-ID, mu-cite/version): new variable + * README.en (Bug reports): Modify for APEL. -Wed Jan 17 06:22:35 1996 Morioka Tomohiko +1998-02-04 MORIOKA Tomohiko - * mu-cite.el: Default name of user environment file was changed to - ~/.mu-cite.el. + * std11.el (std11-msg-id-string): New function. + (std11-fill-msg-id-list-string): New function. -Wed Jan 17 06:08:19 1996 Morioka Tomohiko + * std11-parse.el (std11-parse-msg-id): New function. - * mu-cite.el: `mu-register/*' were renamed to `mu-cite/*'. +1998-01-10 MORIOKA Tomohiko - * mu-cite.el: mu-register.el was merged into mu-cite.el. + * emu-x20.el: If coding-system `iso-2022-jp' unifies JIS X + 0201-Latin to ASCII and JIS X 0208-1978 to JIS X 0208-1983 by + code-point, copy coding-system `iso-2022-7bit' to `iso-2022-jp' to + avoid this problem. -Wed Jan 17 05:35:06 1996 Morioka Tomohiko + +1997-11-08 MORIOKA Tomohiko - * 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' + * APEL: Version 7.1 was released. + +1997-11-06 MORIOKA Tomohiko + + * README.en (What's APEL?): Rename file-detect.el -> path-util.el. + +1997-11-06 MORIOKA Tomohiko + + * install.el, filename.el (filename-filters): Use path-util.el + instead of file-detect.el. + + * path-util.el, file-detect.el, APEL-ELS: Rename file-detect.el -> + path-util.el (file name should be less than 13 bytes). + +1997-11-06 MORIOKA Tomohiko + + * emu-19.el (tl:make-overlay): New alias. + (tl:overlay-put): New alias. + (tl:overlay-buffer): New alias. + + +1997-11-05 MORIOKA Tomohiko + + * APEL: Version 4.2 was released. + +1997-11-05 MORIOKA Tomohiko + + * APEL-MK (config-apel): Regard LISPDIR. + +1997-11-05 MORIOKA Tomohiko + + * emu-19.el (tl:make-overlay): New obsolete function (for + tm-7.106). + (tl:overlay-put): New obsolete function (for tm-7.106). + (tl:overlay-buffer): New obsolete function (for tm-7.106). + + +1997-11-04 MORIOKA Tomohiko + + * APEL: Version 4.1 was released. + + * APEL-MK (compile-apel): Use `config-apel'; don't use + `add-to-list' for compatibility. + (install-apel): Don't call `config-apel' directly. + + * APEL-CFG: Add load-path setting. + +1997-11-04 MORIOKA Tomohiko + + * emu-20.el (mime-charset-list): New inline-function. + (widget-mime-charset-prompt-value-history): New variable. + (mime-charset): New widget. + (widget-mime-charset-prompt-value): New function. + (widget-mime-charset-action): New function. + (default-mime-charset): Use `defcustom'. + + * emu-20.el (default-mime-charset): Modify DOC-string. + + * emu-mule.el (charsets-mime-charset-alist): New implementation. + + * emu-e20.el (encode-mime-charset-region, + decode-mime-charset-region, encode-mime-charset-string, + decode-mime-charset-string): New function (copied from emu-20.el); + check `enable-multibyte-characters'. + + * emu-x20.el (encode-mime-charset-region, + decode-mime-charset-region, encode-mime-charset-string, + decode-mime-charset-string): New function (copied from emu-20.el). + + * emu-20.el: Move function `encode-mime-charset-region', + `decode-mime-charset-region', `encode-mime-charset-string' and + `decode-mime-charset-string' to emu-x20.el and emu-e20.el. + +1997-10-04 MORIOKA Tomohiko + + * emu-x20.el (charsets-mime-charset-alist): Use MIME charset + `iso-8859-5' for cyrillic. + + +1997-09-26 MORIOKA Tomohiko + + * APEL: Version 3.4.4 was released. + +1997-09-25 MORIOKA Tomohiko + + * std11-parse.el (std11-special-char-list): Fix order for regexp. + + +1997-09-25 MORIOKA Tomohiko + + * APEL: Version 3.4.3 was released. + + * README.en: Modify for Emacs 20. + +1997-09-25 MORIOKA Tomohiko + + * 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'. + + +1997-09-09 MORIOKA Tomohiko + + * APEL: Version 3.4.2 was released. + + * README.en (What's APEL?): Add emu-20.el. + +1997-09-07 MORIOKA Tomohiko + + * emu-20.el (mime-charset-to-coding-system): Use defsubst again; + modify implementation. + + * emu-20.el (mime-charset-to-coding-system): Use + `find-coding-system'. + + * emu-20.el (mime-charset-coding-system-alist): Use + `find-coding-system'. + + * emu-e20.el (find-coding-system): New inline function. + + * emu.el (defsubst-maybe): New macro. + +1997-09-03 MORIOKA Tomohiko + + * emu-20.el (mime-charset-to-coding-system): Use `defun' instead + of `defsubst'. + + +1997-09-02 MORIOKA Tomohiko + + * APEL: Version 3.4.1 was released. + +1997-08-30 MAEDA Shugo + + * emu-mule.el (decode-coding-region, encode-coding-string): New + function. + (decode-coding-string): Modify DOC-string. (cf. [cmail:3366]) + +1997-08-30 MORIOKA Tomohiko + + * emu.el (defconst-maybe): New macro. + + (emacs-major-version, emacs-minor-version): Use `defconst-maybe'. + + * emu.el (charsets-to-mime-charset): Abolish unused local variable + `csl'. + + * emu-e20.el, emu-20.el: Move function + `detect-mime-charset-region' from emu-e20.el to emu-20.el. + + * emu-20.el: Use `defsubst' for + `{encode|decode}-mime-charset-{region|string}'. + + * emu-e20.el (detect-mime-charset-region): Use + `find-charset-region'. + +1997-08-30 MORIOKA Tomohiko + + * 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. + + * 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. + +1997-08-30 MORIOKA Tomohiko + + * 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. + +1997-08-30 MORIOKA Tomohiko + + * emu-20.el (mime-charset-coding-system-alist): Check MIME charset + is defined as coding-system. + + * 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. + + * emu-20.el (*noconv*): Add DOC-string. + +1997-08-30 MORIOKA Tomohiko + + * emu-20.el (mime-charset-to-coding-system): Check coding-system-p + even if CHARSET is found in `mime-charset-coding-system-alist'. + + * emu-x20.el: Use function `mime-charset-to-coding-system' in + emu-20.el. + + * emu-20.el (mime-charset-to-coding-system): Use `defsubst'. + + * emu-e20.el, emu-20.el: Move function + `mime-charset-to-coding-system' from emu-e20.el to emu-20.el. + +1997-08-30 MORIOKA Tomohiko + + * 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. + + * EMU-ELS (emu-modules): Add emu-20 for Emacs 20 and XEmacs/mule. + +1997-08-30 MORIOKA Tomohiko + + * emu-x20.el (mime-charset-to-coding-system): Use `defsubst'. + + * emu-x20.el (default-mime-charset): Add DOC-string. + + (mime-charset-coding-system-alist): Add `us-ascii'. -Tue Jan 16 21:54:27 1996 Morioka Tomohiko +1997-08-25 MORIOKA Tomohiko - * mu-register.el (mu-register/citation-name): - use function `tl:read-string' instead of `read-string'. + * emu-x20.el (mime-charset-coding-system-alist): iso-2022-jp-2 is + defined as coding-system. - * mu-register.el (mu-register/citation-name-quietly): - use function `tl:read-string' instead of `read-string'. + +1997-07-14 MORIOKA Tomohiko - * emu.el (tl:read-string): New function + * emu: Version 7.44 was released. + * APEL: Version 3.4 was released. - * mu-register.el: `(require 'pp)' was deleted. +1997-07-13 MORIOKA Tomohiko -Tue Jan 16 14:04:24 1996 Morioka Tomohiko + * emu-e20.el (mime-charset-coding-system-alist): `iso-2022-ss2-7' + -> `iso-2022-7bit-ss2'. (for Emacs 20.0.90) - * mu-register.el: - Method `prefix-registered-quietly' was renamed to - `prefix-register'. - Method `prefix-registered' was renamed to - `prefix-register-verbose'. +1997-07-13 MORIOKA Tomohiko -Mon Jan 15 21:19:11 1996 Morioka Tomohiko + * std11-parse.el (std11-parse-ascii-token): Allow non-ASCII + characters in comments. - * mu-register.el (mu-register/get-citation-name): new - implementation by macro +1997-06-28 MORIOKA Tomohiko -Mon Jan 15 21:07:05 1996 Morioka Tomohiko + * richtext.el: Add autoload comments for `richtext-encode' and + `richtext-decode'. - * mu-register.el (mu-register/citation-name-quietly): new - function: implementation of `prefix-registered-quietly' + * emu.el: Check richtext.el is bundled. - Method name of function `mu-register/citation-name' was renamed to - `prefix-registered'. +1997-06-28 MORIOKA Tomohiko -Mon Jan 15 20:28:32 1996 Morioka Tomohiko + * 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'. - * mu-register.el (mu-register/save-to-file): new implementation +1997-06-08 MORIOKA Tomohiko - * mu-register.el (mu-register/registration-symbol): new variable: - to specify symbol name of citation-name database. + * 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. - * mu-register.el (mu-register/save-to-file): modified to use - variable `mu-register/registration-symbol'. + * emu-x20.el: Don't require cyrillic. - * mu-register.el: use function `set-alist'. +Thu May 22 04:46:57 1997 MORIOKA Tomohiko - * mu-register.el: Comments were translated from Japanese to - English. + * emu-mule.el (make-char): New alias. + + * emu-e20.el: Alias `make-character' was abolished. + +Sat May 10 19:39:12 1997 MORIOKA Tomohiko + + * README.en (What's APEL?): Add std11 and mule-caesar.el. + + +1997-05-09 MORIOKA Tomohiko + + * emu: Version 7.43.1 was released. + * APEL: Version 3.3.2 was released. + +Fri May 9 01:23:44 1997 MORIOKA Tomohiko + + * APEL-ELS: Add mule-caesar.el. + + * mule-caesar.el: New file. + +Thu May 8 22:21:36 1997 MORIOKA Tomohiko + + * emu-x20.el: Use `binary' instead of `no-conversion' temporary. + + +1997-04-30 MORIOKA Tomohiko + + * emu: Version 7.43 was released. + * APEL: Version 3.3.1 was released. + + * emu-x20.el: several changes for XEmacs 20.1-b12. + +Wed Apr 30 12:40:32 1997 MORIOKA Tomohiko + + * Makefile: add `release'. + +Mon Apr 28 16:47:30 1997 MORIOKA Tomohiko + + * Makefile: `TARFILE' was abolished. + +Tue Apr 8 09:47:40 1997 MORIOKA Tomohiko + + * emu.el (point-at-eol): New function. + +Sat Apr 5 16:23:23 1997 MORIOKA Tomohiko + + * emu-nemacs.el: `tl:available-face-attribute-alist' -> + `emu:available-face-attribute-alist'. + + * emu-nemacs.el, emu-mule.el: `tl:make-overlay' -> `make-overlay'; + `tl:overlay-put' -> `overlay-put'. + +Sat Apr 5 06:50:48 1997 MORIOKA Tomohiko + + * emu-xemacs.el: Alias `tl:make-overlay', `tl:overlay-put' and + `tl:overlay-buffer' were abolished; Function `tl:move-overlay' + were abolished. + + * emu-19.el: Alias `tl:make-overlay', `tl:overlay-put' and + `tl:overlay-buffer' were abolished. + + * emu-18.el: `tl:overlay-buffer' -> `overlay-buffer'. + + * emu-xemacs.el: Require overlay. + + * emu.el (char-or-char-int-p): New XEmacs 20 emulating alias. + + * emu.el (minibuffer-prompt-width): New function for Emacs 18 and + XEmacs. + +Thu Apr 3 17:14:39 1997 MORIOKA Tomohiko + + * APEL-ELS: std11.el and std11-parse.el were moved from mu/. + + +1997-03-20 MORIOKA Tomohiko + + * APEL: Version 3.3 was released. -Wed Dec 27 14:28:17 1995 MINOURA Makoto + * APEL-CFG (EMU_PREFIX, EMU_DIR): New variables. + * APEL-MK: install emu. + +Thu Mar 20 06:09:03 1997 MORIOKA Tomohiko + + * Makefile: Add README.en. + +Thu Mar 20 06:08:29 1997 MORIOKA Tomohiko + + * file-detect.el: Header and DOC-strings were modified. + +Thu Mar 20 06:03:51 1997 MORIOKA Tomohiko + + * README.en: New file. + +Thu Mar 20 05:48:02 1997 MORIOKA Tomohiko + + * filename.el: Add DOC-strings. + + * APEL-MK (install-apel): Use `compile-apel'. + + * Makefile (install): Don't depend on `elc'. + +Thu Mar 20 02:04:19 1997 MORIOKA Tomohiko + + * APEL-MK: Setting for load-path and requiring install were moved + from APEL-CFG. + + (install-apel): Compile apel-modules. + + * APEL-CFG: Setting for load-path and requiring install were moved + to APEL-MK. + + +1997-03-14 MORIOKA Tomohiko + + * APEL: Version 3.2 was released. + +Fri Mar 14 09:54:04 1997 MORIOKA Tomohiko + + * file-detect.el (get-latest-path): Check directory is exist or not. + +Fri Mar 14 09:25:15 1997 MORIOKA Tomohiko + + * APEL-ELS: Add install.el. + +Fri Mar 14 07:24:37 1997 MORIOKA Tomohiko + + * Makefile, APEL-MK, APEL-CFG: New file. + +1997-03-10 MORIOKA Tomohiko + + * atype.el (field-unify): fixed. + +1997-03-10 MORIOKA Tomohiko + + * filename.el (filename-filters): Use `exec-installed-p' instead + of `file-installed-p' to search "kakasi". + +1997-03-10 MORIOKA Tomohiko + + * file-detect.el (module-installed-p): Use function + `exec-installed-p'. + + * file-detect.el (exec-suffix-list): New variable. + (exec-installed-p): New function. + +1997-03-04 MORIOKA Tomohiko + + * APEL-ELS (apel-modules): Add filename.el. + + * APEL-ELS: Initial revision + +1997-03-04 MORIOKA Tomohiko + + * 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. + +1997-03-03 MORIOKA Tomohiko + + * atype.el: Alias `fetch-field', `fetch-field-value', `put-field' + and `delete-field' were abolished. + + Don't require tl-str and tl-list. + + Require alist. + + (field-unify): Don't use function `symbol-concat'. + (assoc-unify): Use function `assoc' directly; use function + `put-alist' directly; use function `del-alist' directly. + + * atype.el: Function `put-fields' was abolished. + + * atype.el: tl-atype.el was renamed to atype.el. + +1997-03-03 MORIOKA Tomohiko + + * atype.el: tl-atype.el was renamed to atype.el. + +1997-03-03 MORIOKA Tomohiko + + * file-detect.el (file-installed-p): Fixed DOC-string. + +1997-02-28 Tomohiko Morioka - * mu-register.el: new module + * alist.el: New module; separated from tl-list.el.