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