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