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