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