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