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