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