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