* mel-q.el (quoted-printable-internal-decode-region): Fix
sync-mistake.
-1998-07-19 akr <akr@mousai.jaist.ac.jp>
+1998-07-19 Tanaka Akira <akr@jaist.ac.jp>
* TESTPAT: add full automatic testing capability.
1998-07-19 Tanaka Akira <akr@jaist.ac.jp>
- * (TESTPAT): add quoted-encoded-word description and test.
+ * TESTPAT: add quoted-encoded-word description and test.
1998-07-18 Tanaka Akira <akr@jaist.ac.jp>
- * (TESTPAT): add test result by FLIM-FLAM.
+ * TESTPAT: add test result by FLIM-FLAM.
* eword-decode.el (eword-lexical-analyze-internal): restrict
calling `eword-analyze-encoded-word' after calling
1998-07-18 Tanaka Akira <akr@jaist.ac.jp>
- * (TESTPAT): add test.
+ * TESTPAT: add test.
* eword-decode.el (eword-analyze-quoted-string): quote string as
quoted-string.
1998-07-18 Tanaka Akira <akr@jaist.ac.jp>
- * (TESTPAT): add test driver for FLIM-FLAM.
+ * TESTPAT: add test driver for FLIM-FLAM.
1998-07-16 Tanaka Akira <akr@jaist.ac.jp>
- * (TESTPAT): change format to s-exp.
+ * TESTPAT: change format to s-exp.
1998-07-13 Tanaka Akira <akr@jaist.ac.jp>
- * (TESTPAT): add one test.
+ * TESTPAT: add one test.
1998-07-06 Tanaka Akira <akr@jaist.ac.jp>
1998-05-27 Tanaka Akira <akr@jaist.ac.jp>
- * eword-decode.el (eword-after-encoded-word-in-phrase-regexp): remove
- `(' to do not decode encoded word just before comment.
+ * eword-decode.el (eword-after-encoded-word-in-phrase-regexp):
+ remove `(' to do not decode encoded word just before comment.
1998-05-27 Tanaka Akira <akr@jaist.ac.jp>
1998-05-14 Tanaka Akira <akr@jaist.ac.jp>
- * eword-decode.el (eword-analyze-comment): Call `std11-unfold-string'.
+ * eword-decode.el (eword-analyze-comment): Call
+ `std11-unfold-string'.
1998-05-13 Tanaka Akira <akr@jaist.ac.jp>
1998-04-25 Tanaka Akira <akr@jaist.ac.jp>
- * eword-decode.el (eword-decode-string): Fix arguments order to calling
- `eword-decode-unstructured'.
+ * eword-decode.el (eword-decode-string): Fix arguments order to
+ calling `eword-decode-unstructured'.
(eword-decode-region): Fix arguments order to calling
`eword-decode-unstructured'.
1998-04-25 Tanaka Akira <akr@jaist.ac.jp>
- * eword-decode.el (eword-decode-first-encoded-words): Update DOC-string.
+ * eword-decode.el (eword-decode-first-encoded-words): Update
+ DOC-string.
(eword-decode-first-encoded-words): Update DOC-string.
- (eword-decode-unstructured): Argument `code-conversion' is now required.
- (eword-decode-comment): Argument `code-conversion' is now required.
+ (eword-decode-unstructured): Argument `code-conversion' is now
+ required.
+ (eword-decode-comment): Argument `code-conversion' is now
+ required.
(eword-decode-quoted-string): Argument `code-conversion' is now
required.
- (eword-decode-string): Update DOC-string. Reorder arguments to calling
- `eword-decode-unstructured'.
- (eword-decode-region): Update DOC-string. Reorder arguments to calling
- `eword-decode-unstructured'.
- (eword-analyze-quoted-string): Add `default-mime-charset' argument to
- calling eword-decode-quoted-string.
+ (eword-decode-string): Update DOC-string. Reorder arguments to
+ calling `eword-decode-unstructured'.
+ (eword-decode-region): Update DOC-string. Reorder arguments to
+ calling `eword-decode-unstructured'.
+ (eword-analyze-quoted-string): Add `default-mime-charset' argument
+ to calling eword-decode-quoted-string.
(eword-analyze-comment): Add `default-mime-charset' argument to
calling eword-decode-comment.
1998-04-23 Tanaka Akira <akr@jaist.ac.jp>
- * eword-decode.el (eword-encoded-word-prefix-regexp): New constant.
+ * eword-decode.el (eword-encoded-word-prefix-regexp): New
+ constant.
(eword-encoded-word-suffix-regexp): New constant.
(eword-encoded-text-in-unstructured-regexp): New constant.
(eword-encoded-word-in-unstructured-regexp): New constant.
(eword-decode-unstructured): Use `eword-decode-entire-string'.
(eword-decode-comment): Use `eword-decode-entire-string'.
(eword-decode-quoted-string): Use `eword-decode-entire-string'.
- (eword-decode-string): Add optional argument `default-mime-charset'.
- (eword-decode-region): Add optional argument `default-mime-charset'.
+ (eword-decode-string): Add optional argument
+ `default-mime-charset'.
+ (eword-decode-region): Add optional argument
+ `default-mime-charset'.
(eword-decode-header): Refine `code-conversion' treatment.
1998-04-21 Tanaka Akira <akr@jaist.ac.jp>
1998-04-21 MORIOKA Tomohiko <morioka@jaist.ac.jp>
* eword-decode.el (eword-decode-quoted-encoded-word): Use
- 'defcustom.
+ 'defcustom.
1998-04-21 MORIOKA Tomohiko <morioka@jaist.ac.jp>
* eword-decode.el (eword-decode-sticked-encoded-word): Use
- 'defcustom.
+ 'defcustom.
1998-04-21 Tanaka Akira <akr@jaist.ac.jp>