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