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-08-28 Katsumi Yamaoka * mime-edit.el (mime-edit-user-agent-value): Add `xemacs-extra-name'. 2001-07-31 TAKAHASHI Kaoru * mime-edit.el (mime-edit-translate-body): Revert; insert User-Agent field. (mime-edit-insert-user-agent-field): Revert docstring. 2001-06-28 TAKAHASHI Kaoru * mime-edit.el (mime-edit-translate-body): Don't insert User-Agent field. (mime-edit-insert-user-agent-field): Changed default value to nil; Fixed docstring. 2000-11-29 Yoshiki Hayashi * mime-edit.el (mime-edit-guess-charset): New function. (mime-edit-insert-file): Call it. 2000-10-19 Takanori Saneto * pgg-pgp.el (pgg-pgp-process-region): bind process-environment locally so that setenv's effect won't last forever. pgg-pgp5.el (pgg-pgp5-process-region): Ditto. 2000-10-16 TAKAHASHI Kaoru * mime-edit.el (mime-edit-process-multipart-1): Typo fix (mime-edit-beginning-tag-regxp). 2000-10-16 Yoshiki Hayashi * EMY 1.13.9 is released. 2000-10-13 Yoshiki Hayashi * mime-edit.el (mime-edit-force-text-tag): New macro. * mime-edit.el (mime-edit-insert-text-file): * mime-edit.el (mime-edit-insert-external): * mime-edit.el (mime-edit-insert-binary-string): * mime-edit.el (mime-edit-insert-binary-file): * mime-edit.el (mime-edit-process-multipart-1): * mime-edit.el (mime-edit-normalize-body): * mime-edit.el (mime-edit-enclose-region-internal): * mime-edit.el (mime-edit-insert-key): Use mime-edit-force-text-tag. 2000-10-12 Yoshiki Hayashi * mime-edit.el (mime-edit-insert-insert-binary-string): Don't make a blank only part. (mime-edit-insert-binary-file): Ditto. (mime-edit-insert-text-file): Ditto. 2000-10-10 Yoshiki Hayashi * mime-edit.el (mime-edit-insert-place): Barf if on invisible region. (mime-edit-insert-tag): Ditto. * mime-edit.el (mime-edit-insert-file): Use detect-mime-charset-region. 2000-09-29 MORIOKA Tomohiko * mime-edit.el (mime-file-types): Fix to use application/msword instead of application/winword. 2000-08-04 Daiki Ueno * pgg-gpg.el (pgg-gpg-process-region): Don't bind coding-system-for-read. 2000-07-21 Yoshiki Hayashi * EMY 1.13.8 is released. 2000-07-11 MORIOKA Tomohiko * mime-pgp.el (mime-view-application/pgp): Setup local variable `mime-view-temp-message-buffer' of preview-buffer. (mime-view-application/pkcs7-mime): Likewise. * mime-play.el (mime-preview-quitting-method-for-mime-show-message-mode): Don't use `mime-entity-buffer'; refer `mime-view-temp-message-buffer'. (mime-store-message/partial-piece): Use `insert-file-contents-as-binary' instead of `(as-binary-input-file (insert-file-contents ...))'; use `write-region-as-binary' instead of `(as-binary-output-file (write-region ...)); setup local variable `mime-view-temp-message-buffer' of preview-buffer. 2000-07-08 Yoshiki Hayashi * mime-view.el (mime-display-text/plain): Make it a little bit more robust to errors. 2000-07-05 Yoshiki Hayashi * mime-edit.el (mime-edit-mode): Remove reference to emacsen without MULE. 2000-07-04 Yuuichi Teranishi * mime-image.el (mime-image-insert) [XEmacs]: Insert `string' only if it is non-nil. 2000-07-03 Yuuichi Teranishi * mime-edit.el (mime-edit-preview-message): Set up local variable `mime-edit-temp-message-buffer'. (mime-edit-quitting-method): Refer `mime-edit-temp-message-buffer' to avoid to use `mime-entity-buffer'. (Synch with latest remi-1_14) (mime-edit-temp-message-buffer): Defined. 2000-06-27 Daiki Ueno * mime-image.el (mime-image-insert): Synch with the latest image.el. (mime-display-image): Don't pass underlying string "x". 2000-06-23 Yuuichi Teranishi * mime-edit.el (mime-edit-quitting-method): Use mime-buffer-entity-buffer-internal instead of mime-entity-buffer. 2000-06-19 Yoshiki Hayashi * mime-view.el (mime-display-multipart/encrypted): New function. * semi-setup.el: Set up multipart/encrypted. 2000-06-19 Yoshiki Hayashi * mime-edit.el (mime-edit-insert-file): Don't produce charset=x-unknown. 2000-06-19 Yoshiki Hayashi * EMY 1.13.7 is released. 2000-06-16 Yoshiki Hayashi * mime-edit.el (mime-edit-insert-file): Make it work with Emacs. 2000-06-16 Yoshiki Hayashi * mime-edit.el (mime-edit-insert-text-file): New function. (mime-file-types): Treat .htm as an HTML file. 2000-06-16 Yoshiki Hayashi * mime-edit.el (mime-edit-insert-user-agent-field): Defcustom. (mime-edit-mime-version-field-for-message/partial): Removed. (mime-edit-mime-partial-header): Use mime-edit-mime-version-value. (mime-edit-insert-binary-string): New function. (mime-edit-insert-file): Use it. (mime-edit-set-parameter): Avoid duplicating same parameters. 2000-06-15 Yoshiki Hayashi * mail-mime-setup.el: Don't touch mail-signature. * semi-setup.el (mime-setup-enable-inline-image): Don't check window-system under XEmacs. * semi-def.el (select-menu-alist): Use device-on-window-system-p under XEmacs. 2000-06-14 Yoshiki Hayashi * mime-view.el (mime-view-unbuttonize): Remove invisible text following XPM buttons. * semi-def.el (mime-create-xpm-buttton): Make an extent start-open. Put mime-button text-property for buttonize and unbuttonize. 2000-06-13 Yoshiki Hayashi * mime-edit.el (mime-transfer-level): Defcustomize. (mime-edit-mime-version-field-for-message/partial): Add an accidentally removed newline. 2000-06-07 Yoshiki Hayashi * mime-edit.el (mime-edit-yank-ignored-field-regexp): Removed. (mime-edit-yank-ignored-field-list): Make this customizable. 2000-06-09 Daiki Ueno * mime-edit.el (mime-edit-insert-key): Insert a text tag when the buffer has any trailing text. 2000-06-05 Shugo Maeda * pgg-gpg.el (pgg-scheme-insert-key): Don't quote user id. 2000-05-29 Yoshiki Hayashi * mime-view.el (mime-view-mailcap-files): New variable. (mime-view-mailcap-parsed-p): New variable. (mime-view-parse-mailcap-files): New function. (mime-view-parse-mailcap): New function. 2000-05-25 Tanaka Akira * README.en: Update for CVS via SSH. 2000-05-23 Yoshiki Hayashi * semi-def.el (mime-create-widget-button): Avoid truncating extents. 2000-05-22 Katsumi Yamaoka * semi-def.el (mime-create-xpm-button): Define it if the feature `xpm' is provided even if the TTY frame is used; call `mime-create-widget-button' if the TTY frame is used. (mime-create-widget-button): Replace a string behind the widget button with the entity info; add comment about it. (mime-button-mouse-face): Refer to `widget-mouse-face' in doc. (mime-button-face): Refer to `widget-button-face' in doc. 2000-05-21 Daiki Ueno * pgg-gpg.el (pgg-gpg-process-region): Abolish redundant nconc. 2000-05-22 Yoshiki Hayashi * mime-view.el: Merge WEMY. * semi-def.el: Ditto. * mime-view.el (mime-preview-toggle-button): Force hiding a button when condition is 'hide. (mime-preview-buttonize): Don't toggle button. (mime-preview-unbuttonize): Ditto. * semi-def.el (mime-use-widget): New variable. 2000-05-17 Yoshiki Hayashi * EMY 1.13.6 is released. 2000-05-16 Daiki Ueno * mime-image.el (mime-image-create) [XEmacs]: Don't call `make-image-instance' directly. 2000-05-16 Yoshiki Hayashi * mime-edit.el (mime-edit-mime-version-field-for-message/partial): Remove mime-edit-version. (mime-edit-message-default-max-lines): Increment to 5000. (mime-edit-split-and-send): (mime-edit-exit): Shut up byte compiler. 2000-05-16 Yoshiki Hayashi * mime-view.el (mime-view-automatic-conversion): New variable. (mime-display-text): Decode CTE when FLIM 1.14. 2000-05-12 Yoshiki Hayashi * mime-view (mime-display-entity): Show header when message is attachment. (mime-display-text): Pass 7bit when no CTE is specified. Use mime-entity-body if available. (mime-display-message): Reconstruct list every time. 2000-05-02 Daiki Ueno * pgg-gpg.el (pgg-scheme-encrypt-region): Don't quote recipient; concatenate all arguments destructively. 2000-04-17 Yoshiki Hayashi * EMY 1.13.5 is released. 2000-04-17 Yoshiki Hayashi * mime-view.el (mime-view-insert-entity-button): Don't pass invisible to mime-insert-button. 2000-04-15 Yoshiki Hayashi * mime-view.el (mime-preview-text): Ask Content-Transfer-Encoding. (mime-display-text): New function. 2000-04-14 Yoshiki Hayashi * mime-view.el (mime-display-gzipped): Use decode-coding-string. 2000-04-13 Daiki Ueno * pgg-gpg.el: Fix author's mailing address. (pgg-gpg-process-region): Add --output option; set status fd to 2. (pgg-gpg-possibly-cache-passphrase): New function. (pgg-gpg-shell-file-name): Abolish. (pgg-gpg-shell-command-switch): Abolish. (pgg-scheme-lookup-key): Work on temp buffer. 2000-03-20 Yoshiki Hayashi * mime-view.el (mime-preview-follow-current-entity): Fix the bug without header part. (mime-preview-entity-boundary): Fix the case that last part is composite type. 2000-03-18 Yoshiki Hayashi * mime-view.el (mime-display-gzipped): Temporaly hack for FSF Emacs until new FLIM is released. 2000-03-16 Yoshiki Hayashi * mime-view.el (mime-display-gzipped): Make it FSF Emacs friendly. 2000-03-14 Yoshiki Hayashi * mime-view.el (mime-display-gzipped): Remove arguments. autodetect coding system. 2000-03-01 Yoshiki Hayashi * mime-image.el (mime-display-image): Don't wait for redisplay. 2000-02-23 Daiki Ueno * mime-image.el (mime-image-normalize-xbm-buffer): New inline function. (mime-image-create) [XEmacs || Emacs21]: Use it for XBM data. (mime-display-image): Don't create temporary file. 2000-02-24 Mito * mime-edit.el (mime-edit-normalize-body): Fix number of arguments against enriched-encode. 2000-02-27 Yoshiki Hayashi * mime-view.el: Don't show a child entity of message/external-body. 2000-02-21 Daiki Ueno * pgg.el (pgg-temp-buffer-show-function): Use `shrink-window-if-larger-than-buffer'. * pgg-gpg.el (pgg-gpg-process-region): Fix cleanup form. * pgg-pgp.el (pgg-pgp-process-region): Ditto. * pgg-pgp5.el (pgg-pgp5-process-region): Ditto. * semi-setup.el (mime-setup-enable-inline-image): Remove checking of bitmap-mule; use `eval-after-load' instead of `call-after-loaded' to require `mime-image'. * mime-image.el (mime-display-image): Set default umask to 077. (mime-image-create): Use `nothing-image-instance-p'. * mime-pgp.el: When it is compiled, define `smime-output-buffer' and `smime-errors-buffer' to avoid compiler warning. * mime-edit.el: Ditto. * mime-pgp.el (mime-view-application/pkcs7-mime): Regard smime-type as "enveloped-data" unless it is specified. * smime.el (smime-directory-files): Abolish. (smime-verify-region): Abolish local variable `args'. 2000-02-20 Daiki Ueno * mime-image.el: Remove X-Face setting; require cl when compiling. (mime-image-format-alist): Remove image/x-mag and image/x-pic. (mime-image-type-available-p): New function. (mime-image-create): New function. (mime-image-insert): New function. (mime-display-image): Rewrite. * mime-edit.el (mime-edit-define-charset): Handle 'mime-charset-comment. 2000-02-02 Nakagawa, Makoto * pgg-pgp5.el (pgg-scheme-verify-region): Copy the contents of `pgg-errors-buffer' to `pgg-output-buffer'. 2000-02-21 Yoshiki Hayashi * EMY 1.13.4 is released. 2000-02-20 Yoshiki Hayashi * semi-def.el (mime-insert-button): Insert newline to avoid face property concatenation. 2000-02-20 Yoshiki Hayashi * mime-view.el (mime-preview-toggle-button): New function. (mime-view-define-keymap): Define C-h C-t b to mime-preview-toggle-button. (mime-preview-buttonize): Use it. (mime-preview-unbuttonize): Ditto. (mime-preview-type): Call mime-preview-toggle-body. 2000-02-20 Yoshiki Hayashi * mime-view.el (mime-preview-toggle-header): Add optional argument show. When show, always displays rather than toggle. (mime-preview-toggle-all-header): Ditto. (mime-preview-toggle-content): Ditto. 2000-02-20 Yoshiki Hayashi * mime-view.el (mime-preview-follow-current-entity): Delete header and insert new one. (mime-preview-toggle-header): Don't manipulate entity button. (mime-preview-toggle-all-header): New function. 2000-02-16 Yoshiki Hayashi * mime-view.el (mime-preview-quit): Fix bug which unconditionally removes preview-buffer. From: Yuuichi Teranishi 2000-02-15 Yoshiki Hayashi * mime-view.el (mime-follow-current-entity): Try to be compatible with FSF Emacs. 2000-02-14 Yoshiki Hayashi * EMY 1.13.3 is released. 2000-02-12 Yoshiki Hayashi * mime-view.el (mime-display-entity): Prefer visibility of entity-button, not invisibility. (mime-view-children-is-invisible): New macro. (mime-display-entity): Check children can be shown. 2000-02-12 Yoshiki Hayashi * mime-view.el (mime-preview-toggle-header): New function. (mime-preview-toggle-content): New function. (mime-view-define-keymap): Bind C-c C-t C-h to mime-preview-toggle-header, C-h C-t C-c to mime-preview-toggle-content. Bind C-c C-e to mime-preview-extract-current-entity. 2000-02-12 Yoshiki Hayashi * mime-view.el (mime-preview-entity-boundary): New function. (mime-preview-follow-current-entity): Use it. (mime-view-button-is-visible): New macro. (mime-view-body-is-visible): Ditto. 2000-02-10 MORIOKA Tomohiko * mime-view.el (mime-display-message): Use `major-mode' of current-buffer as default value of `original-major-mode'; don't use `mime-entity-header-buffer'. (mime-preview-follow-current-entity): Use `mime-insert-header' to insert header; don't use `mime-entity-header-buffer', `mime-entity-header-start-point' and `mime-entity-header-end-point'. 2000-02-12 Yoshiki Hayashi * mime-view.el (mime-view-insert-entity-button): Add invisible when body is invisible. 2000-02-11 Yoshiki Hayashi * mime-view.el (mime-preview-quit): Kill preview buffer when mode-specific function is not found. 2000-02-11 Yoshiki Hayashi * Makefile (MAKEINFO): New variable. 2000-02-09 Yoshiki Hayashi * Makefile (distclean): New target. 2000-02-08 Yoshiki Hayashi * mime-view.el: Fix byte-compiler warnings. * mime-play.el: Ditto. (mime-preview-quitting-method-for-mime-show-message-mode): Check whether raw-buffer exists. 2000-02-08 Yoshiki Hayashi * Makefile: (texinfmt, xtexinfmt): New rule to format Texinfo file with Emacs and XEmacs. 2000-02-07 Yoshiki Hayashi * mime-edit.el: Fix doc string. * mime-view.el: Ditto. * pgg-gpg.el: Ditto. * pgg-parse.el: Ditto. * pgg-pgp.el: Ditto. * pgg-pgp5.el: Ditto. * pgg.el: Ditto. 2000-02-07 Yoshiki Hayashi * mime-view.el (mime-display-entity): Don't call mime-goto-header-start-point. Clean up and remove redundant let clause. 2000-02-07 Yoshiki Hayashi * EMY 1.13.2 is released. 2000-02-07 Yoshiki Hayashi * mime-view.el (mime-display-message): Add new local variable line-move-ignore-invisible. Bind it to t. 2000-02-06 Yoshiki Hayashi * pgg-def.el (pgg-default-scheme): Improve custom options. 2000-02-05 Yoshiki Hayashi * Makefile: Format Info file. 2000-02-04 Yoshiki Hayashi * mime-edit.el: Synch with EMIKO 1.13.11. * mime-image.el: Ditto. * mime-pgp.el: Ditto. * semi-def.el: Ditto. * semi-setup.el: Ditto. * mime-ui-en.sgml: Ditto. * mime-ui-en.texi: Ditto. * mime-ui-ja.sgml: Ditto. * mime-ui-ja.texi: Ditto. * pgg-def.el: Synch with EMIKO 1.13.11. New file. * pgg-gpg.el: Ditto. * pgg-parse.el: Ditto. * pgg-pgp.el: Ditto. * pgg-pgp5.el: Ditto. * pgg.el: Ditto. * smime.el: Ditto. 2000-02-03 Yoshiki Hayashi * mime-edit.el (mime-file-types): Defaults type of patch to text/plain. There's not much reason to use application/octet-stream. * mime-view.el (mime-display-detect-application/octet-stream): New function. * mime-view.el (mime-display-gzipped): New function. Ungzip content and inline it. Requires external gzip program. 2000-01-31 Yoshiki Hayashi * EMY 1.13.1 is released. 2000-01-31 Yoshiki Hayashi * emy.texi: Describe how to deal with broken message. 2000-01-31 Yoshiki Hayashi * mime-play.el (mime-save-content-for-broken-message): New function. 2000-01-28 Yoshiki Hayashi * mime-view.el (mime-display-entity): Clean up code. 2000-01-28 Yoshiki Hayashi * mime-view.el (mime-display-entity): Fix handling of inline parameter of Content-Disposition. 2000-01-20 Yoshiki Hayashi * mime-edit.el (mime-edit-user-agent-value): Add apel-version. 2000-01-14 Yoshiki Hayashi * EMY 1.13.0 is released. 2000-01-05 Katsumi Yamaoka * Makefile, README.en: Update for the new CVS server. 1999-12-13 Katsumi Yamaoka * README.en: Update for the recent ML address and ftp site. 1999-12-15 Yoshiki Hayashi * mime-w3.el (mime-w3-message-structure): Removed. (mime-preview-text/html): Don't use mime-w3-message-structure. (mime-find-root-entity): New function. Should be in flim. (url-cid): Use it. 1999-12-14 Yoshiki Hayashi * mime-view.el (mime-preview-inline): Avoid inheriting text property. (mime-preview-text): Ditto. (mime-preview-type): Ditto. 1999-12-07 Yoshiki Hayashi * mime-view.el (mime-preview-scroll-full-screen): New variable. (mime-display-entiy): Fix attachment detection bug. 1999-12-06 Yoshiki Hayashi * mime-view.el (mime-preview-buttonize): New function. (mime-preview-unbuttionize): New function. 1999-12-06 Yoshiki Hayashi * emy.texi: New file. 1999-12-06 Yoshiki Hayashi * mime-view.el (mime-view-entity-type/subtype): New function to workaround flim feature. 1999-12-06 Yoshiki Hayashi * mime-view.el (mime-view-insert-entity-button): New optional argument body-is-invisible. (mime-display-entity): Use it. (mime-view-button-place-alist): New variable. (mime-view-entity-button-visible-p): Use it. 1999-12-05 Yoshiki Hayashi * mime-view.el (mime-view-force-inline-types): New variable. (mime-display-entity): Respect Content-Disposition type. (mime-preview-condition): Treat unknown application subtype as application/octet-stream. 1999-12-05 Yoshiki Hayashi * mime-edit.el (mime-edit-attach-at-end-type): Changed to use symbols instead of strings. 1999-12-04 Yoshiki Hayashi * mime-view.el (mime-view-display): Always insert button when body is not displayed. 1999-12-04 Yoshiki Hayashi * mime-view.el (mime-display-text/x-rot13-47-48): New function. 1999-12-03 Yoshiki Hayashi * mime-view.el (mime-preview-text): Don't use DEFAULT argument of read-coding-system. XEmacs 21.1 doesn't accept that argument. 1999-11-29 Yoshiki Hayashi * mime-edit.el (mime-edit-insert-file): Prompts for content-disposition when verbose. (mime-content-disposition-types): New variable. (mime-prompt-for-disposition): New function 1999-11-29 Yoshiki Hayashi * mime-view.el (mime-preview-type): New function. (mim-display-entity): Use save-restriction instead of widen. 1999-11-28 Yoshiki Hayashi * mime-edit.el (mime-edit-attach-at-end-type): New variable. (mime-edit-insert-place): New macro. 1999-11-28 Yoshiki Hayashi * mime-view.el (mime-preview-text): New function. (mime-preview-inline): New function. (mime-preview-type): New function. (mime-display-entity): Handle a situation when body is invisible.