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