X-Git-Url: http://git.chise.org/gitweb/?p=elisp%2Fflim.git;a=blobdiff_plain;f=ChangeLog;h=b59f2acc23a8886fcba0e483aab0a6d687ec9e0e;hp=44488262dd0be7c86e2ccbd0fd291e8b14e09108;hb=6260b782ec94886678bc08ecf41d7fa91fa6c9c5;hpb=102e4c67af1676ff64c9df3ebf87ebdf09bc1586 diff --git a/ChangeLog b/ChangeLog index 4448826..b59f2ac 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,165 @@ +2007-09-05 Katsumi Yamaoka + + * eword-encode.el (make-ew-rword, ew-rword-text, ew-rword-charset) + (ew-rword-encoding, ew-rword-type) + * hmac-def.el (define-hmac-function) + * md4.el (md4-make-step) + * sha1-el.el (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1) + (sha1-S5, sha1-S30, sha1-OP, sha1-add-to-H) + * hex-util.el (hex-char-to-num, num-to-hex-char): Revert last changes. + +2007-09-04 Katsumi Yamaoka + + * eword-encode.el (make-ew-rword, ew-rword-text, ew-rword-charset) + (ew-rword-encoding, ew-rword-type): Use new-style backquotes. + + * hmac-def.el (define-hmac-function): Use new-style backquotes. + + * md4.el (md4-make-step): Use new-style backquotes. + +2007-08-23 Stefan Monnier + + * sha1-el.el: Fix up comment style. + (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30) + (sha1-OP, sha1-add-to-H): Use new-style backquotes. + + * hex-util.el: Fix up comment style. + (hex-char-to-num, num-to-hex-char): Use new-style backquotes. + +2007-06-18 Wencheng Fang + + * mel.el (mime-write-decoded-region): Define method function that + uses built-in base64-decode-region. [cf. ] + +2006-12-20 MORIOKA Tomohiko + + * README.ja, README.en (Installation): Update required version of + APEL to 10.7 or later. + + * FLIM-CFG (PACKAGEDIR): Use + `install-get-default-package-directory'. + +2006-12-13 Katsumi Yamaoka + + * FLIM-CFG (PACKAGEDIR): Avoid an error with Emacs. + +2006-12-12 Katsumi Yamaoka + + * FLIM-MK (compile-flim-package): Use + batch-update-directory-autoloads if it is available instead of + batch-update-directory. + +2006-12-11 Katsumi Yamaoka + + * FLIM-CFG (PACKAGEDIR): Check for + (early|late|last)-package-hierarchies and configure-package-path + as well as (early|late|last)-packages. + +2006-09-24 Daiki Ueno + + * smtp.el (smtp-progress-message-format): Abolished; reverted the + change 2004-08-11 Katsumi Yamaoka . + +2006-09-24 Daiki Ueno + + * smtp.el (smtp-end-of-line): Abolished; reverted the change + 2002-07-24 Katsumi Yamaoka . + +2006-06-15 Yoichi NAKAYAMA + + * smtp.el (smtp-submit-package): Ignore error in + `smtp-primitive-quit' where SMTP mail transaction is completed. + +2006-06-12 Hiroya Murata + + * mel-b-ccl.el (base64-ccl-insert-encoded-file): Use + `insert-file-contents-as-binary' instead of `insert-file-contents'. + + * mel-q-ccl.el (quoted-printable-ccl-insert-encoded-file): + Likewise. + +2006-02-18 Hiroya Murata + + * smtp.el (smtp-debug): New user option. + (smtp-read-response): Treat a line break code loosely. If + smtp-debug is non-nil, show an invalid response. + +2005-12-25 Katsumi Yamaoka + + * eword-decode.el: Change the way to decode successive + encoded-words: decode B- or Q-encoding in each encoded-word, + concatenate them, and decode it as charset. See the following + threads for more information: + http://news.gmane.org/group/gmane.emacs.pretest.bugs/thread=9541 + http://news.gmane.org/group/gmane.emacs.gnus.general/thread=61176 + (eword-decode-allow-incomplete-encoded-text): New variable. + (eword-decode-encoded-words): New function. + (eword-decode-string): Use it. + (eword-decode-region): Use it. + (eword-analyze-encoded-word): Use it. + (eword-decode-encoded-word): Abolish. + (eword-decode-encoded-text): Abolish. + (eword-decode-encoded-word-error-handler): Abolish. + (eword-warning-face): Abolish. + (eword-decode-encoded-word-default-error-handler): Abolish. + + +2005-12-25 MORIOKA Tomohiko + + * FLIM: Version 1.14.8 (Shij-Dò) released.-A + +2005-12-25 MORIOKA Tomohiko + + * mime-def.el (mime-library-product): Update to 1.14.8. + +2005-11-13 Yoichi NAKAYAMA + + * std11.el (std11-addr-to-string): Reconstruct domain literal. + From Yuuichi Teranishi [cf. ] + +2005-07-25 Daiki Ueno + + * smtp.el (smtp-read-response): Signal an error if connection is + closed while reading response. From Hiroya Murata + [cf. ] + +2004-11-20 Daiki Ueno + + * ntlm.el (ntlm-ascii2unicode): Don't apply zerop to a character. + (ntlm-smb-hash): Ditto. + + +2004-10-01 MORIOKA Tomohiko + + * FLIM: Version 1.14.7 (Sanj-Dò) released.-A + +2004-10-01 MORIOKA Tomohiko + + * mime-def.el (mime-library-product): Update to 1.14.7. + +2004-09-27 Katsumi Yamaoka + + * mime-en.sgml, mime-ja.sgml (CVS based development): Remove the + description about developers' pserver access. + +2004-09-02 Katsumi Yamaoka + + * sha1-dl.el: Don't provide the sha1-dl feature twice. + (sha1-region): Allow the optional argument `binary'. + (sha1): Ditto. + +2004-08-11 Katsumi Yamaoka + + * smtp.el (smtp-parse-progress-message-format): Fix regexp usage. + +2004-08-11 Katsumi Yamaoka + + * smtp.el (smtp-progress-message-format): New user option. + (smtp-primitive-data): Show progress message. + (smtp-parse-progress-message-format): New function. + (smtp-show-progress-message): New function. + (smtp-deduce-address-list): Use insert instead of insert-string. + 2004-07-27 Yoichi NAKAYAMA * mel-g.el (gzip64-external-encoder): Change default value to