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