X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=tests%2FChangeLog;h=1919168a9e172a1d6ab598f408b5a600fa34589f;hb=d67233898479d059e2340a0609af0f845d1236e5;hp=0b488615cffb4472edc8f137dc102e93441a520c;hpb=bd6f9846781507138798cae66ac6a679ec0a6867;p=elisp%2Fwanderlust.git diff --git a/tests/ChangeLog b/tests/ChangeLog index 0b48861..1919168 100644 --- a/tests/ChangeLog +++ b/tests/ChangeLog @@ -1,8 +1,66 @@ +2011-05-30 TAKAHASHI Kaoru + + * test-wl-address.el: New file. + +2011-04-07 TAKAHASHI Kaoru + + * test-elmo-date.el: Add `lexical-binding' file variable. + * test-elmo-imap4.el: Ditto. + * test-elmo-localdir.el: Ditto. + * test-elmo-util.el: Ditto. + * test-rfc2368.el: Ditto. + * test-utf7.el: Ditto. + * test-wl-draft.el: Ditto. + * test-wl-util.el: Ditto. + +2011-04-06 TAKAHASHI Kaoru + + * test-dist.el: Add `lexical-binding' file variable. + (test-wl-modules-trailing-whitespace, test-elmo-modules-exists) + (test-elmo-modules-trailing-whitespace) + (test-util-modules-exists) + (test-util-modules-trailing-whitespace, test-wl-icon-exists): Fix + let style for `lexical-binding'. + +2010-08-31 TAKAHASHI Kaoru + + * test-dist.el (test-elmo-modules-trailing-whitespace) + (test-util-modules-trailing-whitespace) + (test-wl-modules-trailing-whitespace): New testcases. + +2010-01-22 TAKAHASHI Kaoru + + * test-utf7.el (test-utf7-encode-string-alpha): Fix indent. + + * test-elmo-date.el (test-elmo-date-get-week): Add assert. + +2010-01-01 TAKAHASHI Kaoru + + * test-elmo-util.el (test-elmo-delete-cr-1): New testcase. + * test-elmo-date.el (test-elmo-time-parse-date-string-1) + (test-elmo-time-parse-date-string-2): New testcase. + 2009-08-01 TAKAHASHI Kaoru + * test-elmo-imap4.el: New file. + (test-elmo-imap4-parse-greeting-ok): New testcase. + (test-elmo-imap4-parse-greeting-preauth): Ditto. + (test-elmo-imap4-parse-greeting-bye): Ditto. + * test-utf7.el (toplevel): Use `fboundp' instead of `boundp'. Fix (require 'utf7) order for Mule-UCS. - Add coding: comment. + (test-utf7-decode-string-plus): New testcase. + (test-utf7-decode-string-noconv): Ditto. + (test-utf7-encode-string-plus): Ditto. + (test-utf7-encode-string-noconv): Ditto. + (test-utf7-decode-string-nihongo): Rename from + `test-utf7-decode-string'. Use `make-char'. + (test-utf7-encode-string-nihongo): Rename from + `test-utf7-encode-string'. Use `make-char'. + (test-utf7-decode-string-alpha): New testcase. + (test-utf7-encode-string-alpha): Ditto. + (test-utf7-decode-string-smiling-face): Ditto. + (test-utf7-encode-string-smiling-face): Ditto. 2008-02-19 TAKAHASHI Kaoru