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