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