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