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