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