* eword-decode.el (mime-decode-header-in-region): Typo fix.
[elisp/flim.git] / ChangeLog
1 1999-01-05  Tanaka Akira      <akr@jaist.ac.jp>
2
3         * eword-decode.el (mime-decode-header-in-region): Typo fix.
4
5 1999-01-04  Tanaka Akira      <akr@jaist.ac.jp>
6
7         * Sync up to flim-1_12_1 from flim-1_11_3.
8
9         * mime-def.el (mime-library-product): Bump up to FLAM-DOODLE
10         1.12.0.
11
12 1999-01-04  Tanaka Akira      <akr@jaist.ac.jp>
13
14         * ew-var.el (ew-decode-field-syntax-alist): Add `x-face-version',
15         `x-pgp-sig-version', `x-pgp-key-info' and `x-info'.
16
17 1998-10-27  Tanaka Akira      <akr@jaist.ac.jp>
18
19         * DOODLE-TIPS: Add a workaround for Chao-gnus 6.9.
20
21 1998-10-27  Tanaka Akira      <akr@jaist.ac.jp>
22
23         * Sync up to flim-1_11_3 from flim-1_11_2.
24
25         * mime-def.el (mime-library-product): Bump up to FLAM-DOODLE
26         1.11.2.
27
28 1998-10-26  Tanaka Akira      <akr@jaist.ac.jp>
29
30         * Sync up to flim-1_11_2 from flim-1_11_0.
31
32         * mime-def.el (mime-library-product): Bump up to FLAM-DOODLE
33         1.11.1.
34
35 1998-10-25  Tanaka Akira      <akr@jaist.ac.jp>
36
37         * eword-decode.el (eword-decode-field-body): Change interface.
38
39 1998-10-25  Tanaka Akira      <akr@jaist.ac.jp>
40
41         * eword-decode.el (eword-decode-field): Abolished.
42         (eword-decode-field-body): New function.
43
44 1998-10-24  Tanaka Akira      <akr@jaist.ac.jp>
45
46         * mel-b-ccl.el: New file.
47
48         * mel-q-ccl.el: New file.
49
50         * mel-ccl.el: Abolished.
51
52         * mel.el: Use `mel-b-ccl' and `mel-q-ccl' instead of `mel-ccl'.
53
54         * FLIM-ELS (flim-modules): Add `mel-b-ccl' and `mel-q-ccl'.
55         Delete `mel-ccl'.
56
57 1998-10-19  Tanaka Akira      <akr@jaist.ac.jp>
58
59         * eword-decode.el (eword-decode-field): New function.
60
61 1998-10-18  Tanaka Akira      <akr@jaist.ac.jp>
62
63         * Sync up to flim-1_11_0 from flim-1_10_5.
64
65         * mime-def.el (mime-library-product): Bump up to FLAM-DOODLE
66         1.11.0.
67
68 1998-10-17  Tanaka Akira      <akr@jaist.ac.jp>
69
70         * mel-ccl.el: Check broken facility consistency by
71         `check-broken-facility'.
72
73 1998-10-14  Tanaka Akira      <akr@jaist.ac.jp>
74
75         * Sync up to flim-1_10_5 from flim-1_10_2.
76
77         * mime-def.el (mime-library-product): Bump up to FLAM-DOODLE
78         1.10.2.
79
80 1998-10-09  Tanaka Akira      <akr@jaist.ac.jp>
81
82         * mime-def.el (mime-library-product): Fix typo.
83
84 1998-10-09  Tanaka Akira      <akr@jaist.ac.jp>
85
86         * Sync up to flim-1_10_2 from flim-1_10_0.
87
88         * mime-def.el (mime-library-product): Bump up to FLAM-DOODLE
89         1.10.1.
90
91 1998-09-30  Tanaka Akira      <akr@jaist.ac.jp>
92
93         * Sync up with flim-1_10_0.
94
95         * mime-def.el (mime-library-version): Bump up to FLAM-DOODLE
96         1.10.0.
97
98 1998-09-25  Tanaka Akira      <akr@jaist.ac.jp>
99
100         * ew-compat.el: New file.
101
102         * FLIM-ELS (flim-modules): Add `ew-compat'.
103
104 1998-09-21  Tanaka Akira      <akr@jaist.ac.jp>
105
106         * mel.el: Use `broken-p' to check facility.
107
108 1998-09-21  Tanaka Akira      <akr@jaist.ac.jp>
109
110         * mel-ccl.el:
111           - Require 'pccl instead of 'emu.
112           - Use `unless-broken' to check facility.
113
114         * mime-def.el (mime-library-version): Bump up to FLAM-DOODLE
115         1.9.5.
116
117 1998-09-19  Tanaka Akira      <akr@jaist.ac.jp>
118
119         * mel-ccl.el (q-encoding-ccl-encoded-length): Check
120         (featurep 'xemacs) instead of running-xemacs.
121
122 1998-09-19  Tanaka Akira      <akr@jaist.ac.jp>
123
124         * mel-ccl.el (base64-ccl-insert-encoded-file): Use
125         `mel-ccl-base64-lf-rev' instead of `mel-ccl-b-rev'.
126
127         * mel.el (q-encoding-encoded-length ccl): Check
128         (featurep 'xemacs) instead of running-xemacs.
129
130 1998-09-17  Tanaka Akira      <akr@jaist.ac.jp>
131
132         * mel-ccl.el (mel-ccl-decode-b): Cut bits over 8bit on last
133         byte.
134
135 1998-09-17  Tanaka Akira      <akr@jaist.ac.jp>
136
137         * mel.el (mel-defgeneric): Remove `stems' argument.
138         (mel-stems): Exchange order between `external' and `internal'.
139         (mel-defgeneric): Obtain preference dynamicaly.
140         (mel-defpreference): New function
141         (mel-usemodule): Renamed from `mel-defmodule' and add a argument
142         `condition'.
143         (mel-defmethod): Add a argument `condition'.
144
145 1998-09-17  Tanaka Akira      <akr@jaist.ac.jp>
146
147         * mel.el: Reindented.
148         (mel-defgeneric): Add `stems' argument.
149
150 1998-09-16  Tanaka Akira      <akr@jaist.ac.jp>
151
152         * FLIM-ELS (flim-modules): Fix `mel-dl' duplication.
153
154         * mel-b.el: Sync up from 1.7 to 1.17.
155         (base64-int-ext-encode-region): Moved from mel.el and renamed
156         from `base64-internal-external-encode-region'.
157         (base64-int-ext-decode-region): Likewise.
158         (base64-int-ext-decode-string): Likewise.
159         (base64-int-ext-insert-encoded-file): Likewise.
160         (base64-int-ext-write-decoded-region): Likewise.
161
162         * mel-ccl.el: Add copyright notice.
163
164         * mel-q.el (quoted-printable-internal-encoding-limit): Moved
165         from mel.el.
166         quoted-printable-internal-decoding-limit): Ditto.
167         (quoted-printable-int-ext-encode-region): Moved from mel.el and
168         renamed from `quoted-printable-internal-external-encode-region'.
169         (quoted-printable-int-ext-decode-region): Likewise.
170
171         * mel.el:
172           - Move `base64-internal-encoding-limit',
173           `base64-internal-decoding-limit',
174           `quoted-printable-internal-encoding-limit',
175           `quoted-printable-internal-decoding-limit',
176           `base64-internal-external-decode-string',
177           `base64-internal-external-encode-region',
178           `base64-internal-external-decode-region',
179           `base64-internal-external-insert-encoded-file',
180           `base64-internal-external-write-decoded-region',
181           `quoted-printable-encode-region' and
182           `quoted-printable-decode-region' away. 
183           - autoloading restructured.
184         (mel-call-next): New function.
185         (mel-defgeneric): New function.
186         (mel-defmodule): New function.
187         (mel-defmethod): New function.
188         (mime-decoding-method-alist): Add implementation specific
189         methods.
190         (mime-file-decoding-method-alist): Ditto.
191
192 1998-09-15  Tanaka Akira      <akr@jaist.ac.jp>
193
194         * Sync up with flim-1_9_2.
195
196         * mime-def.el (mime-library-version): Bump up to FLAM-DOODLE
197         1.9.4.
198
199 1998-09-14  Tanaka Akira      <akr@jaist.ac.jp>
200
201         * mel-ccl.el (mel-ccl-try-to-read-crlf): New compile-time
202         function.
203         (mel-ccl-encode-quoted-printable-generic): quote "F" in "From "
204         on beginning of a line and "." apeared in a line alone.
205
206 1998-09-11  Tanaka Akira      <akr@jaist.ac.jp>
207
208         * mel-b.el (base64-internal-encoded-length): Refined.
209
210         * mel-ccl.el (q-encoding-ccl-encoded-length): Remove bogus
211         DOC-string.
212
213         * mel.el (q-encoding-ccl-encoded-length): Remove bogus
214         DOC-string.
215
216 1998-09-10  Tanaka Akira      <akr@jaist.ac.jp>
217
218         * mel-ccl.el (mel-ccl-encode-q-generic): New compile-time
219         function.
220         (mel-ccl-count-q-length): New compile-time function.
221         (mel-ccl-encode-uq): Use `mel-ccl-encode-q-generic'.
222         (mel-ccl-encode-cq): Use `mel-ccl-encode-q-generic'.
223         (mel-ccl-encode-pq): Use `mel-ccl-encode-q-generic'.
224         (mel-ccl-count-uq): New CCL program.
225         (mel-ccl-count-cq): Ditto.
226         (mel-ccl-count-pq): Ditto.
227         (mel-ccl-encode-base64-generic): New function.
228         (mel-ccl-encode-b): Use `mel-ccl-encode-base64-generic'.
229         (mel-ccl-encode-base64-crlf-crlf): Use
230         `mel-ccl-encode-base64-generic'.
231         (mel-ccl-encode-base64-crlf-lf): Use
232         `mel-ccl-encode-base64-generic'.
233         (base64-ccl-encode-string): Use `mel-ccl-base64-lf-rev' instead
234         of `mel-ccl-b-rev' for folding.
235         (base64-ccl-encode-region): Ditto.
236         (base64-ccl-decode-string): Remove useless `string-as-unibyte'
237         call.
238         (quoted-printable-ccl-insert-encoded-file): Remove unused
239         bindings.
240         (q-encoding-ccl-decode-string): Remove useless
241         `string-as-unibyte' call.
242         (q-encoding-ccl-encoded-length): New function.
243
244         * mel.el (q-encoding-ccl-encoded-length): New autoload.
245         (q-encoding-encoded-length): Use
246         `q-encoding-ccl-encoded-length' if defined.
247
248 1998-09-10  Tanaka Akira      <akr@jaist.ac.jp>
249
250         * mime-def.el (mime-library-version-string): Bump up to
251         FLAM-DOODLE 1.9.3.
252
253 1998-09-10  Tanaka Akira      <akr@jaist.ac.jp>
254
255         * FLIM-ELS (flim-modules): Delete `ew-ccl'.
256
257         * ew-bq.el: Always use mel.
258
259         * ew-ccl.el: Abolished.
260
261 1998-09-09  Tanaka Akira      <akr@jaist.ac.jp>
262
263         * ew-dec.el (ew-decode-field): Call `ew-decode-field-no-cache'
264         before modifing cache.
265
266 1998-09-09  Tanaka Akira      <akr@jaist.ac.jp>
267
268         * mel-ccl.el (mel-ccl-28-table): New compile time constant.
269         (mel-ccl-64-to-256-table): Ditto.
270         (mel-ccl-qp-table): Mark LF.
271         (mel-ccl-16-to-256-table): Convert integer from character.
272         (mel-ccl-u-raw): Ditto.
273         (mel-ccl-c-raw): Ditto.
274         (mel-ccl-p-raw): Ditto.
275         (mel-ccl-decode-q): Ditto.
276         (mel-ccl-encode-base64): Abolished.
277         (mel-ccl-encode-base64-crlf-crlf): Renamed from
278         `mel-ccl-encode-base64'.
279         (mel-ccl-encode-base64-crlf-lf): New CCL program.
280         (mel-ccl-encode-quoted-printable-generic): New compile-time
281         function.
282         (mel-ccl-decode-quoted-printable-generic): Ditto.
283         (mel-ccl-encode-quoted-printable): Abolished.
284         (mel-ccl-decode-quoted-printable): Ditto.
285         (mel-ccl-encode-quoted-printable-crlf-crlf): New CCL program.
286         (mel-ccl-encode-quoted-printable-crlf-lf): Ditto.
287         (mel-ccl-encode-quoted-printable-lf-crlf): Ditto.
288         (mel-ccl-encode-quoted-printable-lf-lf): Ditto.
289         (mel-ccl-decode-quoted-printable-crlf-crlf): Ditto.
290         (mel-ccl-decode-quoted-printable-crlf-lf): Ditto.
291         (mel-ccl-decode-quoted-printable-lf-crlf): Ditto.
292         (mel-ccl-decode-quoted-printable-lf-lf): Ditto.
293         (mel-ccl-uq): Abolished.
294         (mel-ccl-cq): Ditto.
295         (mel-ccl-pq): Ditto.
296         (mel-ccl-b): Ditto.
297         (mel-ccl-quoted-printable): Ditto.
298         (mel-ccl-base64): Ditto.
299         (mel-ccl-uq-rev): New coding-system.
300         (mel-ccl-cq-rev): Ditto.
301         (mel-ccl-pq-rev): Ditto.
302         (mel-ccl-quoted-printable-crlf-crlf-rev): Ditto.
303         (mel-ccl-quoted-printable-crlf-lf-rev): Ditto.
304         (mel-ccl-quoted-printable-lf-crlf-rev): Ditto.
305         (mel-ccl-quoted-printable-lf-lf-rev): Ditto.
306         (mel-ccl-base64-crlf): Ditto.
307         (mel-ccl-base64-lf): Ditto.
308         (base64-ccl-encode-string): Use `mel-ccl-b-rev'.
309         (base64-ccl-encode-region): Ditto.
310         (base64-ccl-insert-encoded-file): Ditto.
311         (base64-ccl-decode-string): Ditto.
312         (base64-ccl-decode-region): Ditto.
313         (quoted-printable-ccl-encode-string): Use
314         `mel-ccl-quoted-printable-lf-lf-rev'.
315         (quoted-printable-ccl-encode-region): Ditto.
316         (quoted-printable-ccl-insert-encoded-file): Ditto.
317         (quoted-printable-ccl-decode-string): Ditto.
318         (quoted-printable-ccl-decode-region): Ditto.
319         (quoted-printable-ccl-write-decoded-region): Ditto.
320         (q-encoding-ccl-encode-string): Use `mel-ccl-uq-rev',
321         `mel-ccl-cq-rev' and `mel-ccl-pq-rev'.
322         (q-encoding-ccl-decode-string): Use `mel-ccl-uq-rev'.
323
324 1998-09-02  Tanaka Akira      <akr@jaist.ac.jp>
325
326         * ew-dec.el (ew-decode-field-interest-option-order): New
327         function.
328         (ew-decode-field-test): Use
329         `ew-decode-field-interest-option-order'.
330
331         * ew-var.el (ew-option-list): New constant.
332         (ew-save-boolean-options): New function.
333         (ew-restore-boolean-options): New function.
334         (ew-dynamic-options): Use `ew-save-boolean-options'.
335
336 1998-09-02  Tanaka Akira      <akr@jaist.ac.jp>
337
338         * ew-data.el (ew-search-sticked-eword): New function.
339         (ew-separate-eword): Use `ew-search-sticked-eword' to
340         check `ew-permit-null-encoded-text', `ew-ignore-75bytes-limit',
341         `ew-permit-sticked-comment' and `ew-permit-sticked-special'.
342
343 1998-09-02  Tanaka Akira      <akr@jaist.ac.jp>
344
345         * ew-data.el (ew-separate-eword): Remove
346         `ew-permit-null-encoded-text' checking.
347
348         * ew-quote.el (ew-quote-concat): Use `ew-encoded-word-regexp'
349         instead of `ew-encoded-word-regexp0'.
350         (ew-quote-sole): Ditto.
351
352         * ew-var.el (ew-encoded-text-regexp): Reverted.
353         (ew-encoded-text-regexp0): Abolished
354         (ew-encoded-text-regexp1): Abolished
355         (ew-encoded-word-regexp): Reverted.
356         (ew-encoded-word-regexp0): Abolished
357         (ew-encoded-word-regexp1): Abolished
358         (ew-anchored-encoded-word-regexp): Use `ew-encoded-word-regexp'.
359         (ew-type2-regexp): Use `ew-encoded-word-regexp'.
360
361 1998-09-01  Tanaka Akira      <akr@jaist.ac.jp>
362
363         * TESTPAT: Add a notice about null encoded-text.
364
365         * ew-dec.el (ew-decode-field-test): Reorder options.
366
367 1998-09-01  Tanaka Akira      <akr@jaist.ac.jp>
368
369         * TESTPAT: Add 16 tests.
370
371         * ew-data.el (ew-separate-eword): Check
372         `ew-permit-null-encoded-text'.
373
374         * ew-quote.el (ew-quote-concat): Use `ew-encoded-word-regexp0'
375         instead of `ew-encoded-word-regexp'.
376         (ew-quote-sole): Ditto.
377
378         * ew-var.el (ew-encoded-text-regexp): Abolished.
379         (ew-encoded-text-regexp0): Renamed from `ew-encoded-text-regexp'.
380         (ew-encoded-text-regexp1): New constant.
381         (ew-encoded-word-regexp): Abolished.
382         (ew-encoded-word-regexp0): Renamed from `ew-encoded-word-regexp'.
383         (ew-encoded-word-regexp1): New constant.
384         (ew-anchored-encoded-word-regexp): Use `ew-encoded-word-regexp0'.
385         (ew-type2-regexp): Use `ew-encoded-word-regexp0'.
386
387 1998-09-01  Tanaka Akira      <akr@jaist.ac.jp>
388
389         * Sync up with flim-1_9_1.
390
391         * mime-def.el (mime-library-version-string): Bump up to
392         FLAM-DOODLE 1.9.2.
393
394 1998-08-28  Tanaka Akira      <akr@jaist.ac.jp>
395
396         * ew-dec.el (ew-decode-field-test): Change column.
397
398         * eword-encode.el (ew-decode-field-test): Sync up to 1.9 from
399         1.3.
400         (eword-encode-field): Add `In-Reply-To' to structured field.
401
402         * mel-b.el:
403           - Move `base64-internal-encoding-limit',
404           `base64-internal-decoding-limit', `base64-encode-region',
405           `base64-decode-region', `base64-encode-string' and
406           `base64-decode-string'
407           to mel.el.
408         (base64-internal-encode-string): Renamed from
409         `base64-encode-string'.
410         (base64-external-write-decoded-region): Renamed from
411         `base64-write-decoded-region'.
412         (base64-internal-encoded-length): Renamed from
413         `base64-encoded-length'
414
415         * mel-dl.el:
416           - Move `base64-encode-string' and `base64-decode-string' to
417           mel.el.
418         (base64-dl-encode-string): New alias for `encode-base64-string'.
419         (base64-dl-decode-string): New alias for `decode-base64-string'.
420         (base64-dl-encode-region): Renamed from `base64-encode-region'.
421         (base64-dl-decode-region): Renamed from `base64-decode-region'.
422         (base64-external-encoder): Abolished.
423         (base64-external-decoder): Abolished.
424         (base64-external-decoder-option-to-specify-file): Abolished.
425         (base64-insert-encoded-file): Abolished.
426         (base64-write-decoded-region): Abolished.
427         (base64-base64-encoded-length): Abolished.
428
429         * mel-g.el:
430           - Move `gzip64-encode-region' and `gzip64-decode-region' to
431           mel.el.
432         (gzip64-external--insert-encoded-file): Renamed from
433         `gzip64-insert-encoded-file'.
434         (gzip64-external-write-decoded-region): Renamed from
435         `gzip64-write-decoded-region'.
436
437         *mel-q.el:
438           - Move `quoted-printable-internal-encoding-limit',
439           `quoted-printable-encode-region',
440           `quoted-printable-internal-decoding-limit' and
441           `quoted-printable-decode-region' to mel.el
442         (quoted-printable-encode-string): Abolished.
443         (quoted-printable-internal-encode-string): New function.
444         (quoted-printable-external-encode-string): New function.
445         (quoted-printable-external-insert-encoded-file): Renamed from
446         `quoted-printable-insert-encoded-file'.
447         (quoted-printable-decode-string): Abolished.
448         (quoted-printable-internal-decode-string): New function.
449         (quoted-printable-external-decode-string): New function.
450         (quoted-printable-external-write-decoded-region): Renamed from
451         `quoted-printable-write-decoded-region'.
452         (q-encoding-internal-encode-string): Renamed from
453         `q-encoding-encode-string'.
454         (q-encoding-internal-decode-string): Renamed from
455         `q-encoding-decode-string'.
456         (q-encoding-internal-encoded-length): Renamed from
457         `q-encoding-encoded-length'.
458
459         * mel-u.el:
460           - Move `uuencode-encode-region', `uuencode-decode-region' to
461           mel.el.
462         (uuencode-external-insert-encoded-file): Renamed from
463         `uuencode-insert-encoded-file'.
464         (uuencode-external-write-decoded-region): Renamed from
465         `uuencode-write-decoded-region'.
466
467         * mel.el: Autoloading Restructured.
468         (base64-internal-encoding-limit): Moved from mel-b.el.
469         (base64-internal-decoding-limit): Moved from mel-b.el.
470         (quoted-printable-internal-encoding-limit): Moved from mel-q.el.
471         (quoted-printable-internal-decoding-limit): Moved from mel-q.el.
472
473 1998-08-28  Tanaka Akira      <akr@jaist.ac.jp>
474
475         * ew-dec.el (ew-decode-field-test): Print sequence of fragments
476         if prefix argument exists.
477
478 1998-08-27  Tanaka Akira      <akr@jaist.ac.jp>
479
480         * ew-dec.el (ew-decode-field-test): Support
481         `ew-permit-null-encoded-text'.
482
483         * ew-unit.el (ew-decode-eword): Check
484         `ew-permit-null-encoded-text'.
485
486         * ew-var.el (ew-encoded-text-regexp): Always permit null string
487         regardless of `ew-permit-null-encoded-text'.
488
489 1998-08-27  Tanaka Akira      <akr@jaist.ac.jp>
490
491         * ew-var.el (ew-decode-field-syntax-alist): Add few fields.
492
493         * eword-decode.el (eword-decode-header): Compare decoded result
494         to CRLF complemented version of field-body.
495
496 1998-08-27  Tanaka Akira      <akr@jaist.ac.jp>
497
498         * ew-dec.el (ew-decode-field-test): Search around current point
499         as default argument when called interactive.
500
501 1998-08-27  Tanaka Akira      <akr@jaist.ac.jp>
502
503         * FLIM-ELS (flime-modules): Add ew-ccl.
504
505         * ew-bq.el: Now it is stub to ew-ccl and mel.
506
507         * ew-ccl: New file (renamed from ew-bq.el).
508
509 1998-08-27  Tanaka Akira      <akr@jaist.ac.jp>
510
511         * ew-dec.el (ew-decode-field-test): Now interactive.
512
513         * eword-decode.el (eword-decode-header): Put original field as
514         text properties.
515
516         * mmbuffer.el (insert-decoded-header): Put original field as
517         text properties.
518
519 1998-08-27  Tanaka Akira      <akr@jaist.ac.jp>
520
521         * DOODLE-TIPS: Add a notice about EVALARGS.
522
523         * Makefile: evaluate environment variable EVALARGS if it is not
524         empty.
525
526         * ew-bq.el:
527           - Use CCL emulating stuff of APEL.
528           - Delete useless `eval-when-compile' in body of
529           `define-ccl-program'.
530
531 1998-08-26  Tanaka Akira      <akr@jaist.ac.jp>
532
533         * ew-scan-n.el: New file.
534
535 1998-08-26  Tanaka Akira      <akr@jaist.ac.jp>
536
537         * FLIM-ELS (flim-modules): Add `ew-scan-n'.
538
539         * ew-dec.el: Require 'ew-scan-n.
540
541         * ew-parse.scm: Add new token `n-body'.
542
543         * ew-var.el (ew-decode-field-syntax-alist): Add fields definition
544         `newsgroups', `path', `lines' and `xref'.
545
546 1998-08-26  Tanaka Akira      <akr@jaist.ac.jp>
547
548         * ew-dec.el (ew-decode-field-test): New function.
549
550 1998-08-26  Tanaka Akira      <akr@jaist.ac.jp>
551
552         * DOODLE-TIPS (gnus-structured-field-decoder): Use
553         `eword-decode-and-unfold-structured-field'.
554         (gnus-unstructured-field-decoder): Use
555         `eword-decode-unstructured-field-body'.
556
557 1998-08-25  Tanaka Akira      <akr@jaist.ac.jp>
558
559         * ew-bq.el (ew-ccl-untrusted-eof-block): Check by coding system instead
560         of CCL directly.
561
562 1998-08-25  Tanaka Akira      <akr@jaist.ac.jp>
563
564         * ew-bq.el (ew-ccl-decode-b): Eliminate `>8=' before `write'.
565
566 1998-08-25  Tanaka Akira      <akr@jaist.ac.jp>
567
568         * ew-bq.el (ew-ccl-decode-b-0-table): Use `if' instead of `cond'
569         (ew-ccl-decode-b-1-table): Ditto.
570         (ew-ccl-decode-b-2-table): Ditto.
571         (ew-ccl-decode-b-3-table): Ditto.
572
573         * ew-quote.el:
574           - Move `ew-quoting-char', `ew-quoting-chars-regexp' and
575           `ew-type2-regexp' to ew-var.el.
576
577         * ew-unit.el:
578           - Move `ew-anchored-encoded-word-regexp', `ew-b-regexp',
579           `ew-q-regexp', `ew-byte-decoder-alist' and `ew-byte-checker-alist'
580           to ew-var.el.
581
582         * ew-var.el (ew-permit-null-encoded-text): New variable.
583         (ew-encoded-text-regexp): Change positive closure to normal closure if
584         `ew-permit-null-encoded-text' is non-nil.
585         (ew-quoting-char): New variable (moved from ew-var.el).
586         (ew-quoting-chars-regexp): New variable (moved from ew-var.el).
587         (ew-type2-regexp): New variable (moved from ew-var.el).
588         (ew-anchored-encoded-word-regexp): New variable (moved from ew-unit.el).
589         (ew-b-regexp): New variable (moved from ew-unit.el).
590         (ew-q-regexp): New variable (moved from ew-unit.el).
591         (ew-byte-decoder-alist): New variable (moved from ew-unit.el).
592         (ew-byte-checker-alist): New variable (moved from ew-unit.el).
593         (ew-dynamic-options): Add `ew-permit-null-encoded-text'.
594
595 1998-08-25  Tanaka Akira      <akr@jaist.ac.jp>
596
597         * ew-bq.el (ew-ccl-decode-base64): Abolished.
598         (ew-ccl-decode-b-bit-ex): New compile time function.
599         (ew-ccl-decode-b-0-table): New compile time constant.
600         (ew-ccl-decode-b-1-table): Ditto.
601         (ew-ccl-decode-b-2-table): Ditto.
602         (ew-ccl-decode-b-3-table): Ditto.
603         (ew-ccl-decode-b): New CCL program.
604         (ew-ccl-b): Use `ew-ccl-decode-b'.
605         (ew-ccl-base64): Use `ew-ccl-decode-b'.
606
607 1998-08-25  Tanaka Akira      <akr@jaist.ac.jp>
608
609         * ew-bq.el (ew-ccl-untrusted-eof-block): Set boolean value. 
610
611 1998-08-25  Tanaka Akira      <akr@jaist.ac.jp>
612
613         * ew-bq.el (ew-ccl-use-symbol): New variable.
614         (ew-ccl-untrusted-eof-block): New variable.
615         (ew-make-ccl-coding-system): New function.
616         (ew-ccl-decode-base64): New CCL program renamed from `ew-ccl-decode-b'.
617         (ew-ccl-encode-b-is-broken): Abolished.
618         (ew-ccl-uq): Use `ew-make-ccl-coding-system' to define.
619         (ew-ccl-cq): Ditto.
620         (ew-ccl-pq): Ditto.
621         (ew-ccl-b): Ditto.
622         (ew-ccl-quoted-printable): Ditto.
623         (ew-ccl-base64): Ditto.
624
625 1998-08-24  Tanaka Akira      <akr@jaist.ac.jp>
626
627         * ew-bq.el (ew-ccl-quoted-printable): Change mnemonic B to Q.
628
629 1998-08-24  Tanaka Akira      <akr@jaist.ac.jp>
630
631         * ew-bq.el (ew-ccl-encode-quoted-printable): Complete behaviour at column 73 with bare CR.
632
633 1998-08-24  Tanaka Akira      <akr@jaist.ac.jp>
634
635         * ew-bq.el (ew-ccl-decode-quoted-printable): New CCL program.
636         (ew-ccl-quoted-printable): New coding-system.
637
638 1998-08-24  Tanaka Akira      <akr@jaist.ac.jp>
639
640         * DOODLE-TIPS: Add a notice about ew-ccl-b.
641
642         * ew-bq.el (ew-bq-use-mel): New variable.
643         (ew-decode-q): Use `q-encoding-decode-string' if `ew-bq-use-mel' is non-nil.
644         (ew-encode-b): Use `base64-encode-string' if `ew-bq-use-mel' is non-nil.
645         (ew-decode-b): Use `base64-decode-string' if `ew-bq-use-mel' is non-nil.
646
647 1998-08-24  Tanaka Akira      <akr@jaist.ac.jp>
648
649         * ew-bq.el (ew-ccl-qp-table): New constant.
650         (ew-ccl-encode-quoted-printable): New CCL program.
651
652 1998-08-23  Tanaka Akira      <akr@jaist.ac.jp>
653
654         * ew-bq.el (ew-ccl-encode-uq): Change BUFFER_MAGNIFICATION to 3.
655         (ew-ccl-encode-cq): Ditto.
656         (ew-ccl-encode-pq): Ditto.
657         (ew-ccl-encode-base64): New CCL program.
658         (ew-ccl-base64): New coding system.
659
660 1998-08-23  Tanaka Akira      <akr@jaist.ac.jp>
661
662         * ew-bq.el: Re-indented.
663
664 1998-08-23  Tanaka Akira      <akr@jaist.ac.jp>
665
666         * ew-bq.el: New file.
667
668         * ew-unit.el: Use 'ew-bq instead of 'mel.
669
670 1998-08-23  Tanaka Akira      <akr@jaist.ac.jp>
671
672         * Makefile (clean): Delete rule for cleaning tl.
673
674         * natset.el (natset-gen-ccl-branch256): New function.
675
676 1998-08-23  Tanaka Akira      <akr@jaist.ac.jp>
677
678         * Makefile (check): New rule.
679
680         * TESTPAT: Add batch testing facility.
681
682         * lex.el (lex-use-ccl): Abolished.
683         (lex-ccl-execute): New variable.
684         (lex-ccl-use-name): New variable.
685         (lex-gen-machine): Use `lex-ccl-execute' instead of `lex-use-ccl'.
686         (lex-gen-ccl-unibyte-automata): Use `lex-ccl-execute' and
687         `lex-ccl-use-name' for generating codes.
688         (lex-gen-ccl-unibyte-automata-program): Use `lex-ccl-execute'.
689
690 1998-08-23  Tanaka Akira      <akr@jaist.ac.jp>
691
692         * lex.el (lex-gen-ccel-unibyte-automata-state): Jump start of loop
693         on end of states.
694
695 1998-08-22  Tanaka Akira      <akr@jaist.ac.jp>
696
697         * TESTPAT: Use `\t' instead of raw TAB character.
698
699         * ew-line.el (ew-crlf-line-generic): Accept bare LF before first CR
700         occurence.
701
702         * ew-quote.el: Evaluate constants on byte-compile time.
703
704         * ew-unit.el: Ditto.
705
706         * ew-var.el: Ditto.
707
708         * lex.el: CCL support.
709         (lex-use-ccl): New variable.
710         (lex-gen-machine): Use `lex-gen-automata' and `lex-gen-action'.
711         (lex-gen-automata): New function.
712         (lex-gen-action): New function.
713         (lex-gen-ccl-unibyte-automata): New function.
714         (lex-gen-ccl-unibyte-automata-program): New function.
715         (lex-gen-ccl-unibyte-automata-state): New function.
716
717         * natset.el (natset-gen-ccl-branch): New function.
718         (natset-gen-ccl-branch-internal): New function.
719         (natset-assoc): New function.
720
721 1998-08-21  Shuhei KOBAYASHI  <shuhei-k@jaist.ac.jp>
722
723         * TESTPAT: Specify coding-system.
724
725 1998-08-21  Tanaka Akira      <akr@jaist.ac.jp>
726
727         * TESTPAT: Change quoted-encoded-word to embedded-encoeded-word.
728
729         * closure.el (closure-make): Closure structure changed.
730         (closure-partial-call): New function.
731         (closure-call): Support new structure.
732
733         * ew-dec.el (ew-decode-field): Abolish argument `eword-filter'.
734         (ew-decode-none): Ditto.
735         (ew-decode-generic): Ditto.
736         (ew-decode-unstructured-ewords): Ditto.
737         (ew-decode-unstructured): Ditto.
738         (ew-decode-phrase-ewords): Ditto.
739         (ew-decode-phrase): Ditto.
740         (ew-decode-comment-ewords): Ditto.
741         (ew-decode-comment): Ditto.
742         (ew-analyze-field-to-decode): New function.
743         (ew-decode-analyzed-field): New function.
744         (ew-decode-field-no-cache): Use `ew-analyze-field-to-decode' and
745         `ew-decode-analyzed-field'.
746         (ew-decode-us-ascii): Now inlining function.
747         (ew-rotate): New macro.
748
749         * ew-quote.el (ew-encode-crlf): Support `ew-remove-bare-crlf' option.
750
751         * ew-unit.el (ew-eword-p): Now inlining function.
752         (ew-decode-eword): Abolish arguments `eword-filter1' and
753         `eword-filter2'.
754
755         * ew-var.el (ew-remove-bare-crlf): New variable.
756         (ew-dynamic-options): Add `ew-remove-bare-crlf'.
757
758         * eword-decode.el: Remove third argument for `ew-decode-field'.
759
760 1998-08-21  Tanaka Akira      <akr@jaist.ac.jp>
761
762         * ew-dec.el (ew-decode-us-ascii): New function.
763         (ew-decode-none): Use the function `ew-decode-us-ascii' instead of 
764         the variable `ew-decode-us-ascii'.
765         (ew-decode-generic): Ditto.
766         (ew-decode-generic-others): Ditto.
767
768         * ew-unit.el (ew-charset-aliases): Abolished.
769         (ew-char-decoder): Use `decode-mime-charset-string' with 'LF as lbt.
770
771         * ew-var.el (ew-decode-us-ascii): Abolished.
772         (ew-default-mime-charset): New variable.
773         (ew-dynamic-options): Add `ew-default-mime-charset'.
774
775 1998-08-21  Tanaka Akira      <akr@jaist.ac.jp>
776
777         * ew-unit.el (ew-eword-p): Use aref instead of substring.
778         (ew-char-decoder): Refined.
779
780         * lalr-el.scm (gen-larl1): New function.
781
782 1998-08-20  Tanaka Akira      <akr@jaist.ac.jp>
783
784         * ew-var.el (ew-dynamic-options): The result is now integer instead
785         of list of booleans.
786
787 1998-08-20  Tanaka Akira      <akr@jaist.ac.jp>
788
789         * Makefile: Output parse table to ew-parse.out instead of
790         states.output.
791
792         * ew-var.el (ew-decode-field-syntax-alist): Keys are now symbols
793         instead of strings.
794
795         * ew-dec.el (ew-decode-field-no-cache): Ditto.
796
797 1998-08-19  Tanaka Akira      <akr@jaist.ac.jp>
798
799         * Makefile: Avoid an error about unexisting `scm'.
800
801 1998-08-19  Tanaka Akira      <akr@jaist.ac.jp>
802
803         * Makefile: Add a rule for making `ew-parse.el'.
804
805         * ew-parse.scm: New file.
806
807         * lalr-el.scm: New file.
808
809         * lr-driver.el (lr-push): Now inlining.
810
811 1998-08-19  Tanaka Akira      <akr@jaist.ac.jp>
812
813         * ew-dec.el: Use 'decoded property instead of 'result for
814         decoded string.
815
816 1998-08-19  Tanaka Akira      <akr@jaist.ac.jp>
817
818         * ew-parse.el: Use lookahead token.
819
820         * ew-data.el (ew-mark-phrase): Decode last token in phrase.
821
822 1998-08-19  Tanaka Akira      <akr@jaist.ac.jp>
823
824         * ew-parse.el: Remove token suffix "-tok".
825
826         * ew-data.el: Ditto.
827
828         * ew-dec.el: Ditto.
829
830         * ew-scan-m.el: Ditto.
831
832         * ew-scan-s.el: Ditto.
833
834         * ew-scan-u.el: Ditto.
835
836         * ew-var.el: Ditto.
837
838 1998-08-19  Tanaka Akira      <akr@jaist.ac.jp>
839
840         * DOODLE-TIPS: Add desctiptions about byte-compile warnings.
841
842         * ew-data.el (ew-mark-phrase): Does not update right end of
843         fragments separation.
844
845         * ew-dec.el (ew-mark): Wait `ew-parse-error-sit-for-seconds'
846         seconds after parse error.
847
848         * ew-line.el (ew-tab-to-space): New function.
849         (ew-crlf-generic): New function.
850         (ew-crlf-line-generic): Rewrited.
851         (ew-lf-generic): New function.
852         (ew-lf-line-generic): Rewrited.
853         (ew-crlf-convert): New function.
854         (ew-crlf-line-convert): Rewrited.
855         (ew-lf-convert): New function.
856         (ew-lf-line-convert): Rewrited.
857         (ew-crlf-fold): New function.
858         (ew-lf-fold): New function.
859         (ew-crlf-refold): New function.
860         (ew-lf-refold): New function.
861
862         * ew-parse.el: Parser actions are now accesible to a lookahead
863         token.
864
865         * ew-var.el (ew-parse-error-sit-for-seconds): New variable.
866
867         * eword-decode.el: Enable debug code `rotate-memo'.
868         (eword-decode-header): Refold decoded field.
869         (eword-decode-and-fold-structured-field): Use `ew-crlf-refold'.
870
871         * lr-driver.el (lr-parse): Provides a lookahead token to parser
872         actions.
873
874         * mmbuffer.el (insert-decoded-header): Refold decoded field.
875
876 1998-08-18  Tanaka Akira      <akr@jaist.ac.jp>
877
878         * DOODLE-TIPS: Change `gnus-unstructured-field-decoder' and
879         `gnus-structured-field-decoder' usable by FLAM-DOODLE and FLIM.
880
881         * ew-data.el (ew-mark-phrase): Update both ends of fragments after
882         fragments separation.
883
884         * ew-unit.el (ew-charset-aliases): Add 'x-ctext.
885
886 1998-08-18  Tanaka Akira      <akr@jaist.ac.jp>
887
888         * mime-def.el (mime-library-version-string): Bump up to
889         FLAM-DOODLE 1.9.1.
890
891 1998-08-18  Tanaka Akira      <akr@jaist.ac.jp>
892
893         * COLORS: New file.
894
895         * ew-data.el (ew-add-frag): Change defun to defsubst.
896
897         * ew-scan-m.el (ew-scan-mime): Refine to fit inlining `ew-add-frag'.
898
899         * ew-scan-s.el (ew-scan-std11): Ditto.
900
901         * ew-scan-u.el (ew-scan-unstructured): Ditto.
902
903 1998-08-17  Tanaka Akira      <akr@jaist.ac.jp>
904
905         * ew-data.el:
906           - Abolish prev-token, next-token, start and end
907           properties on fragment.
908           - Abolish function `ew-tokenize-frag', `ew-add-open',
909           `ew-add-close', `ew-add-token', `ew-add-close-token' and
910           `ew-token-list'.
911         (ew-make-anchor): Add type property.
912         (ew-token-last-frag-p): New function.
913
914         * ew-parse.el: Add new token `anchor'.
915
916         * ew-scan-m.el: Use `ew-add-frag' instead of abolished
917         functions.
918
919         * ew-scan-s.el: Ditto.
920
921 1998-08-17  Tanaka Akira      <akr@jaist.ac.jp>
922
923         * ew-data.el:
924           - Require 'ew-util.
925           - Change token prefix "ew:raw-" to "ew:".
926
927         * ew-dec.el: Change token prefix "ew:raw-" to "ew:".
928         (ew-mark): Shorten parse error message.
929
930         * ew-scan-m.el: Change token prefix "ew:raw-" to "ew:".
931         (ew-scan-mime): Change atom to token.
932
933         * ew-scan-s.el: Change token prefix "ew:raw-" to "ew:".
934
935         * ew-scan-u.el: Change token prefix "ew:raw-" to "ew:".
936
937         * ew-parse.el: Change token prefix "ew:raw-" to "ew:".
938
939 1998-08-17  Tanaka Akira      <akr@jaist.ac.jp>
940
941         * ew-dec.el: Require 'ew-var.
942         (ew-decode-field-cache-buf): New variable.
943         (ew-decode-field-cache-num): New variable.
944         (ew-decode-field-no-cache): Renamed from `ew-decode-field'.
945         (ew-decode-field): Call `ew-decode-field-no-cache' with caching.
946
947 1998-08-17  Tanaka Akira      <akr@jaist.ac.jp>
948
949         * FLIM-ELS (flim-modules): Add `ew-var' and reorder.
950
951         * ew-var.el: New file.
952
953         * ew-data.el: Require 'ew-var.
954         (ew-separate-eword): New function.
955         (ew-mark-phrase): Use `ew-separate-eword'.
956
957         * ew-dec.el: 
958           - Require 'ew-var.
959           - Move `ew-decode-quoted-encoded-word',
960           `ew-ignore-75bytes-limit', `ew-ignore-76bytes-limit',
961           `ew-permit-sticked-comment', `ew-permit-sticked-special',
962           `ew-decode-us-ascii', `ew-decode-field-syntax-alist' and
963           `ew-decode-field-default-syntax' to ew-var.el.
964         (ew-decode-field): Use `ew-separate-eword'.
965
966         * ew-quote.el: Require 'ew-var.
967           - Move `ew-token-regexp', `ew-encoded-text-regexp',
968           `ew-encoded-word-regexp', 
969
970 1998-08-17  Tanaka Akira      <akr@jaist.ac.jp>
971
972         * DOODLE-TIPS: Use `ew-decode-field' directly instead of
973         `eword-decode-unstructured-field-body' and
974         `eword-decode-and-unfold-structured-field'.
975
976         * FLAM-VERSION: New file (renamed from VERSION.FLAM).
977
978         * eword-decode.el (eword-decode-header): Convert CRLF to LF in
979         a result of `ew-decode-field'.
980         (eword-decode-structured-field-body) Ditto.
981         (eword-decode-unstructured-field-body) Ditto.
982
983         * mime.el (mime-read-field): Use `ew-decode-field' instead of
984         `eword-decode-unstructured-field-body'.
985
986         * mmbuffer.el (insert-decoded-header): Use `ew-decode-field'
987         directly.
988
989 1998-08-17  Tanaka Akira      <akr@jaist.ac.jp>
990
991         * DOODLE-TIPS: New file.
992
993         * TESTPAT: Separator of field-name and field-body is now not special.
994
995         * ew-data.el (ew-special-frag-p): Separator of field-name and
996         field-body is now not special.
997
998         * ew-line.el (ew-cut-generic): New function.
999         (ew-cut-cr-lf): Use `ew-cut-generic'.
1000         (ew-cut-cr): New function.
1001         (ew-cut-lf): New function.
1002         (ew-crlf-line-generic): Renamed from `ew-line-generic'
1003         (ew-crlf-line-convert): Renamed from `ew-line-convert'
1004         (ew-lf-line-generic): New function.
1005         (ew-lf-line-convert): New function.
1006
1007         * eword-decode.el (eword-decode-and-fold-structured-field): Use
1008         `ew-decode-field'.
1009         (eword-decode-and-unfold-structured-field): Use
1010         `ew-decode-field'.
1011
1012 1998-08-16  Tanaka Akira      <akr@jaist.ac.jp>
1013
1014         * TESTPAT: Add a driver for `ew-decode-field'.
1015
1016 1998-08-16  Tanaka Akira      <akr@jaist.ac.jp>
1017
1018         * FLIM-ELS (flim-modules): Reorder.
1019
1020 1998-08-16  Tanaka Akira      <akr@jaist.ac.jp>
1021
1022         * ChangeLog: Fix typo.
1023
1024         * ew-parse.el: New file.
1025
1026 1998-08-16  Tanaka Akira      <akr@jaist.ac.jp>
1027
1028         * FLIM-ELS (flim-modules): Add `closure', `natset', `digraph',
1029         `automata', `rx', `lex', `lr-driver', `ew-util', `ew-line',
1030         `ew-quote', `ew-unit', `ew-data', `ew-parse', `ew-scan-s',
1031         `ew-scan-m', `ew-scan-u' and `ew-dec'.
1032
1033         * automata.el, closure.el, digraph.el, ew-data.el, ew-dec.el,
1034         ew-line.el, ew-quote.el, ew-scan-m.el, ew-scan-s.el,
1035         ew-scan-u.el, ew-unit.el, ew-util.el, lex.el, lr-driver.el,
1036         natset.el, rx.el: New files.
1037
1038         * eword-decode.el: Require 'ew-dec.
1039         (eword-decode-header): Use `ew-decode-field'.
1040         (eword-decode-and-unfold-structure): Ditto.
1041         (eword-decode-structured-field-body): Ditto.
1042         (eword-decode-unstructured-field-body): Ditto.
1043
1044 1998-08-16  Tanaka Akira      <akr@jaist.ac.jp>
1045
1046         * DOODLE: branched from flam-1_9_1
1047
1048 1998-08-16  Tanaka Akira      <akr@jaist.ac.jp>
1049
1050         * mime-def.el (mime-library-version-string): Bump up to FLIM-FLAM 1.9.1.
1051
1052 1998-07-22  Tanaka Akira      <akr@jaist.ac.jp>
1053
1054         * ChangeLog: Fix typo.
1055
1056 1998-07-22  Tanaka Akira      <akr@jaist.ac.jp>
1057
1058         * TESTPAT: Add 25 tests.
1059
1060         * TESTPAT: Fix comment convention.
1061
1062         * eword-decode.el (decode-entire-string): Add formal argument
1063         `chars-must-be-quote'.
1064         (eword-decode-unstructured): Add actual argument `chars-must-be-quote'.
1065         (eword-decode-comment): Add actual argument `chars-must-be-quote'.
1066         (eword-decode-quoted-string): Add actual argument `chars-must-be-quote'.
1067         (eword-analyze-quoted-string): Does not quote result of
1068         `eword-decode-quoted-string' as quoted-string because the result is
1069         now already quoted-string form.
1070
1071 1998-07-21  Tanaka Akira      <akr@jaist.ac.jp>
1072
1073         * TESTPAT: Add two tests.
1074
1075         * TESTPAT: quoted-encoded-word quoting character is changed from * to +.
1076
1077 1998-07-21  Tanaka Akira      <akr@jaist.ac.jp>
1078
1079         * TESTPAT: Add sixteen tests.
1080
1081 1998-07-20  Tanaka Akira      <akr@jaist.ac.jp>
1082
1083         * TESTPAT: Add three tests.
1084
1085 1998-07-20  Tanaka Akira      <akr@jaist.ac.jp>
1086
1087         * TESTPAT: Add two tests.
1088
1089 1998-07-20  Tanaka Akira      <akr@jaist.ac.jp>
1090
1091         * TESTPAT: Add test.
1092
1093 1998-07-20  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1094
1095         * mime-def.el (mime-library-version-string): Renamed from
1096         `mime-spadework-module-version-string' to sync with flim-1_9_0.
1097
1098         * mel-q.el (quoted-printable-internal-decode-region): Fix
1099         sync-mistake.
1100
1101 1998-07-19  Tanaka Akira      <akr@jaist.ac.jp>
1102
1103         * TESTPAT: Add full automatic testing capability.
1104
1105 1998-07-19  Tanaka Akira      <akr@jaist.ac.jp>
1106
1107         * TESTPAT: Add quoted-encoded-word description and test.
1108
1109 1998-07-18  Tanaka Akira      <akr@jaist.ac.jp>
1110
1111         * TESTPAT: Add test result by FLIM-FLAM.
1112
1113         * eword-decode.el (eword-lexical-analyze-internal): Restrict
1114         calling `eword-analyze-encoded-word' after calling
1115         `eword-analyze-spaces'.
1116
1117 1998-07-18  Tanaka Akira      <akr@jaist.ac.jp>
1118
1119         * TESTPAT: Add test.
1120
1121         * eword-decode.el (eword-analyze-quoted-string): Quote string as
1122         quoted-string.
1123         (eword-analyze-encoded-word): Quote non-atoms string as
1124         quoted-string.
1125
1126 1998-07-18  Tanaka Akira      <akr@jaist.ac.jp>
1127
1128         * Fix character code for ChangeLog.
1129
1130 1998-07-18  Tanaka Akira      <akr@jaist.ac.jp>
1131
1132         * Sync up with flim-1_8_1 to flim-1_9_0.
1133
1134 1998-07-18  Tanaka Akira      <akr@jaist.ac.jp>
1135
1136         * TESTPAT: Add test driver for FLIM-FLAM.
1137
1138 1998-07-16  Tanaka Akira      <akr@jaist.ac.jp>
1139
1140         * TESTPAT: Change format to s-exp.
1141
1142 1998-07-13  Tanaka Akira      <akr@jaist.ac.jp>
1143
1144         * TESTPAT: Add one test.
1145
1146 1998-07-06  Tanaka Akira      <akr@jaist.ac.jp>
1147
1148         * Sync up with flim-1_3_0 to flim-1_8_1.
1149
1150 1998-06-08  Tanaka Akira      <akr@jaist.ac.jp>
1151
1152         * Sync up with flim-1_2_1 to flim-1_3_0.
1153
1154 1998-05-27  Tanaka Akira      <akr@jaist.ac.jp>
1155
1156         * eword-decode.el (eword-after-encoded-word-in-phrase-regexp):
1157         Remove `(' to do not decode encoded word just before comment.
1158
1159 1998-05-27  Tanaka Akira      <akr@jaist.ac.jp>
1160
1161         * TESTPAT: New file.
1162
1163 1998-05-22  Tanaka Akira      <akr@jaist.ac.jp>
1164
1165         * eword-decode.el (eword-analyze-quoted-string): Check
1166         `eword-decode-quoted-encoded-word'.
1167
1168 1998-05-14  Tanaka Akira      <akr@jaist.ac.jp>
1169
1170         * eword-decode.el (eword-analyze-comment): Call
1171         `std11-unfold-string'.
1172
1173 1998-05-13  Tanaka Akira      <akr@jaist.ac.jp>
1174
1175         * mime-def.el: Fix typo.
1176
1177 1998-05-13  Tanaka Akira      <akr@jaist.ac.jp>
1178
1179         * Sync up with flim-1_2_0 to flim-1_2_1.
1180
1181 1998-05-08  Tanaka Akira      <akr@jaist.ac.jp>
1182
1183         * Sync up with flim-1_1_0 to flim-1_2_0.
1184
1185 1998-05-06  Tanaka Akira      <akr@jaist.ac.jp>
1186
1187         * Sync up with flim-1_0_1 to flim-1_1_0.
1188
1189 1998-04-25  Tanaka Akira      <akr@jaist.ac.jp>
1190
1191         * eword-decode.el (eword-decode-string): Fix arguments order to
1192         calling `eword-decode-unstructured'.
1193         (eword-decode-region): Fix arguments order to calling
1194         `eword-decode-unstructured'.
1195
1196 1998-04-25  Tanaka Akira      <akr@jaist.ac.jp>
1197
1198         * eword-decode.el (eword-decode-first-encoded-words): Update
1199         DOC-string.
1200         (eword-decode-first-encoded-words): Update DOC-string.
1201         (eword-decode-unstructured): Argument `code-conversion' is now
1202         required.
1203         (eword-decode-comment): Argument `code-conversion' is now
1204         required.
1205         (eword-decode-quoted-string): Argument `code-conversion' is now
1206         required.
1207         (eword-decode-string): Update DOC-string. Reorder arguments to
1208         calling `eword-decode-unstructured'.
1209         (eword-decode-region): Update DOC-string. Reorder arguments to
1210         calling `eword-decode-unstructured'.
1211         (eword-analyze-quoted-string): Add `default-mime-charset' argument
1212         to calling eword-decode-quoted-string.
1213         (eword-analyze-comment): Add `default-mime-charset' argument to
1214         calling eword-decode-comment.
1215
1216 1998-04-25  Tanaka Akira      <akr@jaist.ac.jp>
1217
1218         * eword-decode.el (eword-decode-entire-string): Delete argument
1219         `default-charset'. Add argument `code-conversion'.
1220         (eword-decode-unstructured): Add argument `code-conversion'.
1221         (eword-decode-comment): Add argument `code-conversion'.
1222         (eword-decode-quoted-string): Add argument `code-conversion'.
1223         (eword-decode-string): Propagate `code-conversion' to
1224         `eword-decode-unstructured'.
1225         (eword-decode-region): Propagate `code-conversion' to
1226         `eword-decode-unstructured'.
1227
1228 1998-04-23  Shuhei KOBAYASHI  <shuhei-k@jaist.ac.jp>
1229
1230         * eword-decode.el (eword-decode-ignored-field-list): Add
1231         `received'.
1232         
1233         * mel.el (mime-temp-directory): Use TMPDIR, TMP, or TEMP
1234         environment variables.
1235
1236 1998-04-23  Tanaka Akira      <akr@jaist.ac.jp>
1237
1238         * eword-decode.el (eword-encoded-word-prefix-regexp): New
1239         constant.
1240         (eword-encoded-word-suffix-regexp): New constant.
1241         (eword-encoded-text-in-unstructured-regexp): New constant.
1242         (eword-encoded-word-in-unstructured-regexp): New constant.
1243         (eword-after-encoded-word-in-unstructured-regexp): New constant.
1244         (eword-decode-entire-string): New function.
1245         (eword-decode-unstructured): Use `eword-decode-entire-string'.
1246         (eword-decode-comment): Use `eword-decode-entire-string'.
1247         (eword-decode-quoted-string): Use `eword-decode-entire-string'.
1248         (eword-decode-string): Add optional argument
1249         `default-mime-charset'.
1250         (eword-decode-region): Add optional argument
1251         `default-mime-charset'.
1252         (eword-decode-header): Refine `code-conversion' treatment.
1253
1254 1998-04-21  Tanaka Akira      <akr@jaist.ac.jp>
1255
1256         * eword-decode.el (eword-decode-header): code-conversion is now
1257         effective again.
1258
1259 1998-04-21  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1260
1261         * eword-decode.el (eword-decode-quoted-encoded-word): Use
1262         'defcustom.
1263
1264 1998-04-21  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1265
1266         * eword-decode.el (eword-decode-sticked-encoded-word): Use
1267         'defcustom.
1268
1269 1998-04-21  Tanaka Akira      <akr@jaist.ac.jp>
1270
1271         * VERSION.FLAM: New file.
1272
1273 1998-04-17  Tanaka Akira      <akr@jaist.ac.jp>
1274
1275         * Sync up with flim-1_0_0 to flim-1_0_1.
1276
1277 1998-04-13  Tanaka Akira      <akr@jaist.ac.jp>
1278
1279         * eword-decode.el: Copied from AKEMI branch of SEMI.
1280
1281 \f
1282 1998-12-02  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1283
1284         * FLIM: Version 1.12.1 (Nishinoky\e-Dò)\e-A released.
1285
1286 1998-11-30  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1287
1288         * smtpmail.el (smtpmail-send-it): Add autoload cookie; use
1289         `smtpmail-do-bcc' instead of `smtp-do-bcc'; modify for interface
1290         change of `smtp-via-smtp'.
1291         (smtpmail-do-bcc): New function (moved and renamed from
1292         `smtp-do-bcc' of smtp.el).
1293
1294 1998-08-06  Katsumi Yamaoka <yamaoka@jpl.org>
1295
1296         * lisp/smtp.el: Do not insert empty line at the end of message.
1297
1298 1998-06-18  Shuhei KOBAYASHI  <shuhei-k@jaist.ac.jp>
1299
1300         * lisp/smtp.el (smtp-use-8bitmime): New variable.
1301         (smtp-debug-info): Internal variable, now.
1302         (smtp-make-fqdn): Renamed from `smtp-fqdn'.
1303         (smtp-via-smtp): New implementation.
1304         (smtp-send-command): Treat "PASS" as usual.
1305         (smtp-do-bcc): Removed.
1306
1307 1998-11-30  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1308
1309         * smtpmail.el: New module (copied from Semi-gnus 6.8).
1310
1311         * smtp.el: New module (copied from Semi-gnus 6.8).
1312
1313         * FLIM-ELS: Add smtp.el and smtpmail.el.
1314
1315 1998-11-30  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1316
1317         * mime-def.el: Abolish function `eliminate-top-spaces' because it
1318         is not used in FLIM.
1319
1320 1998-11-29  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1321
1322         * eword-encode.el (eword-encode-mailbox-to-rword-list): Fix
1323         problem in `eword-encode-addresses-to-rword-list'.
1324
1325 1998-11-26  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1326
1327         * std11.el (std11-full-name-string): fixed.
1328
1329         * std11.el (std11-comment-value-to-string): fixed.
1330
1331 1998-11-25  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1332
1333         * NEWS (Changes in FLIM 1.12): New section.
1334
1335 1998-11-25  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1336
1337         * std11.el (std11-comment-value-to-string): New function.
1338         (std11-full-name-string): Use `std11-comment-value-to-string'.
1339
1340         * eword-decode.el (eword-parse-comment): New function.
1341         (eword-analyze-comment): New implementation; use
1342         `eword-parse-comment'; change representation.
1343         (eword-decode-token): Modify for representation change of comment.
1344
1345 \f
1346 1998-11-16  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1347
1348         * FLIM: Version 1.12.0 (Amagatsuji) was released.
1349
1350 1998-11-14  Tanaka Akira  <akr@jaist.ac.jp>
1351
1352         * mel-b-ccl.el (ccl-cascading-read): Check consistency.
1353
1354 1998-11-13  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1355
1356         * eword-decode.el (eword-decode-structured-field-body): Abolish
1357         non-used local variable.
1358
1359 1998-11-12  Tanaka Akira  <akr@jaist.ac.jp>
1360
1361         * mel-b-ccl.el (mel-ccl-decode-b): Check `ccl-cascading-read' to
1362         select implementation.
1363
1364 1998-11-12  Tanaka Akira  <akr@jaist.ac.jp>
1365
1366         * mel-q-ccl.el (mel-ccl-encode-quoted-printable-generic): workaround 
1367         for mule-2.3@19.34.
1368
1369 1998-11-12  Tanaka Akira  <akr@jaist.ac.jp>
1370
1371         * mel.el (mel-b-builtin): New variable.
1372
1373 1998-11-10  Tanaka Akira  <akr@jaist.ac.jp>
1374
1375         * FLIM-ELS: require 'pccl.
1376         (flim-modules): Check CCL availability by broken facility.
1377
1378 1998-11-08  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1379
1380         * eword-decode.el (eword-decode-structured-field-body): New
1381         implementation; abolish optional argument `must-unfold'; delete
1382         DOC-string.
1383         (eword-decode-and-unfold-structured-field-body): Renamed from
1384         `eword-decode-and-unfold-structured-field'; delete DOC-string.
1385         (eword-decode-and-fold-structured-field-body): Renamed from
1386         `eword-decode-and-fold-structured-field'; abolish optional
1387         argument `must-unfold'; delete DOC-string.
1388         (eword-decode-unstructured-field-body): Abolish optional argument
1389         `must-unfold'; delete DOC-string.
1390         (eword-decode-and-unfold-unstructured-field-body): Renamed from
1391         `eword-decode-and-unfold-unstructured-field'; delete DOC-string.
1392         (eword-decode-unfolded-unstructured-field-body): New function.
1393
1394 1998-11-08  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1395
1396         * mmgeneric.el (mime-insert-header-from-buffer): Use
1397         `mime-find-field-presentation-method' and
1398         `mime-find-field-decoder-internal'.
1399
1400         * eword-decode.el (mime-find-field-presentation-method): New
1401         macro.
1402         (mime-find-field-decoder-internal): New function.
1403         (mime-find-field-decoder): New implementation (use
1404         mime-find-field-decoder-internal).
1405         (mime-decode-header-in-region): Use
1406         `mime-find-field-presentation-method' and
1407         `mime-find-field-decoder-internal'.
1408
1409 1998-11-08  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1410
1411         * mmgeneric.el (mime-insert-header-from-buffer): Rename
1412         field-presentation-mode `folding' to `wide'.
1413
1414         * eword-decode.el: Rename field-presentation-modes from `native',
1415         `folding', `unfolding', `unfolding-xover' to `plain', `wide',
1416         `summary', `nov'.
1417
1418 1998-11-07  Tanaka Akira  <akr@jaist.ac.jp>
1419
1420         * eword-decode.el (mime-set-field-decoder): Add mode `unfolding-xover'.
1421         (mime-find-field-decoder): Ditto.
1422
1423 1998-11-04  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1424
1425         * eword-encode.el (eword-encode-phrase-route-addr-to-rword-list):
1426         Don't delete the front spaces.
1427         (eword-encode-addresses-to-rword-list): Don't supplement space;
1428         use `nconc' instead of `append'.
1429         (eword-encode-msg-id-to-rword-list): Supplement the front space;
1430         use `nconc' instead of `append'.
1431
1432 1998-11-02  Tanaka Akira  <akr@jaist.ac.jp>
1433
1434         * eword-decode.el (mime-field-decoder-cache): New variable.
1435         (mime-find-field-decoder): Use `mime-field-decoder-cache'.
1436         (mime-update-field-decoder-cache): New variable.
1437         (mime-update-field-decoder-cache): New function.
1438         (mime-decode-header-in-region): Use `mime-field-decoder-cache'.
1439
1440         * mmgeneric.el (mime-insert-header-from-buffer): Use
1441         `mime-field-decoder-cache'.
1442
1443 1998-11-02  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1444
1445         * eword-decode.el (mime-decode-header-in-region): New function.
1446         (mime-decode-header-in-buffer): Use function
1447         `mime-decode-header-in-region'.
1448
1449 1998-10-28  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1450
1451         * mmgeneric.el (mime-insert-header-from-buffer): Refer
1452         `mime-field-decoder-alist' instead of hard-coding.
1453
1454         * mime.el (mime-read-field): Use `mime-decode-field-body'.
1455
1456         * eword-decode.el (eword-decode-and-unfold-structured-field): Add
1457         optional dummy argument `start-column' and `max-column'.
1458         (eword-decode-structured-field-body): Change interface.
1459         (eword-decode-unstructured-field-body): Change interface to add
1460         optional dummy argument `start-column' and `max-column'.
1461         (eword-decode-and-unfold-unstructured-field): Add optional dummy
1462         argument `start-column' and `max-column'.
1463         (mime-field-decoder-alist): New variable; abolish user option
1464         `eword-decode-ignored-field-list' and
1465         `eword-decode-structured-field-list'.
1466         (mime-set-field-decoder): New function.
1467         (mime-find-field-decoder): New function.
1468         (mime-decode-field-body): New function; abolish function
1469         `eword-decode-field-body'.
1470         (mime-decode-header-in-buffer): Renamed from
1471         `eword-decode-header'; refer `mime-field-decoder-alist' instead of
1472         hard-coding; add obsolete alias `eword-decode-header'.
1473
1474 1998-10-28  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1475
1476         * mime-def.el: Avoid compile error when edebug is missing.
1477
1478 \f
1479 1998-10-28  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1480
1481         * FLIM: Version 1.11.3 (Saidaiji) was released.
1482
1483 1998-10-27  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1484
1485         * VERSION: New file (Renamed from FLIM-VERSION).
1486
1487 1998-10-27  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1488
1489         * eword-encode.el (eword-encode-char-type): Return nil for ?\n.
1490
1491 1998-10-27  Tanaka Akira      <akr@jaist.ac.jp>
1492
1493         * eword-encode.el (eword-encode-field-body): Unfold `field-body'.
1494
1495 1998-10-27  Yoshiki Hayashi   <g740685@komaba.ecc.u-tokyo.ac.jp>
1496
1497         * README.ja: Update.
1498
1499 \f
1500 1998-10-26  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1501
1502         * FLIM: Version 1.11.2 (Heij\e-Dò)\e-A was released.
1503
1504         * NEWS (Abolish variable `mime-temp-directory'): New subsection.
1505
1506         * README.en (Installation): Modify for APEL 9.6.
1507
1508 1998-10-26  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1509
1510         * eword-encode.el (eword-encode-field-body): Don't eliminate
1511         top-spaces.
1512
1513 1998-10-25  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1514
1515         * FLIM-ELS (flim-modules): Don't install mel-b-el for Emacs 20.4.
1516
1517 1998-10-25  Tanaka Akira      <akr@jaist.ac.jp>
1518
1519         * eword-decode.el (eword-decode-field-body): Refine implementation.
1520
1521 1998-10-24  Tanaka Akira      <akr@jaist.ac.jp>
1522
1523         * mel-b-ccl.el, mel-q-ccl.el, mel.el, FLIM-ELS: Divide mel-ccl.el
1524         into mel-b-ccl.el and mel-q-ccl.el.
1525
1526 1998-09-11  Tanaka Akira      <akr@jaist.ac.jp>
1527
1528         * mel.el (base64-encoded-length): New implementation.
1529
1530 1998-10-25  Tanaka Akira      <akr@jaist.ac.jp>
1531
1532         * eword-decode.el (eword-decode-field-body): New function.
1533
1534 1998-10-25  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1535
1536         * eword-encode.el (eword-encode-field-body): Change interface.
1537         (eword-encode-header): Use `eword-encode-field-body'; abolish
1538         function `eword-encode-field'.
1539
1540 1998-10-25  Tanaka Akira  <akr@jaist.ac.jp>
1541
1542         * eword-encode.el (eword-encode-field-body): New function.
1543         (eword-encode-field): Use `eword-encode-field-body'.
1544
1545 1998-10-24  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1546
1547         * mel.el, mel-b-el.el, FLIM-ELS: Rename mel-b.el -> mel-b-el.el.
1548
1549 1998-10-24  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1550
1551         * mel-u.el (uuencode-external-decode-region): Use
1552         `temporary-file-directory' instead of `mime-temp-directory'.
1553         (mime-write-decoded-region): Likewise.
1554
1555         * mime-def.el: Abolish variable `mime-temp-directory'.
1556
1557 1998-10-24  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1558
1559         * mmgeneric.el (mime-insert-header-from-buffer): New function.
1560         (insert-header): Use `mime-insert-header-from-buffer'.
1561
1562 1998-10-24  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1563
1564         * FLIM-ELS: Don't install mel-b-dl.el if the running emacs has
1565         builtin base64 encoder/decoder.
1566
1567         * mel.el: Set up builtin base64 encoder/decoder if they are
1568         available.
1569
1570         * mime-def.el (base64-dl-module): Set nil as initial value if the
1571         running emacs has builtin base64 encoder/decoder.
1572
1573         * mel-b.el: Require `poe' instead of `emu'.
1574         (base64-encode-string): Use `defun-maybe'.
1575         (base64-encode-region): Likewise.
1576         (base64-decode-region): Likewise.
1577         (base64-decode-string): Likewise.
1578
1579         * mel-b-dl.el: Require `poe' instead of `emu'.
1580
1581 \f
1582 1998-10-23  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1583
1584         * FLIM: Version 1.11.1 (Takanohara) was released.
1585
1586 1998-10-22  Yoshiki Hayashi   <g740685@komaba.ecc.u-tokyo.ac.jp>
1587
1588         * README.ja: New file.
1589
1590 1998-10-20  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1591
1592         * mime-def.el: Require mcharset.
1593
1594 1998-10-20  Katsumi Yamaoka   <yamaoka@jpl.org>
1595
1596         * mel-u.el (mime-write-decoded-region): Fix typo.
1597
1598         * mime-def.el: Enclose defining procedure for the constants
1599         `std11-quoted-pair-regexp', `std11-non-qtext-char-list' and
1600         `std11-qtext-regexp' with `eval-and-compile'.
1601
1602 1998-10-19  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1603
1604         * NEWS (Behavior change of `mime-insert-header'): New subsection.
1605
1606         * mmgeneric.el (insert-header): Include `:' in field-name.
1607
1608 1998-10-19  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1609
1610         * mime-def.el (std11-qtext-regexp): Use `eval-when-compile'; don't
1611         use `char-list-to-string'.
1612         (std11-quoted-string-regexp): Use `eval-when-compile'.
1613         - Use `def-edebug-spec' to define edebug-form-spec of
1614           mm-define-method; fix definition of edebug-form-spec of
1615           mm-define-method.
1616
1617 1998-10-18  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1618
1619         * mime-en.sgml, mime-ja.sgml (Header encoder/decoder): Add
1620         description about `eword-field-encoding-method-alist'.
1621
1622         * mime-en.sgml (Header encoder/decoder): Modify description about
1623         `eword-encode-header'.
1624
1625         * mime-ja.sgml (Header encoder/decoder): Translate.
1626
1627 1998-10-18  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1628
1629         * mime-en.sgml (entity formatting): Fix typo in description of
1630         `default-mime-charset'.
1631
1632         * mime-en.sgml (Header encoder/decoder): Modify description of
1633         `eword-decode-header'.
1634
1635         * mime-ja.sgml, mime-en.sgml (Header encoder/decoder): fix typo.
1636
1637         * mime-en.sgml (encoder/decoder): Translate description of
1638         `mime-decode-string'.
1639
1640 1998-10-18  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1641
1642         * mime-en.sgml (Content-Disposition parser): Modify description.
1643
1644         * mime-en.sgml (Content-Type parser): Modify description.
1645
1646 1998-10-18  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1647
1648         * mime-en.sgml (Content-Transfer-Encoding parser): Translate.
1649
1650 \f
1651 1998-10-18  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1652
1653         * FLIM: Version 1.11.0 (Yamadagawa) was released.
1654
1655 1998-10-17  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1656
1657         * mime-ja.sgml, mime-en.sgml (entity formatting): Add description
1658         about `mime-insert-text-content'.
1659
1660 1998-10-17  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1661
1662         * mime-ja.sgml, mime-en.sgml (entity formatting): New node; move
1663         `mime-insert-header' from `Entity-header'; move
1664         `default-mime-charset' from `custom'.
1665
1666 1998-10-17  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1667
1668         * mime-en.sgml, mime-ja.sgml (Entity-header): Generic function
1669         `mime-insert-decoded-header' was renamed to `mime-insert-header'.
1670
1671 1998-10-17  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1672
1673         * NEWS: New file.
1674
1675 1998-10-16  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1676
1677         * mime.el (mime-insert-header): Renamed from
1678         `mime-insert-decoded-header'; define `mime-insert-decoded-header'
1679         as an obsolete alias.
1680
1681         * mmgeneric.el, mmcooked.el (insert-header): Renamed from
1682         `insert-decoded-header'.
1683
1684         * README.en (Installation): Add required version of APEL.
1685
1686 1998-10-16  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1687
1688         * mel-g.el: Require mel.
1689
1690         * mel-g.el: Require poem instead of emu.
1691
1692 1998-10-16  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1693
1694         * mime.el (mime-insert-text-content): New generic function.
1695
1696         * mmcooked.el, mmgeneric.el (insert-text-content): New method.
1697
1698 1998-10-02  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1699
1700         * std11.el (std11-unfold-string): New implementation.
1701
1702 1998-10-02  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1703
1704         * mmgeneric.el: New module.
1705
1706         * mmbuffer.el: Use `generic' as mother backend.
1707
1708         * FLIM-ELS (flim-modules): Add mmgeneric.
1709
1710 1998-10-01  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1711
1712         * mime-parse.el (mime-parse-message): Modify for
1713         `make-mime-entity-internal'.
1714
1715         * mime-def.el (make-mime-entity-internal): Change interface to be
1716         able to specify original-header and parsed-header.
1717
1718 1998-09-30  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1719
1720         * eword-decode.el (eword-decode-and-unfold-unstructured-field):
1721         New function.
1722
1723 1998-09-30  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1724
1725         * mime.el (mime-entity-content-type): New implementation.
1726         (mime-entity-content-disposition): New implementation.
1727         (mime-entity-encoding): New implementation.
1728
1729         * mime.el (mime-fetch-field): Refer internal slots for Date,
1730         Message-Id and References fields.
1731
1732         * mime-parse.el (mime-parse-message): Modify for
1733         `make-mime-entity-internal'.
1734
1735         * mime-def.el: Change `mime-entity-*-internal' and
1736         `mime-entity-set-*-internal' to macro.
1737         (make-mime-entity-internal): Change interface and data format for
1738         NOV data; changed to macro.
1739         (mime-entity-set-location-internal): New macro.
1740         (mime-entity-decoded-subject-internal): New macro.
1741         (mime-entity-set-decoded-subject-internal): New macro.
1742         (mime-entity-decoded-from-internal): New macro.
1743         (mime-entity-set-decoded-from-internal): New macro.
1744         (mime-entity-date-internal): New macro.
1745         (mime-entity-set-date-internal): New macro.
1746         (mime-entity-message-id-internal): New macro.
1747         (mime-entity-set-message-id-internal): New macro.
1748         (mime-entity-references-internal): New macro.
1749         (mime-entity-set-references-internal): New macro.
1750         (mime-entity-chars-internal): New macro.
1751         (mime-entity-set-chars-internal): New macro.
1752         (mime-entity-lines-internal): New macro.
1753         (mime-entity-set-lines-internal): New macro.
1754         (mime-entity-xref-internal): New macro.
1755         (mime-entity-set-xref-internal): New macro.
1756         (mime-entity-original-header-internal): Modify for new structure;
1757         changed to macro.
1758         (mime-entity-set-original-header-internal): Likewise.
1759         (mime-entity-parsed-header-internal): Likewise.
1760         (mime-entity-set-parsed-header-internal): Likewise.
1761         (mime-entity-buffer-internal): Likewise.
1762         (mime-entity-set-buffer-internal): Likewise.
1763         (mime-entity-header-start-internal): Likewise.
1764         (mime-entity-set-header-start-internal): Likewise.
1765         (mime-entity-header-end-internal): Likewise.
1766         (mime-entity-set-header-end-internal): Likewise.
1767         (mime-entity-body-start-internal): Likewise.
1768         (mime-entity-set-body-start-internal): Likewise.
1769         (mime-entity-body-end-internal): Likewise.
1770         (mime-entity-set-body-end-internal): Likewise.
1771
1772 \f
1773 1998-10-14  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1774
1775         * FLIM: Version 1.10.5 (Kizugawadai) was released.
1776
1777         * mel.el: Must require poem.
1778
1779 \f
1780 1998-10-12  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1781
1782         * FLIM: Version 1.10.4 (Shin-H\e-Dòsono)\e-A was released.
1783
1784 1998-10-12  Katsumi Yamaoka   <yamaoka@jpl.org>
1785
1786         * README.en: Add explanation about `VERSION_SPECIFIC_LISPDIR'.
1787
1788         * Makefile (install): Add new arg `VERSION_SPECIFIC_LISPDIR'.
1789         (elc): Likewise.
1790
1791         * FLIM-MK (config-flim): Refer to `VERSION_SPECIFIC_LISPDIR'.
1792
1793         * FLIM-CFG (VERSION_SPECIFIC_LISPDIR): New variable.
1794
1795 1998-10-12  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1796
1797         * mel.el (mel-ccl-module): Require path-util when the running
1798         emacs has MULE.
1799
1800         * mel.el: Don't require emu.
1801
1802 1998-10-11  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1803
1804         * FLIM-ELS: Don't install mel-ccl in anything older than XEmacs 21
1805         with MULE.
1806
1807 \f
1808 1998-10-10  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1809
1810         * FLIM: Version 1.10.3 (Komada) was released.
1811
1812         * mel-ccl.el (base64-ccl-write-decoded-region): bind
1813         `jka-compr-compression-info-list' with nil.
1814
1815         * mel-b.el (base64-internal-decoding-limit): Switch default value
1816         between XEmacs-mule and other emacsen.
1817         Abolish function `base64-decode-string!'.
1818         (base64-internal-decode-region): New implementation.
1819         (base64-insert-encoded-file): New function.
1820         (mime-insert-encoded-file): Use `base64-insert-encoded-file'.
1821         (base64-write-decoded-region): New function.
1822         (mime-write-decoded-region): Use `base64-write-decoded-region'.
1823
1824         * mel-b-dl.el (decode-base64-region): Renamed from
1825         `base64-decode-region'.
1826         (mime-insert-encoded-file): Change temporary-buffer to unibyte
1827         representation.  Abolish method `mime-write-decoded-region'
1828         because it is slower than CCL based implementation.
1829
1830 1998-10-09  Tanaka Akira <akr@jaist.ac.jp>
1831
1832         * mel-ccl.el: Check `ccl-execute-eof-block-on-decoding-some'
1833         facility instead of `ccl-execute-eof-block-on-encoding-some'.
1834
1835 1998-10-09  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1836
1837         * mel-b.el (base64-characters): Enclose with `eval-and-compile'.
1838
1839         * eword-decode.el (eword-encoded-text-regexp): Enclose with
1840         `eval-and-compile'.
1841         (eword-encoded-word-regexp): Use `eval-when-compile'.
1842
1843 1998-10-09  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1844
1845         * eword-decode.el (eword-max-size-to-decode): New user option.
1846         (eword-decode-and-fold-structured-field): Do nothing if size of
1847         input is bigger than `eword-max-size-to-decode'.
1848
1849 1998-10-08  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1850
1851         * mel-b.el (base64-numbers): Use `eval-when-compile'.
1852
1853 1998-10-09  Katsumi Yamaoka   <yamaoka@jpl.org>
1854
1855         * FLIM-CFG: Use `add-latest-path' instead of `add-path' for adding
1856         "custom" to load-path.
1857
1858 1998-10-09  Katsumi Yamaoka   <yamaoka@jpl.org>
1859
1860         * mime-def.el (mime-library-product): Enclose with
1861         `eval-and-compile'.
1862
1863         * FLIM-CFG: Add "custom" to load-path.
1864
1865 \f
1866 1998-10-08  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1867
1868         * FLIM: Version 1.10.2 (Kintetsu-Miyazu) was released.
1869
1870         * mime-def.el, mel.el, mel-b-dl.el: Move variable
1871         `base64-dl-module' from mel-b-dl.el and mel.el to mime-def.el.
1872
1873 1998-10-08  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1874
1875         * mel.el (mel-ccl-module): New variable; use it to check mel-ccl
1876         is available.
1877
1878         * FLIM-ELS: Don't install mel-ccl for anything older than MULE
1879         2.3.
1880
1881 1998-10-08  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1882
1883         * mel-u.el: Use `mel-define-backend' to define "x-uue".
1884         Define "x-uuencode" as a clone of "x-uue".
1885
1886         * Move variable `mel-encoding-module-alist' from mel.el to
1887         mime-def.el.
1888         
1889         * mel.el (mel-find-function): Use function
1890         `mel-find-function-from-obarray'.
1891         Use `mel-define-backend' to define "7bit", "8bit" and "binary";
1892         don't define methods of "8bit" and "binary"; inherit methods from
1893         "7bit".
1894
1895         * mime-def.el (mel-service-list): New variable.
1896         (mel-define-service): New implementation.
1897         (mel-find-function-from-obarray): New inline function.
1898         (mel-copy-method): New inline function.
1899         (mel-copy-backend): New inline function.
1900         (mel-define-backend): New macro.
1901
1902 1998-10-08  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1903
1904         * mel-u.el: Define method functions of mel.
1905         (mime-encode-region): Use `mel-define-method-function'; abolish
1906         `uuencode-encode-region'.
1907         (mime-decode-region): Use `mel-define-method-function'; abolish
1908         `uuencode-decode-region'.
1909         (mime-encode-string): New method.
1910         (mime-decode-string): New method.
1911         (mime-insert-encoded-file): Use `mel-define-method'; abolish
1912         `uuencode-insert-encoded-file'.
1913         (mime-write-decoded-region): Use `mel-define-method'; abolish
1914         `uuencode-write-decoded-region'.
1915
1916 1998-10-07  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1917
1918         * mime-def.el (mel-define-service): Add DOC.
1919         (mel-define-method): Add DOC.
1920         (mel-define-method-function): Add DOC.
1921
1922         * mime-en.sgml, mime-ja.sgml: Modify for FLIM 1.10.
1923
1924 \f
1925 1998-10-07  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1926
1927         * FLIM: Version 1.10.1 (Miyamaki) was released.
1928
1929 1998-10-06  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1930
1931         * mel-g.el: Define method functions of mel.
1932         (mime-encode-region): Use `mel-define-method-function'; abolish
1933         `gzip64-encode-region'.
1934         (mime-decode-region): Use `mel-define-method-function'; abolish
1935         `gzip64-decode-region'.
1936         (mime-encode-string): New method.
1937         (mime-decode-string): New method.
1938         (mime-insert-encoded-file): Use `mel-define-method'; abolish
1939         `gzip64-insert-encoded-file'.
1940         (mime-write-decoded-region): Use `mel-define-method'; abolish
1941         `gzip64-write-decoded-region'.
1942
1943         * mime-def.el (mime-library-product): New variable; abolish
1944         `mime-library-version'.
1945         (mime-product-name): New macro.
1946         (mime-product-version): New macro.
1947         (mime-product-code-name): New macro.
1948         (mime-library-version): Renamed from
1949         `mime-library-version-string'; use `mime-library-product',
1950         `mime-product-name', `mime-product-version' and
1951         `mime-product-code-name'.
1952
1953         * mime-def.el (mm-define-backend): Add DOC.
1954         (mm-define-method): Add DOC.
1955
1956         * mel.el (mime-encoding-list): Modify DOC to add description about
1957         optional argument SERVICE.
1958
1959 1998-10-04  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1960
1961         * mime-ja.sgml, mime-en.sgml (mm-backend module): Write
1962         description of `mm-define-backend' and `mm-define-method'.
1963
1964 \f
1965 1998-09-29  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1966
1967         * FLIM: Version 1.10.0 (K\e-Dòdo)\e-A was released.
1968
1969         * README.en (What's FLIM): Add mel-ccl.el.
1970
1971 1998-09-21  Tanaka Akira      <akr@jaist.ac.jp>
1972
1973         * mel-ccl.el:
1974           - Require 'pccl instead of 'emu.
1975           - Use `unless-broken' to check facility.
1976
1977 1998-09-27  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1978
1979         * mel.el (mime-encoding-list): New user option (renamed from
1980         `mime-content-transfer-encoding-list').
1981         (mime-encoding-list): New function.
1982         (mime-encoding-alist): New function.
1983         (mime-encode-region): Use `mime-encoding-alist' for completion.
1984         (mime-decode-region): Likewise.
1985         (mime-insert-encoded-file): Likewise.
1986         (mime-write-decoded-region): Likewise.
1987
1988 1998-09-24  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1989
1990         * eword-decode.el (eword-decode-structured-field-list): Add
1991         Mail-Followup-To field.
1992
1993 1998-09-20  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1994
1995         * eword-encode.el (eword-charset-encoding-alist): Add utf-8.
1996
1997 1998-09-20  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1998
1999         * mel.el (mime-content-transfer-encoding-list): New user option.
2000         (mime-encode-region): Use `mime-content-transfer-encoding-list'
2001         for completion.
2002         (mime-decode-region): Likewise.
2003         (mime-insert-encoded-file): Likewise.
2004         (mime-write-decoded-region): Likewise.
2005
2006         * mel.el (mime-write-decoded-region): fix typo.
2007
2008 1998-09-20  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2009
2010         * mime-def.el (mel-define-method-function): Don't override.
2011
2012 1998-09-20  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2013
2014         * mel.el, mel-ccl.el, FLIM-ELS: Add mel-ccl.el.
2015
2016 1998-09-20  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2017
2018         * mel-dl.el, README.en, FLIM-ELS: Rename mel-dl.el to mel-b-dl.el.
2019
2020         * mel.el: - Rename mel-dl.el to mel-b-dl.el.
2021                   - Move `mel-define-service' to mime-def.el.
2022
2023         * mime-def.el (mel-define-service): New macro (moved from mel.el);
2024         fixed problem in Emacs.
2025         (mel-define-method): Use `mel-define-service'.
2026         (mel-define-method-function): Use `mel-define-service'.
2027
2028 1998-09-20  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2029
2030         * mel.el (mime-encode-region): Don't regard nil encoding as
2031         "7bit".
2032
2033 1998-09-19  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2034
2035         * eword-encode.el (eword-encode-text): Use
2036         `encoded-text-encode-string'.
2037         (tm-eword::encoded-word-length): `q-encoding-encoded-length' was
2038         renamed to `Q-encoded-text-length'.
2039
2040         * eword-decode.el: Move `base64-token-regexp',
2041         `base64-token-padding-regexp', `eword-B-encoded-text-regexp' and
2042         `eword-Q-encoded-text-regexp' to mime-def.el.
2043         (eword-decode-encoded-text): Use `encoded-text-decode-string'.
2044
2045         * mel-q.el: Define method functions of mel.
2046         (mime-insert-encoded-file): Use `mel-define-method'; abolish
2047         `quoted-printable-insert-encoded-file'.
2048         (mime-write-decoded-region): Use `mel-define-method'; abolish
2049         `quoted-printable-write-decoded-region'.
2050         - Move `q-encoding-printable-char-p' and
2051         `q-encoding-encoded-length' to mel.el.
2052
2053         * mel-b.el: Define method functions of mel.
2054         (mime-insert-encoded-file): Use `mel-define-method'; abolish
2055         `base64-insert-encoded-file'.
2056         (mime-write-decoded-region): Use `mel-define-method'; abolish
2057         `base64-write-decoded-region'.  
2058         - Move `base64-encoded-length' to mel.el.
2059
2060         * mel-dl.el (base64-encode-region): Define directly (abolish
2061         `base64-dl-encode-region').
2062         (base64-decode-region): Define directly (abolish
2063         `base64-dl-decode-region').  Define method functions of mel.
2064         (mime-insert-encoded-file): Use `mel-define-method'; abolish
2065         `base64-insert-encoded-file'; don't use external encoder.
2066         (mime-write-decoded-region): Use `mel-define-method'; abolish
2067         `base64-write-decoded-region'; don't use external decoder.
2068         - Move `base64-encoded-length' to mel.el.
2069
2070         * mime.el: Move `mm-arglist-to-arguments' to mime-def.el.
2071
2072         * mime-def.el (base64-token-regexp): New constant (moved from
2073         eword-decode.el).
2074         (base64-token-padding-regexp): Likewise.
2075         (B-encoded-text-regexp): New constant (moved from eword-decode.el,
2076         and renamed from `eword-B-encoded-text-regexp').
2077         (Q-encoded-text-regexp): New constant (moved from eword-decode.el,
2078         and renamed from `eword-Q-encoded-text-regexp'.
2079         (mm-arglist-to-arguments): New function (moved from mime.el).
2080         (mel-define-method): New macro.
2081         (mel-define-method-function): New macro.
2082         (mel-define-function): New macro.
2083
2084         * mel.el (mel-encoding-module-alist): New variable.
2085         (mel-use-module): New function.
2086         (mel-find-function): New function.
2087         (mel-define-service): New macro.
2088         (mime-encode-region): Use `mel-find-function'; abolish variable
2089         `mime-encoding-method-alist'.
2090         (mime-decode-region): Use `mel-find-function'; abolish variable
2091         `mime-decoding-method-alist'.
2092         (mime-decode-string): Use `mel-find-function'; abolish variable
2093         `mime-string-decoding-method-alist'.
2094         (encoded-text-encode-string): New function.
2095         (encoded-text-decode-string): New function.
2096         (base64-encoded-length): New function (moved from mel-b.el and
2097         mel-dl.el).
2098         (Q-encoding-printable-char-p): New function (moved from mel-q.el,
2099         and renamed from `q-encoding-printable-char-p').
2100         (Q-encoded-text-length): New function (moved from mel-q.el, and
2101         renamed from `q-encoding-encoded-length').
2102         (mime-insert-encoded-file): Use `mel-find-function'; abolish
2103         variable `mime-file-encoding-method-alist'.
2104         (mime-write-decoded-region): Use `mel-find-function'; abolish
2105         variable `mime-file-decoding-method-alist'.
2106
2107 1998-09-16  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2108
2109         * mel-b.el (base64-internal-encoding-limit): modify :type.
2110         (base64-internal-decoding-limit): Change initial value to 70000;
2111         modify :type.
2112
2113         * mel-b.el (base64-decode-string!): Renamed from
2114         `base64-internal-decode-string!'.
2115
2116 1998-09-16  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2117
2118         * mel-b.el (base64-characters): New constant.
2119         (base64-num-to-char): Use `base64-characters'.
2120         (base64-numbers): Use `base64-characters'.
2121         (base64-internal-decode): Modify calculation third byte.
2122
2123         * mel-dl.el (base64-dl-encode-string): New alias.
2124         (base64-dl-decode-string): New alias.
2125         (base64-dl-encode-region): Renamed from `base64-encode-region';
2126         don't save-excursion and save-restriction.
2127         (base64-dl-decode-region): Renamed from `base64-decode-region';
2128         don't save-excursion and save-restriction; convert all at once.
2129         (base64-encode-region): New alias.
2130         (base64-decode-region): New alias.
2131
2132         * mel-b.el (base64-internal-decode): New function.
2133         (base64-internal-decode-string): Use `base64-internal-decode'.
2134         (base64-internal-decode-string!): New function.
2135         (base64-internal-decode-region): Use
2136         `base64-internal-decode-string!' instead of
2137         `base64-internal-decode-string'.
2138
2139 1998-09-15  Tanaka Akira  <akr@jaist.ac.jp>
2140
2141         * mel-b.el (base64-numbers): Fix a position of 63.
2142
2143 1998-09-15  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2144
2145         * mel-b.el (base64-numbers): New constant.
2146         (base64-char-to-num): New macro.
2147         (base64-internal-decode-string): Don't use memq.
2148
2149 1998-09-15  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2150
2151         * mel-b.el (base64): New group.
2152         (base64-external-encoder): Now a user option.
2153         (base64-external-decoder): Now a user option.
2154         (base64-external-decoder-option-to-specify-file): Now a user
2155         option.
2156         (base64-internal-encoding-limit): Now a user option.
2157         (base64-internal-decoding-limit): Now a user option.
2158
2159         * mel-b.el (base64-internal-decode-string): New implementation;
2160         abolish function `base64-decode-unit'.
2161
2162 1998-09-15  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2163
2164         * README.en (Installation): Fix typo.
2165
2166 \f
2167 1998-09-15  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2168
2169         * FLIM: Version 1.9.2 (Shin-Tanabe) was released.
2170
2171         * README.en (Installation): Add `install as a XEmacs package'.
2172
2173 1998-09-15  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2174
2175         * mime-en.sgml (Encoding Method): Translate.
2176
2177 1998-09-15  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2178
2179         * eword-encode.el (eword-encode-msg-id-to-rword-list): New
2180         function.
2181         (eword-encode-in-reply-to-to-rword-list): New function.
2182         (eword-encode-in-reply-to): New function.
2183         (eword-encode-field): Use `eword-encode-in-reply-to' for
2184         `In-Reply-To' field.
2185
2186         * std11.el (std11-parse-in-reply-to): New function.
2187
2188 1998-09-14  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2189
2190         * eword-decode.el (eword-decode-structured-field-list): Add
2191         `User-Agent'.
2192
2193 1998-09-11  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2194
2195         * Makefile (package): Don't update auto-autoloads.el and
2196         custom-load.el.
2197
2198         * FLIM-MK (compile-flim-package): Update auto-autoloads.el and
2199         custom-load.el.
2200
2201 1998-09-11  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2202
2203         * mime-def.el: Abolish function `butlast' and `nbutlast'.
2204
2205         * mime-def.el (mime-library-version): New constant.
2206         (mime-library-version-string): Refer `mime-library-version'.
2207
2208 1998-09-11  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2209
2210         * Makefile (XEMACS): New variable.
2211         (PACKAGEDIR): New variable.
2212         (package): New target.
2213         (install-package): New target.
2214
2215         * FLIM-CFG (PACKAGEDIR): New variable.
2216
2217         * FLIM-MK (config-flim-package): New function.
2218         (compile-flim-package): New function.
2219         (install-flim-package): New function.
2220
2221 1998-09-10  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2222
2223         * mime-en.sgml (Content-Type field): Translate.
2224         (mime-content-type): Translate.
2225         (Content-Type parser): Translate.
2226         (Content-Disposition): Translate.
2227         (mime-content-disposition): Translate.
2228         (Content-Disposition parser): Translate.
2229
2230 1998-09-10  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2231
2232         * Makefile (GOMI): Add Texinfo related garbages.
2233         (clean): Delete historical setting.
2234
2235 1998-09-03  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2236
2237         * mime-en.sgml (mm-backend): Translate.
2238         (Request for entity): Likewise.
2239         (mm-backend module): Likewise.
2240
2241         * mime.el (mime-entity-send): Add DOC-string.
2242
2243 1998-09-01  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2244
2245         * mime-en.sgml (Entity hierarchy): Translate.
2246
2247 1998-09-01  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2248
2249         * mime-en.sgml, mime-ja.sgml (Entity): Rearrangement.
2250
2251 \f
2252 1998-08-31  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2253
2254         * FLIM: Version 1.9.1 (Tonosh\e-Dò)\e-A was released.
2255
2256         * mime-en.sgml (mm-backend): Translate a little.
2257
2258 1998-08-31  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2259
2260         * eword-encode.el (eword-encode-default-start-column): New user
2261         option.
2262         (eword-encode-string): Use `eword-encode-default-start-column'.
2263         (eword-encode-address-list): Likewise.
2264         (eword-encode-structured-field-body): Likewise.
2265         (eword-encode-unstructured-field-body): Likewise.
2266
2267 1998-08-31  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2268
2269         * eword-encode.el (eword-encode): New group.
2270         (eword-field-encoding-method-alist): Now a user option (was:
2271         variable).
2272
2273 1998-08-31  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2274
2275         * eword-encode.el: Rename `tm-eword::mailbox-to-rwl' ->
2276         `eword-encode-mailbox-to-rword-list'.
2277
2278         * eword-encode.el: Rename `tm-eword::phrase-to-rwl' ->
2279         `eword-encode-phrase-to-rword-list'.
2280
2281         * eword-encode.el: Rename `eword-addr-spec-to-rwl' ->
2282         `eword-encode-addr-spec-to-rword-list'.
2283
2284         * eword-encode.el: Rename `eword-phrase-route-addr-to-rwl' ->
2285         `eword-encode-phrase-route-addr-to-rword-list'.
2286
2287         * eword-encode.el: Rename `eword-addr-seq-to-rwl' ->
2288         `eword-encode-addr-seq-to-rword-list'.
2289
2290         * eword-encode.el: Rename `tm-eword::split-string' ->
2291         `eword-encode-split-string'.
2292
2293         * eword-encode.el: Rename `tm-eword::addresses-to-rwl' ->
2294         `eword-encode-addresses-to-rword-list'.
2295
2296         * eword-encode.el: Rename `tm-eword::encode-rwl' ->
2297         `eword-encode-rword-list'.
2298
2299         * eword-encode.el (eword-encode-unstructured-field-body): New
2300         function.
2301         (eword-encode-field): Use `eword-encode-unstructured-field-body'.
2302
2303 1998-08-31  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2304
2305         * eword-encode.el (eword-encode-string): Add DOC-string.
2306         (eword-encode-address-list): Likewise.
2307         (eword-encode-structured-field-body): Likewise.
2308
2309         * eword-encode.el (eword-encode-field): Regard `In-Reply-To' as a
2310         structured field.
2311
2312 1998-08-28  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2313
2314         * eword-encode.el (eword-encode-field): Use `capitalize' instead
2315         of `downcase' for `field-name'.
2316
2317         * eword-encode.el (eword-encode-structured-field-body): New
2318         function.
2319         (eword-encode-field): Use `eword-encode-structured-field-body' for
2320         "MIME-Version" and "User-Agent" field.
2321
2322 1998-08-26  Shuhei KOBAYASHI  <shuhei-k@jaist.ac.jp>
2323
2324         * mime-def.el (mm-define-method): Put `edebug-form-spec'.
2325
2326 1998-08-28  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2327
2328         * eword-encode.el (eword-encode-address-list): New function.
2329         (eword-encode-field): Use `eword-encode-address-list' instead of
2330         `tm-eword::encode-address-list'; abolish
2331         `tm-eword::encode-address-list'.
2332
2333         * eword-encode.el (eword-encode-field): Use `eword-encode-string'
2334         instead of `tm-eword::encode-string'; abolish
2335         `tm-eword::encode-string'.
2336
2337         * eword-encode.el: Rename `tm-eword::make-rword' ->
2338         `make-ew-rword'; rename `tm-eword::rword-' -> `ew-rword-'.
2339
2340 1998-08-26  Shuhei KOBAYASHI  <shuhei-k@jaist.ac.jp>
2341
2342         * mel-b.el (base64-insert-encoded-file): Conditionally use
2343         internal converter. (cf. [tm-ja:3320])
2344         (base64-write-decoded-region): Ditto.
2345
2346 1998-08-25  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2347
2348         * FLIM-ELS (flim-modules): Don't add `mel-dl' unconditionally.
2349
2350 1998-08-25  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2351
2352         * Delete mime-lib.el.
2353
2354 1998-08-10  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2355
2356         * mmbuffer.el (write-entity): `write-region-as-CRLF' was renamed
2357         to `write-region-as-raw-text-CRLF'.
2358
2359 1998-08-07  MORIOKA Tomohiko  <morioka@yo.rim.or.jp>
2360
2361         * mmbuffer.el (write-entity): Use `write-region-as-CRLF' instead
2362         of `write-region-as-binary'.
2363
2364 \f
2365 1998-07-15  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2366
2367         * FLIM: Version 1.9.0 (Terada) was released.
2368
2369 1998-07-10  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2370
2371         * mime-parse.el (mime-parse-multipart): Set message/x-broken if
2372         parsing is failed.
2373
2374 1998-07-10  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2375
2376         * mmbuffer.el (entity-children): Don't use
2377         `mime-entity-children-internal'.
2378
2379         * mime-parse.el (mime-parse-multipart): Modify for
2380         `mime-parse-message'; return children.
2381         (mime-parse-encapsulated): Likewise.
2382         (mime-parse-message): Change interface; delete DOC-string; don't
2383         parse children instantly.
2384         (mime-parse-buffer): Modify for `mime-parse-message'.
2385
2386         * mime-parse.el (mime-parse-message): Delete autoload cookie.
2387
2388         * mime.el: Delete autoload setting for `mime-parse-message'.
2389
2390         * mime-en.sgml, mime-ja.sgml (Entity creation): Delete description
2391         of `mime-parse-message'; modify description of `mime-parse-buffer'
2392         to add `representation-type'.
2393
2394 \f
2395 1998-07-07  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2396
2397         * FLIM-Chao: Version 1.8.0 (Shij\e-Dò)\e-A was released.
2398
2399 1998-07-07  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2400
2401         * mmcooked.el: Abolish method `open'.
2402
2403         * mmbuffer.el (initialize-instance): New method; abolish `open'.
2404         (entity-children): New method.
2405
2406         * mime.el (mime-open-entity): Send `initialize-instance' to
2407         created message.
2408         (mime-entity-children): New implementation.
2409         (mime-entity-parent): New implementation.
2410         (mime-root-entity-p): New implementation.
2411
2412         * mime-parse.el (mime-parse-multipart): Specify current entity as
2413         parent.
2414         (mime-parse-encapsulated): Likewise.
2415         (mime-parse-message): Change interface to specify parent; modify
2416         for `make-mime-entity-internal'.
2417         (mime-parse-buffer): Modify for `mime-parse-message'.
2418
2419         * mime-def.el (make-mime-entity-internal): Change interface; add
2420         format of `mime-entity' to add `parent'.
2421
2422 1998-07-07  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2423
2424         * mmbuffer.el (mime-visible-field-p): Renamed from
2425         `eword-visible-field-p'.
2426
2427 1998-07-07  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2428
2429         * mime.el (mm-arglist-to-arguments): New function.
2430         (mm-define-generic): New macro.
2431         (mime-entity-cooked-p): Use `mm-define-generic'.
2432         (mime-entity-point-min): Use `mm-define-generic'.
2433         (mime-insert-decoded-header): Use `mm-define-generic'.
2434         (mime-entity-content): Use `mm-define-generic'.
2435         (mime-write-entity-content): Use `mm-define-generic'.
2436         (mime-write-entity): Use `mm-define-generic'.
2437         (mime-write-entity-body): Use `mm-define-generic'.
2438
2439 1998-07-07  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2440
2441         * mmbuffer.el (eword-visible-field-p): Moved from mime.el.
2442
2443         * mime.el: Move `eword-visible-field-p' to mmbuffer.el.
2444         (mime-write-entity-body): Change message to `write-body'.
2445
2446 1998-07-07  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2447
2448         * mmcooked.el, mmbuffer.el (open): Renamed from `open-entity'.
2449
2450         * mime.el (mime-open-entity): Change message to `open'.
2451
2452         * mime-def.el (mm-define-backend): Must `copy-alist'.
2453
2454 1998-07-07  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2455
2456         * mmcooked.el, mmbuffer.el: Use `mm-define-backend' and
2457         `mm-define-method'.
2458
2459         * mime.el: Move `mime-entity-implementation-alist' to mime-def.el.
2460         (mime-find-function): New implementation.
2461         (mime-entity-cooked-p): Use `mime-entity-send'.
2462
2463         * mime-def.el (mime-entity-implementation-alist): Moved from
2464         mime.el.
2465         (mm-define-backend): New macro.
2466         (mm-define-method): New macro.
2467
2468 \f
2469 1998-07-05  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2470
2471         * FLIM: Version 1.8.1 (Kutsukawa) was released.
2472
2473 1998-07-04  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2474
2475         * mime-en.sgml, mime-ja.sgml (Entity Attributes): Add description
2476         about `default-encoding' of `mime-entity-encoding'.
2477
2478         * mime-en.texi, mime-en.sgml: New files.
2479
2480         * mime-ja.sgml (media-type): Fix typo.
2481
2482         * mime-ja.sgml (Glossary): Fix order.
2483
2484         * mime-ja.sgml (Entity Attributes): Use <code> tag for nil.
2485
2486         * mime-ja.sgml (Entity Attributes): Fix typo.
2487
2488 1998-07-03  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2489
2490         * mime.el (mime-entity-encoding): Add new optional argument
2491         `default-encoding'; set default encoding if
2492         Content-Transfer-Encoding field is not found.
2493
2494 1998-07-03  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2495
2496         * mmbuffer.el (mmbuffer-write-entity): Use
2497         `mime-entity-buffer-internal', `mmbuffer-entity-point-min' and
2498         `mmbuffer-entity-point-max'.
2499         (mmbuffer-write-entity-body): Use `mime-entity-buffer-internal',
2500         `mime-entity-body-start-internal' and
2501         `mime-entity-body-end-internal'.
2502         (mmbuffer-insert-decoded-header): Use
2503         `mime-entity-buffer-internal', `mime-entity-header-start-internal'
2504         and `mime-entity-header-end-internal'.
2505
2506 \f
2507 1998-07-01  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2508
2509         * FLIM: Version 1.8.0 (\e-DÒkubo)\e-A was released.
2510
2511         * README.en: Delete `How to use'.
2512
2513 1998-07-01  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2514
2515         * mime-ja.sgml (Entity creation): Add reference for `mm-backend'
2516         in description of `mime-open-entity'.
2517
2518         * mime-ja.sgml (mm-backend): New section.
2519
2520 1998-07-01  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2521
2522         * mime-ja.sgml (Entity-header): Modify description about
2523         `mime-insert-decoded-header'.
2524
2525         * mmcooked.el (mmcooked-insert-decoded-header): New function.
2526
2527         * mmbuffer.el (mmbuffer-insert-decoded-header): New function.
2528
2529         * mime.el (mime-insert-decoded-header): Use implementation of
2530         mm-backend; abolish optional argument `code-conversion'.
2531
2532 1998-06-30  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2533
2534         * eword-decode.el (eword-decode-encoded-text): Use
2535         `decode-mime-charset-string'.
2536
2537 1998-06-30  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2538
2539         * mmcooked.el (mmcooked-write-entity-body): New function.
2540
2541         * mmbuffer.el (mmbuffer-write-entity-body): New function.
2542
2543         * mime.el (mime-write-entity-body): Use implementation of
2544         mm-backend.
2545
2546 1998-06-30  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2547
2548         * mmcooked.el (mmcooked-write-entity): New function.
2549
2550         * mmbuffer.el (mmbuffer-write-entity): New function.
2551
2552         * mime.el (mime-write-entity): Use implementation of mm-backend.
2553
2554 1998-06-30  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2555
2556         * mmcooked.el (mmcooked-entity-content): New alias for
2557         `mmbuffer-entity-content'.
2558         (mmcooked-write-entity-content): New function.
2559
2560         * mmbuffer.el (mmbuffer-entity-content): New function.
2561         (mmbuffer-write-entity-content): New function.
2562
2563         * mime.el (mime-entity-send): New function.
2564         (mime-entity-buffer): Use `mime-entity-send'.
2565         (mime-entity-point-min): Likewise.
2566         (mime-entity-point-max): Likewise.
2567         (mime-entity-header-start): Likewise.
2568         (mime-entity-header-end): Likewise.
2569         (mime-entity-body-start): Likewise.
2570         (mime-entity-body-end): Likewise.
2571         (mime-fetch-field): Likewise.
2572         (mime-entity-content): Use implementation of mm-backend.
2573         (mime-write-entity-content): Likewise.
2574
2575 \f
2576 1998-06-30  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2577
2578         * FLIM: Version 1.7.0 (Iseda) was released.
2579
2580         * mime-ja.sgml (Entity creation): Add description of
2581         `mime-open-entity'.
2582         (Entity Attributes): Add description of `mime-entity-cooked-p'.
2583         (Entity-content): Add description of `mime-write-entity-content',
2584         `mime-write-entity' and `mime-write-entity-body'.
2585
2586 1998-06-29  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2587
2588         * mime.el (mime-write-entity-content): New function.
2589
2590 1998-06-28  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2591
2592         * mime.el (mime-write-entity-body): New function.
2593
2594         * mime.el (mime-write-entity): New function.
2595
2596 1998-06-28  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2597
2598         * mime-parse.el (mime-parse-multipart): Change media-type of
2599         entity to application/octet-stream if the first delimiter is not
2600         found.
2601
2602 1998-06-28  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2603
2604         * FLIM-ELS (flim-modules): Add `mmbuffer' and `mmcooked'.
2605
2606         * mmcooked.el: New file.
2607
2608         * mmbuffer.el: New file.
2609
2610         * mime.el (mime-entity-implementation-alist): New variable.
2611         (mime-find-function): New function.
2612         (mime-open-entity): New function.
2613         (mime-entity-function): New function.
2614         (mime-entity-cooked-p): New function.
2615         (mime-entity-buffer): Use backend-module.
2616         (mime-entity-point-min): Likewise.
2617         (mime-entity-point-max): Likewise.
2618         (mime-entity-header-start): Likewise.
2619         (mime-entity-header-end): Likewise.
2620         (mime-entity-body-start): Likewise.
2621         (mime-entity-body-end): Likewise.
2622         (mime-fetch-field): Likewise.
2623
2624         * mime-parse.el (mime-parse-message): New optional argument
2625         `representation-type'.
2626         (mime-parse-buffer): Likewise.
2627
2628         * mime-def.el: Change format of mime-entity-internal to add
2629         `representation-type' and `location'.
2630
2631 \f
2632 1998-06-28  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2633
2634         * FLIM-Chao: Version 1.7.0 (Goj\e-Dò)\e-A was released.
2635
2636 1998-06-26  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2637
2638         * mime-ja.sgml: Modify for FLIM 1.7.
2639
2640         * mime.el (mime-entity-number): Add DOC.
2641
2642 1998-06-26  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2643
2644         * mime.el (mime-entity-encoding): New implementation.
2645
2646         * mime-parse.el (mime-parse-message): Abolish argument `encoding'.
2647
2648         * mime-def.el (make-mime-entity-internal): Abolish argument
2649         `encoding'.
2650         (mime-entity-set-encoding-internal): New function.
2651
2652 1998-06-26  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2653
2654         * mime.el (mime-entity-content-disposition): New implementation.
2655
2656         * mime-parse.el (mime-parse-message): Don't parse
2657         Content-Disposition.
2658
2659         * mime-def.el (make-mime-entity-internal): Delete argument
2660         `content-disposition'.
2661         (mime-entity-set-content-disposition-internal): New function.
2662
2663 1998-06-25  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2664
2665         * eword-decode.el: Move function `eword-visible-field-p' and
2666         `mime-insert-decoded-header' to mime.el.
2667
2668         * mime-parse.el: Use internal functions of mime-entity.
2669
2670         * mime.el (mime-entity-children): Moved from mime-def.el; use
2671         `mime-entity-children-internal'.
2672         (mime-entity-node-id): Moved from mime-def.el; use
2673         `mime-entity-node-id-internal'.
2674         (mime-entity-number): Moved from mime-def.el; use
2675         `mime-entity-node-id-internal'.
2676         (mime-entity-buffer): Moved from mime-def.el; use
2677         `mime-entity-buffer-internal'.
2678         (mime-entity-point-min): Moved from mime-def.el; use
2679         `mime-entity-header-start-internal'.
2680         (mime-entity-point-max): Moved from mime-def.el; use
2681         `mime-entity-body-end-internal'.
2682         (mime-entity-header-start): Moved from mime-def.el; use
2683         `mime-entity-header-start-internal'.
2684         (mime-entity-header-end): Moved from mime-def.el; use
2685         `mime-entity-header-end-internal'.
2686         (mime-entity-content-type): Moved from mime-def.el; use
2687         `mime-entity-content-type-internal'.
2688         (mime-entity-content-disposition): Moved from mime-def.el; use
2689         `mime-entity-content-disposition-internal'.
2690         (mime-entity-encoding): Moved from mime-def.el; use
2691         `mime-entity-encoding-internal'.
2692         (mime-fetch-field): Use `mime-entity-original-header-internal' and
2693         `mime-entity-set-original-header-internal'.
2694         (mime-read-field): Use `mime-entity-parsed-header-internal' and
2695         `mime-entity-set-parsed-header-internal'.
2696         (eword-visible-field-p): Moved from eword-decode.el.
2697         (mime-insert-decoded-header): Moved from eword-decode.el.
2698         (mime-entity-body-start): Moved from mime-def.el; use
2699         `mime-entity-body-start-internal'.
2700         (mime-entity-body-end): Moved from mime-def.el; use
2701         `mime-entity-body-end-internal'.
2702         (mime-entity-media-type): Moved from mime-def.el.
2703         (mime-entity-media-subtype): Moved from mime-def.el.
2704         (mime-entity-parameters): Moved from mime-def.el.
2705         (mime-entity-type/subtype): Moved from mime-def.el.
2706
2707         * mime-def.el (make-mime-entity-internal): Renamed from
2708         `make-mime-entity'.
2709         (mime-entity-buffer-internal): New function.
2710         (mime-entity-header-start-internal): New function.
2711         (mime-entity-header-end-internal): New function.
2712         (mime-entity-body-start-internal): New function.
2713         (mime-entity-body-end-internal): New function.
2714         (mime-entity-node-id-internal): New function.
2715         (mime-entity-content-type-internal): New function.
2716         (mime-entity-content-disposition-internal): New function.
2717         (mime-entity-encoding-internal): New function.
2718         (mime-entity-original-header-internal): New function.
2719         (mime-entity-children-internal): New function.
2720         (mime-entity-parsed-header-internal): New function.
2721         (mime-entity-set-original-header-internal): Renamed from
2722         `mime-entity-set-original-header'.
2723         (mime-entity-set-children-internal): Renamed from
2724         `mime-entity-set-children'.
2725         (mime-entity-set-parsed-header-internal): Renamed from
2726         `mime-entity-set-parsed-header'.  Move `mime-entity-SLOT'
2727         functions to mime.el.
2728
2729 1998-06-25  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2730
2731         * mime-ja.sgml (CVS): Fix typo.
2732
2733 1998-06-24  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2734
2735         * mime-parse.el (mime-parse-encapsulated): New function.
2736         (mime-parse-message): Use `mime-parse-encapsulated'.
2737
2738 1998-06-24  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2739
2740         * mime-def.el (mime-entity-set-children): New function.
2741
2742         * mime-parse.el (mime-parse-multipart): Change interface.
2743         (mime-parse-message): Use `mime-entity-set-children'.
2744
2745 1998-06-24  Shuhei KOBAYASHI  <shuhei-k@jaist.ac.jp>
2746
2747         * mime.el (mime-read-field): Fix typo.
2748
2749 \f
2750 1998-06-24  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2751
2752         * FLIM: Version 1.6.0 (Ogura) was released.
2753
2754         * mime-ja.sgml (Entity Attributes): New section.
2755
2756         * mime-ja.sgml (Entity as node in message): Add description of
2757         `mime-find-entity-from-number' and
2758         `mime-find-entity-from-node-id'.
2759
2760         * mime.el (mime-find-entity-from-number): New function.
2761         (mime-find-entity-from-node-id): New function.
2762         (mime-entity-parent): New function (moved from SEMI MIME-View).
2763         (mime-entity-uu-filename): New function (moved from SEMI
2764         MIME-View).
2765         (mime-entity-filename): New function (moved from SEMI MIME-View).
2766
2767         * mime-def.el (mime-uuencode-encoding-name-list): New variable.
2768
2769 1998-06-24  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2770
2771         * mime-ja.sgml: Modify for FLIM 1.6.
2772
2773         * mime.el (mime-fetch-field): New function; abolish
2774         `mime-entity-fetch-field'.
2775         (mime-read-field): New function; abolish `mime-entity-read-field'.
2776
2777 1998-06-23  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2778
2779         * mime-ja.sgml, mime-ja.texi: New files.
2780
2781 1998-06-22  Shuhei KOBAYASHI  <shuhei-k@jaist.ac.jp>
2782
2783         * mime-parse.el (mime-parse-message): Would error if empty body.
2784
2785 \f
2786 1998-06-22  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2787
2788         * FLIM: Version 1.5.0 (Mukaijima) was released.
2789
2790 1998-06-21  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2791
2792         * README.en (What's FLIM): Modify for mime.el.
2793
2794         * FLIM-ELS (flim-modules): Add `mime'.
2795
2796         * mime-lib.el: Move every definitions to mime.el.
2797
2798         * mime.el: New module (renamed from mime-lib.el).
2799
2800 1998-06-21  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2801
2802         * mime-lib.el: Add autoload setting for eword-encode.el.
2803
2804         * mime-lib.el (mime-entity-content): New function.
2805
2806 1998-06-20  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2807
2808         * mel.el: Abolish constant `mel-version'.
2809
2810         * mel.el (mime-string-decoding-method-alist): New variable.
2811         (mime-decode-string): New function.
2812
2813 1998-06-20  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2814
2815         * mel-b.el (base64-external-decode-string): New function.
2816         (base64-decode-string): New function.
2817
2818 1998-06-20  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2819
2820         * mel-q.el (quoted-printable-decode-string): New implementation.
2821
2822 1998-06-20  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2823
2824         * mel-q.el (quoted-printable-internal-decode-region): New
2825         implementation.
2826
2827 1998-06-20  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2828
2829         * mel-q.el (q-encoding-decode-string): Use
2830         `quoted-printable-hex-char-to-num'.
2831
2832         * mel-q.el (quoted-printable-hex-char-to-num): New function.
2833         (quoted-printable-decode-string): Use
2834         `quoted-printable-hex-char-to-num'.
2835
2836 1998-06-19  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2837
2838         * mime-def.el, mime-parse.el: Move `mime-message-structure' from
2839         mime-parse.el to mime-def.el.
2840
2841 1998-06-19  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2842
2843         * mime-lib.el, mime-parse.el: Move `mime-root-entity-p' from
2844         mime-parse.el to mime-lib.el.
2845
2846         * mime-lib.el: Add autoload setting for mime-parse.el.
2847
2848 1998-06-19  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2849
2850         * mime-parse.el, mime-def.el: Move `mime-entity-point-min',
2851         `mime-entity-point-max', `mime-entity-media-type',
2852         `mime-entity-media-subtype', `mime-entity-parameters' and
2853         `mime-entity-type/subtype' from mime-parse.el to mime-def.el.
2854
2855         * mime-parse.el, mime-def.el: Move `mime-content-disposition'
2856         reference functions from mime-parse.el to mime-def.el.
2857
2858         * mime-parse.el, mime-def.el: Move structure `mime-content-type'
2859         from mime-parse.el to mime-def.el.
2860
2861 1998-06-19  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2862
2863         * mel-b.el (base64-internal-decode-string): Renamed from
2864         `base64-decode-string'.
2865         (base64-decode-string): New alias for
2866         `base64-internal-decode-string'.
2867
2868 1998-06-19  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2869
2870         * mel-b.el (base64-decode-unit): New function; abolish
2871         `base64-decode-1'.
2872         (base64-decode-string): New implementation.
2873         (base64-internal-decode-region): New implementation.
2874
2875 1998-06-19  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2876
2877         * mime-parse.el (mime-message-structure): New variable.
2878         (mime-parse-buffer): New function.
2879
2880 1998-06-19  Shuhei KOBAYASHI  <shuhei-k@jaist.ac.jp>
2881
2882         * mime-def.el: Require 'cl when it is compiled.
2883
2884         * mime-lib.el (mime-entity-read-field): Fix typo.
2885         Use `eword-decode-ignored-field-list'.
2886
2887         * mime-parse.el (mime-parse-multipart): Fix typo.
2888         (mime-parse-message): Parse message/external-body.
2889
2890 \f
2891 1998-06-19  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2892
2893         * FLIM: Version 1.4.1 (Momoyama-Gory\e-Dòmae)\e-A was released.
2894
2895 1998-06-18  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2896
2897         * eword-decode.el (mime-insert-decoded-header): Fix typo.
2898
2899 \f
2900 1998-06-18  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2901
2902         * FLIM: Version 1.4.0 (Kintetsu-Tanbabashi) was released.
2903
2904 1998-06-18  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2905
2906         * README.en (What's FLIM): Add description about mime-lib.el and
2907         mime-parse.el.
2908
2909 1998-06-17  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2910
2911         * mime-parse.el: Require 'cl when it is compiled.
2912
2913         * eword-decode.el (eword-visible-field-p): New function.
2914         (mime-insert-decoded-header): Use `eword-visible-field-p'.
2915
2916 1998-06-17  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2917
2918         * mime-def.el (mime-library-version-string): Renamed from
2919         `mime-spadework-module-version-string'.
2920
2921         * mime-parse.el: New file; moved from SEMI layer.
2922
2923         * FLIM-ELS (flim-modules): Add `mime-parse'.
2924
2925 1998-06-17  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2926
2927         * FLIM-ELS (flim-modules): Add `mime-lib'.
2928
2929         * mime-lib.el: New module.
2930
2931         * mime-def.el (mime-entity): Add new slots for original-header and
2932         parsed-header.
2933         (mime-entity-set-original-header): New function.
2934         (mime-entity-set-parsed-header): New function.
2935
2936 1998-06-16  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2937
2938         * mime-def.el (mime-entity-number): New function (moved from SEMI
2939         layer).
2940
2941 1998-06-16  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2942
2943         * mime-def.el: Move definition of structure `mime-entity' from
2944         SEMI layer.
2945
2946 1998-06-16  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2947
2948         * eword-decode.el (eword-decode-ignored-field-list): Capitalize
2949         default value.
2950         (eword-decode-structured-field-list): Capitalize default value.
2951         (eword-decode-header): Regularize field name by `capitalize'.
2952         (mime-insert-decoded-header): New function.
2953
2954 1998-06-15  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2955
2956         * mailcap.el (mailcap-file): Use `defcustom'.
2957
2958 \f
2959 1998-06-01  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2960
2961         * FLIM: Version 1.3.0 (Fushimi) was released.
2962
2963 1998-05-28  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2964
2965         * std11.el (std11-fetch-field): New function.
2966         (std11-field-body): Use 'std11-fetch-field.
2967
2968 1998-05-28  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2969
2970         * mime-def.el (regexp-*): New function (moved from mime-parse.el
2971         of SEMI (REMI)).
2972         (regexp-or): New function (moved from mime-parse.el of
2973         SEMI (REMI)).
2974
2975         (std11-quoted-pair-regexp): New constant (moved from mime-parse.el
2976         of SEMI (REMI)).
2977         (std11-non-qtext-char-list): New constant (copied from std11.el).
2978         (std11-qtext-regexp): New constant (moved from mime-parse.el of
2979         SEMI (REMI)).
2980         (std11-quoted-string-regexp): New constant (moved from
2981         mime-parse.el of SEMI (REMI)).
2982
2983 \f
2984 1998-05-17  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2985
2986         * FLIM: Version 1.2.2 (Takeda) was released.
2987
2988         * FLIM-VERSION: New file.
2989
2990 1998-05-15  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2991
2992         * mel-q.el (quoted-printable-internal-encode-region): Use
2993         'looking-at-as-unibyte instead of local binding for
2994         enable-multibyte-characters.
2995
2996 \f
2997 1998-05-09  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2998
2999         * FLIM: Version 1.2.1 (Kamitobaguchi) was released.
3000
3001 1998-05-09  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3002
3003         * mel-q.el (quoted-printable-internal-decode-region): Use
3004         'string-as-multibyte to avoid problem in Emacs 20.3.
3005
3006 1998-05-08  Katsumi Yamaoka   <yamaoka@jpl.org>
3007
3008         * mel-u.el: Use mime-temp-directory instead of TMP.
3009
3010 \f
3011 1998-05-06  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3012
3013         * FLIM: Version 1.2.0 (J\e-Dþjò)\e-A was released.
3014
3015         * README.en (What's FLIM): Delete description about
3016         std11-parse.el; add description about mailcap.el.
3017
3018 1998-05-06  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3019
3020         * eword-decode.el (eword-decode-encoded-word-error-handler): New
3021         variable.
3022         (eword-decode-encoded-word-default-error-handler): New function.
3023         (eword-decode-encoded-word): Use
3024         'eword-decode-encoded-word-error-handler.
3025
3026 1998-05-06  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3027
3028         * mailcap.el: Require 'mime-def.
3029
3030         * mime-def.el (mime-type/subtype-string): New function (moved from
3031         semi/mime-parse.el).
3032
3033 1998-05-06  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3034
3035         * std11-parse.el: Abolish std11-parse.el.
3036
3037         * FLIM-ELS (flim-modules): Abolish 'std11-parse.
3038
3039         * eword-decode.el: Require 'std11 instead of 'std11-parse.
3040
3041         * std11.el: Merge std11-parse.el.
3042
3043 1998-05-06  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3044
3045         * mime-def.el (mime-temp-directory): Use 'defcustom.
3046
3047         * mel-u.el: Require 'mime-def instead of 'mel.
3048
3049         * mime-def.el (mime-temp-directory): New variable (moved from
3050         mel.el).
3051
3052         * mel.el: Move definition of 'mime-temp-directory to mime-def.el.
3053
3054 1998-05-06  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3055
3056         * mailcap.el (mailcap-format-command): New function.
3057
3058         * mailcap.el (mailcap-look-at-mtext): Don't strip quoted character
3059         again.
3060
3061 \f
3062 1998-05-05  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3063
3064         * FLIM: Version 1.1.0 (T\e-Dòji)\e-A was released.
3065
3066 1998-05-04  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3067
3068         * mime-def.el (quoted-printable-hex-chars): New constant.
3069         (quoted-printable-octet-regexp): New constant.
3070
3071         * mel-q.el, eword-decode.el: Move definition of constant
3072         'quoted-printable-hex-chars and 'quoted-printable-octet-regexp to
3073         mime-def.el.
3074
3075 1998-05-03  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3076
3077         * mailcap.el (mailcap-look-at-mtext): Strip quoted character.
3078
3079 1998-05-03  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3080
3081         * mailcap.el (mailcap-look-at-mtext): Fix typo.
3082
3083 1998-05-03  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3084
3085         * FLIM-ELS (flim-modules): Add mailcap.
3086
3087         * mailcap.el: New file (copied from SEMI).
3088
3089 1998-04-23  Shuhei KOBAYASHI  <shuhei-k@jaist.ac.jp>
3090
3091         * eword-decode.el (eword-decode-ignored-field-list): Add
3092         `received'.
3093         
3094         * mel.el (mime-temp-directory): Use TMPDIR, TMP, or TEMP
3095         environment variables.
3096
3097 \f
3098 1998-04-17  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3099
3100         * FLIM: Version 1.0.1 (Ky\e-Dòto)\e-A was released.
3101
3102         * mime-def.el (mime-spadework-module-version-string): New
3103         constant.
3104
3105         * eword-encode.el: Abolish constant 'eword-encode-version.
3106
3107         * eword-decode.el: Abolish constant 'eword-decode-version.
3108
3109 1998-04-17  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3110
3111         * eword-encode.el (eword-encode-divide-into-charset-words): Use
3112         'char-length or 'char-next-index instead of 'char-bytes.
3113         (tm-eword::encode-string-1): Use 'char-next-index instead of
3114         'char-bytes.
3115
3116 1998-04-17  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3117
3118         * mel.el (base64-dl-module): Must check base64.so actually exists.
3119
3120 \f
3121 1998-04-13  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3122
3123         * FLIM: Version 1.0.0 was released.
3124
3125         * README.en: Modify for FLIM.
3126
3127         * ChangeLog: New file.
3128
3129 1998-04-13  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3130
3131         * FLIM-CFG, FLIM-ELS, FLIM-MK: New files.
3132
3133         * Makefile: Modify for FLIM.
3134
3135 1998-04-10  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3136
3137         * Makefile: New file.
3138
3139         * mime-def.el, std11-parse.el, std11.el, eword-decode.el,
3140         eword-encode.el: Copied from MEL, SEMI (mime-def.el
3141         eword-decode.el eword-encode.el) and APEL (std11-parse.el
3142         std11.el).