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