X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=ChangeLog;h=bbdb4d4f967acb8d4f25556abe350739894dfdbc;hb=8dcd38a161c8cf5862a8ca53f50e01612010f314;hp=152b114501cadadfc455ce0167444acbf6259d2e;hpb=33a0383d2d73067515176cfa0ed047f5cbc1ffa8;p=elisp%2Fsemi.git diff --git a/ChangeLog b/ChangeLog index 152b114..bbdb4d4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,513 @@ +2006-06-23 Hiroya Murata + + * mime-view.el (mime-calist::field-match-method-ignore-case): + New function; set up for `field-match-method' of calist. + +2006-03-28 Daiki Ueno + + * mime-edit.el (mime-edit-sign-pgp-mime): Set pgg-text-mode. + (mime-edit-encrypt-pgp-mime): Ditto. + +2006-02-18 TAKAHASHI Kaoru + + * mime-edit.el (mime-edit-delete-trailing-whitespace): New + Function for RFC3156. + (mime-edit-sign-pgp-mime): Use it. + +2005-06-14 Katsumi Yamaoka + + * mime-view.el (mime-display-text/richtext): Withdraw the last + change. + (mime-display-text/enriched): Ditto. + +2005-06-09 Katsumi Yamaoka + + * mime-view.el (mime-display-text/richtext): Turn off + adaptive-fill-mode while executing richtext-decode. + (mime-display-text/enriched): Turn off adaptive-fill-mode while + executing enriched-decode. + +2005-03-29 Nakagawa, Makoto + + * pgg-pgp.el (pgg-scheme-sign-region): Manually convert line + endings to CRLF before signing. + +2001-09-24 Daiki Ueno + + * mime-view.el (mime-preview-toggle-display): When both "type" and + "*type" conditions are not specified, the entity should be regarded + as invisible. + +2004-09-27 Yoichi NAKAYAMA + + * mime-edit.el (mime-edit-temp-message-buffer): Define. + * mime-play.el (mime-view-temp-message-buffer): Ditto. + (mime-preview-quitting-method-for-mime-show-message-mode): Change + accordingly. + +2004-09-27 Katsumi Yamaoka + + * README.en, README.ja (CVS based development): Mention anonymous + CVS access; remove the description about developers' pserver access. + +2003-11-15 Simon Josefsson + + * pgg-gpg.el (pgg-scheme-lookup-key): Use regexp match instead of + split-string (split-string is different between emacs 21.2 and + 21.4). Reported by ultrasoul@ultrasoul.com (David D. Smith). + +2004-09-15 Yoichi NAKAYAMA + + * mime-view.el (mime-preview-follow-current-entity): Avoid error + on null entity. + (mime-preview-find-boundary-info): Ditto. + Avoid error at the beginning of buffer. + +2004-08-28 Yoichi NAKAYAMA + + * pgg-pgp5.el (pgg-scheme-verify-region): `let*' -> `let'. + * pgg-pgp.el (pgg-scheme-verify-region): Ditto. + * mime-edit.el (mime-edit-split-and-send): Ditto. + * mime-play.el (mime-store-message/partial-piece): Ditto. + +2004-08-03 Yoichi NAKAYAMA + + * mime-edit.el (mime-edit-mime-version-field-for-message/partial): + Fix usage of mime-encode-field-body. + +2004-07-24 Yoichi NAKAYAMA + + * mime-view.el (mime-display-multipart/related): Do nothing when + the part is not found. + +2004-04-18 TAKAHASHI Kaoru + + * mime-edit.el (mime-file-types): Add application/pdf. Use base64 + for application/postscript. + (mime-content-types): Add application/pdf. + +2004-04-04 Yoichi NAKAYAMA + + * mime-edit.el (mime-file-types): Add application/vnd.ms-excel. + (mime-content-types): Add application/vnd.ms-excel and + application/msword. + +2004-02-12 MORIOKA Tomohiko + + * mime-image.el (mime-display-image): Ignore errors about image + decoding. + +2004-02-06 Katsumi Yamaoka + + * mime-image.el (mime-image-normalize-xbm-buffer): Add missing + format specifiers. + + * mime-view.el (mime-view-insert-entity-button): Fix misplaced let + form. + +2004-01-15 Katsumi Yamaoka + + * mime-edit.el (mime-edit-normalize-body): Fix a comment that the + problem related to `replace-match' has been fixed at 2004-01-15, + thanks to Handa-san. + + +2003-12-24 MORIOKA Tomohiko + + * SEMI: Version 1.14.6 (Maruoka) released. + +2003-12-18 Daiki Ueno + + * pgg-gpg.el (pgg-gpg-process-region): Set environment variable + LANGUAGE as well. GNU gettext gives precedence to LANGUAGE over + LC_ALL, when different language code is specified. Thanks to + Tatsuya Kinoshita . + [cf. ] + +2003-12-17 Daiki Ueno + + * pgg-gpg.el (pgg-gpg-messages-locale): New user option. + (pgg-gpg-process-region): Set environment variable LC_ALL when + pgg-gpg-messages-locale is specified. + + * pgg-def.el (pgg-messages-locale): New user option. + + * mime-pgp.el (mime-verify-application/pgp-signature): Copy + messages from pgg-errors-buffer. + (mime-add-application/pgp-keys): Ditto. + +2003-12-16 Katsumi Yamaoka + + * mime-edit.el (mime-edit-normalize-body): Don't use the + `(replace-match "\\1\r\n")' form since it may convert the unibyte + string into multibyte in Emacs 21.4. + +2003-12-14 Yoichi NAKAYAMA + + * mime-play.el (mime-mailcap-method-sentinel): Restore deleting + directory routine and protection of 1st arg of `message' dropped + in the last change. + (mime-mailcap-delete-played-files): Ditto. + +2003-12-12 ARISAWA Akihiro + + * mime-play.el (mime-play-delete-file-immediately): New user option. + (mime-mailcap-method-sentinel): Use it. + (mime-mailcap-delete-played-files): New function; set up for + `kill-emacs-hook'. + +2002-05-18 ARISAWA Akihiro + + * mime-play.el (mime-activate-mailcap-method): Don't use + `binary-to-text-funcall'. (Thanks to TANAKA Shingo) + +2003-12-14 Tatsuya Kinoshita + + * mime-edit.el (mime-charset-type-list): Add entry for iso-8859-1[45]. + +2003-12-12 MORIOKA Tomohiko + + * mime-edit.el (mime-edit-user-agent-value): Add a setting for + XEmacs CHISE. + +2003-12-07 Yuuichi Teranishi + + * mime-play.el (mime-require-safe-directory): Check the owner of the + directory if it already exists. + +2003-12-06 Yuuichi Teranishi + + * mime-play.el (mime-require-safe-directory): New function. + (mime-store-message/partial-piece): Use it. + +2003-12-05 Katsumi Yamaoka + + * mime-play.el (mime-store-message/partial-piece): Fix + mis-designed parenthesis in the `let' form. + +2001-11-27 Daiki Ueno + + * mime-w3.el: Don't use `url-register-protocol' if it is not + fboundp; announce `url-cid' feature instead. + [cf. ] + + (url-cid): Change return value for the current URL package. + +2003-06-09 Yuuichi Teranishi + + * pgg-gpg.el (pgg-gpg-process-region): Undo the last change; + Add --yes option to overwrite existing output file; + Remove needless set-default-file-modes. + +2003-05-29 Yuuichi Teranishi + + * pgg-gpg.el (pgg-gpg-process-region): Undo the last change. + +2003-05-15 Yuuichi Teranishi + + * pgg-gpg.el (pgg-gpg-process-region): Use `make-temp-file' instead of + `make-temp-name'. + + * pgg-pgp5.el (pgg-pgp5-process-region): Ditto. + (pgg-scheme-verify-region): Ditto. + (pgg-scheme-snarf-keys-region): Ditto. + + * pgg-pgp.el (pgg-pgp-process-region): Ditto. + (pgg-scheme-verify-region): Ditto. + (pgg-scheme-snarf-keys-region): Ditto. + + * smime.el (smime-process-region): Ditto. + (smime-verify-region): Ditto. + + * mime-pgp.el (mime-verify-application/pgp-signature): Ditto. + (mime-verify-application/pkcs7-signature): Ditto. + + * mime-play.el (mime-activate-mailcap-method): Make a temporary + directory of a temporary file for the mailcap application. + (mime-mailcap-method-sentinel): Follow the change above. + (mime-store-message/partial-piece): Set `default-file-modes' for + `make-directory'. + + * mime-edit.el (mime-edit-split-and-send): Remove local variable + `mime-edit-draft-file-name'. + +2003-05-12 Yoichi NAKAYAMA + + * mime-edit.el (turn-on-mime-edit): Protect 1st arg of `message'. + * mime-view.el (mime-preview-follow-current-entity): Ditto. + +2003-05-11 Yoichi NAKAYAMA + + * mime-w3.el (mime-preview-text/html): Protect 1st arg of `message'. + * mime-play.el (mime-mailcap-method-sentinel): Ditto. + (mime-view-message/external-anon-ftp): Ditto. + (mime-view-message/external-url): Ditto. + +2003-04-05 Yoichi NAKAYAMA + + * mime-view.el (mime-preview-toggle-display): Use boundary with + children. + +2003-02-08 Yoichi NAKAYAMA + + * semi-def.el (mime-should-use-popup-menu): New function. + (mime-select-menu-alist): Renamed from select-menu-alist, change + its behavior according to mime-should-use-popup-menu. + * mime-play.el (mime-play-entity): Change accordingly. + +2003-02-08 Yoichi NAKAYAMA + + * mime-view.el (mime-save-situation-examples): Bind print-length + and print-level. + +2003-01-10 NAKAJI Hiroyuki + + * README.ja: new file, Japanese translation of README.en. + Spaces between ascii and Japanese characters are added. + + +2002-11-15 MORIOKA Tomohiko + + * SEMI: Version 1.14.5 (Awara-Onsen) released. + +2002-11-05 Yoichi NAKAYAMA + + * mime-view.el (mime-preview-find-boundary-info): Change the name of + the argument from get-mother to with-children along its effect. + +2002-11-03 Yoichi NAKAYAMA + + * mime-edit.el (mime-edit-decode-single-part-in-buffer): Decode text + part only. + +2002-04-16 Daiki Ueno + + * mime-edit.el (mime-file-types): Add setting of *.jpeg for image/jpeg. + +2002-10-26 Yoichi NAKAYAMA + + * mime-view.el (mime-preview-find-boundary-info): Fix logic. Do not + refer next to next part before examining the next part. + +2002-08-28 Katsumi Yamaoka + + * mime-edit.el (mime-edit-user-agent-value): Add + `xemacs-extra-name'. + + +2002-07-08 MORIOKA Tomohiko + + * SEMI: Version 1.14.4 (Hosorogi) released. + + * Makefile (ARC_DIR_PREFIX): New variable. + (ARC_DIR): Use `ARC_DIR_PREFIX'. + +2001-08-10 Kenichi OKADA + + * semi-def.el (mime-browse-url-regexp): Allow nntps and ftps. + +2001-06-12 Yuuichi Teranishi + + * mime-view.el (mime-display-multipart/related): When "start" + parameter specifies part, treat the part as root. + +2001-06-12 Akihiro Arisawa + + * mime-view.el (mime-display-multipart/related): New function; set up + for `mime-preview-condition'. + +2001-04-19 Katsumi Yamaoka + + * mime-bbdb.el: Load "bbdb-hooks" when the symbol function + `bbdb-extract-field-value' is not bound or it is set up as an + autoloaded function. [cf. ] + +2001-04-17 YAMASHITA Junji + + * semi-def.el (mime-browse-url-regexp): Allow https. + +2001-03-06 Hiroya Murata + + * mime-edit.el (mime-edit-set-parameter): Get rid of the duplicated + optional fields. + +2000-12-28 MORIOKA Tomohiko + + * mime-view.el: Revert to use `static'. + + +2000-12-28 MORIOKA Tomohiko + + * SEMI: Version 1.14.3 (Ushinoya) released. + + * mime-view.el (mime-view-read-situation-examples-file): Don't try + to read situation-examples-file is it is nil. + (mime-situation-examples-file): Avoid to read + situation-examples-file at compile time. + +2000-12-28 MORIOKA Tomohiko + + * mime-view.el (mime-view-read-situation-examples-file): Display + warning. [cf. ] + +2000-12-27 MORIOKA Tomohiko + + * mime-view.el (mime-view-mailcap-files): New user option. + (mime-view-read-mailcap-files): Renamed from + `mime-view-read-mailcap'; read `mime-view-mailcap-files'. + + * mime-view.el (mime-view-read-situation-examples-file): New + function; don't occur error. + (mime-view-read-mailcap): New function. + +2000-12-27 MORIOKA Tomohiko + + * mime-play.el (mime-play-messages-coding-system): Renamed from + `mime-mailcap-method-messages-coding-system'. + + * pgg-def.el (pgg-messages-coding-system): Change default value to + nil. + +2000-12-27 MORIOKA Tomohiko + + * mime-play.el (mime-activate-mailcap-method): Fix typo. + +2000-12-26 Daiki Ueno + + * mime-play.el (mime-mailcap-method-messages-coding-system): New + variable. + (mime-activate-mailcap-method): Use it. + +2000-12-26 Daiki Ueno + + * pgg-def.el (pgg-messages-coding-system): Use `defvar' to define. + + * pgg-pgp.el (pgg-pgp-messages-coding-system): Abolish. + (pgg-pgp-process-region): Use `binary-funcall' instead of + `binary-to-text-funcall'. + + * pgg-pgp5.el (pgg-pgp5-messages-coding-system): Abolish. + (pgg-pgp5-process-region): Use `binary-funcall' instead of + `binary-to-text-funcall'. + + +2000-12-25 MORIOKA Tomohiko + + * SEMI: Version 1.14.2 (Daish-Dòji)-A released. + + * README.en (Required environment): Update to FLIM 1.14.2. + + * mail-mime-setup.el (mail-setup-hook): Don't add + `eword-decode-header'. + +2000-12-23 MORIOKA Tomohiko + + * mime-view.el (mime-view-define-keymap): Return + `mime-view-mode-map' instead of set up as local keymap; don't call + `mime-view-define-keymap-hook'. + (mime-display-message): Add new optional argument `keymap'. + + * mime-play.el (mime-store-message/partial-piece): Use + `binary-insert-encoded-file' and `binary-write-decoded-region' + instead of `binary-insert-file-contents' and + `binary-write-region'. + +2000-12-23 MORIOKA Tomohiko + + * smime.el (smime-process-region): Use `binary-funcall' instead of + `binary-start-process-shell-command'. + (smime-verify-region): Use `binary-write-decoded-region' and + `binary-insert-encoded-file' instead of `binary-write-region' and + `binary-insert-file-contents'. + + * pgg-pgp5.el (pgg-pgp5-messages-coding-system): New variable. + (pgg-pgp5-process-region): Use `binary-to-text-funcall' instead of + `binary-start-process-shell-command'. + (pgg-scheme-verify-region): Use `binary-write-decoded-region' + instead of `binary-write-region'. + + * pgg-pgp.el (pgg-pgp-messages-coding-system): New variable. + (pgg-pgp-process-region): Use `binary-to-text-funcall' instead of + `binary-start-process-shell-command'. + (pgg-scheme-verify-region): Use `binary-write-decoded-region' + instead of `binary-write-region'. + + * pgg-gpg.el (pgg-gpg-process-region): Use + `binary-to-text-funcall' instead of `binary-start-process'. + + +2000-12-22 MORIOKA Tomohiko + + * SEMI: Version 1.14.1 (Kaga-Onsen) released. + + * README.en (Required environment): Require FLIM 1.14.1 or later; + update required emacsen. + +2000-12-22 MORIOKA Tomohiko + + * pgg-gpg.el (pgg-gpg-process-region): Use + `pgg-gpg-messages-coding-system'. + +2000-12-21 Tadashi Watanabe + + * pgg-gpg.el (pgg-scheme-verify-region): Use a "-" as the name for + the file with the signed material. + +2000-12-21 Daiki Ueno + + * pgg-def.el (pgg-messages-coding-system): New user option. + +2000-12-20 MORIOKA Tomohiko + + * mime-view.el: Don't use `static-cond'. + + +2000-12-20 MORIOKA Tomohiko + + * SEMI: Version 1.14.0 (Iburihashi) released. + +2000-12-19 MORIOKA Tomohiko + + * mime-edit.el (mime-edit-mime-version-field-for-message/partial): + Use `mime-encode-field-body' instead of `eword-encode-field-body'. + +2000-12-19 MORIOKA Tomohiko + + * mime-edit.el (mime-edit-translate-header): Use + `mime-encode-header-in-buffer' instead of `eword-encode-header'. + (mime-edit-encrypt-pgp-mime): Likewise. + (mime-edit-translate-single-part-tag): Likewise. + +2000-12-17 MORIOKA Tomohiko + + * postpet.el: Require `mime'. + + * pgg-parse.el (pgg-format-key-identifier): Don't use + `string-to-int-list'. + (pgg-read-bytes): Likewise. + (pgg-read-body): Likewise. + +2000-12-16 MORIOKA Tomohiko + + * smime.el: Require `raw-io'. + (smime-process-region): Use `binary-start-process-shell-command'. + + * pgg-pgp5.el (pgg-pgp5-process-region): Use + `binary-start-process-shell-command'. + + * pgg-pgp.el (pgg-pgp-process-region): Use + `binary-start-process-shell-command'. + + * pgg-gpg.el (pgg-gpg-process-region): Use `binary-start-process'. + +2000-12-15 MORIOKA Tomohiko + + * pgg-def.el: Require `custom' instead of `pcustom'. + +2000-12-15 TAKAHASHI Kaoru + + * Makefile (tar): Use `cvs tag -R' instead of `cvs tag -RF'. + 2000-12-15 MORIOKA Tomohiko * smime.el (smime-process-region): Don't use `as-binary-process'.