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