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