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