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