1 2000-12-27 MORIOKA Tomohiko <tomo@kanji.zinbun.kyoto-u.ac.jp>
3 * mime-conf.el (mime-mailcap-file): Turn to non user option.
6 2000-12-25 MORIOKA Tomohiko <tomo@kanji.zinbun.kyoto-u.ac.jp>
8 * FLIM: Version 1.14.2 (Yagi-Nishiguchi) released.
10 2000-12-23 MORIOKA Tomohiko <tomo@kanji.zinbun.kyoto-u.ac.jp>
12 * smtpmail.el (smtpmail-send-it): Use
13 `binary-write-decoded-region' instead of `binary-write-region'.
15 * mmexternal.el (mmexternal-require-buffer): Use
16 `binary-insert-encoded-file' instead of
17 `binary-insert-file-contents'.
18 (mime-write-entity-body): Use `binary-write-decoded-region'
19 instead of `binary-write-region'.
21 * mmbuffer.el (mime-write-entity-body): Use
22 `binary-write-decoded-region' instead of `binary-write-region'.
24 * mel.el: - Don't require `raw-io'.
25 (8bit-insert-encoded-file): New function.
26 (8bit-write-decoded-region): New function.
27 (7bit-insert-encoded-file): New alias.
28 (7bit-write-decoded-region): New alias.
29 (binary-insert-encoded-file): New alias.
30 (binary-find-file-noselect): New function.
31 (binary-funcall): New function.
32 (binary-to-text-funcall): New function.
33 (mime-insert-encoded-file of "base64"): Use
34 `binary-insert-encoded-file' instead of
35 `binary-insert-file-contents'.
37 * FLIM-API.en (base64-decode-string): New function.
38 (base64-encode-string): New function.
39 (ENCODING-write-decoded-region): New function.
40 (ENCODING-insert-encoded-file): New function.
44 * FLIM-ELS (flim-modules): Delete `raw-io'.
46 2000-12-22 MORIOKA Tomohiko <tomo@kanji.zinbun.kyoto-u.ac.jp>
48 * smtp.el (smtp-open-connection-function): Revert initial value to
49 `open-network-stream'.
50 (qmtp-open-connection): Use `binary-funcall'.
52 * qmtp.el (qmtp-open-connection-function): Revert initial value to
53 `open-network-stream'.
54 (qmtp-send-buffer): Use `binary-funcall'.
56 2000-12-23 OKAZAKI Tetsurou <okazaki@be.to>
58 * FLIM-ELS (flim-modules): Delete `mmdbuffer'.
61 2000-12-22 MORIOKA Tomohiko <tomo@kanji.zinbun.kyoto-u.ac.jp>
63 * FLIM: Version 1.14.1 (Yagi) released.
65 2000-12-22 Keiichi Suzuki <keiichi@mdcnet.co.jp>
67 * mel-q.el: Require `poem' for `string-to-char-list' when
70 2000-12-22 MORIOKA Tomohiko <tomo@kanji.zinbun.kyoto-u.ac.jp>
72 * eword-decode.el (eword-decode-header): Revert to obsolete alias.
74 2000-12-22 MORIOKA Tomohiko <tomo@kanji.zinbun.kyoto-u.ac.jp>
76 * mmgeneric.el: Add comment for eword-decode.
78 2000-12-21 MORIOKA Tomohiko <tomo@kanji.zinbun.kyoto-u.ac.jp>
80 * mailcap.el: Require `poe' for `define-obsolete-function-alias'.
82 2000-12-21 Daiki Ueno <ueno@unixuser.org>
84 * smtp.el (smtp-send-buffer): Add DOC.
85 (smtp-via-smtp): Add DOC.
87 * FLIM-API.en (QMTP): Remove section.
88 (smtp-send-buffer): Add description.
89 (smtp-via-smtp): Likewise.
92 2000-12-20 MORIOKA Tomohiko <tomo@kanji.zinbun.kyoto-u.ac.jp>
94 * FLIM: Version 1.14.0 (Ninokuchi) released.
96 * mime.el (mime-entity-media-type): Add DOC.
97 (mime-entity-media-subtype): Add DOC.
98 (mime-entity-parameters): Add DOC.
99 (mime-entity-type/subtype): Add DOC.
101 * FLIM-API.en: Add some usages.
102 (mime-entity-media-type): New description.
103 (mime-entity-media-subtype): Likewise.
104 (mime-entity-type/subtype): Likewise.
105 (mime-entity-parameters): Likewise.
107 2000-12-20 MORIOKA Tomohiko <tomo@kanji.zinbun.kyoto-u.ac.jp>
109 * eword-encode.el (eword-encode-text): Specify `mode' of
110 `encoded-text-encode-string'.
112 * mel.el (encoded-text-encode-string): Add optional argument
113 `mode'; use `base64-encode-string' directly for "B"-encoding.
115 2000-12-20 MORIOKA Tomohiko <tomo@kanji.zinbun.kyoto-u.ac.jp>
117 * FLIM-API.en: Renamed from FLIM-1.14-API.en; reordered and add
120 * mime.el (mime-entity-set-content-type): Add DOC.
121 (mime-entity-set-encoding): Add DOC.
123 * mime-def.el (mime-content-type-subtype): Fix DOC.
124 (mime-content-type-parameters): Fix DOC.
126 2000-12-19 MORIOKA Tomohiko <tomo@kanji.zinbun.kyoto-u.ac.jp>
128 * FLIM-1.14-API.en: New file.
130 * smtp.el (smtp-open-connection-function): Add autoload cookie.
132 * qmtp.el (qmtp-open-connection-function): Add autoload cookie.
134 * mime.el (mime-entity-children): Add DOC.
135 (mime-entity-node-id): Add DOC.
136 (mime-entity-content-type): Add DOC.
137 (mime-entity-content-disposition): Add DOC.
138 (mime-entity-encoding): Add DOC.
140 2000-12-19 MORIOKA Tomohiko <tomo@kanji.zinbun.kyoto-u.ac.jp>
142 * mime.el (mime-encode-field-body): Add autoload setting.
144 * eword-encode.el (mime-encode-field-body): Renamed from
145 `eword-encode-field-body'; declare `eword-encode-field-body' as
147 (mime-encode-header-in-buffer): Use `mime-encode-field-body'
148 instead of `eword-encode-field-body'.
150 2000-12-19 MORIOKA Tomohiko <tomo@kanji.zinbun.kyoto-u.ac.jp>
152 * mime.el (mime-encode-header-in-buffer): Renamed from
153 `eword-encode-header'.
155 * mmdbuffer.el: Deleted.
157 * mime-def.el (mime-header): New group.
158 (mime-field-decoding-max-size): New user option [moved from
160 (mime-field-encoding-method-alist): New user option [moved from
163 * eword-encode.el (eword-field-encoding-method-alist): Moved to
164 mime-def.el and renamed to `mime-field-encoding-method-alist'.
165 (mime-header-charset-encoding-alist): Renamed from
166 `eword-charset-encoding-alist'.
167 (mime-header-default-charset-encoding): New variable.
168 (ew-find-charset-rule): Use
169 `mime-header-default-charset-encoding'.
170 (eword-in-subject-p): Declare as obsolete function.
171 (mime-encode-header-in-buffer): Renamed from
172 `eword-encode-header'; declare `eword-encode-header' as obsolete
175 * eword-decode.el (eword-max-size-to-decode): Moved to mime-def.el
176 and renamed to `mime-field-decoding-max-size'.
177 (mime-header-lexical-analyzer): Renamed from
178 `eword-lexical-analyzer'; switch to variable.
180 * FLIM-ELS (flim-modules): Add `raw-io'.
182 2000-12-19 MORIOKA Tomohiko <tomo@kanji.zinbun.kyoto-u.ac.jp>
184 * eword-encode.el (eword-encode-default-start-column): Switch to
187 2000-12-19 MORIOKA Tomohiko <tomo@kanji.zinbun.kyoto-u.ac.jp>
189 * raw-io.el (start-process): New function.
190 (binary-start-process-shell-command): New function.
192 2000-12-17 MORIOKA Tomohiko <tomo@kanji.zinbun.kyoto-u.ac.jp>
194 * mel-g.el (gzip64-external-encode-region): Don't use
195 `as-binary-process'; comment out code to regularize line break
196 code for OS/2 [if it is needed, it is better to implement by
198 (gzip64-external-decode-region): Don't use `as-binary-process'.
199 (mime-write-decoded-region): Likewise.
201 * mime-parse.el: Require `luna'.
203 2000-12-16 MORIOKA Tomohiko <tomo@kanji.zinbun.kyoto-u.ac.jp>
205 * eword-encode.el (eword-encode-divide-into-charset-words): Use
206 `aref' instead of `sref'.
207 (ew-encode-rword-1): Use `1+' instead of `char-next-index'.
208 (eword-encode-phrase-to-rword-list): Use `find-charset-string'
209 instead of `find-non-ascii-charset-string'.
210 (eword-encode-addr-seq-to-rword-list): Don't use `butlast'.
211 (eword-encode-header): Use `find-charset-region' instead of
212 `find-non-ascii-charset-string'.
214 * mel.el: Require `raw-io'.
216 * mime-def.el (binary-insert-file-contents): Moved to raw-io.el.
217 (binary-write-region): Likewise.
219 * mmbabyl.el (mime-write-entity): Use `raw-message-write-region'
220 instead of `write-region-as-raw-text-CRLF'.
222 * raw-io.el: New file.
224 * smtpmail.el: - Require `raw-io'.
225 - Delete definition of obsolete variable aliases for XEmacs.
226 (smtpmail-send-queued-mail): Use `binary-find-file-noselect'
227 instead of `find-file-noselect-as-binary'.
229 * smtp.el (smtp-open-connection-function): Use
230 `binary-open-network-stream' instead of `open-network-stream' as
232 (smtp-open-connection): Don't guard as `binary'.
234 * qmtp.el (qmtp-open-connection-function): Use
235 `binary-open-network-stream' instead of `open-network-stream' as
237 (qmtp-send-buffer): Don't guard as `binary'.
239 2000-12-15 MORIOKA Tomohiko <tomo@kanji.zinbun.kyoto-u.ac.jp>
241 * mime/eword-decode.el: Don't use
242 `define-obsolete-function-alias'; so `eword-decode-header' is
245 * mime/mmexternal.el: Don't require `pces'.
247 2000-12-15 TAKAHASHI Kaoru <kaoru@kaisei.org>
249 * Makefile (tar): Use `cvs tag -R' instead of `cvs tag -RF'.
251 2000-12-15 MORIOKA Tomohiko <tomo@kanji.zinbun.kyoto-u.ac.jp>
253 * mime-def.el (char-int): New alias.
255 * eword-encode.el (eword-encode-divide-into-charset-words): Don't
256 use `char-length' and `char-next-index'.
258 2000-12-15 Katsumi Yamaoka <yamaoka@jpl.org>
260 * eword-decode.el: Fix typo in doc-string of
261 `mime-set-field-decoder'.
263 2000-12-15 MORIOKA Tomohiko <tomo@kanji.zinbun.kyoto-u.ac.jp>
265 * mel.el: Don't require `path-util'.
267 2000-12-15 MORIOKA Tomohiko <tomo@kanji.zinbun.kyoto-u.ac.jp>
269 * std11.el, smtpmail.el, mime-def.el: Don't require `poe'.
271 * mel.el: Don't require `poem'.
273 2000-12-14 MORIOKA Tomohiko <tomo@kanji.zinbun.kyoto-u.ac.jp>
275 * mmexternal.el (mime-write-entity): Don't use
276 `write-region-as-raw-text-CRLF'.
277 (mmexternal-require-buffer): Use `binary-insert-file-contents'
278 instead of `insert-file-contents-as-binary'.
279 (mime-write-entity-body): Use `binary-write-region' instead of
280 `write-region-as-binary'.
282 * smtpmail.el (smtpmail-send-it): Use `binary-write-region'
283 instead of `write-region-as-binary'.
285 * smtp.el (smtp-open-connection): Don't use `as-binary-process'.
287 * mel.el (mime-insert-encoded-file of "base64"): Use
288 `binary-insert-file-contents' instead of
289 `insert-file-contents-as-binary'.
290 (mime-insert-encoded-file of "7bit"): Use
291 `binary-insert-file-contents' instead of
292 `insert-file-contents-as-binary'.
293 (mime-write-decoded-region of "7bit"): Use `binary-write-region'
294 instead of `write-region-as-binary'.
296 * mmbuffer.el (mime-write-entity-body): Use `binary-write-region'
297 instead of `write-region-as-binary'.
298 (mime-write-entity): Don't use `write-region-as-raw-text-CRLF'.
300 * mime-def.el: Don't require `poem'.
301 (binary-insert-file-contents): New function.
302 (binary-write-region): New function.
304 * mel-u.el (uuencode-external-encode-region): Don't use
306 (uuencode-external-decode-region): Don't use `as-binary-process'
307 and `as-binary-input-file'.
308 (mime-write-decoded-region): Don't use `as-binary-process'.
310 * mel-q-ccl.el (quoted-printable-ccl-insert-encoded-file): Don't
311 use `insert-file-contents-as-coding-system'.
312 (quoted-printable-ccl-write-decoded-region): Don't use
313 `write-region-as-coding-system'.
315 * mel-b-ccl.el (base64-ccl-insert-encoded-file): Don't use
316 `insert-file-contents-as-coding-system'.
317 (base64-ccl-write-decoded-region): Don't use
318 `write-region-as-coding-system'.
320 * std11.el: Don't require `poem'.
321 (std11-parse-ascii-token): Don't use
322 `find-non-ascii-charset-string'.
324 * qmtp.el: Don't require `poem'.
325 (qmtp-send-buffer): Don't use `as-binary-process'.
327 2000-12-14 MORIOKA Tomohiko <tomo@kanji.zinbun.kyoto-u.ac.jp>
329 * mime-def.el, qmtp.el, smtp.el, smtpmail.el, std11.el: Require
330 `custom' instead of `pcustom'.
332 2000-12-12 Daiki Ueno <ueno@unixuser.org>
334 * sasl.el: Rewrite with luna.
336 2000-12-06 Daiki Ueno <ueno@unixuser.org>
338 * FLIM-ELS: Don't install md5-dl.el, md5-el.el, sha1-dl.el and
339 sha1-el.el if the running emacs has builtin message digest
342 * md5-dl.el, sha1-dl.el: Don't bind `dynamic-link' and
345 * md5.el (md5-dl-module): Moved from md5-dl.el.
346 * sha1.el: Don't bind `sha1-string'.
348 2000-12-04 Daiki Ueno <ueno@unixuser.org>
350 * README.ja, README.en (load-path): Remove section.
351 (What's FLIM): Specify prerequisite version of Emacsen.
353 2000-11-21 Daiki Ueno <ueno@unixuser.org>
355 * sasl.el (sasl-client-set-encoder): New function.
356 (sasl-client-set-decoder): New function.
357 (sasl-client-encoder): New function.
358 (sasl-client-decoder): New function.
360 * sasl-digest.el: Require 'cl' when compiling.
361 (sasl-digest-md5-signing-encode-magic): New constant.
362 (sasl-digest-md5-signing-decode-magic): New constant.
363 (sasl-digest-md5-htonl-string): New function.
364 (sasl-digest-md5-make-integrity-encoder): New function.
365 (sasl-digest-md5-make-integrity-decoder): New function.
366 (sasl-digest-md5-ha1): New function.
367 (sasl-digest-md5-response-value): Accept the 1st argument `ha1'.
368 (sasl-digest-md5-response): Use `sasl-digest-md5-ha1'.
369 - Set integrity encoder and decoder of the client.
371 * smtp.el: Require `luna'.
372 (smtp-read-response): Accept `smtp-connection' object rather than
374 (smtp-send-command): Likewise.
375 (smtp-send-data): Likewise.
377 2000-11-10 Daiki Ueno <ueno@unixuser.org>
379 * tests/test-sasl.el (test-sasl-digest-md5-imap): New testcase.
380 (test-sasl-digest-md5-acap): New testcase.
382 2000-11-10 Daiki Ueno <ueno@unixuser.org>
384 * lunit.el (lunit-make-test-suite-from-class): New function.
385 (lunit-class): Abolish.
386 (lunit-test-results-buffer): Abolish.
388 * FLIM-ELS (check-flim): New function.
390 * Makefile (check): New target.
392 * tests: New directory.
394 2000-11-09 Daiki Ueno <ueno@unixuser.org>
396 * lunit.el (lunit-test-method-regexp): New variable.
397 (lunit-class): New function.
399 2000-11-09 Daiki Ueno <ueno@unixuser.org>
401 * lunit.el: New file.
403 2000-12-13 Kenichi Handa <handa@etl.go.jp>
405 * luna.el: Fix and add DOCs and comments; fix coding style.
407 2000-12-09 MORIOKA Tomohiko <tomo@m17n.org>
409 * mmbuffer.el (mmbuffer-parse-multipart): Add new optional
410 argument `representation-type'.
411 (mmbuffer-parse-encapsulated): Likewise.
413 2000-12-07 MORIOKA Tomohiko <tomo@kanji.zinbun.kyoto-u.ac.jp>
415 * mmexternal.el: Must require `mmgeneric'.
417 * sha1.el: Don't use `defun-maybe'.
419 2000-12-04 Daiki Ueno <ueno@unixuser.org>
421 * luna.el (luna-class-find-functions): Don't quote colon keywords.
423 (luna-call-next-method): Ditto.
425 2000-11-28 Daiki Ueno <ueno@unixuser.org>
427 * luna.el: Don't require `static'.
428 (luna-define-class-function): Don't bind colon keywords.
429 (luna-class-find-functions): Quote colon keywords.
430 (luna-send): Likewise.
431 (luna-call-next-method): Likewise.
433 2000-11-12 Daiki Ueno <ueno@unixuser.org>
435 * luna.el (luna-define-method): Clear method cache.
436 (luna-apply-generic): New function.
437 (luna-define-generic): Use `luna-apply-generic' instead of
440 2000-12-04 Daiki Ueno <ueno@unixuser.org>
442 * smtpmail.el (smtpmail-send-it): Use `smtp-send-buffer' instead of
444 (smtpmail-send-queued-mail): Ditto.
446 2000-11-24 MORIOKA Tomohiko <tomo@kanji.zinbun.kyoto-u.ac.jp>
448 * FLIM-MK (compile-flim): Compile `flim-version-specific-modules'.
449 (install-flim): Install `flim-version-specific-modules' to
450 `FLIM_VERSION_SPECIFIC_DIR'.
451 (compile-flim-package): Compile `flim-version-specific-modules'.
452 (install-flim-package): Install `flim-version-specific-modules'.
454 * FLIM-ELS (flim-modules): Add `mime-conf' instead of `mailcap'.
455 (flim-version-specific-modules): New variable; specify `mailcap'.
457 * FLIM-CFG (FLIM_VERSION_SPECIFIC_DIR): New variable.
459 * mailcap.el: Completely rewrote to use mime-conf.el.
461 * mime-conf.el: New file.
463 2000-11-16 Kenichi OKADA <okada@opaopa.org>
465 * sasl-digest.el (sasl-digest-md5-response): Fix typo.
467 2000-11-12 Daiki Ueno <ueno@unixuser.org>
469 * smtp.el (smtp-primitive-data): Use `beginning-of-line' instead of
471 (smtp-read-response): Don't bind `case-fold-search'.
472 (smtp-send-data): Don't save excursion.
474 2000-11-10 Daiki Ueno <ueno@unixuser.org>
476 * sasl-digest.el (sasl-digest-md5-challenge): Abolish.
477 (sasl-digest-md5-syntax-table): Rename from
478 `sasl-digest-md5-parse-digest-challenge-syntax-table'.
479 (sasl-digest-md5-parse-string): Rename from
480 `sasl-digest-md5-parse-digest-challenge'; only return a property
482 (sasl-digest-md5-challenge): Abolish.
483 (sasl-digest-md5-build-response-value-1): Abolish.
484 (sasl-digest-md5-response-value): Define as function.
485 (sasl-digest-md5-response): Rewrite.
487 2000-11-07 Kenichi OKADA <okada@opaopa.org>
489 * sasl.el (sasl-login-response-1): Fix.
490 (sasl-login-response-2): Fix.
492 2000-11-07 Daiki Ueno <ueno@unixuser.org>
494 * smtp.el (smtp-sasl-properties): New user option.
495 (smtp-sasl-user-realm): Abolish.
497 2000-11-05 Daiki Ueno <ueno@unixuser.org>
499 * qmtp.el (qmtp-send-package): Don't check "K" reply per recipient.
500 (qmtp-via-smtp): Mark as obsolete.
501 (qmtp-send-buffer): New function.
503 * sasl.texi: New file.
505 2000-11-05 Daiki Ueno <ueno@unixuser.org>
507 * sasl.el (sasl-step-data): New function.
508 (sasl-step-set-data): New function.
510 2000-11-04 Daiki Ueno <ueno@unixuser.org>
512 * sasl.el: Don't require 'poe'
513 - Rename `sasl-*instantiator*' to `sasl-*client*'.
514 - Rename `sasl-*authenticator*' to `sasl-*mechanism*'.
515 - Rename `sasl-*continuations*' to `sasl-*steps*'.
516 (sasl-make-client): Accept 1st argument `mechanism'.
517 (sasl-next-step): Rename from `sasl-evaluate-challenge'.
519 2000-11-04 Daiki Ueno <ueno@unixuser.org>
521 * sasl.el (sasl-make-instantiator): Define as function.
522 (sasl-instantiator-name): Ditto.
523 (sasl-instantiator-service): Ditto.
524 (sasl-instantiator-server): Ditto.
525 (sasl-instantiator-set-properties): Ditto.
526 (sasl-instantiator-set-property): Ditto.
527 (sasl-instantiator-property): Ditto.
528 (sasl-instantiator-properties): Ditto.
529 (sasl-authenticator-mechanism): Ditto.
530 (sasl-authenticator-continuations): Ditto.
532 2000-11-02 Daiki Ueno <ueno@unixuser.org>
534 * sasl.el: Rename `sasl-*principal*' to `sasl-*instantiator*'.
535 (sasl-make-instantiator): Abolish optional 4th argument.
536 (sasl-instantiator-set-properties): New function.
537 (sasl-instantiator-put-property): New function.
538 (sasl-instantiator-property): New function.
539 (sasl-instantiator-properties): New function.
541 * smtp.el (smtp-sasl-user-name): Rename from
542 `smtp-sasl-principal-user'.
543 (smtp-sasl-user-realm): Rename from `smtp-sasl-principal-realm'.
545 2000-11-02 Daiki Ueno <ueno@unixuser.org>
547 * sasl.el (sasl-mechanisms): Add `LOGIN' and `ANONYMOUS'.
548 (sasl-mechanism-alist): Likewise.
549 (sasl-error): Define.
550 (sasl-login-continuations): New variable.
551 (sasl-login-response-1): New function.
552 (sasl-login-response-2): New function.
553 (sasl-anonymous-continuations): New variable.
554 (sasl-anonymous-response): New function.
556 * smtp.el (smtp-error): Define.
557 (smtp-via-smtp): Use it.
559 2000-11-02 Daiki Ueno <ueno@unixuser.org>
561 * smtp.el (smtp-via-smtp): Mark as obsolete.
562 (smtp-send-buffer): Rename from `smtp-via-smtp'.
564 2000-11-02 Daiki Ueno <ueno@unixuser.org>
566 * sasl.el (sasl-make-authenticator): Allocate a freshly generated
567 symbol for each continuation.
569 2000-11-02 Daiki Ueno <ueno@unixuser.org>
571 * sasl-digest.el (sasl-digest-md5-response-1): Rename from
572 `sasl-digest-md5-digest-response'.
573 (sasl-digest-md5-response-2): New alias.
574 (sasl-digest-md5-parse-digest-challenge): Save excursion.
576 * sasl.el (sasl-mechanism-alist): Rename from `sasl-mechanisms'.
577 (sasl-mechanisms): New variable.
578 (sasl-find-authenticator): Check `sasl-mechanisms' rather than
579 `sasl-mechanism-alist'.
581 * smtp.el (smtp-submit-package): Use `smtp-primitive-ehlo'.
582 (smtp-primitive-auth): Check authenticator.
584 2000-11-02 Daiki Ueno <ueno@unixuser.org>
586 * FLIM-ELS (hmac-modules): New variable.
587 (flim-modules): Move HMAC modules to `hmac-modules'
590 * smtp.el (smtp-sasl-principal-realm): New user option.
592 * sasl.el (sasl-plain-response): New function.
593 (sasl-mechanisms): Add `DIGEST-MD5' and `PLAIN'.
594 (sasl-unique-id-function): New variable.
595 (sasl-plain-continuations): New variable.
596 (sasl-unique-id): New function.
597 (sasl-unique-id-char): New variable.
599 * sasl-digest.el: New file.
601 2000-11-01 Daiki Ueno <ueno@unixuser.org>
603 * smtp.el: Bind `sasl-mechanisms'; add autoload settings for
604 `sasl-make-principal', `sasl-find-authenticator',
605 `sasl-authenticator-mechanism-internal' and
606 `sasl-evaluate-challenge'.
607 (smtp-use-sasl): New user option.
608 (smtp-sasl-principal-name): New user option.
609 (smtp-sasl-mechanisms): New user option.
610 (smtp-submit-package): Call `smtp-primitive-starttls' and
611 `smtp-primitive-auth'.
612 (smtp-primitive-ehlo): Don't modify the rest of a extension line.
613 (smtp-primitive-auth): New function.
614 (smtp-primitive-starttls): Check the response code.
616 * sasl.el: New implementation.
618 * sasl-cram.el: New file.
620 * FLIM-ELS (flim-modules): Add `md5', `md5-el', `md5-dl',
621 `hex-util', `hmac-def', `hmac-md5', `sasl' and `sasl-cram'.
623 2000-11-01 Daiki Ueno <ueno@unixuser.org>
625 * smtp.el: Add autoload settings for `starttls-open-stream' and
626 `starttls-negotiate'.
627 (smtp-connection-set-extensions-internal): New macro.
628 (smtp-connection-extensions-internal): New macro.
629 (smtp-make-connection): Set the `extension' slot to nil.
630 (smtp-primitive-ehlo): New function.
631 (smtp-submit-package): Rename from `smtp-commit'.
632 (smtp-submit-package-function): Rename from `smtp-commit-function'.
633 (smtp-primitive-starttls): New function.
634 (smtp-extensions): New group.
635 (smtp-use-8bitmime): New variable.
636 (smtp-use-size): New variable.
637 (smtp-use-starttls): New variable.
638 (smtp-via-smtp): Bind `smtp-open-connection-function'.
640 2000-10-31 Daiki Ueno <ueno@unixuser.org>
642 * smtp.el: New implementation.
644 2000-08-16 Daiki Ueno <ueno@unixuser.org>
646 * FLIM-ELS (flim-modules): Add `qmtp'.
650 2000-08-28 Yuuichi Teranishi <teranisi@gohome.org>
652 * eword-encode.el (eword-encode-mailboxes-to-rword-list):
654 (eword-encode-address-to-rword-list): Ditto.
655 (eword-encode-addresses-to-rword-list):
656 Use `eword-encode-address-to-rword-list' instead of
657 `eword-encode-mailbox-to-rword-list'.
659 * std11.el (std11-address-string): Fix for group list.
661 2000-08-10 MORIOKA Tomohiko <tomo@m17n.org>
663 * mmgeneric.el: Enclose definition of class `mime-entity' and its
664 internal accessors by `eval-and-compile'.
666 * luna.el: Define `luna-class-name' before it is used in macros.
669 2000-07-12 MORIOKA Tomohiko <tomo@kanji.zinbun.kyoto-u.ac.jp>
671 * FLIM-Chao: Version 1.14.1 (Rokujiz
\e-Dò)
\e-A released.
673 2000-07-10 MORIOKA Tomohiko <tomo@kanji.zinbun.kyoto-u.ac.jp>
675 * mmexternal.el (initialize-instance): Deleted.
676 (mmexternal-require-file-name): New function.
677 (mmexternal-require-buffer): Use `mmexternal-require-file-name'.
679 2000-06-30 MORIOKA Tomohiko <tomo@kanji.zinbun.kyoto-u.ac.jp>
681 * mime.el (mime-entity-read-field): Fix a bug when FIELD-NAME is a
684 2000-06-23 MORIOKA Tomohiko <tomo@kanji.zinbun.kyoto-u.ac.jp>
686 * mmexternal.el (initialize-instance): New method.
687 (mime-entity-name): Fixed.
688 (mmexternal-require-buffer): New function.
689 (mime-insert-entity): New implementation.
690 (mime-write-entity): Likewise.
691 (mime-entity-body): New method.
692 (mime-insert-entity-body): New method.
693 (mime-write-entity-body): New implementation.
694 (mime-entity-content): Likewise.
695 (mime-insert-entity-content): Likewise.
696 (mime-write-entity-content): Likewise.
697 (mime-entity-fetch-field): Likewise.
698 (mime-insert-header): Likewise.
700 * mmbuffer.el (initialize-instance): Store buffer instead of name
701 of buffer to `buffer' slot.
703 2000-06-21 MORIOKA Tomohiko <tomo@kanji.zinbun.kyoto-u.ac.jp>
705 * mmgeneric.el (mime-entity-children): Deleted.
707 * mmbuffer.el (mime-insert-entity-body): New method.
708 (mmbuffer-parse-multipart): New function.
709 (mmbuffer-parse-encapsulated): New function.
710 (mime-entity-children): New function.
712 2000-06-21 MORIOKA Tomohiko <tomo@kanji.zinbun.kyoto-u.ac.jp>
714 * mime.el (mime-find-root-entity): New function.
715 (mime-entity-header-buffer): Comment out.
716 (mime-goto-header-start-point): Likewise.
717 (mime-entity-header-start-point): Likewise.
718 (mime-entity-header-end-point): Likewise.
719 (mime-entity-body-buffer): Likewise.
720 (mime-goto-body-start-point): Likewise.
721 (mime-goto-body-end-point): Likewise.
722 (mime-entity-body-start-point): Likewise.
723 (mime-entity-body-end-point): Likewise.
724 (mime-entity-body-start): Likewise.
725 (mime-entity-body-end): Likewise.
726 (mime-entity-buffer): Likewise.
727 (mime-entity-point-min): Likewise.
728 (mime-entity-point-max): Likewise.
729 (mime-insert-entity-body): New generic function.
730 (mime-entity-uu-filename): Use `mime-insert-entity-body'.
731 (mime-entity-set-content-type): New function.
732 (mime-entity-set-encoding): New function.
734 * mime-parse.el (mime-parse-multipart): Comment out.
735 (mime-parse-encapsulated): Likewise.
736 (mime-parse-external): Likewise.
738 * mmbuffer.el (mime-entity-header-buffer): Comment out.
739 (mime-goto-header-start-point): Likewise.
740 (mime-entity-header-start-point): Likewise.
741 (mime-entity-header-end-point): Likewise.
742 (mime-entity-body-buffer): Likewise.
743 (mime-goto-body-start-point): Likewise.
744 (mime-goto-body-end-point): Likewise.
745 (mime-entity-body-start-point): Likewise.
746 (mime-entity-body-end-point): Likewise.
747 (mime-entity-buffer): Likewise.
748 (mime-entity-point-min): Likewise.
749 (mime-entity-point-max): Likewise.
751 2000-05-30 MORIOKA Tomohiko <tomo@kanji.zinbun.kyoto-u.ac.jp>
753 * eword-encode.el (eword-charset-encoding-alist): Add
756 2000-05-25 Tanaka Akira <akr@m17n.org>
758 * mime-en.sgml, mime-ja.sgml: Update for CVS via SSH.
760 2000-05-09 Katsumi Yamaoka <yamaoka@jpl.org>
762 * smtp.el (smtp-deduce-address-list): Set `case-fold-search' to `t'
763 in the working buffer.
765 2000-04-26 Yoshiki Hayashi <yoshiki@xemacs.org>
767 * mime.el (mime-entity-body): New function.
768 * mmbuffer.el (mime-entity-body): Implement it.
770 2000-03-03 Keiichi Suzuki <keiichi@nanap.org>
772 * mime.el (mime-entity-node-id): Change to function.
774 2000-03-03 MORIOKA Tomohiko <tomo@m17n.org>
776 * mmdbuffer.el, mmbuffer.el (initialize-instance): Don't setup
777 `mime-message-structure'.
779 * mime-parse.el (mime-parse-buffer): Don't setup
780 `mime-message-structure'.
782 2000-03-02 MORIOKA Tomohiko <tomo@m17n.org>
784 * mmgeneric.el (mime-visible-field-p): Moved from mmbuffer.el.
785 (mime-insert-header-from-buffer): Moved from mmbuffer.el.
787 * mmexternal.el, mmdbuffer.el, mmbuffer.el (mime-visible-field-p):
788 Moved to mmgeneric.el.
789 (mime-insert-header-from-buffer): Moved to mmgeneric.el.
791 2000-03-02 MORIOKA Tomohiko <tomo@m17n.org>
793 * FLIM-ELS (flim-modules): Add `mmgeneric'.
795 * mmgeneric.el: New file.
797 * mmbuffer.el: Require `mmgeneric'.
799 * mime.el: Require `mmgeneric' when compiling.
801 * mime-def.el: Move mime-entity related definitions to
804 2000-03-01 MORIOKA Tomohiko <tomo@m17n.org>
806 * mime.el (mime-find-entity-from-number): Now second argument
807 `message' is not an optional argument.
808 (mime-find-entity-from-node-id): Likewise.
809 (mime-find-entity-from-content-id): Likewise.
810 (mime-fetch-field): Delete obsolete function.
811 (mime-read-field): Likewise.
813 2000-03-01 MORIOKA Tomohiko <tomo@m17n.org>
815 * mime.el (mime-entity-header-buffer): Mark it as obsolete.
816 (mime-goto-header-start-point): Likewise.
817 (mime-entity-header-start-point): Likewise.
818 (mime-entity-header-end-point): Likewise.
819 (mime-entity-body-start): Use `defalias'; don't recommend to use
820 `mime-entity-body-start-point' instead.
821 (mime-entity-body-end): Use `defalias'; don't recommend to use
822 `mime-entity-body-end-point' instead.
823 (mime-entity-body-buffer): Mark it as obsolete.
824 (mime-goto-body-start-point): Likewise.
825 (mime-goto-body-end-point): Likewise.
826 (mime-entity-body-start-point): Likewise.
827 (mime-entity-body-end-point): Likewise.
828 (mime-entity-buffer): Don't recommend to use
829 `mime-entity-header-buffer' or `mime-entity-body-buffer' instead.
830 (mime-entity-point-min): Don't recommend to use
831 `mime-entity-header-start-point' instead.
832 (mime-entity-point-max): Don't recommend to use
833 `mime-entity-body-end-point' instead.
835 * mime-def.el (mime-library-version): update to 1.14.1.
836 - Add autoload setting for `mime-parse-external'.
839 2000-03-01 MORIOKA Tomohiko <tomo@m17n.org>
841 * Chao: Version 1.14.0 (Momoyama) released.
843 2000-01-05 Katsumi Yamaoka <yamaoka@jpl.org>
845 * Makefile, mime-en.sgml, mime-ja.sgml: Update for the new CVS
848 1999-12-20 Katsumi Yamaoka <yamaoka@jpl.org>
850 * mel-b-el.el (base64-encode-region): Allow the optional second arg
852 (base64-external-encode-region): Likewise.
853 (base64-internal-encode-region): Likewise.
854 (base64-encode-string): Likewise.
856 1999-12-16 MORIOKA Tomohiko <tomo@m17n.org>
858 * FLIM-ELS (flim-modules): Add `mmexternal'.
860 * mime-parse.el (mime-parse-external): New function.
862 * mime-def.el (mime-entity-children [mime-entity]): Use
863 `mime-parse-external' for message/external-body.
865 * mmexternal.el: New module.
867 1999-12-13 Katsumi Yamaoka <yamaoka@jpl.org>
869 * README.en, README.ja, mime-en.sgml, mime-ja.sgml: Update for the
870 recent ML address and ftp site.
872 1999-10-17 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
874 * FLIM-MK (install-flim-package): Delete auto-autoloads.el
877 1999-09-20 Katsumi Yamaoka <yamaoka@jpl.org>
879 * mailcap.el (mailcap-look-at-schar): Protect against unexpected
880 eof. [cf. <tm-ja:5177>]
882 1999-09-13 Katsumi Yamaoka <yamaoka@jpl.org>
884 * smtpmail.el (smtpmail-send-it): Remove needless `concat'.
886 1999-09-08 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
888 * mime-ja.sgml, mime-en.sgml (Entity creation): Fix typo.
890 1999-09-01 Katsumi Yamaoka <yamaoka@jpl.org>
892 * smtpmail.el (smtpmail-send-it): Make directory
893 `smtpmail-queue-dir' if it does not exist; convert filename of
894 queued mail using `convert-standard-filename'.
895 (smtpmail-queue-index): Treat `smtpmail-queue-dir' as a directory
896 name using `file-name-as-directory'.
897 (smtpmail-queue-dir, smtpmail-queue-mail): Remove "*" from doc
900 1999-08-26 Katsumi Yamaoka <yamaoka@jpl.org>
902 * smtpmail.el (smtpmail-send-it): Use `time-stamp-yyyy-mm-dd' and
903 `time-stamp-hh:mm:ss' instead of `current-time'.
905 1999-08-25 Katsumi Yamaoka <yamaoka@jpl.org>
907 * FLIM-ELS: Use `if' instead of `unless'.
910 1999-08-17 MORIOKA Tomohiko <tomo@m17n.org>
912 * FLIM: Version 1.13.2 (Kasanui) released.
914 1999-08-03 Yuuichi Teranishi <teranisi@gohome.org>
916 * smtp.el (smtp-notify-success): New option.
917 * (smtp-via-smtp): Request return receipt (defined in RFC1891) to
918 SMTP server if `smtp-notify-success' is non-nil.
919 [cf. <tm-ja:4872,4877>]
921 1999-08-02 MORIOKA Tomohiko <tomo@m17n.org>
923 * mime.el (mime-entity-header-start-point): New generic function.
924 (mime-entity-header-end-point): New generic function.
926 * mmbuffer.el (mime-entity-header-start-point): New method.
927 (mime-entity-header-end-point): New method.
929 1999-08-09 MORIOKA Tomohiko <tomo@m17n.org>
931 * FLIM-ELS (flim-modules): Add `mmdbuffer'.
933 1999-07-27 MORIOKA Tomohiko <tomo@m17n.org>
935 * mmdbuffer.el: New module.
937 1999-07-28 MORIOKA Tomohiko <tomo@m17n.org>
939 * mime-parse.el: Add autoload setting for
940 `mime-entity-body-buffer', `mime-entity-body-start-point' and
941 `mime-entity-body-end-point'.
943 * mime.el (mime-entity-point-min): Define as an obsolete function.
944 (mime-entity-point-max): Likewise.
946 1999-07-27 MORIOKA Tomohiko <tomo@m17n.org>
948 * mmbuffer.el (entity-point-min): Deleted because it is
950 (entity-point-max): Deleted because it is duplicated.
952 1999-07-24 MORIOKA Tomohiko <tomo@m17n.org>
954 * mmbuffer.el (mime-insert-text-content): Deleted [moved to
957 * mime-def.el: Add autoload settings for `mime-entity-content' [to
959 (mime-insert-text-content): New method of `mime-entity' [moved
962 1999-07-24 MORIOKA Tomohiko <tomo@m17n.org>
964 * mmbuffer.el (mime-entity-children): Deleted [moved to
967 * mime-def.el: Add autoload settings for
968 `mime-entity-content-type', `mime-parse-multipart' and
969 `mime-parse-encapsulated' [to avoid warning].
970 (mime-entity-children): New method of `mime-entity' [moved from
974 1999-07-22 MORIOKA Tomohiko <tomo@m17n.org>
976 * FLIM: Version 1.13.1 (Tawaramoto) released.
978 1999-07-21 MORIOKA Tomohiko <tomo@m17n.org>
980 * mime-parse.el (mime-parse-buffer): Fixed.
983 1999-07-16 MORIOKA Tomohiko <tomo@m17n.org>
985 * FLIM: Version 1.13.0 (Iwami) released.
987 1999-07-09 Nakagawa, Makoto <nakagawa@pochi.tis.co.jp>
989 * smtpmail.el (smtpmail-send-it): Use current-time to get rid of
991 (smtpmail-send-it): Use write-region-as-binary instead of
993 (smtpmail-send-queued-mail); Use find-file-noselect-as-binary
994 instead of find-file-noselect.
996 1999-06-23 MORIOKA Tomohiko <tomo@m17n.org>
998 * FLIM-CFG: Delete code to detect APEL 7.3 or later.
1000 1999-06-16 Katsumi Yamaoka <yamaoka@jpl.org>
1002 * smtpmail.el (smtpmail-send-it): Extend the search bound to the
1003 end of the field for fetching the recipients from Resent-To.
1005 1999-06-11 Katsumi Yamaoka <yamaoka@jpl.org>
1007 * luna.el (luna-define-class-function): Check for the improbable
1008 name of variable beginning with colon whether we should bind the
1009 sort of symbol or not.
1010 (TopLevel): Likewise.
1012 1999-06-10 Katsumi Yamaoka <yamaoka@jpl.org>
1014 * luna.el (luna-define-class-function): Bind member variables
1015 statically for old Emacsen.
1016 (TopLevel): Require `static'; bind `:before', `:after' and
1017 `:around' statically for old Emacsen. [cf. <tm-ja:4593>]
1020 1999-06-01 MORIOKA Tomohiko <tomo@m17n.org>
1022 * Chao: Version 1.13.0 (JR Fujinomori) released.
1024 1999-05-29 MORIOKA Tomohiko <tomo@m17n.org>
1026 * mmbuffer.el (mime-entity-fetch-field): New implementation.
1028 * mime-def.el (mime-entity-fetch-field): New method of luna-class
1031 * luna.el (luna-define-method): Allow `:around' qualifier.
1032 (luna-class-find-functions): Likewise.
1033 (luna-send): Likewise.
1034 (luna-call-next-method): New function.
1036 1999-05-26 MORIOKA Tomohiko <tomo@m17n.org>
1038 * mime-def.el (eval-module-depended-macro): Abolished.
1039 Use `def-edebug-spec' directly.
1041 * luna.el (luna-define-method): Allow `:before' qualifier.
1042 (luna-class-find-functions): Likewise.
1044 * mime-def.el (mime-message-structure): Define as obsolete
1047 1999-05-26 MORIOKA Tomohiko <tomo@m17n.org>
1049 * mime-parse.el (mime-parse-encapsulated): Use
1050 `mime-entity-body-start-point' and `mime-entity-body-end-point'.
1052 * mime.el (mime-parse-buffer): Revert to auto-load from
1055 * mime-parse.el (mime-parse-multipart): Move from mime-parse.el
1057 (mime-parse-encapsulated): Likewise.
1058 (mime-parse-message): Likewise.
1059 (mime-parse-buffer): Likewise.
1061 * mmbuffer.el (mime-parse-multipart): Move to mime-parse.el again.
1062 (mime-parse-encapsulated): Likewise.
1063 (mime-parse-message): Likewise.
1064 (mime-parse-buffer): Likewise.
1066 * mmbuffer.el (mime-parse-encapsulated): Run in body-buffer of an
1069 1999-05-26 MORIOKA Tomohiko <tomo@m17n.org>
1071 * mmbuffer.el (initialize-instance): Don't initialize slots if
1072 they are initialized.
1073 (mime-parse-multipart): Run in body-buffer of an entity.
1074 (mime-entity-body-start-point): New method.
1076 1999-05-25 MORIOKA Tomohiko <tomo@m17n.org>
1078 * mmbuffer.el (mime-entity-body-end-point): New method.
1079 (mime-goto-header-start-point): New method.
1080 (mime-goto-body-start-point): New method.
1081 (mime-goto-body-end-point): New method.
1083 * mime.el (mime-goto-body-end-point): New generic function.
1085 * mel.el (Q-encoded-text-length): Fixed.
1087 1999-05-24 MORIOKA Tomohiko <tomo@m17n.org>
1089 * mmbuffer.el (mime-parse-multipart): Refer body-start instead of
1092 * mmcooked.el (mime-insert-header): Fix typo.
1094 1999-05-23 MORIOKA Tomohiko <tomo@m17n.org>
1096 * mmcooked.el (mime-insert-header): Use
1097 `luna-class-find-functions'.
1099 * mime.el (mime-entity-buffer): Define as obsolete function.
1100 (mime-entity-body-end-point): New generic function; define
1101 `mime-entity-body-end' as obsolete function.
1102 (mime-goto-body-start-point): New generic function.
1103 (mime-entity-uu-filename): Use `mime-goto-body-start-point' and
1104 `mime-entity-body-end-point'.
1106 * mmbuffer.el (initialize-instance): Define as after method;
1107 return initialized instance.
1109 * luna.el (luna-define-class): Add `standard-object' as a parent.
1110 (luna-define-method): Allow `:after' qualifier.
1111 (luna-class-find-parents-functions): New function.
1112 (luna-class-find-functions): New function [abolish
1113 `luna-class-find-function'].
1114 (luna-find-functions): New function [abolish
1115 `luna-find-function'].
1116 (luna-send): Modify for new method dispatch mechanism.
1117 (luna-make-entity): New implementation.
1118 (standard-object): New class.
1119 (initialize-instance): New method.
1121 1999-05-22 MORIOKA Tomohiko <tomo@m17n.org>
1123 * Delete mmgeneric.el.
1125 * mmcooked.el: Modify for mmbuffer.el.
1128 - Don't require `mmgeneric' and `mime-parse'.
1131 (mime-buffer-entity-buffer-internal): Renamed from
1132 `mime-entity-set-buffer-internal'.
1133 (mime-buffer-entity-set-buffer-internal): Likewise.
1134 (mime-buffer-entity-header-start-internal): Likewise.
1135 (mime-buffer-entity-set-header-start-internal): Likewise.
1136 (mime-buffer-entity-header-end-internal): Likewise.
1137 (mime-buffer-entity-set-header-end-internal): Likewise.
1138 (mime-buffer-entity-body-start-internal): Likewise.
1139 (mime-buffer-entity-set-body-start-internal): Likewise.
1140 (mime-buffer-entity-body-end-internal): Likewise.
1141 (mime-buffer-entity-set-body-end-internal): Likewise.
1142 (mime-entity-name): New method.
1143 (mime-parse-multipart): New function [moved from mime-parse.el].
1144 (mime-parse-encapsulated): Likewise.
1145 (mime-parse-message): Likewise.
1146 (mime-entity-children): New method.
1147 (mime-goto-header-start-point): New method.
1148 (mime-visible-field-p): New function [moved from mmgeneric.el].
1149 (mime-insert-header-from-buffer): Likewise.
1150 (mime-insert-header): New method.
1151 (mime-entity-content): Use `luna-define-method'.
1152 (mime-insert-text-content): New method.
1153 ((mime-entity-fetch-field): Use `luna-define-method'.
1154 (mime-entity-header-buffer): New method.
1155 (mime-entity-body-buffer): Likewise.
1156 (mime-entity-buffer): Likewise.
1157 (mime-entity-point-min): Use `luna-define-method'.
1158 (mime-entity-point-max): Use `luna-define-method'.
1159 (mime-parse-buffer): New function [moved from mmgeneric.el].
1161 * mime-parse.el (mime-parse-multipart): Moved to mmbuffer.el.
1162 (mime-parse-encapsulated): Likewise.
1163 (mime-parse-message): Likewise.
1164 (mime-parse-buffer): Likewise.
1166 * mime.el (mime-parse-buffer): Auto-loaded from "mmbufer".
1167 (mime-find-function): Abolished.
1168 (mime-entity-function): Abolished.
1169 (mime-entity-send): Use `luna-send'.
1170 (mime-open-entity): Use `luna-make-entity' and
1171 `mm-expand-class-name'.
1172 (mime-entity-cooked-p): Use `luna-define-generic'.
1173 (mime-entity-children): Use `luna-send'.
1174 (mime-find-entity-from-content-id): Use `mime-entity-read-field'.
1175 (mime-entity-buffer): Change to generic function.
1176 (mime-entity-header-buffer): New generic function.
1177 (mime-entity-body-buffer): Likewise.
1178 (mime-entity-point-min): Use `luna-define-generic'.
1179 (mime-entity-point-max): Likewise.
1180 (mime-entity-header-start): Abolished.
1181 (mime-entity-header-end): Abolished.
1182 (mime-entity-body-start): Abolished.
1183 (mime-entity-body-end): Abolished.
1184 (mime-goto-header-start-point): New generic function.
1185 (mime-entity-fetch-field): New generic function.
1186 (mime-fetch-field): Use `mime-entity-fetch-field'; declare as
1188 (mime-entity-content-type): Use `mime-entity-fetch-field'.
1189 (mime-entity-content-disposition): Likewise.
1190 (mime-entity-encoding): Likewise.
1191 (mime-entity-read-field): New function.
1192 (mime-read-field): Use `mime-entity-read-field'; declare as
1194 (mime-insert-header): Use `luna-define-generic'; abolish obsolete
1195 alias `mime-insert-decoded-header'.
1196 (mime-entity-name): New generic function.
1197 (mime-entity-content): Use `luna-define-generic'.
1198 (mime-insert-entity-content): Likewise.
1199 (mime-write-entity-content): Likewise.
1200 (mime-insert-text-content): Likewise.
1201 (mime-insert-entity): Likewise.
1202 (mime-write-entity): Likewise.
1203 (mime-write-entity-body): Likewise.
1207 (make-mime-entity-internal): Abolished.
1208 (mime-entity-representation-type-internal): Change to alias for
1210 (mime-entity-set-representation-type-internal): Change to alias
1211 for `luna-set-class-name'.
1212 (mime-entity-location-internal): Defined by
1213 `luna-define-internal-accessors'.
1214 (mime-entity-set-location-internal): Likewise.
1215 (mime-entity-content-type-internal): Likewise.
1216 (mime-entity-set-content-type-internal): Likewise.
1217 (mime-entity-content-disposition-internal): Likewise.
1218 (mime-entity-set-content-disposition-internal): Likewise.
1219 (mime-entity-encoding-internal): Likewise.
1220 (mime-entity-set-encoding-internal): Likewise.
1221 (mime-entity-children-internal): Likewise.
1222 (mime-entity-set-children-internal): Likewise.
1223 (mime-entity-parent-internal): Likewise.
1224 (mime-entity-set-parent-internal): Likewise.
1225 (mime-entity-node-id-internal): Likewise.
1226 (mime-entity-decoded-subject-internal): Abolished.
1227 (mime-entity-set-decoded-subject-internal): Abolished.
1228 (mime-entity-decoded-from-internal): Abolished.
1229 (mime-entity-set-decoded-from-internal): Abolished.
1230 (mime-entity-date-internal): Abolished.
1231 (mime-entity-set-date-internal): Abolished.
1232 (mime-entity-message-id-internal): Abolished.
1233 (mime-entity-set-message-id-internal): Abolished.
1234 (mime-entity-references-internal): Abolished.
1235 (mime-entity-set-references-internal): Abolished.
1236 (mime-entity-chars-internal): Abolished.
1237 (mime-entity-set-chars-internal): Abolished.
1238 (mime-entity-lines-internal): Abolished.
1239 (mime-entity-set-lines-internal): Abolished.
1240 (mime-entity-xref-internal): Abolished.
1241 (mime-entity-set-xref-internal): Abolished.
1242 (mime-entity-original-header-internal): Defined by
1243 `luna-define-internal-accessors'.
1244 (mime-entity-set-original-header-internal): Likewise.
1245 (mime-entity-parsed-header-internal): Likewise.
1246 (mime-entity-set-parsed-header-internal): Likewise.
1247 (mime-entity-buffer-internal): Abolished.
1248 (mime-entity-set-buffer-internal): Abolished.
1249 (mime-entity-header-start-internal): Abolished.
1250 (mime-entity-set-header-start-internal): Abolished.
1251 (mime-entity-header-end-internal): Abolished.
1252 (mime-entity-set-header-end-internal): Abolished.
1253 (mime-entity-body-start-internal): Abolished.
1254 (mime-entity-set-body-start-internal): Abolished.
1255 (mime-entity-body-end-internal): Abolished.
1256 (mime-entity-set-body-end-internal): Abolished.
1257 (mm-expand-class-name): New macro.
1258 (mm-define-backend): Use `luna-define-class' and
1259 `mm-expand-class-name'.
1260 (mm-define-method): Use `luna-define-method' and
1261 `mm-expand-class-name'.
1262 (mm-arglist-to-arguments): Abolished.
1263 (mel-define-service): Use `luna-arglist-to-arguments' instead of
1264 `mm-arglist-to-arguments'.
1266 * mel.el: Require `alist'.
1268 * FLIM-ELS (flim-modules): Add `luna' and delete `mmgeneric'.
1271 - Rename property `luna-member-index' to `luna-slot-index'.
1272 - Rearrangement to avoid byte-compiling problem.
1273 (luna-define-class-function): New function.
1274 (luna-define-class): Use `luna-define-class-function'.
1275 (luna-define-generic): Fixed.
1276 (luna-define-internal-accessors): New function.
1278 1999-05-15 MORIOKA Tomohiko <tomo@m17n.org>
1280 * luna.el (luna-make-entity-function): Send `initialize-instance'.
1282 1999-05-14 MORIOKA Tomohiko <tomo@m17n.org>
1284 * luna.el: New module.
1287 1999-05-31 MORIOKA Tomohiko <tomo@m17n.org>
1289 * FLIM: Version 1.12.7 (Y
\e-Dþzaki)
\e-A released.
1291 1999-05-31 MORIOKA Tomohiko <tomo@m17n.org>
1293 * mime-en.sgml (Network representation of header): Translate.
1295 1999-05-27 Shuhei KOBAYASHI <shuhei@aqua.ocn.ne.jp>
1297 * mel-b-el.el (pack-sequence): Eliminate local variable `i'.
1298 (base64-encode-1): Avoid concat.
1299 (base64-encode-string): Fixed last change; extra padding.
1301 1999-05-26 MORIOKA Tomohiko <tomo@m17n.org>
1303 * smtpmail.el (smtpmail-default-smtp-server): Define obsolete
1304 variable alias for XEmacs.
1305 (smtpmail-smtp-server): Likewise.
1306 (smtpmail-smtp-service): Likewise.
1307 (smtpmail-local-domain): Likewise.
1308 (smtpmail-debug-info): Likewise.
1309 (smtpmail-send-it): Check function `expand-mail-aliases' is
1312 1999-05-26 MORIOKA Tomohiko <tomo@m17n.org>
1314 * smtp.el (smtp-debug-info): Now a user option.
1316 1999-05-25 Yoshiki Hayashi <g740685@komaba.ecc.u-tokyo.ac.jp>
1318 * README.ja: Modify URL and required version of APEL.
1320 1999-05-24 Tanaka Akira <akr@jaist.ac.jp>
1322 * mel-b-ccl.el (base64-encode-string): New alias.
1323 (base64-encode-region): Ditto.
1324 (base64-decode-string): Ditto.
1325 (base64-decode-region): Ditto.
1327 1999-05-24 Tanaka Akira <akr@jaist.ac.jp>
1329 * mel-b-ccl.el, mel-q-ccl.el: Sync up with doodle-1.12.5.
1331 1999-05-24 MORIOKA Tomohiko <tomo@m17n.org>
1333 * eword-encode.el (ew-space-process): Renamed from
1334 `tm-eword::space-process'.
1336 1999-05-24 MORIOKA Tomohiko <tomo@m17n.org>
1338 * eword-encode.el (tm-eword::space-process): Don't concatenate
1340 (ew-encode-rword-1): Renamed from `tm-eword::encode-string-1'; add
1341 new optional argument `must-output'; return nil if it can't encode
1343 (eword-encode-rword-list): Fold SPACE or TAB in the encoded string
1344 if `ew-encode-rword-1' can't encode literally and it is possible
1345 to encode the rest literally with the folding.
1346 (eword-encode-phrase-to-rword-list): Add `special' flag to
1347 brackets of comments.
1349 1999-05-22 Shuhei KOBAYASHI <shuhei@aqua.ocn.ne.jp>
1351 * smtpmail.el: Require 'poe and 'pcustom.
1353 1999-05-22 Shuhei KOBAYASHI <shuhei@aqua.ocn.ne.jp>
1355 * mel.el: Update header.
1356 Require 'path-util and don't require 'poem.
1357 (mel-use-module): Eliminate local variable `encoding'.
1358 (mime-insert-encoded-file for mel-b-builtin):
1359 Use built-in `interactive' spec.
1360 (encoded-text-decode-string): Anchor regexp with "\\`" and "\\'".
1361 (mime-encode-region): Capitalize prompt string.
1362 (mime-decode-region): Ditto.
1363 (mime-insert-encoded-file): Ditto.
1364 (mime-write-decoded-region): Ditto.
1366 * mel-b-ccl.el: Update header.
1367 (base64-ccl-encode-region): Use read-only `interactive' spec.
1368 (base64-ccl-decode-region): Ditto.
1369 (base64-ccl-insert-encoded-file): Use built-in `interactive' spec.
1370 (base64-ccl-write-decoded-region): Ditto.
1371 (encoded-text-decode-string): Anchor regexp with "\\`" and "\\'".
1373 * mel-b-dl.el: Update header.
1374 Don't require 'poe; it is required implicitly via 'mime-def.
1375 (base64-dl-handle): Chech whether `base64-dl-module' is string.
1376 Defalias `base64-encode-string' and `base64-decode-string' just
1377 after `dynamic-call'ing "emacs_base64_init".
1378 (base64-encode-region): Use read-only `interactive' spec.
1379 Use `base64-encode-string'.
1380 Changed order of evaluation to "encode, delete, then insert".
1381 (base64-decode-region): Renamed from `decode-base64-region'.
1382 Use read-only `interactive' spec.
1383 Use `base64-decode-string'.
1384 Changed order of evaluation to "decode, delete, then insert".
1385 (mime-encode-string): Use `base64-encode-string'.
1386 (mime-decode-string): Use `base64-decode-string'.
1387 (mime-decode-region): Use `base64-decode-region'.
1388 (encoded-text-encode-string): Use `base64-encode-string'.
1389 (encoded-text-decode-string): Anchor regexp with "\\`" and "\\'".
1390 (mime-insert-encoded-file): Use built-in `interactive' spec.
1391 (mime-write-decoded-region in comment): Ditto.
1393 * mel-b-el.el: Update header.
1394 Don't require 'poe; it is required implicitly via 'mime-def.
1395 (pack-sequence): Moved to top of the function definitions.
1396 (base64-encode-string): Calculate padding first.
1397 (base64-internal-encode-region): Changed order of evaluation to
1398 "encode, delete, then insert".
1399 (base64-internal-decode-string): Changed order of evaluation to
1400 "decode, delete, then insert".
1401 (base64-encode-region): Use read-only `interactive' spec.
1402 (base64-decode-region): Ditto.
1403 (base64-decode-string): Not interactive.
1404 (encoded-text-decode-string): Anchor regexp with "\\`" and "\\'".
1405 (base64-insert-encoded-file): Use built-in `interactive' spec.
1406 (base64-write-decoded-region): Ditto.
1408 * mel-g.el: Update header.
1409 Require 'mime-def instead of 'poem and 'mel.
1410 (mime-insert-encoded-file): Use built-in `interactive' spec.
1411 (mime-write-decoded-region): Ditto.
1413 * mel-q-ccl.el: Update header.
1414 (quoted-printable-ccl-encode-region):
1415 Use read-only `interactive' spec.
1416 (quoted-printable-ccl-decode-region): Ditto.
1417 (quoted-printable-ccl-insert-encoded-file):
1418 Use built-in `interactive' spec.
1419 (quoted-printable-ccl-write-decoded-region): Ditto.
1420 (encoded-text-decode-string): Anchor regexp with "\\`" and "\\'".
1422 * mel-q.el: Update header.
1423 Require 'path-util instead of 'emu.
1424 (quoted-printable-internal-encode-region): Rewrite without regexp.
1425 (quoted-printable-internal-decode-region): Ditto.
1426 (quoted-printable-encode-region): Use read-only `interactive' spec.
1427 (quoted-printable-decode-region): Ditto.
1428 (mime-insert-encoded-file): Use built-in `interactive' spec.
1429 (mime-write-decoded-region): Ditto.
1430 (encoded-text-decode-string): Anchor regexp with "\\`" and "\\'".
1432 * mel-u.el: Update header.
1433 Require 'path-util instead of 'emu.
1434 (mime-insert-encoded-file): Use built-in `interactive' spec.
1435 (mime-write-decoded-region): Ditto.
1437 1999-05-22 Shuhei KOBAYASHI <shuhei@aqua.ocn.ne.jp>
1439 * mime-def.el: Require 'poe, 'poem, and 'pcustom.
1440 (mime): Declare `default-mime-charset' as an initial member.
1442 * mime-parse.el: Don't require 'cl at compile-time.
1444 * mailcap.el (mailcap-look-at-qchar): Use `char-after'.
1446 * std11.el: Require 'poe, 'poem, and 'pcustom.
1448 * smtp.el: Update header.
1449 Require 'poe, 'poem, and 'pcustom.
1450 Require 'cl at compile-time.
1452 1999-05-21 MORIOKA Tomohiko <tomo@m17n.org>
1454 * README.en (Installation): Modify URL and required version of
1457 * eword-encode.el (ew-find-charset-rule): Renamed from
1458 `tm-eword::find-charset-rule'; use
1459 `find-mime-charset-by-charsets'.
1462 1999-05-11 MORIOKA Tomohiko <tomo@m17n.org>
1464 * FLIM: Version 1.12.6 (Family-K
\e-Dòenmae)
\e-A released.
1466 1999-04-27 Shuhei KOBAYASHI <shuhei@aqua.ocn.ne.jp>
1468 * mel-b-ccl.el (TopLevel): Suppress warning.
1469 mel-q-ccl.el (TopLevel): Ditto.
1470 mime.el (TopLevel): Ditto.
1472 1999-04-26 Shuhei KOBAYASHI <shuhei@aqua.ocn.ne.jp>
1474 * eword-decode.el (eword-encoded-word-regexp): Accept "b" and "q"
1477 * mime-def.el (std11-qtext-regexp): Don't use `string'.
1478 (mime-tspecial-char-list): Eval at compile time.
1480 1999-04-22 Katsumi Yamaoka <yamaoka@jpl.org>
1482 * mime.el: Delete autoload setting for `eword-encode-field'.
1484 1999-04-22 MORIOKA Tomohiko <tomo@m17n.org>
1486 * eword-encode.el: Require `poem' instead of `emu'.
1487 Don't use `cl' for `caar'.
1489 1999-04-09 Katsumi Yamaoka <yamaoka@jpl.org>
1491 * smtp.el (smtp-via-smtp): Funcall `smtp-server' if it is a
1493 (smtp-server): Make it can also be a function called from
1494 `smtp-via-smtp' with arguments SENDER and RECIPIENTS.
1496 1999-04-05 Shuhei KOBAYASHI <shuhei@aqua.ocn.ne.jp>
1498 * FLIM-CFG: Make easier to install in VERSION_SPECIFIC_LISPDIR.
1500 1999-03-29 Shuhei KOBAYASHI <shuhei@aqua.ocn.ne.jp>
1502 * mime.el (mime-read-field): Correct argument of
1503 `mime-decode-field-body'; 'native -> 'plain.
1505 1999-03-27 Shuhei KOBAYASHI <shuhei@aqua.ocn.ne.jp>
1507 * eword-encode.el (TopLevel): Require 'cl when compiling.
1508 (eword-encode-rword-list): Suppress insertion of extra spaces.
1509 (eword-encode-msg-id-to-rword-list): Treat surrounding angle
1510 brackets atomically.
1511 ([tm-ja:4244] by Kazuhiro Ohta <ohta@ele.cst.nihon-u.ac.jp>)
1513 1999-03-11 MORIOKA Tomohiko <morioka@jaist.ac.jp>
1515 * eword-encode.el (eword-charset-encoding-alist): Add `tis-620'.
1517 1999-03-01 MORIOKA Tomohiko <morioka@jaist.ac.jp>
1519 * mel.el (mime-decode-string): Return STRING if return value of
1520 `(mel-find-function 'mime-decode-string encoding)' is nil.
1522 1999-02-10 MORIOKA Tomohiko <morioka@jaist.ac.jp>
1524 * mime-def.el (mel-define-service): Change size of obarray to 7.
1526 1999-02-01 Yoshiki Hayashi <g740685@komaba.ecc.u-tokyo.ac.jp>
1528 * mime-ja.sgml: Tranlate all untranslated parts.
1531 1999-01-27 MORIOKA Tomohiko <morioka@jaist.ac.jp>
1533 * FLIM: Version 1.12.5 (Hirahata) released.
1535 * mime-ja.sgml, mime-en.sgml: Sync with FLIM API 1.12.
1537 1999-01-26 MORIOKA Tomohiko <morioka@jaist.ac.jp>
1539 * NEWS (New optional argument of `std11-field-end'): New
1542 * std11.el (std11-field-end): Add new optional argument `bound'.
1545 1999-01-24 MORIOKA Tomohiko <morioka@jaist.ac.jp>
1547 * FLIM: Version 1.12.4 (Tsutsui) released.
1549 1999-01-24 MORIOKA Tomohiko <morioka@jaist.ac.jp>
1551 * README.en: Sync with latest FLIM.
1555 1999-01-24 MORIOKA Tomohiko <morioka@jaist.ac.jp>
1557 * mmbuffer.el, mmgeneric.el (insert-entity-content): New method.
1559 * mime.el (mime-insert-entity-content): New generic function.
1561 1999-01-24 MORIOKA Tomohiko <morioka@jaist.ac.jp>
1563 * NEWS (New function `mime-find-entity-from-content-id'): New
1565 (New function `mime-parse-msg-id'): New subsection.
1566 (New function `mime-uri-parse-cid'): New subsection.
1568 1999-01-24 MORIOKA Tomohiko <morioka@jaist.ac.jp>
1570 * mime.el (mime-find-entity-from-content-id): New function.
1571 (mime-field-parser-alist): Use `mime-parse-msg-id' instead of
1572 `std11-parse-msg-id' to parse `Message-Id', `Recent-Message-Id'
1573 and `Content-Id' field.
1575 * mime-parse.el (mime-parse-msg-id): New function.
1576 (mime-uri-parse-cid): New function.
1579 1999-01-23 MORIOKA Tomohiko <morioka@jaist.ac.jp>
1581 * FLIM: Version 1.12.3 (Kintetsu-K
\e-Dòriyama)
\e-A released.
1583 1999-01-23 MORIOKA Tomohiko <morioka@jaist.ac.jp>
1585 * NEWS (Function `std11-parse-in-reply-to'): New subsection.
1586 (New function `std11-parse-msg-id-string'): Likewise.
1587 (New function `std11-parse-msg-ids-string'): Likewise.
1588 (New generic function `mime-insert-entity'): Likewise.
1590 1999-01-23 MORIOKA Tomohiko <morioka@jaist.ac.jp>
1592 * mime.el (mime-field-parser-alist): Change to set parser for
1593 tokens instead of parser for string.
1594 (mime-read-field): Use `eword-lexical-analyze' before parsing.
1596 * eword-encode.el (eword-encode-in-reply-to): Use
1597 `std11-parse-msg-ids-string' instead of `std11-parse-in-reply-to'
1598 and `std11-lexical-analyze'.
1600 * std11.el (std11-parse-msg-ids): Renamed from
1601 `std11-parse-in-reply-to'; define `std11-parse-in-reply-to' as
1603 (std11-parse-msg-id-string): New function.
1604 (std11-parse-msg-ids-string): New function.
1606 1999-01-23 MORIOKA Tomohiko <morioka@jaist.ac.jp>
1608 * mime.el (mime-field-parser-alist): New variable.
1609 (mime-read-field): Refer `mime-field-parser-alist'.
1611 1999-01-23 MORIOKA Tomohiko <morioka@jaist.ac.jp>
1613 * mmbuffer.el, mmgeneric.el (insert-entity): New method.
1615 * mime.el (mime-insert-entity): New generic function.
1617 1999-01-22 Katsumi Yamaoka <yamaoka@jpl.org>
1619 * std11.el (TopLevel): Require `custom'.
1622 1999-01-21 MORIOKA Tomohiko <morioka@jaist.ac.jp>
1624 * FLIM: Version 1.12.2 (Kuj
\e-Dò)
\e-A released.
1626 1999-01-16 MORIOKA Tomohiko <morioka@jaist.ac.jp>
1628 * mime-parse.el (mime-lexical-analyzer): New user option.
1629 (mime-analyze-tspecial): New function.
1630 (mime-analyze-token): New function.
1631 (mime-parse-Content-Transfer-Encoding): Use
1632 `std11-lexical-analyze' with `mime-lexical-analyzer'.
1634 * mime-def.el (mime-tspecial-char-list): Renamed from
1635 `mime-tspecials'; changed from string to list.
1636 (mime-token-regexp): Use `eval-when-compile'.
1638 1999-01-16 MORIOKA Tomohiko <morioka@jaist.ac.jp>
1640 * eword-decode.el (eword-lexical-analyzer): Modify DOC-string
1641 about interface change.
1642 (eword-analyze-comment): Renamed from `eword-parse-comment';
1643 change second argument `from' to required argument; abolish alias
1644 `eword-analyze-comment' of `eword-parse-comment'.
1646 1999-01-16 MORIOKA Tomohiko <morioka@jaist.ac.jp>
1648 * NEWS (User option `eword-lexical-analyzers' ->
1649 `eword-lexical-analyzer'): New subsection.
1651 * eword-decode.el (eword-lexical-analyzer): Renamed from user
1652 option `eword-lexical-analyzers'.
1654 1999-01-16 MORIOKA Tomohiko <morioka@jaist.ac.jp>
1656 * NEWS (New user option `std11-lexical-analyzer'): New subsection.
1658 * std11.el (std11-lexical-analyzer): Renamed from user option
1659 `std11-lexical-analyzers'.
1661 1999-01-16 MORIOKA Tomohiko <morioka@jaist.ac.jp>
1663 * std11.el (std11-lexical-analyze): Change interface to add new
1664 optional argument `analyzers'.
1666 1999-01-16 MORIOKA Tomohiko <morioka@jaist.ac.jp>
1668 * std11.el (std11-lexical-analyzers): New user option.
1669 (std11-lexical-analyze): New implementation; refer
1670 `std11-lexical-analyzers'.
1672 1999-01-16 MORIOKA Tomohiko <morioka@jaist.ac.jp>
1674 * NEWS (Change interface of lexical-analyzers): New subsection.
1676 1999-01-16 MORIOKA Tomohiko <morioka@jaist.ac.jp>
1678 * eword-decode.el (eword-encoded-word-regexp): Must define when
1679 this module is compiled.
1680 (eword-decode-structured-field-body): Add new optional argument
1682 (eword-decode-and-unfold-structured-field-body): Likewise.
1683 (eword-decode-and-fold-structured-field-body): Likewise.
1684 (eword-analyze-quoted-string): Add new argument `start'; return
1685 `(<parsed result> . <end position>)' instead of `(<parsed result>
1687 (std11-analyze-domain-literal): Likewise.
1688 (eword-analyze-domain-literal): Likewise.
1689 (eword-analyze-comment): Changed to alias of
1690 `eword-parse-comment'.
1691 (eword-analyze-spaces): Add new argument `start'; return `(<parsed
1692 result> . <end position>)' instead of `(<parsed result> . <rest
1694 (std11-analyze-domain-literal): Likewise.
1695 (eword-analyze-special): Likewise.
1696 (eword-analyze-encoded-word): Likewise.
1697 (eword-analyze-atom): Likewise.
1698 (eword-lexical-analyze-internal): Add new argument `start'.
1699 (eword-lexical-analyze): Change interface to add new optional
1701 (eword-extract-address-components): Add new optional argument
1704 * std11.el (std11-atom-regexp): Modify to match non-top atom.
1705 (std11-analyze-spaces): Add new argument `start'; return `(<parsed
1706 result> . <end position>)' instead of `(<parsed result> . <rest
1708 (std11-analyze-special): Likewise.
1709 (std11-analyze-atom): Likewise.
1710 (std11-analyze-quoted-string): Likewise.
1711 (std11-analyze-domain-literal): Likewise.
1712 (std11-analyze-comment): Likewise.
1713 (std11-lexical-analyze): Add new optional argument `start'.
1715 1999-01-15 MORIOKA Tomohiko <morioka@jaist.ac.jp>
1717 * std11.el (std11-fetch-field): Add autoload cookie.
1718 (std11-narrow-to-header): Likewise.
1719 (std11-field-body): Likewise.
1720 (std11-unfold-string): Likewise.
1721 (std11-lexical-analyze): Add DOC-string; add autoload cookie.
1723 * std11.el (std11-space-char-list): Renamed from
1724 `std11-space-chars'; changed from string to list.
1726 1999-01-15 MORIOKA Tomohiko <morioka@jaist.ac.jp>
1728 * std11.el (std11-fetch-field): Don't define as inline function.
1729 (std11-field-body): Enclose `std11-narrow-to-header' and
1730 `std11-fetch-field' by `inline'.
1732 1999-01-15 MORIOKA Tomohiko <morioka@jaist.ac.jp>
1734 * std11.el (std11-special-char-list): Evaluate when it is
1736 (std11-atom-regexp): Use `eval-when-compile'.
1738 1999-01-15 MORIOKA Tomohiko <morioka@jaist.ac.jp>
1740 * std11.el (std11-space-chars): Must evaluate when it is compiled.
1741 (std11-analyze-spaces): Don't use `std11-spaces-regexp'; abolist
1742 constant `std11-spaces-regexp'.
1744 * mime-parse.el (mime-disposition-type-regexp): Must evaluate when
1747 * mime-parse.el: Don't require emu.
1749 * mime-parse.el (mime-parse-Content-Disposition): Use
1750 `eval-when-compile'.
1752 * mime-parse.el (mime-parse-Content-Transfer-Encoding): New
1755 1998-12-22 Katsumi Yamaoka <yamaoka@jpl.org>
1757 * README.en (Installation): Modify for APEL 9.12.
1758 * README.ja (Installation): Likewise.
1760 1998-12-14 Katsumi Yamaoka <yamaoka@jpl.org>
1762 * mel-b-ccl.el (base64-ccl-insert-encoded-file): Call
1763 `insert-file-contents-as-coding-system' with CODING-SYSTEM as the
1765 * mel-q-ccl.el (quoted-printable-ccl-insert-encoded-file):
1768 * mel-b-ccl.el (base64-ccl-write-decoded-region): Call
1769 `write-region-as-coding-system' with CODING-SYSTEM as the 1st arg.
1770 * mel-q-ccl.el (quoted-printable-ccl-write-decoded-region):
1773 1998-12-14 Katsumi Yamaoka <yamaoka@jpl.org>
1775 * mel-b-ccl.el (base64-ccl-insert-encoded-file): Use
1776 `insert-file-contents-as-coding-system' (renamed from
1777 `insert-file-contents-as-specified-coding-system').
1778 * mel-q-ccl.el (quoted-printable-ccl-insert-encoded-file):
1781 * mel-b-ccl.el (base64-ccl-write-decoded-region): Use
1782 `write-region-as-coding-system' (renamed from
1783 `write-region-as-specified-coding-system').
1784 * mel-q-ccl.el (quoted-printable-ccl-write-decoded-region):
1787 1998-12-08 Katsumi Yamaoka <yamaoka@jpl.org>
1789 * smtp.el (smtp-coding-system): Abolished.
1790 (smtp-via-smtp): Use `open-network-stream-as-binary' instead of
1791 `open-network-stream'.
1793 1998-12-04 Katsumi Yamaoka <yamaoka@jpl.org>
1795 * mel-b-ccl.el (base64-ccl-insert-encoded-file): Use
1796 `insert-file-contents-as-specified-coding-system' instead of
1797 `insert-file-contents'.
1798 * mel-q-ccl.el (quoted-printable-ccl-insert-encoded-file):
1801 * mel-b-ccl.el (base64-ccl-write-decoded-region): Use
1802 `write-region-as-specified-coding-system' instead of
1804 * mel-q-ccl.el (quoted-printable-ccl-write-decoded-region):
1808 1998-12-02 MORIOKA Tomohiko <morioka@jaist.ac.jp>
1810 * FLIM: Version 1.12.1 (Nishinoky
\e-Dò)
\e-A released.
1812 1998-11-30 MORIOKA Tomohiko <morioka@jaist.ac.jp>
1814 * smtpmail.el (smtpmail-send-it): Add autoload cookie; use
1815 `smtpmail-do-bcc' instead of `smtp-do-bcc'; modify for interface
1816 change of `smtp-via-smtp'.
1817 (smtpmail-do-bcc): New function (moved and renamed from
1818 `smtp-do-bcc' of smtp.el).
1820 1998-08-06 Katsumi Yamaoka <yamaoka@jpl.org>
1822 * lisp/smtp.el: Do not insert empty line at the end of message.
1824 1998-06-18 Shuhei KOBAYASHI <shuhei-k@jaist.ac.jp>
1826 * lisp/smtp.el (smtp-use-8bitmime): New variable.
1827 (smtp-debug-info): Internal variable, now.
1828 (smtp-make-fqdn): Renamed from `smtp-fqdn'.
1829 (smtp-via-smtp): New implementation.
1830 (smtp-send-command): Treat "PASS" as usual.
1831 (smtp-do-bcc): Removed.
1833 1998-11-30 MORIOKA Tomohiko <morioka@jaist.ac.jp>
1835 * smtpmail.el: New module (copied from Semi-gnus 6.8).
1837 * smtp.el: New module (copied from Semi-gnus 6.8).
1839 * FLIM-ELS: Add smtp.el and smtpmail.el.
1841 1998-11-30 MORIOKA Tomohiko <morioka@jaist.ac.jp>
1843 * mime-def.el: Abolish function `eliminate-top-spaces' because it
1844 is not used in FLIM.
1846 1998-11-29 MORIOKA Tomohiko <morioka@jaist.ac.jp>
1848 * eword-encode.el (eword-encode-mailbox-to-rword-list): Fix
1849 problem in `eword-encode-addresses-to-rword-list'.
1851 1998-11-26 MORIOKA Tomohiko <morioka@jaist.ac.jp>
1853 * std11.el (std11-full-name-string): fixed.
1855 * std11.el (std11-comment-value-to-string): fixed.
1857 1998-11-25 MORIOKA Tomohiko <morioka@jaist.ac.jp>
1859 * NEWS (Changes in FLIM 1.12): New section.
1861 1998-11-25 MORIOKA Tomohiko <morioka@jaist.ac.jp>
1863 * std11.el (std11-comment-value-to-string): New function.
1864 (std11-full-name-string): Use `std11-comment-value-to-string'.
1866 * eword-decode.el (eword-parse-comment): New function.
1867 (eword-analyze-comment): New implementation; use
1868 `eword-parse-comment'; change representation.
1869 (eword-decode-token): Modify for representation change of comment.
1872 1998-11-16 MORIOKA Tomohiko <morioka@jaist.ac.jp>
1874 * FLIM: Version 1.12.0 (Amagatsuji) was released.
1876 1998-11-14 Tanaka Akira <akr@jaist.ac.jp>
1878 * mel-b-ccl.el (ccl-cascading-read): Check consistency.
1880 1998-11-13 MORIOKA Tomohiko <morioka@jaist.ac.jp>
1882 * eword-decode.el (eword-decode-structured-field-body): Abolish
1883 non-used local variable.
1885 1998-11-12 Tanaka Akira <akr@jaist.ac.jp>
1887 * mel-b-ccl.el (mel-ccl-decode-b): Check `ccl-cascading-read' to
1888 select implementation.
1890 1998-11-12 Tanaka Akira <akr@jaist.ac.jp>
1892 * mel-q-ccl.el (mel-ccl-encode-quoted-printable-generic): workaround
1895 1998-11-12 Tanaka Akira <akr@jaist.ac.jp>
1897 * mel.el (mel-b-builtin): New variable.
1899 1998-11-10 Tanaka Akira <akr@jaist.ac.jp>
1901 * FLIM-ELS: require 'pccl.
1902 (flim-modules): Check CCL availability by broken facility.
1904 1998-11-08 MORIOKA Tomohiko <morioka@jaist.ac.jp>
1906 * eword-decode.el (eword-decode-structured-field-body): New
1907 implementation; abolish optional argument `must-unfold'; delete
1909 (eword-decode-and-unfold-structured-field-body): Renamed from
1910 `eword-decode-and-unfold-structured-field'; delete DOC-string.
1911 (eword-decode-and-fold-structured-field-body): Renamed from
1912 `eword-decode-and-fold-structured-field'; abolish optional
1913 argument `must-unfold'; delete DOC-string.
1914 (eword-decode-unstructured-field-body): Abolish optional argument
1915 `must-unfold'; delete DOC-string.
1916 (eword-decode-and-unfold-unstructured-field-body): Renamed from
1917 `eword-decode-and-unfold-unstructured-field'; delete DOC-string.
1918 (eword-decode-unfolded-unstructured-field-body): New function.
1920 1998-11-08 MORIOKA Tomohiko <morioka@jaist.ac.jp>
1922 * mmgeneric.el (mime-insert-header-from-buffer): Use
1923 `mime-find-field-presentation-method' and
1924 `mime-find-field-decoder-internal'.
1926 * eword-decode.el (mime-find-field-presentation-method): New
1928 (mime-find-field-decoder-internal): New function.
1929 (mime-find-field-decoder): New implementation (use
1930 mime-find-field-decoder-internal).
1931 (mime-decode-header-in-region): Use
1932 `mime-find-field-presentation-method' and
1933 `mime-find-field-decoder-internal'.
1935 1998-11-08 MORIOKA Tomohiko <morioka@jaist.ac.jp>
1937 * mmgeneric.el (mime-insert-header-from-buffer): Rename
1938 field-presentation-mode `folding' to `wide'.
1940 * eword-decode.el: Rename field-presentation-modes from `native',
1941 `folding', `unfolding', `unfolding-xover' to `plain', `wide',
1944 1998-11-07 Tanaka Akira <akr@jaist.ac.jp>
1946 * eword-decode.el (mime-set-field-decoder): Add mode `unfolding-xover'.
1947 (mime-find-field-decoder): Ditto.
1949 1998-11-04 MORIOKA Tomohiko <morioka@jaist.ac.jp>
1951 * eword-encode.el (eword-encode-phrase-route-addr-to-rword-list):
1952 Don't delete the front spaces.
1953 (eword-encode-addresses-to-rword-list): Don't supplement space;
1954 use `nconc' instead of `append'.
1955 (eword-encode-msg-id-to-rword-list): Supplement the front space;
1956 use `nconc' instead of `append'.
1958 1998-11-02 Tanaka Akira <akr@jaist.ac.jp>
1960 * eword-decode.el (mime-field-decoder-cache): New variable.
1961 (mime-find-field-decoder): Use `mime-field-decoder-cache'.
1962 (mime-update-field-decoder-cache): New variable.
1963 (mime-update-field-decoder-cache): New function.
1964 (mime-decode-header-in-region): Use `mime-field-decoder-cache'.
1966 * mmgeneric.el (mime-insert-header-from-buffer): Use
1967 `mime-field-decoder-cache'.
1969 1998-11-02 MORIOKA Tomohiko <morioka@jaist.ac.jp>
1971 * eword-decode.el (mime-decode-header-in-region): New function.
1972 (mime-decode-header-in-buffer): Use function
1973 `mime-decode-header-in-region'.
1975 1998-10-28 MORIOKA Tomohiko <morioka@jaist.ac.jp>
1977 * mmgeneric.el (mime-insert-header-from-buffer): Refer
1978 `mime-field-decoder-alist' instead of hard-coding.
1980 * mime.el (mime-read-field): Use `mime-decode-field-body'.
1982 * eword-decode.el (eword-decode-and-unfold-structured-field): Add
1983 optional dummy argument `start-column' and `max-column'.
1984 (eword-decode-structured-field-body): Change interface.
1985 (eword-decode-unstructured-field-body): Change interface to add
1986 optional dummy argument `start-column' and `max-column'.
1987 (eword-decode-and-unfold-unstructured-field): Add optional dummy
1988 argument `start-column' and `max-column'.
1989 (mime-field-decoder-alist): New variable; abolish user option
1990 `eword-decode-ignored-field-list' and
1991 `eword-decode-structured-field-list'.
1992 (mime-set-field-decoder): New function.
1993 (mime-find-field-decoder): New function.
1994 (mime-decode-field-body): New function; abolish function
1995 `eword-decode-field-body'.
1996 (mime-decode-header-in-buffer): Renamed from
1997 `eword-decode-header'; refer `mime-field-decoder-alist' instead of
1998 hard-coding; add obsolete alias `eword-decode-header'.
2000 1998-10-28 MORIOKA Tomohiko <morioka@jaist.ac.jp>
2002 * mime-def.el: Avoid compile error when edebug is missing.
2005 1998-10-28 MORIOKA Tomohiko <morioka@jaist.ac.jp>
2007 * FLIM: Version 1.11.3 (Saidaiji) was released.
2009 1998-10-27 MORIOKA Tomohiko <morioka@jaist.ac.jp>
2011 * VERSION: New file (Renamed from FLIM-VERSION).
2013 1998-10-27 MORIOKA Tomohiko <morioka@jaist.ac.jp>
2015 * eword-encode.el (eword-encode-char-type): Return nil for ?\n.
2017 1998-10-27 Tanaka Akira <akr@jaist.ac.jp>
2019 * eword-encode.el (eword-encode-field-body): Unfold `field-body'.
2021 1998-10-27 Yoshiki Hayashi <g740685@komaba.ecc.u-tokyo.ac.jp>
2023 * README.ja: Update.
2026 1998-10-26 MORIOKA Tomohiko <morioka@jaist.ac.jp>
2028 * FLIM: Version 1.11.2 (Heij
\e-Dò)
\e-A was released.
2030 * NEWS (Abolish variable `mime-temp-directory'): New subsection.
2032 * README.en (Installation): Modify for APEL 9.6.
2034 1998-10-26 MORIOKA Tomohiko <morioka@jaist.ac.jp>
2036 * eword-encode.el (eword-encode-field-body): Don't eliminate
2039 1998-10-25 MORIOKA Tomohiko <morioka@jaist.ac.jp>
2041 * FLIM-ELS (flim-modules): Don't install mel-b-el for Emacs 20.4.
2043 1998-10-25 Tanaka Akira <akr@jaist.ac.jp>
2045 * eword-decode.el (eword-decode-field-body): Refine implementation.
2047 1998-10-24 Tanaka Akira <akr@jaist.ac.jp>
2049 * mel-b-ccl.el, mel-q-ccl.el, mel.el, FLIM-ELS: Divide mel-ccl.el
2050 into mel-b-ccl.el and mel-q-ccl.el.
2052 1998-09-11 Tanaka Akira <akr@jaist.ac.jp>
2054 * mel.el (base64-encoded-length): New implementation.
2056 1998-10-25 Tanaka Akira <akr@jaist.ac.jp>
2058 * eword-decode.el (eword-decode-field-body): New function.
2060 1998-10-25 MORIOKA Tomohiko <morioka@jaist.ac.jp>
2062 * eword-encode.el (eword-encode-field-body): Change interface.
2063 (eword-encode-header): Use `eword-encode-field-body'; abolish
2064 function `eword-encode-field'.
2066 1998-10-25 Tanaka Akira <akr@jaist.ac.jp>
2068 * eword-encode.el (eword-encode-field-body): New function.
2069 (eword-encode-field): Use `eword-encode-field-body'.
2071 1998-10-24 MORIOKA Tomohiko <morioka@jaist.ac.jp>
2073 * mel.el, mel-b-el.el, FLIM-ELS: Rename mel-b.el -> mel-b-el.el.
2075 1998-10-24 MORIOKA Tomohiko <morioka@jaist.ac.jp>
2077 * mel-u.el (uuencode-external-decode-region): Use
2078 `temporary-file-directory' instead of `mime-temp-directory'.
2079 (mime-write-decoded-region): Likewise.
2081 * mime-def.el: Abolish variable `mime-temp-directory'.
2083 1998-10-24 MORIOKA Tomohiko <morioka@jaist.ac.jp>
2085 * mmgeneric.el (mime-insert-header-from-buffer): New function.
2086 (insert-header): Use `mime-insert-header-from-buffer'.
2088 1998-10-24 MORIOKA Tomohiko <morioka@jaist.ac.jp>
2090 * FLIM-ELS: Don't install mel-b-dl.el if the running emacs has
2091 builtin base64 encoder/decoder.
2093 * mel.el: Set up builtin base64 encoder/decoder if they are
2096 * mime-def.el (base64-dl-module): Set nil as initial value if the
2097 running emacs has builtin base64 encoder/decoder.
2099 * mel-b.el: Require `poe' instead of `emu'.
2100 (base64-encode-string): Use `defun-maybe'.
2101 (base64-encode-region): Likewise.
2102 (base64-decode-region): Likewise.
2103 (base64-decode-string): Likewise.
2105 * mel-b-dl.el: Require `poe' instead of `emu'.
2108 1998-10-23 MORIOKA Tomohiko <morioka@jaist.ac.jp>
2110 * FLIM: Version 1.11.1 (Takanohara) was released.
2112 1998-10-22 Yoshiki Hayashi <g740685@komaba.ecc.u-tokyo.ac.jp>
2114 * README.ja: New file.
2116 1998-10-20 MORIOKA Tomohiko <morioka@jaist.ac.jp>
2118 * mime-def.el: Require mcharset.
2120 1998-10-20 Katsumi Yamaoka <yamaoka@jpl.org>
2122 * mel-u.el (mime-write-decoded-region): Fix typo.
2124 * mime-def.el: Enclose defining procedure for the constants
2125 `std11-quoted-pair-regexp', `std11-non-qtext-char-list' and
2126 `std11-qtext-regexp' with `eval-and-compile'.
2128 1998-10-19 MORIOKA Tomohiko <morioka@jaist.ac.jp>
2130 * NEWS (Behavior change of `mime-insert-header'): New subsection.
2132 * mmgeneric.el (insert-header): Include `:' in field-name.
2134 1998-10-19 MORIOKA Tomohiko <morioka@jaist.ac.jp>
2136 * mime-def.el (std11-qtext-regexp): Use `eval-when-compile'; don't
2137 use `char-list-to-string'.
2138 (std11-quoted-string-regexp): Use `eval-when-compile'.
2139 - Use `def-edebug-spec' to define edebug-form-spec of
2140 mm-define-method; fix definition of edebug-form-spec of
2143 1998-10-18 MORIOKA Tomohiko <morioka@jaist.ac.jp>
2145 * mime-en.sgml, mime-ja.sgml (Header encoder/decoder): Add
2146 description about `eword-field-encoding-method-alist'.
2148 * mime-en.sgml (Header encoder/decoder): Modify description about
2149 `eword-encode-header'.
2151 * mime-ja.sgml (Header encoder/decoder): Translate.
2153 1998-10-18 MORIOKA Tomohiko <morioka@jaist.ac.jp>
2155 * mime-en.sgml (entity formatting): Fix typo in description of
2156 `default-mime-charset'.
2158 * mime-en.sgml (Header encoder/decoder): Modify description of
2159 `eword-decode-header'.
2161 * mime-ja.sgml, mime-en.sgml (Header encoder/decoder): fix typo.
2163 * mime-en.sgml (encoder/decoder): Translate description of
2164 `mime-decode-string'.
2166 1998-10-18 MORIOKA Tomohiko <morioka@jaist.ac.jp>
2168 * mime-en.sgml (Content-Disposition parser): Modify description.
2170 * mime-en.sgml (Content-Type parser): Modify description.
2172 1998-10-18 MORIOKA Tomohiko <morioka@jaist.ac.jp>
2174 * mime-en.sgml (Content-Transfer-Encoding parser): Translate.
2177 1998-10-18 MORIOKA Tomohiko <morioka@jaist.ac.jp>
2179 * FLIM: Version 1.11.0 (Yamadagawa) was released.
2181 1998-10-17 MORIOKA Tomohiko <morioka@jaist.ac.jp>
2183 * mime-ja.sgml, mime-en.sgml (entity formatting): Add description
2184 about `mime-insert-text-content'.
2186 1998-10-17 MORIOKA Tomohiko <morioka@jaist.ac.jp>
2188 * mime-ja.sgml, mime-en.sgml (entity formatting): New node; move
2189 `mime-insert-header' from `Entity-header'; move
2190 `default-mime-charset' from `custom'.
2192 1998-10-17 MORIOKA Tomohiko <morioka@jaist.ac.jp>
2194 * mime-en.sgml, mime-ja.sgml (Entity-header): Generic function
2195 `mime-insert-decoded-header' was renamed to `mime-insert-header'.
2197 1998-10-17 MORIOKA Tomohiko <morioka@jaist.ac.jp>
2201 1998-10-16 MORIOKA Tomohiko <morioka@jaist.ac.jp>
2203 * mime.el (mime-insert-header): Renamed from
2204 `mime-insert-decoded-header'; define `mime-insert-decoded-header'
2205 as an obsolete alias.
2207 * mmgeneric.el, mmcooked.el (insert-header): Renamed from
2208 `insert-decoded-header'.
2210 * README.en (Installation): Add required version of APEL.
2212 1998-10-16 MORIOKA Tomohiko <morioka@jaist.ac.jp>
2214 * mel-g.el: Require mel.
2216 * mel-g.el: Require poem instead of emu.
2218 1998-10-16 MORIOKA Tomohiko <morioka@jaist.ac.jp>
2220 * mime.el (mime-insert-text-content): New generic function.
2222 * mmcooked.el, mmgeneric.el (insert-text-content): New method.
2224 1998-10-02 MORIOKA Tomohiko <morioka@jaist.ac.jp>
2226 * std11.el (std11-unfold-string): New implementation.
2228 1998-10-02 MORIOKA Tomohiko <morioka@jaist.ac.jp>
2230 * mmgeneric.el: New module.
2232 * mmbuffer.el: Use `generic' as mother backend.
2234 * FLIM-ELS (flim-modules): Add mmgeneric.
2236 1998-10-01 MORIOKA Tomohiko <morioka@jaist.ac.jp>
2238 * mime-parse.el (mime-parse-message): Modify for
2239 `make-mime-entity-internal'.
2241 * mime-def.el (make-mime-entity-internal): Change interface to be
2242 able to specify original-header and parsed-header.
2244 1998-09-30 MORIOKA Tomohiko <morioka@jaist.ac.jp>
2246 * eword-decode.el (eword-decode-and-unfold-unstructured-field):
2249 1998-09-30 MORIOKA Tomohiko <morioka@jaist.ac.jp>
2251 * mime.el (mime-entity-content-type): New implementation.
2252 (mime-entity-content-disposition): New implementation.
2253 (mime-entity-encoding): New implementation.
2255 * mime.el (mime-fetch-field): Refer internal slots for Date,
2256 Message-Id and References fields.
2258 * mime-parse.el (mime-parse-message): Modify for
2259 `make-mime-entity-internal'.
2261 * mime-def.el: Change `mime-entity-*-internal' and
2262 `mime-entity-set-*-internal' to macro.
2263 (make-mime-entity-internal): Change interface and data format for
2264 NOV data; changed to macro.
2265 (mime-entity-set-location-internal): New macro.
2266 (mime-entity-decoded-subject-internal): New macro.
2267 (mime-entity-set-decoded-subject-internal): New macro.
2268 (mime-entity-decoded-from-internal): New macro.
2269 (mime-entity-set-decoded-from-internal): New macro.
2270 (mime-entity-date-internal): New macro.
2271 (mime-entity-set-date-internal): New macro.
2272 (mime-entity-message-id-internal): New macro.
2273 (mime-entity-set-message-id-internal): New macro.
2274 (mime-entity-references-internal): New macro.
2275 (mime-entity-set-references-internal): New macro.
2276 (mime-entity-chars-internal): New macro.
2277 (mime-entity-set-chars-internal): New macro.
2278 (mime-entity-lines-internal): New macro.
2279 (mime-entity-set-lines-internal): New macro.
2280 (mime-entity-xref-internal): New macro.
2281 (mime-entity-set-xref-internal): New macro.
2282 (mime-entity-original-header-internal): Modify for new structure;
2284 (mime-entity-set-original-header-internal): Likewise.
2285 (mime-entity-parsed-header-internal): Likewise.
2286 (mime-entity-set-parsed-header-internal): Likewise.
2287 (mime-entity-buffer-internal): Likewise.
2288 (mime-entity-set-buffer-internal): Likewise.
2289 (mime-entity-header-start-internal): Likewise.
2290 (mime-entity-set-header-start-internal): Likewise.
2291 (mime-entity-header-end-internal): Likewise.
2292 (mime-entity-set-header-end-internal): Likewise.
2293 (mime-entity-body-start-internal): Likewise.
2294 (mime-entity-set-body-start-internal): Likewise.
2295 (mime-entity-body-end-internal): Likewise.
2296 (mime-entity-set-body-end-internal): Likewise.
2299 1998-10-14 MORIOKA Tomohiko <morioka@jaist.ac.jp>
2301 * FLIM: Version 1.10.5 (Kizugawadai) was released.
2303 * mel.el: Must require poem.
2306 1998-10-12 MORIOKA Tomohiko <morioka@jaist.ac.jp>
2308 * FLIM: Version 1.10.4 (Shin-H
\e-Dòsono)
\e-A was released.
2310 1998-10-12 Katsumi Yamaoka <yamaoka@jpl.org>
2312 * README.en: Add explanation about `VERSION_SPECIFIC_LISPDIR'.
2314 * Makefile (install): Add new arg `VERSION_SPECIFIC_LISPDIR'.
2317 * FLIM-MK (config-flim): Refer to `VERSION_SPECIFIC_LISPDIR'.
2319 * FLIM-CFG (VERSION_SPECIFIC_LISPDIR): New variable.
2321 1998-10-12 MORIOKA Tomohiko <morioka@jaist.ac.jp>
2323 * mel.el (mel-ccl-module): Require path-util when the running
2326 * mel.el: Don't require emu.
2328 1998-10-11 MORIOKA Tomohiko <morioka@jaist.ac.jp>
2330 * FLIM-ELS: Don't install mel-ccl in anything older than XEmacs 21
2334 1998-10-10 MORIOKA Tomohiko <morioka@jaist.ac.jp>
2336 * FLIM: Version 1.10.3 (Komada) was released.
2338 * mel-ccl.el (base64-ccl-write-decoded-region): bind
2339 `jka-compr-compression-info-list' with nil.
2341 * mel-b.el (base64-internal-decoding-limit): Switch default value
2342 between XEmacs-mule and other emacsen.
2343 Abolish function `base64-decode-string!'.
2344 (base64-internal-decode-region): New implementation.
2345 (base64-insert-encoded-file): New function.
2346 (mime-insert-encoded-file): Use `base64-insert-encoded-file'.
2347 (base64-write-decoded-region): New function.
2348 (mime-write-decoded-region): Use `base64-write-decoded-region'.
2350 * mel-b-dl.el (decode-base64-region): Renamed from
2351 `base64-decode-region'.
2352 (mime-insert-encoded-file): Change temporary-buffer to unibyte
2353 representation. Abolish method `mime-write-decoded-region'
2354 because it is slower than CCL based implementation.
2356 1998-10-09 Tanaka Akira <akr@jaist.ac.jp>
2358 * mel-ccl.el: Check `ccl-execute-eof-block-on-decoding-some'
2359 facility instead of `ccl-execute-eof-block-on-encoding-some'.
2361 1998-10-09 MORIOKA Tomohiko <morioka@jaist.ac.jp>
2363 * mel-b.el (base64-characters): Enclose with `eval-and-compile'.
2365 * eword-decode.el (eword-encoded-text-regexp): Enclose with
2367 (eword-encoded-word-regexp): Use `eval-when-compile'.
2369 1998-10-09 MORIOKA Tomohiko <morioka@jaist.ac.jp>
2371 * eword-decode.el (eword-max-size-to-decode): New user option.
2372 (eword-decode-and-fold-structured-field): Do nothing if size of
2373 input is bigger than `eword-max-size-to-decode'.
2375 1998-10-08 MORIOKA Tomohiko <morioka@jaist.ac.jp>
2377 * mel-b.el (base64-numbers): Use `eval-when-compile'.
2379 1998-10-09 Katsumi Yamaoka <yamaoka@jpl.org>
2381 * FLIM-CFG: Use `add-latest-path' instead of `add-path' for adding
2382 "custom" to load-path.
2384 1998-10-09 Katsumi Yamaoka <yamaoka@jpl.org>
2386 * mime-def.el (mime-library-product): Enclose with
2389 * FLIM-CFG: Add "custom" to load-path.
2392 1998-10-08 MORIOKA Tomohiko <morioka@jaist.ac.jp>
2394 * FLIM: Version 1.10.2 (Kintetsu-Miyazu) was released.
2396 * mime-def.el, mel.el, mel-b-dl.el: Move variable
2397 `base64-dl-module' from mel-b-dl.el and mel.el to mime-def.el.
2399 1998-10-08 MORIOKA Tomohiko <morioka@jaist.ac.jp>
2401 * mel.el (mel-ccl-module): New variable; use it to check mel-ccl
2404 * FLIM-ELS: Don't install mel-ccl for anything older than MULE
2407 1998-10-08 MORIOKA Tomohiko <morioka@jaist.ac.jp>
2409 * mel-u.el: Use `mel-define-backend' to define "x-uue".
2410 Define "x-uuencode" as a clone of "x-uue".
2412 * Move variable `mel-encoding-module-alist' from mel.el to
2415 * mel.el (mel-find-function): Use function
2416 `mel-find-function-from-obarray'.
2417 Use `mel-define-backend' to define "7bit", "8bit" and "binary";
2418 don't define methods of "8bit" and "binary"; inherit methods from
2421 * mime-def.el (mel-service-list): New variable.
2422 (mel-define-service): New implementation.
2423 (mel-find-function-from-obarray): New inline function.
2424 (mel-copy-method): New inline function.
2425 (mel-copy-backend): New inline function.
2426 (mel-define-backend): New macro.
2428 1998-10-08 MORIOKA Tomohiko <morioka@jaist.ac.jp>
2430 * mel-u.el: Define method functions of mel.
2431 (mime-encode-region): Use `mel-define-method-function'; abolish
2432 `uuencode-encode-region'.
2433 (mime-decode-region): Use `mel-define-method-function'; abolish
2434 `uuencode-decode-region'.
2435 (mime-encode-string): New method.
2436 (mime-decode-string): New method.
2437 (mime-insert-encoded-file): Use `mel-define-method'; abolish
2438 `uuencode-insert-encoded-file'.
2439 (mime-write-decoded-region): Use `mel-define-method'; abolish
2440 `uuencode-write-decoded-region'.
2442 1998-10-07 MORIOKA Tomohiko <morioka@jaist.ac.jp>
2444 * mime-def.el (mel-define-service): Add DOC.
2445 (mel-define-method): Add DOC.
2446 (mel-define-method-function): Add DOC.
2448 * mime-en.sgml, mime-ja.sgml: Modify for FLIM 1.10.
2451 1998-10-07 MORIOKA Tomohiko <morioka@jaist.ac.jp>
2453 * FLIM: Version 1.10.1 (Miyamaki) was released.
2455 1998-10-06 MORIOKA Tomohiko <morioka@jaist.ac.jp>
2457 * mel-g.el: Define method functions of mel.
2458 (mime-encode-region): Use `mel-define-method-function'; abolish
2459 `gzip64-encode-region'.
2460 (mime-decode-region): Use `mel-define-method-function'; abolish
2461 `gzip64-decode-region'.
2462 (mime-encode-string): New method.
2463 (mime-decode-string): New method.
2464 (mime-insert-encoded-file): Use `mel-define-method'; abolish
2465 `gzip64-insert-encoded-file'.
2466 (mime-write-decoded-region): Use `mel-define-method'; abolish
2467 `gzip64-write-decoded-region'.
2469 * mime-def.el (mime-library-product): New variable; abolish
2470 `mime-library-version'.
2471 (mime-product-name): New macro.
2472 (mime-product-version): New macro.
2473 (mime-product-code-name): New macro.
2474 (mime-library-version): Renamed from
2475 `mime-library-version-string'; use `mime-library-product',
2476 `mime-product-name', `mime-product-version' and
2477 `mime-product-code-name'.
2479 * mime-def.el (mm-define-backend): Add DOC.
2480 (mm-define-method): Add DOC.
2482 * mel.el (mime-encoding-list): Modify DOC to add description about
2483 optional argument SERVICE.
2485 1998-10-04 MORIOKA Tomohiko <morioka@jaist.ac.jp>
2487 * mime-ja.sgml, mime-en.sgml (mm-backend module): Write
2488 description of `mm-define-backend' and `mm-define-method'.
2491 1998-09-29 MORIOKA Tomohiko <morioka@jaist.ac.jp>
2493 * FLIM: Version 1.10.0 (K
\e-Dòdo)
\e-A was released.
2495 * README.en (What's FLIM): Add mel-ccl.el.
2497 1998-09-21 Tanaka Akira <akr@jaist.ac.jp>
2500 - Require 'pccl instead of 'emu.
2501 - Use `unless-broken' to check facility.
2503 1998-09-27 MORIOKA Tomohiko <morioka@jaist.ac.jp>
2505 * mel.el (mime-encoding-list): New user option (renamed from
2506 `mime-content-transfer-encoding-list').
2507 (mime-encoding-list): New function.
2508 (mime-encoding-alist): New function.
2509 (mime-encode-region): Use `mime-encoding-alist' for completion.
2510 (mime-decode-region): Likewise.
2511 (mime-insert-encoded-file): Likewise.
2512 (mime-write-decoded-region): Likewise.
2514 1998-09-24 MORIOKA Tomohiko <morioka@jaist.ac.jp>
2516 * eword-decode.el (eword-decode-structured-field-list): Add
2517 Mail-Followup-To field.
2519 1998-09-20 MORIOKA Tomohiko <morioka@jaist.ac.jp>
2521 * eword-encode.el (eword-charset-encoding-alist): Add utf-8.
2523 1998-09-20 MORIOKA Tomohiko <morioka@jaist.ac.jp>
2525 * mel.el (mime-content-transfer-encoding-list): New user option.
2526 (mime-encode-region): Use `mime-content-transfer-encoding-list'
2528 (mime-decode-region): Likewise.
2529 (mime-insert-encoded-file): Likewise.
2530 (mime-write-decoded-region): Likewise.
2532 * mel.el (mime-write-decoded-region): fix typo.
2534 1998-09-20 MORIOKA Tomohiko <morioka@jaist.ac.jp>
2536 * mime-def.el (mel-define-method-function): Don't override.
2538 1998-09-20 MORIOKA Tomohiko <morioka@jaist.ac.jp>
2540 * mel.el, mel-ccl.el, FLIM-ELS: Add mel-ccl.el.
2542 1998-09-20 MORIOKA Tomohiko <morioka@jaist.ac.jp>
2544 * mel-dl.el, README.en, FLIM-ELS: Rename mel-dl.el to mel-b-dl.el.
2546 * mel.el: - Rename mel-dl.el to mel-b-dl.el.
2547 - Move `mel-define-service' to mime-def.el.
2549 * mime-def.el (mel-define-service): New macro (moved from mel.el);
2550 fixed problem in Emacs.
2551 (mel-define-method): Use `mel-define-service'.
2552 (mel-define-method-function): Use `mel-define-service'.
2554 1998-09-20 MORIOKA Tomohiko <morioka@jaist.ac.jp>
2556 * mel.el (mime-encode-region): Don't regard nil encoding as
2559 1998-09-19 MORIOKA Tomohiko <morioka@jaist.ac.jp>
2561 * eword-encode.el (eword-encode-text): Use
2562 `encoded-text-encode-string'.
2563 (tm-eword::encoded-word-length): `q-encoding-encoded-length' was
2564 renamed to `Q-encoded-text-length'.
2566 * eword-decode.el: Move `base64-token-regexp',
2567 `base64-token-padding-regexp', `eword-B-encoded-text-regexp' and
2568 `eword-Q-encoded-text-regexp' to mime-def.el.
2569 (eword-decode-encoded-text): Use `encoded-text-decode-string'.
2571 * mel-q.el: Define method functions of mel.
2572 (mime-insert-encoded-file): Use `mel-define-method'; abolish
2573 `quoted-printable-insert-encoded-file'.
2574 (mime-write-decoded-region): Use `mel-define-method'; abolish
2575 `quoted-printable-write-decoded-region'.
2576 - Move `q-encoding-printable-char-p' and
2577 `q-encoding-encoded-length' to mel.el.
2579 * mel-b.el: Define method functions of mel.
2580 (mime-insert-encoded-file): Use `mel-define-method'; abolish
2581 `base64-insert-encoded-file'.
2582 (mime-write-decoded-region): Use `mel-define-method'; abolish
2583 `base64-write-decoded-region'.
2584 - Move `base64-encoded-length' to mel.el.
2586 * mel-dl.el (base64-encode-region): Define directly (abolish
2587 `base64-dl-encode-region').
2588 (base64-decode-region): Define directly (abolish
2589 `base64-dl-decode-region'). Define method functions of mel.
2590 (mime-insert-encoded-file): Use `mel-define-method'; abolish
2591 `base64-insert-encoded-file'; don't use external encoder.
2592 (mime-write-decoded-region): Use `mel-define-method'; abolish
2593 `base64-write-decoded-region'; don't use external decoder.
2594 - Move `base64-encoded-length' to mel.el.
2596 * mime.el: Move `mm-arglist-to-arguments' to mime-def.el.
2598 * mime-def.el (base64-token-regexp): New constant (moved from
2600 (base64-token-padding-regexp): Likewise.
2601 (B-encoded-text-regexp): New constant (moved from eword-decode.el,
2602 and renamed from `eword-B-encoded-text-regexp').
2603 (Q-encoded-text-regexp): New constant (moved from eword-decode.el,
2604 and renamed from `eword-Q-encoded-text-regexp'.
2605 (mm-arglist-to-arguments): New function (moved from mime.el).
2606 (mel-define-method): New macro.
2607 (mel-define-method-function): New macro.
2608 (mel-define-function): New macro.
2610 * mel.el (mel-encoding-module-alist): New variable.
2611 (mel-use-module): New function.
2612 (mel-find-function): New function.
2613 (mel-define-service): New macro.
2614 (mime-encode-region): Use `mel-find-function'; abolish variable
2615 `mime-encoding-method-alist'.
2616 (mime-decode-region): Use `mel-find-function'; abolish variable
2617 `mime-decoding-method-alist'.
2618 (mime-decode-string): Use `mel-find-function'; abolish variable
2619 `mime-string-decoding-method-alist'.
2620 (encoded-text-encode-string): New function.
2621 (encoded-text-decode-string): New function.
2622 (base64-encoded-length): New function (moved from mel-b.el and
2624 (Q-encoding-printable-char-p): New function (moved from mel-q.el,
2625 and renamed from `q-encoding-printable-char-p').
2626 (Q-encoded-text-length): New function (moved from mel-q.el, and
2627 renamed from `q-encoding-encoded-length').
2628 (mime-insert-encoded-file): Use `mel-find-function'; abolish
2629 variable `mime-file-encoding-method-alist'.
2630 (mime-write-decoded-region): Use `mel-find-function'; abolish
2631 variable `mime-file-decoding-method-alist'.
2633 1998-09-16 MORIOKA Tomohiko <morioka@jaist.ac.jp>
2635 * mel-b.el (base64-internal-encoding-limit): modify :type.
2636 (base64-internal-decoding-limit): Change initial value to 70000;
2639 * mel-b.el (base64-decode-string!): Renamed from
2640 `base64-internal-decode-string!'.
2642 1998-09-16 MORIOKA Tomohiko <morioka@jaist.ac.jp>
2644 * mel-b.el (base64-characters): New constant.
2645 (base64-num-to-char): Use `base64-characters'.
2646 (base64-numbers): Use `base64-characters'.
2647 (base64-internal-decode): Modify calculation third byte.
2649 * mel-dl.el (base64-dl-encode-string): New alias.
2650 (base64-dl-decode-string): New alias.
2651 (base64-dl-encode-region): Renamed from `base64-encode-region';
2652 don't save-excursion and save-restriction.
2653 (base64-dl-decode-region): Renamed from `base64-decode-region';
2654 don't save-excursion and save-restriction; convert all at once.
2655 (base64-encode-region): New alias.
2656 (base64-decode-region): New alias.
2658 * mel-b.el (base64-internal-decode): New function.
2659 (base64-internal-decode-string): Use `base64-internal-decode'.
2660 (base64-internal-decode-string!): New function.
2661 (base64-internal-decode-region): Use
2662 `base64-internal-decode-string!' instead of
2663 `base64-internal-decode-string'.
2665 1998-09-15 Tanaka Akira <akr@jaist.ac.jp>
2667 * mel-b.el (base64-numbers): Fix a position of 63.
2669 1998-09-15 MORIOKA Tomohiko <morioka@jaist.ac.jp>
2671 * mel-b.el (base64-numbers): New constant.
2672 (base64-char-to-num): New macro.
2673 (base64-internal-decode-string): Don't use memq.
2675 1998-09-15 MORIOKA Tomohiko <morioka@jaist.ac.jp>
2677 * mel-b.el (base64): New group.
2678 (base64-external-encoder): Now a user option.
2679 (base64-external-decoder): Now a user option.
2680 (base64-external-decoder-option-to-specify-file): Now a user
2682 (base64-internal-encoding-limit): Now a user option.
2683 (base64-internal-decoding-limit): Now a user option.
2685 * mel-b.el (base64-internal-decode-string): New implementation;
2686 abolish function `base64-decode-unit'.
2688 1998-09-15 MORIOKA Tomohiko <morioka@jaist.ac.jp>
2690 * README.en (Installation): Fix typo.
2693 1998-09-15 MORIOKA Tomohiko <morioka@jaist.ac.jp>
2695 * FLIM: Version 1.9.2 (Shin-Tanabe) was released.
2697 * README.en (Installation): Add `install as a XEmacs package'.
2699 1998-09-15 MORIOKA Tomohiko <morioka@jaist.ac.jp>
2701 * mime-en.sgml (Encoding Method): Translate.
2703 1998-09-15 MORIOKA Tomohiko <morioka@jaist.ac.jp>
2705 * eword-encode.el (eword-encode-msg-id-to-rword-list): New
2707 (eword-encode-in-reply-to-to-rword-list): New function.
2708 (eword-encode-in-reply-to): New function.
2709 (eword-encode-field): Use `eword-encode-in-reply-to' for
2710 `In-Reply-To' field.
2712 * std11.el (std11-parse-in-reply-to): New function.
2714 1998-09-14 MORIOKA Tomohiko <morioka@jaist.ac.jp>
2716 * eword-decode.el (eword-decode-structured-field-list): Add
2719 1998-09-11 MORIOKA Tomohiko <morioka@jaist.ac.jp>
2721 * Makefile (package): Don't update auto-autoloads.el and
2724 * FLIM-MK (compile-flim-package): Update auto-autoloads.el and
2727 1998-09-11 MORIOKA Tomohiko <morioka@jaist.ac.jp>
2729 * mime-def.el: Abolish function `butlast' and `nbutlast'.
2731 * mime-def.el (mime-library-version): New constant.
2732 (mime-library-version-string): Refer `mime-library-version'.
2734 1998-09-11 MORIOKA Tomohiko <morioka@jaist.ac.jp>
2736 * Makefile (XEMACS): New variable.
2737 (PACKAGEDIR): New variable.
2738 (package): New target.
2739 (install-package): New target.
2741 * FLIM-CFG (PACKAGEDIR): New variable.
2743 * FLIM-MK (config-flim-package): New function.
2744 (compile-flim-package): New function.
2745 (install-flim-package): New function.
2747 1998-09-10 MORIOKA Tomohiko <morioka@jaist.ac.jp>
2749 * mime-en.sgml (Content-Type field): Translate.
2750 (mime-content-type): Translate.
2751 (Content-Type parser): Translate.
2752 (Content-Disposition): Translate.
2753 (mime-content-disposition): Translate.
2754 (Content-Disposition parser): Translate.
2756 1998-09-10 MORIOKA Tomohiko <morioka@jaist.ac.jp>
2758 * Makefile (GOMI): Add Texinfo related garbages.
2759 (clean): Delete historical setting.
2761 1998-09-03 MORIOKA Tomohiko <morioka@jaist.ac.jp>
2763 * mime-en.sgml (mm-backend): Translate.
2764 (Request for entity): Likewise.
2765 (mm-backend module): Likewise.
2767 * mime.el (mime-entity-send): Add DOC-string.
2769 1998-09-01 MORIOKA Tomohiko <morioka@jaist.ac.jp>
2771 * mime-en.sgml (Entity hierarchy): Translate.
2773 1998-09-01 MORIOKA Tomohiko <morioka@jaist.ac.jp>
2775 * mime-en.sgml, mime-ja.sgml (Entity): Rearrangement.
2778 1998-08-31 MORIOKA Tomohiko <morioka@jaist.ac.jp>
2780 * FLIM: Version 1.9.1 (Tonosh
\e-Dò)
\e-A was released.
2782 * mime-en.sgml (mm-backend): Translate a little.
2784 1998-08-31 MORIOKA Tomohiko <morioka@jaist.ac.jp>
2786 * eword-encode.el (eword-encode-default-start-column): New user
2788 (eword-encode-string): Use `eword-encode-default-start-column'.
2789 (eword-encode-address-list): Likewise.
2790 (eword-encode-structured-field-body): Likewise.
2791 (eword-encode-unstructured-field-body): Likewise.
2793 1998-08-31 MORIOKA Tomohiko <morioka@jaist.ac.jp>
2795 * eword-encode.el (eword-encode): New group.
2796 (eword-field-encoding-method-alist): Now a user option (was:
2799 1998-08-31 MORIOKA Tomohiko <morioka@jaist.ac.jp>
2801 * eword-encode.el: Rename `tm-eword::mailbox-to-rwl' ->
2802 `eword-encode-mailbox-to-rword-list'.
2804 * eword-encode.el: Rename `tm-eword::phrase-to-rwl' ->
2805 `eword-encode-phrase-to-rword-list'.
2807 * eword-encode.el: Rename `eword-addr-spec-to-rwl' ->
2808 `eword-encode-addr-spec-to-rword-list'.
2810 * eword-encode.el: Rename `eword-phrase-route-addr-to-rwl' ->
2811 `eword-encode-phrase-route-addr-to-rword-list'.
2813 * eword-encode.el: Rename `eword-addr-seq-to-rwl' ->
2814 `eword-encode-addr-seq-to-rword-list'.
2816 * eword-encode.el: Rename `tm-eword::split-string' ->
2817 `eword-encode-split-string'.
2819 * eword-encode.el: Rename `tm-eword::addresses-to-rwl' ->
2820 `eword-encode-addresses-to-rword-list'.
2822 * eword-encode.el: Rename `tm-eword::encode-rwl' ->
2823 `eword-encode-rword-list'.
2825 * eword-encode.el (eword-encode-unstructured-field-body): New
2827 (eword-encode-field): Use `eword-encode-unstructured-field-body'.
2829 1998-08-31 MORIOKA Tomohiko <morioka@jaist.ac.jp>
2831 * eword-encode.el (eword-encode-string): Add DOC-string.
2832 (eword-encode-address-list): Likewise.
2833 (eword-encode-structured-field-body): Likewise.
2835 * eword-encode.el (eword-encode-field): Regard `In-Reply-To' as a
2838 1998-08-28 MORIOKA Tomohiko <morioka@jaist.ac.jp>
2840 * eword-encode.el (eword-encode-field): Use `capitalize' instead
2841 of `downcase' for `field-name'.
2843 * eword-encode.el (eword-encode-structured-field-body): New
2845 (eword-encode-field): Use `eword-encode-structured-field-body' for
2846 "MIME-Version" and "User-Agent" field.
2848 1998-08-26 Shuhei KOBAYASHI <shuhei-k@jaist.ac.jp>
2850 * mime-def.el (mm-define-method): Put `edebug-form-spec'.
2852 1998-08-28 MORIOKA Tomohiko <morioka@jaist.ac.jp>
2854 * eword-encode.el (eword-encode-address-list): New function.
2855 (eword-encode-field): Use `eword-encode-address-list' instead of
2856 `tm-eword::encode-address-list'; abolish
2857 `tm-eword::encode-address-list'.
2859 * eword-encode.el (eword-encode-field): Use `eword-encode-string'
2860 instead of `tm-eword::encode-string'; abolish
2861 `tm-eword::encode-string'.
2863 * eword-encode.el: Rename `tm-eword::make-rword' ->
2864 `make-ew-rword'; rename `tm-eword::rword-' -> `ew-rword-'.
2866 1998-08-26 Shuhei KOBAYASHI <shuhei-k@jaist.ac.jp>
2868 * mel-b.el (base64-insert-encoded-file): Conditionally use
2869 internal converter. (cf. [tm-ja:3320])
2870 (base64-write-decoded-region): Ditto.
2872 1998-08-25 MORIOKA Tomohiko <morioka@jaist.ac.jp>
2874 * FLIM-ELS (flim-modules): Don't add `mel-dl' unconditionally.
2876 1998-08-25 MORIOKA Tomohiko <morioka@jaist.ac.jp>
2878 * Delete mime-lib.el.
2880 1998-08-10 MORIOKA Tomohiko <morioka@jaist.ac.jp>
2882 * mmbuffer.el (write-entity): `write-region-as-CRLF' was renamed
2883 to `write-region-as-raw-text-CRLF'.
2885 1998-08-07 MORIOKA Tomohiko <morioka@yo.rim.or.jp>
2887 * mmbuffer.el (write-entity): Use `write-region-as-CRLF' instead
2888 of `write-region-as-binary'.
2891 1998-07-15 MORIOKA Tomohiko <morioka@jaist.ac.jp>
2893 * FLIM: Version 1.9.0 (Terada) was released.
2895 1998-07-10 MORIOKA Tomohiko <morioka@jaist.ac.jp>
2897 * mime-parse.el (mime-parse-multipart): Set message/x-broken if
2900 1998-07-10 MORIOKA Tomohiko <morioka@jaist.ac.jp>
2902 * mmbuffer.el (entity-children): Don't use
2903 `mime-entity-children-internal'.
2905 * mime-parse.el (mime-parse-multipart): Modify for
2906 `mime-parse-message'; return children.
2907 (mime-parse-encapsulated): Likewise.
2908 (mime-parse-message): Change interface; delete DOC-string; don't
2909 parse children instantly.
2910 (mime-parse-buffer): Modify for `mime-parse-message'.
2912 * mime-parse.el (mime-parse-message): Delete autoload cookie.
2914 * mime.el: Delete autoload setting for `mime-parse-message'.
2916 * mime-en.sgml, mime-ja.sgml (Entity creation): Delete description
2917 of `mime-parse-message'; modify description of `mime-parse-buffer'
2918 to add `representation-type'.
2921 1998-07-07 MORIOKA Tomohiko <morioka@jaist.ac.jp>
2923 * FLIM-Chao: Version 1.8.0 (Shij
\e-Dò)
\e-A was released.
2925 1998-07-07 MORIOKA Tomohiko <morioka@jaist.ac.jp>
2927 * mmcooked.el: Abolish method `open'.
2929 * mmbuffer.el (initialize-instance): New method; abolish `open'.
2930 (entity-children): New method.
2932 * mime.el (mime-open-entity): Send `initialize-instance' to
2934 (mime-entity-children): New implementation.
2935 (mime-entity-parent): New implementation.
2936 (mime-root-entity-p): New implementation.
2938 * mime-parse.el (mime-parse-multipart): Specify current entity as
2940 (mime-parse-encapsulated): Likewise.
2941 (mime-parse-message): Change interface to specify parent; modify
2942 for `make-mime-entity-internal'.
2943 (mime-parse-buffer): Modify for `mime-parse-message'.
2945 * mime-def.el (make-mime-entity-internal): Change interface; add
2946 format of `mime-entity' to add `parent'.
2948 1998-07-07 MORIOKA Tomohiko <morioka@jaist.ac.jp>
2950 * mmbuffer.el (mime-visible-field-p): Renamed from
2951 `eword-visible-field-p'.
2953 1998-07-07 MORIOKA Tomohiko <morioka@jaist.ac.jp>
2955 * mime.el (mm-arglist-to-arguments): New function.
2956 (mm-define-generic): New macro.
2957 (mime-entity-cooked-p): Use `mm-define-generic'.
2958 (mime-entity-point-min): Use `mm-define-generic'.
2959 (mime-insert-decoded-header): Use `mm-define-generic'.
2960 (mime-entity-content): Use `mm-define-generic'.
2961 (mime-write-entity-content): Use `mm-define-generic'.
2962 (mime-write-entity): Use `mm-define-generic'.
2963 (mime-write-entity-body): Use `mm-define-generic'.
2965 1998-07-07 MORIOKA Tomohiko <morioka@jaist.ac.jp>
2967 * mmbuffer.el (eword-visible-field-p): Moved from mime.el.
2969 * mime.el: Move `eword-visible-field-p' to mmbuffer.el.
2970 (mime-write-entity-body): Change message to `write-body'.
2972 1998-07-07 MORIOKA Tomohiko <morioka@jaist.ac.jp>
2974 * mmcooked.el, mmbuffer.el (open): Renamed from `open-entity'.
2976 * mime.el (mime-open-entity): Change message to `open'.
2978 * mime-def.el (mm-define-backend): Must `copy-alist'.
2980 1998-07-07 MORIOKA Tomohiko <morioka@jaist.ac.jp>
2982 * mmcooked.el, mmbuffer.el: Use `mm-define-backend' and
2985 * mime.el: Move `mime-entity-implementation-alist' to mime-def.el.
2986 (mime-find-function): New implementation.
2987 (mime-entity-cooked-p): Use `mime-entity-send'.
2989 * mime-def.el (mime-entity-implementation-alist): Moved from
2991 (mm-define-backend): New macro.
2992 (mm-define-method): New macro.
2995 1998-07-05 MORIOKA Tomohiko <morioka@jaist.ac.jp>
2997 * FLIM: Version 1.8.1 (Kutsukawa) was released.
2999 1998-07-04 MORIOKA Tomohiko <morioka@jaist.ac.jp>
3001 * mime-en.sgml, mime-ja.sgml (Entity Attributes): Add description
3002 about `default-encoding' of `mime-entity-encoding'.
3004 * mime-en.texi, mime-en.sgml: New files.
3006 * mime-ja.sgml (media-type): Fix typo.
3008 * mime-ja.sgml (Glossary): Fix order.
3010 * mime-ja.sgml (Entity Attributes): Use <code> tag for nil.
3012 * mime-ja.sgml (Entity Attributes): Fix typo.
3014 1998-07-03 MORIOKA Tomohiko <morioka@jaist.ac.jp>
3016 * mime.el (mime-entity-encoding): Add new optional argument
3017 `default-encoding'; set default encoding if
3018 Content-Transfer-Encoding field is not found.
3020 1998-07-03 MORIOKA Tomohiko <morioka@jaist.ac.jp>
3022 * mmbuffer.el (mmbuffer-write-entity): Use
3023 `mime-entity-buffer-internal', `mmbuffer-entity-point-min' and
3024 `mmbuffer-entity-point-max'.
3025 (mmbuffer-write-entity-body): Use `mime-entity-buffer-internal',
3026 `mime-entity-body-start-internal' and
3027 `mime-entity-body-end-internal'.
3028 (mmbuffer-insert-decoded-header): Use
3029 `mime-entity-buffer-internal', `mime-entity-header-start-internal'
3030 and `mime-entity-header-end-internal'.
3033 1998-07-01 MORIOKA Tomohiko <morioka@jaist.ac.jp>
3035 * FLIM: Version 1.8.0 (
\e-DÒkubo)
\e-A was released.
3037 * README.en: Delete `How to use'.
3039 1998-07-01 MORIOKA Tomohiko <morioka@jaist.ac.jp>
3041 * mime-ja.sgml (Entity creation): Add reference for `mm-backend'
3042 in description of `mime-open-entity'.
3044 * mime-ja.sgml (mm-backend): New section.
3046 1998-07-01 MORIOKA Tomohiko <morioka@jaist.ac.jp>
3048 * mime-ja.sgml (Entity-header): Modify description about
3049 `mime-insert-decoded-header'.
3051 * mmcooked.el (mmcooked-insert-decoded-header): New function.
3053 * mmbuffer.el (mmbuffer-insert-decoded-header): New function.
3055 * mime.el (mime-insert-decoded-header): Use implementation of
3056 mm-backend; abolish optional argument `code-conversion'.
3058 1998-06-30 MORIOKA Tomohiko <morioka@jaist.ac.jp>
3060 * eword-decode.el (eword-decode-encoded-text): Use
3061 `decode-mime-charset-string'.
3063 1998-06-30 MORIOKA Tomohiko <morioka@jaist.ac.jp>
3065 * mmcooked.el (mmcooked-write-entity-body): New function.
3067 * mmbuffer.el (mmbuffer-write-entity-body): New function.
3069 * mime.el (mime-write-entity-body): Use implementation of
3072 1998-06-30 MORIOKA Tomohiko <morioka@jaist.ac.jp>
3074 * mmcooked.el (mmcooked-write-entity): New function.
3076 * mmbuffer.el (mmbuffer-write-entity): New function.
3078 * mime.el (mime-write-entity): Use implementation of mm-backend.
3080 1998-06-30 MORIOKA Tomohiko <morioka@jaist.ac.jp>
3082 * mmcooked.el (mmcooked-entity-content): New alias for
3083 `mmbuffer-entity-content'.
3084 (mmcooked-write-entity-content): New function.
3086 * mmbuffer.el (mmbuffer-entity-content): New function.
3087 (mmbuffer-write-entity-content): New function.
3089 * mime.el (mime-entity-send): New function.
3090 (mime-entity-buffer): Use `mime-entity-send'.
3091 (mime-entity-point-min): Likewise.
3092 (mime-entity-point-max): Likewise.
3093 (mime-entity-header-start): Likewise.
3094 (mime-entity-header-end): Likewise.
3095 (mime-entity-body-start): Likewise.
3096 (mime-entity-body-end): Likewise.
3097 (mime-fetch-field): Likewise.
3098 (mime-entity-content): Use implementation of mm-backend.
3099 (mime-write-entity-content): Likewise.
3102 1998-06-30 MORIOKA Tomohiko <morioka@jaist.ac.jp>
3104 * FLIM: Version 1.7.0 (Iseda) was released.
3106 * mime-ja.sgml (Entity creation): Add description of
3108 (Entity Attributes): Add description of `mime-entity-cooked-p'.
3109 (Entity-content): Add description of `mime-write-entity-content',
3110 `mime-write-entity' and `mime-write-entity-body'.
3112 1998-06-29 MORIOKA Tomohiko <morioka@jaist.ac.jp>
3114 * mime.el (mime-write-entity-content): New function.
3116 1998-06-28 MORIOKA Tomohiko <morioka@jaist.ac.jp>
3118 * mime.el (mime-write-entity-body): New function.
3120 * mime.el (mime-write-entity): New function.
3122 1998-06-28 MORIOKA Tomohiko <morioka@jaist.ac.jp>
3124 * mime-parse.el (mime-parse-multipart): Change media-type of
3125 entity to application/octet-stream if the first delimiter is not
3128 1998-06-28 MORIOKA Tomohiko <morioka@jaist.ac.jp>
3130 * FLIM-ELS (flim-modules): Add `mmbuffer' and `mmcooked'.
3132 * mmcooked.el: New file.
3134 * mmbuffer.el: New file.
3136 * mime.el (mime-entity-implementation-alist): New variable.
3137 (mime-find-function): New function.
3138 (mime-open-entity): New function.
3139 (mime-entity-function): New function.
3140 (mime-entity-cooked-p): New function.
3141 (mime-entity-buffer): Use backend-module.
3142 (mime-entity-point-min): Likewise.
3143 (mime-entity-point-max): Likewise.
3144 (mime-entity-header-start): Likewise.
3145 (mime-entity-header-end): Likewise.
3146 (mime-entity-body-start): Likewise.
3147 (mime-entity-body-end): Likewise.
3148 (mime-fetch-field): Likewise.
3150 * mime-parse.el (mime-parse-message): New optional argument
3151 `representation-type'.
3152 (mime-parse-buffer): Likewise.
3154 * mime-def.el: Change format of mime-entity-internal to add
3155 `representation-type' and `location'.
3158 1998-06-28 MORIOKA Tomohiko <morioka@jaist.ac.jp>
3160 * FLIM-Chao: Version 1.7.0 (Goj
\e-Dò)
\e-A was released.
3162 1998-06-26 MORIOKA Tomohiko <morioka@jaist.ac.jp>
3164 * mime-ja.sgml: Modify for FLIM 1.7.
3166 * mime.el (mime-entity-number): Add DOC.
3168 1998-06-26 MORIOKA Tomohiko <morioka@jaist.ac.jp>
3170 * mime.el (mime-entity-encoding): New implementation.
3172 * mime-parse.el (mime-parse-message): Abolish argument `encoding'.
3174 * mime-def.el (make-mime-entity-internal): Abolish argument
3176 (mime-entity-set-encoding-internal): New function.
3178 1998-06-26 MORIOKA Tomohiko <morioka@jaist.ac.jp>
3180 * mime.el (mime-entity-content-disposition): New implementation.
3182 * mime-parse.el (mime-parse-message): Don't parse
3183 Content-Disposition.
3185 * mime-def.el (make-mime-entity-internal): Delete argument
3186 `content-disposition'.
3187 (mime-entity-set-content-disposition-internal): New function.
3189 1998-06-25 MORIOKA Tomohiko <morioka@jaist.ac.jp>
3191 * eword-decode.el: Move function `eword-visible-field-p' and
3192 `mime-insert-decoded-header' to mime.el.
3194 * mime-parse.el: Use internal functions of mime-entity.
3196 * mime.el (mime-entity-children): Moved from mime-def.el; use
3197 `mime-entity-children-internal'.
3198 (mime-entity-node-id): Moved from mime-def.el; use
3199 `mime-entity-node-id-internal'.
3200 (mime-entity-number): Moved from mime-def.el; use
3201 `mime-entity-node-id-internal'.
3202 (mime-entity-buffer): Moved from mime-def.el; use
3203 `mime-entity-buffer-internal'.
3204 (mime-entity-point-min): Moved from mime-def.el; use
3205 `mime-entity-header-start-internal'.
3206 (mime-entity-point-max): Moved from mime-def.el; use
3207 `mime-entity-body-end-internal'.
3208 (mime-entity-header-start): Moved from mime-def.el; use
3209 `mime-entity-header-start-internal'.
3210 (mime-entity-header-end): Moved from mime-def.el; use
3211 `mime-entity-header-end-internal'.
3212 (mime-entity-content-type): Moved from mime-def.el; use
3213 `mime-entity-content-type-internal'.
3214 (mime-entity-content-disposition): Moved from mime-def.el; use
3215 `mime-entity-content-disposition-internal'.
3216 (mime-entity-encoding): Moved from mime-def.el; use
3217 `mime-entity-encoding-internal'.
3218 (mime-fetch-field): Use `mime-entity-original-header-internal' and
3219 `mime-entity-set-original-header-internal'.
3220 (mime-read-field): Use `mime-entity-parsed-header-internal' and
3221 `mime-entity-set-parsed-header-internal'.
3222 (eword-visible-field-p): Moved from eword-decode.el.
3223 (mime-insert-decoded-header): Moved from eword-decode.el.
3224 (mime-entity-body-start): Moved from mime-def.el; use
3225 `mime-entity-body-start-internal'.
3226 (mime-entity-body-end): Moved from mime-def.el; use
3227 `mime-entity-body-end-internal'.
3228 (mime-entity-media-type): Moved from mime-def.el.
3229 (mime-entity-media-subtype): Moved from mime-def.el.
3230 (mime-entity-parameters): Moved from mime-def.el.
3231 (mime-entity-type/subtype): Moved from mime-def.el.
3233 * mime-def.el (make-mime-entity-internal): Renamed from
3235 (mime-entity-buffer-internal): New function.
3236 (mime-entity-header-start-internal): New function.
3237 (mime-entity-header-end-internal): New function.
3238 (mime-entity-body-start-internal): New function.
3239 (mime-entity-body-end-internal): New function.
3240 (mime-entity-node-id-internal): New function.
3241 (mime-entity-content-type-internal): New function.
3242 (mime-entity-content-disposition-internal): New function.
3243 (mime-entity-encoding-internal): New function.
3244 (mime-entity-original-header-internal): New function.
3245 (mime-entity-children-internal): New function.
3246 (mime-entity-parsed-header-internal): New function.
3247 (mime-entity-set-original-header-internal): Renamed from
3248 `mime-entity-set-original-header'.
3249 (mime-entity-set-children-internal): Renamed from
3250 `mime-entity-set-children'.
3251 (mime-entity-set-parsed-header-internal): Renamed from
3252 `mime-entity-set-parsed-header'. Move `mime-entity-SLOT'
3253 functions to mime.el.
3255 1998-06-25 MORIOKA Tomohiko <morioka@jaist.ac.jp>
3257 * mime-ja.sgml (CVS): Fix typo.
3259 1998-06-24 MORIOKA Tomohiko <morioka@jaist.ac.jp>
3261 * mime-parse.el (mime-parse-encapsulated): New function.
3262 (mime-parse-message): Use `mime-parse-encapsulated'.
3264 1998-06-24 MORIOKA Tomohiko <morioka@jaist.ac.jp>
3266 * mime-def.el (mime-entity-set-children): New function.
3268 * mime-parse.el (mime-parse-multipart): Change interface.
3269 (mime-parse-message): Use `mime-entity-set-children'.
3271 1998-06-24 Shuhei KOBAYASHI <shuhei-k@jaist.ac.jp>
3273 * mime.el (mime-read-field): Fix typo.
3276 1998-06-24 MORIOKA Tomohiko <morioka@jaist.ac.jp>
3278 * FLIM: Version 1.6.0 (Ogura) was released.
3280 * mime-ja.sgml (Entity Attributes): New section.
3282 * mime-ja.sgml (Entity as node in message): Add description of
3283 `mime-find-entity-from-number' and
3284 `mime-find-entity-from-node-id'.
3286 * mime.el (mime-find-entity-from-number): New function.
3287 (mime-find-entity-from-node-id): New function.
3288 (mime-entity-parent): New function (moved from SEMI MIME-View).
3289 (mime-entity-uu-filename): New function (moved from SEMI
3291 (mime-entity-filename): New function (moved from SEMI MIME-View).
3293 * mime-def.el (mime-uuencode-encoding-name-list): New variable.
3295 1998-06-24 MORIOKA Tomohiko <morioka@jaist.ac.jp>
3297 * mime-ja.sgml: Modify for FLIM 1.6.
3299 * mime.el (mime-fetch-field): New function; abolish
3300 `mime-entity-fetch-field'.
3301 (mime-read-field): New function; abolish `mime-entity-read-field'.
3303 1998-06-23 MORIOKA Tomohiko <morioka@jaist.ac.jp>
3305 * mime-ja.sgml, mime-ja.texi: New files.
3307 1998-06-22 Shuhei KOBAYASHI <shuhei-k@jaist.ac.jp>
3309 * mime-parse.el (mime-parse-message): Would error if empty body.
3312 1998-06-22 MORIOKA Tomohiko <morioka@jaist.ac.jp>
3314 * FLIM: Version 1.5.0 (Mukaijima) was released.
3316 1998-06-21 MORIOKA Tomohiko <morioka@jaist.ac.jp>
3318 * README.en (What's FLIM): Modify for mime.el.
3320 * FLIM-ELS (flim-modules): Add `mime'.
3322 * mime-lib.el: Move every definitions to mime.el.
3324 * mime.el: New module (renamed from mime-lib.el).
3326 1998-06-21 MORIOKA Tomohiko <morioka@jaist.ac.jp>
3328 * mime-lib.el: Add autoload setting for eword-encode.el.
3330 * mime-lib.el (mime-entity-content): New function.
3332 1998-06-20 MORIOKA Tomohiko <morioka@jaist.ac.jp>
3334 * mel.el: Abolish constant `mel-version'.
3336 * mel.el (mime-string-decoding-method-alist): New variable.
3337 (mime-decode-string): New function.
3339 1998-06-20 MORIOKA Tomohiko <morioka@jaist.ac.jp>
3341 * mel-b.el (base64-external-decode-string): New function.
3342 (base64-decode-string): New function.
3344 1998-06-20 MORIOKA Tomohiko <morioka@jaist.ac.jp>
3346 * mel-q.el (quoted-printable-decode-string): New implementation.
3348 1998-06-20 MORIOKA Tomohiko <morioka@jaist.ac.jp>
3350 * mel-q.el (quoted-printable-internal-decode-region): New
3353 1998-06-20 MORIOKA Tomohiko <morioka@jaist.ac.jp>
3355 * mel-q.el (q-encoding-decode-string): Use
3356 `quoted-printable-hex-char-to-num'.
3358 * mel-q.el (quoted-printable-hex-char-to-num): New function.
3359 (quoted-printable-decode-string): Use
3360 `quoted-printable-hex-char-to-num'.
3362 1998-06-19 MORIOKA Tomohiko <morioka@jaist.ac.jp>
3364 * mime-def.el, mime-parse.el: Move `mime-message-structure' from
3365 mime-parse.el to mime-def.el.
3367 1998-06-19 MORIOKA Tomohiko <morioka@jaist.ac.jp>
3369 * mime-lib.el, mime-parse.el: Move `mime-root-entity-p' from
3370 mime-parse.el to mime-lib.el.
3372 * mime-lib.el: Add autoload setting for mime-parse.el.
3374 1998-06-19 MORIOKA Tomohiko <morioka@jaist.ac.jp>
3376 * mime-parse.el, mime-def.el: Move `mime-entity-point-min',
3377 `mime-entity-point-max', `mime-entity-media-type',
3378 `mime-entity-media-subtype', `mime-entity-parameters' and
3379 `mime-entity-type/subtype' from mime-parse.el to mime-def.el.
3381 * mime-parse.el, mime-def.el: Move `mime-content-disposition'
3382 reference functions from mime-parse.el to mime-def.el.
3384 * mime-parse.el, mime-def.el: Move structure `mime-content-type'
3385 from mime-parse.el to mime-def.el.
3387 1998-06-19 MORIOKA Tomohiko <morioka@jaist.ac.jp>
3389 * mel-b.el (base64-internal-decode-string): Renamed from
3390 `base64-decode-string'.
3391 (base64-decode-string): New alias for
3392 `base64-internal-decode-string'.
3394 1998-06-19 MORIOKA Tomohiko <morioka@jaist.ac.jp>
3396 * mel-b.el (base64-decode-unit): New function; abolish
3398 (base64-decode-string): New implementation.
3399 (base64-internal-decode-region): New implementation.
3401 1998-06-19 MORIOKA Tomohiko <morioka@jaist.ac.jp>
3403 * mime-parse.el (mime-message-structure): New variable.
3404 (mime-parse-buffer): New function.
3406 1998-06-19 Shuhei KOBAYASHI <shuhei-k@jaist.ac.jp>
3408 * mime-def.el: Require 'cl when it is compiled.
3410 * mime-lib.el (mime-entity-read-field): Fix typo.
3411 Use `eword-decode-ignored-field-list'.
3413 * mime-parse.el (mime-parse-multipart): Fix typo.
3414 (mime-parse-message): Parse message/external-body.
3417 1998-06-19 MORIOKA Tomohiko <morioka@jaist.ac.jp>
3419 * FLIM: Version 1.4.1 (Momoyama-Gory
\e-Dòmae)
\e-A was released.
3421 1998-06-18 MORIOKA Tomohiko <morioka@jaist.ac.jp>
3423 * eword-decode.el (mime-insert-decoded-header): Fix typo.
3426 1998-06-18 MORIOKA Tomohiko <morioka@jaist.ac.jp>
3428 * FLIM: Version 1.4.0 (Kintetsu-Tanbabashi) was released.
3430 1998-06-18 MORIOKA Tomohiko <morioka@jaist.ac.jp>
3432 * README.en (What's FLIM): Add description about mime-lib.el and
3435 1998-06-17 MORIOKA Tomohiko <morioka@jaist.ac.jp>
3437 * mime-parse.el: Require 'cl when it is compiled.
3439 * eword-decode.el (eword-visible-field-p): New function.
3440 (mime-insert-decoded-header): Use `eword-visible-field-p'.
3442 1998-06-17 MORIOKA Tomohiko <morioka@jaist.ac.jp>
3444 * mime-def.el (mime-library-version-string): Renamed from
3445 `mime-spadework-module-version-string'.
3447 * mime-parse.el: New file; moved from SEMI layer.
3449 * FLIM-ELS (flim-modules): Add `mime-parse'.
3451 1998-06-17 MORIOKA Tomohiko <morioka@jaist.ac.jp>
3453 * FLIM-ELS (flim-modules): Add `mime-lib'.
3455 * mime-lib.el: New module.
3457 * mime-def.el (mime-entity): Add new slots for original-header and
3459 (mime-entity-set-original-header): New function.
3460 (mime-entity-set-parsed-header): New function.
3462 1998-06-16 MORIOKA Tomohiko <morioka@jaist.ac.jp>
3464 * mime-def.el (mime-entity-number): New function (moved from SEMI
3467 1998-06-16 MORIOKA Tomohiko <morioka@jaist.ac.jp>
3469 * mime-def.el: Move definition of structure `mime-entity' from
3472 1998-06-16 MORIOKA Tomohiko <morioka@jaist.ac.jp>
3474 * eword-decode.el (eword-decode-ignored-field-list): Capitalize
3476 (eword-decode-structured-field-list): Capitalize default value.
3477 (eword-decode-header): Regularize field name by `capitalize'.
3478 (mime-insert-decoded-header): New function.
3480 1998-06-15 MORIOKA Tomohiko <morioka@jaist.ac.jp>
3482 * mailcap.el (mailcap-file): Use `defcustom'.
3485 1998-06-01 MORIOKA Tomohiko <morioka@jaist.ac.jp>
3487 * FLIM: Version 1.3.0 (Fushimi) was released.
3489 1998-05-28 MORIOKA Tomohiko <morioka@jaist.ac.jp>
3491 * std11.el (std11-fetch-field): New function.
3492 (std11-field-body): Use 'std11-fetch-field.
3494 1998-05-28 MORIOKA Tomohiko <morioka@jaist.ac.jp>
3496 * mime-def.el (regexp-*): New function (moved from mime-parse.el
3498 (regexp-or): New function (moved from mime-parse.el of
3501 (std11-quoted-pair-regexp): New constant (moved from mime-parse.el
3503 (std11-non-qtext-char-list): New constant (copied from std11.el).
3504 (std11-qtext-regexp): New constant (moved from mime-parse.el of
3506 (std11-quoted-string-regexp): New constant (moved from
3507 mime-parse.el of SEMI (REMI)).
3510 1998-05-17 MORIOKA Tomohiko <morioka@jaist.ac.jp>
3512 * FLIM: Version 1.2.2 (Takeda) was released.
3514 * FLIM-VERSION: New file.
3516 1998-05-15 MORIOKA Tomohiko <morioka@jaist.ac.jp>
3518 * mel-q.el (quoted-printable-internal-encode-region): Use
3519 'looking-at-as-unibyte instead of local binding for
3520 enable-multibyte-characters.
3523 1998-05-09 MORIOKA Tomohiko <morioka@jaist.ac.jp>
3525 * FLIM: Version 1.2.1 (Kamitobaguchi) was released.
3527 1998-05-09 MORIOKA Tomohiko <morioka@jaist.ac.jp>
3529 * mel-q.el (quoted-printable-internal-decode-region): Use
3530 'string-as-multibyte to avoid problem in Emacs 20.3.
3532 1998-05-08 Katsumi Yamaoka <yamaoka@jpl.org>
3534 * mel-u.el: Use mime-temp-directory instead of TMP.
3537 1998-05-06 MORIOKA Tomohiko <morioka@jaist.ac.jp>
3539 * FLIM: Version 1.2.0 (J
\e-Dþjò)
\e-A was released.
3541 * README.en (What's FLIM): Delete description about
3542 std11-parse.el; add description about mailcap.el.
3544 1998-05-06 MORIOKA Tomohiko <morioka@jaist.ac.jp>
3546 * eword-decode.el (eword-decode-encoded-word-error-handler): New
3548 (eword-decode-encoded-word-default-error-handler): New function.
3549 (eword-decode-encoded-word): Use
3550 'eword-decode-encoded-word-error-handler.
3552 1998-05-06 MORIOKA Tomohiko <morioka@jaist.ac.jp>
3554 * mailcap.el: Require 'mime-def.
3556 * mime-def.el (mime-type/subtype-string): New function (moved from
3557 semi/mime-parse.el).
3559 1998-05-06 MORIOKA Tomohiko <morioka@jaist.ac.jp>
3561 * std11-parse.el: Abolish std11-parse.el.
3563 * FLIM-ELS (flim-modules): Abolish 'std11-parse.
3565 * eword-decode.el: Require 'std11 instead of 'std11-parse.
3567 * std11.el: Merge std11-parse.el.
3569 1998-05-06 MORIOKA Tomohiko <morioka@jaist.ac.jp>
3571 * mime-def.el (mime-temp-directory): Use 'defcustom.
3573 * mel-u.el: Require 'mime-def instead of 'mel.
3575 * mime-def.el (mime-temp-directory): New variable (moved from
3578 * mel.el: Move definition of 'mime-temp-directory to mime-def.el.
3580 1998-05-06 MORIOKA Tomohiko <morioka@jaist.ac.jp>
3582 * mailcap.el (mailcap-format-command): New function.
3584 * mailcap.el (mailcap-look-at-mtext): Don't strip quoted character
3588 1998-05-05 MORIOKA Tomohiko <morioka@jaist.ac.jp>
3590 * FLIM: Version 1.1.0 (T
\e-Dòji)
\e-A was released.
3592 1998-05-04 MORIOKA Tomohiko <morioka@jaist.ac.jp>
3594 * mime-def.el (quoted-printable-hex-chars): New constant.
3595 (quoted-printable-octet-regexp): New constant.
3597 * mel-q.el, eword-decode.el: Move definition of constant
3598 'quoted-printable-hex-chars and 'quoted-printable-octet-regexp to
3601 1998-05-03 MORIOKA Tomohiko <morioka@jaist.ac.jp>
3603 * mailcap.el (mailcap-look-at-mtext): Strip quoted character.
3605 1998-05-03 MORIOKA Tomohiko <morioka@jaist.ac.jp>
3607 * mailcap.el (mailcap-look-at-mtext): Fix typo.
3609 1998-05-03 MORIOKA Tomohiko <morioka@jaist.ac.jp>
3611 * FLIM-ELS (flim-modules): Add mailcap.
3613 * mailcap.el: New file (copied from SEMI).
3615 1998-04-23 Shuhei KOBAYASHI <shuhei-k@jaist.ac.jp>
3617 * eword-decode.el (eword-decode-ignored-field-list): Add
3620 * mel.el (mime-temp-directory): Use TMPDIR, TMP, or TEMP
3621 environment variables.
3624 1998-04-17 MORIOKA Tomohiko <morioka@jaist.ac.jp>
3626 * FLIM: Version 1.0.1 (Ky
\e-Dòto)
\e-A was released.
3628 * mime-def.el (mime-spadework-module-version-string): New
3631 * eword-encode.el: Abolish constant 'eword-encode-version.
3633 * eword-decode.el: Abolish constant 'eword-decode-version.
3635 1998-04-17 MORIOKA Tomohiko <morioka@jaist.ac.jp>
3637 * eword-encode.el (eword-encode-divide-into-charset-words): Use
3638 'char-length or 'char-next-index instead of 'char-bytes.
3639 (tm-eword::encode-string-1): Use 'char-next-index instead of
3642 1998-04-17 MORIOKA Tomohiko <morioka@jaist.ac.jp>
3644 * mel.el (base64-dl-module): Must check base64.so actually exists.
3647 1998-04-13 MORIOKA Tomohiko <morioka@jaist.ac.jp>
3649 * FLIM: Version 1.0.0 was released.
3651 * README.en: Modify for FLIM.
3653 * ChangeLog: New file.
3655 1998-04-13 MORIOKA Tomohiko <morioka@jaist.ac.jp>
3657 * FLIM-CFG, FLIM-ELS, FLIM-MK: New files.
3659 * Makefile: Modify for FLIM.
3661 1998-04-10 MORIOKA Tomohiko <morioka@jaist.ac.jp>
3663 * Makefile: New file.
3665 * mime-def.el, std11-parse.el, std11.el, eword-decode.el,
3666 eword-encode.el: Copied from MEL, SEMI (mime-def.el
3667 eword-decode.el eword-encode.el) and APEL (std11-parse.el