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