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