eword-decode.el (eword-analyze-comment): Call `std11-unfold-string'.
[elisp/flim.git] / ChangeLog
1 1998-05-14  Tanaka Akira  <akr@jaist.ac.jp>
2
3         * eword-decode.el (eword-analyze-comment): Call `std11-unfold-string'.
4
5 1998-05-13  Tanaka Akira  <akr@jaist.ac.jp>
6
7         * mime-def.el: Fix typo.
8
9 1998-05-13  Tanaka Akira  <akr@jaist.ac.jp>
10
11         * Sync up with flim-1_2_0 to flim-1_2_1.
12
13 1998-05-08  Tanaka Akira  <akr@jaist.ac.jp>
14
15         * Sync up with flim-1_1_0 to flim-1_2_0.
16
17 1998-05-06  Tanaka Akira  <akr@jaist.ac.jp>
18
19         * Sync up with flim-1_0_1 to flim-1_1_0.
20
21 1998-04-25  Tanaka Akira  <akr@jaist.ac.jp>
22
23         * eword-decode.el (eword-decode-string): Fix arguments order to calling
24         `eword-decode-unstructured'.
25         (eword-decode-region): Fix arguments order to calling
26         `eword-decode-unstructured'.
27
28 1998-04-25  Tanaka Akira  <akr@jaist.ac.jp>
29
30         * eword-decode.el (eword-decode-first-encoded-words): Update DOC-string.
31         (eword-decode-first-encoded-words): Update DOC-string.
32         (eword-decode-unstructured): Argument `code-conversion' is now required.
33         (eword-decode-comment): Argument `code-conversion' is now required.
34         (eword-decode-quoted-string): Argument `code-conversion' is now
35         required.
36         (eword-decode-string): Update DOC-string. Reorder arguments to calling
37         `eword-decode-unstructured'.
38         (eword-decode-region): Update DOC-string. Reorder arguments to calling
39         `eword-decode-unstructured'.
40         (eword-analyze-quoted-string): Add `default-mime-charset' argument to
41         calling eword-decode-quoted-string.
42         (eword-analyze-comment): Add `default-mime-charset' argument to
43         calling eword-decode-comment.
44
45 1998-04-25  Tanaka Akira  <akr@jaist.ac.jp>
46
47         * eword-decode.el (eword-decode-entire-string): Delete argument
48         `default-charset'. Add argument `code-conversion'.
49         (eword-decode-unstructured): Add argument `code-conversion'.
50         (eword-decode-comment): Add argument `code-conversion'.
51         (eword-decode-quoted-string): Add argument `code-conversion'.
52         (eword-decode-string): Propagate `code-conversion' to
53         `eword-decode-unstructured'.
54         (eword-decode-region): Propagate `code-conversion' to
55         `eword-decode-unstructured'.
56
57 1998-04-23  Shuhei KOBAYASHI  <shuhei-k@jaist.ac.jp>
58
59         * eword-decode.el (eword-decode-ignored-field-list): Add
60         `received'.
61         
62         * mel.el (mime-temp-directory): Use TMPDIR, TMP, or TEMP
63         environment variables.
64
65 1998-04-23  Tanaka Akira  <akr@jaist.ac.jp>
66
67         * eword-decode.el (eword-encoded-word-prefix-regexp): New constant.
68         (eword-encoded-word-suffix-regexp): New constant.
69         (eword-encoded-text-in-unstructured-regexp): New constant.
70         (eword-encoded-word-in-unstructured-regexp): New constant.
71         (eword-after-encoded-word-in-unstructured-regexp): New constant.
72         (eword-decode-entire-string): New function.
73         (eword-decode-unstructured): Use `eword-decode-entire-string'.
74         (eword-decode-comment): Use `eword-decode-entire-string'.
75         (eword-decode-quoted-string): Use `eword-decode-entire-string'.
76         (eword-decode-string): Add optional argument `default-mime-charset'.
77         (eword-decode-region): Add optional argument `default-mime-charset'.
78         (eword-decode-header): Refine `code-conversion' treatment.
79
80 1998-04-21  Tanaka Akira  <akr@jaist.ac.jp>
81
82         * eword-decode.el (eword-decode-header): code-conversion is now
83         effective again.
84
85 1998-04-21  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
86
87         * eword-decode.el (eword-decode-quoted-encoded-word): Use
88         'defcustom.
89
90 1998-04-21  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
91
92         * eword-decode.el (eword-decode-sticked-encoded-word): Use
93         'defcustom.
94
95 1998-04-21  Tanaka Akira  <akr@jaist.ac.jp>
96
97         * VERSION.FLAM: New file.
98
99 1998-04-17  Tanaka Akira  <akr@jaist.ac.jp>
100
101         * Sync up with flim-1_0_0 to flim-1_0_1.
102
103 1998-05-09  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
104
105         * FLIM: Version 1.2.1 (Kamitobaguchi) was released.
106
107 1998-05-09  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
108
109         * mel-q.el (quoted-printable-internal-decode-region): Use
110         'string-as-multibyte to avoid problem in Emacs 20.3.
111
112 1998-05-08  Katsumi Yamaoka   <yamaoka@jpl.org>
113
114         * mel-u.el: Use mime-temp-directory instead of TMP.
115
116 \f
117 1998-05-06  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
118
119         * FLIM: Version 1.2.0 (J\e-Dþêò©\e-A was released.
120
121         * README.en (What's FLIM): Delete description about
122         std11-parse.el; add description about mailcap.el.
123
124 1998-05-06  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
125
126         * eword-decode.el (eword-decode-encoded-word-error-handler): New
127         variable.
128         (eword-decode-encoded-word-default-error-handler): New function.
129         (eword-decode-encoded-word): Use
130         'eword-decode-encoded-word-error-handler.
131
132 1998-05-06  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
133
134         * mailcap.el: Require 'mime-def.
135
136         * mime-def.el (mime-type/subtype-string): New function (moved from
137         semi/mime-parse.el).
138
139 1998-05-06  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
140
141         * std11-parse.el: Abolish std11-parse.el.
142
143         * FLIM-ELS (flim-modules): Abolish 'std11-parse.
144
145         * eword-decode.el: Require 'std11 instead of 'std11-parse.
146
147         * std11.el: Merge std11-parse.el.
148
149 1998-05-06  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
150
151         * mime-def.el (mime-temp-directory): Use 'defcustom.
152
153         * mel-u.el: Require 'mime-def instead of 'mel.
154
155         * mime-def.el (mime-temp-directory): New variable (moved from
156         mel.el).
157
158         * mel.el: Move definition of 'mime-temp-directory to mime-def.el.
159
160 1998-05-06  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
161
162         * mailcap.el (mailcap-format-command): New function.
163
164         * mailcap.el (mailcap-look-at-mtext): Don't strip quoted character
165         again.
166
167 \f
168 1998-05-05  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
169
170         * FLIM: Version 1.1.0 (T\e-Dòêi)\e-A was released.
171
172 1998-05-04  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
173
174         * mime-def.el (quoted-printable-hex-chars): New constant.
175         (quoted-printable-octet-regexp): New constant.
176
177         * mel-q.el, eword-decode.el: Move definition of constant
178         'quoted-printable-hex-chars and 'quoted-printable-octet-regexp to
179         mime-def.el.
180
181 1998-05-03  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
182
183         * mailcap.el (mailcap-look-at-mtext): Strip quoted character.
184
185 1998-05-03  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
186
187         * mailcap.el (mailcap-look-at-mtext): Fix typo.
188
189 1998-05-03  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
190
191         * FLIM-ELS (flim-modules): Add mailcap.
192
193         * mailcap.el: New file (copied from SEMI).
194
195 1998-04-23  Shuhei KOBAYASHI  <shuhei-k@jaist.ac.jp>
196
197         * eword-decode.el (eword-decode-ignored-field-list): Add
198         `received'.
199         
200         * mel.el (mime-temp-directory): Use TMPDIR, TMP, or TEMP
201         environment variables.
202
203 \f
204 1998-04-17  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
205
206         * FLIM: Version 1.0.1 (Ky\e-Dòôo)\e-A was released.
207
208         * mime-def.el (mime-spadework-module-version-string): New
209         constant.
210
211         * eword-encode.el: Abolish constant 'eword-encode-version.
212
213         * eword-decode.el: Abolish constant 'eword-decode-version.
214
215 1998-04-17  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
216
217         * eword-encode.el (eword-encode-divide-into-charset-words): Use
218         'char-length or 'char-next-index instead of 'char-bytes.
219         (tm-eword::encode-string-1): Use 'char-next-index instead of
220         'char-bytes.
221
222 1998-04-17  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
223
224         * mel.el (base64-dl-module): Must check base64.so actually exists.
225
226 1998-04-13  Tanaka Akira  <akr@jaist.ac.jp>
227
228         * eword-decode.el: Copied from AKEMI branch of SEMI.
229
230 \f
231 1998-04-13  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
232
233         * FLIM: Version 1.0.0 was released.
234
235         * README.en: Modify for FLIM.
236
237         * ChangeLog: New file.
238
239 1998-04-13  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
240
241         * FLIM-CFG, FLIM-ELS, FLIM-MK: New files.
242
243         * Makefile: Modify for FLIM.
244
245 1998-04-10  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
246
247         * Makefile: New file.
248
249         * mime-def.el, std11-parse.el, std11.el, eword-decode.el,
250         eword-encode.el: Copied from MEL, SEMI (mime-def.el
251         eword-decode.el eword-encode.el) and APEL (std11-parse.el
252         std11.el).