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