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