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