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