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