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