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