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