rearrangement.
[elisp/flim.git] / ChangeLog
1 1998-06-22  Shuhei KOBAYASHI  <shuhei-k@jaist.ac.jp>
2
3         * mime-parse.el (mime-parse-message): Would error if empty body.
4
5 \f
6 1998-06-22  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
7
8         * FLIM: Version 1.5.0 (Mukaijima) was released.
9
10 1998-06-21  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
11
12         * README.en (What's FLIM): Modify for mime.el.
13
14         * FLIM-ELS (flim-modules): Add `mime'.
15
16         * mime-lib.el: Move every definitions to mime.el.
17
18         * mime.el: New module (renamed from mime-lib.el).
19
20 1998-06-21  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
21
22         * mime-lib.el: Add autoload setting for eword-encode.el.
23
24         * mime-lib.el (mime-entity-content): New function.
25
26 1998-06-20  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
27
28         * mel.el: Abolish constant `mel-version'.
29
30         * mel.el (mime-string-decoding-method-alist): New variable.
31         (mime-decode-string): New function.
32
33 1998-06-20  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
34
35         * mel-b.el (base64-external-decode-string): New function.
36         (base64-decode-string): New function.
37
38 1998-06-20  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
39
40         * mel-q.el (quoted-printable-decode-string): New implementation.
41
42 1998-06-20  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
43
44         * mel-q.el (quoted-printable-internal-decode-region): New
45         implementation.
46
47 1998-06-20  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
48
49         * mel-q.el (q-encoding-decode-string): Use
50         `quoted-printable-hex-char-to-num'.
51
52         * mel-q.el (quoted-printable-hex-char-to-num): New function.
53         (quoted-printable-decode-string): Use
54         `quoted-printable-hex-char-to-num'.
55
56 1998-06-19  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
57
58         * mime-def.el, mime-parse.el: Move `mime-message-structure' from
59         mime-parse.el to mime-def.el.
60
61 1998-06-19  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
62
63         * mime-lib.el, mime-parse.el: Move `mime-root-entity-p' from
64         mime-parse.el to mime-lib.el.
65
66         * mime-lib.el: Add autoload setting for mime-parse.el.
67
68 1998-06-19  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
69
70         * mime-parse.el, mime-def.el: Move `mime-entity-point-min',
71         `mime-entity-point-max', `mime-entity-media-type',
72         `mime-entity-media-subtype', `mime-entity-parameters' and
73         `mime-entity-type/subtype' from mime-parse.el to mime-def.el.
74
75         * mime-parse.el, mime-def.el: Move `mime-content-disposition'
76         reference functions from mime-parse.el to mime-def.el.
77
78         * mime-parse.el, mime-def.el: Move structure `mime-content-type'
79         from mime-parse.el to mime-def.el.
80
81 1998-06-19  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
82
83         * mel-b.el (base64-internal-decode-string): Renamed from
84         `base64-decode-string'.
85         (base64-decode-string): New alias for
86         `base64-internal-decode-string'.
87
88 1998-06-19  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
89
90         * mel-b.el (base64-decode-unit): New function; abolish
91         `base64-decode-1'.
92         (base64-decode-string): New implementation.
93         (base64-internal-decode-region): New implementation.
94
95 1998-06-19  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
96
97         * mime-parse.el (mime-message-structure): New variable.
98         (mime-parse-buffer): New function.
99
100 1998-06-19  Shuhei KOBAYASHI  <shuhei-k@jaist.ac.jp>
101
102         * mime-def.el: Require 'cl when it is compiled.
103
104         * mime-lib.el (mime-entity-read-field): Fix typo.
105         Use `eword-decode-ignored-field-list'.
106
107         * mime-parse.el (mime-parse-multipart): Fix typo.
108         (mime-parse-message): Parse message/external-body.
109
110 \f
111 1998-06-19  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
112
113         * FLIM: Version 1.4.1 (Momoyama-Gory\e-Dòmae)\e-A was released.
114
115 1998-06-18  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
116
117         * eword-decode.el (mime-insert-decoded-header): Fix typo.
118
119 \f
120 1998-06-18  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
121
122         * FLIM: Version 1.4.0 (Kintetsu-Tanbabashi) was released.
123
124 1998-06-18  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
125
126         * README.en (What's FLIM): Add description about mime-lib.el and
127         mime-parse.el.
128
129 1998-06-17  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
130
131         * mime-parse.el: Require 'cl when it is compiled.
132
133         * eword-decode.el (eword-visible-field-p): New function.
134         (mime-insert-decoded-header): Use `eword-visible-field-p'.
135
136 1998-06-17  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
137
138         * mime-def.el (mime-library-version-string): Renamed from
139         `mime-spadework-module-version-string'.
140
141         * mime-parse.el: New file; moved from SEMI layer.
142
143         * FLIM-ELS (flim-modules): Add `mime-parse'.
144
145 1998-06-17  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
146
147         * FLIM-ELS (flim-modules): Add `mime-lib'.
148
149         * mime-lib.el: New module.
150
151         * mime-def.el (mime-entity): Add new slots for original-header and
152         parsed-header.
153         (mime-entity-set-original-header): New function.
154         (mime-entity-set-parsed-header): New function.
155
156 1998-06-16  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
157
158         * mime-def.el (mime-entity-number): New function (moved from SEMI
159         layer).
160
161 1998-06-16  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
162
163         * mime-def.el: Move definition of structure `mime-entity' from
164         SEMI layer.
165
166 1998-06-16  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
167
168         * eword-decode.el (eword-decode-ignored-field-list): Capitalize
169         default value.
170         (eword-decode-structured-field-list): Capitalize default value.
171         (eword-decode-header): Regularize field name by `capitalize'.
172         (mime-insert-decoded-header): New function.
173
174 1998-06-15  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
175
176         * mailcap.el (mailcap-file): Use `defcustom'.
177
178 \f
179 1998-06-01  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
180
181         * FLIM: Version 1.3.0 (Fushimi) was released.
182
183 1998-05-28  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
184
185         * std11.el (std11-fetch-field): New function.
186         (std11-field-body): Use 'std11-fetch-field.
187
188 1998-05-28  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
189
190         * mime-def.el (regexp-*): New function (moved from mime-parse.el
191         of SEMI (REMI)).
192         (regexp-or): New function (moved from mime-parse.el of
193         SEMI (REMI)).
194
195         (std11-quoted-pair-regexp): New constant (moved from mime-parse.el
196         of SEMI (REMI)).
197         (std11-non-qtext-char-list): New constant (copied from std11.el).
198         (std11-qtext-regexp): New constant (moved from mime-parse.el of
199         SEMI (REMI)).
200         (std11-quoted-string-regexp): New constant (moved from
201         mime-parse.el of SEMI (REMI)).
202
203 \f
204 1998-05-17  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
205
206         * FLIM: Version 1.2.2 (Takeda) was released.
207
208         * FLIM-VERSION: New file.
209
210 1998-05-15  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
211
212         * mel-q.el (quoted-printable-internal-encode-region): Use
213         'looking-at-as-unibyte instead of local binding for
214         enable-multibyte-characters.
215
216 \f
217 1998-05-09  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
218
219         * FLIM: Version 1.2.1 (Kamitobaguchi) was released.
220
221 1998-05-09  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
222
223         * mel-q.el (quoted-printable-internal-decode-region): Use
224         'string-as-multibyte to avoid problem in Emacs 20.3.
225
226 1998-05-08  Katsumi Yamaoka   <yamaoka@jpl.org>
227
228         * mel-u.el: Use mime-temp-directory instead of TMP.
229
230 \f
231 1998-05-06  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
232
233         * FLIM: Version 1.2.0 (J\e-Dþjò)\e-A was released.
234
235         * README.en (What's FLIM): Delete description about
236         std11-parse.el; add description about mailcap.el.
237
238 1998-05-06  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
239
240         * eword-decode.el (eword-decode-encoded-word-error-handler): New
241         variable.
242         (eword-decode-encoded-word-default-error-handler): New function.
243         (eword-decode-encoded-word): Use
244         'eword-decode-encoded-word-error-handler.
245
246 1998-05-06  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
247
248         * mailcap.el: Require 'mime-def.
249
250         * mime-def.el (mime-type/subtype-string): New function (moved from
251         semi/mime-parse.el).
252
253 1998-05-06  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
254
255         * std11-parse.el: Abolish std11-parse.el.
256
257         * FLIM-ELS (flim-modules): Abolish 'std11-parse.
258
259         * eword-decode.el: Require 'std11 instead of 'std11-parse.
260
261         * std11.el: Merge std11-parse.el.
262
263 1998-05-06  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
264
265         * mime-def.el (mime-temp-directory): Use 'defcustom.
266
267         * mel-u.el: Require 'mime-def instead of 'mel.
268
269         * mime-def.el (mime-temp-directory): New variable (moved from
270         mel.el).
271
272         * mel.el: Move definition of 'mime-temp-directory to mime-def.el.
273
274 1998-05-06  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
275
276         * mailcap.el (mailcap-format-command): New function.
277
278         * mailcap.el (mailcap-look-at-mtext): Don't strip quoted character
279         again.
280
281 \f
282 1998-05-05  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
283
284         * FLIM: Version 1.1.0 (T\e-Dòji)\e-A was released.
285
286 1998-05-04  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
287
288         * mime-def.el (quoted-printable-hex-chars): New constant.
289         (quoted-printable-octet-regexp): New constant.
290
291         * mel-q.el, eword-decode.el: Move definition of constant
292         'quoted-printable-hex-chars and 'quoted-printable-octet-regexp to
293         mime-def.el.
294
295 1998-05-03  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
296
297         * mailcap.el (mailcap-look-at-mtext): Strip quoted character.
298
299 1998-05-03  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
300
301         * mailcap.el (mailcap-look-at-mtext): Fix typo.
302
303 1998-05-03  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
304
305         * FLIM-ELS (flim-modules): Add mailcap.
306
307         * mailcap.el: New file (copied from SEMI).
308
309 1998-04-23  Shuhei KOBAYASHI  <shuhei-k@jaist.ac.jp>
310
311         * eword-decode.el (eword-decode-ignored-field-list): Add
312         `received'.
313         
314         * mel.el (mime-temp-directory): Use TMPDIR, TMP, or TEMP
315         environment variables.
316
317 \f
318 1998-04-17  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
319
320         * FLIM: Version 1.0.1 (Ky\e-Dòto)\e-A was released.
321
322         * mime-def.el (mime-spadework-module-version-string): New
323         constant.
324
325         * eword-encode.el: Abolish constant 'eword-encode-version.
326
327         * eword-decode.el: Abolish constant 'eword-decode-version.
328
329 1998-04-17  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
330
331         * eword-encode.el (eword-encode-divide-into-charset-words): Use
332         'char-length or 'char-next-index instead of 'char-bytes.
333         (tm-eword::encode-string-1): Use 'char-next-index instead of
334         'char-bytes.
335
336 1998-04-17  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
337
338         * mel.el (base64-dl-module): Must check base64.so actually exists.
339
340 \f
341 1998-04-13  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
342
343         * FLIM: Version 1.0.0 was released.
344
345         * README.en: Modify for FLIM.
346
347         * ChangeLog: New file.
348
349 1998-04-13  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
350
351         * FLIM-CFG, FLIM-ELS, FLIM-MK: New files.
352
353         * Makefile: Modify for FLIM.
354
355 1998-04-10  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
356
357         * Makefile: New file.
358
359         * mime-def.el, std11-parse.el, std11.el, eword-decode.el,
360         eword-encode.el: Copied from MEL, SEMI (mime-def.el
361         eword-decode.el eword-encode.el) and APEL (std11-parse.el
362         std11.el).