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