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