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