X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=ChangeLog;h=ab141357fa8d9244980606b6479eff3dfdb9fb90;hb=327711693e20cc80cb741d6c97d2c1ae3f383a70;hp=f1650ac0a3aab05a498680bb19f847dca8450074;hpb=f0a284c80bae5a16a58fe2f6c542c4e4d3002969;p=elisp%2Ftm.git diff --git a/ChangeLog b/ChangeLog index f1650ac..ab14135 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,97 @@ +Mon Sep 23 13:16:56 1996 MORIOKA Tomohiko + + * tl: Version 7.61.6 was released. + * tm: Version 7.86 was released. + * tm-vm: Version 7.64 was released. + * gnus-mime: Version 0.8 was released. + + * tm-file.el: Method setting were changed. + + * tm-view.el (mime/content-decoding-condition): declare `mode'. + + * tm-play.el (field-unifier-for-mode): New function. + +Sat Sep 21 17:51:46 1996 MORIOKA Tomohiko + + * mime-setup.el.in (mime-setup-use-sc, mime-setup-use-signature, + mime-setup-default-signature-key, mime-setup-signature-key-alist): + Add DOC-string. + +Sat Sep 21 16:01:44 1996 MORIOKA Tomohiko + + * tm-play.el: add `mime-viewer/external-progs' to environment + variable `PATH'. + (mime-article/start-external-method-region): Don't add + `mime-viewer/external-progs' to `PATH' of local + `process-environment'. + +Sat Sep 21 15:18:22 1996 MORIOKA Tomohiko + + * tm-view.el (mime/content-decoding-condition): add tm-ps for + application/postscript. + +Sat Sep 21 14:33:25 1996 MORIOKA Tomohiko + + * tm-edit.el (mime-editor/insert-binary-file): Use macro + `as-binary-input-file'. + +Fri Sep 20 07:27:41 1996 MORIOKA Tomohiko + + * tm-parse.el (mime/parse-message): parse content of message/news + as same as message/rfc822. + +Thu Sep 19 01:56:00 1996 Martin Buchholz + + * README.en: more natural for English native speakers. + (cf. [tm-en:787]) + +Tue Sep 17 06:33:57 1996 MORIOKA Tomohiko + + * tm-file.el (mime-article/extract-file): modified for mule merged + EMACS. + + * TM-ELS (tm-modules-to-compile): Add tm-image if running mule + merged EMACS. + + * tm-image.el: support mule merged EMACS. + +Mon Sep 16 08:59:18 1996 MORIOKA Tomohiko + + * tm-ew-e.el (tm-eword::char-type): Use function `char-charset' + instead of `char-leading-char'. + + +Sun Sep 15 04:17:35 1996 MORIOKA Tomohiko + + * tl: Version 7.61.4 was released. + * MU: Version 0.33 was released. + * tm: Version 7.85 was released. + + * tm-edit.el (mime-editor::edit-again, mime/edit-again): Use + function `std11-field-end' instead of `rfc822/field-end'. + +Sat Sep 14 08:56:05 1996 MORIOKA Tomohiko + + * tm-view.el: Use std11.el instead of tl-822.el. + + * tm-view.el (mime-article/get-subject): Use function + `std11-strip-quoted-string' instead of + `rfc822/strip-quoted-string'. + + * tm-play.el (mime-article/get-original-filename): Use function + `std11-strip-quoted-string' instead of + `rfc822/strip-quoted-string'. + + * tm-parse.el (mime/parse-parameter, mime/parse-message): Use + function `std11-strip-quoted-string' instead of + `rfc822/strip-quoted-string'; Use std11 instead of tl-822. + +Fri Sep 13 02:39:01 1996 MORIOKA Tomohiko + + * tm-ew-d.el (mime/decode-encoded-text): eliminate CR after + unfolded when `unfolding' is not nil. + + Sun Sep 8 18:18:02 1996 MORIOKA Tomohiko * MU: Version 0.31 was released.