7361d0537bd899dbd538e8d7a44ae35f296d0fef
[elisp/flim.git] / ChangeLog
1 2001-07-16  Katsumi Yamaoka   <yamaoka@jpl.org>
2
3         * smtpmail.el (smtpmail-send-it): Work even if the first line of
4         the subject field has no content (synch with Emacs 20.3).
5
6 2001-07-30  AMAKAWA Shuhei <sa264@cam.ac.uk>
7
8         * smtp.el(smtp-submit-package): Send EHLO after starttls.
9
10 2001-06-01  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
11
12         * FLIM: Version 1.14.3 (Unebigory\e-Dòmae)\e-A released.
13
14 2001-06-01  Katsumi Yamaoka   <yamaoka@jpl.org>
15
16         * mel-b-el.el: Require `pces' for the macro `as-binary-process'
17         when compiling.
18
19         * mel-q.el: Add a comment that the feature `poem' is also required
20         for the macro `as-binary-process'.
21
22 2001-05-31  Shuhei KOBAYASHI  <shuhei@aqua.ocn.ne.jp>
23
24         Merged MIME Parameter Value decoder.
25
26         * mime-parse.el (mime-decode-parameters): Renamed from
27         `mime-decode-parameter-plist'.
28         (mime-decode-parameter-alist): Removed.
29         (mime-decode-alist-to-plist): Ditto.
30
31         * FLIM-API.en (mime-entity-encoding): Abolish optional argument
32         `default-encoding'.
33         (mime-parse-Content-Tranfer-Encoding): Ditto.
34
35 2001-05-02  Shuhei KOBAYASHI  <shuhei@aqua.ocn.ne.jp>
36
37         * eword-decode.el (eword-decode-encoded-word): Don't use `let'.
38
39         * mime-parse.el (mime-decode-parameter-plist): Modified
40         description of return value.
41         (mime-parse-Content-Type): Ditto.
42         (mime-read-Content-Type): Ditto.
43         (mime-parse-Content-Disposition): Ditto.
44         (mime-read-Content-Disposition): Ditto.
45         (mime-parse-Content-Transfer-Encoding): Ditto.
46         (mime-read-Content-Transfer-Encoding): Ditto.
47
48 2001-05-01  Shuhei KOBAYASHI  <shuhei@aqua.ocn.ne.jp>
49
50         * mime-parse.el (mime-parse-parameters): Don't use `equal' for
51         strings.
52         (mime-parse-Content-Type): Ditto.
53
54 2001-04-30  Shuhei KOBAYASHI  <shuhei@aqua.ocn.ne.jp>
55
56         * mime-parse.el (mime-decode-parameter-value): Use one temporary
57         buffer.
58         (mime-decode-parameter-plist): Changed internal data structure.
59
60 2001-04-28  Shuhei KOBAYASHI  <shuhei@aqua.ocn.ne.jp>
61
62         * eword-decode.el (eword-encoded-word-regexp): Match for language.
63         (eword-decode-region): Refer the 7th parens, not 6th.
64         (eword-decode-encoded-word): Extract language information.
65         (eword-decode-encoded-text): New optional argument `language'.
66
67         * mime-def.el (mime-charset-regexp): Updated for RFC2231.
68
69         * mime-parse.el (mime-decode-parameter-plist): Fix regexp.
70         Use symbol for language information.
71
72         * tests/test-rfc2231.el: Renamed all testcases.
73
74 2001-04-27  Shuhei KOBAYASHI  <shuhei@aqua.ocn.ne.jp>
75
76         * mime-parse.el (mime-decode-parameter-value): Don't use
77         `int-char'.
78
79 2001-04-27  Shuhei KOBAYASHI  <shuhei@aqua.ocn.ne.jp>
80
81         * mime.el (mime-entity-read-field): Would capitalize twice.
82
83         * mmbuffer.el (mime-entity-fetch-field): Ditto.
84
85         * mmexternal.el (mime-entity-fetch-field): Ditto.
86
87         * mmgeneric.el (mime-entity-fetch-field): Ditto.
88
89 2001-04-26  Shuhei KOBAYASHI  <shuhei@aqua.ocn.ne.jp>
90
91         * mime-parse.el (mime-decode-parameter-plist): Modified
92         description of return value.
93         (mime-parse-Content-Type): Ditto.
94         (mime-read-Content-Type): Ditto.
95         (mime-parse-Content-Disposition): Ditto.
96         (mime-read-Content-Disposition): Ditto.
97         (mime-read-Content-Transfer-Encoding): Ditto.
98
99 2001-04-25  Shuhei KOBAYASHI  <shuhei@aqua.ocn.ne.jp>
100
101         * mime-parse.el (mime-lexical-analyze): Removed comments.
102
103 2001-04-22  Shuhei KOBAYASHI  <shuhei@aqua.ocn.ne.jp>
104
105         * mime-parse.el (mime-decode-parameter-value): New
106         implementation; use temporary buffer for conversion.
107         (mime-decode-parameter-encode-segment): Ditto.
108         (mime-decode-parameter-plist): Would put empty language info.
109
110         * test/test-rfc2231.el (test-rfc2231-10, test-rfc2231-11,
111         test-rfc2231-12): New testcases for language info.
112
113 2001-04-22  Shuhei KOBAYASHI  <shuhei@aqua.ocn.ne.jp>
114
115         * mime-parse.el: Fixed comments.
116
117         * test/test-rfc2231.el (test-rfc2231-9): New testcase.
118
119 2001-04-22  Shuhei KOBAYASHI  <shuhei@aqua.ocn.ne.jp>
120
121         * test/test-rfc2231.el (test-rfc2231-7, test-rfc2231-8):
122         New testcases.
123
124 2001-04-22  Shuhei KOBAYASHI  <shuhei@aqua.ocn.ne.jp>
125
126         * mime-def.el (mime-content-type-parameter): Expand
127         `mime-content-type-parameters'.
128
129         * mime-parse.el (mime-parse-Content-Disposition): Add
130         description of return value to the docstring.
131         (mime-parse-Content-Transfer-Encoding): Ditto.
132
133         * test/test-rfc2231.el: Made independent of internal
134         representation of Content-Type.
135
136 2001-04-22  Shuhei KOBAYASHI  <shuhei@aqua.ocn.ne.jp>
137
138         * FLIM-MK (check-flim): Limit filename of test files.
139
140         * test/test-rfc2231.el: New file.
141
142 2001-04-19  Shuhei KOBAYASHI  <shuhei@aqua.ocn.ne.jp>
143
144         * mime-parse.el (mime-decode-parameter-plist): Shortcut for
145         parameters without extensions.
146
147 2001-04-19  Shuhei KOBAYASHI  <shuhei@aqua.ocn.ne.jp>
148
149         * mime-def.el (make-mime-content-type): Don't reverse parameters.
150         (make-mime-content-disposition): New function.
151
152         * mime-parse.el (mime-decode-parameter-value): Removed comments.
153         (mime-decode-parameter-encode-segment): New function.
154         (mime-decode-parameter-plist): New implementation.
155         Switched from decode-then-concat to concat-then-decode model.
156         (mime-parse-parameters): Strip quoted-pair in quoted-string.
157         (mime-parse-Content-Type): Use `make-mime-content-type'.
158         (mime-parse-Content-Disposition): Use
159         `make-mime-content-disposition'.
160
161 2001-04-15  Shuhei KOBAYASHI  <shuhei@aqua.ocn.ne.jp>
162
163         * eword-decode.el (eword-lexical-analyze-internal):
164         Fix typo. [cf. <emacs-mime-ja:00425>]
165
166 2001-04-11  Shuhei KOBAYASHI  <shuhei@aqua.ocn.ne.jp>
167
168         * mime-parse.el (mime-decode-parameter-value): Allow lowercase.
169         (mime-decode-parameter-plist): Ditto.
170
171 2001-04-10  Akihiro Arisawa  <ari@mbf.sphere.ne.jp>
172
173         * std11.el (std11-lexical-analyze): Fix typo.
174
175 2001-04-01   Daiki Ueno  <ueno@unixuser.org>
176
177         * lunit.el (lunit-test-listener-*): Abolish generic interface.
178         (lunit-test-result-notify): New function.
179         (lunit-test-result-run): Use it.
180         (lunit-test-result-error): Use it.
181         (lunit-test-result-failure): Use it.
182         (lunit-create-index-function): New function.
183         (lunit-generate-template): New command.
184
185 2001-03-19  Shuhei KOBAYASHI  <shuhei@aqua.ocn.ne.jp>
186
187         * hmac-md5.el, hmac-sha1.el: Revert to load-time check.
188         Don't require 'poe.
189
190 2001-03-18  Shuhei KOBAYASHI  <shuhei@aqua.ocn.ne.jp>
191
192         * mel-b-dl.el: Don't do `dynamic-call' at compile-time.
193         (base64-dl-handle): Don't eval at compile-time.
194
195 2001-03-18  Shuhei KOBAYASHI  <shuhei@aqua.ocn.ne.jp>
196
197         * hmac-md5.el, sha1.el: Update Copyright header.
198
199 2001-03-18  Shuhei KOBAYASHI  <shuhei@aqua.ocn.ne.jp>
200
201         Support for built-in `md5' of Emacs 21.
202
203         * md5.el (md5-dl-module): Moved from md5-dl.el.
204         Use it for test whether to require 'md5-dl.
205
206         * md5-dl.el: Removed hack for compiler.
207         (md5-dl-handle): Do `dynamic-link' unconditionally.
208         (md5-region): Not interactive.
209         (md5): Removed autoload cookie.
210
211         * sha1.el: Removed hack for compiler.
212         Use `sha1-dl-module' for test whether to require 'sha1-dl.
213         (sha1-encode, sha1-encode-binary): Removed compatibility code
214         for another sha1.el since it was broken.
215
216         * sha1-dl.el: Removed hack for compiler.
217         (sha1-dl-handle): Do `dynamic-link' unconditionally.
218
219 2001-03-18  Shuhei KOBAYASHI  <shuhei@aqua.ocn.ne.jp>
220
221         * hmac-md5.el: Require 'poe.
222         Provide 'md5 if built-in `md5' is found.
223         (md5-binary): Define with `defun-maybe-cond'.
224         (md5-binary) [v21]: Removed extra arguments.
225         (hmac-md5-96): New function.
226
227         * hmac-sha1.el: Require 'poe.
228         (sha1-binary): Define with `defun-maybe'.
229         (hmac-sha1-96): New function.
230
231 2001-03-11  Shuhei KOBAYASHI  <shuhei@aqua.ocn.ne.jp>
232
233         * mel-g.el: Update Copyright header.
234
235 2001-03-09  Akihiro Arisawa  <ari@atesoft.advantest.co.jp>
236
237         * mime.el (mime-find-root-entity): Find root recursively.
238
239 2001-02-26  Shuhei KOBAYASHI  <shuhei@aqua.ocn.ne.jp>
240
241         * hmac-md5.el, hmac-sha1.el: Modify comments.
242
243 2001-02-25  Shuhei KOBAYASHI  <shuhei@aqua.ocn.ne.jp>
244
245         * hex-util.el, hmac-def.el, hmac-md5.el, hmac-sha1.el,
246         md5-dl.el, md5.el, sha1-dl.el, sha1-el.el, sha1.el:
247         Update Copyright header.
248
249 2001-02-28  Shuhei KOBAYASHI  <shuhei@aqua.ocn.ne.jp>
250
251         * mime-parse.el (mime-decode-parameter-plist,
252         mime-decode-parameter-alist, mime-decode-parameters):
253         Add doc string.
254
255 2001-02-28  Shuhei KOBAYASHI  <shuhei@aqua.ocn.ne.jp>
256
257         * mime-parse.el (mime-decode-parameter-value): Decode MIME charset
258         in multibyte buffer. [cf. <emacs-mime-ja:00817>]
259         (mime-decode-parameter-plist): Downcase attributes.
260         [cf. <emacs-mime-ja:00816>]
261         (mime-decode-parameters): Alias for `mime-decode-parameter-plist'
262         instead of `mime-decode-parameter-alist'.
263         Add autoload cookie.
264         (mime-parse-parameters-from-list): Make obsolete.
265         (mime-parse-parameters): Return results as a plist.
266         (mime-parse-Content-Type, mime-read-Content-Type): Moved type check
267         to the caller side.
268         (mime-parse-Content-Disposition, mime-read-Content-Disposition):
269         Ditto.
270         (mime-parse-Content-Transfer-Encoding,
271         mime-read-Content-Transfer-Encoding): Ditto.
272
273 2001-02-27  Shuhei KOBAYASHI  <shuhei@aqua.ocn.ne.jp>
274
275         MIME Parameter Value decoder support.
276         
277         * mime-def.el (std11-quoted-pair-regexp, std11-non-qtext-char-list,
278         std11-qtext-regexp, std11-quoted-string-regexp): Removed.
279         (mime-media-type/subtype-regexp): Ditto.
280         (mime-attribute-char-regexp, mime-language-regexp,
281         mime-encoding-regexp): New constants.
282
283         * mime-parse.el (mime-lexical-analyze): New function.
284         (mime/content-parameter-value-regexp, mime::parameter-regexp):
285         Removed.
286         (mime-parse-parameter): Ditto.
287         (mime-decode-parameter-value, mime-decode-parameter-plist,
288         mime-parse-alist-to-plist, mime-decode-parameter-alist):
289         New functions.
290         (mime-parse-parameters-from-list): New alias for
291         `mime-decode-parameter-plist'.
292         (mime-decode-parameters): New alias for
293         `mime-decode-parameter-alist'.
294         (mime-parse-parameters): New function.
295         (mime-disposition-type-regexp): Removed.
296         (mime-parse-Content-Type, mime-parse-Content-Disposition,
297         mime-parse-Content-Transfer-Encoding): New implementation.
298         (mime-read-Content-Type, mime-read-Content-Disposition,
299         mime-read-Content-Transfer-Encoding): Ditto.
300         
301 2001-02-26  Shuhei KOBAYASHI  <shuhei@aqua.ocn.ne.jp>
302
303         * hmac-md5.el, hmac-sha1.el: Modify comments.
304
305 2001-02-25  Shuhei KOBAYASHI  <shuhei@aqua.ocn.ne.jp>
306
307         * hex-util.el, hmac-def.el, hmac-md5.el, hmac-sha1.el,
308         md5-dl.el, md5.el, sha1-dl.el, sha1-el.el, sha1.el:
309         Update Copyright header.
310
311 2001-02-20  Kenichi OKADA <okada@opaopa.org>
312
313         * tests/test-sasl.el(test-sasl-ntlm-imap): Fix
314         `sasl-read-passphrase'
315
316 2001-02-20  Kenichi OKADA <okada@opaopa.org>
317
318         * tests/test-sasl.el(test-sasl-ntlm-imap): Change name.
319         Delete wrong lines.
320
321 2001-02-20  Taro Kawagishi <taro.kawagishi@nokia.com>
322
323         * tests/test-sasl.el(test-sasl-digest-ntlm-imap): New test.
324
325 2001-02-17  Kenichi OKADA <okada@opaopa.org>
326
327         * sasl-ntlm.el(sasl-ntlm-response): self-Hash.
328
329 2001-02-17  Kenichi OKADA <okada@opaopa.org>
330
331         * ntlm.el(smb-passwd-hash): Fix `upcase' for XEmacs.
332
333 2001-02-17  Kenichi OKADA <okada@opaopa.org>
334
335         * ntlm.el(TopLevel): Require `poem'
336         (ntlm-build-auth-request): Omit `request-bufIndex'
337         (ntlm-build-auth-response): Omit `response', `ident' and `msgType'
338         Use `string-as-unibyte' of `poem'.
339
340 2001-02-17  Kenichi OKADA <okada@opaopa.org>
341
342         * sasl-scram.el(sasl-scram-md5-parse-server-msg-1): Error
343         if server's response cannot be parsed.
344
345 2001-02-17  Kenichi OKADA <okada@opaopa.org>
346
347         * sasl-scram.el(sasl-scram-md5-server-salt): New function.
348         (sasl-scram-md5-response-2): Use `sasl-scram-md5-server-salt'
349
350 2001-02-17  Kenichi OKADA <okada@opaopa.org>
351
352         * sasl-scram.el(sasl-scram-md5-make-unique-nonce): Rewrite.
353
354 2001-02-17  Kenichi OKADA <okada@opaopa.org>
355
356         * sasl-scram.el: Add comment.
357         (sasl-scram-md5-steps): New variable.
358         (sasl-scram-md5-make-client-msg-1): Add optional nonce.
359         (sasl-scram-md5-make-client-msg-2): New function.
360         (sasl-scram-md5-make-server-msg-2): Rewrite.
361         (sasl-scram-md5-response-1): New function.
362         (sasl-scram-md5-response-2): New function.
363         (sasl-scram-md5-authenticate-server): New function.
364         * test/test-sasl.el(test-sasl-scram-md5-imap): New function.
365
366 2001-02-16  Kenichi OKADA <okada@opaopa.org>
367
368         * sasl-scram.el: rename from scram-md5.el
369         (TopLevel): Provide `sasl-scram'.
370         Fix prefix.
371         Fix comments.
372         require `sasl'.
373         (sasl-scram-make-unique-nonce): use `sasl-unique-id'.
374         (sasl-scram-md5-unique-id-function): New variable.
375         * sasl.el(sasl-mechanisms): Add SCRAM-MD5.
376         (sasl-mechanism-alist): Ditto.
377
378 2001-02-16  Kenichi OKADA <okada@opaopa.org>
379
380         * md4.el(md4-pack-int16): Taken form ntlm.el
381         (md4-pack-int32): Ditto.
382         (md4-unpack-int16): Ditto.
383         (md4-unpack-int32): Ditto.
384         * ntlm.el (pack-int16): Delete.
385         (pack-int32): Delete.
386         (unpack-int16): Delete.
387         (unpack-int32): Delete.
388
389 2001-02-16  Kenichi OKADA <okada@opaopa.org>
390
391         * sasl.el(sasl-mechanisms): Add NTLM.
392         (sasl-mechanism-alist): Add NTLM.
393
394 2001-02-16  Kenichi OKADA <okada@opaopa.org>
395
396         * test/test-sasl.el: New file.
397
398 2001-02-16  Taro Kawagishi <taro.kawagishi@nokia.com>
399
400         * md4.el: New file.
401         * ntlm.el: New file.
402         * sasl-ntlm.el: New file.
403
404 2000-12-27  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
405
406         * mime-conf.el (mime-mailcap-file): Turn to non user option.
407
408 \f
409 2000-12-25  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
410
411         * FLIM: Version 1.14.2 (Yagi-Nishiguchi) released.
412
413 2000-12-23  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
414
415         * smtpmail.el (smtpmail-send-it): Use
416         `binary-write-decoded-region' instead of `binary-write-region'.
417
418         * mmexternal.el (mmexternal-require-buffer): Use
419         `binary-insert-encoded-file' instead of
420         `binary-insert-file-contents'.
421         (mime-write-entity-body): Use `binary-write-decoded-region'
422         instead of `binary-write-region'.
423
424         * mmbuffer.el (mime-write-entity-body): Use
425         `binary-write-decoded-region' instead of `binary-write-region'.
426
427         * mel.el: - Don't require `raw-io'.
428         (8bit-insert-encoded-file): New function.
429         (8bit-write-decoded-region): New function.
430         (7bit-insert-encoded-file): New alias.
431         (7bit-write-decoded-region): New alias.
432         (binary-insert-encoded-file): New alias.
433         (binary-find-file-noselect): New function.
434         (binary-funcall): New function.
435         (binary-to-text-funcall): New function.
436         (mime-insert-encoded-file of "base64"): Use
437         `binary-insert-encoded-file' instead of
438         `binary-insert-file-contents'.
439
440         * FLIM-API.en (base64-decode-string): New function.
441         (base64-encode-string): New function.
442         (ENCODING-write-decoded-region): New function.
443         (ENCODING-insert-encoded-file): New function.
444
445         * raw-io.el: Deleted.
446
447         * FLIM-ELS (flim-modules): Delete `raw-io'.
448
449 2000-12-22  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
450
451         * smtp.el (smtp-open-connection-function): Revert initial value to
452         `open-network-stream'.
453         (qmtp-open-connection): Use `binary-funcall'.
454
455         * qmtp.el (qmtp-open-connection-function): Revert initial value to
456         `open-network-stream'.
457         (qmtp-send-buffer): Use `binary-funcall'.
458         
459 2000-12-23  OKAZAKI Tetsurou  <okazaki@be.to>
460
461         * FLIM-ELS (flim-modules): Delete `mmdbuffer'.
462
463 \f
464 2000-12-22  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
465
466         * FLIM: Version 1.14.1 (Yagi) released.
467
468 2000-12-22  Keiichi Suzuki  <keiichi@mdcnet.co.jp>
469
470         * mel-q.el: Require `poem' for `string-to-char-list' when
471         compiling.
472
473 2000-12-22  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
474
475         * eword-decode.el (eword-decode-header): Revert to obsolete alias.
476
477 2000-12-22  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
478
479         * mmgeneric.el: Add comment for eword-decode.
480
481 2000-12-21  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
482
483         * mailcap.el: Require `poe' for `define-obsolete-function-alias'.
484
485 2000-12-21   Daiki Ueno  <ueno@unixuser.org>
486
487         * smtp.el (smtp-send-buffer): Add DOC.
488         (smtp-via-smtp): Add DOC.
489
490         * FLIM-API.en (QMTP): Remove section.
491         (smtp-send-buffer): Add description.
492         (smtp-via-smtp): Likewise.
493
494 \f
495 2000-12-20  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
496
497         * FLIM: Version 1.14.0 (Ninokuchi) released.
498
499         * mime.el (mime-entity-media-type): Add DOC.
500         (mime-entity-media-subtype): Add DOC.
501         (mime-entity-parameters): Add DOC.
502         (mime-entity-type/subtype): Add DOC.
503
504         * FLIM-API.en: Add some usages.
505         (mime-entity-media-type): New description.
506         (mime-entity-media-subtype): Likewise.
507         (mime-entity-type/subtype): Likewise.
508         (mime-entity-parameters): Likewise.
509
510 2000-12-20  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
511
512         * eword-encode.el (eword-encode-text): Specify `mode' of
513         `encoded-text-encode-string'.
514
515         * mel.el (encoded-text-encode-string): Add optional argument
516         `mode'; use `base64-encode-string' directly for "B"-encoding.
517
518 2000-12-20  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
519
520         * FLIM-API.en: Renamed from FLIM-1.14-API.en; reordered and add
521         some sections.
522
523         * mime.el (mime-entity-set-content-type): Add DOC.
524         (mime-entity-set-encoding): Add DOC.
525
526         * mime-def.el (mime-content-type-subtype): Fix DOC.
527         (mime-content-type-parameters): Fix DOC.
528
529 2000-12-19  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
530
531         * FLIM-1.14-API.en: New file.
532
533         * smtp.el (smtp-open-connection-function): Add autoload cookie.
534
535         * qmtp.el (qmtp-open-connection-function): Add autoload cookie.
536
537         * mime.el (mime-entity-children): Add DOC.
538         (mime-entity-node-id): Add DOC.
539         (mime-entity-content-type): Add DOC.
540         (mime-entity-content-disposition): Add DOC.
541         (mime-entity-encoding): Add DOC.
542
543 2000-12-19  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
544
545         * mime.el (mime-encode-field-body): Add autoload setting.
546
547         * eword-encode.el (mime-encode-field-body): Renamed from
548         `eword-encode-field-body'; declare `eword-encode-field-body' as
549         obsolete alias.
550         (mime-encode-header-in-buffer): Use `mime-encode-field-body'
551         instead of `eword-encode-field-body'.
552
553 2000-12-19  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
554
555         * mime.el (mime-encode-header-in-buffer): Renamed from
556         `eword-encode-header'.
557
558         * mmdbuffer.el: Deleted.
559
560         * mime-def.el (mime-header): New group.
561         (mime-field-decoding-max-size): New user option [moved from
562         eword-decode.el].
563         (mime-field-encoding-method-alist): New user option [moved from
564         eword-encode.el].
565
566         * eword-encode.el (eword-field-encoding-method-alist): Moved to
567         mime-def.el and renamed to `mime-field-encoding-method-alist'.
568         (mime-header-charset-encoding-alist): Renamed from
569         `eword-charset-encoding-alist'.
570         (mime-header-default-charset-encoding): New variable.
571         (ew-find-charset-rule): Use
572         `mime-header-default-charset-encoding'.
573         (eword-in-subject-p): Declare as obsolete function.
574         (mime-encode-header-in-buffer): Renamed from
575         `eword-encode-header'; declare `eword-encode-header' as obsolete
576         alias.
577
578         * eword-decode.el (eword-max-size-to-decode): Moved to mime-def.el
579         and renamed to `mime-field-decoding-max-size'.
580         (mime-header-lexical-analyzer): Renamed from
581         `eword-lexical-analyzer'; switch to variable.
582
583         * FLIM-ELS (flim-modules): Add `raw-io'.
584
585 2000-12-19  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
586
587         * eword-encode.el (eword-encode-default-start-column): Switch to
588         variable.
589
590 2000-12-19  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
591
592         * raw-io.el (start-process): New function.
593         (binary-start-process-shell-command): New function.
594
595 2000-12-17  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
596
597         * mel-g.el (gzip64-external-encode-region): Don't use
598         `as-binary-process'; comment out code to regularize line break
599         code for OS/2 [if it is needed, it is better to implement by
600         coding-system].
601         (gzip64-external-decode-region): Don't use `as-binary-process'.
602         (mime-write-decoded-region): Likewise.
603
604         * mime-parse.el: Require `luna'.
605
606 2000-12-16  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
607
608         * eword-encode.el (eword-encode-divide-into-charset-words): Use
609         `aref' instead of `sref'.
610         (ew-encode-rword-1): Use `1+' instead of `char-next-index'.
611         (eword-encode-phrase-to-rword-list): Use `find-charset-string'
612         instead of `find-non-ascii-charset-string'.
613         (eword-encode-addr-seq-to-rword-list): Don't use `butlast'.
614         (eword-encode-header): Use `find-charset-region' instead of
615         `find-non-ascii-charset-string'.
616
617         * mel.el: Require `raw-io'.
618
619         * mime-def.el (binary-insert-file-contents): Moved to raw-io.el.
620         (binary-write-region): Likewise.
621
622         * mmbabyl.el (mime-write-entity): Use `raw-message-write-region'
623         instead of `write-region-as-raw-text-CRLF'.
624
625         * raw-io.el: New file.
626
627         * smtpmail.el: - Require `raw-io'.
628         - Delete definition of obsolete variable aliases for XEmacs.
629         (smtpmail-send-queued-mail): Use `binary-find-file-noselect'
630         instead of `find-file-noselect-as-binary'.
631
632         * smtp.el (smtp-open-connection-function): Use
633         `binary-open-network-stream' instead of `open-network-stream' as
634         initial value.
635         (smtp-open-connection): Don't guard as `binary'.
636
637         * qmtp.el (qmtp-open-connection-function): Use
638         `binary-open-network-stream' instead of `open-network-stream' as
639         initial value.
640         (qmtp-send-buffer): Don't guard as `binary'.
641
642 2000-12-15  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
643
644         * mime/eword-decode.el: Don't use
645         `define-obsolete-function-alias'; so `eword-decode-header' is
646         deleted.
647
648         * mime/mmexternal.el: Don't require `pces'.
649
650 2000-12-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
651
652         * Makefile (tar): Use `cvs tag -R' instead of `cvs tag -RF'.
653
654 2000-12-15  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
655
656         * mime-def.el (char-int): New alias.
657
658         * eword-encode.el (eword-encode-divide-into-charset-words): Don't
659         use `char-length' and `char-next-index'.
660
661 2000-12-15  Katsumi Yamaoka   <yamaoka@jpl.org>
662
663         * eword-decode.el: Fix typo in doc-string of
664         `mime-set-field-decoder'.
665
666 2000-12-15  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
667
668         * mel.el: Don't require `path-util'.
669
670 2000-12-15  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
671
672         * std11.el, smtpmail.el, mime-def.el: Don't require `poe'.
673
674         * mel.el: Don't require `poem'.
675
676 2000-12-14  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
677
678         * mmexternal.el (mime-write-entity): Don't use
679         `write-region-as-raw-text-CRLF'.
680         (mmexternal-require-buffer): Use `binary-insert-file-contents'
681         instead of `insert-file-contents-as-binary'.
682         (mime-write-entity-body): Use `binary-write-region' instead of
683         `write-region-as-binary'.
684
685         * smtpmail.el (smtpmail-send-it): Use `binary-write-region'
686         instead of `write-region-as-binary'.
687
688         * smtp.el (smtp-open-connection): Don't use `as-binary-process'.
689
690         * mel.el (mime-insert-encoded-file of "base64"): Use
691         `binary-insert-file-contents' instead of
692         `insert-file-contents-as-binary'.
693         (mime-insert-encoded-file of "7bit"): Use
694         `binary-insert-file-contents' instead of
695         `insert-file-contents-as-binary'.
696         (mime-write-decoded-region of "7bit"): Use `binary-write-region'
697         instead of `write-region-as-binary'.
698
699         * mmbuffer.el (mime-write-entity-body): Use `binary-write-region'
700         instead of `write-region-as-binary'.
701         (mime-write-entity): Don't use `write-region-as-raw-text-CRLF'.
702         
703         * mime-def.el: Don't require `poem'.
704         (binary-insert-file-contents): New function.
705         (binary-write-region): New function.
706
707         * mel-u.el (uuencode-external-encode-region): Don't use
708         `as-binary-process'.
709         (uuencode-external-decode-region): Don't use `as-binary-process'
710         and `as-binary-input-file'.
711         (mime-write-decoded-region): Don't use `as-binary-process'.
712
713         * mel-q-ccl.el (quoted-printable-ccl-insert-encoded-file): Don't
714         use `insert-file-contents-as-coding-system'.
715         (quoted-printable-ccl-write-decoded-region): Don't use
716         `write-region-as-coding-system'.
717
718         * mel-b-ccl.el (base64-ccl-insert-encoded-file): Don't use
719         `insert-file-contents-as-coding-system'.
720         (base64-ccl-write-decoded-region): Don't use
721         `write-region-as-coding-system'.
722
723         * std11.el: Don't require `poem'.
724         (std11-parse-ascii-token): Don't use
725         `find-non-ascii-charset-string'.
726
727         * qmtp.el: Don't require `poem'.
728         (qmtp-send-buffer): Don't use `as-binary-process'.
729
730 2000-12-14  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
731
732         * mime-def.el, qmtp.el, smtp.el, smtpmail.el, std11.el: Require
733         `custom' instead of `pcustom'.
734
735 2000-12-12   Daiki Ueno  <ueno@unixuser.org>
736
737         * sasl.el: Rewrite with luna.
738
739 2000-12-06   Daiki Ueno  <ueno@unixuser.org>
740
741         * FLIM-ELS: Don't install md5-dl.el, md5-el.el, sha1-dl.el and
742         sha1-el.el if the running emacs has builtin message digest
743         functions.
744
745         * md5-dl.el, sha1-dl.el: Don't bind `dynamic-link' and
746         `dynamic-call'.
747
748         * md5.el (md5-dl-module): Moved from md5-dl.el.
749         * sha1.el: Don't bind `sha1-string'.
750
751 2000-12-04   Daiki Ueno  <ueno@unixuser.org>
752
753         * README.ja, README.en (load-path): Remove section.
754         (What's FLIM): Specify prerequisite version of Emacsen.
755
756 2000-11-21   Daiki Ueno  <ueno@unixuser.org>
757
758         * sasl.el (sasl-client-set-encoder): New function.
759         (sasl-client-set-decoder): New function.
760         (sasl-client-encoder): New function.
761         (sasl-client-decoder): New function.
762
763         * sasl-digest.el: Require 'cl' when compiling.
764         (sasl-digest-md5-signing-encode-magic): New constant.
765         (sasl-digest-md5-signing-decode-magic): New constant.
766         (sasl-digest-md5-htonl-string): New function.
767         (sasl-digest-md5-make-integrity-encoder): New function.
768         (sasl-digest-md5-make-integrity-decoder): New function.
769         (sasl-digest-md5-ha1): New function.
770         (sasl-digest-md5-response-value): Accept the 1st argument `ha1'.
771         (sasl-digest-md5-response): Use `sasl-digest-md5-ha1'.
772         - Set integrity encoder and decoder of the client.
773
774         * smtp.el: Require `luna'.
775         (smtp-read-response): Accept `smtp-connection' object rather than
776         process-object.
777         (smtp-send-command): Likewise.
778         (smtp-send-data): Likewise.
779
780 2000-11-10   Daiki Ueno  <ueno@unixuser.org>
781
782         * tests/test-sasl.el (test-sasl-digest-md5-imap): New testcase.
783         (test-sasl-digest-md5-acap): New testcase.
784
785 2000-11-10   Daiki Ueno  <ueno@unixuser.org>
786
787         * lunit.el (lunit-make-test-suite-from-class): New function.
788         (lunit-class): Abolish.
789         (lunit-test-results-buffer): Abolish.
790
791         * FLIM-ELS (check-flim): New function.
792
793         * Makefile (check): New target.
794
795         * tests: New directory.
796
797 2000-11-09   Daiki Ueno  <ueno@unixuser.org>
798
799         * lunit.el (lunit-test-method-regexp): New variable.
800         (lunit-class): New function.
801
802 2000-11-09   Daiki Ueno  <ueno@unixuser.org>
803
804         * lunit.el: New file.
805
806 2000-12-13  Kenichi Handa     <handa@etl.go.jp>
807
808         * luna.el: Fix and add DOCs and comments; fix coding style.
809
810 2000-12-09  MORIOKA Tomohiko  <tomo@m17n.org>
811
812         * mmbuffer.el (mmbuffer-parse-multipart): Add new optional
813         argument `representation-type'.
814         (mmbuffer-parse-encapsulated): Likewise.
815
816 2000-12-07  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
817
818         * mmexternal.el: Must require `mmgeneric'.
819
820         * sha1.el: Don't use `defun-maybe'.
821
822 2000-12-04   Daiki Ueno  <ueno@unixuser.org>
823
824         * luna.el (luna-class-find-functions): Don't quote colon keywords.
825         (luna-send): Ditto.
826         (luna-call-next-method): Ditto.
827
828 2000-11-28   Daiki Ueno  <ueno@unixuser.org>
829
830         * luna.el: Don't require `static'.
831         (luna-define-class-function): Don't bind colon keywords.
832         (luna-class-find-functions): Quote colon keywords.
833         (luna-send): Likewise.
834         (luna-call-next-method): Likewise.
835
836 2000-11-12   Daiki Ueno  <ueno@unixuser.org>
837
838         * luna.el (luna-define-method): Clear method cache.
839         (luna-apply-generic): New function.
840         (luna-define-generic): Use `luna-apply-generic' instead of
841         `luna-send'.
842
843 2000-12-04   Daiki Ueno  <ueno@unixuser.org>
844
845         * smtpmail.el (smtpmail-send-it): Use `smtp-send-buffer' instead of
846         `smtp-via-smtp'.
847         (smtpmail-send-queued-mail): Ditto.
848
849 2000-11-24  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
850
851         * FLIM-MK (compile-flim): Compile `flim-version-specific-modules'.
852         (install-flim): Install `flim-version-specific-modules' to
853         `FLIM_VERSION_SPECIFIC_DIR'.
854         (compile-flim-package): Compile `flim-version-specific-modules'.
855         (install-flim-package): Install `flim-version-specific-modules'.
856
857         * FLIM-ELS (flim-modules): Add `mime-conf' instead of `mailcap'.
858         (flim-version-specific-modules): New variable; specify `mailcap'.
859
860         * FLIM-CFG (FLIM_VERSION_SPECIFIC_DIR): New variable.
861
862         * mailcap.el: Completely rewrote to use mime-conf.el.
863
864         * mime-conf.el: New file.
865
866 2000-11-16  Kenichi OKADA <okada@opaopa.org>
867
868         * sasl-digest.el (sasl-digest-md5-response): Fix typo.
869
870 2000-11-12   Daiki Ueno  <ueno@unixuser.org>
871
872         * smtp.el (smtp-primitive-data): Use `beginning-of-line' instead of
873         `forward-char'.
874         (smtp-read-response): Don't bind `case-fold-search'.
875         (smtp-send-data): Don't save excursion.
876
877 2000-11-10   Daiki Ueno  <ueno@unixuser.org>
878
879         * sasl-digest.el (sasl-digest-md5-challenge): Abolish.
880         (sasl-digest-md5-syntax-table): Rename from
881         `sasl-digest-md5-parse-digest-challenge-syntax-table'.
882         (sasl-digest-md5-parse-string): Rename from
883         `sasl-digest-md5-parse-digest-challenge'; only return a property
884         list.
885         (sasl-digest-md5-challenge): Abolish.
886         (sasl-digest-md5-build-response-value-1): Abolish.
887         (sasl-digest-md5-response-value): Define as function.
888         (sasl-digest-md5-response): Rewrite.
889
890 2000-11-07   Kenichi OKADA  <okada@opaopa.org>
891
892         * sasl.el (sasl-login-response-1): Fix.
893         (sasl-login-response-2): Fix.
894
895 2000-11-07   Daiki Ueno  <ueno@unixuser.org>
896
897         * smtp.el (smtp-sasl-properties): New user option.
898         (smtp-sasl-user-realm): Abolish.
899
900 2000-11-05   Daiki Ueno  <ueno@unixuser.org>
901
902         * qmtp.el (qmtp-send-package): Don't check "K" reply per recipient.
903         (qmtp-via-smtp): Mark as obsolete.
904         (qmtp-send-buffer): New function.
905
906         * sasl.texi: New file.
907
908 2000-11-05   Daiki Ueno  <ueno@unixuser.org>
909
910         * sasl.el (sasl-step-data): New function.
911         (sasl-step-set-data): New function.
912
913 2000-11-04   Daiki Ueno  <ueno@unixuser.org>
914
915         * sasl.el: Don't require 'poe'
916         - Rename `sasl-*instantiator*' to `sasl-*client*'.
917         - Rename `sasl-*authenticator*' to `sasl-*mechanism*'.
918         - Rename `sasl-*continuations*' to `sasl-*steps*'.
919         (sasl-make-client): Accept 1st argument `mechanism'.
920         (sasl-next-step): Rename from `sasl-evaluate-challenge'.
921
922 2000-11-04   Daiki Ueno  <ueno@unixuser.org>
923
924         * sasl.el (sasl-make-instantiator): Define as function.
925         (sasl-instantiator-name): Ditto.
926         (sasl-instantiator-service): Ditto.
927         (sasl-instantiator-server): Ditto.
928         (sasl-instantiator-set-properties): Ditto.
929         (sasl-instantiator-set-property): Ditto.
930         (sasl-instantiator-property): Ditto.
931         (sasl-instantiator-properties): Ditto.
932         (sasl-authenticator-mechanism): Ditto.
933         (sasl-authenticator-continuations): Ditto.
934
935 2000-11-02   Daiki Ueno  <ueno@unixuser.org>
936
937         * sasl.el: Rename `sasl-*principal*' to `sasl-*instantiator*'.
938         (sasl-make-instantiator): Abolish optional 4th argument.
939         (sasl-instantiator-set-properties): New function.
940         (sasl-instantiator-put-property): New function.
941         (sasl-instantiator-property): New function.
942         (sasl-instantiator-properties): New function.
943
944         * smtp.el (smtp-sasl-user-name): Rename from
945         `smtp-sasl-principal-user'.
946         (smtp-sasl-user-realm): Rename from `smtp-sasl-principal-realm'.
947
948 2000-11-02   Daiki Ueno  <ueno@unixuser.org>
949
950         * sasl.el (sasl-mechanisms): Add `LOGIN' and `ANONYMOUS'.
951         (sasl-mechanism-alist): Likewise.
952         (sasl-error): Define.
953         (sasl-login-continuations): New variable.
954         (sasl-login-response-1): New function.
955         (sasl-login-response-2): New function.
956         (sasl-anonymous-continuations): New variable.
957         (sasl-anonymous-response): New function.
958
959         * smtp.el (smtp-error): Define.
960         (smtp-via-smtp): Use it.
961
962 2000-11-02   Daiki Ueno  <ueno@unixuser.org>
963
964         * smtp.el (smtp-via-smtp): Mark as obsolete.
965         (smtp-send-buffer): Rename from `smtp-via-smtp'.
966
967 2000-11-02   Daiki Ueno  <ueno@unixuser.org>
968
969         * sasl.el (sasl-make-authenticator): Allocate a freshly generated
970         symbol for each continuation.
971
972 2000-11-02   Daiki Ueno  <ueno@unixuser.org>
973
974         * sasl-digest.el (sasl-digest-md5-response-1): Rename from
975         `sasl-digest-md5-digest-response'.
976         (sasl-digest-md5-response-2): New alias.
977         (sasl-digest-md5-parse-digest-challenge): Save excursion.
978
979         * sasl.el (sasl-mechanism-alist): Rename from `sasl-mechanisms'.
980         (sasl-mechanisms): New variable.
981         (sasl-find-authenticator): Check `sasl-mechanisms' rather than
982         `sasl-mechanism-alist'.
983
984         * smtp.el (smtp-submit-package): Use `smtp-primitive-ehlo'.
985         (smtp-primitive-auth): Check authenticator.
986
987 2000-11-02   Daiki Ueno  <ueno@unixuser.org>
988
989         * FLIM-ELS (hmac-modules): New variable.
990         (flim-modules): Move HMAC modules to `hmac-modules'
991         - Add `sasl-digest'.
992
993         * smtp.el (smtp-sasl-principal-realm): New user option.
994
995         * sasl.el (sasl-plain-response): New function.
996         (sasl-mechanisms): Add `DIGEST-MD5' and `PLAIN'.
997         (sasl-unique-id-function): New variable.
998         (sasl-plain-continuations): New variable.
999         (sasl-unique-id): New function.
1000         (sasl-unique-id-char): New variable.
1001
1002         * sasl-digest.el: New file.
1003
1004 2000-11-01   Daiki Ueno  <ueno@unixuser.org>
1005
1006         * smtp.el: Bind `sasl-mechanisms'; add autoload settings for
1007         `sasl-make-principal', `sasl-find-authenticator',
1008         `sasl-authenticator-mechanism-internal' and
1009         `sasl-evaluate-challenge'.
1010         (smtp-use-sasl): New user option.
1011         (smtp-sasl-principal-name): New user option.
1012         (smtp-sasl-mechanisms): New user option.
1013         (smtp-submit-package): Call `smtp-primitive-starttls' and
1014         `smtp-primitive-auth'.
1015         (smtp-primitive-ehlo): Don't modify the rest of a extension line.
1016         (smtp-primitive-auth): New function.
1017         (smtp-primitive-starttls): Check the response code.
1018
1019         * sasl.el: New implementation.
1020
1021         * sasl-cram.el: New file.
1022
1023         * FLIM-ELS (flim-modules): Add `md5', `md5-el', `md5-dl',
1024         `hex-util', `hmac-def', `hmac-md5', `sasl' and `sasl-cram'.
1025
1026 2000-11-01   Daiki Ueno  <ueno@unixuser.org>
1027
1028         * smtp.el: Add autoload settings for `starttls-open-stream' and
1029         `starttls-negotiate'.
1030         (smtp-connection-set-extensions-internal): New macro.
1031         (smtp-connection-extensions-internal): New macro.
1032         (smtp-make-connection): Set the `extension' slot to nil.
1033         (smtp-primitive-ehlo): New function.
1034         (smtp-submit-package): Rename from `smtp-commit'.
1035         (smtp-submit-package-function): Rename from `smtp-commit-function'.
1036         (smtp-primitive-starttls): New function.
1037         (smtp-extensions): New group.
1038         (smtp-use-8bitmime): New variable.
1039         (smtp-use-size): New variable.
1040         (smtp-use-starttls): New variable.
1041         (smtp-via-smtp): Bind `smtp-open-connection-function'.
1042
1043 2000-10-31   Daiki Ueno  <ueno@unixuser.org>
1044
1045         * smtp.el: New implementation.
1046
1047 2000-08-16   Daiki Ueno  <ueno@unixuser.org>
1048
1049         * FLIM-ELS (flim-modules): Add `qmtp'.
1050
1051         * qmtp.el: New file.
1052
1053 2000-08-28  Yuuichi Teranishi  <teranisi@gohome.org>
1054
1055         * eword-encode.el (eword-encode-mailboxes-to-rword-list):
1056         New inline function.
1057         (eword-encode-address-to-rword-list): Ditto.
1058         (eword-encode-addresses-to-rword-list):
1059         Use `eword-encode-address-to-rword-list' instead of
1060         `eword-encode-mailbox-to-rword-list'.
1061
1062         * std11.el (std11-address-string): Fix for group list.
1063
1064 2000-08-10  MORIOKA Tomohiko  <tomo@m17n.org>
1065
1066         * mmgeneric.el: Enclose definition of class `mime-entity' and its
1067         internal accessors by `eval-and-compile'.
1068
1069         * luna.el: Define `luna-class-name' before it is used in macros.
1070
1071 \f
1072 2000-07-12  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
1073
1074         * FLIM-Chao: Version 1.14.1 (Rokujiz\e-Dò)\e-A released.
1075
1076 2000-07-10  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
1077
1078         * mmexternal.el (initialize-instance): Deleted.
1079         (mmexternal-require-file-name): New function.
1080         (mmexternal-require-buffer): Use `mmexternal-require-file-name'.
1081
1082 2000-06-30  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
1083
1084         * mime.el (mime-entity-read-field): Fix a bug when FIELD-NAME is a
1085         string.
1086
1087 2000-06-23  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
1088
1089         * mmexternal.el (initialize-instance): New method.
1090         (mime-entity-name): Fixed.
1091         (mmexternal-require-buffer): New function.
1092         (mime-insert-entity): New implementation.
1093         (mime-write-entity): Likewise.
1094         (mime-entity-body): New method.
1095         (mime-insert-entity-body): New method.
1096         (mime-write-entity-body): New implementation.
1097         (mime-entity-content): Likewise.
1098         (mime-insert-entity-content): Likewise.
1099         (mime-write-entity-content): Likewise.
1100         (mime-entity-fetch-field): Likewise.
1101         (mime-insert-header): Likewise.
1102
1103         * mmbuffer.el (initialize-instance): Store buffer instead of name
1104         of buffer to `buffer' slot.
1105
1106 2000-06-21  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
1107
1108         * mmgeneric.el (mime-entity-children): Deleted.
1109
1110         * mmbuffer.el (mime-insert-entity-body): New method.
1111         (mmbuffer-parse-multipart): New function.
1112         (mmbuffer-parse-encapsulated): New function.
1113         (mime-entity-children): New function.
1114
1115 2000-06-21  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
1116
1117         * mime.el (mime-find-root-entity): New function.
1118         (mime-entity-header-buffer): Comment out.
1119         (mime-goto-header-start-point): Likewise.
1120         (mime-entity-header-start-point): Likewise.
1121         (mime-entity-header-end-point): Likewise.
1122         (mime-entity-body-buffer): Likewise.
1123         (mime-goto-body-start-point): Likewise.
1124         (mime-goto-body-end-point): Likewise.
1125         (mime-entity-body-start-point): Likewise.
1126         (mime-entity-body-end-point): Likewise.
1127         (mime-entity-body-start): Likewise.
1128         (mime-entity-body-end): Likewise.
1129         (mime-entity-buffer): Likewise.
1130         (mime-entity-point-min): Likewise.
1131         (mime-entity-point-max): Likewise.
1132         (mime-insert-entity-body): New generic function.
1133         (mime-entity-uu-filename): Use `mime-insert-entity-body'.
1134         (mime-entity-set-content-type): New function.
1135         (mime-entity-set-encoding): New function.
1136
1137         * mime-parse.el (mime-parse-multipart): Comment out.
1138         (mime-parse-encapsulated): Likewise.
1139         (mime-parse-external): Likewise.
1140
1141         * mmbuffer.el (mime-entity-header-buffer): Comment out.
1142         (mime-goto-header-start-point): Likewise.
1143         (mime-entity-header-start-point): Likewise.
1144         (mime-entity-header-end-point): Likewise.
1145         (mime-entity-body-buffer): Likewise.
1146         (mime-goto-body-start-point): Likewise.
1147         (mime-goto-body-end-point): Likewise.
1148         (mime-entity-body-start-point): Likewise.
1149         (mime-entity-body-end-point): Likewise.
1150         (mime-entity-buffer): Likewise.
1151         (mime-entity-point-min): Likewise.
1152         (mime-entity-point-max): Likewise.
1153
1154 2000-05-30  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
1155
1156         * eword-encode.el (eword-charset-encoding-alist): Add
1157         `iso-2022-jp-3'.
1158
1159 2000-05-25  Tanaka Akira      <akr@m17n.org>
1160
1161         * mime-en.sgml, mime-ja.sgml: Update for CVS via SSH.
1162         
1163 2000-05-09  Katsumi Yamaoka   <yamaoka@jpl.org>
1164
1165         * smtp.el (smtp-deduce-address-list): Set `case-fold-search' to `t'
1166         in the working buffer.
1167
1168 2000-04-26  Yoshiki Hayashi  <yoshiki@xemacs.org>
1169
1170         * mime.el (mime-entity-body): New function.
1171         * mmbuffer.el (mime-entity-body): Implement it.
1172
1173 2000-03-03  Keiichi Suzuki  <keiichi@nanap.org>
1174
1175         * mime.el (mime-entity-node-id): Change to function.
1176
1177 2000-03-03  MORIOKA Tomohiko  <tomo@m17n.org>
1178
1179         * mmdbuffer.el, mmbuffer.el (initialize-instance): Don't setup
1180         `mime-message-structure'.
1181
1182         * mime-parse.el (mime-parse-buffer): Don't setup
1183         `mime-message-structure'.
1184
1185 2000-03-02  MORIOKA Tomohiko  <tomo@m17n.org>
1186
1187         * mmgeneric.el (mime-visible-field-p): Moved from mmbuffer.el.
1188         (mime-insert-header-from-buffer): Moved from mmbuffer.el.
1189
1190         * mmexternal.el, mmdbuffer.el, mmbuffer.el (mime-visible-field-p):
1191         Moved to mmgeneric.el.
1192         (mime-insert-header-from-buffer): Moved to mmgeneric.el.
1193
1194 2000-03-02  MORIOKA Tomohiko  <tomo@m17n.org>
1195
1196         * FLIM-ELS (flim-modules): Add `mmgeneric'.
1197
1198         * mmgeneric.el: New file.
1199
1200         * mmbuffer.el: Require `mmgeneric'.
1201
1202         * mime.el: Require `mmgeneric' when compiling.
1203
1204         * mime-def.el: Move mime-entity related definitions to
1205         mmgeneric.el.
1206
1207 2000-03-01  MORIOKA Tomohiko  <tomo@m17n.org>
1208
1209         * mime.el (mime-find-entity-from-number): Now second argument
1210         `message' is not an optional argument.
1211         (mime-find-entity-from-node-id): Likewise.
1212         (mime-find-entity-from-content-id): Likewise.
1213         (mime-fetch-field): Delete obsolete function.
1214         (mime-read-field): Likewise.
1215
1216 2000-03-01  MORIOKA Tomohiko  <tomo@m17n.org>
1217
1218         * mime.el (mime-entity-header-buffer): Mark it as obsolete.
1219         (mime-goto-header-start-point): Likewise.
1220         (mime-entity-header-start-point): Likewise.
1221         (mime-entity-header-end-point): Likewise.
1222         (mime-entity-body-start): Use `defalias'; don't recommend to use
1223         `mime-entity-body-start-point' instead.
1224         (mime-entity-body-end): Use `defalias'; don't recommend to use
1225         `mime-entity-body-end-point' instead.
1226         (mime-entity-body-buffer): Mark it as obsolete.
1227         (mime-goto-body-start-point): Likewise.
1228         (mime-goto-body-end-point): Likewise.
1229         (mime-entity-body-start-point): Likewise.
1230         (mime-entity-body-end-point): Likewise.
1231         (mime-entity-buffer): Don't recommend to use
1232         `mime-entity-header-buffer' or `mime-entity-body-buffer' instead.
1233         (mime-entity-point-min): Don't recommend to use
1234         `mime-entity-header-start-point' instead.
1235         (mime-entity-point-max): Don't recommend to use
1236         `mime-entity-body-end-point' instead.
1237
1238         * mime-def.el (mime-library-version): update to 1.14.1.
1239         - Add autoload setting for `mime-parse-external'.
1240
1241 \f
1242 2000-03-01  MORIOKA Tomohiko  <tomo@m17n.org>
1243
1244         * Chao: Version 1.14.0 (Momoyama) released.
1245
1246 2000-01-05  Katsumi Yamaoka   <yamaoka@jpl.org>
1247
1248         * Makefile, mime-en.sgml, mime-ja.sgml: Update for the new CVS
1249         server.
1250
1251 1999-12-20  Katsumi Yamaoka   <yamaoka@jpl.org>
1252
1253         * mel-b-el.el (base64-encode-region): Allow the optional second arg
1254         `no-line-break'.
1255         (base64-external-encode-region): Likewise.
1256         (base64-internal-encode-region): Likewise.
1257         (base64-encode-string): Likewise.
1258
1259 1999-12-16  MORIOKA Tomohiko  <tomo@m17n.org>
1260
1261         * FLIM-ELS (flim-modules): Add `mmexternal'.
1262
1263         * mime-parse.el (mime-parse-external): New function.
1264
1265         * mime-def.el (mime-entity-children [mime-entity]): Use
1266         `mime-parse-external' for message/external-body.
1267
1268         * mmexternal.el: New module.
1269
1270 1999-12-13  Katsumi Yamaoka   <yamaoka@jpl.org>
1271
1272         * README.en, README.ja, mime-en.sgml, mime-ja.sgml: Update for the
1273         recent ML address and ftp site.
1274
1275 1999-10-17  Yoshiki Hayashi  <t90553@mail.ecc.u-tokyo.ac.jp>
1276
1277         * FLIM-MK (install-flim-package): Delete auto-autoloads.el
1278         and custom-load.el
1279
1280 1999-09-20  Katsumi Yamaoka   <yamaoka@jpl.org>
1281
1282         * mailcap.el (mailcap-look-at-schar): Protect against unexpected
1283         eof.  [cf. <tm-ja:5177>]
1284
1285 1999-09-13  Katsumi Yamaoka   <yamaoka@jpl.org>
1286
1287         * smtpmail.el (smtpmail-send-it): Remove needless `concat'.
1288
1289 1999-09-08  Yoshiki Hayashi  <t90553@mail.ecc.u-tokyo.ac.jp>
1290
1291         * mime-ja.sgml, mime-en.sgml (Entity creation): Fix typo.
1292
1293 1999-09-01  Katsumi Yamaoka   <yamaoka@jpl.org>
1294
1295         * smtpmail.el (smtpmail-send-it): Make directory
1296         `smtpmail-queue-dir' if it does not exist; convert filename of
1297         queued mail using `convert-standard-filename'.
1298         (smtpmail-queue-index): Treat `smtpmail-queue-dir' as a directory
1299         name using `file-name-as-directory'.
1300         (smtpmail-queue-dir, smtpmail-queue-mail): Remove "*" from doc
1301         strings.
1302
1303 1999-08-26  Katsumi Yamaoka   <yamaoka@jpl.org>
1304
1305         * smtpmail.el (smtpmail-send-it): Use `time-stamp-yyyy-mm-dd' and
1306         `time-stamp-hh:mm:ss' instead of `current-time'.
1307
1308 1999-08-25  Katsumi Yamaoka   <yamaoka@jpl.org>
1309
1310         * FLIM-ELS: Use `if' instead of `unless'.
1311
1312 \f
1313 1999-08-17  MORIOKA Tomohiko  <tomo@m17n.org>
1314
1315         * FLIM: Version 1.13.2 (Kasanui) released.
1316
1317 1999-08-03  Yuuichi Teranishi <teranisi@gohome.org>
1318
1319         * smtp.el (smtp-notify-success): New option.
1320         * (smtp-via-smtp): Request return receipt (defined in RFC1891) to
1321         SMTP server if `smtp-notify-success' is non-nil.
1322         [cf. <tm-ja:4872,4877>]
1323
1324 1999-08-02  MORIOKA Tomohiko  <tomo@m17n.org>
1325
1326         * mime.el (mime-entity-header-start-point): New generic function.
1327         (mime-entity-header-end-point): New generic function.
1328
1329         * mmbuffer.el (mime-entity-header-start-point): New method.
1330         (mime-entity-header-end-point): New method.
1331
1332 1999-08-09  MORIOKA Tomohiko  <tomo@m17n.org>
1333
1334         * FLIM-ELS (flim-modules): Add `mmdbuffer'.
1335
1336 1999-07-27  MORIOKA Tomohiko  <tomo@m17n.org>
1337
1338         * mmdbuffer.el: New module.
1339
1340 1999-07-28  MORIOKA Tomohiko  <tomo@m17n.org>
1341
1342         * mime-parse.el: Add autoload setting for
1343         `mime-entity-body-buffer', `mime-entity-body-start-point' and
1344         `mime-entity-body-end-point'.
1345
1346         * mime.el (mime-entity-point-min): Define as an obsolete function.
1347         (mime-entity-point-max): Likewise.
1348
1349 1999-07-27  MORIOKA Tomohiko  <tomo@m17n.org>
1350
1351         * mmbuffer.el (entity-point-min): Deleted because it is
1352         duplicated.
1353         (entity-point-max): Deleted because it is duplicated.
1354
1355 1999-07-24  MORIOKA Tomohiko  <tomo@m17n.org>
1356
1357         * mmbuffer.el (mime-insert-text-content): Deleted [moved to
1358         mime-def.el].
1359
1360         * mime-def.el: Add autoload settings for `mime-entity-content' [to
1361         avoid warning].
1362         (mime-insert-text-content): New method of `mime-entity' [moved
1363         from mmbuffer.el].
1364
1365 1999-07-24  MORIOKA Tomohiko  <tomo@m17n.org>
1366
1367         * mmbuffer.el (mime-entity-children): Deleted [moved to
1368         mime-def.el].
1369
1370         * mime-def.el: Add autoload settings for
1371         `mime-entity-content-type', `mime-parse-multipart' and
1372         `mime-parse-encapsulated' [to avoid warning].
1373         (mime-entity-children): New method of `mime-entity' [moved from
1374         mmbuffer.el].
1375
1376 \f
1377 1999-07-22  MORIOKA Tomohiko  <tomo@m17n.org>
1378
1379         * FLIM: Version 1.13.1 (Tawaramoto) released.
1380
1381 1999-07-21  MORIOKA Tomohiko  <tomo@m17n.org>
1382
1383         * mime-parse.el (mime-parse-buffer): Fixed.
1384
1385 \f
1386 1999-07-16  MORIOKA Tomohiko  <tomo@m17n.org>
1387
1388         * FLIM: Version 1.13.0 (Iwami) released.
1389
1390 1999-07-09  Nakagawa, Makoto  <nakagawa@pochi.tis.co.jp>
1391
1392         * smtpmail.el (smtpmail-send-it): Use current-time to get rid of
1393         time-stamp-strftime.
1394         (smtpmail-send-it): Use write-region-as-binary instead of
1395         write-file.
1396         (smtpmail-send-queued-mail); Use find-file-noselect-as-binary
1397         instead of find-file-noselect.
1398
1399 1999-06-23  MORIOKA Tomohiko  <tomo@m17n.org>
1400
1401         * FLIM-CFG: Delete code to detect APEL 7.3 or later.
1402
1403 1999-06-16  Katsumi Yamaoka   <yamaoka@jpl.org>
1404
1405         * smtpmail.el (smtpmail-send-it): Extend the search bound to the
1406         end of the field for fetching the recipients from Resent-To.
1407
1408 1999-06-11  Katsumi Yamaoka   <yamaoka@jpl.org>
1409
1410         * luna.el (luna-define-class-function): Check for the improbable
1411         name of variable beginning with colon whether we should bind the
1412         sort of symbol or not.
1413         (TopLevel): Likewise.
1414
1415 1999-06-10  Katsumi Yamaoka   <yamaoka@jpl.org>
1416
1417         * luna.el (luna-define-class-function): Bind member variables
1418         statically for old Emacsen.
1419         (TopLevel): Require `static'; bind `:before', `:after' and
1420         `:around' statically for old Emacsen. [cf. <tm-ja:4593>]
1421
1422 \f
1423 1999-06-01  MORIOKA Tomohiko  <tomo@m17n.org>
1424
1425         * Chao: Version 1.13.0 (JR Fujinomori) released.
1426
1427 1999-05-29  MORIOKA Tomohiko  <tomo@m17n.org>
1428
1429         * mmbuffer.el (mime-entity-fetch-field): New implementation.
1430
1431         * mime-def.el (mime-entity-fetch-field): New method of luna-class
1432         `mime-entity'.
1433
1434         * luna.el (luna-define-method): Allow `:around' qualifier.
1435         (luna-class-find-functions): Likewise.
1436         (luna-send): Likewise.
1437         (luna-call-next-method): New function.
1438
1439 1999-05-26  MORIOKA Tomohiko  <tomo@m17n.org>
1440
1441         * mime-def.el (eval-module-depended-macro): Abolished.
1442         Use `def-edebug-spec' directly.
1443
1444         * luna.el (luna-define-method): Allow `:before' qualifier.
1445         (luna-class-find-functions): Likewise.
1446
1447         * mime-def.el (mime-message-structure): Define as obsolete
1448         variable.
1449
1450 1999-05-26  MORIOKA Tomohiko  <tomo@m17n.org>
1451
1452         * mime-parse.el (mime-parse-encapsulated): Use
1453         `mime-entity-body-start-point' and `mime-entity-body-end-point'.
1454
1455         * mime.el (mime-parse-buffer): Revert to auto-load from
1456         "mime-parse".
1457
1458         * mime-parse.el (mime-parse-multipart): Move from mime-parse.el
1459         again.
1460         (mime-parse-encapsulated): Likewise.
1461         (mime-parse-message): Likewise.
1462         (mime-parse-buffer): Likewise.
1463
1464         * mmbuffer.el (mime-parse-multipart): Move to mime-parse.el again.
1465         (mime-parse-encapsulated): Likewise.
1466         (mime-parse-message): Likewise.
1467         (mime-parse-buffer): Likewise.
1468
1469         * mmbuffer.el (mime-parse-encapsulated): Run in body-buffer of an
1470         entity.
1471
1472 1999-05-26  MORIOKA Tomohiko  <tomo@m17n.org>
1473
1474         * mmbuffer.el (initialize-instance): Don't initialize slots if
1475         they are initialized.
1476         (mime-parse-multipart): Run in body-buffer of an entity.
1477         (mime-entity-body-start-point): New method.
1478
1479 1999-05-25  MORIOKA Tomohiko  <tomo@m17n.org>
1480
1481         * mmbuffer.el (mime-entity-body-end-point): New method.
1482         (mime-goto-header-start-point): New method.
1483         (mime-goto-body-start-point): New method.
1484         (mime-goto-body-end-point): New method.
1485
1486         * mime.el (mime-goto-body-end-point): New generic function.
1487
1488         * mel.el (Q-encoded-text-length): Fixed.
1489
1490 1999-05-24  MORIOKA Tomohiko  <tomo@m17n.org>
1491
1492         * mmbuffer.el (mime-parse-multipart): Refer body-start instead of
1493         header-end.
1494
1495         * mmcooked.el (mime-insert-header): Fix typo.
1496
1497 1999-05-23  MORIOKA Tomohiko  <tomo@m17n.org>
1498
1499         * mmcooked.el (mime-insert-header): Use
1500         `luna-class-find-functions'.
1501
1502         * mime.el (mime-entity-buffer): Define as obsolete function.
1503         (mime-entity-body-end-point): New generic function; define
1504         `mime-entity-body-end' as obsolete function.
1505         (mime-goto-body-start-point): New generic function.
1506         (mime-entity-uu-filename): Use `mime-goto-body-start-point' and
1507         `mime-entity-body-end-point'.
1508
1509         * mmbuffer.el (initialize-instance): Define as after method;
1510         return initialized instance.
1511
1512         * luna.el (luna-define-class): Add `standard-object' as a parent.
1513         (luna-define-method): Allow `:after' qualifier.
1514         (luna-class-find-parents-functions): New function.
1515         (luna-class-find-functions): New function [abolish
1516         `luna-class-find-function'].
1517         (luna-find-functions): New function [abolish
1518         `luna-find-function'].
1519         (luna-send): Modify for new method dispatch mechanism.
1520         (luna-make-entity): New implementation.
1521         (standard-object): New class.
1522         (initialize-instance): New method.
1523
1524 1999-05-22  MORIOKA Tomohiko  <tomo@m17n.org>
1525
1526         * Delete mmgeneric.el.
1527
1528         * mmcooked.el: Modify for mmbuffer.el.
1529
1530         * mmbuffer.el:
1531         - Don't require `mmgeneric' and `mime-parse'.
1532         - Require mime.
1533         - Use `luna'.
1534         (mime-buffer-entity-buffer-internal): Renamed from
1535         `mime-entity-set-buffer-internal'.
1536         (mime-buffer-entity-set-buffer-internal): Likewise.
1537         (mime-buffer-entity-header-start-internal): Likewise.
1538         (mime-buffer-entity-set-header-start-internal): Likewise.
1539         (mime-buffer-entity-header-end-internal): Likewise.
1540         (mime-buffer-entity-set-header-end-internal): Likewise.
1541         (mime-buffer-entity-body-start-internal): Likewise.
1542         (mime-buffer-entity-set-body-start-internal): Likewise.
1543         (mime-buffer-entity-body-end-internal): Likewise.
1544         (mime-buffer-entity-set-body-end-internal): Likewise.
1545         (mime-entity-name): New method.
1546         (mime-parse-multipart): New function [moved from mime-parse.el].
1547         (mime-parse-encapsulated): Likewise.
1548         (mime-parse-message): Likewise.
1549         (mime-entity-children): New method.
1550         (mime-goto-header-start-point): New method.
1551         (mime-visible-field-p): New function [moved from mmgeneric.el].
1552         (mime-insert-header-from-buffer): Likewise.
1553         (mime-insert-header): New method.
1554         (mime-entity-content): Use `luna-define-method'.
1555         (mime-insert-text-content): New method.
1556         ((mime-entity-fetch-field): Use `luna-define-method'.
1557         (mime-entity-header-buffer): New method.
1558         (mime-entity-body-buffer): Likewise.
1559         (mime-entity-buffer): Likewise.
1560         (mime-entity-point-min): Use `luna-define-method'.
1561         (mime-entity-point-max): Use `luna-define-method'.
1562         (mime-parse-buffer): New function [moved from mmgeneric.el].
1563
1564         * mime-parse.el (mime-parse-multipart): Moved to mmbuffer.el.
1565         (mime-parse-encapsulated): Likewise.
1566         (mime-parse-message): Likewise.
1567         (mime-parse-buffer): Likewise.
1568
1569         * mime.el (mime-parse-buffer): Auto-loaded from "mmbufer".
1570         (mime-find-function): Abolished.
1571         (mime-entity-function): Abolished.
1572         (mime-entity-send): Use `luna-send'.
1573         (mime-open-entity): Use `luna-make-entity' and
1574         `mm-expand-class-name'.
1575         (mime-entity-cooked-p): Use `luna-define-generic'.
1576         (mime-entity-children): Use `luna-send'.
1577         (mime-find-entity-from-content-id): Use `mime-entity-read-field'.
1578         (mime-entity-buffer): Change to generic function.
1579         (mime-entity-header-buffer): New generic function.
1580         (mime-entity-body-buffer): Likewise.
1581         (mime-entity-point-min): Use `luna-define-generic'.
1582         (mime-entity-point-max): Likewise.
1583         (mime-entity-header-start): Abolished.
1584         (mime-entity-header-end): Abolished.
1585         (mime-entity-body-start): Abolished.
1586         (mime-entity-body-end): Abolished.
1587         (mime-goto-header-start-point): New generic function.
1588         (mime-entity-fetch-field): New generic function.
1589         (mime-fetch-field): Use `mime-entity-fetch-field'; declare as
1590         obsolete function.
1591         (mime-entity-content-type): Use `mime-entity-fetch-field'.
1592         (mime-entity-content-disposition): Likewise.
1593         (mime-entity-encoding): Likewise.
1594         (mime-entity-read-field): New function.
1595         (mime-read-field): Use `mime-entity-read-field'; declare as
1596         obsolete function.
1597         (mime-insert-header): Use `luna-define-generic'; abolish obsolete
1598         alias `mime-insert-decoded-header'.
1599         (mime-entity-name): New generic function.
1600         (mime-entity-content): Use `luna-define-generic'.
1601         (mime-insert-entity-content): Likewise.
1602         (mime-write-entity-content): Likewise.
1603         (mime-insert-text-content): Likewise.
1604         (mime-insert-entity): Likewise.
1605         (mime-write-entity): Likewise.
1606         (mime-write-entity-body): Likewise.
1607
1608         * mime-def.el:
1609         - Use `luna'.
1610         (make-mime-entity-internal): Abolished.
1611         (mime-entity-representation-type-internal): Change to alias for
1612         `luna-class-name'.
1613         (mime-entity-set-representation-type-internal): Change to alias
1614         for `luna-set-class-name'.
1615         (mime-entity-location-internal): Defined by
1616         `luna-define-internal-accessors'.
1617         (mime-entity-set-location-internal): Likewise.
1618         (mime-entity-content-type-internal): Likewise.
1619         (mime-entity-set-content-type-internal): Likewise.
1620         (mime-entity-content-disposition-internal): Likewise.
1621         (mime-entity-set-content-disposition-internal): Likewise.
1622         (mime-entity-encoding-internal): Likewise.
1623         (mime-entity-set-encoding-internal): Likewise.
1624         (mime-entity-children-internal): Likewise.
1625         (mime-entity-set-children-internal): Likewise.
1626         (mime-entity-parent-internal): Likewise.
1627         (mime-entity-set-parent-internal): Likewise.
1628         (mime-entity-node-id-internal): Likewise.
1629         (mime-entity-decoded-subject-internal): Abolished.
1630         (mime-entity-set-decoded-subject-internal): Abolished.
1631         (mime-entity-decoded-from-internal): Abolished.
1632         (mime-entity-set-decoded-from-internal): Abolished.
1633         (mime-entity-date-internal): Abolished.
1634         (mime-entity-set-date-internal): Abolished.
1635         (mime-entity-message-id-internal): Abolished.
1636         (mime-entity-set-message-id-internal): Abolished.
1637         (mime-entity-references-internal): Abolished.
1638         (mime-entity-set-references-internal): Abolished.
1639         (mime-entity-chars-internal): Abolished.
1640         (mime-entity-set-chars-internal): Abolished.
1641         (mime-entity-lines-internal): Abolished.
1642         (mime-entity-set-lines-internal): Abolished.
1643         (mime-entity-xref-internal): Abolished.
1644         (mime-entity-set-xref-internal): Abolished.
1645         (mime-entity-original-header-internal): Defined by
1646         `luna-define-internal-accessors'.
1647         (mime-entity-set-original-header-internal): Likewise.
1648         (mime-entity-parsed-header-internal): Likewise.
1649         (mime-entity-set-parsed-header-internal): Likewise.
1650         (mime-entity-buffer-internal): Abolished.
1651         (mime-entity-set-buffer-internal): Abolished.
1652         (mime-entity-header-start-internal): Abolished.
1653         (mime-entity-set-header-start-internal): Abolished.
1654         (mime-entity-header-end-internal): Abolished.
1655         (mime-entity-set-header-end-internal): Abolished.
1656         (mime-entity-body-start-internal): Abolished.
1657         (mime-entity-set-body-start-internal): Abolished.
1658         (mime-entity-body-end-internal): Abolished.
1659         (mime-entity-set-body-end-internal): Abolished.
1660         (mm-expand-class-name): New macro.
1661         (mm-define-backend): Use `luna-define-class' and
1662         `mm-expand-class-name'.
1663         (mm-define-method): Use `luna-define-method' and
1664         `mm-expand-class-name'.
1665         (mm-arglist-to-arguments): Abolished.
1666         (mel-define-service): Use `luna-arglist-to-arguments' instead of
1667         `mm-arglist-to-arguments'.
1668
1669         * mel.el: Require `alist'.
1670
1671         * FLIM-ELS (flim-modules): Add `luna' and delete `mmgeneric'.
1672
1673         * luna.el:
1674         - Rename property `luna-member-index' to `luna-slot-index'.
1675         - Rearrangement to avoid byte-compiling problem.
1676         (luna-define-class-function): New function.
1677         (luna-define-class): Use `luna-define-class-function'.
1678         (luna-define-generic): Fixed.
1679         (luna-define-internal-accessors): New function.
1680
1681 1999-05-15  MORIOKA Tomohiko  <tomo@m17n.org>
1682
1683         * luna.el (luna-make-entity-function): Send `initialize-instance'.
1684
1685 1999-05-14  MORIOKA Tomohiko  <tomo@m17n.org>
1686
1687         * luna.el: New module.
1688
1689 \f
1690 1999-05-31  MORIOKA Tomohiko  <tomo@m17n.org>
1691
1692         * FLIM: Version 1.12.7 (Y\e-Dþzaki)\e-A released.
1693
1694 1999-05-31  MORIOKA Tomohiko  <tomo@m17n.org>
1695
1696         * mime-en.sgml (Network representation of header): Translate.
1697
1698 1999-05-27  Shuhei KOBAYASHI  <shuhei@aqua.ocn.ne.jp>
1699
1700         * mel-b-el.el (pack-sequence): Eliminate local variable `i'.
1701         (base64-encode-1): Avoid concat.
1702         (base64-encode-string): Fixed last change; extra padding.
1703
1704 1999-05-26  MORIOKA Tomohiko  <tomo@m17n.org>
1705
1706         * smtpmail.el (smtpmail-default-smtp-server): Define obsolete
1707         variable alias for XEmacs.
1708         (smtpmail-smtp-server): Likewise.
1709         (smtpmail-smtp-service): Likewise.
1710         (smtpmail-local-domain): Likewise.
1711         (smtpmail-debug-info): Likewise.
1712         (smtpmail-send-it): Check function `expand-mail-aliases' is
1713         defined.
1714
1715 1999-05-26  MORIOKA Tomohiko  <tomo@m17n.org>
1716
1717         * smtp.el (smtp-debug-info): Now a user option.
1718
1719 1999-05-25  Yoshiki Hayashi  <g740685@komaba.ecc.u-tokyo.ac.jp>
1720
1721         * README.ja: Modify URL and required version of APEL.
1722
1723 1999-05-24  Tanaka Akira  <akr@jaist.ac.jp>
1724
1725         * mel-b-ccl.el (base64-encode-string): New alias.
1726         (base64-encode-region): Ditto.
1727         (base64-decode-string): Ditto.
1728         (base64-decode-region): Ditto.
1729
1730 1999-05-24  Tanaka Akira  <akr@jaist.ac.jp>
1731
1732         * mel-b-ccl.el, mel-q-ccl.el: Sync up with doodle-1.12.5.
1733
1734 1999-05-24  MORIOKA Tomohiko  <tomo@m17n.org>
1735
1736         * eword-encode.el (ew-space-process): Renamed from
1737         `tm-eword::space-process'.
1738
1739 1999-05-24  MORIOKA Tomohiko  <tomo@m17n.org>
1740
1741         * eword-encode.el (tm-eword::space-process): Don't concatenate
1742         `special's.
1743         (ew-encode-rword-1): Renamed from `tm-eword::encode-string-1'; add
1744         new optional argument `must-output'; return nil if it can't encode
1745         literally.
1746         (eword-encode-rword-list): Fold SPACE or TAB in the encoded string
1747         if `ew-encode-rword-1' can't encode literally and it is possible
1748         to encode the rest literally with the folding.
1749         (eword-encode-phrase-to-rword-list): Add `special' flag to
1750         brackets of comments.
1751
1752 1999-05-22  Shuhei KOBAYASHI  <shuhei@aqua.ocn.ne.jp>
1753
1754         * smtpmail.el: Require 'poe and 'pcustom.
1755
1756 1999-05-22  Shuhei KOBAYASHI  <shuhei@aqua.ocn.ne.jp>
1757
1758         * mel.el: Update header.
1759         Require 'path-util and don't require 'poem.
1760         (mel-use-module): Eliminate local variable `encoding'.
1761         (mime-insert-encoded-file for mel-b-builtin):
1762         Use built-in `interactive' spec.
1763         (encoded-text-decode-string): Anchor regexp with "\\`" and "\\'".
1764         (mime-encode-region): Capitalize prompt string.
1765         (mime-decode-region): Ditto.
1766         (mime-insert-encoded-file): Ditto.
1767         (mime-write-decoded-region): Ditto.
1768
1769         * mel-b-ccl.el: Update header.
1770         (base64-ccl-encode-region): Use read-only `interactive' spec.
1771         (base64-ccl-decode-region): Ditto.
1772         (base64-ccl-insert-encoded-file): Use built-in `interactive' spec.
1773         (base64-ccl-write-decoded-region): Ditto.
1774         (encoded-text-decode-string): Anchor regexp with "\\`" and "\\'".
1775
1776         * mel-b-dl.el: Update header.
1777         Don't require 'poe; it is required implicitly via 'mime-def.
1778         (base64-dl-handle): Chech whether `base64-dl-module' is string.
1779         Defalias `base64-encode-string' and `base64-decode-string' just
1780         after `dynamic-call'ing "emacs_base64_init".
1781         (base64-encode-region): Use read-only `interactive' spec.
1782         Use `base64-encode-string'.
1783         Changed order of evaluation to "encode, delete, then insert".
1784         (base64-decode-region): Renamed from `decode-base64-region'.
1785         Use read-only `interactive' spec.
1786         Use `base64-decode-string'.
1787         Changed order of evaluation to "decode, delete, then insert".
1788         (mime-encode-string): Use `base64-encode-string'.
1789         (mime-decode-string): Use `base64-decode-string'.
1790         (mime-decode-region): Use `base64-decode-region'.
1791         (encoded-text-encode-string): Use `base64-encode-string'.
1792         (encoded-text-decode-string): Anchor regexp with "\\`" and "\\'".
1793         (mime-insert-encoded-file): Use built-in `interactive' spec.
1794         (mime-write-decoded-region in comment): Ditto.
1795
1796         * mel-b-el.el: Update header.
1797         Don't require 'poe; it is required implicitly via 'mime-def.
1798         (pack-sequence): Moved to top of the function definitions.
1799         (base64-encode-string): Calculate padding first.
1800         (base64-internal-encode-region): Changed order of evaluation to
1801         "encode, delete, then insert".
1802         (base64-internal-decode-string): Changed order of evaluation to
1803         "decode, delete, then insert".
1804         (base64-encode-region): Use read-only `interactive' spec.
1805         (base64-decode-region): Ditto.
1806         (base64-decode-string): Not interactive.
1807         (encoded-text-decode-string): Anchor regexp with "\\`" and "\\'".
1808         (base64-insert-encoded-file): Use built-in `interactive' spec.
1809         (base64-write-decoded-region): Ditto.
1810
1811         * mel-g.el: Update header.
1812         Require 'mime-def instead of 'poem and 'mel.
1813         (mime-insert-encoded-file): Use built-in `interactive' spec.
1814         (mime-write-decoded-region): Ditto.
1815
1816         * mel-q-ccl.el: Update header.
1817         (quoted-printable-ccl-encode-region):
1818         Use read-only `interactive' spec.
1819         (quoted-printable-ccl-decode-region): Ditto.
1820         (quoted-printable-ccl-insert-encoded-file):
1821         Use built-in `interactive' spec.
1822         (quoted-printable-ccl-write-decoded-region): Ditto.
1823         (encoded-text-decode-string): Anchor regexp with "\\`" and "\\'".
1824
1825         * mel-q.el: Update header.
1826         Require 'path-util instead of 'emu.
1827         (quoted-printable-internal-encode-region): Rewrite without regexp.
1828         (quoted-printable-internal-decode-region): Ditto.
1829         (quoted-printable-encode-region): Use read-only `interactive' spec.
1830         (quoted-printable-decode-region): Ditto.
1831         (mime-insert-encoded-file): Use built-in `interactive' spec.
1832         (mime-write-decoded-region): Ditto.
1833         (encoded-text-decode-string): Anchor regexp with "\\`" and "\\'".
1834
1835         * mel-u.el: Update header.
1836         Require 'path-util instead of 'emu.
1837         (mime-insert-encoded-file): Use built-in `interactive' spec.
1838         (mime-write-decoded-region): Ditto.
1839
1840 1999-05-22  Shuhei KOBAYASHI  <shuhei@aqua.ocn.ne.jp>
1841
1842         * mime-def.el: Require 'poe, 'poem, and 'pcustom.
1843         (mime): Declare `default-mime-charset' as an initial member.
1844
1845         * mime-parse.el: Don't require 'cl at compile-time.
1846
1847         * mailcap.el (mailcap-look-at-qchar): Use `char-after'.
1848
1849         * std11.el: Require 'poe, 'poem, and 'pcustom.
1850
1851         * smtp.el: Update header.
1852         Require 'poe, 'poem, and 'pcustom.
1853         Require 'cl at compile-time.
1854
1855 1999-05-21  MORIOKA Tomohiko  <tomo@m17n.org>
1856
1857         * README.en (Installation): Modify URL and required version of
1858         APEL.
1859
1860         * eword-encode.el (ew-find-charset-rule): Renamed from
1861         `tm-eword::find-charset-rule'; use
1862         `find-mime-charset-by-charsets'.
1863
1864 \f
1865 1999-05-11  MORIOKA Tomohiko  <tomo@m17n.org>
1866
1867         * FLIM: Version 1.12.6 (Family-K\e-Dòenmae)\e-A released.
1868
1869 1999-04-27  Shuhei KOBAYASHI  <shuhei@aqua.ocn.ne.jp>
1870
1871         * mel-b-ccl.el (TopLevel): Suppress warning.
1872         mel-q-ccl.el (TopLevel): Ditto.
1873         mime.el (TopLevel): Ditto.
1874
1875 1999-04-26  Shuhei KOBAYASHI  <shuhei@aqua.ocn.ne.jp>
1876
1877         * eword-decode.el (eword-encoded-word-regexp): Accept "b" and "q"
1878         for "encoding".
1879
1880         * mime-def.el (std11-qtext-regexp): Don't use `string'.
1881         (mime-tspecial-char-list): Eval at compile time.
1882
1883 1999-04-22  Katsumi Yamaoka   <yamaoka@jpl.org>
1884
1885         * mime.el: Delete autoload setting for `eword-encode-field'.
1886
1887 1999-04-22  MORIOKA Tomohiko  <tomo@m17n.org>
1888
1889         * eword-encode.el: Require `poem' instead of `emu'.
1890         Don't use `cl' for `caar'.
1891
1892 1999-04-09  Katsumi Yamaoka   <yamaoka@jpl.org>
1893
1894         * smtp.el (smtp-via-smtp): Funcall `smtp-server' if it is a
1895         function.
1896         (smtp-server): Make it can also be a function called from
1897         `smtp-via-smtp' with arguments SENDER and RECIPIENTS.
1898
1899 1999-04-05  Shuhei KOBAYASHI  <shuhei@aqua.ocn.ne.jp>
1900
1901         * FLIM-CFG: Make easier to install in VERSION_SPECIFIC_LISPDIR.
1902
1903 1999-03-29  Shuhei KOBAYASHI  <shuhei@aqua.ocn.ne.jp>
1904
1905         * mime.el (mime-read-field): Correct argument of
1906         `mime-decode-field-body'; 'native -> 'plain.
1907
1908 1999-03-27  Shuhei KOBAYASHI  <shuhei@aqua.ocn.ne.jp>
1909
1910         * eword-encode.el (TopLevel): Require 'cl when compiling.
1911         (eword-encode-rword-list): Suppress insertion of extra spaces.
1912         (eword-encode-msg-id-to-rword-list): Treat surrounding angle
1913         brackets atomically.
1914         ([tm-ja:4244] by Kazuhiro Ohta <ohta@ele.cst.nihon-u.ac.jp>)
1915
1916 1999-03-11  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1917
1918         * eword-encode.el (eword-charset-encoding-alist): Add `tis-620'.
1919
1920 1999-03-01  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1921
1922         * mel.el (mime-decode-string): Return STRING if return value of
1923         `(mel-find-function 'mime-decode-string encoding)' is nil.
1924
1925 1999-02-10  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1926
1927         * mime-def.el (mel-define-service): Change size of obarray to 7.
1928
1929 1999-02-01  Yoshiki Hayashi  <g740685@komaba.ecc.u-tokyo.ac.jp>
1930
1931         * mime-ja.sgml: Tranlate all untranslated parts.
1932
1933 \f
1934 1999-01-27  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1935
1936         * FLIM: Version 1.12.5 (Hirahata) released.
1937
1938         * mime-ja.sgml, mime-en.sgml: Sync with FLIM API 1.12.
1939
1940 1999-01-26  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1941
1942         * NEWS (New optional argument of `std11-field-end'): New
1943         subsection.
1944
1945         * std11.el (std11-field-end): Add new optional argument `bound'.
1946
1947 \f
1948 1999-01-24  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1949
1950         * FLIM: Version 1.12.4 (Tsutsui) released.
1951
1952 1999-01-24  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1953
1954         * README.en: Sync with latest FLIM.
1955
1956         * README.ja: fixed.
1957
1958 1999-01-24  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1959
1960         * mmbuffer.el, mmgeneric.el (insert-entity-content): New method.
1961
1962         * mime.el (mime-insert-entity-content): New generic function.
1963
1964 1999-01-24  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1965
1966         * NEWS (New function `mime-find-entity-from-content-id'): New
1967         subsection.
1968         (New function `mime-parse-msg-id'): New subsection.
1969         (New function `mime-uri-parse-cid'): New subsection.
1970
1971 1999-01-24  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1972
1973         * mime.el (mime-find-entity-from-content-id): New function.
1974         (mime-field-parser-alist): Use `mime-parse-msg-id' instead of
1975         `std11-parse-msg-id' to parse `Message-Id', `Recent-Message-Id'
1976         and `Content-Id' field.
1977
1978         * mime-parse.el (mime-parse-msg-id): New function.
1979         (mime-uri-parse-cid): New function.
1980
1981 \f
1982 1999-01-23  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1983
1984         * FLIM: Version 1.12.3 (Kintetsu-K\e-Dòriyama)\e-A released.
1985
1986 1999-01-23  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1987
1988         * NEWS (Function `std11-parse-in-reply-to'): New subsection.
1989         (New function `std11-parse-msg-id-string'): Likewise.
1990         (New function `std11-parse-msg-ids-string'): Likewise.
1991         (New generic function `mime-insert-entity'): Likewise.
1992
1993 1999-01-23  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1994
1995         * mime.el (mime-field-parser-alist): Change to set parser for
1996         tokens instead of parser for string.
1997         (mime-read-field): Use `eword-lexical-analyze' before parsing.
1998
1999         * eword-encode.el (eword-encode-in-reply-to): Use
2000         `std11-parse-msg-ids-string' instead of `std11-parse-in-reply-to'
2001         and `std11-lexical-analyze'.
2002
2003         * std11.el (std11-parse-msg-ids): Renamed from
2004         `std11-parse-in-reply-to'; define `std11-parse-in-reply-to' as
2005         obsolete alias.
2006         (std11-parse-msg-id-string): New function.
2007         (std11-parse-msg-ids-string): New function.
2008
2009 1999-01-23  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2010
2011         * mime.el (mime-field-parser-alist): New variable.
2012         (mime-read-field): Refer `mime-field-parser-alist'.
2013
2014 1999-01-23  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2015
2016         * mmbuffer.el, mmgeneric.el (insert-entity): New method.
2017
2018         * mime.el (mime-insert-entity): New generic function.
2019
2020 1999-01-22  Katsumi Yamaoka   <yamaoka@jpl.org>
2021
2022         * std11.el (TopLevel): Require `custom'.
2023
2024 \f
2025 1999-01-21  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2026
2027         * FLIM: Version 1.12.2 (Kuj\e-Dò)\e-A released.
2028
2029 1999-01-16  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2030
2031         * mime-parse.el (mime-lexical-analyzer): New user option.
2032         (mime-analyze-tspecial): New function.
2033         (mime-analyze-token): New function.
2034         (mime-parse-Content-Transfer-Encoding): Use
2035         `std11-lexical-analyze' with `mime-lexical-analyzer'.
2036
2037         * mime-def.el (mime-tspecial-char-list): Renamed from
2038         `mime-tspecials'; changed from string to list.
2039         (mime-token-regexp): Use `eval-when-compile'.
2040
2041 1999-01-16  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2042
2043         * eword-decode.el (eword-lexical-analyzer): Modify DOC-string
2044         about interface change.
2045         (eword-analyze-comment): Renamed from `eword-parse-comment';
2046         change second argument `from' to required argument; abolish alias
2047         `eword-analyze-comment' of `eword-parse-comment'.
2048
2049 1999-01-16  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2050
2051         * NEWS (User option `eword-lexical-analyzers' ->
2052         `eword-lexical-analyzer'): New subsection.
2053
2054         * eword-decode.el (eword-lexical-analyzer): Renamed from user
2055         option `eword-lexical-analyzers'.
2056
2057 1999-01-16  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2058
2059         * NEWS (New user option `std11-lexical-analyzer'): New subsection.
2060
2061         * std11.el (std11-lexical-analyzer): Renamed from user option
2062         `std11-lexical-analyzers'.
2063
2064 1999-01-16  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2065
2066         * std11.el (std11-lexical-analyze): Change interface to add new
2067         optional argument `analyzers'.
2068
2069 1999-01-16  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2070
2071         * std11.el (std11-lexical-analyzers): New user option.
2072         (std11-lexical-analyze): New implementation; refer
2073         `std11-lexical-analyzers'.
2074
2075 1999-01-16  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2076
2077         * NEWS (Change interface of lexical-analyzers): New subsection.
2078
2079 1999-01-16  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2080
2081         * eword-decode.el (eword-encoded-word-regexp): Must define when
2082         this module is compiled.
2083         (eword-decode-structured-field-body): Add new optional argument
2084         `start'.
2085         (eword-decode-and-unfold-structured-field-body): Likewise.
2086         (eword-decode-and-fold-structured-field-body): Likewise.
2087         (eword-analyze-quoted-string): Add new argument `start'; return
2088         `(<parsed result> . <end position>)' instead of `(<parsed result>
2089         . <rest string>)'.
2090         (std11-analyze-domain-literal): Likewise.
2091         (eword-analyze-domain-literal): Likewise.
2092         (eword-analyze-comment): Changed to alias of
2093         `eword-parse-comment'.
2094         (eword-analyze-spaces): Add new argument `start'; return `(<parsed
2095         result> . <end position>)' instead of `(<parsed result> . <rest
2096         string>)'.
2097         (std11-analyze-domain-literal): Likewise.
2098         (eword-analyze-special): Likewise.
2099         (eword-analyze-encoded-word): Likewise.
2100         (eword-analyze-atom): Likewise.
2101         (eword-lexical-analyze-internal): Add new argument `start'.
2102         (eword-lexical-analyze): Change interface to add new optional
2103         argument `start'.
2104         (eword-extract-address-components): Add new optional argument
2105         `start'.
2106
2107         * std11.el (std11-atom-regexp): Modify to match non-top atom.
2108         (std11-analyze-spaces): Add new argument `start'; return `(<parsed
2109         result> . <end position>)' instead of `(<parsed result> . <rest
2110         string>)'.
2111         (std11-analyze-special): Likewise.
2112         (std11-analyze-atom): Likewise.
2113         (std11-analyze-quoted-string): Likewise.
2114         (std11-analyze-domain-literal): Likewise.
2115         (std11-analyze-comment): Likewise.
2116         (std11-lexical-analyze): Add new optional argument `start'.
2117
2118 1999-01-15  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2119
2120         * std11.el (std11-fetch-field): Add autoload cookie.
2121         (std11-narrow-to-header): Likewise.
2122         (std11-field-body): Likewise.
2123         (std11-unfold-string): Likewise.
2124         (std11-lexical-analyze): Add DOC-string; add autoload cookie.
2125
2126         * std11.el (std11-space-char-list): Renamed from
2127         `std11-space-chars'; changed from string to list.
2128
2129 1999-01-15  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2130
2131         * std11.el (std11-fetch-field): Don't define as inline function.
2132         (std11-field-body): Enclose `std11-narrow-to-header' and
2133         `std11-fetch-field' by `inline'.
2134
2135 1999-01-15  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2136
2137         * std11.el (std11-special-char-list): Evaluate when it is
2138         compiled.
2139         (std11-atom-regexp): Use `eval-when-compile'.
2140
2141 1999-01-15  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2142
2143         * std11.el (std11-space-chars): Must evaluate when it is compiled.
2144         (std11-analyze-spaces): Don't use `std11-spaces-regexp'; abolist
2145         constant `std11-spaces-regexp'.
2146
2147         * mime-parse.el (mime-disposition-type-regexp): Must evaluate when
2148         it is compiled.
2149
2150         * mime-parse.el: Don't require emu.
2151
2152         * mime-parse.el (mime-parse-Content-Disposition): Use
2153         `eval-when-compile'.
2154
2155         * mime-parse.el (mime-parse-Content-Transfer-Encoding): New
2156         implementation.
2157
2158 1998-12-22  Katsumi Yamaoka <yamaoka@jpl.org>
2159
2160         * README.en (Installation): Modify for APEL 9.12.
2161         * README.ja (Installation): Likewise.
2162
2163 1998-12-14  Katsumi Yamaoka <yamaoka@jpl.org>
2164
2165         * mel-b-ccl.el (base64-ccl-insert-encoded-file): Call
2166         `insert-file-contents-as-coding-system' with CODING-SYSTEM as the
2167         1st arg.
2168         * mel-q-ccl.el (quoted-printable-ccl-insert-encoded-file):
2169         Likewise.
2170
2171         * mel-b-ccl.el (base64-ccl-write-decoded-region): Call
2172         `write-region-as-coding-system' with CODING-SYSTEM as the 1st arg.
2173         * mel-q-ccl.el (quoted-printable-ccl-write-decoded-region):
2174         Likewise.
2175
2176 1998-12-14  Katsumi Yamaoka <yamaoka@jpl.org>
2177
2178         * mel-b-ccl.el (base64-ccl-insert-encoded-file): Use
2179         `insert-file-contents-as-coding-system' (renamed from
2180         `insert-file-contents-as-specified-coding-system').
2181         * mel-q-ccl.el (quoted-printable-ccl-insert-encoded-file):
2182         Likewise.
2183
2184         * mel-b-ccl.el (base64-ccl-write-decoded-region): Use
2185         `write-region-as-coding-system' (renamed from
2186         `write-region-as-specified-coding-system').
2187         * mel-q-ccl.el (quoted-printable-ccl-write-decoded-region):
2188         Likewise.
2189
2190 1998-12-08  Katsumi Yamaoka <yamaoka@jpl.org>
2191
2192         * smtp.el (smtp-coding-system): Abolished.
2193         (smtp-via-smtp): Use `open-network-stream-as-binary' instead of
2194         `open-network-stream'.
2195
2196 1998-12-04  Katsumi Yamaoka <yamaoka@jpl.org>
2197
2198         * mel-b-ccl.el (base64-ccl-insert-encoded-file): Use
2199         `insert-file-contents-as-specified-coding-system' instead of
2200         `insert-file-contents'.
2201         * mel-q-ccl.el (quoted-printable-ccl-insert-encoded-file):
2202         Likewise.
2203
2204         * mel-b-ccl.el (base64-ccl-write-decoded-region): Use
2205         `write-region-as-specified-coding-system' instead of
2206         `write-region'.
2207         * mel-q-ccl.el (quoted-printable-ccl-write-decoded-region):
2208         Likewise.
2209
2210 \f
2211 1998-12-02  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2212
2213         * FLIM: Version 1.12.1 (Nishinoky\e-Dò)\e-A released.
2214
2215 1998-11-30  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2216
2217         * smtpmail.el (smtpmail-send-it): Add autoload cookie; use
2218         `smtpmail-do-bcc' instead of `smtp-do-bcc'; modify for interface
2219         change of `smtp-via-smtp'.
2220         (smtpmail-do-bcc): New function (moved and renamed from
2221         `smtp-do-bcc' of smtp.el).
2222
2223 1998-08-06  Katsumi Yamaoka <yamaoka@jpl.org>
2224
2225         * lisp/smtp.el: Do not insert empty line at the end of message.
2226
2227 1998-06-18  Shuhei KOBAYASHI  <shuhei-k@jaist.ac.jp>
2228
2229         * lisp/smtp.el (smtp-use-8bitmime): New variable.
2230         (smtp-debug-info): Internal variable, now.
2231         (smtp-make-fqdn): Renamed from `smtp-fqdn'.
2232         (smtp-via-smtp): New implementation.
2233         (smtp-send-command): Treat "PASS" as usual.
2234         (smtp-do-bcc): Removed.
2235
2236 1998-11-30  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2237
2238         * smtpmail.el: New module (copied from Semi-gnus 6.8).
2239
2240         * smtp.el: New module (copied from Semi-gnus 6.8).
2241
2242         * FLIM-ELS: Add smtp.el and smtpmail.el.
2243
2244 1998-11-30  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2245
2246         * mime-def.el: Abolish function `eliminate-top-spaces' because it
2247         is not used in FLIM.
2248
2249 1998-11-29  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2250
2251         * eword-encode.el (eword-encode-mailbox-to-rword-list): Fix
2252         problem in `eword-encode-addresses-to-rword-list'.
2253
2254 1998-11-26  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2255
2256         * std11.el (std11-full-name-string): fixed.
2257
2258         * std11.el (std11-comment-value-to-string): fixed.
2259
2260 1998-11-25  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2261
2262         * NEWS (Changes in FLIM 1.12): New section.
2263
2264 1998-11-25  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2265
2266         * std11.el (std11-comment-value-to-string): New function.
2267         (std11-full-name-string): Use `std11-comment-value-to-string'.
2268
2269         * eword-decode.el (eword-parse-comment): New function.
2270         (eword-analyze-comment): New implementation; use
2271         `eword-parse-comment'; change representation.
2272         (eword-decode-token): Modify for representation change of comment.
2273
2274 \f
2275 1998-11-16  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2276
2277         * FLIM: Version 1.12.0 (Amagatsuji) was released.
2278
2279 1998-11-14  Tanaka Akira  <akr@jaist.ac.jp>
2280
2281         * mel-b-ccl.el (ccl-cascading-read): Check consistency.
2282
2283 1998-11-13  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2284
2285         * eword-decode.el (eword-decode-structured-field-body): Abolish
2286         non-used local variable.
2287
2288 1998-11-12  Tanaka Akira  <akr@jaist.ac.jp>
2289
2290         * mel-b-ccl.el (mel-ccl-decode-b): Check `ccl-cascading-read' to
2291         select implementation.
2292
2293 1998-11-12  Tanaka Akira  <akr@jaist.ac.jp>
2294
2295         * mel-q-ccl.el (mel-ccl-encode-quoted-printable-generic): workaround
2296         for mule-2.3@19.34.
2297
2298 1998-11-12  Tanaka Akira  <akr@jaist.ac.jp>
2299
2300         * mel.el (mel-b-builtin): New variable.
2301
2302 1998-11-10  Tanaka Akira  <akr@jaist.ac.jp>
2303
2304         * FLIM-ELS: require 'pccl.
2305         (flim-modules): Check CCL availability by broken facility.
2306
2307 1998-11-08  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2308
2309         * eword-decode.el (eword-decode-structured-field-body): New
2310         implementation; abolish optional argument `must-unfold'; delete
2311         DOC-string.
2312         (eword-decode-and-unfold-structured-field-body): Renamed from
2313         `eword-decode-and-unfold-structured-field'; delete DOC-string.
2314         (eword-decode-and-fold-structured-field-body): Renamed from
2315         `eword-decode-and-fold-structured-field'; abolish optional
2316         argument `must-unfold'; delete DOC-string.
2317         (eword-decode-unstructured-field-body): Abolish optional argument
2318         `must-unfold'; delete DOC-string.
2319         (eword-decode-and-unfold-unstructured-field-body): Renamed from
2320         `eword-decode-and-unfold-unstructured-field'; delete DOC-string.
2321         (eword-decode-unfolded-unstructured-field-body): New function.
2322
2323 1998-11-08  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2324
2325         * mmgeneric.el (mime-insert-header-from-buffer): Use
2326         `mime-find-field-presentation-method' and
2327         `mime-find-field-decoder-internal'.
2328
2329         * eword-decode.el (mime-find-field-presentation-method): New
2330         macro.
2331         (mime-find-field-decoder-internal): New function.
2332         (mime-find-field-decoder): New implementation (use
2333         mime-find-field-decoder-internal).
2334         (mime-decode-header-in-region): Use
2335         `mime-find-field-presentation-method' and
2336         `mime-find-field-decoder-internal'.
2337
2338 1998-11-08  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2339
2340         * mmgeneric.el (mime-insert-header-from-buffer): Rename
2341         field-presentation-mode `folding' to `wide'.
2342
2343         * eword-decode.el: Rename field-presentation-modes from `native',
2344         `folding', `unfolding', `unfolding-xover' to `plain', `wide',
2345         `summary', `nov'.
2346
2347 1998-11-07  Tanaka Akira  <akr@jaist.ac.jp>
2348
2349         * eword-decode.el (mime-set-field-decoder): Add mode `unfolding-xover'.
2350         (mime-find-field-decoder): Ditto.
2351
2352 1998-11-04  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2353
2354         * eword-encode.el (eword-encode-phrase-route-addr-to-rword-list):
2355         Don't delete the front spaces.
2356         (eword-encode-addresses-to-rword-list): Don't supplement space;
2357         use `nconc' instead of `append'.
2358         (eword-encode-msg-id-to-rword-list): Supplement the front space;
2359         use `nconc' instead of `append'.
2360
2361 1998-11-02  Tanaka Akira  <akr@jaist.ac.jp>
2362
2363         * eword-decode.el (mime-field-decoder-cache): New variable.
2364         (mime-find-field-decoder): Use `mime-field-decoder-cache'.
2365         (mime-update-field-decoder-cache): New variable.
2366         (mime-update-field-decoder-cache): New function.
2367         (mime-decode-header-in-region): Use `mime-field-decoder-cache'.
2368
2369         * mmgeneric.el (mime-insert-header-from-buffer): Use
2370         `mime-field-decoder-cache'.
2371
2372 1998-11-02  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2373
2374         * eword-decode.el (mime-decode-header-in-region): New function.
2375         (mime-decode-header-in-buffer): Use function
2376         `mime-decode-header-in-region'.
2377
2378 1998-10-28  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2379
2380         * mmgeneric.el (mime-insert-header-from-buffer): Refer
2381         `mime-field-decoder-alist' instead of hard-coding.
2382
2383         * mime.el (mime-read-field): Use `mime-decode-field-body'.
2384
2385         * eword-decode.el (eword-decode-and-unfold-structured-field): Add
2386         optional dummy argument `start-column' and `max-column'.
2387         (eword-decode-structured-field-body): Change interface.
2388         (eword-decode-unstructured-field-body): Change interface to add
2389         optional dummy argument `start-column' and `max-column'.
2390         (eword-decode-and-unfold-unstructured-field): Add optional dummy
2391         argument `start-column' and `max-column'.
2392         (mime-field-decoder-alist): New variable; abolish user option
2393         `eword-decode-ignored-field-list' and
2394         `eword-decode-structured-field-list'.
2395         (mime-set-field-decoder): New function.
2396         (mime-find-field-decoder): New function.
2397         (mime-decode-field-body): New function; abolish function
2398         `eword-decode-field-body'.
2399         (mime-decode-header-in-buffer): Renamed from
2400         `eword-decode-header'; refer `mime-field-decoder-alist' instead of
2401         hard-coding; add obsolete alias `eword-decode-header'.
2402
2403 1998-10-28  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2404
2405         * mime-def.el: Avoid compile error when edebug is missing.
2406
2407 \f
2408 1998-10-28  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2409
2410         * FLIM: Version 1.11.3 (Saidaiji) was released.
2411
2412 1998-10-27  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2413
2414         * VERSION: New file (Renamed from FLIM-VERSION).
2415
2416 1998-10-27  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2417
2418         * eword-encode.el (eword-encode-char-type): Return nil for ?\n.
2419
2420 1998-10-27  Tanaka Akira      <akr@jaist.ac.jp>
2421
2422         * eword-encode.el (eword-encode-field-body): Unfold `field-body'.
2423
2424 1998-10-27  Yoshiki Hayashi   <g740685@komaba.ecc.u-tokyo.ac.jp>
2425
2426         * README.ja: Update.
2427
2428 \f
2429 1998-10-26  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2430
2431         * FLIM: Version 1.11.2 (Heij\e-Dò)\e-A was released.
2432
2433         * NEWS (Abolish variable `mime-temp-directory'): New subsection.
2434
2435         * README.en (Installation): Modify for APEL 9.6.
2436
2437 1998-10-26  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2438
2439         * eword-encode.el (eword-encode-field-body): Don't eliminate
2440         top-spaces.
2441
2442 1998-10-25  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2443
2444         * FLIM-ELS (flim-modules): Don't install mel-b-el for Emacs 20.4.
2445
2446 1998-10-25  Tanaka Akira      <akr@jaist.ac.jp>
2447
2448         * eword-decode.el (eword-decode-field-body): Refine implementation.
2449
2450 1998-10-24  Tanaka Akira      <akr@jaist.ac.jp>
2451
2452         * mel-b-ccl.el, mel-q-ccl.el, mel.el, FLIM-ELS: Divide mel-ccl.el
2453         into mel-b-ccl.el and mel-q-ccl.el.
2454
2455 1998-09-11  Tanaka Akira      <akr@jaist.ac.jp>
2456
2457         * mel.el (base64-encoded-length): New implementation.
2458
2459 1998-10-25  Tanaka Akira      <akr@jaist.ac.jp>
2460
2461         * eword-decode.el (eword-decode-field-body): New function.
2462
2463 1998-10-25  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2464
2465         * eword-encode.el (eword-encode-field-body): Change interface.
2466         (eword-encode-header): Use `eword-encode-field-body'; abolish
2467         function `eword-encode-field'.
2468
2469 1998-10-25  Tanaka Akira  <akr@jaist.ac.jp>
2470
2471         * eword-encode.el (eword-encode-field-body): New function.
2472         (eword-encode-field): Use `eword-encode-field-body'.
2473
2474 1998-10-24  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2475
2476         * mel.el, mel-b-el.el, FLIM-ELS: Rename mel-b.el -> mel-b-el.el.
2477
2478 1998-10-24  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2479
2480         * mel-u.el (uuencode-external-decode-region): Use
2481         `temporary-file-directory' instead of `mime-temp-directory'.
2482         (mime-write-decoded-region): Likewise.
2483
2484         * mime-def.el: Abolish variable `mime-temp-directory'.
2485
2486 1998-10-24  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2487
2488         * mmgeneric.el (mime-insert-header-from-buffer): New function.
2489         (insert-header): Use `mime-insert-header-from-buffer'.
2490
2491 1998-10-24  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2492
2493         * FLIM-ELS: Don't install mel-b-dl.el if the running emacs has
2494         builtin base64 encoder/decoder.
2495
2496         * mel.el: Set up builtin base64 encoder/decoder if they are
2497         available.
2498
2499         * mime-def.el (base64-dl-module): Set nil as initial value if the
2500         running emacs has builtin base64 encoder/decoder.
2501
2502         * mel-b.el: Require `poe' instead of `emu'.
2503         (base64-encode-string): Use `defun-maybe'.
2504         (base64-encode-region): Likewise.
2505         (base64-decode-region): Likewise.
2506         (base64-decode-string): Likewise.
2507
2508         * mel-b-dl.el: Require `poe' instead of `emu'.
2509
2510 \f
2511 1998-10-23  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2512
2513         * FLIM: Version 1.11.1 (Takanohara) was released.
2514
2515 1998-10-22  Yoshiki Hayashi   <g740685@komaba.ecc.u-tokyo.ac.jp>
2516
2517         * README.ja: New file.
2518
2519 1998-10-20  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2520
2521         * mime-def.el: Require mcharset.
2522
2523 1998-10-20  Katsumi Yamaoka   <yamaoka@jpl.org>
2524
2525         * mel-u.el (mime-write-decoded-region): Fix typo.
2526
2527         * mime-def.el: Enclose defining procedure for the constants
2528         `std11-quoted-pair-regexp', `std11-non-qtext-char-list' and
2529         `std11-qtext-regexp' with `eval-and-compile'.
2530
2531 1998-10-19  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2532
2533         * NEWS (Behavior change of `mime-insert-header'): New subsection.
2534
2535         * mmgeneric.el (insert-header): Include `:' in field-name.
2536
2537 1998-10-19  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2538
2539         * mime-def.el (std11-qtext-regexp): Use `eval-when-compile'; don't
2540         use `char-list-to-string'.
2541         (std11-quoted-string-regexp): Use `eval-when-compile'.
2542         - Use `def-edebug-spec' to define edebug-form-spec of
2543           mm-define-method; fix definition of edebug-form-spec of
2544           mm-define-method.
2545
2546 1998-10-18  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2547
2548         * mime-en.sgml, mime-ja.sgml (Header encoder/decoder): Add
2549         description about `eword-field-encoding-method-alist'.
2550
2551         * mime-en.sgml (Header encoder/decoder): Modify description about
2552         `eword-encode-header'.
2553
2554         * mime-ja.sgml (Header encoder/decoder): Translate.
2555
2556 1998-10-18  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2557
2558         * mime-en.sgml (entity formatting): Fix typo in description of
2559         `default-mime-charset'.
2560
2561         * mime-en.sgml (Header encoder/decoder): Modify description of
2562         `eword-decode-header'.
2563
2564         * mime-ja.sgml, mime-en.sgml (Header encoder/decoder): fix typo.
2565
2566         * mime-en.sgml (encoder/decoder): Translate description of
2567         `mime-decode-string'.
2568
2569 1998-10-18  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2570
2571         * mime-en.sgml (Content-Disposition parser): Modify description.
2572
2573         * mime-en.sgml (Content-Type parser): Modify description.
2574
2575 1998-10-18  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2576
2577         * mime-en.sgml (Content-Transfer-Encoding parser): Translate.
2578
2579 \f
2580 1998-10-18  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2581
2582         * FLIM: Version 1.11.0 (Yamadagawa) was released.
2583
2584 1998-10-17  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2585
2586         * mime-ja.sgml, mime-en.sgml (entity formatting): Add description
2587         about `mime-insert-text-content'.
2588
2589 1998-10-17  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2590
2591         * mime-ja.sgml, mime-en.sgml (entity formatting): New node; move
2592         `mime-insert-header' from `Entity-header'; move
2593         `default-mime-charset' from `custom'.
2594
2595 1998-10-17  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2596
2597         * mime-en.sgml, mime-ja.sgml (Entity-header): Generic function
2598         `mime-insert-decoded-header' was renamed to `mime-insert-header'.
2599
2600 1998-10-17  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2601
2602         * NEWS: New file.
2603
2604 1998-10-16  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2605
2606         * mime.el (mime-insert-header): Renamed from
2607         `mime-insert-decoded-header'; define `mime-insert-decoded-header'
2608         as an obsolete alias.
2609
2610         * mmgeneric.el, mmcooked.el (insert-header): Renamed from
2611         `insert-decoded-header'.
2612
2613         * README.en (Installation): Add required version of APEL.
2614
2615 1998-10-16  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2616
2617         * mel-g.el: Require mel.
2618
2619         * mel-g.el: Require poem instead of emu.
2620
2621 1998-10-16  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2622
2623         * mime.el (mime-insert-text-content): New generic function.
2624
2625         * mmcooked.el, mmgeneric.el (insert-text-content): New method.
2626
2627 1998-10-02  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2628
2629         * std11.el (std11-unfold-string): New implementation.
2630
2631 1998-10-02  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2632
2633         * mmgeneric.el: New module.
2634
2635         * mmbuffer.el: Use `generic' as mother backend.
2636
2637         * FLIM-ELS (flim-modules): Add mmgeneric.
2638
2639 1998-10-01  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2640
2641         * mime-parse.el (mime-parse-message): Modify for
2642         `make-mime-entity-internal'.
2643
2644         * mime-def.el (make-mime-entity-internal): Change interface to be
2645         able to specify original-header and parsed-header.
2646
2647 1998-09-30  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2648
2649         * eword-decode.el (eword-decode-and-unfold-unstructured-field):
2650         New function.
2651
2652 1998-09-30  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2653
2654         * mime.el (mime-entity-content-type): New implementation.
2655         (mime-entity-content-disposition): New implementation.
2656         (mime-entity-encoding): New implementation.
2657
2658         * mime.el (mime-fetch-field): Refer internal slots for Date,
2659         Message-Id and References fields.
2660
2661         * mime-parse.el (mime-parse-message): Modify for
2662         `make-mime-entity-internal'.
2663
2664         * mime-def.el: Change `mime-entity-*-internal' and
2665         `mime-entity-set-*-internal' to macro.
2666         (make-mime-entity-internal): Change interface and data format for
2667         NOV data; changed to macro.
2668         (mime-entity-set-location-internal): New macro.
2669         (mime-entity-decoded-subject-internal): New macro.
2670         (mime-entity-set-decoded-subject-internal): New macro.
2671         (mime-entity-decoded-from-internal): New macro.
2672         (mime-entity-set-decoded-from-internal): New macro.
2673         (mime-entity-date-internal): New macro.
2674         (mime-entity-set-date-internal): New macro.
2675         (mime-entity-message-id-internal): New macro.
2676         (mime-entity-set-message-id-internal): New macro.
2677         (mime-entity-references-internal): New macro.
2678         (mime-entity-set-references-internal): New macro.
2679         (mime-entity-chars-internal): New macro.
2680         (mime-entity-set-chars-internal): New macro.
2681         (mime-entity-lines-internal): New macro.
2682         (mime-entity-set-lines-internal): New macro.
2683         (mime-entity-xref-internal): New macro.
2684         (mime-entity-set-xref-internal): New macro.
2685         (mime-entity-original-header-internal): Modify for new structure;
2686         changed to macro.
2687         (mime-entity-set-original-header-internal): Likewise.
2688         (mime-entity-parsed-header-internal): Likewise.
2689         (mime-entity-set-parsed-header-internal): Likewise.
2690         (mime-entity-buffer-internal): Likewise.
2691         (mime-entity-set-buffer-internal): Likewise.
2692         (mime-entity-header-start-internal): Likewise.
2693         (mime-entity-set-header-start-internal): Likewise.
2694         (mime-entity-header-end-internal): Likewise.
2695         (mime-entity-set-header-end-internal): Likewise.
2696         (mime-entity-body-start-internal): Likewise.
2697         (mime-entity-set-body-start-internal): Likewise.
2698         (mime-entity-body-end-internal): Likewise.
2699         (mime-entity-set-body-end-internal): Likewise.
2700
2701 \f
2702 1998-10-14  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2703
2704         * FLIM: Version 1.10.5 (Kizugawadai) was released.
2705
2706         * mel.el: Must require poem.
2707
2708 \f
2709 1998-10-12  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2710
2711         * FLIM: Version 1.10.4 (Shin-H\e-Dòsono)\e-A was released.
2712
2713 1998-10-12  Katsumi Yamaoka   <yamaoka@jpl.org>
2714
2715         * README.en: Add explanation about `VERSION_SPECIFIC_LISPDIR'.
2716
2717         * Makefile (install): Add new arg `VERSION_SPECIFIC_LISPDIR'.
2718         (elc): Likewise.
2719
2720         * FLIM-MK (config-flim): Refer to `VERSION_SPECIFIC_LISPDIR'.
2721
2722         * FLIM-CFG (VERSION_SPECIFIC_LISPDIR): New variable.
2723
2724 1998-10-12  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2725
2726         * mel.el (mel-ccl-module): Require path-util when the running
2727         emacs has MULE.
2728
2729         * mel.el: Don't require emu.
2730
2731 1998-10-11  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2732
2733         * FLIM-ELS: Don't install mel-ccl in anything older than XEmacs 21
2734         with MULE.
2735
2736 \f
2737 1998-10-10  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2738
2739         * FLIM: Version 1.10.3 (Komada) was released.
2740
2741         * mel-ccl.el (base64-ccl-write-decoded-region): bind
2742         `jka-compr-compression-info-list' with nil.
2743
2744         * mel-b.el (base64-internal-decoding-limit): Switch default value
2745         between XEmacs-mule and other emacsen.
2746         Abolish function `base64-decode-string!'.
2747         (base64-internal-decode-region): New implementation.
2748         (base64-insert-encoded-file): New function.
2749         (mime-insert-encoded-file): Use `base64-insert-encoded-file'.
2750         (base64-write-decoded-region): New function.
2751         (mime-write-decoded-region): Use `base64-write-decoded-region'.
2752
2753         * mel-b-dl.el (decode-base64-region): Renamed from
2754         `base64-decode-region'.
2755         (mime-insert-encoded-file): Change temporary-buffer to unibyte
2756         representation.  Abolish method `mime-write-decoded-region'
2757         because it is slower than CCL based implementation.
2758
2759 1998-10-09  Tanaka Akira <akr@jaist.ac.jp>
2760
2761         * mel-ccl.el: Check `ccl-execute-eof-block-on-decoding-some'
2762         facility instead of `ccl-execute-eof-block-on-encoding-some'.
2763
2764 1998-10-09  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2765
2766         * mel-b.el (base64-characters): Enclose with `eval-and-compile'.
2767
2768         * eword-decode.el (eword-encoded-text-regexp): Enclose with
2769         `eval-and-compile'.
2770         (eword-encoded-word-regexp): Use `eval-when-compile'.
2771
2772 1998-10-09  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2773
2774         * eword-decode.el (eword-max-size-to-decode): New user option.
2775         (eword-decode-and-fold-structured-field): Do nothing if size of
2776         input is bigger than `eword-max-size-to-decode'.
2777
2778 1998-10-08  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2779
2780         * mel-b.el (base64-numbers): Use `eval-when-compile'.
2781
2782 1998-10-09  Katsumi Yamaoka   <yamaoka@jpl.org>
2783
2784         * FLIM-CFG: Use `add-latest-path' instead of `add-path' for adding
2785         "custom" to load-path.
2786
2787 1998-10-09  Katsumi Yamaoka   <yamaoka@jpl.org>
2788
2789         * mime-def.el (mime-library-product): Enclose with
2790         `eval-and-compile'.
2791
2792         * FLIM-CFG: Add "custom" to load-path.
2793
2794 \f
2795 1998-10-08  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2796
2797         * FLIM: Version 1.10.2 (Kintetsu-Miyazu) was released.
2798
2799         * mime-def.el, mel.el, mel-b-dl.el: Move variable
2800         `base64-dl-module' from mel-b-dl.el and mel.el to mime-def.el.
2801
2802 1998-10-08  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2803
2804         * mel.el (mel-ccl-module): New variable; use it to check mel-ccl
2805         is available.
2806
2807         * FLIM-ELS: Don't install mel-ccl for anything older than MULE
2808         2.3.
2809
2810 1998-10-08  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2811
2812         * mel-u.el: Use `mel-define-backend' to define "x-uue".
2813         Define "x-uuencode" as a clone of "x-uue".
2814
2815         * Move variable `mel-encoding-module-alist' from mel.el to
2816         mime-def.el.
2817
2818         * mel.el (mel-find-function): Use function
2819         `mel-find-function-from-obarray'.
2820         Use `mel-define-backend' to define "7bit", "8bit" and "binary";
2821         don't define methods of "8bit" and "binary"; inherit methods from
2822         "7bit".
2823
2824         * mime-def.el (mel-service-list): New variable.
2825         (mel-define-service): New implementation.
2826         (mel-find-function-from-obarray): New inline function.
2827         (mel-copy-method): New inline function.
2828         (mel-copy-backend): New inline function.
2829         (mel-define-backend): New macro.
2830
2831 1998-10-08  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2832
2833         * mel-u.el: Define method functions of mel.
2834         (mime-encode-region): Use `mel-define-method-function'; abolish
2835         `uuencode-encode-region'.
2836         (mime-decode-region): Use `mel-define-method-function'; abolish
2837         `uuencode-decode-region'.
2838         (mime-encode-string): New method.
2839         (mime-decode-string): New method.
2840         (mime-insert-encoded-file): Use `mel-define-method'; abolish
2841         `uuencode-insert-encoded-file'.
2842         (mime-write-decoded-region): Use `mel-define-method'; abolish
2843         `uuencode-write-decoded-region'.
2844
2845 1998-10-07  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2846
2847         * mime-def.el (mel-define-service): Add DOC.
2848         (mel-define-method): Add DOC.
2849         (mel-define-method-function): Add DOC.
2850
2851         * mime-en.sgml, mime-ja.sgml: Modify for FLIM 1.10.
2852
2853 \f
2854 1998-10-07  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2855
2856         * FLIM: Version 1.10.1 (Miyamaki) was released.
2857
2858 1998-10-06  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2859
2860         * mel-g.el: Define method functions of mel.
2861         (mime-encode-region): Use `mel-define-method-function'; abolish
2862         `gzip64-encode-region'.
2863         (mime-decode-region): Use `mel-define-method-function'; abolish
2864         `gzip64-decode-region'.
2865         (mime-encode-string): New method.
2866         (mime-decode-string): New method.
2867         (mime-insert-encoded-file): Use `mel-define-method'; abolish
2868         `gzip64-insert-encoded-file'.
2869         (mime-write-decoded-region): Use `mel-define-method'; abolish
2870         `gzip64-write-decoded-region'.
2871
2872         * mime-def.el (mime-library-product): New variable; abolish
2873         `mime-library-version'.
2874         (mime-product-name): New macro.
2875         (mime-product-version): New macro.
2876         (mime-product-code-name): New macro.
2877         (mime-library-version): Renamed from
2878         `mime-library-version-string'; use `mime-library-product',
2879         `mime-product-name', `mime-product-version' and
2880         `mime-product-code-name'.
2881
2882         * mime-def.el (mm-define-backend): Add DOC.
2883         (mm-define-method): Add DOC.
2884
2885         * mel.el (mime-encoding-list): Modify DOC to add description about
2886         optional argument SERVICE.
2887
2888 1998-10-04  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2889
2890         * mime-ja.sgml, mime-en.sgml (mm-backend module): Write
2891         description of `mm-define-backend' and `mm-define-method'.
2892
2893 \f
2894 1998-09-29  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2895
2896         * FLIM: Version 1.10.0 (K\e-Dòdo)\e-A was released.
2897
2898         * README.en (What's FLIM): Add mel-ccl.el.
2899
2900 1998-09-21  Tanaka Akira      <akr@jaist.ac.jp>
2901
2902         * mel-ccl.el:
2903           - Require 'pccl instead of 'emu.
2904           - Use `unless-broken' to check facility.
2905
2906 1998-09-27  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2907
2908         * mel.el (mime-encoding-list): New user option (renamed from
2909         `mime-content-transfer-encoding-list').
2910         (mime-encoding-list): New function.
2911         (mime-encoding-alist): New function.
2912         (mime-encode-region): Use `mime-encoding-alist' for completion.
2913         (mime-decode-region): Likewise.
2914         (mime-insert-encoded-file): Likewise.
2915         (mime-write-decoded-region): Likewise.
2916
2917 1998-09-24  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2918
2919         * eword-decode.el (eword-decode-structured-field-list): Add
2920         Mail-Followup-To field.
2921
2922 1998-09-20  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2923
2924         * eword-encode.el (eword-charset-encoding-alist): Add utf-8.
2925
2926 1998-09-20  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2927
2928         * mel.el (mime-content-transfer-encoding-list): New user option.
2929         (mime-encode-region): Use `mime-content-transfer-encoding-list'
2930         for completion.
2931         (mime-decode-region): Likewise.
2932         (mime-insert-encoded-file): Likewise.
2933         (mime-write-decoded-region): Likewise.
2934
2935         * mel.el (mime-write-decoded-region): fix typo.
2936
2937 1998-09-20  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2938
2939         * mime-def.el (mel-define-method-function): Don't override.
2940
2941 1998-09-20  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2942
2943         * mel.el, mel-ccl.el, FLIM-ELS: Add mel-ccl.el.
2944
2945 1998-09-20  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2946
2947         * mel-dl.el, README.en, FLIM-ELS: Rename mel-dl.el to mel-b-dl.el.
2948
2949         * mel.el: - Rename mel-dl.el to mel-b-dl.el.
2950                   - Move `mel-define-service' to mime-def.el.
2951
2952         * mime-def.el (mel-define-service): New macro (moved from mel.el);
2953         fixed problem in Emacs.
2954         (mel-define-method): Use `mel-define-service'.
2955         (mel-define-method-function): Use `mel-define-service'.
2956
2957 1998-09-20  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2958
2959         * mel.el (mime-encode-region): Don't regard nil encoding as
2960         "7bit".
2961
2962 1998-09-19  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2963
2964         * eword-encode.el (eword-encode-text): Use
2965         `encoded-text-encode-string'.
2966         (tm-eword::encoded-word-length): `q-encoding-encoded-length' was
2967         renamed to `Q-encoded-text-length'.
2968
2969         * eword-decode.el: Move `base64-token-regexp',
2970         `base64-token-padding-regexp', `eword-B-encoded-text-regexp' and
2971         `eword-Q-encoded-text-regexp' to mime-def.el.
2972         (eword-decode-encoded-text): Use `encoded-text-decode-string'.
2973
2974         * mel-q.el: Define method functions of mel.
2975         (mime-insert-encoded-file): Use `mel-define-method'; abolish
2976         `quoted-printable-insert-encoded-file'.
2977         (mime-write-decoded-region): Use `mel-define-method'; abolish
2978         `quoted-printable-write-decoded-region'.
2979         - Move `q-encoding-printable-char-p' and
2980         `q-encoding-encoded-length' to mel.el.
2981
2982         * mel-b.el: Define method functions of mel.
2983         (mime-insert-encoded-file): Use `mel-define-method'; abolish
2984         `base64-insert-encoded-file'.
2985         (mime-write-decoded-region): Use `mel-define-method'; abolish
2986         `base64-write-decoded-region'.
2987         - Move `base64-encoded-length' to mel.el.
2988
2989         * mel-dl.el (base64-encode-region): Define directly (abolish
2990         `base64-dl-encode-region').
2991         (base64-decode-region): Define directly (abolish
2992         `base64-dl-decode-region').  Define method functions of mel.
2993         (mime-insert-encoded-file): Use `mel-define-method'; abolish
2994         `base64-insert-encoded-file'; don't use external encoder.
2995         (mime-write-decoded-region): Use `mel-define-method'; abolish
2996         `base64-write-decoded-region'; don't use external decoder.
2997         - Move `base64-encoded-length' to mel.el.
2998
2999         * mime.el: Move `mm-arglist-to-arguments' to mime-def.el.
3000
3001         * mime-def.el (base64-token-regexp): New constant (moved from
3002         eword-decode.el).
3003         (base64-token-padding-regexp): Likewise.
3004         (B-encoded-text-regexp): New constant (moved from eword-decode.el,
3005         and renamed from `eword-B-encoded-text-regexp').
3006         (Q-encoded-text-regexp): New constant (moved from eword-decode.el,
3007         and renamed from `eword-Q-encoded-text-regexp'.
3008         (mm-arglist-to-arguments): New function (moved from mime.el).
3009         (mel-define-method): New macro.
3010         (mel-define-method-function): New macro.
3011         (mel-define-function): New macro.
3012
3013         * mel.el (mel-encoding-module-alist): New variable.
3014         (mel-use-module): New function.
3015         (mel-find-function): New function.
3016         (mel-define-service): New macro.
3017         (mime-encode-region): Use `mel-find-function'; abolish variable
3018         `mime-encoding-method-alist'.
3019         (mime-decode-region): Use `mel-find-function'; abolish variable
3020         `mime-decoding-method-alist'.
3021         (mime-decode-string): Use `mel-find-function'; abolish variable
3022         `mime-string-decoding-method-alist'.
3023         (encoded-text-encode-string): New function.
3024         (encoded-text-decode-string): New function.
3025         (base64-encoded-length): New function (moved from mel-b.el and
3026         mel-dl.el).
3027         (Q-encoding-printable-char-p): New function (moved from mel-q.el,
3028         and renamed from `q-encoding-printable-char-p').
3029         (Q-encoded-text-length): New function (moved from mel-q.el, and
3030         renamed from `q-encoding-encoded-length').
3031         (mime-insert-encoded-file): Use `mel-find-function'; abolish
3032         variable `mime-file-encoding-method-alist'.
3033         (mime-write-decoded-region): Use `mel-find-function'; abolish
3034         variable `mime-file-decoding-method-alist'.
3035
3036 1998-09-16  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3037
3038         * mel-b.el (base64-internal-encoding-limit): modify :type.
3039         (base64-internal-decoding-limit): Change initial value to 70000;
3040         modify :type.
3041
3042         * mel-b.el (base64-decode-string!): Renamed from
3043         `base64-internal-decode-string!'.
3044
3045 1998-09-16  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3046
3047         * mel-b.el (base64-characters): New constant.
3048         (base64-num-to-char): Use `base64-characters'.
3049         (base64-numbers): Use `base64-characters'.
3050         (base64-internal-decode): Modify calculation third byte.
3051
3052         * mel-dl.el (base64-dl-encode-string): New alias.
3053         (base64-dl-decode-string): New alias.
3054         (base64-dl-encode-region): Renamed from `base64-encode-region';
3055         don't save-excursion and save-restriction.
3056         (base64-dl-decode-region): Renamed from `base64-decode-region';
3057         don't save-excursion and save-restriction; convert all at once.
3058         (base64-encode-region): New alias.
3059         (base64-decode-region): New alias.
3060
3061         * mel-b.el (base64-internal-decode): New function.
3062         (base64-internal-decode-string): Use `base64-internal-decode'.
3063         (base64-internal-decode-string!): New function.
3064         (base64-internal-decode-region): Use
3065         `base64-internal-decode-string!' instead of
3066         `base64-internal-decode-string'.
3067
3068 1998-09-15  Tanaka Akira  <akr@jaist.ac.jp>
3069
3070         * mel-b.el (base64-numbers): Fix a position of 63.
3071
3072 1998-09-15  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3073
3074         * mel-b.el (base64-numbers): New constant.
3075         (base64-char-to-num): New macro.
3076         (base64-internal-decode-string): Don't use memq.
3077
3078 1998-09-15  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3079
3080         * mel-b.el (base64): New group.
3081         (base64-external-encoder): Now a user option.
3082         (base64-external-decoder): Now a user option.
3083         (base64-external-decoder-option-to-specify-file): Now a user
3084         option.
3085         (base64-internal-encoding-limit): Now a user option.
3086         (base64-internal-decoding-limit): Now a user option.
3087
3088         * mel-b.el (base64-internal-decode-string): New implementation;
3089         abolish function `base64-decode-unit'.
3090
3091 1998-09-15  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3092
3093         * README.en (Installation): Fix typo.
3094
3095 \f
3096 1998-09-15  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3097
3098         * FLIM: Version 1.9.2 (Shin-Tanabe) was released.
3099
3100         * README.en (Installation): Add `install as a XEmacs package'.
3101
3102 1998-09-15  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3103
3104         * mime-en.sgml (Encoding Method): Translate.
3105
3106 1998-09-15  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3107
3108         * eword-encode.el (eword-encode-msg-id-to-rword-list): New
3109         function.
3110         (eword-encode-in-reply-to-to-rword-list): New function.
3111         (eword-encode-in-reply-to): New function.
3112         (eword-encode-field): Use `eword-encode-in-reply-to' for
3113         `In-Reply-To' field.
3114
3115         * std11.el (std11-parse-in-reply-to): New function.
3116
3117 1998-09-14  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3118
3119         * eword-decode.el (eword-decode-structured-field-list): Add
3120         `User-Agent'.
3121
3122 1998-09-11  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3123
3124         * Makefile (package): Don't update auto-autoloads.el and
3125         custom-load.el.
3126
3127         * FLIM-MK (compile-flim-package): Update auto-autoloads.el and
3128         custom-load.el.
3129
3130 1998-09-11  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3131
3132         * mime-def.el: Abolish function `butlast' and `nbutlast'.
3133
3134         * mime-def.el (mime-library-version): New constant.
3135         (mime-library-version-string): Refer `mime-library-version'.
3136
3137 1998-09-11  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3138
3139         * Makefile (XEMACS): New variable.
3140         (PACKAGEDIR): New variable.
3141         (package): New target.
3142         (install-package): New target.
3143
3144         * FLIM-CFG (PACKAGEDIR): New variable.
3145
3146         * FLIM-MK (config-flim-package): New function.
3147         (compile-flim-package): New function.
3148         (install-flim-package): New function.
3149
3150 1998-09-10  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3151
3152         * mime-en.sgml (Content-Type field): Translate.
3153         (mime-content-type): Translate.
3154         (Content-Type parser): Translate.
3155         (Content-Disposition): Translate.
3156         (mime-content-disposition): Translate.
3157         (Content-Disposition parser): Translate.
3158
3159 1998-09-10  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3160
3161         * Makefile (GOMI): Add Texinfo related garbages.
3162         (clean): Delete historical setting.
3163
3164 1998-09-03  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3165
3166         * mime-en.sgml (mm-backend): Translate.
3167         (Request for entity): Likewise.
3168         (mm-backend module): Likewise.
3169
3170         * mime.el (mime-entity-send): Add DOC-string.
3171
3172 1998-09-01  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3173
3174         * mime-en.sgml (Entity hierarchy): Translate.
3175
3176 1998-09-01  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3177
3178         * mime-en.sgml, mime-ja.sgml (Entity): Rearrangement.
3179
3180 \f
3181 1998-08-31  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3182
3183         * FLIM: Version 1.9.1 (Tonosh\e-Dò)\e-A was released.
3184
3185         * mime-en.sgml (mm-backend): Translate a little.
3186
3187 1998-08-31  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3188
3189         * eword-encode.el (eword-encode-default-start-column): New user
3190         option.
3191         (eword-encode-string): Use `eword-encode-default-start-column'.
3192         (eword-encode-address-list): Likewise.
3193         (eword-encode-structured-field-body): Likewise.
3194         (eword-encode-unstructured-field-body): Likewise.
3195
3196 1998-08-31  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3197
3198         * eword-encode.el (eword-encode): New group.
3199         (eword-field-encoding-method-alist): Now a user option (was:
3200         variable).
3201
3202 1998-08-31  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3203
3204         * eword-encode.el: Rename `tm-eword::mailbox-to-rwl' ->
3205         `eword-encode-mailbox-to-rword-list'.
3206
3207         * eword-encode.el: Rename `tm-eword::phrase-to-rwl' ->
3208         `eword-encode-phrase-to-rword-list'.
3209
3210         * eword-encode.el: Rename `eword-addr-spec-to-rwl' ->
3211         `eword-encode-addr-spec-to-rword-list'.
3212
3213         * eword-encode.el: Rename `eword-phrase-route-addr-to-rwl' ->
3214         `eword-encode-phrase-route-addr-to-rword-list'.
3215
3216         * eword-encode.el: Rename `eword-addr-seq-to-rwl' ->
3217         `eword-encode-addr-seq-to-rword-list'.
3218
3219         * eword-encode.el: Rename `tm-eword::split-string' ->
3220         `eword-encode-split-string'.
3221
3222         * eword-encode.el: Rename `tm-eword::addresses-to-rwl' ->
3223         `eword-encode-addresses-to-rword-list'.
3224
3225         * eword-encode.el: Rename `tm-eword::encode-rwl' ->
3226         `eword-encode-rword-list'.
3227
3228         * eword-encode.el (eword-encode-unstructured-field-body): New
3229         function.
3230         (eword-encode-field): Use `eword-encode-unstructured-field-body'.
3231
3232 1998-08-31  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3233
3234         * eword-encode.el (eword-encode-string): Add DOC-string.
3235         (eword-encode-address-list): Likewise.
3236         (eword-encode-structured-field-body): Likewise.
3237
3238         * eword-encode.el (eword-encode-field): Regard `In-Reply-To' as a
3239         structured field.
3240
3241 1998-08-28  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3242
3243         * eword-encode.el (eword-encode-field): Use `capitalize' instead
3244         of `downcase' for `field-name'.
3245
3246         * eword-encode.el (eword-encode-structured-field-body): New
3247         function.
3248         (eword-encode-field): Use `eword-encode-structured-field-body' for
3249         "MIME-Version" and "User-Agent" field.
3250
3251 1998-08-26  Shuhei KOBAYASHI  <shuhei-k@jaist.ac.jp>
3252
3253         * mime-def.el (mm-define-method): Put `edebug-form-spec'.
3254
3255 1998-08-28  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3256
3257         * eword-encode.el (eword-encode-address-list): New function.
3258         (eword-encode-field): Use `eword-encode-address-list' instead of
3259         `tm-eword::encode-address-list'; abolish
3260         `tm-eword::encode-address-list'.
3261
3262         * eword-encode.el (eword-encode-field): Use `eword-encode-string'
3263         instead of `tm-eword::encode-string'; abolish
3264         `tm-eword::encode-string'.
3265
3266         * eword-encode.el: Rename `tm-eword::make-rword' ->
3267         `make-ew-rword'; rename `tm-eword::rword-' -> `ew-rword-'.
3268
3269 1998-08-26  Shuhei KOBAYASHI  <shuhei-k@jaist.ac.jp>
3270
3271         * mel-b.el (base64-insert-encoded-file): Conditionally use
3272         internal converter. (cf. [tm-ja:3320])
3273         (base64-write-decoded-region): Ditto.
3274
3275 1998-08-25  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3276
3277         * FLIM-ELS (flim-modules): Don't add `mel-dl' unconditionally.
3278
3279 1998-08-25  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3280
3281         * Delete mime-lib.el.
3282
3283 1998-08-10  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3284
3285         * mmbuffer.el (write-entity): `write-region-as-CRLF' was renamed
3286         to `write-region-as-raw-text-CRLF'.
3287
3288 1998-08-07  MORIOKA Tomohiko  <morioka@yo.rim.or.jp>
3289
3290         * mmbuffer.el (write-entity): Use `write-region-as-CRLF' instead
3291         of `write-region-as-binary'.
3292
3293 \f
3294 1998-07-15  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3295
3296         * FLIM: Version 1.9.0 (Terada) was released.
3297
3298 1998-07-10  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3299
3300         * mime-parse.el (mime-parse-multipart): Set message/x-broken if
3301         parsing is failed.
3302
3303 1998-07-10  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3304
3305         * mmbuffer.el (entity-children): Don't use
3306         `mime-entity-children-internal'.
3307
3308         * mime-parse.el (mime-parse-multipart): Modify for
3309         `mime-parse-message'; return children.
3310         (mime-parse-encapsulated): Likewise.
3311         (mime-parse-message): Change interface; delete DOC-string; don't
3312         parse children instantly.
3313         (mime-parse-buffer): Modify for `mime-parse-message'.
3314
3315         * mime-parse.el (mime-parse-message): Delete autoload cookie.
3316
3317         * mime.el: Delete autoload setting for `mime-parse-message'.
3318
3319         * mime-en.sgml, mime-ja.sgml (Entity creation): Delete description
3320         of `mime-parse-message'; modify description of `mime-parse-buffer'
3321         to add `representation-type'.
3322
3323 \f
3324 1998-07-07  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3325
3326         * FLIM-Chao: Version 1.8.0 (Shij\e-Dò)\e-A was released.
3327
3328 1998-07-07  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3329
3330         * mmcooked.el: Abolish method `open'.
3331
3332         * mmbuffer.el (initialize-instance): New method; abolish `open'.
3333         (entity-children): New method.
3334
3335         * mime.el (mime-open-entity): Send `initialize-instance' to
3336         created message.
3337         (mime-entity-children): New implementation.
3338         (mime-entity-parent): New implementation.
3339         (mime-root-entity-p): New implementation.
3340
3341         * mime-parse.el (mime-parse-multipart): Specify current entity as
3342         parent.
3343         (mime-parse-encapsulated): Likewise.
3344         (mime-parse-message): Change interface to specify parent; modify
3345         for `make-mime-entity-internal'.
3346         (mime-parse-buffer): Modify for `mime-parse-message'.
3347
3348         * mime-def.el (make-mime-entity-internal): Change interface; add
3349         format of `mime-entity' to add `parent'.
3350
3351 1998-07-07  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3352
3353         * mmbuffer.el (mime-visible-field-p): Renamed from
3354         `eword-visible-field-p'.
3355
3356 1998-07-07  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3357
3358         * mime.el (mm-arglist-to-arguments): New function.
3359         (mm-define-generic): New macro.
3360         (mime-entity-cooked-p): Use `mm-define-generic'.
3361         (mime-entity-point-min): Use `mm-define-generic'.
3362         (mime-insert-decoded-header): Use `mm-define-generic'.
3363         (mime-entity-content): Use `mm-define-generic'.
3364         (mime-write-entity-content): Use `mm-define-generic'.
3365         (mime-write-entity): Use `mm-define-generic'.
3366         (mime-write-entity-body): Use `mm-define-generic'.
3367
3368 1998-07-07  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3369
3370         * mmbuffer.el (eword-visible-field-p): Moved from mime.el.
3371
3372         * mime.el: Move `eword-visible-field-p' to mmbuffer.el.
3373         (mime-write-entity-body): Change message to `write-body'.
3374
3375 1998-07-07  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3376
3377         * mmcooked.el, mmbuffer.el (open): Renamed from `open-entity'.
3378
3379         * mime.el (mime-open-entity): Change message to `open'.
3380
3381         * mime-def.el (mm-define-backend): Must `copy-alist'.
3382
3383 1998-07-07  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3384
3385         * mmcooked.el, mmbuffer.el: Use `mm-define-backend' and
3386         `mm-define-method'.
3387
3388         * mime.el: Move `mime-entity-implementation-alist' to mime-def.el.
3389         (mime-find-function): New implementation.
3390         (mime-entity-cooked-p): Use `mime-entity-send'.
3391
3392         * mime-def.el (mime-entity-implementation-alist): Moved from
3393         mime.el.
3394         (mm-define-backend): New macro.
3395         (mm-define-method): New macro.
3396
3397 \f
3398 1998-07-05  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3399
3400         * FLIM: Version 1.8.1 (Kutsukawa) was released.
3401
3402 1998-07-04  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3403
3404         * mime-en.sgml, mime-ja.sgml (Entity Attributes): Add description
3405         about `default-encoding' of `mime-entity-encoding'.
3406
3407         * mime-en.texi, mime-en.sgml: New files.
3408
3409         * mime-ja.sgml (media-type): Fix typo.
3410
3411         * mime-ja.sgml (Glossary): Fix order.
3412
3413         * mime-ja.sgml (Entity Attributes): Use <code> tag for nil.
3414
3415         * mime-ja.sgml (Entity Attributes): Fix typo.
3416
3417 1998-07-03  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3418
3419         * mime.el (mime-entity-encoding): Add new optional argument
3420         `default-encoding'; set default encoding if
3421         Content-Transfer-Encoding field is not found.
3422
3423 1998-07-03  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3424
3425         * mmbuffer.el (mmbuffer-write-entity): Use
3426         `mime-entity-buffer-internal', `mmbuffer-entity-point-min' and
3427         `mmbuffer-entity-point-max'.
3428         (mmbuffer-write-entity-body): Use `mime-entity-buffer-internal',
3429         `mime-entity-body-start-internal' and
3430         `mime-entity-body-end-internal'.
3431         (mmbuffer-insert-decoded-header): Use
3432         `mime-entity-buffer-internal', `mime-entity-header-start-internal'
3433         and `mime-entity-header-end-internal'.
3434
3435 \f
3436 1998-07-01  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3437
3438         * FLIM: Version 1.8.0 (\e-DÒkubo)\e-A was released.
3439
3440         * README.en: Delete `How to use'.
3441
3442 1998-07-01  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3443
3444         * mime-ja.sgml (Entity creation): Add reference for `mm-backend'
3445         in description of `mime-open-entity'.
3446
3447         * mime-ja.sgml (mm-backend): New section.
3448
3449 1998-07-01  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3450
3451         * mime-ja.sgml (Entity-header): Modify description about
3452         `mime-insert-decoded-header'.
3453
3454         * mmcooked.el (mmcooked-insert-decoded-header): New function.
3455
3456         * mmbuffer.el (mmbuffer-insert-decoded-header): New function.
3457
3458         * mime.el (mime-insert-decoded-header): Use implementation of
3459         mm-backend; abolish optional argument `code-conversion'.
3460
3461 1998-06-30  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3462
3463         * eword-decode.el (eword-decode-encoded-text): Use
3464         `decode-mime-charset-string'.
3465
3466 1998-06-30  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3467
3468         * mmcooked.el (mmcooked-write-entity-body): New function.
3469
3470         * mmbuffer.el (mmbuffer-write-entity-body): New function.
3471
3472         * mime.el (mime-write-entity-body): Use implementation of
3473         mm-backend.
3474
3475 1998-06-30  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3476
3477         * mmcooked.el (mmcooked-write-entity): New function.
3478
3479         * mmbuffer.el (mmbuffer-write-entity): New function.
3480
3481         * mime.el (mime-write-entity): Use implementation of mm-backend.
3482
3483 1998-06-30  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3484
3485         * mmcooked.el (mmcooked-entity-content): New alias for
3486         `mmbuffer-entity-content'.
3487         (mmcooked-write-entity-content): New function.
3488
3489         * mmbuffer.el (mmbuffer-entity-content): New function.
3490         (mmbuffer-write-entity-content): New function.
3491
3492         * mime.el (mime-entity-send): New function.
3493         (mime-entity-buffer): Use `mime-entity-send'.
3494         (mime-entity-point-min): Likewise.
3495         (mime-entity-point-max): Likewise.
3496         (mime-entity-header-start): Likewise.
3497         (mime-entity-header-end): Likewise.
3498         (mime-entity-body-start): Likewise.
3499         (mime-entity-body-end): Likewise.
3500         (mime-fetch-field): Likewise.
3501         (mime-entity-content): Use implementation of mm-backend.
3502         (mime-write-entity-content): Likewise.
3503
3504 \f
3505 1998-06-30  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3506
3507         * FLIM: Version 1.7.0 (Iseda) was released.
3508
3509         * mime-ja.sgml (Entity creation): Add description of
3510         `mime-open-entity'.
3511         (Entity Attributes): Add description of `mime-entity-cooked-p'.
3512         (Entity-content): Add description of `mime-write-entity-content',
3513         `mime-write-entity' and `mime-write-entity-body'.
3514
3515 1998-06-29  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3516
3517         * mime.el (mime-write-entity-content): New function.
3518
3519 1998-06-28  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3520
3521         * mime.el (mime-write-entity-body): New function.
3522
3523         * mime.el (mime-write-entity): New function.
3524
3525 1998-06-28  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3526
3527         * mime-parse.el (mime-parse-multipart): Change media-type of
3528         entity to application/octet-stream if the first delimiter is not
3529         found.
3530
3531 1998-06-28  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3532
3533         * FLIM-ELS (flim-modules): Add `mmbuffer' and `mmcooked'.
3534
3535         * mmcooked.el: New file.
3536
3537         * mmbuffer.el: New file.
3538
3539         * mime.el (mime-entity-implementation-alist): New variable.
3540         (mime-find-function): New function.
3541         (mime-open-entity): New function.
3542         (mime-entity-function): New function.
3543         (mime-entity-cooked-p): New function.
3544         (mime-entity-buffer): Use backend-module.
3545         (mime-entity-point-min): Likewise.
3546         (mime-entity-point-max): Likewise.
3547         (mime-entity-header-start): Likewise.
3548         (mime-entity-header-end): Likewise.
3549         (mime-entity-body-start): Likewise.
3550         (mime-entity-body-end): Likewise.
3551         (mime-fetch-field): Likewise.
3552
3553         * mime-parse.el (mime-parse-message): New optional argument
3554         `representation-type'.
3555         (mime-parse-buffer): Likewise.
3556
3557         * mime-def.el: Change format of mime-entity-internal to add
3558         `representation-type' and `location'.
3559
3560 \f
3561 1998-06-28  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3562
3563         * FLIM-Chao: Version 1.7.0 (Goj\e-Dò)\e-A was released.
3564
3565 1998-06-26  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3566
3567         * mime-ja.sgml: Modify for FLIM 1.7.
3568
3569         * mime.el (mime-entity-number): Add DOC.
3570
3571 1998-06-26  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3572
3573         * mime.el (mime-entity-encoding): New implementation.
3574
3575         * mime-parse.el (mime-parse-message): Abolish argument `encoding'.
3576
3577         * mime-def.el (make-mime-entity-internal): Abolish argument
3578         `encoding'.
3579         (mime-entity-set-encoding-internal): New function.
3580
3581 1998-06-26  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3582
3583         * mime.el (mime-entity-content-disposition): New implementation.
3584
3585         * mime-parse.el (mime-parse-message): Don't parse
3586         Content-Disposition.
3587
3588         * mime-def.el (make-mime-entity-internal): Delete argument
3589         `content-disposition'.
3590         (mime-entity-set-content-disposition-internal): New function.
3591
3592 1998-06-25  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3593
3594         * eword-decode.el: Move function `eword-visible-field-p' and
3595         `mime-insert-decoded-header' to mime.el.
3596
3597         * mime-parse.el: Use internal functions of mime-entity.
3598
3599         * mime.el (mime-entity-children): Moved from mime-def.el; use
3600         `mime-entity-children-internal'.
3601         (mime-entity-node-id): Moved from mime-def.el; use
3602         `mime-entity-node-id-internal'.
3603         (mime-entity-number): Moved from mime-def.el; use
3604         `mime-entity-node-id-internal'.
3605         (mime-entity-buffer): Moved from mime-def.el; use
3606         `mime-entity-buffer-internal'.
3607         (mime-entity-point-min): Moved from mime-def.el; use
3608         `mime-entity-header-start-internal'.
3609         (mime-entity-point-max): Moved from mime-def.el; use
3610         `mime-entity-body-end-internal'.
3611         (mime-entity-header-start): Moved from mime-def.el; use
3612         `mime-entity-header-start-internal'.
3613         (mime-entity-header-end): Moved from mime-def.el; use
3614         `mime-entity-header-end-internal'.
3615         (mime-entity-content-type): Moved from mime-def.el; use
3616         `mime-entity-content-type-internal'.
3617         (mime-entity-content-disposition): Moved from mime-def.el; use
3618         `mime-entity-content-disposition-internal'.
3619         (mime-entity-encoding): Moved from mime-def.el; use
3620         `mime-entity-encoding-internal'.
3621         (mime-fetch-field): Use `mime-entity-original-header-internal' and
3622         `mime-entity-set-original-header-internal'.
3623         (mime-read-field): Use `mime-entity-parsed-header-internal' and
3624         `mime-entity-set-parsed-header-internal'.
3625         (eword-visible-field-p): Moved from eword-decode.el.
3626         (mime-insert-decoded-header): Moved from eword-decode.el.
3627         (mime-entity-body-start): Moved from mime-def.el; use
3628         `mime-entity-body-start-internal'.
3629         (mime-entity-body-end): Moved from mime-def.el; use
3630         `mime-entity-body-end-internal'.
3631         (mime-entity-media-type): Moved from mime-def.el.
3632         (mime-entity-media-subtype): Moved from mime-def.el.
3633         (mime-entity-parameters): Moved from mime-def.el.
3634         (mime-entity-type/subtype): Moved from mime-def.el.
3635
3636         * mime-def.el (make-mime-entity-internal): Renamed from
3637         `make-mime-entity'.
3638         (mime-entity-buffer-internal): New function.
3639         (mime-entity-header-start-internal): New function.
3640         (mime-entity-header-end-internal): New function.
3641         (mime-entity-body-start-internal): New function.
3642         (mime-entity-body-end-internal): New function.
3643         (mime-entity-node-id-internal): New function.
3644         (mime-entity-content-type-internal): New function.
3645         (mime-entity-content-disposition-internal): New function.
3646         (mime-entity-encoding-internal): New function.
3647         (mime-entity-original-header-internal): New function.
3648         (mime-entity-children-internal): New function.
3649         (mime-entity-parsed-header-internal): New function.
3650         (mime-entity-set-original-header-internal): Renamed from
3651         `mime-entity-set-original-header'.
3652         (mime-entity-set-children-internal): Renamed from
3653         `mime-entity-set-children'.
3654         (mime-entity-set-parsed-header-internal): Renamed from
3655         `mime-entity-set-parsed-header'.  Move `mime-entity-SLOT'
3656         functions to mime.el.
3657
3658 1998-06-25  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3659
3660         * mime-ja.sgml (CVS): Fix typo.
3661
3662 1998-06-24  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3663
3664         * mime-parse.el (mime-parse-encapsulated): New function.
3665         (mime-parse-message): Use `mime-parse-encapsulated'.
3666
3667 1998-06-24  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3668
3669         * mime-def.el (mime-entity-set-children): New function.
3670
3671         * mime-parse.el (mime-parse-multipart): Change interface.
3672         (mime-parse-message): Use `mime-entity-set-children'.
3673
3674 1998-06-24  Shuhei KOBAYASHI  <shuhei-k@jaist.ac.jp>
3675
3676         * mime.el (mime-read-field): Fix typo.
3677
3678 \f
3679 1998-06-24  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3680
3681         * FLIM: Version 1.6.0 (Ogura) was released.
3682
3683         * mime-ja.sgml (Entity Attributes): New section.
3684
3685         * mime-ja.sgml (Entity as node in message): Add description of
3686         `mime-find-entity-from-number' and
3687         `mime-find-entity-from-node-id'.
3688
3689         * mime.el (mime-find-entity-from-number): New function.
3690         (mime-find-entity-from-node-id): New function.
3691         (mime-entity-parent): New function (moved from SEMI MIME-View).
3692         (mime-entity-uu-filename): New function (moved from SEMI
3693         MIME-View).
3694         (mime-entity-filename): New function (moved from SEMI MIME-View).
3695
3696         * mime-def.el (mime-uuencode-encoding-name-list): New variable.
3697
3698 1998-06-24  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3699
3700         * mime-ja.sgml: Modify for FLIM 1.6.
3701
3702         * mime.el (mime-fetch-field): New function; abolish
3703         `mime-entity-fetch-field'.
3704         (mime-read-field): New function; abolish `mime-entity-read-field'.
3705
3706 1998-06-23  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3707
3708         * mime-ja.sgml, mime-ja.texi: New files.
3709
3710 1998-06-22  Shuhei KOBAYASHI  <shuhei-k@jaist.ac.jp>
3711
3712         * mime-parse.el (mime-parse-message): Would error if empty body.
3713
3714 \f
3715 1998-06-22  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3716
3717         * FLIM: Version 1.5.0 (Mukaijima) was released.
3718
3719 1998-06-21  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3720
3721         * README.en (What's FLIM): Modify for mime.el.
3722
3723         * FLIM-ELS (flim-modules): Add `mime'.
3724
3725         * mime-lib.el: Move every definitions to mime.el.
3726
3727         * mime.el: New module (renamed from mime-lib.el).
3728
3729 1998-06-21  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3730
3731         * mime-lib.el: Add autoload setting for eword-encode.el.
3732
3733         * mime-lib.el (mime-entity-content): New function.
3734
3735 1998-06-20  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3736
3737         * mel.el: Abolish constant `mel-version'.
3738
3739         * mel.el (mime-string-decoding-method-alist): New variable.
3740         (mime-decode-string): New function.
3741
3742 1998-06-20  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3743
3744         * mel-b.el (base64-external-decode-string): New function.
3745         (base64-decode-string): New function.
3746
3747 1998-06-20  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3748
3749         * mel-q.el (quoted-printable-decode-string): New implementation.
3750
3751 1998-06-20  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3752
3753         * mel-q.el (quoted-printable-internal-decode-region): New
3754         implementation.
3755
3756 1998-06-20  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3757
3758         * mel-q.el (q-encoding-decode-string): Use
3759         `quoted-printable-hex-char-to-num'.
3760
3761         * mel-q.el (quoted-printable-hex-char-to-num): New function.
3762         (quoted-printable-decode-string): Use
3763         `quoted-printable-hex-char-to-num'.
3764
3765 1998-06-19  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3766
3767         * mime-def.el, mime-parse.el: Move `mime-message-structure' from
3768         mime-parse.el to mime-def.el.
3769
3770 1998-06-19  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3771
3772         * mime-lib.el, mime-parse.el: Move `mime-root-entity-p' from
3773         mime-parse.el to mime-lib.el.
3774
3775         * mime-lib.el: Add autoload setting for mime-parse.el.
3776
3777 1998-06-19  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3778
3779         * mime-parse.el, mime-def.el: Move `mime-entity-point-min',
3780         `mime-entity-point-max', `mime-entity-media-type',
3781         `mime-entity-media-subtype', `mime-entity-parameters' and
3782         `mime-entity-type/subtype' from mime-parse.el to mime-def.el.
3783
3784         * mime-parse.el, mime-def.el: Move `mime-content-disposition'
3785         reference functions from mime-parse.el to mime-def.el.
3786
3787         * mime-parse.el, mime-def.el: Move structure `mime-content-type'
3788         from mime-parse.el to mime-def.el.
3789
3790 1998-06-19  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3791
3792         * mel-b.el (base64-internal-decode-string): Renamed from
3793         `base64-decode-string'.
3794         (base64-decode-string): New alias for
3795         `base64-internal-decode-string'.
3796
3797 1998-06-19  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3798
3799         * mel-b.el (base64-decode-unit): New function; abolish
3800         `base64-decode-1'.
3801         (base64-decode-string): New implementation.
3802         (base64-internal-decode-region): New implementation.
3803
3804 1998-06-19  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3805
3806         * mime-parse.el (mime-message-structure): New variable.
3807         (mime-parse-buffer): New function.
3808
3809 1998-06-19  Shuhei KOBAYASHI  <shuhei-k@jaist.ac.jp>
3810
3811         * mime-def.el: Require 'cl when it is compiled.
3812
3813         * mime-lib.el (mime-entity-read-field): Fix typo.
3814         Use `eword-decode-ignored-field-list'.
3815
3816         * mime-parse.el (mime-parse-multipart): Fix typo.
3817         (mime-parse-message): Parse message/external-body.
3818
3819 \f
3820 1998-06-19  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3821
3822         * FLIM: Version 1.4.1 (Momoyama-Gory\e-Dòmae)\e-A was released.
3823
3824 1998-06-18  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3825
3826         * eword-decode.el (mime-insert-decoded-header): Fix typo.
3827
3828 \f
3829 1998-06-18  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3830
3831         * FLIM: Version 1.4.0 (Kintetsu-Tanbabashi) was released.
3832
3833 1998-06-18  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3834
3835         * README.en (What's FLIM): Add description about mime-lib.el and
3836         mime-parse.el.
3837
3838 1998-06-17  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3839
3840         * mime-parse.el: Require 'cl when it is compiled.
3841
3842         * eword-decode.el (eword-visible-field-p): New function.
3843         (mime-insert-decoded-header): Use `eword-visible-field-p'.
3844
3845 1998-06-17  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3846
3847         * mime-def.el (mime-library-version-string): Renamed from
3848         `mime-spadework-module-version-string'.
3849
3850         * mime-parse.el: New file; moved from SEMI layer.
3851
3852         * FLIM-ELS (flim-modules): Add `mime-parse'.
3853
3854 1998-06-17  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3855
3856         * FLIM-ELS (flim-modules): Add `mime-lib'.
3857
3858         * mime-lib.el: New module.
3859
3860         * mime-def.el (mime-entity): Add new slots for original-header and
3861         parsed-header.
3862         (mime-entity-set-original-header): New function.
3863         (mime-entity-set-parsed-header): New function.
3864
3865 1998-06-16  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3866
3867         * mime-def.el (mime-entity-number): New function (moved from SEMI
3868         layer).
3869
3870 1998-06-16  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3871
3872         * mime-def.el: Move definition of structure `mime-entity' from
3873         SEMI layer.
3874
3875 1998-06-16  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3876
3877         * eword-decode.el (eword-decode-ignored-field-list): Capitalize
3878         default value.
3879         (eword-decode-structured-field-list): Capitalize default value.
3880         (eword-decode-header): Regularize field name by `capitalize'.
3881         (mime-insert-decoded-header): New function.
3882
3883 1998-06-15  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3884
3885         * mailcap.el (mailcap-file): Use `defcustom'.
3886
3887 \f
3888 1998-06-01  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3889
3890         * FLIM: Version 1.3.0 (Fushimi) was released.
3891
3892 1998-05-28  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3893
3894         * std11.el (std11-fetch-field): New function.
3895         (std11-field-body): Use 'std11-fetch-field.
3896
3897 1998-05-28  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3898
3899         * mime-def.el (regexp-*): New function (moved from mime-parse.el
3900         of SEMI (REMI)).
3901         (regexp-or): New function (moved from mime-parse.el of
3902         SEMI (REMI)).
3903
3904         (std11-quoted-pair-regexp): New constant (moved from mime-parse.el
3905         of SEMI (REMI)).
3906         (std11-non-qtext-char-list): New constant (copied from std11.el).
3907         (std11-qtext-regexp): New constant (moved from mime-parse.el of
3908         SEMI (REMI)).
3909         (std11-quoted-string-regexp): New constant (moved from
3910         mime-parse.el of SEMI (REMI)).
3911
3912 \f
3913 1998-05-17  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3914
3915         * FLIM: Version 1.2.2 (Takeda) was released.
3916
3917         * FLIM-VERSION: New file.
3918
3919 1998-05-15  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3920
3921         * mel-q.el (quoted-printable-internal-encode-region): Use
3922         'looking-at-as-unibyte instead of local binding for
3923         enable-multibyte-characters.
3924
3925 \f
3926 1998-05-09  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3927
3928         * FLIM: Version 1.2.1 (Kamitobaguchi) was released.
3929
3930 1998-05-09  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3931
3932         * mel-q.el (quoted-printable-internal-decode-region): Use
3933         'string-as-multibyte to avoid problem in Emacs 20.3.
3934
3935 1998-05-08  Katsumi Yamaoka   <yamaoka@jpl.org>
3936
3937         * mel-u.el: Use mime-temp-directory instead of TMP.
3938
3939 \f
3940 1998-05-06  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3941
3942         * FLIM: Version 1.2.0 (J\e-Dþjò)\e-A was released.
3943
3944         * README.en (What's FLIM): Delete description about
3945         std11-parse.el; add description about mailcap.el.
3946
3947 1998-05-06  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3948
3949         * eword-decode.el (eword-decode-encoded-word-error-handler): New
3950         variable.
3951         (eword-decode-encoded-word-default-error-handler): New function.
3952         (eword-decode-encoded-word): Use
3953         'eword-decode-encoded-word-error-handler.
3954
3955 1998-05-06  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3956
3957         * mailcap.el: Require 'mime-def.
3958
3959         * mime-def.el (mime-type/subtype-string): New function (moved from
3960         semi/mime-parse.el).
3961
3962 1998-05-06  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3963
3964         * std11-parse.el: Abolish std11-parse.el.
3965
3966         * FLIM-ELS (flim-modules): Abolish 'std11-parse.
3967
3968         * eword-decode.el: Require 'std11 instead of 'std11-parse.
3969
3970         * std11.el: Merge std11-parse.el.
3971
3972 1998-05-06  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3973
3974         * mime-def.el (mime-temp-directory): Use 'defcustom.
3975
3976         * mel-u.el: Require 'mime-def instead of 'mel.
3977
3978         * mime-def.el (mime-temp-directory): New variable (moved from
3979         mel.el).
3980
3981         * mel.el: Move definition of 'mime-temp-directory to mime-def.el.
3982
3983 1998-05-06  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3984
3985         * mailcap.el (mailcap-format-command): New function.
3986
3987         * mailcap.el (mailcap-look-at-mtext): Don't strip quoted character
3988         again.
3989
3990 \f
3991 1998-05-05  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3992
3993         * FLIM: Version 1.1.0 (T\e-Dòji)\e-A was released.
3994
3995 1998-05-04  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3996
3997         * mime-def.el (quoted-printable-hex-chars): New constant.
3998         (quoted-printable-octet-regexp): New constant.
3999
4000         * mel-q.el, eword-decode.el: Move definition of constant
4001         'quoted-printable-hex-chars and 'quoted-printable-octet-regexp to
4002         mime-def.el.
4003
4004 1998-05-03  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
4005
4006         * mailcap.el (mailcap-look-at-mtext): Strip quoted character.
4007
4008 1998-05-03  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
4009
4010         * mailcap.el (mailcap-look-at-mtext): Fix typo.
4011
4012 1998-05-03  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
4013
4014         * FLIM-ELS (flim-modules): Add mailcap.
4015
4016         * mailcap.el: New file (copied from SEMI).
4017
4018 1998-04-23  Shuhei KOBAYASHI  <shuhei-k@jaist.ac.jp>
4019
4020         * eword-decode.el (eword-decode-ignored-field-list): Add
4021         `received'.
4022
4023         * mel.el (mime-temp-directory): Use TMPDIR, TMP, or TEMP
4024         environment variables.
4025
4026 \f
4027 1998-04-17  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
4028
4029         * FLIM: Version 1.0.1 (Ky\e-Dòto)\e-A was released.
4030
4031         * mime-def.el (mime-spadework-module-version-string): New
4032         constant.
4033
4034         * eword-encode.el: Abolish constant 'eword-encode-version.
4035
4036         * eword-decode.el: Abolish constant 'eword-decode-version.
4037
4038 1998-04-17  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
4039
4040         * eword-encode.el (eword-encode-divide-into-charset-words): Use
4041         'char-length or 'char-next-index instead of 'char-bytes.
4042         (tm-eword::encode-string-1): Use 'char-next-index instead of
4043         'char-bytes.
4044
4045 1998-04-17  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
4046
4047         * mel.el (base64-dl-module): Must check base64.so actually exists.
4048
4049 \f
4050 1998-04-13  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
4051
4052         * FLIM: Version 1.0.0 was released.
4053
4054         * README.en: Modify for FLIM.
4055
4056         * ChangeLog: New file.
4057
4058 1998-04-13  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
4059
4060         * FLIM-CFG, FLIM-ELS, FLIM-MK: New files.
4061
4062         * Makefile: Modify for FLIM.
4063
4064 1998-04-10  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
4065
4066         * Makefile: New file.
4067
4068         * mime-def.el, std11-parse.el, std11.el, eword-decode.el,
4069         eword-encode.el: Copied from MEL, SEMI (mime-def.el
4070         eword-decode.el eword-encode.el) and APEL (std11-parse.el
4071         std11.el).