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