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