1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74
|
2001-12-12 TAKAHASHI Kaoru <kaoru@kaisei.org>
* test-dist.el (test-codename, test-version-wl-changelog)
(test-version-elmo-changelog, test-version-toplevel-changelog)
(test-refcard-version): New testcases.
* check-modules.el (check-modules-apel-version): Update require
APEL version.
2001-11-25 TAKAHASHI Kaoru <kaoru@kaisei.org>
* check-base64.el (toplevel): Remove (require 'wl).
* check-modules.el (check-modules-flim-mime-entity)
(check-modules-flim-mime-content-information)
(check-modules-flim-encoded-word)
(check-modules-flim-content-transfer-encoding)
(check-modules-flim-mailcap, check-modules-flim-std11)
(check-modules-flim-smtp)
(check-modules-semi-mime-edit, check-modules-semi-mime-view)
(check-modules-semi-mime-play): New testcases.
2001-10-28 TAKAHASHI Kaoru <kaoru@kaisei.org>
* check-modules.el
(check-modules-x-face-xmas-wl-display-x-face-was-argument-required):
Fixed docstring.
2001-10-27 TAKAHASHI Kaoru <kaoru@kaisei.org>
* check-modules.el (check-modules-x-face-xmas): New testcase. For
old x-face utility.
(check-modules-x-face-xmas-wl-display-x-face-was-argument-required):
New function.
2001-08-30 Yuuichi Teranishi <teranisi@gohome.org>
* test-env.el: Removed (Separated to check-*.el).
* check-base64.el: New file.
* check-modules.el: Ditto.
* test-env.el (test-base64-encode-string-has-no-line-break-argument,
test-base64-encode-region-has-no-line-break-argument): New functions.
(test-base64-encode-4, test-base64-encode-5): Use them.
2001-08-29 Yuuichi Teranishi <teranisi@gohome.org>
* test-env.el (test-base64-encode-4, test-base64-encode-5):
New testcases.
2001-08-29 TAKAHASHI Kaoru <kaoru@kaisei.org>
* test-utf7.el: New file.
(test-utf7-encode-string, test-utf7-decode-string): New testcases.
* test-env.el: New file.
(test-apel-version, test-base64-encode-1)
(test-base64-encode-2, test-base64-encode-3): New testcases.
2001-08-28 TAKAHASHI Kaoru <kaoru@kaisei.org>
* test-wl-util.el: New file.
(test-wl-parse-addresses-1, test-wl-unique-id): New testcases.
* test-elmo-util.el: New file.
(test-elmo-replace-string-as-filename-1): New testcase.
* test-dist.el: New file.
(test-wl-modules-exists, test-elmo-modules-exists)
(test-util-modules-exists, test-wl-icon-exists)
(test-version-status-icon-xpm, test-version-status-icon-xbm)
(test-texi-version): New testcases.
|