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