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