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