X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=ChangeLog;h=b6bdef9e2c081edbd0c192a9556ecdc12274bee7;hb=10a330a36688503b11ce62b75d3bd914037d3535;hp=4e5f1f09fcd9f58fa920c4c800f2bd9781d83d76;hpb=e462efc3af1522d39aed42eb0bbbdb50bd4c303f;p=elisp%2Fsemi.git diff --git a/ChangeLog b/ChangeLog index 4e5f1f0..b6bdef9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,11 +1,82 @@ +2003-11-15 Simon Josefsson + + * pgg-gpg.el (pgg-gpg-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-scheme-verify-region): Don't copy messages from - pgg-errors-buffer to pgg-output-buffer. - (pgg-scheme-snarf-keys-region): Ditto. * pgg-def.el (pgg-messages-locale): New user option.