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