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