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