(tar): Modify to convert `PACKAGE' in ftp.in.
[elisp/flim.git] / ChangeLog
1 1999-05-29  MORIOKA Tomohiko  <tomo@m17n.org>
2
3         * mmbuffer.el (mime-entity-fetch-field): New implementation.
4
5         * mime-def.el (mime-entity-fetch-field): New method of luna-class
6         `mime-entity'.
7
8         * luna.el (luna-define-method): Allow `:around' qualifier.
9         (luna-class-find-functions): Likewise.
10         (luna-send): Likewise.
11         (luna-call-next-method): New function.
12
13 1999-05-26  MORIOKA Tomohiko  <tomo@m17n.org>
14
15         * mime-def.el (eval-module-depended-macro): Abolished.
16         Use `def-edebug-spec' directly.
17
18         * luna.el (luna-define-method): Allow `:before' qualifier.
19         (luna-class-find-functions): Likewise.
20
21         * mime-def.el (mime-message-structure): Define as obsolete
22         variable.
23
24 1999-05-26  MORIOKA Tomohiko  <tomo@m17n.org>
25
26         * mime-parse.el (mime-parse-encapsulated): Use
27         `mime-entity-body-start-point' and `mime-entity-body-end-point'.
28
29         * mime.el (mime-parse-buffer): Revert to auto-load from
30         "mime-parse".
31
32         * mime-parse.el (mime-parse-multipart): Move from mime-parse.el
33         again.
34         (mime-parse-encapsulated): Likewise.
35         (mime-parse-message): Likewise.
36         (mime-parse-buffer): Likewise.
37
38         * mmbuffer.el (mime-parse-multipart): Move to mime-parse.el again.
39         (mime-parse-encapsulated): Likewise.
40         (mime-parse-message): Likewise.
41         (mime-parse-buffer): Likewise.
42
43         * mmbuffer.el (mime-parse-encapsulated): Run in body-buffer of an
44         entity.
45
46 1999-05-26  MORIOKA Tomohiko  <tomo@m17n.org>
47
48         * mmbuffer.el (initialize-instance): Don't initialize slots if
49         they are initialized.
50         (mime-parse-multipart): Run in body-buffer of an entity.
51         (mime-entity-body-start-point): New method.
52
53 1999-05-25  MORIOKA Tomohiko  <tomo@m17n.org>
54
55         * mmbuffer.el (mime-entity-body-end-point): New method.
56         (mime-goto-header-start-point): New method.
57         (mime-goto-body-start-point): New method.
58         (mime-goto-body-end-point): New method.
59
60         * mime.el (mime-goto-body-end-point): New generic function.
61
62         * mel.el (Q-encoded-text-length): Fixed.
63
64 1999-05-24  MORIOKA Tomohiko  <tomo@m17n.org>
65
66         * mmbuffer.el (mime-parse-multipart): Refer body-start instead of
67         header-end.
68
69         * mmcooked.el (mime-insert-header): Fix typo.
70
71 1999-05-23  MORIOKA Tomohiko  <tomo@m17n.org>
72
73         * mmcooked.el (mime-insert-header): Use
74         `luna-class-find-functions'.
75
76         * mime.el (mime-entity-buffer): Define as obsolete function.
77         (mime-entity-body-end-point): New generic function; define
78         `mime-entity-body-end' as obsolete function.
79         (mime-goto-body-start-point): New generic function.
80         (mime-entity-uu-filename): Use `mime-goto-body-start-point' and
81         `mime-entity-body-end-point'.
82
83         * mmbuffer.el (initialize-instance): Define as after method;
84         return initialized instance.
85
86         * luna.el (luna-define-class): Add `standard-object' as a parent.
87         (luna-define-method): Allow `:after' qualifier.
88         (luna-class-find-parents-functions): New function.
89         (luna-class-find-functions): New function [abolish
90         `luna-class-find-function'].
91         (luna-find-functions): New function [abolish
92         `luna-find-function'].
93         (luna-send): Modify for new method dispatch mechanism.
94         (luna-make-entity): New implementation.
95         (standard-object): New class.
96         (initialize-instance): New method.
97
98 1999-05-22  MORIOKA Tomohiko  <tomo@m17n.org>
99
100         * Delete mmgeneric.el.
101
102         * mmcooked.el: Modify for mmbuffer.el.
103
104         * mmbuffer.el:
105         - Don't require `mmgeneric' and `mime-parse'.
106         - Require mime.
107         - Use `luna'.
108         (mime-buffer-entity-buffer-internal): Renamed from
109         `mime-entity-set-buffer-internal'.
110         (mime-buffer-entity-set-buffer-internal): Likewise.
111         (mime-buffer-entity-header-start-internal): Likewise.
112         (mime-buffer-entity-set-header-start-internal): Likewise.
113         (mime-buffer-entity-header-end-internal): Likewise.
114         (mime-buffer-entity-set-header-end-internal): Likewise.
115         (mime-buffer-entity-body-start-internal): Likewise.
116         (mime-buffer-entity-set-body-start-internal): Likewise.
117         (mime-buffer-entity-body-end-internal): Likewise.
118         (mime-buffer-entity-set-body-end-internal): Likewise.
119         (mime-entity-name): New method.
120         (mime-parse-multipart): New function [moved from mime-parse.el].
121         (mime-parse-encapsulated): Likewise.
122         (mime-parse-message): Likewise.
123         (mime-entity-children): New method.
124         (mime-goto-header-start-point): New method.
125         (mime-visible-field-p): New function [moved from mmgeneric.el].
126         (mime-insert-header-from-buffer): Likewise.
127         (mime-insert-header): New method.
128         (mime-entity-content): Use `luna-define-method'.
129         (mime-insert-text-content): New method.
130         ((mime-entity-fetch-field): Use `luna-define-method'.
131         (mime-entity-header-buffer): New method.
132         (mime-entity-body-buffer): Likewise.
133         (mime-entity-buffer): Likewise.
134         (mime-entity-point-min): Use `luna-define-method'.
135         (mime-entity-point-max): Use `luna-define-method'.
136         (mime-parse-buffer): New function [moved from mmgeneric.el].
137
138         * mime-parse.el (mime-parse-multipart): Moved to mmbuffer.el.
139         (mime-parse-encapsulated): Likewise.
140         (mime-parse-message): Likewise.
141         (mime-parse-buffer): Likewise.
142
143         * mime.el (mime-parse-buffer): Auto-loaded from "mmbufer".
144         (mime-find-function): Abolished.
145         (mime-entity-function): Abolished.
146         (mime-entity-send): Use `luna-send'.
147         (mime-open-entity): Use `luna-make-entity' and
148         `mm-expand-class-name'.
149         (mime-entity-cooked-p): Use `luna-define-generic'.
150         (mime-entity-children): Use `luna-send'.
151         (mime-find-entity-from-content-id): Use `mime-entity-read-field'.
152         (mime-entity-buffer): Change to generic function.
153         (mime-entity-header-buffer): New generic function.
154         (mime-entity-body-buffer): Likewise.
155         (mime-entity-point-min): Use `luna-define-generic'.
156         (mime-entity-point-max): Likewise.
157         (mime-entity-header-start): Abolished.
158         (mime-entity-header-end): Abolished.
159         (mime-entity-body-start): Abolished.
160         (mime-entity-body-end): Abolished.
161         (mime-goto-header-start-point): New generic function.
162         (mime-entity-fetch-field): New generic function.
163         (mime-fetch-field): Use `mime-entity-fetch-field'; declare as
164         obsolete function.
165         (mime-entity-content-type): Use `mime-entity-fetch-field'.
166         (mime-entity-content-disposition): Likewise.
167         (mime-entity-encoding): Likewise.
168         (mime-entity-read-field): New function.
169         (mime-read-field): Use `mime-entity-read-field'; declare as
170         obsolete function.
171         (mime-insert-header): Use `luna-define-generic'; abolish obsolete
172         alias `mime-insert-decoded-header'.
173         (mime-entity-name): New generic function.
174         (mime-entity-content): Use `luna-define-generic'.
175         (mime-insert-entity-content): Likewise.
176         (mime-write-entity-content): Likewise.
177         (mime-insert-text-content): Likewise.
178         (mime-insert-entity): Likewise.
179         (mime-write-entity): Likewise.
180         (mime-write-entity-body): Likewise.
181
182         * mime-def.el:
183         - Use `luna'.
184         (make-mime-entity-internal): Abolished.
185         (mime-entity-representation-type-internal): Change to alias for
186         `luna-class-name'.
187         (mime-entity-set-representation-type-internal): Change to alias
188         for `luna-set-class-name'.
189         (mime-entity-location-internal): Defined by
190         `luna-define-internal-accessors'.
191         (mime-entity-set-location-internal): Likewise.
192         (mime-entity-content-type-internal): Likewise.
193         (mime-entity-set-content-type-internal): Likewise.
194         (mime-entity-content-disposition-internal): Likewise.
195         (mime-entity-set-content-disposition-internal): Likewise.
196         (mime-entity-encoding-internal): Likewise.
197         (mime-entity-set-encoding-internal): Likewise.
198         (mime-entity-children-internal): Likewise.
199         (mime-entity-set-children-internal): Likewise.
200         (mime-entity-parent-internal): Likewise.
201         (mime-entity-set-parent-internal): Likewise.
202         (mime-entity-node-id-internal): Likewise.
203         (mime-entity-decoded-subject-internal): Abolished.
204         (mime-entity-set-decoded-subject-internal): Abolished.
205         (mime-entity-decoded-from-internal): Abolished.
206         (mime-entity-set-decoded-from-internal): Abolished.
207         (mime-entity-date-internal): Abolished.
208         (mime-entity-set-date-internal): Abolished.
209         (mime-entity-message-id-internal): Abolished.
210         (mime-entity-set-message-id-internal): Abolished.
211         (mime-entity-references-internal): Abolished.
212         (mime-entity-set-references-internal): Abolished.
213         (mime-entity-chars-internal): Abolished.
214         (mime-entity-set-chars-internal): Abolished.
215         (mime-entity-lines-internal): Abolished.
216         (mime-entity-set-lines-internal): Abolished.
217         (mime-entity-xref-internal): Abolished.
218         (mime-entity-set-xref-internal): Abolished.
219         (mime-entity-original-header-internal): Defined by
220         `luna-define-internal-accessors'.
221         (mime-entity-set-original-header-internal): Likewise.
222         (mime-entity-parsed-header-internal): Likewise.
223         (mime-entity-set-parsed-header-internal): Likewise.
224         (mime-entity-buffer-internal): Abolished.
225         (mime-entity-set-buffer-internal): Abolished.
226         (mime-entity-header-start-internal): Abolished.
227         (mime-entity-set-header-start-internal): Abolished.
228         (mime-entity-header-end-internal): Abolished.
229         (mime-entity-set-header-end-internal): Abolished.
230         (mime-entity-body-start-internal): Abolished.
231         (mime-entity-set-body-start-internal): Abolished.
232         (mime-entity-body-end-internal): Abolished.
233         (mime-entity-set-body-end-internal): Abolished.
234         (mm-expand-class-name): New macro.
235         (mm-define-backend): Use `luna-define-class' and
236         `mm-expand-class-name'.
237         (mm-define-method): Use `luna-define-method' and
238         `mm-expand-class-name'.
239         (mm-arglist-to-arguments): Abolished.
240         (mel-define-service): Use `luna-arglist-to-arguments' instead of
241         `mm-arglist-to-arguments'.
242
243         * mel.el: Require `alist'.
244
245         * FLIM-ELS (flim-modules): Add `luna' and delete `mmgeneric'.
246
247         * luna.el:
248         - Rename property `luna-member-index' to `luna-slot-index'.
249         - Rearrangement to avoid byte-compiling problem.
250         (luna-define-class-function): New function.
251         (luna-define-class): Use `luna-define-class-function'.
252         (luna-define-generic): Fixed.
253         (luna-define-internal-accessors): New function.
254
255 1999-05-15  MORIOKA Tomohiko  <tomo@m17n.org>
256
257         * luna.el (luna-make-entity-function): Send `initialize-instance'.
258
259 1999-05-14  MORIOKA Tomohiko  <tomo@m17n.org>
260
261         * luna.el: New module.
262
263 \f
264 1999-05-31  MORIOKA Tomohiko  <tomo@m17n.org>
265
266         * FLIM: Version 1.12.7 (Y\e-Dþzaki)\e-A released.
267
268 1999-05-31  MORIOKA Tomohiko  <tomo@m17n.org>
269
270         * mime-en.sgml (Network representation of header): Translate.
271
272 1999-05-27  Shuhei KOBAYASHI  <shuhei@aqua.ocn.ne.jp>
273
274         * mel-b-el.el (pack-sequence): Eliminate local variable `i'.
275         (base64-encode-1): Avoid concat.
276         (base64-encode-string): Fixed last change; extra padding.
277
278 1999-05-26  MORIOKA Tomohiko  <tomo@m17n.org>
279
280         * smtpmail.el (smtpmail-default-smtp-server): Define obsolete
281         variable alias for XEmacs.
282         (smtpmail-smtp-server): Likewise.
283         (smtpmail-smtp-service): Likewise.
284         (smtpmail-local-domain): Likewise.
285         (smtpmail-debug-info): Likewise.
286         (smtpmail-send-it): Check function `expand-mail-aliases' is
287         defined.
288
289 1999-05-26  MORIOKA Tomohiko  <tomo@m17n.org>
290
291         * smtp.el (smtp-debug-info): Now a user option.
292
293 1999-05-25  Yoshiki Hayashi  <g740685@komaba.ecc.u-tokyo.ac.jp>
294
295         * README.ja: Modify URL and required version of APEL.
296
297 1999-05-24  Tanaka Akira  <akr@jaist.ac.jp>
298
299         * mel-b-ccl.el (base64-encode-string): New alias.
300         (base64-encode-region): Ditto.
301         (base64-decode-string): Ditto.
302         (base64-decode-region): Ditto.
303
304 1999-05-24  Tanaka Akira  <akr@jaist.ac.jp>
305
306         * mel-b-ccl.el, mel-q-ccl.el: Sync up with doodle-1.12.5.
307
308 1999-05-24  MORIOKA Tomohiko  <tomo@m17n.org>
309
310         * eword-encode.el (ew-space-process): Renamed from
311         `tm-eword::space-process'.
312
313 1999-05-24  MORIOKA Tomohiko  <tomo@m17n.org>
314
315         * eword-encode.el (tm-eword::space-process): Don't concatenate
316         `special's.
317         (ew-encode-rword-1): Renamed from `tm-eword::encode-string-1'; add
318         new optional argument `must-output'; return nil if it can't encode
319         literally.
320         (eword-encode-rword-list): Fold SPACE or TAB in the encoded string
321         if `ew-encode-rword-1' can't encode literally and it is possible
322         to encode the rest literally with the folding.
323         (eword-encode-phrase-to-rword-list): Add `special' flag to
324         brackets of comments.
325
326 1999-05-22  Shuhei KOBAYASHI  <shuhei@aqua.ocn.ne.jp>
327
328         * smtpmail.el: Require 'poe and 'pcustom.
329
330 1999-05-22  Shuhei KOBAYASHI  <shuhei@aqua.ocn.ne.jp>
331
332         * mel.el: Update header.
333         Require 'path-util and don't require 'poem.
334         (mel-use-module): Eliminate local variable `encoding'.
335         (mime-insert-encoded-file for mel-b-builtin):
336         Use built-in `interactive' spec.
337         (encoded-text-decode-string): Anchor regexp with "\\`" and "\\'".
338         (mime-encode-region): Capitalize prompt string.
339         (mime-decode-region): Ditto.
340         (mime-insert-encoded-file): Ditto.
341         (mime-write-decoded-region): Ditto.
342
343         * mel-b-ccl.el: Update header.
344         (base64-ccl-encode-region): Use read-only `interactive' spec.
345         (base64-ccl-decode-region): Ditto.
346         (base64-ccl-insert-encoded-file): Use built-in `interactive' spec.
347         (base64-ccl-write-decoded-region): Ditto.
348         (encoded-text-decode-string): Anchor regexp with "\\`" and "\\'".
349
350         * mel-b-dl.el: Update header.
351         Don't require 'poe; it is required implicitly via 'mime-def.
352         (base64-dl-handle): Chech whether `base64-dl-module' is string.
353         Defalias `base64-encode-string' and `base64-decode-string' just
354         after `dynamic-call'ing "emacs_base64_init".
355         (base64-encode-region): Use read-only `interactive' spec.
356         Use `base64-encode-string'.
357         Changed order of evaluation to "encode, delete, then insert".
358         (base64-decode-region): Renamed from `decode-base64-region'.
359         Use read-only `interactive' spec.
360         Use `base64-decode-string'.
361         Changed order of evaluation to "decode, delete, then insert".
362         (mime-encode-string): Use `base64-encode-string'.
363         (mime-decode-string): Use `base64-decode-string'.
364         (mime-decode-region): Use `base64-decode-region'.
365         (encoded-text-encode-string): Use `base64-encode-string'.
366         (encoded-text-decode-string): Anchor regexp with "\\`" and "\\'".
367         (mime-insert-encoded-file): Use built-in `interactive' spec.
368         (mime-write-decoded-region in comment): Ditto.
369
370         * mel-b-el.el: Update header.
371         Don't require 'poe; it is required implicitly via 'mime-def.
372         (pack-sequence): Moved to top of the function definitions.
373         (base64-encode-string): Calculate padding first.
374         (base64-internal-encode-region): Changed order of evaluation to
375         "encode, delete, then insert".
376         (base64-internal-decode-string): Changed order of evaluation to
377         "decode, delete, then insert".
378         (base64-encode-region): Use read-only `interactive' spec.
379         (base64-decode-region): Ditto.
380         (base64-decode-string): Not interactive.
381         (encoded-text-decode-string): Anchor regexp with "\\`" and "\\'".
382         (base64-insert-encoded-file): Use built-in `interactive' spec.
383         (base64-write-decoded-region): Ditto.
384
385         * mel-g.el: Update header.
386         Require 'mime-def instead of 'poem and 'mel.
387         (mime-insert-encoded-file): Use built-in `interactive' spec.
388         (mime-write-decoded-region): Ditto.
389
390         * mel-q-ccl.el: Update header.
391         (quoted-printable-ccl-encode-region):
392         Use read-only `interactive' spec.
393         (quoted-printable-ccl-decode-region): Ditto.
394         (quoted-printable-ccl-insert-encoded-file):
395         Use built-in `interactive' spec.
396         (quoted-printable-ccl-write-decoded-region): Ditto.
397         (encoded-text-decode-string): Anchor regexp with "\\`" and "\\'".
398
399         * mel-q.el: Update header.
400         Require 'path-util instead of 'emu.
401         (quoted-printable-internal-encode-region): Rewrite without regexp.
402         (quoted-printable-internal-decode-region): Ditto.
403         (quoted-printable-encode-region): Use read-only `interactive' spec.
404         (quoted-printable-decode-region): Ditto.
405         (mime-insert-encoded-file): Use built-in `interactive' spec.
406         (mime-write-decoded-region): Ditto.
407         (encoded-text-decode-string): Anchor regexp with "\\`" and "\\'".
408
409         * mel-u.el: Update header.
410         Require 'path-util instead of 'emu.
411         (mime-insert-encoded-file): Use built-in `interactive' spec.
412         (mime-write-decoded-region): Ditto.
413
414 1999-05-22  Shuhei KOBAYASHI  <shuhei@aqua.ocn.ne.jp>
415
416         * mime-def.el: Require 'poe, 'poem, and 'pcustom.
417         (mime): Declare `default-mime-charset' as an initial member.
418
419         * mime-parse.el: Don't require 'cl at compile-time.
420
421         * mailcap.el (mailcap-look-at-qchar): Use `char-after'.
422
423         * std11.el: Require 'poe, 'poem, and 'pcustom.
424
425         * smtp.el: Update header.
426         Require 'poe, 'poem, and 'pcustom.
427         Require 'cl at compile-time.
428
429 1999-05-21  MORIOKA Tomohiko  <tomo@m17n.org>
430
431         * README.en (Installation): Modify URL and required version of
432         APEL.
433
434         * eword-encode.el (ew-find-charset-rule): Renamed from
435         `tm-eword::find-charset-rule'; use
436         `find-mime-charset-by-charsets'.
437
438 \f
439 1999-05-11  MORIOKA Tomohiko  <tomo@m17n.org>
440
441         * FLIM: Version 1.12.6 (Family-K\e-Dòenmae)\e-A released.
442
443 1999-04-27  Shuhei KOBAYASHI  <shuhei@aqua.ocn.ne.jp>
444
445         * mel-b-ccl.el (TopLevel): Suppress warning.
446         mel-q-ccl.el (TopLevel): Ditto.
447         mime.el (TopLevel): Ditto.
448
449 1999-04-26  Shuhei KOBAYASHI  <shuhei@aqua.ocn.ne.jp>
450
451         * eword-decode.el (eword-encoded-word-regexp): Accept "b" and "q"
452         for "encoding".
453
454         * mime-def.el (std11-qtext-regexp): Don't use `string'.
455         (mime-tspecial-char-list): Eval at compile time.
456
457 1999-04-22  Katsumi Yamaoka   <yamaoka@jpl.org>
458
459         * mime.el: Delete autoload setting for `eword-encode-field'.
460
461 1999-04-22  MORIOKA Tomohiko  <tomo@etl.go.jp>
462
463         * eword-encode.el: Require `poem' instead of `emu'.
464         Don't use `cl' for `caar'.
465
466 1999-04-09  Katsumi Yamaoka   <yamaoka@jpl.org>
467
468         * smtp.el (smtp-via-smtp): Funcall `smtp-server' if it is a
469         function.
470         (smtp-server): Make it can also be a function called from
471         `smtp-via-smtp' with arguments SENDER and RECIPIENTS.
472
473 1999-04-05  Shuhei KOBAYASHI  <shuhei@aqua.ocn.ne.jp>
474
475         * FLIM-CFG: Make easier to install in VERSION_SPECIFIC_LISPDIR.
476
477 1999-03-29  Shuhei KOBAYASHI  <shuhei@aqua.ocn.ne.jp>
478
479         * mime.el (mime-read-field): Correct argument of
480         `mime-decode-field-body'; 'native -> 'plain.
481
482 1999-03-27  Shuhei KOBAYASHI  <shuhei@aqua.ocn.ne.jp>
483
484         * eword-encode.el (TopLevel): Require 'cl when compiling.
485         (eword-encode-rword-list): Suppress insertion of extra spaces.
486         (eword-encode-msg-id-to-rword-list): Treat surrounding angle
487         brackets atomically.
488         ([tm-ja:4244] by Kazuhiro Ohta <ohta@ele.cst.nihon-u.ac.jp>)
489
490 1999-03-11  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
491
492         * eword-encode.el (eword-charset-encoding-alist): Add `tis-620'.
493
494 1999-03-01  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
495
496         * mel.el (mime-decode-string): Return STRING if return value of
497         `(mel-find-function 'mime-decode-string encoding)' is nil.
498
499 1999-02-10  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
500
501         * mime-def.el (mel-define-service): Change size of obarray to 7.
502
503 1999-02-01  Yoshiki Hayashi  <g740685@komaba.ecc.u-tokyo.ac.jp>
504
505         * mime-ja.sgml: Tranlate all untranslated parts.
506
507 \f
508 1999-01-27  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
509
510         * FLIM: Version 1.12.5 (Hirahata) released.
511
512         * mime-ja.sgml, mime-en.sgml: Sync with FLIM API 1.12.
513
514 1999-01-26  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
515
516         * NEWS (New optional argument of `std11-field-end'): New
517         subsection.
518
519         * std11.el (std11-field-end): Add new optional argument `bound'.
520
521 \f
522 1999-01-24  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
523
524         * FLIM: Version 1.12.4 (Tsutsui) released.
525
526 1999-01-24  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
527
528         * README.en: Sync with latest FLIM.
529
530         * README.ja: fixed.
531
532 1999-01-24  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
533
534         * mmbuffer.el, mmgeneric.el (insert-entity-content): New method.
535
536         * mime.el (mime-insert-entity-content): New generic function.
537
538 1999-01-24  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
539
540         * NEWS (New function `mime-find-entity-from-content-id'): New
541         subsection.
542         (New function `mime-parse-msg-id'): New subsection.
543         (New function `mime-uri-parse-cid'): New subsection.
544
545 1999-01-24  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
546
547         * mime.el (mime-find-entity-from-content-id): New function.
548         (mime-field-parser-alist): Use `mime-parse-msg-id' instead of
549         `std11-parse-msg-id' to parse `Message-Id', `Recent-Message-Id'
550         and `Content-Id' field.
551
552         * mime-parse.el (mime-parse-msg-id): New function.
553         (mime-uri-parse-cid): New function.
554
555 \f
556 1999-01-23  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
557
558         * FLIM: Version 1.12.3 (Kintetsu-K\e-Dòriyama)\e-A released.
559
560 1999-01-23  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
561
562         * NEWS (Function `std11-parse-in-reply-to'): New subsection.
563         (New function `std11-parse-msg-id-string'): Likewise.
564         (New function `std11-parse-msg-ids-string'): Likewise.
565         (New generic function `mime-insert-entity'): Likewise.
566
567 1999-01-23  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
568
569         * mime.el (mime-field-parser-alist): Change to set parser for
570         tokens instead of parser for string.
571         (mime-read-field): Use `eword-lexical-analyze' before parsing.
572
573         * eword-encode.el (eword-encode-in-reply-to): Use
574         `std11-parse-msg-ids-string' instead of `std11-parse-in-reply-to'
575         and `std11-lexical-analyze'.
576
577         * std11.el (std11-parse-msg-ids): Renamed from
578         `std11-parse-in-reply-to'; define `std11-parse-in-reply-to' as
579         obsolete alias.
580         (std11-parse-msg-id-string): New function.
581         (std11-parse-msg-ids-string): New function.
582
583 1999-01-23  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
584
585         * mime.el (mime-field-parser-alist): New variable.
586         (mime-read-field): Refer `mime-field-parser-alist'.
587
588 1999-01-23  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
589
590         * mmbuffer.el, mmgeneric.el (insert-entity): New method.
591
592         * mime.el (mime-insert-entity): New generic function.
593
594 1999-01-22  Katsumi Yamaoka   <yamaoka@jpl.org>
595
596         * std11.el (TopLevel): Require `custom'.
597
598 \f
599 1999-01-21  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
600
601         * FLIM: Version 1.12.2 (Kuj\e-Dò)\e-A released.
602
603 1999-01-16  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
604
605         * mime-parse.el (mime-lexical-analyzer): New user option.
606         (mime-analyze-tspecial): New function.
607         (mime-analyze-token): New function.
608         (mime-parse-Content-Transfer-Encoding): Use
609         `std11-lexical-analyze' with `mime-lexical-analyzer'.
610
611         * mime-def.el (mime-tspecial-char-list): Renamed from
612         `mime-tspecials'; changed from string to list.
613         (mime-token-regexp): Use `eval-when-compile'.
614
615 1999-01-16  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
616
617         * eword-decode.el (eword-lexical-analyzer): Modify DOC-string
618         about interface change.
619         (eword-analyze-comment): Renamed from `eword-parse-comment';
620         change second argument `from' to required argument; abolish alias
621         `eword-analyze-comment' of `eword-parse-comment'.
622
623 1999-01-16  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
624
625         * NEWS (User option `eword-lexical-analyzers' ->
626         `eword-lexical-analyzer'): New subsection.
627
628         * eword-decode.el (eword-lexical-analyzer): Renamed from user
629         option `eword-lexical-analyzers'.
630
631 1999-01-16  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
632
633         * NEWS (New user option `std11-lexical-analyzer'): New subsection.
634
635         * std11.el (std11-lexical-analyzer): Renamed from user option
636         `std11-lexical-analyzers'.
637
638 1999-01-16  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
639
640         * std11.el (std11-lexical-analyze): Change interface to add new
641         optional argument `analyzers'.
642
643 1999-01-16  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
644
645         * std11.el (std11-lexical-analyzers): New user option.
646         (std11-lexical-analyze): New implementation; refer
647         `std11-lexical-analyzers'.
648
649 1999-01-16  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
650
651         * NEWS (Change interface of lexical-analyzers): New subsection.
652
653 1999-01-16  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
654
655         * eword-decode.el (eword-encoded-word-regexp): Must define when
656         this module is compiled.
657         (eword-decode-structured-field-body): Add new optional argument
658         `start'.
659         (eword-decode-and-unfold-structured-field-body): Likewise.
660         (eword-decode-and-fold-structured-field-body): Likewise.
661         (eword-analyze-quoted-string): Add new argument `start'; return
662         `(<parsed result> . <end position>)' instead of `(<parsed result>
663         . <rest string>)'.
664         (std11-analyze-domain-literal): Likewise.
665         (eword-analyze-domain-literal): Likewise.
666         (eword-analyze-comment): Changed to alias of
667         `eword-parse-comment'.
668         (eword-analyze-spaces): Add new argument `start'; return `(<parsed
669         result> . <end position>)' instead of `(<parsed result> . <rest
670         string>)'.
671         (std11-analyze-domain-literal): Likewise.
672         (eword-analyze-special): Likewise.
673         (eword-analyze-encoded-word): Likewise.
674         (eword-analyze-atom): Likewise.
675         (eword-lexical-analyze-internal): Add new argument `start'.
676         (eword-lexical-analyze): Change interface to add new optional
677         argument `start'.
678         (eword-extract-address-components): Add new optional argument
679         `start'.
680
681         * std11.el (std11-atom-regexp): Modify to match non-top atom.
682         (std11-analyze-spaces): Add new argument `start'; return `(<parsed
683         result> . <end position>)' instead of `(<parsed result> . <rest
684         string>)'.
685         (std11-analyze-special): Likewise.
686         (std11-analyze-atom): Likewise.
687         (std11-analyze-quoted-string): Likewise.
688         (std11-analyze-domain-literal): Likewise.
689         (std11-analyze-comment): Likewise.
690         (std11-lexical-analyze): Add new optional argument `start'.
691
692 1999-01-15  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
693
694         * std11.el (std11-fetch-field): Add autoload cookie.
695         (std11-narrow-to-header): Likewise.
696         (std11-field-body): Likewise.
697         (std11-unfold-string): Likewise.
698         (std11-lexical-analyze): Add DOC-string; add autoload cookie.
699
700         * std11.el (std11-space-char-list): Renamed from
701         `std11-space-chars'; changed from string to list.
702
703 1999-01-15  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
704
705         * std11.el (std11-fetch-field): Don't define as inline function.
706         (std11-field-body): Enclose `std11-narrow-to-header' and
707         `std11-fetch-field' by `inline'.
708
709 1999-01-15  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
710
711         * std11.el (std11-special-char-list): Evaluate when it is
712         compiled.
713         (std11-atom-regexp): Use `eval-when-compile'.
714
715 1999-01-15  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
716
717         * std11.el (std11-space-chars): Must evaluate when it is compiled.
718         (std11-analyze-spaces): Don't use `std11-spaces-regexp'; abolist
719         constant `std11-spaces-regexp'.
720
721         * mime-parse.el (mime-disposition-type-regexp): Must evaluate when
722         it is compiled.
723
724         * mime-parse.el: Don't require emu.
725
726         * mime-parse.el (mime-parse-Content-Disposition): Use
727         `eval-when-compile'.
728
729         * mime-parse.el (mime-parse-Content-Transfer-Encoding): New
730         implementation.
731
732 1998-12-22  Katsumi Yamaoka <yamaoka@jpl.org>
733
734         * README.en (Installation): Modify for APEL 9.12.
735         * README.ja (Installation): Likewise.
736
737 1998-12-14  Katsumi Yamaoka <yamaoka@jpl.org>
738
739         * mel-b-ccl.el (base64-ccl-insert-encoded-file): Call
740         `insert-file-contents-as-coding-system' with CODING-SYSTEM as the
741         1st arg.
742         * mel-q-ccl.el (quoted-printable-ccl-insert-encoded-file):
743         Likewise.
744
745         * mel-b-ccl.el (base64-ccl-write-decoded-region): Call
746         `write-region-as-coding-system' with CODING-SYSTEM as the 1st arg.
747         * mel-q-ccl.el (quoted-printable-ccl-write-decoded-region):
748         Likewise.
749
750 1998-12-14  Katsumi Yamaoka <yamaoka@jpl.org>
751
752         * mel-b-ccl.el (base64-ccl-insert-encoded-file): Use
753         `insert-file-contents-as-coding-system' (renamed from
754         `insert-file-contents-as-specified-coding-system').
755         * mel-q-ccl.el (quoted-printable-ccl-insert-encoded-file):
756         Likewise.
757
758         * mel-b-ccl.el (base64-ccl-write-decoded-region): Use
759         `write-region-as-coding-system' (renamed from
760         `write-region-as-specified-coding-system').
761         * mel-q-ccl.el (quoted-printable-ccl-write-decoded-region):
762         Likewise.
763
764 1998-12-08  Katsumi Yamaoka <yamaoka@jpl.org>
765
766         * smtp.el (smtp-coding-system): Abolished.
767         (smtp-via-smtp): Use `open-network-stream-as-binary' instead of
768         `open-network-stream'.
769
770 1998-12-04  Katsumi Yamaoka <yamaoka@jpl.org>
771
772         * mel-b-ccl.el (base64-ccl-insert-encoded-file): Use
773         `insert-file-contents-as-specified-coding-system' instead of
774         `insert-file-contents'.
775         * mel-q-ccl.el (quoted-printable-ccl-insert-encoded-file):
776         Likewise.
777
778         * mel-b-ccl.el (base64-ccl-write-decoded-region): Use
779         `write-region-as-specified-coding-system' instead of
780         `write-region'.
781         * mel-q-ccl.el (quoted-printable-ccl-write-decoded-region):
782         Likewise.
783
784 \f
785 1998-12-02  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
786
787         * FLIM: Version 1.12.1 (Nishinoky\e-Dò)\e-A released.
788
789 1998-11-30  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
790
791         * smtpmail.el (smtpmail-send-it): Add autoload cookie; use
792         `smtpmail-do-bcc' instead of `smtp-do-bcc'; modify for interface
793         change of `smtp-via-smtp'.
794         (smtpmail-do-bcc): New function (moved and renamed from
795         `smtp-do-bcc' of smtp.el).
796
797 1998-08-06  Katsumi Yamaoka <yamaoka@jpl.org>
798
799         * lisp/smtp.el: Do not insert empty line at the end of message.
800
801 1998-06-18  Shuhei KOBAYASHI  <shuhei-k@jaist.ac.jp>
802
803         * lisp/smtp.el (smtp-use-8bitmime): New variable.
804         (smtp-debug-info): Internal variable, now.
805         (smtp-make-fqdn): Renamed from `smtp-fqdn'.
806         (smtp-via-smtp): New implementation.
807         (smtp-send-command): Treat "PASS" as usual.
808         (smtp-do-bcc): Removed.
809
810 1998-11-30  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
811
812         * smtpmail.el: New module (copied from Semi-gnus 6.8).
813
814         * smtp.el: New module (copied from Semi-gnus 6.8).
815
816         * FLIM-ELS: Add smtp.el and smtpmail.el.
817
818 1998-11-30  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
819
820         * mime-def.el: Abolish function `eliminate-top-spaces' because it
821         is not used in FLIM.
822
823 1998-11-29  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
824
825         * eword-encode.el (eword-encode-mailbox-to-rword-list): Fix
826         problem in `eword-encode-addresses-to-rword-list'.
827
828 1998-11-26  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
829
830         * std11.el (std11-full-name-string): fixed.
831
832         * std11.el (std11-comment-value-to-string): fixed.
833
834 1998-11-25  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
835
836         * NEWS (Changes in FLIM 1.12): New section.
837
838 1998-11-25  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
839
840         * std11.el (std11-comment-value-to-string): New function.
841         (std11-full-name-string): Use `std11-comment-value-to-string'.
842
843         * eword-decode.el (eword-parse-comment): New function.
844         (eword-analyze-comment): New implementation; use
845         `eword-parse-comment'; change representation.
846         (eword-decode-token): Modify for representation change of comment.
847
848 \f
849 1998-11-16  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
850
851         * FLIM: Version 1.12.0 (Amagatsuji) was released.
852
853 1998-11-14  Tanaka Akira  <akr@jaist.ac.jp>
854
855         * mel-b-ccl.el (ccl-cascading-read): Check consistency.
856
857 1998-11-13  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
858
859         * eword-decode.el (eword-decode-structured-field-body): Abolish
860         non-used local variable.
861
862 1998-11-12  Tanaka Akira  <akr@jaist.ac.jp>
863
864         * mel-b-ccl.el (mel-ccl-decode-b): Check `ccl-cascading-read' to
865         select implementation.
866
867 1998-11-12  Tanaka Akira  <akr@jaist.ac.jp>
868
869         * mel-q-ccl.el (mel-ccl-encode-quoted-printable-generic): workaround
870         for mule-2.3@19.34.
871
872 1998-11-12  Tanaka Akira  <akr@jaist.ac.jp>
873
874         * mel.el (mel-b-builtin): New variable.
875
876 1998-11-10  Tanaka Akira  <akr@jaist.ac.jp>
877
878         * FLIM-ELS: require 'pccl.
879         (flim-modules): Check CCL availability by broken facility.
880
881 1998-11-08  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
882
883         * eword-decode.el (eword-decode-structured-field-body): New
884         implementation; abolish optional argument `must-unfold'; delete
885         DOC-string.
886         (eword-decode-and-unfold-structured-field-body): Renamed from
887         `eword-decode-and-unfold-structured-field'; delete DOC-string.
888         (eword-decode-and-fold-structured-field-body): Renamed from
889         `eword-decode-and-fold-structured-field'; abolish optional
890         argument `must-unfold'; delete DOC-string.
891         (eword-decode-unstructured-field-body): Abolish optional argument
892         `must-unfold'; delete DOC-string.
893         (eword-decode-and-unfold-unstructured-field-body): Renamed from
894         `eword-decode-and-unfold-unstructured-field'; delete DOC-string.
895         (eword-decode-unfolded-unstructured-field-body): New function.
896
897 1998-11-08  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
898
899         * mmgeneric.el (mime-insert-header-from-buffer): Use
900         `mime-find-field-presentation-method' and
901         `mime-find-field-decoder-internal'.
902
903         * eword-decode.el (mime-find-field-presentation-method): New
904         macro.
905         (mime-find-field-decoder-internal): New function.
906         (mime-find-field-decoder): New implementation (use
907         mime-find-field-decoder-internal).
908         (mime-decode-header-in-region): Use
909         `mime-find-field-presentation-method' and
910         `mime-find-field-decoder-internal'.
911
912 1998-11-08  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
913
914         * mmgeneric.el (mime-insert-header-from-buffer): Rename
915         field-presentation-mode `folding' to `wide'.
916
917         * eword-decode.el: Rename field-presentation-modes from `native',
918         `folding', `unfolding', `unfolding-xover' to `plain', `wide',
919         `summary', `nov'.
920
921 1998-11-07  Tanaka Akira  <akr@jaist.ac.jp>
922
923         * eword-decode.el (mime-set-field-decoder): Add mode `unfolding-xover'.
924         (mime-find-field-decoder): Ditto.
925
926 1998-11-04  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
927
928         * eword-encode.el (eword-encode-phrase-route-addr-to-rword-list):
929         Don't delete the front spaces.
930         (eword-encode-addresses-to-rword-list): Don't supplement space;
931         use `nconc' instead of `append'.
932         (eword-encode-msg-id-to-rword-list): Supplement the front space;
933         use `nconc' instead of `append'.
934
935 1998-11-02  Tanaka Akira  <akr@jaist.ac.jp>
936
937         * eword-decode.el (mime-field-decoder-cache): New variable.
938         (mime-find-field-decoder): Use `mime-field-decoder-cache'.
939         (mime-update-field-decoder-cache): New variable.
940         (mime-update-field-decoder-cache): New function.
941         (mime-decode-header-in-region): Use `mime-field-decoder-cache'.
942
943         * mmgeneric.el (mime-insert-header-from-buffer): Use
944         `mime-field-decoder-cache'.
945
946 1998-11-02  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
947
948         * eword-decode.el (mime-decode-header-in-region): New function.
949         (mime-decode-header-in-buffer): Use function
950         `mime-decode-header-in-region'.
951
952 1998-10-28  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
953
954         * mmgeneric.el (mime-insert-header-from-buffer): Refer
955         `mime-field-decoder-alist' instead of hard-coding.
956
957         * mime.el (mime-read-field): Use `mime-decode-field-body'.
958
959         * eword-decode.el (eword-decode-and-unfold-structured-field): Add
960         optional dummy argument `start-column' and `max-column'.
961         (eword-decode-structured-field-body): Change interface.
962         (eword-decode-unstructured-field-body): Change interface to add
963         optional dummy argument `start-column' and `max-column'.
964         (eword-decode-and-unfold-unstructured-field): Add optional dummy
965         argument `start-column' and `max-column'.
966         (mime-field-decoder-alist): New variable; abolish user option
967         `eword-decode-ignored-field-list' and
968         `eword-decode-structured-field-list'.
969         (mime-set-field-decoder): New function.
970         (mime-find-field-decoder): New function.
971         (mime-decode-field-body): New function; abolish function
972         `eword-decode-field-body'.
973         (mime-decode-header-in-buffer): Renamed from
974         `eword-decode-header'; refer `mime-field-decoder-alist' instead of
975         hard-coding; add obsolete alias `eword-decode-header'.
976
977 1998-10-28  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
978
979         * mime-def.el: Avoid compile error when edebug is missing.
980
981 \f
982 1998-10-28  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
983
984         * FLIM: Version 1.11.3 (Saidaiji) was released.
985
986 1998-10-27  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
987
988         * VERSION: New file (Renamed from FLIM-VERSION).
989
990 1998-10-27  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
991
992         * eword-encode.el (eword-encode-char-type): Return nil for ?\n.
993
994 1998-10-27  Tanaka Akira      <akr@jaist.ac.jp>
995
996         * eword-encode.el (eword-encode-field-body): Unfold `field-body'.
997
998 1998-10-27  Yoshiki Hayashi   <g740685@komaba.ecc.u-tokyo.ac.jp>
999
1000         * README.ja: Update.
1001
1002 \f
1003 1998-10-26  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1004
1005         * FLIM: Version 1.11.2 (Heij\e-Dò)\e-A was released.
1006
1007         * NEWS (Abolish variable `mime-temp-directory'): New subsection.
1008
1009         * README.en (Installation): Modify for APEL 9.6.
1010
1011 1998-10-26  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1012
1013         * eword-encode.el (eword-encode-field-body): Don't eliminate
1014         top-spaces.
1015
1016 1998-10-25  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1017
1018         * FLIM-ELS (flim-modules): Don't install mel-b-el for Emacs 20.4.
1019
1020 1998-10-25  Tanaka Akira      <akr@jaist.ac.jp>
1021
1022         * eword-decode.el (eword-decode-field-body): Refine implementation.
1023
1024 1998-10-24  Tanaka Akira      <akr@jaist.ac.jp>
1025
1026         * mel-b-ccl.el, mel-q-ccl.el, mel.el, FLIM-ELS: Divide mel-ccl.el
1027         into mel-b-ccl.el and mel-q-ccl.el.
1028
1029 1998-09-11  Tanaka Akira      <akr@jaist.ac.jp>
1030
1031         * mel.el (base64-encoded-length): New implementation.
1032
1033 1998-10-25  Tanaka Akira      <akr@jaist.ac.jp>
1034
1035         * eword-decode.el (eword-decode-field-body): New function.
1036
1037 1998-10-25  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1038
1039         * eword-encode.el (eword-encode-field-body): Change interface.
1040         (eword-encode-header): Use `eword-encode-field-body'; abolish
1041         function `eword-encode-field'.
1042
1043 1998-10-25  Tanaka Akira  <akr@jaist.ac.jp>
1044
1045         * eword-encode.el (eword-encode-field-body): New function.
1046         (eword-encode-field): Use `eword-encode-field-body'.
1047
1048 1998-10-24  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1049
1050         * mel.el, mel-b-el.el, FLIM-ELS: Rename mel-b.el -> mel-b-el.el.
1051
1052 1998-10-24  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1053
1054         * mel-u.el (uuencode-external-decode-region): Use
1055         `temporary-file-directory' instead of `mime-temp-directory'.
1056         (mime-write-decoded-region): Likewise.
1057
1058         * mime-def.el: Abolish variable `mime-temp-directory'.
1059
1060 1998-10-24  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1061
1062         * mmgeneric.el (mime-insert-header-from-buffer): New function.
1063         (insert-header): Use `mime-insert-header-from-buffer'.
1064
1065 1998-10-24  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1066
1067         * FLIM-ELS: Don't install mel-b-dl.el if the running emacs has
1068         builtin base64 encoder/decoder.
1069
1070         * mel.el: Set up builtin base64 encoder/decoder if they are
1071         available.
1072
1073         * mime-def.el (base64-dl-module): Set nil as initial value if the
1074         running emacs has builtin base64 encoder/decoder.
1075
1076         * mel-b.el: Require `poe' instead of `emu'.
1077         (base64-encode-string): Use `defun-maybe'.
1078         (base64-encode-region): Likewise.
1079         (base64-decode-region): Likewise.
1080         (base64-decode-string): Likewise.
1081
1082         * mel-b-dl.el: Require `poe' instead of `emu'.
1083
1084 \f
1085 1998-10-23  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1086
1087         * FLIM: Version 1.11.1 (Takanohara) was released.
1088
1089 1998-10-22  Yoshiki Hayashi   <g740685@komaba.ecc.u-tokyo.ac.jp>
1090
1091         * README.ja: New file.
1092
1093 1998-10-20  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1094
1095         * mime-def.el: Require mcharset.
1096
1097 1998-10-20  Katsumi Yamaoka   <yamaoka@jpl.org>
1098
1099         * mel-u.el (mime-write-decoded-region): Fix typo.
1100
1101         * mime-def.el: Enclose defining procedure for the constants
1102         `std11-quoted-pair-regexp', `std11-non-qtext-char-list' and
1103         `std11-qtext-regexp' with `eval-and-compile'.
1104
1105 1998-10-19  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1106
1107         * NEWS (Behavior change of `mime-insert-header'): New subsection.
1108
1109         * mmgeneric.el (insert-header): Include `:' in field-name.
1110
1111 1998-10-19  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1112
1113         * mime-def.el (std11-qtext-regexp): Use `eval-when-compile'; don't
1114         use `char-list-to-string'.
1115         (std11-quoted-string-regexp): Use `eval-when-compile'.
1116         - Use `def-edebug-spec' to define edebug-form-spec of
1117           mm-define-method; fix definition of edebug-form-spec of
1118           mm-define-method.
1119
1120 1998-10-18  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1121
1122         * mime-en.sgml, mime-ja.sgml (Header encoder/decoder): Add
1123         description about `eword-field-encoding-method-alist'.
1124
1125         * mime-en.sgml (Header encoder/decoder): Modify description about
1126         `eword-encode-header'.
1127
1128         * mime-ja.sgml (Header encoder/decoder): Translate.
1129
1130 1998-10-18  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1131
1132         * mime-en.sgml (entity formatting): Fix typo in description of
1133         `default-mime-charset'.
1134
1135         * mime-en.sgml (Header encoder/decoder): Modify description of
1136         `eword-decode-header'.
1137
1138         * mime-ja.sgml, mime-en.sgml (Header encoder/decoder): fix typo.
1139
1140         * mime-en.sgml (encoder/decoder): Translate description of
1141         `mime-decode-string'.
1142
1143 1998-10-18  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1144
1145         * mime-en.sgml (Content-Disposition parser): Modify description.
1146
1147         * mime-en.sgml (Content-Type parser): Modify description.
1148
1149 1998-10-18  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1150
1151         * mime-en.sgml (Content-Transfer-Encoding parser): Translate.
1152
1153 \f
1154 1998-10-18  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1155
1156         * FLIM: Version 1.11.0 (Yamadagawa) was released.
1157
1158 1998-10-17  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1159
1160         * mime-ja.sgml, mime-en.sgml (entity formatting): Add description
1161         about `mime-insert-text-content'.
1162
1163 1998-10-17  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1164
1165         * mime-ja.sgml, mime-en.sgml (entity formatting): New node; move
1166         `mime-insert-header' from `Entity-header'; move
1167         `default-mime-charset' from `custom'.
1168
1169 1998-10-17  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1170
1171         * mime-en.sgml, mime-ja.sgml (Entity-header): Generic function
1172         `mime-insert-decoded-header' was renamed to `mime-insert-header'.
1173
1174 1998-10-17  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1175
1176         * NEWS: New file.
1177
1178 1998-10-16  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1179
1180         * mime.el (mime-insert-header): Renamed from
1181         `mime-insert-decoded-header'; define `mime-insert-decoded-header'
1182         as an obsolete alias.
1183
1184         * mmgeneric.el, mmcooked.el (insert-header): Renamed from
1185         `insert-decoded-header'.
1186
1187         * README.en (Installation): Add required version of APEL.
1188
1189 1998-10-16  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1190
1191         * mel-g.el: Require mel.
1192
1193         * mel-g.el: Require poem instead of emu.
1194
1195 1998-10-16  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1196
1197         * mime.el (mime-insert-text-content): New generic function.
1198
1199         * mmcooked.el, mmgeneric.el (insert-text-content): New method.
1200
1201 1998-10-02  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1202
1203         * std11.el (std11-unfold-string): New implementation.
1204
1205 1998-10-02  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1206
1207         * mmgeneric.el: New module.
1208
1209         * mmbuffer.el: Use `generic' as mother backend.
1210
1211         * FLIM-ELS (flim-modules): Add mmgeneric.
1212
1213 1998-10-01  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1214
1215         * mime-parse.el (mime-parse-message): Modify for
1216         `make-mime-entity-internal'.
1217
1218         * mime-def.el (make-mime-entity-internal): Change interface to be
1219         able to specify original-header and parsed-header.
1220
1221 1998-09-30  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1222
1223         * eword-decode.el (eword-decode-and-unfold-unstructured-field):
1224         New function.
1225
1226 1998-09-30  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1227
1228         * mime.el (mime-entity-content-type): New implementation.
1229         (mime-entity-content-disposition): New implementation.
1230         (mime-entity-encoding): New implementation.
1231
1232         * mime.el (mime-fetch-field): Refer internal slots for Date,
1233         Message-Id and References fields.
1234
1235         * mime-parse.el (mime-parse-message): Modify for
1236         `make-mime-entity-internal'.
1237
1238         * mime-def.el: Change `mime-entity-*-internal' and
1239         `mime-entity-set-*-internal' to macro.
1240         (make-mime-entity-internal): Change interface and data format for
1241         NOV data; changed to macro.
1242         (mime-entity-set-location-internal): New macro.
1243         (mime-entity-decoded-subject-internal): New macro.
1244         (mime-entity-set-decoded-subject-internal): New macro.
1245         (mime-entity-decoded-from-internal): New macro.
1246         (mime-entity-set-decoded-from-internal): New macro.
1247         (mime-entity-date-internal): New macro.
1248         (mime-entity-set-date-internal): New macro.
1249         (mime-entity-message-id-internal): New macro.
1250         (mime-entity-set-message-id-internal): New macro.
1251         (mime-entity-references-internal): New macro.
1252         (mime-entity-set-references-internal): New macro.
1253         (mime-entity-chars-internal): New macro.
1254         (mime-entity-set-chars-internal): New macro.
1255         (mime-entity-lines-internal): New macro.
1256         (mime-entity-set-lines-internal): New macro.
1257         (mime-entity-xref-internal): New macro.
1258         (mime-entity-set-xref-internal): New macro.
1259         (mime-entity-original-header-internal): Modify for new structure;
1260         changed to macro.
1261         (mime-entity-set-original-header-internal): Likewise.
1262         (mime-entity-parsed-header-internal): Likewise.
1263         (mime-entity-set-parsed-header-internal): Likewise.
1264         (mime-entity-buffer-internal): Likewise.
1265         (mime-entity-set-buffer-internal): Likewise.
1266         (mime-entity-header-start-internal): Likewise.
1267         (mime-entity-set-header-start-internal): Likewise.
1268         (mime-entity-header-end-internal): Likewise.
1269         (mime-entity-set-header-end-internal): Likewise.
1270         (mime-entity-body-start-internal): Likewise.
1271         (mime-entity-set-body-start-internal): Likewise.
1272         (mime-entity-body-end-internal): Likewise.
1273         (mime-entity-set-body-end-internal): Likewise.
1274
1275 \f
1276 1998-10-14  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1277
1278         * FLIM: Version 1.10.5 (Kizugawadai) was released.
1279
1280         * mel.el: Must require poem.
1281
1282 \f
1283 1998-10-12  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1284
1285         * FLIM: Version 1.10.4 (Shin-H\e-Dòsono)\e-A was released.
1286
1287 1998-10-12  Katsumi Yamaoka   <yamaoka@jpl.org>
1288
1289         * README.en: Add explanation about `VERSION_SPECIFIC_LISPDIR'.
1290
1291         * Makefile (install): Add new arg `VERSION_SPECIFIC_LISPDIR'.
1292         (elc): Likewise.
1293
1294         * FLIM-MK (config-flim): Refer to `VERSION_SPECIFIC_LISPDIR'.
1295
1296         * FLIM-CFG (VERSION_SPECIFIC_LISPDIR): New variable.
1297
1298 1998-10-12  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1299
1300         * mel.el (mel-ccl-module): Require path-util when the running
1301         emacs has MULE.
1302
1303         * mel.el: Don't require emu.
1304
1305 1998-10-11  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1306
1307         * FLIM-ELS: Don't install mel-ccl in anything older than XEmacs 21
1308         with MULE.
1309
1310 \f
1311 1998-10-10  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1312
1313         * FLIM: Version 1.10.3 (Komada) was released.
1314
1315         * mel-ccl.el (base64-ccl-write-decoded-region): bind
1316         `jka-compr-compression-info-list' with nil.
1317
1318         * mel-b.el (base64-internal-decoding-limit): Switch default value
1319         between XEmacs-mule and other emacsen.
1320         Abolish function `base64-decode-string!'.
1321         (base64-internal-decode-region): New implementation.
1322         (base64-insert-encoded-file): New function.
1323         (mime-insert-encoded-file): Use `base64-insert-encoded-file'.
1324         (base64-write-decoded-region): New function.
1325         (mime-write-decoded-region): Use `base64-write-decoded-region'.
1326
1327         * mel-b-dl.el (decode-base64-region): Renamed from
1328         `base64-decode-region'.
1329         (mime-insert-encoded-file): Change temporary-buffer to unibyte
1330         representation.  Abolish method `mime-write-decoded-region'
1331         because it is slower than CCL based implementation.
1332
1333 1998-10-09  Tanaka Akira <akr@jaist.ac.jp>
1334
1335         * mel-ccl.el: Check `ccl-execute-eof-block-on-decoding-some'
1336         facility instead of `ccl-execute-eof-block-on-encoding-some'.
1337
1338 1998-10-09  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1339
1340         * mel-b.el (base64-characters): Enclose with `eval-and-compile'.
1341
1342         * eword-decode.el (eword-encoded-text-regexp): Enclose with
1343         `eval-and-compile'.
1344         (eword-encoded-word-regexp): Use `eval-when-compile'.
1345
1346 1998-10-09  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1347
1348         * eword-decode.el (eword-max-size-to-decode): New user option.
1349         (eword-decode-and-fold-structured-field): Do nothing if size of
1350         input is bigger than `eword-max-size-to-decode'.
1351
1352 1998-10-08  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1353
1354         * mel-b.el (base64-numbers): Use `eval-when-compile'.
1355
1356 1998-10-09  Katsumi Yamaoka   <yamaoka@jpl.org>
1357
1358         * FLIM-CFG: Use `add-latest-path' instead of `add-path' for adding
1359         "custom" to load-path.
1360
1361 1998-10-09  Katsumi Yamaoka   <yamaoka@jpl.org>
1362
1363         * mime-def.el (mime-library-product): Enclose with
1364         `eval-and-compile'.
1365
1366         * FLIM-CFG: Add "custom" to load-path.
1367
1368 \f
1369 1998-10-08  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1370
1371         * FLIM: Version 1.10.2 (Kintetsu-Miyazu) was released.
1372
1373         * mime-def.el, mel.el, mel-b-dl.el: Move variable
1374         `base64-dl-module' from mel-b-dl.el and mel.el to mime-def.el.
1375
1376 1998-10-08  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1377
1378         * mel.el (mel-ccl-module): New variable; use it to check mel-ccl
1379         is available.
1380
1381         * FLIM-ELS: Don't install mel-ccl for anything older than MULE
1382         2.3.
1383
1384 1998-10-08  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1385
1386         * mel-u.el: Use `mel-define-backend' to define "x-uue".
1387         Define "x-uuencode" as a clone of "x-uue".
1388
1389         * Move variable `mel-encoding-module-alist' from mel.el to
1390         mime-def.el.
1391
1392         * mel.el (mel-find-function): Use function
1393         `mel-find-function-from-obarray'.
1394         Use `mel-define-backend' to define "7bit", "8bit" and "binary";
1395         don't define methods of "8bit" and "binary"; inherit methods from
1396         "7bit".
1397
1398         * mime-def.el (mel-service-list): New variable.
1399         (mel-define-service): New implementation.
1400         (mel-find-function-from-obarray): New inline function.
1401         (mel-copy-method): New inline function.
1402         (mel-copy-backend): New inline function.
1403         (mel-define-backend): New macro.
1404
1405 1998-10-08  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1406
1407         * mel-u.el: Define method functions of mel.
1408         (mime-encode-region): Use `mel-define-method-function'; abolish
1409         `uuencode-encode-region'.
1410         (mime-decode-region): Use `mel-define-method-function'; abolish
1411         `uuencode-decode-region'.
1412         (mime-encode-string): New method.
1413         (mime-decode-string): New method.
1414         (mime-insert-encoded-file): Use `mel-define-method'; abolish
1415         `uuencode-insert-encoded-file'.
1416         (mime-write-decoded-region): Use `mel-define-method'; abolish
1417         `uuencode-write-decoded-region'.
1418
1419 1998-10-07  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1420
1421         * mime-def.el (mel-define-service): Add DOC.
1422         (mel-define-method): Add DOC.
1423         (mel-define-method-function): Add DOC.
1424
1425         * mime-en.sgml, mime-ja.sgml: Modify for FLIM 1.10.
1426
1427 \f
1428 1998-10-07  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1429
1430         * FLIM: Version 1.10.1 (Miyamaki) was released.
1431
1432 1998-10-06  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1433
1434         * mel-g.el: Define method functions of mel.
1435         (mime-encode-region): Use `mel-define-method-function'; abolish
1436         `gzip64-encode-region'.
1437         (mime-decode-region): Use `mel-define-method-function'; abolish
1438         `gzip64-decode-region'.
1439         (mime-encode-string): New method.
1440         (mime-decode-string): New method.
1441         (mime-insert-encoded-file): Use `mel-define-method'; abolish
1442         `gzip64-insert-encoded-file'.
1443         (mime-write-decoded-region): Use `mel-define-method'; abolish
1444         `gzip64-write-decoded-region'.
1445
1446         * mime-def.el (mime-library-product): New variable; abolish
1447         `mime-library-version'.
1448         (mime-product-name): New macro.
1449         (mime-product-version): New macro.
1450         (mime-product-code-name): New macro.
1451         (mime-library-version): Renamed from
1452         `mime-library-version-string'; use `mime-library-product',
1453         `mime-product-name', `mime-product-version' and
1454         `mime-product-code-name'.
1455
1456         * mime-def.el (mm-define-backend): Add DOC.
1457         (mm-define-method): Add DOC.
1458
1459         * mel.el (mime-encoding-list): Modify DOC to add description about
1460         optional argument SERVICE.
1461
1462 1998-10-04  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1463
1464         * mime-ja.sgml, mime-en.sgml (mm-backend module): Write
1465         description of `mm-define-backend' and `mm-define-method'.
1466
1467 \f
1468 1998-09-29  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1469
1470         * FLIM: Version 1.10.0 (K\e-Dòdo)\e-A was released.
1471
1472         * README.en (What's FLIM): Add mel-ccl.el.
1473
1474 1998-09-21  Tanaka Akira      <akr@jaist.ac.jp>
1475
1476         * mel-ccl.el:
1477           - Require 'pccl instead of 'emu.
1478           - Use `unless-broken' to check facility.
1479
1480 1998-09-27  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1481
1482         * mel.el (mime-encoding-list): New user option (renamed from
1483         `mime-content-transfer-encoding-list').
1484         (mime-encoding-list): New function.
1485         (mime-encoding-alist): New function.
1486         (mime-encode-region): Use `mime-encoding-alist' for completion.
1487         (mime-decode-region): Likewise.
1488         (mime-insert-encoded-file): Likewise.
1489         (mime-write-decoded-region): Likewise.
1490
1491 1998-09-24  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1492
1493         * eword-decode.el (eword-decode-structured-field-list): Add
1494         Mail-Followup-To field.
1495
1496 1998-09-20  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1497
1498         * eword-encode.el (eword-charset-encoding-alist): Add utf-8.
1499
1500 1998-09-20  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1501
1502         * mel.el (mime-content-transfer-encoding-list): New user option.
1503         (mime-encode-region): Use `mime-content-transfer-encoding-list'
1504         for completion.
1505         (mime-decode-region): Likewise.
1506         (mime-insert-encoded-file): Likewise.
1507         (mime-write-decoded-region): Likewise.
1508
1509         * mel.el (mime-write-decoded-region): fix typo.
1510
1511 1998-09-20  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1512
1513         * mime-def.el (mel-define-method-function): Don't override.
1514
1515 1998-09-20  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1516
1517         * mel.el, mel-ccl.el, FLIM-ELS: Add mel-ccl.el.
1518
1519 1998-09-20  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1520
1521         * mel-dl.el, README.en, FLIM-ELS: Rename mel-dl.el to mel-b-dl.el.
1522
1523         * mel.el: - Rename mel-dl.el to mel-b-dl.el.
1524                   - Move `mel-define-service' to mime-def.el.
1525
1526         * mime-def.el (mel-define-service): New macro (moved from mel.el);
1527         fixed problem in Emacs.
1528         (mel-define-method): Use `mel-define-service'.
1529         (mel-define-method-function): Use `mel-define-service'.
1530
1531 1998-09-20  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1532
1533         * mel.el (mime-encode-region): Don't regard nil encoding as
1534         "7bit".
1535
1536 1998-09-19  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1537
1538         * eword-encode.el (eword-encode-text): Use
1539         `encoded-text-encode-string'.
1540         (tm-eword::encoded-word-length): `q-encoding-encoded-length' was
1541         renamed to `Q-encoded-text-length'.
1542
1543         * eword-decode.el: Move `base64-token-regexp',
1544         `base64-token-padding-regexp', `eword-B-encoded-text-regexp' and
1545         `eword-Q-encoded-text-regexp' to mime-def.el.
1546         (eword-decode-encoded-text): Use `encoded-text-decode-string'.
1547
1548         * mel-q.el: Define method functions of mel.
1549         (mime-insert-encoded-file): Use `mel-define-method'; abolish
1550         `quoted-printable-insert-encoded-file'.
1551         (mime-write-decoded-region): Use `mel-define-method'; abolish
1552         `quoted-printable-write-decoded-region'.
1553         - Move `q-encoding-printable-char-p' and
1554         `q-encoding-encoded-length' to mel.el.
1555
1556         * mel-b.el: Define method functions of mel.
1557         (mime-insert-encoded-file): Use `mel-define-method'; abolish
1558         `base64-insert-encoded-file'.
1559         (mime-write-decoded-region): Use `mel-define-method'; abolish
1560         `base64-write-decoded-region'.
1561         - Move `base64-encoded-length' to mel.el.
1562
1563         * mel-dl.el (base64-encode-region): Define directly (abolish
1564         `base64-dl-encode-region').
1565         (base64-decode-region): Define directly (abolish
1566         `base64-dl-decode-region').  Define method functions of mel.
1567         (mime-insert-encoded-file): Use `mel-define-method'; abolish
1568         `base64-insert-encoded-file'; don't use external encoder.
1569         (mime-write-decoded-region): Use `mel-define-method'; abolish
1570         `base64-write-decoded-region'; don't use external decoder.
1571         - Move `base64-encoded-length' to mel.el.
1572
1573         * mime.el: Move `mm-arglist-to-arguments' to mime-def.el.
1574
1575         * mime-def.el (base64-token-regexp): New constant (moved from
1576         eword-decode.el).
1577         (base64-token-padding-regexp): Likewise.
1578         (B-encoded-text-regexp): New constant (moved from eword-decode.el,
1579         and renamed from `eword-B-encoded-text-regexp').
1580         (Q-encoded-text-regexp): New constant (moved from eword-decode.el,
1581         and renamed from `eword-Q-encoded-text-regexp'.
1582         (mm-arglist-to-arguments): New function (moved from mime.el).
1583         (mel-define-method): New macro.
1584         (mel-define-method-function): New macro.
1585         (mel-define-function): New macro.
1586
1587         * mel.el (mel-encoding-module-alist): New variable.
1588         (mel-use-module): New function.
1589         (mel-find-function): New function.
1590         (mel-define-service): New macro.
1591         (mime-encode-region): Use `mel-find-function'; abolish variable
1592         `mime-encoding-method-alist'.
1593         (mime-decode-region): Use `mel-find-function'; abolish variable
1594         `mime-decoding-method-alist'.
1595         (mime-decode-string): Use `mel-find-function'; abolish variable
1596         `mime-string-decoding-method-alist'.
1597         (encoded-text-encode-string): New function.
1598         (encoded-text-decode-string): New function.
1599         (base64-encoded-length): New function (moved from mel-b.el and
1600         mel-dl.el).
1601         (Q-encoding-printable-char-p): New function (moved from mel-q.el,
1602         and renamed from `q-encoding-printable-char-p').
1603         (Q-encoded-text-length): New function (moved from mel-q.el, and
1604         renamed from `q-encoding-encoded-length').
1605         (mime-insert-encoded-file): Use `mel-find-function'; abolish
1606         variable `mime-file-encoding-method-alist'.
1607         (mime-write-decoded-region): Use `mel-find-function'; abolish
1608         variable `mime-file-decoding-method-alist'.
1609
1610 1998-09-16  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1611
1612         * mel-b.el (base64-internal-encoding-limit): modify :type.
1613         (base64-internal-decoding-limit): Change initial value to 70000;
1614         modify :type.
1615
1616         * mel-b.el (base64-decode-string!): Renamed from
1617         `base64-internal-decode-string!'.
1618
1619 1998-09-16  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1620
1621         * mel-b.el (base64-characters): New constant.
1622         (base64-num-to-char): Use `base64-characters'.
1623         (base64-numbers): Use `base64-characters'.
1624         (base64-internal-decode): Modify calculation third byte.
1625
1626         * mel-dl.el (base64-dl-encode-string): New alias.
1627         (base64-dl-decode-string): New alias.
1628         (base64-dl-encode-region): Renamed from `base64-encode-region';
1629         don't save-excursion and save-restriction.
1630         (base64-dl-decode-region): Renamed from `base64-decode-region';
1631         don't save-excursion and save-restriction; convert all at once.
1632         (base64-encode-region): New alias.
1633         (base64-decode-region): New alias.
1634
1635         * mel-b.el (base64-internal-decode): New function.
1636         (base64-internal-decode-string): Use `base64-internal-decode'.
1637         (base64-internal-decode-string!): New function.
1638         (base64-internal-decode-region): Use
1639         `base64-internal-decode-string!' instead of
1640         `base64-internal-decode-string'.
1641
1642 1998-09-15  Tanaka Akira  <akr@jaist.ac.jp>
1643
1644         * mel-b.el (base64-numbers): Fix a position of 63.
1645
1646 1998-09-15  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1647
1648         * mel-b.el (base64-numbers): New constant.
1649         (base64-char-to-num): New macro.
1650         (base64-internal-decode-string): Don't use memq.
1651
1652 1998-09-15  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1653
1654         * mel-b.el (base64): New group.
1655         (base64-external-encoder): Now a user option.
1656         (base64-external-decoder): Now a user option.
1657         (base64-external-decoder-option-to-specify-file): Now a user
1658         option.
1659         (base64-internal-encoding-limit): Now a user option.
1660         (base64-internal-decoding-limit): Now a user option.
1661
1662         * mel-b.el (base64-internal-decode-string): New implementation;
1663         abolish function `base64-decode-unit'.
1664
1665 1998-09-15  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1666
1667         * README.en (Installation): Fix typo.
1668
1669 \f
1670 1998-09-15  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1671
1672         * FLIM: Version 1.9.2 (Shin-Tanabe) was released.
1673
1674         * README.en (Installation): Add `install as a XEmacs package'.
1675
1676 1998-09-15  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1677
1678         * mime-en.sgml (Encoding Method): Translate.
1679
1680 1998-09-15  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1681
1682         * eword-encode.el (eword-encode-msg-id-to-rword-list): New
1683         function.
1684         (eword-encode-in-reply-to-to-rword-list): New function.
1685         (eword-encode-in-reply-to): New function.
1686         (eword-encode-field): Use `eword-encode-in-reply-to' for
1687         `In-Reply-To' field.
1688
1689         * std11.el (std11-parse-in-reply-to): New function.
1690
1691 1998-09-14  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1692
1693         * eword-decode.el (eword-decode-structured-field-list): Add
1694         `User-Agent'.
1695
1696 1998-09-11  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1697
1698         * Makefile (package): Don't update auto-autoloads.el and
1699         custom-load.el.
1700
1701         * FLIM-MK (compile-flim-package): Update auto-autoloads.el and
1702         custom-load.el.
1703
1704 1998-09-11  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1705
1706         * mime-def.el: Abolish function `butlast' and `nbutlast'.
1707
1708         * mime-def.el (mime-library-version): New constant.
1709         (mime-library-version-string): Refer `mime-library-version'.
1710
1711 1998-09-11  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1712
1713         * Makefile (XEMACS): New variable.
1714         (PACKAGEDIR): New variable.
1715         (package): New target.
1716         (install-package): New target.
1717
1718         * FLIM-CFG (PACKAGEDIR): New variable.
1719
1720         * FLIM-MK (config-flim-package): New function.
1721         (compile-flim-package): New function.
1722         (install-flim-package): New function.
1723
1724 1998-09-10  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1725
1726         * mime-en.sgml (Content-Type field): Translate.
1727         (mime-content-type): Translate.
1728         (Content-Type parser): Translate.
1729         (Content-Disposition): Translate.
1730         (mime-content-disposition): Translate.
1731         (Content-Disposition parser): Translate.
1732
1733 1998-09-10  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1734
1735         * Makefile (GOMI): Add Texinfo related garbages.
1736         (clean): Delete historical setting.
1737
1738 1998-09-03  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1739
1740         * mime-en.sgml (mm-backend): Translate.
1741         (Request for entity): Likewise.
1742         (mm-backend module): Likewise.
1743
1744         * mime.el (mime-entity-send): Add DOC-string.
1745
1746 1998-09-01  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1747
1748         * mime-en.sgml (Entity hierarchy): Translate.
1749
1750 1998-09-01  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1751
1752         * mime-en.sgml, mime-ja.sgml (Entity): Rearrangement.
1753
1754 \f
1755 1998-08-31  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1756
1757         * FLIM: Version 1.9.1 (Tonosh\e-Dò)\e-A was released.
1758
1759         * mime-en.sgml (mm-backend): Translate a little.
1760
1761 1998-08-31  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1762
1763         * eword-encode.el (eword-encode-default-start-column): New user
1764         option.
1765         (eword-encode-string): Use `eword-encode-default-start-column'.
1766         (eword-encode-address-list): Likewise.
1767         (eword-encode-structured-field-body): Likewise.
1768         (eword-encode-unstructured-field-body): Likewise.
1769
1770 1998-08-31  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1771
1772         * eword-encode.el (eword-encode): New group.
1773         (eword-field-encoding-method-alist): Now a user option (was:
1774         variable).
1775
1776 1998-08-31  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1777
1778         * eword-encode.el: Rename `tm-eword::mailbox-to-rwl' ->
1779         `eword-encode-mailbox-to-rword-list'.
1780
1781         * eword-encode.el: Rename `tm-eword::phrase-to-rwl' ->
1782         `eword-encode-phrase-to-rword-list'.
1783
1784         * eword-encode.el: Rename `eword-addr-spec-to-rwl' ->
1785         `eword-encode-addr-spec-to-rword-list'.
1786
1787         * eword-encode.el: Rename `eword-phrase-route-addr-to-rwl' ->
1788         `eword-encode-phrase-route-addr-to-rword-list'.
1789
1790         * eword-encode.el: Rename `eword-addr-seq-to-rwl' ->
1791         `eword-encode-addr-seq-to-rword-list'.
1792
1793         * eword-encode.el: Rename `tm-eword::split-string' ->
1794         `eword-encode-split-string'.
1795
1796         * eword-encode.el: Rename `tm-eword::addresses-to-rwl' ->
1797         `eword-encode-addresses-to-rword-list'.
1798
1799         * eword-encode.el: Rename `tm-eword::encode-rwl' ->
1800         `eword-encode-rword-list'.
1801
1802         * eword-encode.el (eword-encode-unstructured-field-body): New
1803         function.
1804         (eword-encode-field): Use `eword-encode-unstructured-field-body'.
1805
1806 1998-08-31  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1807
1808         * eword-encode.el (eword-encode-string): Add DOC-string.
1809         (eword-encode-address-list): Likewise.
1810         (eword-encode-structured-field-body): Likewise.
1811
1812         * eword-encode.el (eword-encode-field): Regard `In-Reply-To' as a
1813         structured field.
1814
1815 1998-08-28  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1816
1817         * eword-encode.el (eword-encode-field): Use `capitalize' instead
1818         of `downcase' for `field-name'.
1819
1820         * eword-encode.el (eword-encode-structured-field-body): New
1821         function.
1822         (eword-encode-field): Use `eword-encode-structured-field-body' for
1823         "MIME-Version" and "User-Agent" field.
1824
1825 1998-08-26  Shuhei KOBAYASHI  <shuhei-k@jaist.ac.jp>
1826
1827         * mime-def.el (mm-define-method): Put `edebug-form-spec'.
1828
1829 1998-08-28  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1830
1831         * eword-encode.el (eword-encode-address-list): New function.
1832         (eword-encode-field): Use `eword-encode-address-list' instead of
1833         `tm-eword::encode-address-list'; abolish
1834         `tm-eword::encode-address-list'.
1835
1836         * eword-encode.el (eword-encode-field): Use `eword-encode-string'
1837         instead of `tm-eword::encode-string'; abolish
1838         `tm-eword::encode-string'.
1839
1840         * eword-encode.el: Rename `tm-eword::make-rword' ->
1841         `make-ew-rword'; rename `tm-eword::rword-' -> `ew-rword-'.
1842
1843 1998-08-26  Shuhei KOBAYASHI  <shuhei-k@jaist.ac.jp>
1844
1845         * mel-b.el (base64-insert-encoded-file): Conditionally use
1846         internal converter. (cf. [tm-ja:3320])
1847         (base64-write-decoded-region): Ditto.
1848
1849 1998-08-25  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1850
1851         * FLIM-ELS (flim-modules): Don't add `mel-dl' unconditionally.
1852
1853 1998-08-25  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1854
1855         * Delete mime-lib.el.
1856
1857 1998-08-10  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1858
1859         * mmbuffer.el (write-entity): `write-region-as-CRLF' was renamed
1860         to `write-region-as-raw-text-CRLF'.
1861
1862 1998-08-07  MORIOKA Tomohiko  <morioka@yo.rim.or.jp>
1863
1864         * mmbuffer.el (write-entity): Use `write-region-as-CRLF' instead
1865         of `write-region-as-binary'.
1866
1867 \f
1868 1998-07-15  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1869
1870         * FLIM: Version 1.9.0 (Terada) was released.
1871
1872 1998-07-10  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1873
1874         * mime-parse.el (mime-parse-multipart): Set message/x-broken if
1875         parsing is failed.
1876
1877 1998-07-10  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1878
1879         * mmbuffer.el (entity-children): Don't use
1880         `mime-entity-children-internal'.
1881
1882         * mime-parse.el (mime-parse-multipart): Modify for
1883         `mime-parse-message'; return children.
1884         (mime-parse-encapsulated): Likewise.
1885         (mime-parse-message): Change interface; delete DOC-string; don't
1886         parse children instantly.
1887         (mime-parse-buffer): Modify for `mime-parse-message'.
1888
1889         * mime-parse.el (mime-parse-message): Delete autoload cookie.
1890
1891         * mime.el: Delete autoload setting for `mime-parse-message'.
1892
1893         * mime-en.sgml, mime-ja.sgml (Entity creation): Delete description
1894         of `mime-parse-message'; modify description of `mime-parse-buffer'
1895         to add `representation-type'.
1896
1897 \f
1898 1998-07-07  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1899
1900         * FLIM-Chao: Version 1.8.0 (Shij\e-Dò)\e-A was released.
1901
1902 1998-07-07  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1903
1904         * mmcooked.el: Abolish method `open'.
1905
1906         * mmbuffer.el (initialize-instance): New method; abolish `open'.
1907         (entity-children): New method.
1908
1909         * mime.el (mime-open-entity): Send `initialize-instance' to
1910         created message.
1911         (mime-entity-children): New implementation.
1912         (mime-entity-parent): New implementation.
1913         (mime-root-entity-p): New implementation.
1914
1915         * mime-parse.el (mime-parse-multipart): Specify current entity as
1916         parent.
1917         (mime-parse-encapsulated): Likewise.
1918         (mime-parse-message): Change interface to specify parent; modify
1919         for `make-mime-entity-internal'.
1920         (mime-parse-buffer): Modify for `mime-parse-message'.
1921
1922         * mime-def.el (make-mime-entity-internal): Change interface; add
1923         format of `mime-entity' to add `parent'.
1924
1925 1998-07-07  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1926
1927         * mmbuffer.el (mime-visible-field-p): Renamed from
1928         `eword-visible-field-p'.
1929
1930 1998-07-07  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1931
1932         * mime.el (mm-arglist-to-arguments): New function.
1933         (mm-define-generic): New macro.
1934         (mime-entity-cooked-p): Use `mm-define-generic'.
1935         (mime-entity-point-min): Use `mm-define-generic'.
1936         (mime-insert-decoded-header): Use `mm-define-generic'.
1937         (mime-entity-content): Use `mm-define-generic'.
1938         (mime-write-entity-content): Use `mm-define-generic'.
1939         (mime-write-entity): Use `mm-define-generic'.
1940         (mime-write-entity-body): Use `mm-define-generic'.
1941
1942 1998-07-07  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1943
1944         * mmbuffer.el (eword-visible-field-p): Moved from mime.el.
1945
1946         * mime.el: Move `eword-visible-field-p' to mmbuffer.el.
1947         (mime-write-entity-body): Change message to `write-body'.
1948
1949 1998-07-07  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1950
1951         * mmcooked.el, mmbuffer.el (open): Renamed from `open-entity'.
1952
1953         * mime.el (mime-open-entity): Change message to `open'.
1954
1955         * mime-def.el (mm-define-backend): Must `copy-alist'.
1956
1957 1998-07-07  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1958
1959         * mmcooked.el, mmbuffer.el: Use `mm-define-backend' and
1960         `mm-define-method'.
1961
1962         * mime.el: Move `mime-entity-implementation-alist' to mime-def.el.
1963         (mime-find-function): New implementation.
1964         (mime-entity-cooked-p): Use `mime-entity-send'.
1965
1966         * mime-def.el (mime-entity-implementation-alist): Moved from
1967         mime.el.
1968         (mm-define-backend): New macro.
1969         (mm-define-method): New macro.
1970
1971 \f
1972 1998-07-05  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1973
1974         * FLIM: Version 1.8.1 (Kutsukawa) was released.
1975
1976 1998-07-04  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1977
1978         * mime-en.sgml, mime-ja.sgml (Entity Attributes): Add description
1979         about `default-encoding' of `mime-entity-encoding'.
1980
1981         * mime-en.texi, mime-en.sgml: New files.
1982
1983         * mime-ja.sgml (media-type): Fix typo.
1984
1985         * mime-ja.sgml (Glossary): Fix order.
1986
1987         * mime-ja.sgml (Entity Attributes): Use <code> tag for nil.
1988
1989         * mime-ja.sgml (Entity Attributes): Fix typo.
1990
1991 1998-07-03  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1992
1993         * mime.el (mime-entity-encoding): Add new optional argument
1994         `default-encoding'; set default encoding if
1995         Content-Transfer-Encoding field is not found.
1996
1997 1998-07-03  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1998
1999         * mmbuffer.el (mmbuffer-write-entity): Use
2000         `mime-entity-buffer-internal', `mmbuffer-entity-point-min' and
2001         `mmbuffer-entity-point-max'.
2002         (mmbuffer-write-entity-body): Use `mime-entity-buffer-internal',
2003         `mime-entity-body-start-internal' and
2004         `mime-entity-body-end-internal'.
2005         (mmbuffer-insert-decoded-header): Use
2006         `mime-entity-buffer-internal', `mime-entity-header-start-internal'
2007         and `mime-entity-header-end-internal'.
2008
2009 \f
2010 1998-07-01  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2011
2012         * FLIM: Version 1.8.0 (\e-DÒkubo)\e-A was released.
2013
2014         * README.en: Delete `How to use'.
2015
2016 1998-07-01  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2017
2018         * mime-ja.sgml (Entity creation): Add reference for `mm-backend'
2019         in description of `mime-open-entity'.
2020
2021         * mime-ja.sgml (mm-backend): New section.
2022
2023 1998-07-01  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2024
2025         * mime-ja.sgml (Entity-header): Modify description about
2026         `mime-insert-decoded-header'.
2027
2028         * mmcooked.el (mmcooked-insert-decoded-header): New function.
2029
2030         * mmbuffer.el (mmbuffer-insert-decoded-header): New function.
2031
2032         * mime.el (mime-insert-decoded-header): Use implementation of
2033         mm-backend; abolish optional argument `code-conversion'.
2034
2035 1998-06-30  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2036
2037         * eword-decode.el (eword-decode-encoded-text): Use
2038         `decode-mime-charset-string'.
2039
2040 1998-06-30  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2041
2042         * mmcooked.el (mmcooked-write-entity-body): New function.
2043
2044         * mmbuffer.el (mmbuffer-write-entity-body): New function.
2045
2046         * mime.el (mime-write-entity-body): Use implementation of
2047         mm-backend.
2048
2049 1998-06-30  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2050
2051         * mmcooked.el (mmcooked-write-entity): New function.
2052
2053         * mmbuffer.el (mmbuffer-write-entity): New function.
2054
2055         * mime.el (mime-write-entity): Use implementation of mm-backend.
2056
2057 1998-06-30  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2058
2059         * mmcooked.el (mmcooked-entity-content): New alias for
2060         `mmbuffer-entity-content'.
2061         (mmcooked-write-entity-content): New function.
2062
2063         * mmbuffer.el (mmbuffer-entity-content): New function.
2064         (mmbuffer-write-entity-content): New function.
2065
2066         * mime.el (mime-entity-send): New function.
2067         (mime-entity-buffer): Use `mime-entity-send'.
2068         (mime-entity-point-min): Likewise.
2069         (mime-entity-point-max): Likewise.
2070         (mime-entity-header-start): Likewise.
2071         (mime-entity-header-end): Likewise.
2072         (mime-entity-body-start): Likewise.
2073         (mime-entity-body-end): Likewise.
2074         (mime-fetch-field): Likewise.
2075         (mime-entity-content): Use implementation of mm-backend.
2076         (mime-write-entity-content): Likewise.
2077
2078 \f
2079 1998-06-30  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2080
2081         * FLIM: Version 1.7.0 (Iseda) was released.
2082
2083         * mime-ja.sgml (Entity creation): Add description of
2084         `mime-open-entity'.
2085         (Entity Attributes): Add description of `mime-entity-cooked-p'.
2086         (Entity-content): Add description of `mime-write-entity-content',
2087         `mime-write-entity' and `mime-write-entity-body'.
2088
2089 1998-06-29  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2090
2091         * mime.el (mime-write-entity-content): New function.
2092
2093 1998-06-28  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2094
2095         * mime.el (mime-write-entity-body): New function.
2096
2097         * mime.el (mime-write-entity): New function.
2098
2099 1998-06-28  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2100
2101         * mime-parse.el (mime-parse-multipart): Change media-type of
2102         entity to application/octet-stream if the first delimiter is not
2103         found.
2104
2105 1998-06-28  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2106
2107         * FLIM-ELS (flim-modules): Add `mmbuffer' and `mmcooked'.
2108
2109         * mmcooked.el: New file.
2110
2111         * mmbuffer.el: New file.
2112
2113         * mime.el (mime-entity-implementation-alist): New variable.
2114         (mime-find-function): New function.
2115         (mime-open-entity): New function.
2116         (mime-entity-function): New function.
2117         (mime-entity-cooked-p): New function.
2118         (mime-entity-buffer): Use backend-module.
2119         (mime-entity-point-min): Likewise.
2120         (mime-entity-point-max): Likewise.
2121         (mime-entity-header-start): Likewise.
2122         (mime-entity-header-end): Likewise.
2123         (mime-entity-body-start): Likewise.
2124         (mime-entity-body-end): Likewise.
2125         (mime-fetch-field): Likewise.
2126
2127         * mime-parse.el (mime-parse-message): New optional argument
2128         `representation-type'.
2129         (mime-parse-buffer): Likewise.
2130
2131         * mime-def.el: Change format of mime-entity-internal to add
2132         `representation-type' and `location'.
2133
2134 \f
2135 1998-06-28  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2136
2137         * FLIM-Chao: Version 1.7.0 (Goj\e-Dò)\e-A was released.
2138
2139 1998-06-26  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2140
2141         * mime-ja.sgml: Modify for FLIM 1.7.
2142
2143         * mime.el (mime-entity-number): Add DOC.
2144
2145 1998-06-26  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2146
2147         * mime.el (mime-entity-encoding): New implementation.
2148
2149         * mime-parse.el (mime-parse-message): Abolish argument `encoding'.
2150
2151         * mime-def.el (make-mime-entity-internal): Abolish argument
2152         `encoding'.
2153         (mime-entity-set-encoding-internal): New function.
2154
2155 1998-06-26  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2156
2157         * mime.el (mime-entity-content-disposition): New implementation.
2158
2159         * mime-parse.el (mime-parse-message): Don't parse
2160         Content-Disposition.
2161
2162         * mime-def.el (make-mime-entity-internal): Delete argument
2163         `content-disposition'.
2164         (mime-entity-set-content-disposition-internal): New function.
2165
2166 1998-06-25  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2167
2168         * eword-decode.el: Move function `eword-visible-field-p' and
2169         `mime-insert-decoded-header' to mime.el.
2170
2171         * mime-parse.el: Use internal functions of mime-entity.
2172
2173         * mime.el (mime-entity-children): Moved from mime-def.el; use
2174         `mime-entity-children-internal'.
2175         (mime-entity-node-id): Moved from mime-def.el; use
2176         `mime-entity-node-id-internal'.
2177         (mime-entity-number): Moved from mime-def.el; use
2178         `mime-entity-node-id-internal'.
2179         (mime-entity-buffer): Moved from mime-def.el; use
2180         `mime-entity-buffer-internal'.
2181         (mime-entity-point-min): Moved from mime-def.el; use
2182         `mime-entity-header-start-internal'.
2183         (mime-entity-point-max): Moved from mime-def.el; use
2184         `mime-entity-body-end-internal'.
2185         (mime-entity-header-start): Moved from mime-def.el; use
2186         `mime-entity-header-start-internal'.
2187         (mime-entity-header-end): Moved from mime-def.el; use
2188         `mime-entity-header-end-internal'.
2189         (mime-entity-content-type): Moved from mime-def.el; use
2190         `mime-entity-content-type-internal'.
2191         (mime-entity-content-disposition): Moved from mime-def.el; use
2192         `mime-entity-content-disposition-internal'.
2193         (mime-entity-encoding): Moved from mime-def.el; use
2194         `mime-entity-encoding-internal'.
2195         (mime-fetch-field): Use `mime-entity-original-header-internal' and
2196         `mime-entity-set-original-header-internal'.
2197         (mime-read-field): Use `mime-entity-parsed-header-internal' and
2198         `mime-entity-set-parsed-header-internal'.
2199         (eword-visible-field-p): Moved from eword-decode.el.
2200         (mime-insert-decoded-header): Moved from eword-decode.el.
2201         (mime-entity-body-start): Moved from mime-def.el; use
2202         `mime-entity-body-start-internal'.
2203         (mime-entity-body-end): Moved from mime-def.el; use
2204         `mime-entity-body-end-internal'.
2205         (mime-entity-media-type): Moved from mime-def.el.
2206         (mime-entity-media-subtype): Moved from mime-def.el.
2207         (mime-entity-parameters): Moved from mime-def.el.
2208         (mime-entity-type/subtype): Moved from mime-def.el.
2209
2210         * mime-def.el (make-mime-entity-internal): Renamed from
2211         `make-mime-entity'.
2212         (mime-entity-buffer-internal): New function.
2213         (mime-entity-header-start-internal): New function.
2214         (mime-entity-header-end-internal): New function.
2215         (mime-entity-body-start-internal): New function.
2216         (mime-entity-body-end-internal): New function.
2217         (mime-entity-node-id-internal): New function.
2218         (mime-entity-content-type-internal): New function.
2219         (mime-entity-content-disposition-internal): New function.
2220         (mime-entity-encoding-internal): New function.
2221         (mime-entity-original-header-internal): New function.
2222         (mime-entity-children-internal): New function.
2223         (mime-entity-parsed-header-internal): New function.
2224         (mime-entity-set-original-header-internal): Renamed from
2225         `mime-entity-set-original-header'.
2226         (mime-entity-set-children-internal): Renamed from
2227         `mime-entity-set-children'.
2228         (mime-entity-set-parsed-header-internal): Renamed from
2229         `mime-entity-set-parsed-header'.  Move `mime-entity-SLOT'
2230         functions to mime.el.
2231
2232 1998-06-25  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2233
2234         * mime-ja.sgml (CVS): Fix typo.
2235
2236 1998-06-24  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2237
2238         * mime-parse.el (mime-parse-encapsulated): New function.
2239         (mime-parse-message): Use `mime-parse-encapsulated'.
2240
2241 1998-06-24  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2242
2243         * mime-def.el (mime-entity-set-children): New function.
2244
2245         * mime-parse.el (mime-parse-multipart): Change interface.
2246         (mime-parse-message): Use `mime-entity-set-children'.
2247
2248 1998-06-24  Shuhei KOBAYASHI  <shuhei-k@jaist.ac.jp>
2249
2250         * mime.el (mime-read-field): Fix typo.
2251
2252 \f
2253 1998-06-24  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2254
2255         * FLIM: Version 1.6.0 (Ogura) was released.
2256
2257         * mime-ja.sgml (Entity Attributes): New section.
2258
2259         * mime-ja.sgml (Entity as node in message): Add description of
2260         `mime-find-entity-from-number' and
2261         `mime-find-entity-from-node-id'.
2262
2263         * mime.el (mime-find-entity-from-number): New function.
2264         (mime-find-entity-from-node-id): New function.
2265         (mime-entity-parent): New function (moved from SEMI MIME-View).
2266         (mime-entity-uu-filename): New function (moved from SEMI
2267         MIME-View).
2268         (mime-entity-filename): New function (moved from SEMI MIME-View).
2269
2270         * mime-def.el (mime-uuencode-encoding-name-list): New variable.
2271
2272 1998-06-24  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2273
2274         * mime-ja.sgml: Modify for FLIM 1.6.
2275
2276         * mime.el (mime-fetch-field): New function; abolish
2277         `mime-entity-fetch-field'.
2278         (mime-read-field): New function; abolish `mime-entity-read-field'.
2279
2280 1998-06-23  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2281
2282         * mime-ja.sgml, mime-ja.texi: New files.
2283
2284 1998-06-22  Shuhei KOBAYASHI  <shuhei-k@jaist.ac.jp>
2285
2286         * mime-parse.el (mime-parse-message): Would error if empty body.
2287
2288 \f
2289 1998-06-22  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2290
2291         * FLIM: Version 1.5.0 (Mukaijima) was released.
2292
2293 1998-06-21  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2294
2295         * README.en (What's FLIM): Modify for mime.el.
2296
2297         * FLIM-ELS (flim-modules): Add `mime'.
2298
2299         * mime-lib.el: Move every definitions to mime.el.
2300
2301         * mime.el: New module (renamed from mime-lib.el).
2302
2303 1998-06-21  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2304
2305         * mime-lib.el: Add autoload setting for eword-encode.el.
2306
2307         * mime-lib.el (mime-entity-content): New function.
2308
2309 1998-06-20  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2310
2311         * mel.el: Abolish constant `mel-version'.
2312
2313         * mel.el (mime-string-decoding-method-alist): New variable.
2314         (mime-decode-string): New function.
2315
2316 1998-06-20  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2317
2318         * mel-b.el (base64-external-decode-string): New function.
2319         (base64-decode-string): New function.
2320
2321 1998-06-20  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2322
2323         * mel-q.el (quoted-printable-decode-string): New implementation.
2324
2325 1998-06-20  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2326
2327         * mel-q.el (quoted-printable-internal-decode-region): New
2328         implementation.
2329
2330 1998-06-20  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2331
2332         * mel-q.el (q-encoding-decode-string): Use
2333         `quoted-printable-hex-char-to-num'.
2334
2335         * mel-q.el (quoted-printable-hex-char-to-num): New function.
2336         (quoted-printable-decode-string): Use
2337         `quoted-printable-hex-char-to-num'.
2338
2339 1998-06-19  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2340
2341         * mime-def.el, mime-parse.el: Move `mime-message-structure' from
2342         mime-parse.el to mime-def.el.
2343
2344 1998-06-19  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2345
2346         * mime-lib.el, mime-parse.el: Move `mime-root-entity-p' from
2347         mime-parse.el to mime-lib.el.
2348
2349         * mime-lib.el: Add autoload setting for mime-parse.el.
2350
2351 1998-06-19  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2352
2353         * mime-parse.el, mime-def.el: Move `mime-entity-point-min',
2354         `mime-entity-point-max', `mime-entity-media-type',
2355         `mime-entity-media-subtype', `mime-entity-parameters' and
2356         `mime-entity-type/subtype' from mime-parse.el to mime-def.el.
2357
2358         * mime-parse.el, mime-def.el: Move `mime-content-disposition'
2359         reference functions from mime-parse.el to mime-def.el.
2360
2361         * mime-parse.el, mime-def.el: Move structure `mime-content-type'
2362         from mime-parse.el to mime-def.el.
2363
2364 1998-06-19  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2365
2366         * mel-b.el (base64-internal-decode-string): Renamed from
2367         `base64-decode-string'.
2368         (base64-decode-string): New alias for
2369         `base64-internal-decode-string'.
2370
2371 1998-06-19  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2372
2373         * mel-b.el (base64-decode-unit): New function; abolish
2374         `base64-decode-1'.
2375         (base64-decode-string): New implementation.
2376         (base64-internal-decode-region): New implementation.
2377
2378 1998-06-19  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2379
2380         * mime-parse.el (mime-message-structure): New variable.
2381         (mime-parse-buffer): New function.
2382
2383 1998-06-19  Shuhei KOBAYASHI  <shuhei-k@jaist.ac.jp>
2384
2385         * mime-def.el: Require 'cl when it is compiled.
2386
2387         * mime-lib.el (mime-entity-read-field): Fix typo.
2388         Use `eword-decode-ignored-field-list'.
2389
2390         * mime-parse.el (mime-parse-multipart): Fix typo.
2391         (mime-parse-message): Parse message/external-body.
2392
2393 \f
2394 1998-06-19  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2395
2396         * FLIM: Version 1.4.1 (Momoyama-Gory\e-Dòmae)\e-A was released.
2397
2398 1998-06-18  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2399
2400         * eword-decode.el (mime-insert-decoded-header): Fix typo.
2401
2402 \f
2403 1998-06-18  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2404
2405         * FLIM: Version 1.4.0 (Kintetsu-Tanbabashi) was released.
2406
2407 1998-06-18  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2408
2409         * README.en (What's FLIM): Add description about mime-lib.el and
2410         mime-parse.el.
2411
2412 1998-06-17  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2413
2414         * mime-parse.el: Require 'cl when it is compiled.
2415
2416         * eword-decode.el (eword-visible-field-p): New function.
2417         (mime-insert-decoded-header): Use `eword-visible-field-p'.
2418
2419 1998-06-17  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2420
2421         * mime-def.el (mime-library-version-string): Renamed from
2422         `mime-spadework-module-version-string'.
2423
2424         * mime-parse.el: New file; moved from SEMI layer.
2425
2426         * FLIM-ELS (flim-modules): Add `mime-parse'.
2427
2428 1998-06-17  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2429
2430         * FLIM-ELS (flim-modules): Add `mime-lib'.
2431
2432         * mime-lib.el: New module.
2433
2434         * mime-def.el (mime-entity): Add new slots for original-header and
2435         parsed-header.
2436         (mime-entity-set-original-header): New function.
2437         (mime-entity-set-parsed-header): New function.
2438
2439 1998-06-16  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2440
2441         * mime-def.el (mime-entity-number): New function (moved from SEMI
2442         layer).
2443
2444 1998-06-16  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2445
2446         * mime-def.el: Move definition of structure `mime-entity' from
2447         SEMI layer.
2448
2449 1998-06-16  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2450
2451         * eword-decode.el (eword-decode-ignored-field-list): Capitalize
2452         default value.
2453         (eword-decode-structured-field-list): Capitalize default value.
2454         (eword-decode-header): Regularize field name by `capitalize'.
2455         (mime-insert-decoded-header): New function.
2456
2457 1998-06-15  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2458
2459         * mailcap.el (mailcap-file): Use `defcustom'.
2460
2461 \f
2462 1998-06-01  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2463
2464         * FLIM: Version 1.3.0 (Fushimi) was released.
2465
2466 1998-05-28  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2467
2468         * std11.el (std11-fetch-field): New function.
2469         (std11-field-body): Use 'std11-fetch-field.
2470
2471 1998-05-28  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2472
2473         * mime-def.el (regexp-*): New function (moved from mime-parse.el
2474         of SEMI (REMI)).
2475         (regexp-or): New function (moved from mime-parse.el of
2476         SEMI (REMI)).
2477
2478         (std11-quoted-pair-regexp): New constant (moved from mime-parse.el
2479         of SEMI (REMI)).
2480         (std11-non-qtext-char-list): New constant (copied from std11.el).
2481         (std11-qtext-regexp): New constant (moved from mime-parse.el of
2482         SEMI (REMI)).
2483         (std11-quoted-string-regexp): New constant (moved from
2484         mime-parse.el of SEMI (REMI)).
2485
2486 \f
2487 1998-05-17  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2488
2489         * FLIM: Version 1.2.2 (Takeda) was released.
2490
2491         * FLIM-VERSION: New file.
2492
2493 1998-05-15  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2494
2495         * mel-q.el (quoted-printable-internal-encode-region): Use
2496         'looking-at-as-unibyte instead of local binding for
2497         enable-multibyte-characters.
2498
2499 \f
2500 1998-05-09  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2501
2502         * FLIM: Version 1.2.1 (Kamitobaguchi) was released.
2503
2504 1998-05-09  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2505
2506         * mel-q.el (quoted-printable-internal-decode-region): Use
2507         'string-as-multibyte to avoid problem in Emacs 20.3.
2508
2509 1998-05-08  Katsumi Yamaoka   <yamaoka@jpl.org>
2510
2511         * mel-u.el: Use mime-temp-directory instead of TMP.
2512
2513 \f
2514 1998-05-06  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2515
2516         * FLIM: Version 1.2.0 (J\e-Dþjò)\e-A was released.
2517
2518         * README.en (What's FLIM): Delete description about
2519         std11-parse.el; add description about mailcap.el.
2520
2521 1998-05-06  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2522
2523         * eword-decode.el (eword-decode-encoded-word-error-handler): New
2524         variable.
2525         (eword-decode-encoded-word-default-error-handler): New function.
2526         (eword-decode-encoded-word): Use
2527         'eword-decode-encoded-word-error-handler.
2528
2529 1998-05-06  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2530
2531         * mailcap.el: Require 'mime-def.
2532
2533         * mime-def.el (mime-type/subtype-string): New function (moved from
2534         semi/mime-parse.el).
2535
2536 1998-05-06  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2537
2538         * std11-parse.el: Abolish std11-parse.el.
2539
2540         * FLIM-ELS (flim-modules): Abolish 'std11-parse.
2541
2542         * eword-decode.el: Require 'std11 instead of 'std11-parse.
2543
2544         * std11.el: Merge std11-parse.el.
2545
2546 1998-05-06  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2547
2548         * mime-def.el (mime-temp-directory): Use 'defcustom.
2549
2550         * mel-u.el: Require 'mime-def instead of 'mel.
2551
2552         * mime-def.el (mime-temp-directory): New variable (moved from
2553         mel.el).
2554
2555         * mel.el: Move definition of 'mime-temp-directory to mime-def.el.
2556
2557 1998-05-06  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2558
2559         * mailcap.el (mailcap-format-command): New function.
2560
2561         * mailcap.el (mailcap-look-at-mtext): Don't strip quoted character
2562         again.
2563
2564 \f
2565 1998-05-05  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2566
2567         * FLIM: Version 1.1.0 (T\e-Dòji)\e-A was released.
2568
2569 1998-05-04  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2570
2571         * mime-def.el (quoted-printable-hex-chars): New constant.
2572         (quoted-printable-octet-regexp): New constant.
2573
2574         * mel-q.el, eword-decode.el: Move definition of constant
2575         'quoted-printable-hex-chars and 'quoted-printable-octet-regexp to
2576         mime-def.el.
2577
2578 1998-05-03  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2579
2580         * mailcap.el (mailcap-look-at-mtext): Strip quoted character.
2581
2582 1998-05-03  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2583
2584         * mailcap.el (mailcap-look-at-mtext): Fix typo.
2585
2586 1998-05-03  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2587
2588         * FLIM-ELS (flim-modules): Add mailcap.
2589
2590         * mailcap.el: New file (copied from SEMI).
2591
2592 1998-04-23  Shuhei KOBAYASHI  <shuhei-k@jaist.ac.jp>
2593
2594         * eword-decode.el (eword-decode-ignored-field-list): Add
2595         `received'.
2596
2597         * mel.el (mime-temp-directory): Use TMPDIR, TMP, or TEMP
2598         environment variables.
2599
2600 \f
2601 1998-04-17  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2602
2603         * FLIM: Version 1.0.1 (Ky\e-Dòto)\e-A was released.
2604
2605         * mime-def.el (mime-spadework-module-version-string): New
2606         constant.
2607
2608         * eword-encode.el: Abolish constant 'eword-encode-version.
2609
2610         * eword-decode.el: Abolish constant 'eword-decode-version.
2611
2612 1998-04-17  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2613
2614         * eword-encode.el (eword-encode-divide-into-charset-words): Use
2615         'char-length or 'char-next-index instead of 'char-bytes.
2616         (tm-eword::encode-string-1): Use 'char-next-index instead of
2617         'char-bytes.
2618
2619 1998-04-17  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2620
2621         * mel.el (base64-dl-module): Must check base64.so actually exists.
2622
2623 \f
2624 1998-04-13  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2625
2626         * FLIM: Version 1.0.0 was released.
2627
2628         * README.en: Modify for FLIM.
2629
2630         * ChangeLog: New file.
2631
2632 1998-04-13  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2633
2634         * FLIM-CFG, FLIM-ELS, FLIM-MK: New files.
2635
2636         * Makefile: Modify for FLIM.
2637
2638 1998-04-10  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2639
2640         * Makefile: New file.
2641
2642         * mime-def.el, std11-parse.el, std11.el, eword-decode.el,
2643         eword-encode.el: Copied from MEL, SEMI (mime-def.el
2644         eword-decode.el eword-encode.el) and APEL (std11-parse.el
2645         std11.el).