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