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