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