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