* mime-def.el (mime-library-version-string): bump up to 1.9.1.
[elisp/flim.git] / ChangeLog
1 1998-08-16  Tanaka Akira      <akr@jaist.ac.jp>
2
3         * mime-def.el (mime-library-version-string): bump up to 1.9.1.
4
5 1998-07-22  Tanaka Akira      <akr@jaist.ac.jp>
6
7         * ChangeLog: Fix typo.
8
9 1998-07-22  Tanaka Akira      <akr@jaist.ac.jp>
10
11         * TESTPAT: Add 25 tests.
12
13         * TESTPAT: Fix comment convention.
14
15         * eword-decode.el (decode-entire-string): Add formal argument
16         `chars-must-be-quote'.
17         (eword-decode-unstructured): Add actual argument `chars-must-be-quote'.
18         (eword-decode-comment): Add actual argument `chars-must-be-quote'.
19         (eword-decode-quoted-string): Add actual argument `chars-must-be-quote'.
20         (eword-analyze-quoted-string): Does not quote result of
21         `eword-decode-quoted-string' as quoted-string because the result is
22         now already quoted-string form.
23
24 1998-07-21  Tanaka Akira      <akr@jaist.ac.jp>
25
26         * TESTPAT: Add two tests.
27
28         * TESTPAT: quoted-encoded-word quoting character is changed from * to +.
29
30 1998-07-21  Tanaka Akira      <akr@jaist.ac.jp>
31
32         * TESTPAT: Add sixteen tests.
33
34 1998-07-20  Tanaka Akira      <akr@jaist.ac.jp>
35
36         * TESTPAT: Add three tests.
37
38 1998-07-20  Tanaka Akira      <akr@jaist.ac.jp>
39
40         * TESTPAT: Add two tests.
41
42 1998-07-20  Tanaka Akira      <akr@jaist.ac.jp>
43
44         * TESTPAT: Add test.
45
46 1998-07-20  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
47
48         * mime-def.el (mime-library-version-string): Renamed from
49         `mime-spadework-module-version-string' to sync with flim-1_9_0.
50
51         * mel-q.el (quoted-printable-internal-decode-region): Fix
52         sync-mistake.
53
54 1998-07-19  Tanaka Akira      <akr@jaist.ac.jp>
55
56         * TESTPAT: Add full automatic testing capability.
57
58 1998-07-19  Tanaka Akira      <akr@jaist.ac.jp>
59
60         * TESTPAT: Add quoted-encoded-word description and test.
61
62 1998-07-18  Tanaka Akira      <akr@jaist.ac.jp>
63
64         * TESTPAT: Add test result by FLIM-FLAM.
65
66         * eword-decode.el (eword-lexical-analyze-internal): Restrict
67         calling `eword-analyze-encoded-word' after calling
68         `eword-analyze-spaces'.
69
70 1998-07-18  Tanaka Akira      <akr@jaist.ac.jp>
71
72         * TESTPAT: Add test.
73
74         * eword-decode.el (eword-analyze-quoted-string): Quote string as
75         quoted-string.
76         (eword-analyze-encoded-word): Quote non-atoms string as
77         quoted-string.
78
79 1998-07-18  Tanaka Akira      <akr@jaist.ac.jp>
80
81         * Fix character code for ChangeLog.
82
83 1998-07-18  Tanaka Akira      <akr@jaist.ac.jp>
84
85         * Sync up with flim-1_8_1 to flim-1_9_0.
86
87 1998-07-18  Tanaka Akira      <akr@jaist.ac.jp>
88
89         * TESTPAT: Add test driver for FLIM-FLAM.
90
91 1998-07-16  Tanaka Akira      <akr@jaist.ac.jp>
92
93         * TESTPAT: Change format to s-exp.
94
95 1998-07-13  Tanaka Akira      <akr@jaist.ac.jp>
96
97         * TESTPAT: Add one test.
98
99 1998-07-06  Tanaka Akira      <akr@jaist.ac.jp>
100
101         * Sync up with flim-1_3_0 to flim-1_8_1.
102
103 1998-06-08  Tanaka Akira      <akr@jaist.ac.jp>
104
105         * Sync up with flim-1_2_1 to flim-1_3_0.
106
107 1998-05-27  Tanaka Akira      <akr@jaist.ac.jp>
108
109         * eword-decode.el (eword-after-encoded-word-in-phrase-regexp):
110         Remove `(' to do not decode encoded word just before comment.
111
112 1998-05-27  Tanaka Akira      <akr@jaist.ac.jp>
113
114         * TESTPAT: New file.
115
116 1998-05-22  Tanaka Akira      <akr@jaist.ac.jp>
117
118         * eword-decode.el (eword-analyze-quoted-string): Check
119         `eword-decode-quoted-encoded-word'.
120
121 1998-05-14  Tanaka Akira      <akr@jaist.ac.jp>
122
123         * eword-decode.el (eword-analyze-comment): Call
124         `std11-unfold-string'.
125
126 1998-05-13  Tanaka Akira      <akr@jaist.ac.jp>
127
128         * mime-def.el: Fix typo.
129
130 1998-05-13  Tanaka Akira      <akr@jaist.ac.jp>
131
132         * Sync up with flim-1_2_0 to flim-1_2_1.
133
134 1998-05-08  Tanaka Akira      <akr@jaist.ac.jp>
135
136         * Sync up with flim-1_1_0 to flim-1_2_0.
137
138 1998-05-06  Tanaka Akira      <akr@jaist.ac.jp>
139
140         * Sync up with flim-1_0_1 to flim-1_1_0.
141
142 1998-04-25  Tanaka Akira      <akr@jaist.ac.jp>
143
144         * eword-decode.el (eword-decode-string): Fix arguments order to
145         calling `eword-decode-unstructured'.
146         (eword-decode-region): Fix arguments order to calling
147         `eword-decode-unstructured'.
148
149 1998-04-25  Tanaka Akira      <akr@jaist.ac.jp>
150
151         * eword-decode.el (eword-decode-first-encoded-words): Update
152         DOC-string.
153         (eword-decode-first-encoded-words): Update DOC-string.
154         (eword-decode-unstructured): Argument `code-conversion' is now
155         required.
156         (eword-decode-comment): Argument `code-conversion' is now
157         required.
158         (eword-decode-quoted-string): Argument `code-conversion' is now
159         required.
160         (eword-decode-string): Update DOC-string. Reorder arguments to
161         calling `eword-decode-unstructured'.
162         (eword-decode-region): Update DOC-string. Reorder arguments to
163         calling `eword-decode-unstructured'.
164         (eword-analyze-quoted-string): Add `default-mime-charset' argument
165         to calling eword-decode-quoted-string.
166         (eword-analyze-comment): Add `default-mime-charset' argument to
167         calling eword-decode-comment.
168
169 1998-04-25  Tanaka Akira      <akr@jaist.ac.jp>
170
171         * eword-decode.el (eword-decode-entire-string): Delete argument
172         `default-charset'. Add argument `code-conversion'.
173         (eword-decode-unstructured): Add argument `code-conversion'.
174         (eword-decode-comment): Add argument `code-conversion'.
175         (eword-decode-quoted-string): Add argument `code-conversion'.
176         (eword-decode-string): Propagate `code-conversion' to
177         `eword-decode-unstructured'.
178         (eword-decode-region): Propagate `code-conversion' to
179         `eword-decode-unstructured'.
180
181 1998-04-23  Shuhei KOBAYASHI  <shuhei-k@jaist.ac.jp>
182
183         * eword-decode.el (eword-decode-ignored-field-list): Add
184         `received'.
185         
186         * mel.el (mime-temp-directory): Use TMPDIR, TMP, or TEMP
187         environment variables.
188
189 1998-04-23  Tanaka Akira      <akr@jaist.ac.jp>
190
191         * eword-decode.el (eword-encoded-word-prefix-regexp): New
192         constant.
193         (eword-encoded-word-suffix-regexp): New constant.
194         (eword-encoded-text-in-unstructured-regexp): New constant.
195         (eword-encoded-word-in-unstructured-regexp): New constant.
196         (eword-after-encoded-word-in-unstructured-regexp): New constant.
197         (eword-decode-entire-string): New function.
198         (eword-decode-unstructured): Use `eword-decode-entire-string'.
199         (eword-decode-comment): Use `eword-decode-entire-string'.
200         (eword-decode-quoted-string): Use `eword-decode-entire-string'.
201         (eword-decode-string): Add optional argument
202         `default-mime-charset'.
203         (eword-decode-region): Add optional argument
204         `default-mime-charset'.
205         (eword-decode-header): Refine `code-conversion' treatment.
206
207 1998-04-21  Tanaka Akira      <akr@jaist.ac.jp>
208
209         * eword-decode.el (eword-decode-header): code-conversion is now
210         effective again.
211
212 1998-04-21  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
213
214         * eword-decode.el (eword-decode-quoted-encoded-word): Use
215         'defcustom.
216
217 1998-04-21  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
218
219         * eword-decode.el (eword-decode-sticked-encoded-word): Use
220         'defcustom.
221
222 1998-04-21  Tanaka Akira      <akr@jaist.ac.jp>
223
224         * VERSION.FLAM: New file.
225
226 1998-04-17  Tanaka Akira      <akr@jaist.ac.jp>
227
228         * Sync up with flim-1_0_0 to flim-1_0_1.
229
230 1998-04-13  Tanaka Akira      <akr@jaist.ac.jp>
231
232         * eword-decode.el: Copied from AKEMI branch of SEMI.
233
234 \f
235 1998-07-15  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
236
237         * FLIM: Version 1.9.0 (Terada) was released.
238
239 1998-07-10  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
240
241         * mime-parse.el (mime-parse-multipart): Set message/x-broken if
242         parsing is failed.
243
244 1998-07-10  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
245
246         * mmbuffer.el (entity-children): Don't use
247         `mime-entity-children-internal'.
248
249         * mime-parse.el (mime-parse-multipart): Modify for
250         `mime-parse-message'; return children.
251         (mime-parse-encapsulated): Likewise.
252         (mime-parse-message): Change interface; delete DOC-string; don't
253         parse children instantly.
254         (mime-parse-buffer): Modify for `mime-parse-message'.
255
256         * mime-parse.el (mime-parse-message): Delete autoload cookie.
257
258         * mime.el: Delete autoload setting for `mime-parse-message'.
259
260         * mime-en.sgml, mime-ja.sgml (Entity creation): Delete description
261         of `mime-parse-message'; modify description of `mime-parse-buffer'
262         to add `representation-type'.
263
264 \f
265 1998-07-07  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
266
267         * FLIM-Chao: Version 1.8.0 (Shij\e.D\eNr) was released.\e*B
268
269 1998-07-07  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
270
271         * mmcooked.el: Abolish method `open'.
272
273         * mmbuffer.el (initialize-instance): New method; abolish `open'.
274         (entity-children): New method.
275
276         * mime.el (mime-open-entity): Send `initialize-instance' to
277         created message.
278         (mime-entity-children): New implementation.
279         (mime-entity-parent): New implementation.
280         (mime-root-entity-p): New implementation.
281
282         * mime-parse.el (mime-parse-multipart): Specify current entity as
283         parent.
284         (mime-parse-encapsulated): Likewise.
285         (mime-parse-message): Change interface to specify parent; modify
286         for `make-mime-entity-internal'.
287         (mime-parse-buffer): Modify for `mime-parse-message'.
288
289         * mime-def.el (make-mime-entity-internal): Change interface; add
290         format of `mime-entity' to add `parent'.
291
292 1998-07-07  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
293
294         * mmbuffer.el (mime-visible-field-p): Renamed from
295         `eword-visible-field-p'.
296
297 1998-07-07  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
298
299         * mime.el (mm-arglist-to-arguments): New function.
300         (mm-define-generic): New macro.
301         (mime-entity-cooked-p): Use `mm-define-generic'.
302         (mime-entity-point-min): Use `mm-define-generic'.
303         (mime-insert-decoded-header): Use `mm-define-generic'.
304         (mime-entity-content): Use `mm-define-generic'.
305         (mime-write-entity-content): Use `mm-define-generic'.
306         (mime-write-entity): Use `mm-define-generic'.
307         (mime-write-entity-body): Use `mm-define-generic'.
308
309 1998-07-07  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
310
311         * mmbuffer.el (eword-visible-field-p): Moved from mime.el.
312
313         * mime.el: Move `eword-visible-field-p' to mmbuffer.el.
314         (mime-write-entity-body): Change message to `write-body'.
315
316 1998-07-07  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
317
318         * mmcooked.el, mmbuffer.el (open): Renamed from `open-entity'.
319
320         * mime.el (mime-open-entity): Change message to `open'.
321
322         * mime-def.el (mm-define-backend): Must `copy-alist'.
323
324 1998-07-07  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
325
326         * mmcooked.el, mmbuffer.el: Use `mm-define-backend' and
327         `mm-define-method'.
328
329         * mime.el: Move `mime-entity-implementation-alist' to mime-def.el.
330         (mime-find-function): New implementation.
331         (mime-entity-cooked-p): Use `mime-entity-send'.
332
333         * mime-def.el (mime-entity-implementation-alist): Moved from
334         mime.el.
335         (mm-define-backend): New macro.
336         (mm-define-method): New macro.
337
338 \f
339 1998-07-05  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
340
341         * FLIM: Version 1.8.1 (Kutsukawa) was released.
342
343 1998-07-04  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
344
345         * mime-en.sgml, mime-ja.sgml (Entity Attributes): Add description
346         about `default-encoding' of `mime-entity-encoding'.
347
348         * mime-en.texi, mime-en.sgml: New files.
349
350         * mime-ja.sgml (media-type): Fix typo.
351
352         * mime-ja.sgml (Glossary): Fix order.
353
354         * mime-ja.sgml (Entity Attributes): Use <code> tag for nil.
355
356         * mime-ja.sgml (Entity Attributes): Fix typo.
357
358 1998-07-03  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
359
360         * mime.el (mime-entity-encoding): Add new optional argument
361         `default-encoding'; set default encoding if
362         Content-Transfer-Encoding field is not found.
363
364 1998-07-03  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
365
366         * mmbuffer.el (mmbuffer-write-entity): Use
367         `mime-entity-buffer-internal', `mmbuffer-entity-point-min' and
368         `mmbuffer-entity-point-max'.
369         (mmbuffer-write-entity-body): Use `mime-entity-buffer-internal',
370         `mime-entity-body-start-internal' and
371         `mime-entity-body-end-internal'.
372         (mmbuffer-insert-decoded-header): Use
373         `mime-entity-buffer-internal', `mime-entity-header-start-internal'
374         and `mime-entity-header-end-internal'.
375
376 \f
377 1998-07-01  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
378
379         * FLIM: Version 1.8.0 (\e.D\eNRkubo) was released.\e*B
380
381         * README.en: Delete `How to use'.
382
383 1998-07-01  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
384
385         * mime-ja.sgml (Entity creation): Add reference for `mm-backend'
386         in description of `mime-open-entity'.
387
388         * mime-ja.sgml (mm-backend): New section.
389
390 1998-07-01  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
391
392         * mime-ja.sgml (Entity-header): Modify description about
393         `mime-insert-decoded-header'.
394
395         * mmcooked.el (mmcooked-insert-decoded-header): New function.
396
397         * mmbuffer.el (mmbuffer-insert-decoded-header): New function.
398
399         * mime.el (mime-insert-decoded-header): Use implementation of
400         mm-backend; abolish optional argument `code-conversion'.
401
402 1998-06-30  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
403
404         * eword-decode.el (eword-decode-encoded-text): Use
405         `decode-mime-charset-string'.
406
407 1998-06-30  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
408
409         * mmcooked.el (mmcooked-write-entity-body): New function.
410
411         * mmbuffer.el (mmbuffer-write-entity-body): New function.
412
413         * mime.el (mime-write-entity-body): Use implementation of
414         mm-backend.
415
416 1998-06-30  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
417
418         * mmcooked.el (mmcooked-write-entity): New function.
419
420         * mmbuffer.el (mmbuffer-write-entity): New function.
421
422         * mime.el (mime-write-entity): Use implementation of mm-backend.
423
424 1998-06-30  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
425
426         * mmcooked.el (mmcooked-entity-content): New alias for
427         `mmbuffer-entity-content'.
428         (mmcooked-write-entity-content): New function.
429
430         * mmbuffer.el (mmbuffer-entity-content): New function.
431         (mmbuffer-write-entity-content): New function.
432
433         * mime.el (mime-entity-send): New function.
434         (mime-entity-buffer): Use `mime-entity-send'.
435         (mime-entity-point-min): Likewise.
436         (mime-entity-point-max): Likewise.
437         (mime-entity-header-start): Likewise.
438         (mime-entity-header-end): Likewise.
439         (mime-entity-body-start): Likewise.
440         (mime-entity-body-end): Likewise.
441         (mime-fetch-field): Likewise.
442         (mime-entity-content): Use implementation of mm-backend.
443         (mime-write-entity-content): Likewise.
444
445 \f
446 1998-06-30  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
447
448         * FLIM: Version 1.7.0 (Iseda) was released.
449
450         * mime-ja.sgml (Entity creation): Add description of
451         `mime-open-entity'.
452         (Entity Attributes): Add description of `mime-entity-cooked-p'.
453         (Entity-content): Add description of `mime-write-entity-content',
454         `mime-write-entity' and `mime-write-entity-body'.
455
456 1998-06-29  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
457
458         * mime.el (mime-write-entity-content): New function.
459
460 1998-06-28  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
461
462         * mime.el (mime-write-entity-body): New function.
463
464         * mime.el (mime-write-entity): New function.
465
466 1998-06-28  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
467
468         * mime-parse.el (mime-parse-multipart): Change media-type of
469         entity to application/octet-stream if the first delimiter is not
470         found.
471
472 1998-06-28  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
473
474         * FLIM-ELS (flim-modules): Add `mmbuffer' and `mmcooked'.
475
476         * mmcooked.el: New file.
477
478         * mmbuffer.el: New file.
479
480         * mime.el (mime-entity-implementation-alist): New variable.
481         (mime-find-function): New function.
482         (mime-open-entity): New function.
483         (mime-entity-function): New function.
484         (mime-entity-cooked-p): New function.
485         (mime-entity-buffer): Use backend-module.
486         (mime-entity-point-min): Likewise.
487         (mime-entity-point-max): Likewise.
488         (mime-entity-header-start): Likewise.
489         (mime-entity-header-end): Likewise.
490         (mime-entity-body-start): Likewise.
491         (mime-entity-body-end): Likewise.
492         (mime-fetch-field): Likewise.
493
494         * mime-parse.el (mime-parse-message): New optional argument
495         `representation-type'.
496         (mime-parse-buffer): Likewise.
497
498         * mime-def.el: Change format of mime-entity-internal to add
499         `representation-type' and `location'.
500
501 \f
502 1998-06-28  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
503
504         * FLIM-Chao: Version 1.7.0 (Goj\e.D\eNr) was released.\e*B
505
506 1998-06-26  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
507
508         * mime-ja.sgml: Modify for FLIM 1.7.
509
510         * mime.el (mime-entity-number): Add DOC.
511
512 1998-06-26  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
513
514         * mime.el (mime-entity-encoding): New implementation.
515
516         * mime-parse.el (mime-parse-message): Abolish argument `encoding'.
517
518         * mime-def.el (make-mime-entity-internal): Abolish argument
519         `encoding'.
520         (mime-entity-set-encoding-internal): New function.
521
522 1998-06-26  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
523
524         * mime.el (mime-entity-content-disposition): New implementation.
525
526         * mime-parse.el (mime-parse-message): Don't parse
527         Content-Disposition.
528
529         * mime-def.el (make-mime-entity-internal): Delete argument
530         `content-disposition'.
531         (mime-entity-set-content-disposition-internal): New function.
532
533 1998-06-25  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
534
535         * eword-decode.el: Move function `eword-visible-field-p' and
536         `mime-insert-decoded-header' to mime.el.
537
538         * mime-parse.el: Use internal functions of mime-entity.
539
540         * mime.el (mime-entity-children): Moved from mime-def.el; use
541         `mime-entity-children-internal'.
542         (mime-entity-node-id): Moved from mime-def.el; use
543         `mime-entity-node-id-internal'.
544         (mime-entity-number): Moved from mime-def.el; use
545         `mime-entity-node-id-internal'.
546         (mime-entity-buffer): Moved from mime-def.el; use
547         `mime-entity-buffer-internal'.
548         (mime-entity-point-min): Moved from mime-def.el; use
549         `mime-entity-header-start-internal'.
550         (mime-entity-point-max): Moved from mime-def.el; use
551         `mime-entity-body-end-internal'.
552         (mime-entity-header-start): Moved from mime-def.el; use
553         `mime-entity-header-start-internal'.
554         (mime-entity-header-end): Moved from mime-def.el; use
555         `mime-entity-header-end-internal'.
556         (mime-entity-content-type): Moved from mime-def.el; use
557         `mime-entity-content-type-internal'.
558         (mime-entity-content-disposition): Moved from mime-def.el; use
559         `mime-entity-content-disposition-internal'.
560         (mime-entity-encoding): Moved from mime-def.el; use
561         `mime-entity-encoding-internal'.
562         (mime-fetch-field): Use `mime-entity-original-header-internal' and
563         `mime-entity-set-original-header-internal'.
564         (mime-read-field): Use `mime-entity-parsed-header-internal' and
565         `mime-entity-set-parsed-header-internal'.
566         (eword-visible-field-p): Moved from eword-decode.el.
567         (mime-insert-decoded-header): Moved from eword-decode.el.
568         (mime-entity-body-start): Moved from mime-def.el; use
569         `mime-entity-body-start-internal'.
570         (mime-entity-body-end): Moved from mime-def.el; use
571         `mime-entity-body-end-internal'.
572         (mime-entity-media-type): Moved from mime-def.el.
573         (mime-entity-media-subtype): Moved from mime-def.el.
574         (mime-entity-parameters): Moved from mime-def.el.
575         (mime-entity-type/subtype): Moved from mime-def.el.
576
577         * mime-def.el (make-mime-entity-internal): Renamed from
578         `make-mime-entity'.
579         (mime-entity-buffer-internal): New function.
580         (mime-entity-header-start-internal): New function.
581         (mime-entity-header-end-internal): New function.
582         (mime-entity-body-start-internal): New function.
583         (mime-entity-body-end-internal): New function.
584         (mime-entity-node-id-internal): New function.
585         (mime-entity-content-type-internal): New function.
586         (mime-entity-content-disposition-internal): New function.
587         (mime-entity-encoding-internal): New function.
588         (mime-entity-original-header-internal): New function.
589         (mime-entity-children-internal): New function.
590         (mime-entity-parsed-header-internal): New function.
591         (mime-entity-set-original-header-internal): Renamed from
592         `mime-entity-set-original-header'.
593         (mime-entity-set-children-internal): Renamed from
594         `mime-entity-set-children'.
595         (mime-entity-set-parsed-header-internal): Renamed from
596         `mime-entity-set-parsed-header'.  Move `mime-entity-SLOT'
597         functions to mime.el.
598
599 1998-06-25  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
600
601         * mime-ja.sgml (CVS): Fix typo.
602
603 1998-06-24  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
604
605         * mime-parse.el (mime-parse-encapsulated): New function.
606         (mime-parse-message): Use `mime-parse-encapsulated'.
607
608 1998-06-24  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
609
610         * mime-def.el (mime-entity-set-children): New function.
611
612         * mime-parse.el (mime-parse-multipart): Change interface.
613         (mime-parse-message): Use `mime-entity-set-children'.
614
615 1998-06-24  Shuhei KOBAYASHI  <shuhei-k@jaist.ac.jp>
616
617         * mime.el (mime-read-field): Fix typo.
618
619 \f
620 1998-06-24  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
621
622         * FLIM: Version 1.6.0 (Ogura) was released.
623
624         * mime-ja.sgml (Entity Attributes): New section.
625
626         * mime-ja.sgml (Entity as node in message): Add description of
627         `mime-find-entity-from-number' and
628         `mime-find-entity-from-node-id'.
629
630         * mime.el (mime-find-entity-from-number): New function.
631         (mime-find-entity-from-node-id): New function.
632         (mime-entity-parent): New function (moved from SEMI MIME-View).
633         (mime-entity-uu-filename): New function (moved from SEMI
634         MIME-View).
635         (mime-entity-filename): New function (moved from SEMI MIME-View).
636
637         * mime-def.el (mime-uuencode-encoding-name-list): New variable.
638
639 1998-06-24  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
640
641         * mime-ja.sgml: Modify for FLIM 1.6.
642
643         * mime.el (mime-fetch-field): New function; abolish
644         `mime-entity-fetch-field'.
645         (mime-read-field): New function; abolish `mime-entity-read-field'.
646
647 1998-06-23  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
648
649         * mime-ja.sgml, mime-ja.texi: New files.
650
651 1998-06-22  Shuhei KOBAYASHI  <shuhei-k@jaist.ac.jp>
652
653         * mime-parse.el (mime-parse-message): Would error if empty body.
654
655 \f
656 1998-06-22  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
657
658         * FLIM: Version 1.5.0 (Mukaijima) was released.
659
660 1998-06-21  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
661
662         * README.en (What's FLIM): Modify for mime.el.
663
664         * FLIM-ELS (flim-modules): Add `mime'.
665
666         * mime-lib.el: Move every definitions to mime.el.
667
668         * mime.el: New module (renamed from mime-lib.el).
669
670 1998-06-21  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
671
672         * mime-lib.el: Add autoload setting for eword-encode.el.
673
674         * mime-lib.el (mime-entity-content): New function.
675
676 1998-06-20  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
677
678         * mel.el: Abolish constant `mel-version'.
679
680         * mel.el (mime-string-decoding-method-alist): New variable.
681         (mime-decode-string): New function.
682
683 1998-06-20  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
684
685         * mel-b.el (base64-external-decode-string): New function.
686         (base64-decode-string): New function.
687
688 1998-06-20  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
689
690         * mel-q.el (quoted-printable-decode-string): New implementation.
691
692 1998-06-20  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
693
694         * mel-q.el (quoted-printable-internal-decode-region): New
695         implementation.
696
697 1998-06-20  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
698
699         * mel-q.el (q-encoding-decode-string): Use
700         `quoted-printable-hex-char-to-num'.
701
702         * mel-q.el (quoted-printable-hex-char-to-num): New function.
703         (quoted-printable-decode-string): Use
704         `quoted-printable-hex-char-to-num'.
705
706 1998-06-19  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
707
708         * mime-def.el, mime-parse.el: Move `mime-message-structure' from
709         mime-parse.el to mime-def.el.
710
711 1998-06-19  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
712
713         * mime-lib.el, mime-parse.el: Move `mime-root-entity-p' from
714         mime-parse.el to mime-lib.el.
715
716         * mime-lib.el: Add autoload setting for mime-parse.el.
717
718 1998-06-19  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
719
720         * mime-parse.el, mime-def.el: Move `mime-entity-point-min',
721         `mime-entity-point-max', `mime-entity-media-type',
722         `mime-entity-media-subtype', `mime-entity-parameters' and
723         `mime-entity-type/subtype' from mime-parse.el to mime-def.el.
724
725         * mime-parse.el, mime-def.el: Move `mime-content-disposition'
726         reference functions from mime-parse.el to mime-def.el.
727
728         * mime-parse.el, mime-def.el: Move structure `mime-content-type'
729         from mime-parse.el to mime-def.el.
730
731 1998-06-19  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
732
733         * mel-b.el (base64-internal-decode-string): Renamed from
734         `base64-decode-string'.
735         (base64-decode-string): New alias for
736         `base64-internal-decode-string'.
737
738 1998-06-19  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
739
740         * mel-b.el (base64-decode-unit): New function; abolish
741         `base64-decode-1'.
742         (base64-decode-string): New implementation.
743         (base64-internal-decode-region): New implementation.
744
745 1998-06-19  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
746
747         * mime-parse.el (mime-message-structure): New variable.
748         (mime-parse-buffer): New function.
749
750 1998-06-19  Shuhei KOBAYASHI  <shuhei-k@jaist.ac.jp>
751
752         * mime-def.el: Require 'cl when it is compiled.
753
754         * mime-lib.el (mime-entity-read-field): Fix typo.
755         Use `eword-decode-ignored-field-list'.
756
757         * mime-parse.el (mime-parse-multipart): Fix typo.
758         (mime-parse-message): Parse message/external-body.
759
760 \f
761 1998-06-19  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
762
763         * FLIM: Version 1.4.1 (Momoyama-Gory\e.D\eNrmae) was released.\e*B
764
765 1998-06-18  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
766
767         * eword-decode.el (mime-insert-decoded-header): Fix typo.
768
769 \f
770 1998-06-18  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
771
772         * FLIM: Version 1.4.0 (Kintetsu-Tanbabashi) was released.
773
774 1998-06-18  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
775
776         * README.en (What's FLIM): Add description about mime-lib.el and
777         mime-parse.el.
778
779 1998-06-17  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
780
781         * mime-parse.el: Require 'cl when it is compiled.
782
783         * eword-decode.el (eword-visible-field-p): New function.
784         (mime-insert-decoded-header): Use `eword-visible-field-p'.
785
786 1998-06-17  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
787
788         * mime-def.el (mime-library-version-string): Renamed from
789         `mime-spadework-module-version-string'.
790
791         * mime-parse.el: New file; moved from SEMI layer.
792
793         * FLIM-ELS (flim-modules): Add `mime-parse'.
794
795 1998-06-17  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
796
797         * FLIM-ELS (flim-modules): Add `mime-lib'.
798
799         * mime-lib.el: New module.
800
801         * mime-def.el (mime-entity): Add new slots for original-header and
802         parsed-header.
803         (mime-entity-set-original-header): New function.
804         (mime-entity-set-parsed-header): New function.
805
806 1998-06-16  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
807
808         * mime-def.el (mime-entity-number): New function (moved from SEMI
809         layer).
810
811 1998-06-16  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
812
813         * mime-def.el: Move definition of structure `mime-entity' from
814         SEMI layer.
815
816 1998-06-16  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
817
818         * eword-decode.el (eword-decode-ignored-field-list): Capitalize
819         default value.
820         (eword-decode-structured-field-list): Capitalize default value.
821         (eword-decode-header): Regularize field name by `capitalize'.
822         (mime-insert-decoded-header): New function.
823
824 1998-06-15  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
825
826         * mailcap.el (mailcap-file): Use `defcustom'.
827
828 \f
829 1998-06-01  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
830
831         * FLIM: Version 1.3.0 (Fushimi) was released.
832
833 1998-05-28  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
834
835         * std11.el (std11-fetch-field): New function.
836         (std11-field-body): Use 'std11-fetch-field.
837
838 1998-05-28  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
839
840         * mime-def.el (regexp-*): New function (moved from mime-parse.el
841         of SEMI (REMI)).
842         (regexp-or): New function (moved from mime-parse.el of
843         SEMI (REMI)).
844
845         (std11-quoted-pair-regexp): New constant (moved from mime-parse.el
846         of SEMI (REMI)).
847         (std11-non-qtext-char-list): New constant (copied from std11.el).
848         (std11-qtext-regexp): New constant (moved from mime-parse.el of
849         SEMI (REMI)).
850         (std11-quoted-string-regexp): New constant (moved from
851         mime-parse.el of SEMI (REMI)).
852
853 \f
854 1998-05-17  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
855
856         * FLIM: Version 1.2.2 (Takeda) was released.
857
858         * FLIM-VERSION: New file.
859
860 1998-05-15  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
861
862         * mel-q.el (quoted-printable-internal-encode-region): Use
863         'looking-at-as-unibyte instead of local binding for
864         enable-multibyte-characters.
865
866 \f
867 1998-05-09  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
868
869         * FLIM: Version 1.2.1 (Kamitobaguchi) was released.
870
871 1998-05-09  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
872
873         * mel-q.el (quoted-printable-internal-decode-region): Use
874         'string-as-multibyte to avoid problem in Emacs 20.3.
875
876 1998-05-08  Katsumi Yamaoka   <yamaoka@jpl.org>
877
878         * mel-u.el: Use mime-temp-directory instead of TMP.
879
880 \f
881 1998-05-06  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
882
883         * FLIM: Version 1.2.0 (J\e.D\eN~j\eNr) was released.\e*B
884
885         * README.en (What's FLIM): Delete description about
886         std11-parse.el; add description about mailcap.el.
887
888 1998-05-06  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
889
890         * eword-decode.el (eword-decode-encoded-word-error-handler): New
891         variable.
892         (eword-decode-encoded-word-default-error-handler): New function.
893         (eword-decode-encoded-word): Use
894         'eword-decode-encoded-word-error-handler.
895
896 1998-05-06  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
897
898         * mailcap.el: Require 'mime-def.
899
900         * mime-def.el (mime-type/subtype-string): New function (moved from
901         semi/mime-parse.el).
902
903 1998-05-06  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
904
905         * std11-parse.el: Abolish std11-parse.el.
906
907         * FLIM-ELS (flim-modules): Abolish 'std11-parse.
908
909         * eword-decode.el: Require 'std11 instead of 'std11-parse.
910
911         * std11.el: Merge std11-parse.el.
912
913 1998-05-06  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
914
915         * mime-def.el (mime-temp-directory): Use 'defcustom.
916
917         * mel-u.el: Require 'mime-def instead of 'mel.
918
919         * mime-def.el (mime-temp-directory): New variable (moved from
920         mel.el).
921
922         * mel.el: Move definition of 'mime-temp-directory to mime-def.el.
923
924 1998-05-06  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
925
926         * mailcap.el (mailcap-format-command): New function.
927
928         * mailcap.el (mailcap-look-at-mtext): Don't strip quoted character
929         again.
930
931 \f
932 1998-05-05  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
933
934         * FLIM: Version 1.1.0 (T\e.D\eNrji) was released.\e*B
935
936 1998-05-04  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
937
938         * mime-def.el (quoted-printable-hex-chars): New constant.
939         (quoted-printable-octet-regexp): New constant.
940
941         * mel-q.el, eword-decode.el: Move definition of constant
942         'quoted-printable-hex-chars and 'quoted-printable-octet-regexp to
943         mime-def.el.
944
945 1998-05-03  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
946
947         * mailcap.el (mailcap-look-at-mtext): Strip quoted character.
948
949 1998-05-03  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
950
951         * mailcap.el (mailcap-look-at-mtext): Fix typo.
952
953 1998-05-03  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
954
955         * FLIM-ELS (flim-modules): Add mailcap.
956
957         * mailcap.el: New file (copied from SEMI).
958
959 1998-04-23  Shuhei KOBAYASHI  <shuhei-k@jaist.ac.jp>
960
961         * eword-decode.el (eword-decode-ignored-field-list): Add
962         `received'.
963         
964         * mel.el (mime-temp-directory): Use TMPDIR, TMP, or TEMP
965         environment variables.
966
967 \f
968 1998-04-17  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
969
970         * FLIM: Version 1.0.1 (Ky\e.D\eNrto) was released.\e*B
971
972         * mime-def.el (mime-spadework-module-version-string): New
973         constant.
974
975         * eword-encode.el: Abolish constant 'eword-encode-version.
976
977         * eword-decode.el: Abolish constant 'eword-decode-version.
978
979 1998-04-17  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
980
981         * eword-encode.el (eword-encode-divide-into-charset-words): Use
982         'char-length or 'char-next-index instead of 'char-bytes.
983         (tm-eword::encode-string-1): Use 'char-next-index instead of
984         'char-bytes.
985
986 1998-04-17  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
987
988         * mel.el (base64-dl-module): Must check base64.so actually exists.
989
990 \f
991 1998-04-13  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
992
993         * FLIM: Version 1.0.0 was released.
994
995         * README.en: Modify for FLIM.
996
997         * ChangeLog: New file.
998
999 1998-04-13  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1000
1001         * FLIM-CFG, FLIM-ELS, FLIM-MK: New files.
1002
1003         * Makefile: Modify for FLIM.
1004
1005 1998-04-10  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1006
1007         * Makefile: New file.
1008
1009         * mime-def.el, std11-parse.el, std11.el, eword-decode.el,
1010         eword-encode.el: Copied from MEL, SEMI (mime-def.el
1011         eword-decode.el eword-encode.el) and APEL (std11-parse.el
1012         std11.el).