710cb906dd123c0ba30342002158dd125dad6e55
[elisp/flim.git] / ChangeLog
1 1998-09-01  Tanaka Akira      <akr@jaist.ac.jp>
2
3         * Sync up with flim-1_9_1.
4
5         * mime-def.el (mime-library-version-string): bump up to
6         FLAM-DOODLE 1.9.2.
7
8 1998-08-28  Tanaka Akira      <akr@jaist.ac.jp>
9
10         * ew-dec.el (ew-decode-field-test): Change column.
11
12         * eword-encode.el (ew-decode-field-test): Sync up to 1.9 from
13         1.3.
14         (eword-encode-field): Add `In-Reply-To' to structured field.
15
16         * mel-b.el:
17           - Move `base64-internal-encoding-limit',
18           `base64-internal-decoding-limit', `base64-encode-region',
19           `base64-decode-region', `base64-encode-string' and
20           `base64-decode-string'
21           to mel.el.
22         (base64-internal-encode-string): Renamed from
23         `base64-encode-string'.
24         (base64-external-write-decoded-region): Renamed from
25         `base64-write-decoded-region'.
26         (base64-internal-encoded-length): Renamed from
27         `base64-encoded-length'
28
29         * mel-dl.el:
30           - Move `base64-encode-string' and `base64-decode-string' to
31           mel.el.
32         (base64-dl-encode-string): New alias for `encode-base64-string'.
33         (base64-dl-decode-string): New alias for `decode-base64-string'.
34         (base64-dl-encode-region): Renamed from `base64-encode-region'.
35         (base64-dl-decode-region): Renamed from `base64-decode-region'.
36         (base64-external-encoder): Abolished.
37         (base64-external-decoder): Abolished.
38         (base64-external-decoder-option-to-specify-file): Abolished.
39         (base64-insert-encoded-file): Abolished.
40         (base64-write-decoded-region): Abolished.
41         (base64-base64-encoded-length): Abolished.
42
43         * mel-g.el:
44           - Move `gzip64-encode-region' and `gzip64-decode-region' to
45           mel.el.
46         (gzip64-external--insert-encoded-file): Renamed from
47         `gzip64-insert-encoded-file'.
48         (gzip64-external-write-decoded-region): Renamed from
49         `gzip64-write-decoded-region'.
50
51         *mel-q.el:
52           - Move `quoted-printable-internal-encoding-limit',
53           `quoted-printable-encode-region',
54           `quoted-printable-internal-decoding-limit' and
55           `quoted-printable-decode-region' to mel.el
56         (quoted-printable-encode-string): Abolished.
57         (quoted-printable-internal-encode-string): New function.
58         (quoted-printable-external-encode-string): New function.
59         (quoted-printable-external-insert-encoded-file): Renamed from
60         `quoted-printable-insert-encoded-file'.
61         (quoted-printable-decode-string): Abolished.
62         (quoted-printable-internal-decode-string): New function.
63         (quoted-printable-external-decode-string): New function.
64         (quoted-printable-external-write-decoded-region): Renamed from
65         `quoted-printable-write-decoded-region'.
66         (q-encoding-internal-encode-string): Renamed from
67         `q-encoding-encode-string'.
68         (q-encoding-internal-decode-string): Renamed from
69         `q-encoding-decode-string'.
70         (q-encoding-internal-encoded-length): Renamed from
71         `q-encoding-encoded-length'.
72
73         * mel-u.el:
74           - Move `uuencode-encode-region', `uuencode-decode-region' to
75           mel.el.
76         (uuencode-external-insert-encoded-file): Renamed from
77         `uuencode-insert-encoded-file'.
78         (uuencode-external-write-decoded-region): Renamed from
79         `uuencode-write-decoded-region'.
80
81         * mel.el: Autoloading Restructured.
82         (base64-internal-encoding-limit): Moved from mel-b.el.
83         (base64-internal-decoding-limit): Moved from mel-b.el.
84         (quoted-printable-internal-encoding-limit): Moved from mel-q.el.
85         (quoted-printable-internal-decoding-limit): Moved from mel-q.el.
86
87 1998-08-28  Tanaka Akira      <akr@jaist.ac.jp>
88
89         * ew-dec.el (ew-decode-field-test): Print sequence of fragments
90         if prefix argument exists.
91
92 1998-08-27  Tanaka Akira      <akr@jaist.ac.jp>
93
94         * ew-dec.el (ew-decode-field-test): Support
95         `ew-permit-null-encoded-text'.
96
97         * ew-unit.el (ew-decode-eword): Check
98         `ew-permit-null-encoded-text'.
99
100         * ew-var.el (ew-encoded-text-regexp): Always permit null string
101         regardless of `ew-permit-null-encoded-text'.
102
103 1998-08-27  Tanaka Akira      <akr@jaist.ac.jp>
104
105         * ew-var.el (ew-decode-field-syntax-alist): Add few fields.
106
107         * eword-decode.el (eword-decode-header): Compare decoded result
108         to CRLF complemented version of field-body.
109
110 1998-08-27  Tanaka Akira      <akr@jaist.ac.jp>
111
112         * ew-dec.el (ew-decode-field-test): Search around current point
113         as default argument when called interactive.
114
115 1998-08-27  Tanaka Akira      <akr@jaist.ac.jp>
116
117         * FLIM-ELS (flime-modules): Add ew-ccl.
118
119         * ew-bq.el: Now it is stub to ew-ccl and mel.
120
121         * ew-ccl: New file (renamed from ew-bq.el).
122
123 1998-08-27  Tanaka Akira      <akr@jaist.ac.jp>
124
125         * ew-dec.el (ew-decode-field-test): Now interactive.
126
127         * eword-decode.el (eword-decode-header): Put original field as
128         text properties.
129
130         * mmbuffer.el (insert-decoded-header): Put original field as
131         text properties.
132
133 1998-08-27  Tanaka Akira      <akr@jaist.ac.jp>
134
135         * DOODLE-TIPS: Add a notice about EVALARGS.
136
137         * Makefile: evaluate environment variable EVALARGS if it is not
138         empty.
139
140         * ew-bq.el:
141           - Use CCL emulating stuff of APEL.
142           - Delete useless `eval-when-compile' in body of
143           `define-ccl-program'.
144
145 1998-08-26  Tanaka Akira      <akr@jaist.ac.jp>
146
147         * ew-scan-n.el: New file.
148
149 1998-08-26  Tanaka Akira      <akr@jaist.ac.jp>
150
151         * FLIM-ELS (flim-modules): Add `ew-scan-n'.
152
153         * ew-dec.el: Require 'ew-scan-n.
154
155         * ew-parse.scm: Add new token `n-body'.
156
157         * ew-var.el (ew-decode-field-syntax-alist): Add fields definition
158         `newsgroups', `path', `lines' and `xref'.
159
160 1998-08-26  Tanaka Akira      <akr@jaist.ac.jp>
161
162         * ew-dec.el (ew-decode-field-test): New function.
163
164 1998-08-26  Tanaka Akira      <akr@jaist.ac.jp>
165
166         * DOODLE-TIPS (gnus-structured-field-decoder): Use
167         `eword-decode-and-unfold-structured-field'.
168         (gnus-unstructured-field-decoder): Use
169         `eword-decode-unstructured-field-body'.
170
171 1998-08-25  Tanaka Akira      <akr@jaist.ac.jp>
172
173         * ew-bq.el (ew-ccl-untrusted-eof-block): Check by coding system instead
174         of CCL directly.
175
176 1998-08-25  Tanaka Akira      <akr@jaist.ac.jp>
177
178         * ew-bq.el (ew-ccl-decode-b): Eliminate `>8=' before `write'.
179
180 1998-08-25  Tanaka Akira      <akr@jaist.ac.jp>
181
182         * ew-bq.el (ew-ccl-decode-b-0-table): Use `if' instead of `cond'
183         (ew-ccl-decode-b-1-table): Ditto.
184         (ew-ccl-decode-b-2-table): Ditto.
185         (ew-ccl-decode-b-3-table): Ditto.
186
187         * ew-quote.el:
188           - Move `ew-quoting-char', `ew-quoting-chars-regexp' and
189           `ew-type2-regexp' to ew-var.el.
190
191         * ew-unit.el:
192           - Move `ew-anchored-encoded-word-regexp', `ew-b-regexp',
193           `ew-q-regexp', `ew-byte-decoder-alist' and `ew-byte-checker-alist'
194           to ew-var.el.
195
196         * ew-var.el (ew-permit-null-encoded-text): New variable.
197         (ew-encoded-text-regexp): Change positive closure to normal closure if
198         `ew-permit-null-encoded-text' is non-nil.
199         (ew-quoting-char): New variable (moved from ew-var.el).
200         (ew-quoting-chars-regexp): New variable (moved from ew-var.el).
201         (ew-type2-regexp): New variable (moved from ew-var.el).
202         (ew-anchored-encoded-word-regexp): New variable (moved from ew-unit.el).
203         (ew-b-regexp): New variable (moved from ew-unit.el).
204         (ew-q-regexp): New variable (moved from ew-unit.el).
205         (ew-byte-decoder-alist): New variable (moved from ew-unit.el).
206         (ew-byte-checker-alist): New variable (moved from ew-unit.el).
207         (ew-dynamic-options): Add `ew-permit-null-encoded-text'.
208
209 1998-08-25  Tanaka Akira      <akr@jaist.ac.jp>
210
211         * ew-bq.el (ew-ccl-decode-base64): Abolished.
212         (ew-ccl-decode-b-bit-ex): New compile time function.
213         (ew-ccl-decode-b-0-table): New compile time constant.
214         (ew-ccl-decode-b-1-table): Ditto.
215         (ew-ccl-decode-b-2-table): Ditto.
216         (ew-ccl-decode-b-3-table): Ditto.
217         (ew-ccl-decode-b): New CCL program.
218         (ew-ccl-b): Use `ew-ccl-decode-b'.
219         (ew-ccl-base64): Use `ew-ccl-decode-b'.
220
221 1998-08-25  Tanaka Akira      <akr@jaist.ac.jp>
222
223         * ew-bq.el (ew-ccl-untrusted-eof-block): Set boolean value. 
224
225 1998-08-25  Tanaka Akira      <akr@jaist.ac.jp>
226
227         * ew-bq.el (ew-ccl-use-symbol): New variable.
228         (ew-ccl-untrusted-eof-block): New variable.
229         (ew-make-ccl-coding-system): New function.
230         (ew-ccl-decode-base64): New CCL program renamed from `ew-ccl-decode-b'.
231         (ew-ccl-encode-b-is-broken): Abolished.
232         (ew-ccl-uq): Use `ew-make-ccl-coding-system' to define.
233         (ew-ccl-cq): Ditto.
234         (ew-ccl-pq): Ditto.
235         (ew-ccl-b): Ditto.
236         (ew-ccl-quoted-printable): Ditto.
237         (ew-ccl-base64): Ditto.
238
239 1998-08-24  Tanaka Akira      <akr@jaist.ac.jp>
240
241         * ew-bq.el (ew-ccl-quoted-printable): Change mnemonic B to Q.
242
243 1998-08-24  Tanaka Akira      <akr@jaist.ac.jp>
244
245         * ew-bq.el (ew-ccl-encode-quoted-printable): Complete behaviour at column 73 with bare CR.
246
247 1998-08-24  Tanaka Akira      <akr@jaist.ac.jp>
248
249         * ew-bq.el (ew-ccl-decode-quoted-printable): New CCL program.
250         (ew-ccl-quoted-printable): New coding-system.
251
252 1998-08-24  Tanaka Akira      <akr@jaist.ac.jp>
253
254         * DOODLE-TIPS: Add a notice about ew-ccl-b.
255
256         * ew-bq.el (ew-bq-use-mel): New variable.
257         (ew-decode-q): Use `q-encoding-decode-string' if `ew-bq-use-mel' is non-nil.
258         (ew-encode-b): Use `base64-encode-string' if `ew-bq-use-mel' is non-nil.
259         (ew-decode-b): Use `base64-decode-string' if `ew-bq-use-mel' is non-nil.
260
261 1998-08-24  Tanaka Akira      <akr@jaist.ac.jp>
262
263         * ew-bq.el (ew-ccl-qp-table): New constant.
264         (ew-ccl-encode-quoted-printable): New CCL program.
265
266 1998-08-23  Tanaka Akira      <akr@jaist.ac.jp>
267
268         * ew-bq.el (ew-ccl-encode-uq): Change BUFFER_MAGNIFICATION to 3.
269         (ew-ccl-encode-cq): Ditto.
270         (ew-ccl-encode-pq): Ditto.
271         (ew-ccl-encode-base64): New CCL program.
272         (ew-ccl-base64): New coding system.
273
274 1998-08-23  Tanaka Akira      <akr@jaist.ac.jp>
275
276         * ew-bq.el: Re-indented.
277
278 1998-08-23  Tanaka Akira      <akr@jaist.ac.jp>
279
280         * ew-bq.el: New file.
281
282         * ew-unit.el: Use 'ew-bq instead of 'mel.
283
284 1998-08-23  Tanaka Akira      <akr@jaist.ac.jp>
285
286         * Makefile (clean): Delete rule for cleaning tl.
287
288         * natset.el (natset-gen-ccl-branch256): New function.
289
290 1998-08-23  Tanaka Akira      <akr@jaist.ac.jp>
291
292         * Makefile (check): New rule.
293
294         * TESTPAT: Add batch testing facility.
295
296         * lex.el (lex-use-ccl): Abolished.
297         (lex-ccl-execute): New variable.
298         (lex-ccl-use-name): New variable.
299         (lex-gen-machine): Use `lex-ccl-execute' instead of `lex-use-ccl'.
300         (lex-gen-ccl-unibyte-automata): Use `lex-ccl-execute' and
301         `lex-ccl-use-name' for generating codes.
302         (lex-gen-ccl-unibyte-automata-program): Use `lex-ccl-execute'.
303
304 1998-08-23  Tanaka Akira      <akr@jaist.ac.jp>
305
306         * lex.el (lex-gen-ccel-unibyte-automata-state): Jump start of loop
307         on end of states.
308
309 1998-08-22  Tanaka Akira      <akr@jaist.ac.jp>
310
311         * TESTPAT: Use `\t' instead of raw TAB character.
312
313         * ew-line.el (ew-crlf-line-generic): Accept bare LF before first CR
314         occurence.
315
316         * ew-quote.el: Evaluate constants on byte-compile time.
317
318         * ew-unit.el: Ditto.
319
320         * ew-var.el: Ditto.
321
322         * lex.el: CCL support.
323         (lex-use-ccl): New variable.
324         (lex-gen-machine): Use `lex-gen-automata' and `lex-gen-action'.
325         (lex-gen-automata): New function.
326         (lex-gen-action): New function.
327         (lex-gen-ccl-unibyte-automata): New function.
328         (lex-gen-ccl-unibyte-automata-program): New function.
329         (lex-gen-ccl-unibyte-automata-state): New function.
330
331         * natset.el (natset-gen-ccl-branch): New function.
332         (natset-gen-ccl-branch-internal): New function.
333         (natset-assoc): New function.
334
335 1998-08-21  Shuhei KOBAYASHI  <shuhei-k@jaist.ac.jp>
336
337         * TESTPAT: Specify coding-system.
338
339 1998-08-21  Tanaka Akira      <akr@jaist.ac.jp>
340
341         * TESTPAT: Change quoted-encoded-word to embedded-encoeded-word.
342
343         * closure.el (closure-make): Closure structure changed.
344         (closure-partial-call): New function.
345         (closure-call): Support new structure.
346
347         * ew-dec.el (ew-decode-field): Abolish argument `eword-filter'.
348         (ew-decode-none): Ditto.
349         (ew-decode-generic): Ditto.
350         (ew-decode-unstructured-ewords): Ditto.
351         (ew-decode-unstructured): Ditto.
352         (ew-decode-phrase-ewords): Ditto.
353         (ew-decode-phrase): Ditto.
354         (ew-decode-comment-ewords): Ditto.
355         (ew-decode-comment): Ditto.
356         (ew-analyze-field-to-decode): New function.
357         (ew-decode-analyzed-field): New function.
358         (ew-decode-field-no-cache): Use `ew-analyze-field-to-decode' and
359         `ew-decode-analyzed-field'.
360         (ew-decode-us-ascii): Now inlining function.
361         (ew-rotate): New macro.
362
363         * ew-quote.el (ew-encode-crlf): Support `ew-remove-bare-crlf' option.
364
365         * ew-unit.el (ew-eword-p): Now inlining function.
366         (ew-decode-eword): Abolish arguments `eword-filter1' and
367         `eword-filter2'.
368
369         * ew-var.el (ew-remove-bare-crlf): New variable.
370         (ew-dynamic-options): Add `ew-remove-bare-crlf'.
371
372         * eword-decode.el: Remove third argument for `ew-decode-field'.
373
374 1998-08-21  Tanaka Akira      <akr@jaist.ac.jp>
375
376         * ew-dec.el (ew-decode-us-ascii): New function.
377         (ew-decode-none): Use the function `ew-decode-us-ascii' instead of 
378         the variable `ew-decode-us-ascii'.
379         (ew-decode-generic): Ditto.
380         (ew-decode-generic-others): Ditto.
381
382         * ew-unit.el (ew-charset-aliases): Abolished.
383         (ew-char-decoder): Use `decode-mime-charset-string' with 'LF as lbt.
384
385         * ew-var.el (ew-decode-us-ascii): Abolished.
386         (ew-default-mime-charset): New variable.
387         (ew-dynamic-options): Add `ew-default-mime-charset'.
388
389 1998-08-21  Tanaka Akira      <akr@jaist.ac.jp>
390
391         * ew-unit.el (ew-eword-p): Use aref instead of substring.
392         (ew-char-decoder): Refined.
393
394         * lalr-el.scm (gen-larl1): New function.
395
396 1998-08-20  Tanaka Akira      <akr@jaist.ac.jp>
397
398         * ew-var.el (ew-dynamic-options): The result is now integer instead
399         of list of booleans.
400
401 1998-08-20  Tanaka Akira      <akr@jaist.ac.jp>
402
403         * Makefile: Output parse table to ew-parse.out instead of
404         states.output.
405
406         * ew-var.el (ew-decode-field-syntax-alist): Keys are now symbols
407         instead of strings.
408
409         * ew-dec.el (ew-decode-field-no-cache): Ditto.
410
411 1998-08-19  Tanaka Akira      <akr@jaist.ac.jp>
412
413         * Makefile: Avoid an error about unexisting `scm'.
414
415 1998-08-19  Tanaka Akira      <akr@jaist.ac.jp>
416
417         * Makefile: Add a rule for making `ew-parse.el'.
418
419         * ew-parse.scm: New file.
420
421         * lalr-el.scm: New file.
422
423         * lr-driver.el (lr-push): Now inlining.
424
425 1998-08-19  Tanaka Akira      <akr@jaist.ac.jp>
426
427         * ew-dec.el: Use 'decoded property instead of 'result for
428         decoded string.
429
430 1998-08-19  Tanaka Akira      <akr@jaist.ac.jp>
431
432         * ew-parse.el: Use lookahead token.
433
434         * ew-data.el (ew-mark-phrase): Decode last token in phrase.
435
436 1998-08-19  Tanaka Akira      <akr@jaist.ac.jp>
437
438         * ew-parse.el: Remove token suffix "-tok".
439
440         * ew-data.el: Ditto.
441
442         * ew-dec.el: Ditto.
443
444         * ew-scan-m.el: Ditto.
445
446         * ew-scan-s.el: Ditto.
447
448         * ew-scan-u.el: Ditto.
449
450         * ew-var.el: Ditto.
451
452 1998-08-19  Tanaka Akira      <akr@jaist.ac.jp>
453
454         * DOODLE-TIPS: Add desctiptions about byte-compile warnings.
455
456         * ew-data.el (ew-mark-phrase): Does not update right end of
457         fragments separation.
458
459         * ew-dec.el (ew-mark): Wait `ew-parse-error-sit-for-seconds'
460         seconds after parse error.
461
462         * ew-line.el (ew-tab-to-space): New function.
463         (ew-crlf-generic): New function.
464         (ew-crlf-line-generic): Rewrited.
465         (ew-lf-generic): New function.
466         (ew-lf-line-generic): Rewrited.
467         (ew-crlf-convert): New function.
468         (ew-crlf-line-convert): Rewrited.
469         (ew-lf-convert): New function.
470         (ew-lf-line-convert): Rewrited.
471         (ew-crlf-fold): New function.
472         (ew-lf-fold): New function.
473         (ew-crlf-refold): New function.
474         (ew-lf-refold): New function.
475
476         * ew-parse.el: Parser actions are now accesible to a lookahead
477         token.
478
479         * ew-var.el (ew-parse-error-sit-for-seconds): New variable.
480
481         * eword-decode.el: Enable debug code `rotate-memo'.
482         (eword-decode-header): Refold decoded field.
483         (eword-decode-and-fold-structured-field): Use `ew-crlf-refold'.
484
485         * lr-driver.el (lr-parse): Provides a lookahead token to parser
486         actions.
487
488         * mmbuffer.el (insert-decoded-header): Refold decoded field.
489
490 1998-08-18  Tanaka Akira      <akr@jaist.ac.jp>
491
492         * DOODLE-TIPS: Change `gnus-unstructured-field-decoder' and
493         `gnus-structured-field-decoder' usable by FLAM-DOODLE and FLIM.
494
495         * ew-data.el (ew-mark-phrase): Update both ends of fragments after
496         fragments separation.
497
498         * ew-unit.el (ew-charset-aliases): Add 'x-ctext.
499
500 1998-08-18  Tanaka Akira      <akr@jaist.ac.jp>
501
502         * mime-def.el (mime-library-version-string): bump up to
503         FLAM-DOODLE 1.9.1.
504
505 1998-08-18  Tanaka Akira      <akr@jaist.ac.jp>
506
507         * COLORS: New file.
508
509         * ew-data.el (ew-add-frag): Change defun to defsubst.
510
511         * ew-scan-m.el (ew-scan-mime): Refine to fit inlining `ew-add-frag'.
512
513         * ew-scan-s.el (ew-scan-std11): Ditto.
514
515         * ew-scan-u.el (ew-scan-unstructured): Ditto.
516
517 1998-08-17  Tanaka Akira      <akr@jaist.ac.jp>
518
519         * ew-data.el:
520           - Abolish prev-token, next-token, start and end
521           properties on fragment.
522           - Abolish function `ew-tokenize-frag', `ew-add-open',
523           `ew-add-close', `ew-add-token', `ew-add-close-token' and
524           `ew-token-list'.
525         (ew-make-anchor): Add type property.
526         (ew-token-last-frag-p): New function.
527
528         * ew-parse.el: Add new token `anchor'.
529
530         * ew-scan-m.el: Use `ew-add-frag' instead of abolished
531         functions.
532
533         * ew-scan-s.el: Ditto.
534
535 1998-08-17  Tanaka Akira      <akr@jaist.ac.jp>
536
537         * ew-data.el:
538           - Require 'ew-util.
539           - Change token prefix "ew:raw-" to "ew:".
540
541         * ew-dec.el: Change token prefix "ew:raw-" to "ew:".
542         (ew-mark): Shorten parse error message.
543
544         * ew-scan-m.el: Change token prefix "ew:raw-" to "ew:".
545         (ew-scan-mime): Change atom to token.
546
547         * ew-scan-s.el: Change token prefix "ew:raw-" to "ew:".
548
549         * ew-scan-u.el: Change token prefix "ew:raw-" to "ew:".
550
551         * ew-parse.el: Change token prefix "ew:raw-" to "ew:".
552
553 1998-08-17  Tanaka Akira      <akr@jaist.ac.jp>
554
555         * ew-dec.el: Require 'ew-var.
556         (ew-decode-field-cache-buf): New variable.
557         (ew-decode-field-cache-num): New variable.
558         (ew-decode-field-no-cache): Renamed from `ew-decode-field'.
559         (ew-decode-field): Call `ew-decode-field-no-cache' with caching.
560
561 1998-08-17  Tanaka Akira      <akr@jaist.ac.jp>
562
563         * FLIM-ELS (flim-modules): Add `ew-var' and reorder.
564
565         * ew-var.el: New file.
566
567         * ew-data.el: Require 'ew-var.
568         (ew-separate-eword): New function.
569         (ew-mark-phrase): Use `ew-separate-eword'.
570
571         * ew-dec.el: 
572           - Require 'ew-var.
573           - Move `ew-decode-quoted-encoded-word',
574           `ew-ignore-75bytes-limit', `ew-ignore-76bytes-limit',
575           `ew-permit-sticked-comment', `ew-permit-sticked-special',
576           `ew-decode-us-ascii', `ew-decode-field-syntax-alist' and
577           `ew-decode-field-default-syntax' to ew-var.el.
578         (ew-decode-field): Use `ew-separate-eword'.
579
580         * ew-quote.el: Require 'ew-var.
581           - Move `ew-token-regexp', `ew-encoded-text-regexp',
582           `ew-encoded-word-regexp', 
583
584 1998-08-17  Tanaka Akira      <akr@jaist.ac.jp>
585
586         * DOODLE-TIPS: Use `ew-decode-field' directly instead of
587         `eword-decode-unstructured-field-body' and
588         `eword-decode-and-unfold-structured-field'.
589
590         * FLAM-VERSION: New file (renamed from VERSION.FLAM).
591
592         * eword-decode.el (eword-decode-header): Convert CRLF to LF in
593         a result of `ew-decode-field'.
594         (eword-decode-structured-field-body) Ditto.
595         (eword-decode-unstructured-field-body) Ditto.
596
597         * mime.el (mime-read-field): Use `ew-decode-field' instead of
598         `eword-decode-unstructured-field-body'.
599
600         * mmbuffer.el (insert-decoded-header): Use `ew-decode-field'
601         directly.
602
603 1998-08-17  Tanaka Akira      <akr@jaist.ac.jp>
604
605         * DOODLE-TIPS: New file.
606
607         * TESTPAT: Separator of field-name and field-body is now not special.
608
609         * ew-data.el (ew-special-frag-p): Separator of field-name and
610         field-body is now not special.
611
612         * ew-line.el (ew-cut-generic): New function.
613         (ew-cut-cr-lf): Use `ew-cut-generic'.
614         (ew-cut-cr): New function.
615         (ew-cut-lf): New function.
616         (ew-crlf-line-generic): Renamed from `ew-line-generic'
617         (ew-crlf-line-convert): Renamed from `ew-line-convert'
618         (ew-lf-line-generic): New function.
619         (ew-lf-line-convert): New function.
620
621         * eword-decode.el (eword-decode-and-fold-structured-field): Use
622         `ew-decode-field'.
623         (eword-decode-and-unfold-structured-field): Use
624         `ew-decode-field'.
625
626 1998-08-16  Tanaka Akira      <akr@jaist.ac.jp>
627
628         * TESTPAT: Add a driver for `ew-decode-field'.
629
630 1998-08-16  Tanaka Akira      <akr@jaist.ac.jp>
631
632         * FLIM-ELS (flim-modules): Reorder.
633
634 1998-08-16  Tanaka Akira      <akr@jaist.ac.jp>
635
636         * ChangeLog: Fix typo.
637
638         * ew-parse.el: New file.
639
640 1998-08-16  Tanaka Akira      <akr@jaist.ac.jp>
641
642         * FLIM-ELS (flim-modules): Add `closure', `natset', `digraph',
643         `automata', `rx', `lex', `lr-driver', `ew-util', `ew-line',
644         `ew-quote', `ew-unit', `ew-data', `ew-parse', `ew-scan-s',
645         `ew-scan-m', `ew-scan-u' and `ew-dec'.
646
647         * automata.el, closure.el, digraph.el, ew-data.el, ew-dec.el,
648         ew-line.el, ew-quote.el, ew-scan-m.el, ew-scan-s.el,
649         ew-scan-u.el, ew-unit.el, ew-util.el, lex.el, lr-driver.el,
650         natset.el, rx.el: New files.
651
652         * eword-decode.el: Require 'ew-dec.
653         (eword-decode-header): Use `ew-decode-field'.
654         (eword-decode-and-unfold-structure): Ditto.
655         (eword-decode-structured-field-body): Ditto.
656         (eword-decode-unstructured-field-body): Ditto.
657
658 1998-08-16  Tanaka Akira      <akr@jaist.ac.jp>
659
660         * DOODLE: branched from flam-1_9_1
661
662 1998-08-16  Tanaka Akira      <akr@jaist.ac.jp>
663
664         * mime-def.el (mime-library-version-string): bump up to FLIM-FLAM 1.9.1.
665
666 1998-07-22  Tanaka Akira      <akr@jaist.ac.jp>
667
668         * ChangeLog: Fix typo.
669
670 1998-07-22  Tanaka Akira      <akr@jaist.ac.jp>
671
672         * TESTPAT: Add 25 tests.
673
674         * TESTPAT: Fix comment convention.
675
676         * eword-decode.el (decode-entire-string): Add formal argument
677         `chars-must-be-quote'.
678         (eword-decode-unstructured): Add actual argument `chars-must-be-quote'.
679         (eword-decode-comment): Add actual argument `chars-must-be-quote'.
680         (eword-decode-quoted-string): Add actual argument `chars-must-be-quote'.
681         (eword-analyze-quoted-string): Does not quote result of
682         `eword-decode-quoted-string' as quoted-string because the result is
683         now already quoted-string form.
684
685 1998-07-21  Tanaka Akira      <akr@jaist.ac.jp>
686
687         * TESTPAT: Add two tests.
688
689         * TESTPAT: quoted-encoded-word quoting character is changed from * to +.
690
691 1998-07-21  Tanaka Akira      <akr@jaist.ac.jp>
692
693         * TESTPAT: Add sixteen tests.
694
695 1998-07-20  Tanaka Akira      <akr@jaist.ac.jp>
696
697         * TESTPAT: Add three tests.
698
699 1998-07-20  Tanaka Akira      <akr@jaist.ac.jp>
700
701         * TESTPAT: Add two tests.
702
703 1998-07-20  Tanaka Akira      <akr@jaist.ac.jp>
704
705         * TESTPAT: Add test.
706
707 1998-07-20  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
708
709         * mime-def.el (mime-library-version-string): Renamed from
710         `mime-spadework-module-version-string' to sync with flim-1_9_0.
711
712         * mel-q.el (quoted-printable-internal-decode-region): Fix
713         sync-mistake.
714
715 1998-07-19  Tanaka Akira      <akr@jaist.ac.jp>
716
717         * TESTPAT: Add full automatic testing capability.
718
719 1998-07-19  Tanaka Akira      <akr@jaist.ac.jp>
720
721         * TESTPAT: Add quoted-encoded-word description and test.
722
723 1998-07-18  Tanaka Akira      <akr@jaist.ac.jp>
724
725         * TESTPAT: Add test result by FLIM-FLAM.
726
727         * eword-decode.el (eword-lexical-analyze-internal): Restrict
728         calling `eword-analyze-encoded-word' after calling
729         `eword-analyze-spaces'.
730
731 1998-07-18  Tanaka Akira      <akr@jaist.ac.jp>
732
733         * TESTPAT: Add test.
734
735         * eword-decode.el (eword-analyze-quoted-string): Quote string as
736         quoted-string.
737         (eword-analyze-encoded-word): Quote non-atoms string as
738         quoted-string.
739
740 1998-07-18  Tanaka Akira      <akr@jaist.ac.jp>
741
742         * Fix character code for ChangeLog.
743
744 1998-07-18  Tanaka Akira      <akr@jaist.ac.jp>
745
746         * Sync up with flim-1_8_1 to flim-1_9_0.
747
748 1998-07-18  Tanaka Akira      <akr@jaist.ac.jp>
749
750         * TESTPAT: Add test driver for FLIM-FLAM.
751
752 1998-07-16  Tanaka Akira      <akr@jaist.ac.jp>
753
754         * TESTPAT: Change format to s-exp.
755
756 1998-07-13  Tanaka Akira      <akr@jaist.ac.jp>
757
758         * TESTPAT: Add one test.
759
760 1998-07-06  Tanaka Akira      <akr@jaist.ac.jp>
761
762         * Sync up with flim-1_3_0 to flim-1_8_1.
763
764 1998-06-08  Tanaka Akira      <akr@jaist.ac.jp>
765
766         * Sync up with flim-1_2_1 to flim-1_3_0.
767
768 1998-05-27  Tanaka Akira      <akr@jaist.ac.jp>
769
770         * eword-decode.el (eword-after-encoded-word-in-phrase-regexp):
771         Remove `(' to do not decode encoded word just before comment.
772
773 1998-05-27  Tanaka Akira      <akr@jaist.ac.jp>
774
775         * TESTPAT: New file.
776
777 1998-05-22  Tanaka Akira      <akr@jaist.ac.jp>
778
779         * eword-decode.el (eword-analyze-quoted-string): Check
780         `eword-decode-quoted-encoded-word'.
781
782 1998-05-14  Tanaka Akira      <akr@jaist.ac.jp>
783
784         * eword-decode.el (eword-analyze-comment): Call
785         `std11-unfold-string'.
786
787 1998-05-13  Tanaka Akira      <akr@jaist.ac.jp>
788
789         * mime-def.el: Fix typo.
790
791 1998-05-13  Tanaka Akira      <akr@jaist.ac.jp>
792
793         * Sync up with flim-1_2_0 to flim-1_2_1.
794
795 1998-05-08  Tanaka Akira      <akr@jaist.ac.jp>
796
797         * Sync up with flim-1_1_0 to flim-1_2_0.
798
799 1998-05-06  Tanaka Akira      <akr@jaist.ac.jp>
800
801         * Sync up with flim-1_0_1 to flim-1_1_0.
802
803 1998-04-25  Tanaka Akira      <akr@jaist.ac.jp>
804
805         * eword-decode.el (eword-decode-string): Fix arguments order to
806         calling `eword-decode-unstructured'.
807         (eword-decode-region): Fix arguments order to calling
808         `eword-decode-unstructured'.
809
810 1998-04-25  Tanaka Akira      <akr@jaist.ac.jp>
811
812         * eword-decode.el (eword-decode-first-encoded-words): Update
813         DOC-string.
814         (eword-decode-first-encoded-words): Update DOC-string.
815         (eword-decode-unstructured): Argument `code-conversion' is now
816         required.
817         (eword-decode-comment): Argument `code-conversion' is now
818         required.
819         (eword-decode-quoted-string): Argument `code-conversion' is now
820         required.
821         (eword-decode-string): Update DOC-string. Reorder arguments to
822         calling `eword-decode-unstructured'.
823         (eword-decode-region): Update DOC-string. Reorder arguments to
824         calling `eword-decode-unstructured'.
825         (eword-analyze-quoted-string): Add `default-mime-charset' argument
826         to calling eword-decode-quoted-string.
827         (eword-analyze-comment): Add `default-mime-charset' argument to
828         calling eword-decode-comment.
829
830 1998-04-25  Tanaka Akira      <akr@jaist.ac.jp>
831
832         * eword-decode.el (eword-decode-entire-string): Delete argument
833         `default-charset'. Add argument `code-conversion'.
834         (eword-decode-unstructured): Add argument `code-conversion'.
835         (eword-decode-comment): Add argument `code-conversion'.
836         (eword-decode-quoted-string): Add argument `code-conversion'.
837         (eword-decode-string): Propagate `code-conversion' to
838         `eword-decode-unstructured'.
839         (eword-decode-region): Propagate `code-conversion' to
840         `eword-decode-unstructured'.
841
842 1998-04-23  Shuhei KOBAYASHI  <shuhei-k@jaist.ac.jp>
843
844         * eword-decode.el (eword-decode-ignored-field-list): Add
845         `received'.
846         
847         * mel.el (mime-temp-directory): Use TMPDIR, TMP, or TEMP
848         environment variables.
849
850 1998-04-23  Tanaka Akira      <akr@jaist.ac.jp>
851
852         * eword-decode.el (eword-encoded-word-prefix-regexp): New
853         constant.
854         (eword-encoded-word-suffix-regexp): New constant.
855         (eword-encoded-text-in-unstructured-regexp): New constant.
856         (eword-encoded-word-in-unstructured-regexp): New constant.
857         (eword-after-encoded-word-in-unstructured-regexp): New constant.
858         (eword-decode-entire-string): New function.
859         (eword-decode-unstructured): Use `eword-decode-entire-string'.
860         (eword-decode-comment): Use `eword-decode-entire-string'.
861         (eword-decode-quoted-string): Use `eword-decode-entire-string'.
862         (eword-decode-string): Add optional argument
863         `default-mime-charset'.
864         (eword-decode-region): Add optional argument
865         `default-mime-charset'.
866         (eword-decode-header): Refine `code-conversion' treatment.
867
868 1998-04-21  Tanaka Akira      <akr@jaist.ac.jp>
869
870         * eword-decode.el (eword-decode-header): code-conversion is now
871         effective again.
872
873 1998-04-21  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
874
875         * eword-decode.el (eword-decode-quoted-encoded-word): Use
876         'defcustom.
877
878 1998-04-21  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
879
880         * eword-decode.el (eword-decode-sticked-encoded-word): Use
881         'defcustom.
882
883 1998-04-21  Tanaka Akira      <akr@jaist.ac.jp>
884
885         * VERSION.FLAM: New file.
886
887 1998-04-17  Tanaka Akira      <akr@jaist.ac.jp>
888
889         * Sync up with flim-1_0_0 to flim-1_0_1.
890
891 1998-04-13  Tanaka Akira      <akr@jaist.ac.jp>
892
893         * eword-decode.el: Copied from AKEMI branch of SEMI.
894
895 \f
896 1998-08-31  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
897
898         * FLIM: Version 1.9.1 (Tonosh\e.D\eNr) was released.\e*B
899
900         * mime-en.sgml (mm-backend): Translate a little.
901
902 1998-08-31  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
903
904         * eword-encode.el (eword-encode-default-start-column): New user
905         option.
906         (eword-encode-string): Use `eword-encode-default-start-column'.
907         (eword-encode-address-list): Likewise.
908         (eword-encode-structured-field-body): Likewise.
909         (eword-encode-unstructured-field-body): Likewise.
910
911 1998-08-31  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
912
913         * eword-encode.el (eword-encode): New group.
914         (eword-field-encoding-method-alist): Now a user option (was:
915         variable).
916
917 1998-08-31  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
918
919         * eword-encode.el: Rename `tm-eword::mailbox-to-rwl' ->
920         `eword-encode-mailbox-to-rword-list'.
921
922         * eword-encode.el: Rename `tm-eword::phrase-to-rwl' ->
923         `eword-encode-phrase-to-rword-list'.
924
925         * eword-encode.el: Rename `eword-addr-spec-to-rwl' ->
926         `eword-encode-addr-spec-to-rword-list'.
927
928         * eword-encode.el: Rename `eword-phrase-route-addr-to-rwl' ->
929         `eword-encode-phrase-route-addr-to-rword-list'.
930
931         * eword-encode.el: Rename `eword-addr-seq-to-rwl' ->
932         `eword-encode-addr-seq-to-rword-list'.
933
934         * eword-encode.el: Rename `tm-eword::split-string' ->
935         `eword-encode-split-string'.
936
937         * eword-encode.el: Rename `tm-eword::addresses-to-rwl' ->
938         `eword-encode-addresses-to-rword-list'.
939
940         * eword-encode.el: Rename `tm-eword::encode-rwl' ->
941         `eword-encode-rword-list'.
942
943         * eword-encode.el (eword-encode-unstructured-field-body): New
944         function.
945         (eword-encode-field): Use `eword-encode-unstructured-field-body'.
946
947 1998-08-31  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
948
949         * eword-encode.el (eword-encode-string): Add DOC-string.
950         (eword-encode-address-list): Likewise.
951         (eword-encode-structured-field-body): Likewise.
952
953         * eword-encode.el (eword-encode-field): Regard `In-Reply-To' as a
954         structured field.
955
956 1998-08-28  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
957
958         * eword-encode.el (eword-encode-field): Use `capitalize' instead
959         of `downcase' for `field-name'.
960
961         * eword-encode.el (eword-encode-structured-field-body): New
962         function.
963         (eword-encode-field): Use `eword-encode-structured-field-body' for
964         "MIME-Version" and "User-Agent" field.
965
966 1998-08-26  Shuhei KOBAYASHI  <shuhei-k@jaist.ac.jp>
967
968         * mime-def.el (mm-define-method): Put `edebug-form-spec'.
969
970 1998-08-28  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
971
972         * eword-encode.el (eword-encode-address-list): New function.
973         (eword-encode-field): Use `eword-encode-address-list' instead of
974         `tm-eword::encode-address-list'; abolish
975         `tm-eword::encode-address-list'.
976
977         * eword-encode.el (eword-encode-field): Use `eword-encode-string'
978         instead of `tm-eword::encode-string'; abolish
979         `tm-eword::encode-string'.
980
981         * eword-encode.el: Rename `tm-eword::make-rword' ->
982         `make-ew-rword'; rename `tm-eword::rword-' -> `ew-rword-'.
983
984 1998-08-26  Shuhei KOBAYASHI  <shuhei-k@jaist.ac.jp>
985
986         * mel-b.el (base64-insert-encoded-file): Conditionally use
987         internal converter. (cf. [tm-ja:3320])
988         (base64-write-decoded-region): Ditto.
989
990 1998-08-25  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
991
992         * FLIM-ELS (flim-modules): Don't add `mel-dl' unconditionally.
993
994 1998-08-25  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
995
996         * Delete mime-lib.el.
997
998 1998-08-10  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
999
1000         * mmbuffer.el (write-entity): `write-region-as-CRLF' was renamed
1001         to `write-region-as-raw-text-CRLF'.
1002
1003 1998-08-07  MORIOKA Tomohiko  <morioka@yo.rim.or.jp>
1004
1005         * mmbuffer.el (write-entity): Use `write-region-as-CRLF' instead
1006         of `write-region-as-binary'.
1007
1008 \f
1009 1998-07-15  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1010
1011         * FLIM: Version 1.9.0 (Terada) was released.
1012
1013 1998-07-10  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1014
1015         * mime-parse.el (mime-parse-multipart): Set message/x-broken if
1016         parsing is failed.
1017
1018 1998-07-10  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1019
1020         * mmbuffer.el (entity-children): Don't use
1021         `mime-entity-children-internal'.
1022
1023         * mime-parse.el (mime-parse-multipart): Modify for
1024         `mime-parse-message'; return children.
1025         (mime-parse-encapsulated): Likewise.
1026         (mime-parse-message): Change interface; delete DOC-string; don't
1027         parse children instantly.
1028         (mime-parse-buffer): Modify for `mime-parse-message'.
1029
1030         * mime-parse.el (mime-parse-message): Delete autoload cookie.
1031
1032         * mime.el: Delete autoload setting for `mime-parse-message'.
1033
1034         * mime-en.sgml, mime-ja.sgml (Entity creation): Delete description
1035         of `mime-parse-message'; modify description of `mime-parse-buffer'
1036         to add `representation-type'.
1037
1038 \f
1039 1998-07-07  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1040
1041         * FLIM-Chao: Version 1.8.0 (Shij\e.D\eNr) was released.\e*B
1042
1043 1998-07-07  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1044
1045         * mmcooked.el: Abolish method `open'.
1046
1047         * mmbuffer.el (initialize-instance): New method; abolish `open'.
1048         (entity-children): New method.
1049
1050         * mime.el (mime-open-entity): Send `initialize-instance' to
1051         created message.
1052         (mime-entity-children): New implementation.
1053         (mime-entity-parent): New implementation.
1054         (mime-root-entity-p): New implementation.
1055
1056         * mime-parse.el (mime-parse-multipart): Specify current entity as
1057         parent.
1058         (mime-parse-encapsulated): Likewise.
1059         (mime-parse-message): Change interface to specify parent; modify
1060         for `make-mime-entity-internal'.
1061         (mime-parse-buffer): Modify for `mime-parse-message'.
1062
1063         * mime-def.el (make-mime-entity-internal): Change interface; add
1064         format of `mime-entity' to add `parent'.
1065
1066 1998-07-07  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1067
1068         * mmbuffer.el (mime-visible-field-p): Renamed from
1069         `eword-visible-field-p'.
1070
1071 1998-07-07  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1072
1073         * mime.el (mm-arglist-to-arguments): New function.
1074         (mm-define-generic): New macro.
1075         (mime-entity-cooked-p): Use `mm-define-generic'.
1076         (mime-entity-point-min): Use `mm-define-generic'.
1077         (mime-insert-decoded-header): Use `mm-define-generic'.
1078         (mime-entity-content): Use `mm-define-generic'.
1079         (mime-write-entity-content): Use `mm-define-generic'.
1080         (mime-write-entity): Use `mm-define-generic'.
1081         (mime-write-entity-body): Use `mm-define-generic'.
1082
1083 1998-07-07  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1084
1085         * mmbuffer.el (eword-visible-field-p): Moved from mime.el.
1086
1087         * mime.el: Move `eword-visible-field-p' to mmbuffer.el.
1088         (mime-write-entity-body): Change message to `write-body'.
1089
1090 1998-07-07  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1091
1092         * mmcooked.el, mmbuffer.el (open): Renamed from `open-entity'.
1093
1094         * mime.el (mime-open-entity): Change message to `open'.
1095
1096         * mime-def.el (mm-define-backend): Must `copy-alist'.
1097
1098 1998-07-07  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1099
1100         * mmcooked.el, mmbuffer.el: Use `mm-define-backend' and
1101         `mm-define-method'.
1102
1103         * mime.el: Move `mime-entity-implementation-alist' to mime-def.el.
1104         (mime-find-function): New implementation.
1105         (mime-entity-cooked-p): Use `mime-entity-send'.
1106
1107         * mime-def.el (mime-entity-implementation-alist): Moved from
1108         mime.el.
1109         (mm-define-backend): New macro.
1110         (mm-define-method): New macro.
1111
1112 \f
1113 1998-07-05  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1114
1115         * FLIM: Version 1.8.1 (Kutsukawa) was released.
1116
1117 1998-07-04  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1118
1119         * mime-en.sgml, mime-ja.sgml (Entity Attributes): Add description
1120         about `default-encoding' of `mime-entity-encoding'.
1121
1122         * mime-en.texi, mime-en.sgml: New files.
1123
1124         * mime-ja.sgml (media-type): Fix typo.
1125
1126         * mime-ja.sgml (Glossary): Fix order.
1127
1128         * mime-ja.sgml (Entity Attributes): Use <code> tag for nil.
1129
1130         * mime-ja.sgml (Entity Attributes): Fix typo.
1131
1132 1998-07-03  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1133
1134         * mime.el (mime-entity-encoding): Add new optional argument
1135         `default-encoding'; set default encoding if
1136         Content-Transfer-Encoding field is not found.
1137
1138 1998-07-03  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1139
1140         * mmbuffer.el (mmbuffer-write-entity): Use
1141         `mime-entity-buffer-internal', `mmbuffer-entity-point-min' and
1142         `mmbuffer-entity-point-max'.
1143         (mmbuffer-write-entity-body): Use `mime-entity-buffer-internal',
1144         `mime-entity-body-start-internal' and
1145         `mime-entity-body-end-internal'.
1146         (mmbuffer-insert-decoded-header): Use
1147         `mime-entity-buffer-internal', `mime-entity-header-start-internal'
1148         and `mime-entity-header-end-internal'.
1149
1150 \f
1151 1998-07-01  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1152
1153         * FLIM: Version 1.8.0 (\e.D\eNRkubo) was released.\e*B
1154
1155         * README.en: Delete `How to use'.
1156
1157 1998-07-01  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1158
1159         * mime-ja.sgml (Entity creation): Add reference for `mm-backend'
1160         in description of `mime-open-entity'.
1161
1162         * mime-ja.sgml (mm-backend): New section.
1163
1164 1998-07-01  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1165
1166         * mime-ja.sgml (Entity-header): Modify description about
1167         `mime-insert-decoded-header'.
1168
1169         * mmcooked.el (mmcooked-insert-decoded-header): New function.
1170
1171         * mmbuffer.el (mmbuffer-insert-decoded-header): New function.
1172
1173         * mime.el (mime-insert-decoded-header): Use implementation of
1174         mm-backend; abolish optional argument `code-conversion'.
1175
1176 1998-06-30  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1177
1178         * eword-decode.el (eword-decode-encoded-text): Use
1179         `decode-mime-charset-string'.
1180
1181 1998-06-30  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1182
1183         * mmcooked.el (mmcooked-write-entity-body): New function.
1184
1185         * mmbuffer.el (mmbuffer-write-entity-body): New function.
1186
1187         * mime.el (mime-write-entity-body): Use implementation of
1188         mm-backend.
1189
1190 1998-06-30  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1191
1192         * mmcooked.el (mmcooked-write-entity): New function.
1193
1194         * mmbuffer.el (mmbuffer-write-entity): New function.
1195
1196         * mime.el (mime-write-entity): Use implementation of mm-backend.
1197
1198 1998-06-30  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1199
1200         * mmcooked.el (mmcooked-entity-content): New alias for
1201         `mmbuffer-entity-content'.
1202         (mmcooked-write-entity-content): New function.
1203
1204         * mmbuffer.el (mmbuffer-entity-content): New function.
1205         (mmbuffer-write-entity-content): New function.
1206
1207         * mime.el (mime-entity-send): New function.
1208         (mime-entity-buffer): Use `mime-entity-send'.
1209         (mime-entity-point-min): Likewise.
1210         (mime-entity-point-max): Likewise.
1211         (mime-entity-header-start): Likewise.
1212         (mime-entity-header-end): Likewise.
1213         (mime-entity-body-start): Likewise.
1214         (mime-entity-body-end): Likewise.
1215         (mime-fetch-field): Likewise.
1216         (mime-entity-content): Use implementation of mm-backend.
1217         (mime-write-entity-content): Likewise.
1218
1219 \f
1220 1998-06-30  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1221
1222         * FLIM: Version 1.7.0 (Iseda) was released.
1223
1224         * mime-ja.sgml (Entity creation): Add description of
1225         `mime-open-entity'.
1226         (Entity Attributes): Add description of `mime-entity-cooked-p'.
1227         (Entity-content): Add description of `mime-write-entity-content',
1228         `mime-write-entity' and `mime-write-entity-body'.
1229
1230 1998-06-29  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1231
1232         * mime.el (mime-write-entity-content): New function.
1233
1234 1998-06-28  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1235
1236         * mime.el (mime-write-entity-body): New function.
1237
1238         * mime.el (mime-write-entity): New function.
1239
1240 1998-06-28  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1241
1242         * mime-parse.el (mime-parse-multipart): Change media-type of
1243         entity to application/octet-stream if the first delimiter is not
1244         found.
1245
1246 1998-06-28  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1247
1248         * FLIM-ELS (flim-modules): Add `mmbuffer' and `mmcooked'.
1249
1250         * mmcooked.el: New file.
1251
1252         * mmbuffer.el: New file.
1253
1254         * mime.el (mime-entity-implementation-alist): New variable.
1255         (mime-find-function): New function.
1256         (mime-open-entity): New function.
1257         (mime-entity-function): New function.
1258         (mime-entity-cooked-p): New function.
1259         (mime-entity-buffer): Use backend-module.
1260         (mime-entity-point-min): Likewise.
1261         (mime-entity-point-max): Likewise.
1262         (mime-entity-header-start): Likewise.
1263         (mime-entity-header-end): Likewise.
1264         (mime-entity-body-start): Likewise.
1265         (mime-entity-body-end): Likewise.
1266         (mime-fetch-field): Likewise.
1267
1268         * mime-parse.el (mime-parse-message): New optional argument
1269         `representation-type'.
1270         (mime-parse-buffer): Likewise.
1271
1272         * mime-def.el: Change format of mime-entity-internal to add
1273         `representation-type' and `location'.
1274
1275 \f
1276 1998-06-28  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1277
1278         * FLIM-Chao: Version 1.7.0 (Goj\e.D\eNr) was released.\e*B
1279
1280 1998-06-26  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1281
1282         * mime-ja.sgml: Modify for FLIM 1.7.
1283
1284         * mime.el (mime-entity-number): Add DOC.
1285
1286 1998-06-26  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1287
1288         * mime.el (mime-entity-encoding): New implementation.
1289
1290         * mime-parse.el (mime-parse-message): Abolish argument `encoding'.
1291
1292         * mime-def.el (make-mime-entity-internal): Abolish argument
1293         `encoding'.
1294         (mime-entity-set-encoding-internal): New function.
1295
1296 1998-06-26  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1297
1298         * mime.el (mime-entity-content-disposition): New implementation.
1299
1300         * mime-parse.el (mime-parse-message): Don't parse
1301         Content-Disposition.
1302
1303         * mime-def.el (make-mime-entity-internal): Delete argument
1304         `content-disposition'.
1305         (mime-entity-set-content-disposition-internal): New function.
1306
1307 1998-06-25  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1308
1309         * eword-decode.el: Move function `eword-visible-field-p' and
1310         `mime-insert-decoded-header' to mime.el.
1311
1312         * mime-parse.el: Use internal functions of mime-entity.
1313
1314         * mime.el (mime-entity-children): Moved from mime-def.el; use
1315         `mime-entity-children-internal'.
1316         (mime-entity-node-id): Moved from mime-def.el; use
1317         `mime-entity-node-id-internal'.
1318         (mime-entity-number): Moved from mime-def.el; use
1319         `mime-entity-node-id-internal'.
1320         (mime-entity-buffer): Moved from mime-def.el; use
1321         `mime-entity-buffer-internal'.
1322         (mime-entity-point-min): Moved from mime-def.el; use
1323         `mime-entity-header-start-internal'.
1324         (mime-entity-point-max): Moved from mime-def.el; use
1325         `mime-entity-body-end-internal'.
1326         (mime-entity-header-start): Moved from mime-def.el; use
1327         `mime-entity-header-start-internal'.
1328         (mime-entity-header-end): Moved from mime-def.el; use
1329         `mime-entity-header-end-internal'.
1330         (mime-entity-content-type): Moved from mime-def.el; use
1331         `mime-entity-content-type-internal'.
1332         (mime-entity-content-disposition): Moved from mime-def.el; use
1333         `mime-entity-content-disposition-internal'.
1334         (mime-entity-encoding): Moved from mime-def.el; use
1335         `mime-entity-encoding-internal'.
1336         (mime-fetch-field): Use `mime-entity-original-header-internal' and
1337         `mime-entity-set-original-header-internal'.
1338         (mime-read-field): Use `mime-entity-parsed-header-internal' and
1339         `mime-entity-set-parsed-header-internal'.
1340         (eword-visible-field-p): Moved from eword-decode.el.
1341         (mime-insert-decoded-header): Moved from eword-decode.el.
1342         (mime-entity-body-start): Moved from mime-def.el; use
1343         `mime-entity-body-start-internal'.
1344         (mime-entity-body-end): Moved from mime-def.el; use
1345         `mime-entity-body-end-internal'.
1346         (mime-entity-media-type): Moved from mime-def.el.
1347         (mime-entity-media-subtype): Moved from mime-def.el.
1348         (mime-entity-parameters): Moved from mime-def.el.
1349         (mime-entity-type/subtype): Moved from mime-def.el.
1350
1351         * mime-def.el (make-mime-entity-internal): Renamed from
1352         `make-mime-entity'.
1353         (mime-entity-buffer-internal): New function.
1354         (mime-entity-header-start-internal): New function.
1355         (mime-entity-header-end-internal): New function.
1356         (mime-entity-body-start-internal): New function.
1357         (mime-entity-body-end-internal): New function.
1358         (mime-entity-node-id-internal): New function.
1359         (mime-entity-content-type-internal): New function.
1360         (mime-entity-content-disposition-internal): New function.
1361         (mime-entity-encoding-internal): New function.
1362         (mime-entity-original-header-internal): New function.
1363         (mime-entity-children-internal): New function.
1364         (mime-entity-parsed-header-internal): New function.
1365         (mime-entity-set-original-header-internal): Renamed from
1366         `mime-entity-set-original-header'.
1367         (mime-entity-set-children-internal): Renamed from
1368         `mime-entity-set-children'.
1369         (mime-entity-set-parsed-header-internal): Renamed from
1370         `mime-entity-set-parsed-header'.  Move `mime-entity-SLOT'
1371         functions to mime.el.
1372
1373 1998-06-25  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1374
1375         * mime-ja.sgml (CVS): Fix typo.
1376
1377 1998-06-24  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1378
1379         * mime-parse.el (mime-parse-encapsulated): New function.
1380         (mime-parse-message): Use `mime-parse-encapsulated'.
1381
1382 1998-06-24  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1383
1384         * mime-def.el (mime-entity-set-children): New function.
1385
1386         * mime-parse.el (mime-parse-multipart): Change interface.
1387         (mime-parse-message): Use `mime-entity-set-children'.
1388
1389 1998-06-24  Shuhei KOBAYASHI  <shuhei-k@jaist.ac.jp>
1390
1391         * mime.el (mime-read-field): Fix typo.
1392
1393 \f
1394 1998-06-24  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1395
1396         * FLIM: Version 1.6.0 (Ogura) was released.
1397
1398         * mime-ja.sgml (Entity Attributes): New section.
1399
1400         * mime-ja.sgml (Entity as node in message): Add description of
1401         `mime-find-entity-from-number' and
1402         `mime-find-entity-from-node-id'.
1403
1404         * mime.el (mime-find-entity-from-number): New function.
1405         (mime-find-entity-from-node-id): New function.
1406         (mime-entity-parent): New function (moved from SEMI MIME-View).
1407         (mime-entity-uu-filename): New function (moved from SEMI
1408         MIME-View).
1409         (mime-entity-filename): New function (moved from SEMI MIME-View).
1410
1411         * mime-def.el (mime-uuencode-encoding-name-list): New variable.
1412
1413 1998-06-24  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1414
1415         * mime-ja.sgml: Modify for FLIM 1.6.
1416
1417         * mime.el (mime-fetch-field): New function; abolish
1418         `mime-entity-fetch-field'.
1419         (mime-read-field): New function; abolish `mime-entity-read-field'.
1420
1421 1998-06-23  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1422
1423         * mime-ja.sgml, mime-ja.texi: New files.
1424
1425 1998-06-22  Shuhei KOBAYASHI  <shuhei-k@jaist.ac.jp>
1426
1427         * mime-parse.el (mime-parse-message): Would error if empty body.
1428
1429 \f
1430 1998-06-22  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1431
1432         * FLIM: Version 1.5.0 (Mukaijima) was released.
1433
1434 1998-06-21  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1435
1436         * README.en (What's FLIM): Modify for mime.el.
1437
1438         * FLIM-ELS (flim-modules): Add `mime'.
1439
1440         * mime-lib.el: Move every definitions to mime.el.
1441
1442         * mime.el: New module (renamed from mime-lib.el).
1443
1444 1998-06-21  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1445
1446         * mime-lib.el: Add autoload setting for eword-encode.el.
1447
1448         * mime-lib.el (mime-entity-content): New function.
1449
1450 1998-06-20  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1451
1452         * mel.el: Abolish constant `mel-version'.
1453
1454         * mel.el (mime-string-decoding-method-alist): New variable.
1455         (mime-decode-string): New function.
1456
1457 1998-06-20  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1458
1459         * mel-b.el (base64-external-decode-string): New function.
1460         (base64-decode-string): New function.
1461
1462 1998-06-20  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1463
1464         * mel-q.el (quoted-printable-decode-string): New implementation.
1465
1466 1998-06-20  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1467
1468         * mel-q.el (quoted-printable-internal-decode-region): New
1469         implementation.
1470
1471 1998-06-20  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1472
1473         * mel-q.el (q-encoding-decode-string): Use
1474         `quoted-printable-hex-char-to-num'.
1475
1476         * mel-q.el (quoted-printable-hex-char-to-num): New function.
1477         (quoted-printable-decode-string): Use
1478         `quoted-printable-hex-char-to-num'.
1479
1480 1998-06-19  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1481
1482         * mime-def.el, mime-parse.el: Move `mime-message-structure' from
1483         mime-parse.el to mime-def.el.
1484
1485 1998-06-19  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1486
1487         * mime-lib.el, mime-parse.el: Move `mime-root-entity-p' from
1488         mime-parse.el to mime-lib.el.
1489
1490         * mime-lib.el: Add autoload setting for mime-parse.el.
1491
1492 1998-06-19  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1493
1494         * mime-parse.el, mime-def.el: Move `mime-entity-point-min',
1495         `mime-entity-point-max', `mime-entity-media-type',
1496         `mime-entity-media-subtype', `mime-entity-parameters' and
1497         `mime-entity-type/subtype' from mime-parse.el to mime-def.el.
1498
1499         * mime-parse.el, mime-def.el: Move `mime-content-disposition'
1500         reference functions from mime-parse.el to mime-def.el.
1501
1502         * mime-parse.el, mime-def.el: Move structure `mime-content-type'
1503         from mime-parse.el to mime-def.el.
1504
1505 1998-06-19  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1506
1507         * mel-b.el (base64-internal-decode-string): Renamed from
1508         `base64-decode-string'.
1509         (base64-decode-string): New alias for
1510         `base64-internal-decode-string'.
1511
1512 1998-06-19  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1513
1514         * mel-b.el (base64-decode-unit): New function; abolish
1515         `base64-decode-1'.
1516         (base64-decode-string): New implementation.
1517         (base64-internal-decode-region): New implementation.
1518
1519 1998-06-19  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1520
1521         * mime-parse.el (mime-message-structure): New variable.
1522         (mime-parse-buffer): New function.
1523
1524 1998-06-19  Shuhei KOBAYASHI  <shuhei-k@jaist.ac.jp>
1525
1526         * mime-def.el: Require 'cl when it is compiled.
1527
1528         * mime-lib.el (mime-entity-read-field): Fix typo.
1529         Use `eword-decode-ignored-field-list'.
1530
1531         * mime-parse.el (mime-parse-multipart): Fix typo.
1532         (mime-parse-message): Parse message/external-body.
1533
1534 \f
1535 1998-06-19  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1536
1537         * FLIM: Version 1.4.1 (Momoyama-Gory\e.D\eNrmae) was released.\e*B
1538
1539 1998-06-18  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1540
1541         * eword-decode.el (mime-insert-decoded-header): Fix typo.
1542
1543 \f
1544 1998-06-18  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1545
1546         * FLIM: Version 1.4.0 (Kintetsu-Tanbabashi) was released.
1547
1548 1998-06-18  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1549
1550         * README.en (What's FLIM): Add description about mime-lib.el and
1551         mime-parse.el.
1552
1553 1998-06-17  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1554
1555         * mime-parse.el: Require 'cl when it is compiled.
1556
1557         * eword-decode.el (eword-visible-field-p): New function.
1558         (mime-insert-decoded-header): Use `eword-visible-field-p'.
1559
1560 1998-06-17  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1561
1562         * mime-def.el (mime-library-version-string): Renamed from
1563         `mime-spadework-module-version-string'.
1564
1565         * mime-parse.el: New file; moved from SEMI layer.
1566
1567         * FLIM-ELS (flim-modules): Add `mime-parse'.
1568
1569 1998-06-17  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1570
1571         * FLIM-ELS (flim-modules): Add `mime-lib'.
1572
1573         * mime-lib.el: New module.
1574
1575         * mime-def.el (mime-entity): Add new slots for original-header and
1576         parsed-header.
1577         (mime-entity-set-original-header): New function.
1578         (mime-entity-set-parsed-header): New function.
1579
1580 1998-06-16  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1581
1582         * mime-def.el (mime-entity-number): New function (moved from SEMI
1583         layer).
1584
1585 1998-06-16  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1586
1587         * mime-def.el: Move definition of structure `mime-entity' from
1588         SEMI layer.
1589
1590 1998-06-16  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1591
1592         * eword-decode.el (eword-decode-ignored-field-list): Capitalize
1593         default value.
1594         (eword-decode-structured-field-list): Capitalize default value.
1595         (eword-decode-header): Regularize field name by `capitalize'.
1596         (mime-insert-decoded-header): New function.
1597
1598 1998-06-15  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1599
1600         * mailcap.el (mailcap-file): Use `defcustom'.
1601
1602 \f
1603 1998-06-01  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1604
1605         * FLIM: Version 1.3.0 (Fushimi) was released.
1606
1607 1998-05-28  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1608
1609         * std11.el (std11-fetch-field): New function.
1610         (std11-field-body): Use 'std11-fetch-field.
1611
1612 1998-05-28  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1613
1614         * mime-def.el (regexp-*): New function (moved from mime-parse.el
1615         of SEMI (REMI)).
1616         (regexp-or): New function (moved from mime-parse.el of
1617         SEMI (REMI)).
1618
1619         (std11-quoted-pair-regexp): New constant (moved from mime-parse.el
1620         of SEMI (REMI)).
1621         (std11-non-qtext-char-list): New constant (copied from std11.el).
1622         (std11-qtext-regexp): New constant (moved from mime-parse.el of
1623         SEMI (REMI)).
1624         (std11-quoted-string-regexp): New constant (moved from
1625         mime-parse.el of SEMI (REMI)).
1626
1627 \f
1628 1998-05-17  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1629
1630         * FLIM: Version 1.2.2 (Takeda) was released.
1631
1632         * FLIM-VERSION: New file.
1633
1634 1998-05-15  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1635
1636         * mel-q.el (quoted-printable-internal-encode-region): Use
1637         'looking-at-as-unibyte instead of local binding for
1638         enable-multibyte-characters.
1639
1640 \f
1641 1998-05-09  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1642
1643         * FLIM: Version 1.2.1 (Kamitobaguchi) was released.
1644
1645 1998-05-09  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1646
1647         * mel-q.el (quoted-printable-internal-decode-region): Use
1648         'string-as-multibyte to avoid problem in Emacs 20.3.
1649
1650 1998-05-08  Katsumi Yamaoka   <yamaoka@jpl.org>
1651
1652         * mel-u.el: Use mime-temp-directory instead of TMP.
1653
1654 \f
1655 1998-05-06  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1656
1657         * FLIM: Version 1.2.0 (J\e.D\eN~j\eNr) was released.\e*B
1658
1659         * README.en (What's FLIM): Delete description about
1660         std11-parse.el; add description about mailcap.el.
1661
1662 1998-05-06  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1663
1664         * eword-decode.el (eword-decode-encoded-word-error-handler): New
1665         variable.
1666         (eword-decode-encoded-word-default-error-handler): New function.
1667         (eword-decode-encoded-word): Use
1668         'eword-decode-encoded-word-error-handler.
1669
1670 1998-05-06  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1671
1672         * mailcap.el: Require 'mime-def.
1673
1674         * mime-def.el (mime-type/subtype-string): New function (moved from
1675         semi/mime-parse.el).
1676
1677 1998-05-06  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1678
1679         * std11-parse.el: Abolish std11-parse.el.
1680
1681         * FLIM-ELS (flim-modules): Abolish 'std11-parse.
1682
1683         * eword-decode.el: Require 'std11 instead of 'std11-parse.
1684
1685         * std11.el: Merge std11-parse.el.
1686
1687 1998-05-06  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1688
1689         * mime-def.el (mime-temp-directory): Use 'defcustom.
1690
1691         * mel-u.el: Require 'mime-def instead of 'mel.
1692
1693         * mime-def.el (mime-temp-directory): New variable (moved from
1694         mel.el).
1695
1696         * mel.el: Move definition of 'mime-temp-directory to mime-def.el.
1697
1698 1998-05-06  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1699
1700         * mailcap.el (mailcap-format-command): New function.
1701
1702         * mailcap.el (mailcap-look-at-mtext): Don't strip quoted character
1703         again.
1704
1705 \f
1706 1998-05-05  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1707
1708         * FLIM: Version 1.1.0 (T\e.D\eNrji) was released.\e*B
1709
1710 1998-05-04  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1711
1712         * mime-def.el (quoted-printable-hex-chars): New constant.
1713         (quoted-printable-octet-regexp): New constant.
1714
1715         * mel-q.el, eword-decode.el: Move definition of constant
1716         'quoted-printable-hex-chars and 'quoted-printable-octet-regexp to
1717         mime-def.el.
1718
1719 1998-05-03  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1720
1721         * mailcap.el (mailcap-look-at-mtext): Strip quoted character.
1722
1723 1998-05-03  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1724
1725         * mailcap.el (mailcap-look-at-mtext): Fix typo.
1726
1727 1998-05-03  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1728
1729         * FLIM-ELS (flim-modules): Add mailcap.
1730
1731         * mailcap.el: New file (copied from SEMI).
1732
1733 1998-04-23  Shuhei KOBAYASHI  <shuhei-k@jaist.ac.jp>
1734
1735         * eword-decode.el (eword-decode-ignored-field-list): Add
1736         `received'.
1737         
1738         * mel.el (mime-temp-directory): Use TMPDIR, TMP, or TEMP
1739         environment variables.
1740
1741 \f
1742 1998-04-17  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1743
1744         * FLIM: Version 1.0.1 (Ky\e.D\eNrto) was released.\e*B
1745
1746         * mime-def.el (mime-spadework-module-version-string): New
1747         constant.
1748
1749         * eword-encode.el: Abolish constant 'eword-encode-version.
1750
1751         * eword-decode.el: Abolish constant 'eword-decode-version.
1752
1753 1998-04-17  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1754
1755         * eword-encode.el (eword-encode-divide-into-charset-words): Use
1756         'char-length or 'char-next-index instead of 'char-bytes.
1757         (tm-eword::encode-string-1): Use 'char-next-index instead of
1758         'char-bytes.
1759
1760 1998-04-17  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1761
1762         * mel.el (base64-dl-module): Must check base64.so actually exists.
1763
1764 \f
1765 1998-04-13  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1766
1767         * FLIM: Version 1.0.0 was released.
1768
1769         * README.en: Modify for FLIM.
1770
1771         * ChangeLog: New file.
1772
1773 1998-04-13  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1774
1775         * FLIM-CFG, FLIM-ELS, FLIM-MK: New files.
1776
1777         * Makefile: Modify for FLIM.
1778
1779 1998-04-10  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1780
1781         * Makefile: New file.
1782
1783         * mime-def.el, std11-parse.el, std11.el, eword-decode.el,
1784         eword-encode.el: Copied from MEL, SEMI (mime-def.el
1785         eword-decode.el eword-encode.el) and APEL (std11-parse.el
1786         std11.el).