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