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