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