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