* eword-decode.el (eword-decode-string): Fix arguments order to calling
[elisp/flim.git] / ChangeLog
1 1998-04-25  Tanaka Akira  <akr@jaist.ac.jp>
2
3         * eword-decode.el (eword-decode-string): Fix arguments order to calling
4         `eword-decode-unstructured'.
5         (eword-decode-region): Fix arguments order to calling
6         `eword-decode-unstructured'.
7
8 1998-04-25  Tanaka Akira  <akr@jaist.ac.jp>
9
10         * eword-decode.el (eword-decode-first-encoded-words): Update DOC-string.
11         (eword-decode-first-encoded-words): Update DOC-string.
12         (eword-decode-unstructured): Argument `code-conversion' is now required.
13         (eword-decode-comment): Argument `code-conversion' is now required.
14         (eword-decode-quoted-string): Argument `code-conversion' is now
15         required.
16         (eword-decode-string): Update DOC-string. Reorder arguments to calling
17         `eword-decode-unstructured'.
18         (eword-decode-region): Update DOC-string. Reorder arguments to calling
19         `eword-decode-unstructured'.
20         (eword-analyze-quoted-string): Add `default-mime-charset' argument to
21         calling eword-decode-quoted-string.
22         (eword-analyze-comment): Add `default-mime-charset' argument to
23         calling eword-decode-comment.
24
25 1998-04-25  Tanaka Akira  <akr@jaist.ac.jp>
26
27         * eword-decode.el (eword-decode-entire-string): Delete argument
28         `default-charset'. Add argument `code-conversion'.
29         (eword-decode-unstructured): Add argument `code-conversion'.
30         (eword-decode-comment): Add argument `code-conversion'.
31         (eword-decode-quoted-string): Add argument `code-conversion'.
32         (eword-decode-string): Propagate `code-conversion' to
33         `eword-decode-unstructured'.
34         (eword-decode-region): Propagate `code-conversion' to
35         `eword-decode-unstructured'.
36
37 1998-04-23  Shuhei KOBAYASHI  <shuhei-k@jaist.ac.jp>
38
39         * eword-decode.el (eword-decode-ignored-field-list): Add
40         `received'.
41         
42         * mel.el (mime-temp-directory): Use TMPDIR, TMP, or TEMP
43         environment variables.
44
45 1998-04-23  Tanaka Akira  <akr@jaist.ac.jp>
46
47         * eword-decode.el (eword-encoded-word-prefix-regexp): New constant.
48         (eword-encoded-word-suffix-regexp): New constant.
49         (eword-encoded-text-in-unstructured-regexp): New constant.
50         (eword-encoded-word-in-unstructured-regexp): New constant.
51         (eword-after-encoded-word-in-unstructured-regexp): New constant.
52         (eword-decode-entire-string): New function.
53         (eword-decode-unstructured): Use `eword-decode-entire-string'.
54         (eword-decode-comment): Use `eword-decode-entire-string'.
55         (eword-decode-quoted-string): Use `eword-decode-entire-string'.
56         (eword-decode-string): Add optional argument `default-mime-charset'.
57         (eword-decode-region): Add optional argument `default-mime-charset'.
58         (eword-decode-header): Refine `code-conversion' treatment.
59
60 1998-04-21  Tanaka Akira  <akr@jaist.ac.jp>
61
62         * eword-decode.el (eword-decode-header): code-conversion is now
63         effective again.
64
65 1998-04-21  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
66
67         * eword-decode.el (eword-decode-quoted-encoded-word): Use
68         'defcustom.
69
70 1998-04-21  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
71
72         * eword-decode.el (eword-decode-sticked-encoded-word): Use
73         'defcustom.
74
75 1998-04-21  Tanaka Akira  <akr@jaist.ac.jp>
76
77         * VERSION.FLAM: New file.
78
79 1998-04-17  Tanaka Akira  <akr@jaist.ac.jp>
80
81         * Sync up with flim-1_0_0 to flim-1_0_1.
82
83 1998-04-17  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
84
85         * mime-def.el (mime-spadework-module-version-string): New
86         constant.
87
88         * eword-encode.el: Abolish constant 'eword-encode-version.
89
90         * eword-decode.el: Abolish constant 'eword-decode-version.
91
92 1998-04-17  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
93
94         * eword-encode.el (eword-encode-divide-into-charset-words): Use
95         'char-length or 'char-next-index instead of 'char-bytes.
96         (tm-eword::encode-string-1): Use 'char-next-index instead of
97         'char-bytes.
98
99 1998-04-17  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
100
101         * mel.el (base64-dl-module): Must check base64.so actually exists.
102
103 1998-04-13  Tanaka Akira  <akr@jaist.ac.jp>
104
105         * eword-decode.el: Copied from AKEMI branch of SEMI.
106
107 \f
108 1998-04-13  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
109
110         * FLIM: Version 1.0.0 was released.
111
112         * README.en: Modify for FLIM.
113
114         * ChangeLog: New file.
115
116 1998-04-13  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
117
118         * FLIM-CFG, FLIM-ELS, FLIM-MK: New files.
119
120         * Makefile: Modify for FLIM.
121
122 1998-04-10  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
123
124         * Makefile: New file.
125
126         * mime-def.el, std11-parse.el, std11.el, eword-decode.el,
127         eword-encode.el: Copied from MEL, SEMI (mime-def.el
128         eword-decode.el eword-encode.el) and APEL (std11-parse.el
129         std11.el).