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