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