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