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