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