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