X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=ChangeLog;h=d8506033017a99d260c1750b33ce1158a15f9f13;hb=cc4dea4a6757a42ba33a9c968b4655cec18e906f;hp=009285c3b7b48507fc3e6a02599548ddf0196d51;hpb=f0a4087f72e82fe8644e1d0a3b5bcf32c60ef4f9;p=elisp%2Fapel.git diff --git a/ChangeLog b/ChangeLog index 009285c..d850603 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,256 @@ +Wed Mar 13 17:16:09 1996 MORIOKA Tomohiko + + * tl: Version 7.18 was released. + + * emu.el (functionp): New function. + + * mu-cite.el (mu-cite/get-value): Use function `functionp'. + +Wed Mar 13 16:35:15 1996 MORIOKA Tomohiko + + * mu-comment.el: New file. + +Sat Mar 9 08:13:21 1996 Hiroshi Ueno + + * mu-cite.el (mu-cite/cite-original): exchange-point-and-mark if + mark < point. (cf. [OS/2:1536]) + +Tue Mar 12 11:32:54 1996 Shuhei KOBAYASHI + + * 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]) + + * 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]) + + +Wed Mar 6 00:24:08 1996 Morioka Tomohiko + + * tl: Version 7.15 was released. + + * mu-cite.el: MINOURA Makoto's E-mail address was + changed. (cf. [tm-ja:1649]) + +Wed Mar 6 00:07:55 1996 Morioka Tomohiko + + * tl-els: add mu-replace.el. + + * mu-replace.el: New file. + +Tue Mar 5 23:33:14 1996 Morioka Tomohiko + + * tl-str.el (replace-char-by-char): New function. + + * tl-str.el (replace-space-with-underline): Function + `replace-space-with-underline' was moved from tm-edit.el. + + * tl-list.el (cons-if): New function. + + +Mon Mar 4 14:31:31 1996 Morioka Tomohiko + + * tl: Version 7.14 was released. + +Mon Mar 4 11:33:53 1996 KON-NO Yoichi + + * mu-cite.el (mu-cite/cite-original): `(mark)' might occur an + error. (cf. [tm-ja:1647]) + +Mon Mar 4 08:58:29 1996 Morioka Tomohiko + + * tl-els: New module + + * mk-tl: use tl-els file. + +Sat Mar 2 13:25:12 1996 Morioka Tomohiko + + * 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'. + + +Wed Feb 28 13:26:26 1996 Morioka Tomohiko + + * tl: Version 7.13 was released. + +Wed Feb 27 19:37:46 1996 Shuhei KOBAYASHI + + * mk-tl: Add `mu-bbdb.el' to module list. + + * mu-bbdb.el: New file. + + * 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 + + * emu-nemacs.el (*noconv*): New constant. + (*sjis*): New constant. + (code-detect-region): New function. + (set-file-coding-system): New function. + + * emu-orig.el (code-detect-region): New function. + (set-file-coding-system): New function. + + * emu-orig.el (*noconv*): New constant. + + +Mon Feb 26 01:14:28 1996 Morioka Tomohiko + + * tl: Version 7.11.3 was released. + + * emu-18.el (tl:set-text-properties): New function. + (tl:overlay-buffer): New function. (cf. [tm-ja:1606]) + +Mon Feb 26 01:05:28 1996 Morioka Tomohiko + + * 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]) + +Mon Feb 26 00:56:18 1996 Morioka Tomohiko + + * emu.el: Version check was changed. (cf. [tm-ja:1606]) + +Mon Feb 26 00:54:12 1996 Morioka Tomohiko + + * emu.el: Version check was changed. (cf. [tm-ja:1606]) + +Sun Feb 25 18:08:24 1996 Morioka Tomohiko + + * tl-list.el (expand-range): New implementation. + + * tl-list.el: Function `uncompress-range' was renamed to + `expand-range'. + + * tl-list.el (member-of-range): New implementation. + +Fri Feb 23 20:43:33 1996 Morioka Tomohiko + + * tl-list.el (last): changed to macro. + +Fri Feb 23 20:36:19 1996 Morioka Tomohiko + + * tl-list.el (caar): New macro. + (cdar): New macro. + + +Sat Feb 23 17:52:54 1996 Morioka Tomohiko + + * tl: Version 7.11.2 was released. + +Thu Feb 22 15:14:30 1996 Morioka Tomohiko + + * tl-str.el (eliminate-last-spaces): New function. + +Thu Feb 22 14:33:08 1996 Morioka Tomohiko + + * tl-str.el (filename-special-char-range): New variable. + (filename-space-char-range): New variable. + (replace-as-filename): New implementation. + +Thu Feb 22 14:24:39 1996 Morioka Tomohiko + + * 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. + + +Wed Feb 14 13:00:02 1996 Morioka Tomohiko + + * tl: Version 7.11.1 was released. + +Mon Feb 12 07:34:30 1996 Morioka Tomohiko + + * tl-misc.el (add-path): Document string was fixed. + +Mon Feb 12 07:27:03 1996 Morioka Tomohiko + + * tl-misc.el (file-installed-p): new function + + +Sat Feb 2 17:08:20 1996 Morioka Tomohiko + + * tl: Version 7.11 was released. + +Wed Jan 31 00:07:57 1996 Morioka Tomohiko + + * mu-cite.el (mu-cite/get-field-value-methoda-list): fixed problem + in mh-letter-mode + +Thu Jan 25 08:07:39 1996 Morioka Tomohiko + + * tl-822.el: Don't use `equal' to compare strings. + + +Thu Jan 25 02:13:37 1996 Morioka Tomohiko + + * tl: Version 7.10 was released. + + * emu-orig.el (*internal*, *ctext*): new constant + + * emu-orig.el (code-convert-string): new function + + * emu-orig.el (code-convert-region): new function + + * emu-nemacs.el (*ctext*): new constant + + * emu-18.el: Comment was fixed. + + * emu-18.el (byte-code-function-p): check whether cons or not + +Wed Jan 24 07:12:37 1996 Morioka Tomohiko + + * mu-cite.el (mu-cite/get-field-value-methoda-list): new variable + + * mu-cite.el (mu-cite/get-field-value): new function + + +Sat Jan 20 13:25:43 1996 Morioka Tomohiko + + * tl: Version 7.09 was released. + +Thu Jan 18 17:16:05 1996 Morioka Tomohiko + + * mu-cite.el: new method `in-id': default value of variable + `mu-cite/top-format' was changed to use it. + +Thu Jan 18 14:48:33 1996 Morioka Tomohiko + + * tl-822.el (rfc822/non-qtext-char-list): new constant + + * tl-822.el: Constant `rfc822/non-qtext-chars' was deleted. + + * tl-822.el (rfc822/wrap-as-quoted-string): new function + + * tl-str.el (char-list-to-string): new macro + + * genjis.el: new module + +Thu Jan 18 01:55:25 1996 Yoshiyuki Yamagami + + * Makefile: specify `-no-site-file' option (cf. [tm-ja:1474]) + + Wed Jan 17 08:23:41 1996 Morioka Tomohiko * tl: version 7.08 was released.