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