1 2000-12-16 MORIOKA Tomohiko <tomo@kanji.zinbun.kyoto-u.ac.jp>
5 * smtpmail.el: - Require `raw-io'.
6 - Delete definition of obsolete variable aliases for XEmacs.
7 (smtpmail-send-queued-mail): Use `binary-find-file-noselect'
8 instead of `find-file-noselect-as-binary'.
10 * smtp.el (smtp-open-connection-function): Use
11 `binary-open-network-stream' instead of `open-network-stream' as
13 (smtp-open-connection): Don't guard as `binary'.
15 * qmtp.el (qmtp-open-connection-function): Use
16 `binary-open-network-stream' instead of `open-network-stream' as
18 (qmtp-send-buffer): Don't guard as `binary'.
20 2000-12-15 TAKAHASHI Kaoru <kaoru@kaisei.org>
22 * Makefile (tar): Use `cvs tag -R' instead of `cvs tag -RF'.
24 2000-12-15 MORIOKA Tomohiko <tomo@kanji.zinbun.kyoto-u.ac.jp>
26 * mime-def.el (char-int): New alias.
28 * eword-encode.el (eword-encode-divide-into-charset-words): Don't
29 use `char-length' and `char-next-index'.
31 2000-12-15 Katsumi Yamaoka <yamaoka@jpl.org>
33 * eword-decode.el: Fix typo in doc-string of
34 `mime-set-field-decoder'.
36 2000-12-15 MORIOKA Tomohiko <tomo@kanji.zinbun.kyoto-u.ac.jp>
38 * mel.el: Don't require `path-util'.
40 2000-12-15 MORIOKA Tomohiko <tomo@kanji.zinbun.kyoto-u.ac.jp>
42 * std11.el, smtpmail.el, mime-def.el: Don't require `poe'.
44 * mel.el: Don't require `poem'.
46 2000-12-14 MORIOKA Tomohiko <tomo@kanji.zinbun.kyoto-u.ac.jp>
48 * mmexternal.el (mime-write-entity): Don't use
49 `write-region-as-raw-text-CRLF'.
50 (mmexternal-require-buffer): Use `binary-insert-file-contents'
51 instead of `insert-file-contents-as-binary'.
52 (mime-write-entity-body): Use `binary-write-region' instead of
53 `write-region-as-binary'.
55 * smtpmail.el (smtpmail-send-it): Use `binary-write-region'
56 instead of `write-region-as-binary'.
58 * smtp.el (smtp-open-connection): Don't use `as-binary-process'.
60 * mel.el (mime-insert-encoded-file of "base64"): Use
61 `binary-insert-file-contents' instead of
62 `insert-file-contents-as-binary'.
63 (mime-insert-encoded-file of "7bit"): Use
64 `binary-insert-file-contents' instead of
65 `insert-file-contents-as-binary'.
66 (mime-write-decoded-region of "7bit"): Use `binary-write-region'
67 instead of `write-region-as-binary'.
69 * mmbuffer.el (mime-write-entity-body): Use `binary-write-region'
70 instead of `write-region-as-binary'.
71 (mime-write-entity): Don't use `write-region-as-raw-text-CRLF'.
73 * mime-def.el: Don't require `poem'.
74 (binary-insert-file-contents): New function.
75 (binary-write-region): New function.
77 * mel-u.el (uuencode-external-encode-region): Don't use
79 (uuencode-external-decode-region): Don't use `as-binary-process'
80 and `as-binary-input-file'.
81 (mime-write-decoded-region): Don't use `as-binary-process'.
83 * mel-q-ccl.el (quoted-printable-ccl-insert-encoded-file): Don't
84 use `insert-file-contents-as-coding-system'.
85 (quoted-printable-ccl-write-decoded-region): Don't use
86 `write-region-as-coding-system'.
88 * mel-b-ccl.el (base64-ccl-insert-encoded-file): Don't use
89 `insert-file-contents-as-coding-system'.
90 (base64-ccl-write-decoded-region): Don't use
91 `write-region-as-coding-system'.
93 * std11.el: Don't require `poem'.
94 (std11-parse-ascii-token): Don't use
95 `find-non-ascii-charset-string'.
97 * qmtp.el: Don't require `poem'.
98 (qmtp-send-buffer): Don't use `as-binary-process'.
100 2000-12-14 MORIOKA Tomohiko <tomo@kanji.zinbun.kyoto-u.ac.jp>
102 * mime-def.el, qmtp.el, smtp.el, smtpmail.el, std11.el: Require
103 `custom' instead of `pcustom'.
105 2000-12-12 Daiki Ueno <ueno@unixuser.org>
107 * sasl.el: Rewrite with luna.
109 2000-12-06 Daiki Ueno <ueno@unixuser.org>
111 * FLIM-ELS: Don't install md5-dl.el, md5-el.el, sha1-dl.el and
112 sha1-el.el if the running emacs has builtin message digest
115 * md5-dl.el, sha1-dl.el: Don't bind `dynamic-link' and
118 * md5.el (md5-dl-module): Moved from md5-dl.el.
119 * sha1.el: Don't bind `sha1-string'.
121 2000-12-04 Daiki Ueno <ueno@unixuser.org>
123 * README.ja, README.en (load-path): Remove section.
124 (What's FLIM): Specify prerequisite version of Emacsen.
126 2000-11-21 Daiki Ueno <ueno@unixuser.org>
128 * sasl.el (sasl-client-set-encoder): New function.
129 (sasl-client-set-decoder): New function.
130 (sasl-client-encoder): New function.
131 (sasl-client-decoder): New function.
133 * sasl-digest.el: Require 'cl' when compiling.
134 (sasl-digest-md5-signing-encode-magic): New constant.
135 (sasl-digest-md5-signing-decode-magic): New constant.
136 (sasl-digest-md5-htonl-string): New function.
137 (sasl-digest-md5-make-integrity-encoder): New function.
138 (sasl-digest-md5-make-integrity-decoder): New function.
139 (sasl-digest-md5-ha1): New function.
140 (sasl-digest-md5-response-value): Accept the 1st argument `ha1'.
141 (sasl-digest-md5-response): Use `sasl-digest-md5-ha1'.
142 - Set integrity encoder and decoder of the client.
144 * smtp.el: Require `luna'.
145 (smtp-read-response): Accept `smtp-connection' object rather than
147 (smtp-send-command): Likewise.
148 (smtp-send-data): Likewise.
150 2000-11-10 Daiki Ueno <ueno@unixuser.org>
152 * tests/test-sasl.el (test-sasl-digest-md5-imap): New testcase.
153 (test-sasl-digest-md5-acap): New testcase.
155 2000-11-10 Daiki Ueno <ueno@unixuser.org>
157 * lunit.el (lunit-make-test-suite-from-class): New function.
158 (lunit-class): Abolish.
159 (lunit-test-results-buffer): Abolish.
161 * FLIM-ELS (check-flim): New function.
163 * Makefile (check): New target.
165 * tests: New directory.
167 2000-11-09 Daiki Ueno <ueno@unixuser.org>
169 * lunit.el (lunit-test-method-regexp): New variable.
170 (lunit-class): New function.
172 2000-11-09 Daiki Ueno <ueno@unixuser.org>
174 * lunit.el: New file.
176 2000-12-13 Kenichi Handa <handa@etl.go.jp>
178 * luna.el: Fix and add DOCs and comments; fix coding style.
180 2000-12-09 MORIOKA Tomohiko <tomo@m17n.org>
182 * mmbuffer.el (mmbuffer-parse-multipart): Add new optional
183 argument `representation-type'.
184 (mmbuffer-parse-encapsulated): Likewise.
186 2000-12-07 MORIOKA Tomohiko <tomo@kanji.zinbun.kyoto-u.ac.jp>
188 * mmexternal.el: Must require `mmgeneric'.
190 * sha1.el: Don't use `defun-maybe'.
192 2000-12-04 Daiki Ueno <ueno@unixuser.org>
194 * luna.el (luna-class-find-functions): Don't quote colon keywords.
196 (luna-call-next-method): Ditto.
198 2000-11-28 Daiki Ueno <ueno@unixuser.org>
200 * luna.el: Don't require `static'.
201 (luna-define-class-function): Don't bind colon keywords.
202 (luna-class-find-functions): Quote colon keywords.
203 (luna-send): Likewise.
204 (luna-call-next-method): Likewise.
206 2000-11-12 Daiki Ueno <ueno@unixuser.org>
208 * luna.el (luna-define-method): Clear method cache.
209 (luna-apply-generic): New function.
210 (luna-define-generic): Use `luna-apply-generic' instead of
213 2000-12-04 Daiki Ueno <ueno@unixuser.org>
215 * smtpmail.el (smtpmail-send-it): Use `smtp-send-buffer' instead of
217 (smtpmail-send-queued-mail): Ditto.
219 2000-11-24 MORIOKA Tomohiko <tomo@kanji.zinbun.kyoto-u.ac.jp>
221 * FLIM-MK (compile-flim): Compile `flim-version-specific-modules'.
222 (install-flim): Install `flim-version-specific-modules' to
223 `FLIM_VERSION_SPECIFIC_DIR'.
224 (compile-flim-package): Compile `flim-version-specific-modules'.
225 (install-flim-package): Install `flim-version-specific-modules'.
227 * FLIM-ELS (flim-modules): Add `mime-conf' instead of `mailcap'.
228 (flim-version-specific-modules): New variable; specify `mailcap'.
230 * FLIM-CFG (FLIM_VERSION_SPECIFIC_DIR): New variable.
232 * mailcap.el: Completely rewrote to use mime-conf.el.
234 * mime-conf.el: New file.
236 2000-11-16 Kenichi OKADA <okada@opaopa.org>
238 * sasl-digest.el (sasl-digest-md5-response): Fix typo.
240 2000-11-12 Daiki Ueno <ueno@unixuser.org>
242 * smtp.el (smtp-primitive-data): Use `beginning-of-line' instead of
244 (smtp-read-response): Don't bind `case-fold-search'.
245 (smtp-send-data): Don't save excursion.
247 2000-11-10 Daiki Ueno <ueno@unixuser.org>
249 * sasl-digest.el (sasl-digest-md5-challenge): Abolish.
250 (sasl-digest-md5-syntax-table): Rename from
251 `sasl-digest-md5-parse-digest-challenge-syntax-table'.
252 (sasl-digest-md5-parse-string): Rename from
253 `sasl-digest-md5-parse-digest-challenge'; only return a property
255 (sasl-digest-md5-challenge): Abolish.
256 (sasl-digest-md5-build-response-value-1): Abolish.
257 (sasl-digest-md5-response-value): Define as function.
258 (sasl-digest-md5-response): Rewrite.
260 2000-11-07 Kenichi OKADA <okada@opaopa.org>
262 * sasl.el (sasl-login-response-1): Fix.
263 (sasl-login-response-2): Fix.
265 2000-11-07 Daiki Ueno <ueno@unixuser.org>
267 * smtp.el (smtp-sasl-properties): New user option.
268 (smtp-sasl-user-realm): Abolish.
270 2000-11-05 Daiki Ueno <ueno@unixuser.org>
272 * qmtp.el (qmtp-send-package): Don't check "K" reply per recipient.
273 (qmtp-via-smtp): Mark as obsolete.
274 (qmtp-send-buffer): New function.
276 * sasl.texi: New file.
278 2000-11-05 Daiki Ueno <ueno@unixuser.org>
280 * sasl.el (sasl-step-data): New function.
281 (sasl-step-set-data): New function.
283 2000-11-04 Daiki Ueno <ueno@unixuser.org>
285 * sasl.el: Don't require 'poe'
286 - Rename `sasl-*instantiator*' to `sasl-*client*'.
287 - Rename `sasl-*authenticator*' to `sasl-*mechanism*'.
288 - Rename `sasl-*continuations*' to `sasl-*steps*'.
289 (sasl-make-client): Accept 1st argument `mechanism'.
290 (sasl-next-step): Rename from `sasl-evaluate-challenge'.
292 2000-11-04 Daiki Ueno <ueno@unixuser.org>
294 * sasl.el (sasl-make-instantiator): Define as function.
295 (sasl-instantiator-name): Ditto.
296 (sasl-instantiator-service): Ditto.
297 (sasl-instantiator-server): Ditto.
298 (sasl-instantiator-set-properties): Ditto.
299 (sasl-instantiator-set-property): Ditto.
300 (sasl-instantiator-property): Ditto.
301 (sasl-instantiator-properties): Ditto.
302 (sasl-authenticator-mechanism): Ditto.
303 (sasl-authenticator-continuations): Ditto.
305 2000-11-02 Daiki Ueno <ueno@unixuser.org>
307 * sasl.el: Rename `sasl-*principal*' to `sasl-*instantiator*'.
308 (sasl-make-instantiator): Abolish optional 4th argument.
309 (sasl-instantiator-set-properties): New function.
310 (sasl-instantiator-put-property): New function.
311 (sasl-instantiator-property): New function.
312 (sasl-instantiator-properties): New function.
314 * smtp.el (smtp-sasl-user-name): Rename from
315 `smtp-sasl-principal-user'.
316 (smtp-sasl-user-realm): Rename from `smtp-sasl-principal-realm'.
318 2000-11-02 Daiki Ueno <ueno@unixuser.org>
320 * sasl.el (sasl-mechanisms): Add `LOGIN' and `ANONYMOUS'.
321 (sasl-mechanism-alist): Likewise.
322 (sasl-error): Define.
323 (sasl-login-continuations): New variable.
324 (sasl-login-response-1): New function.
325 (sasl-login-response-2): New function.
326 (sasl-anonymous-continuations): New variable.
327 (sasl-anonymous-response): New function.
329 * smtp.el (smtp-error): Define.
330 (smtp-via-smtp): Use it.
332 2000-11-02 Daiki Ueno <ueno@unixuser.org>
334 * smtp.el (smtp-via-smtp): Mark as obsolete.
335 (smtp-send-buffer): Rename from `smtp-via-smtp'.
337 2000-11-02 Daiki Ueno <ueno@unixuser.org>
339 * sasl.el (sasl-make-authenticator): Allocate a freshly generated
340 symbol for each continuation.
342 2000-11-02 Daiki Ueno <ueno@unixuser.org>
344 * sasl-digest.el (sasl-digest-md5-response-1): Rename from
345 `sasl-digest-md5-digest-response'.
346 (sasl-digest-md5-response-2): New alias.
347 (sasl-digest-md5-parse-digest-challenge): Save excursion.
349 * sasl.el (sasl-mechanism-alist): Rename from `sasl-mechanisms'.
350 (sasl-mechanisms): New variable.
351 (sasl-find-authenticator): Check `sasl-mechanisms' rather than
352 `sasl-mechanism-alist'.
354 * smtp.el (smtp-submit-package): Use `smtp-primitive-ehlo'.
355 (smtp-primitive-auth): Check authenticator.
357 2000-11-02 Daiki Ueno <ueno@unixuser.org>
359 * FLIM-ELS (hmac-modules): New variable.
360 (flim-modules): Move HMAC modules to `hmac-modules'
363 * smtp.el (smtp-sasl-principal-realm): New user option.
365 * sasl.el (sasl-plain-response): New function.
366 (sasl-mechanisms): Add `DIGEST-MD5' and `PLAIN'.
367 (sasl-unique-id-function): New variable.
368 (sasl-plain-continuations): New variable.
369 (sasl-unique-id): New function.
370 (sasl-unique-id-char): New variable.
372 * sasl-digest.el: New file.
374 2000-11-01 Daiki Ueno <ueno@unixuser.org>
376 * smtp.el: Bind `sasl-mechanisms'; add autoload settings for
377 `sasl-make-principal', `sasl-find-authenticator',
378 `sasl-authenticator-mechanism-internal' and
379 `sasl-evaluate-challenge'.
380 (smtp-use-sasl): New user option.
381 (smtp-sasl-principal-name): New user option.
382 (smtp-sasl-mechanisms): New user option.
383 (smtp-submit-package): Call `smtp-primitive-starttls' and
384 `smtp-primitive-auth'.
385 (smtp-primitive-ehlo): Don't modify the rest of a extension line.
386 (smtp-primitive-auth): New function.
387 (smtp-primitive-starttls): Check the response code.
389 * sasl.el: New implementation.
391 * sasl-cram.el: New file.
393 * FLIM-ELS (flim-modules): Add `md5', `md5-el', `md5-dl',
394 `hex-util', `hmac-def', `hmac-md5', `sasl' and `sasl-cram'.
396 2000-11-01 Daiki Ueno <ueno@unixuser.org>
398 * smtp.el: Add autoload settings for `starttls-open-stream' and
399 `starttls-negotiate'.
400 (smtp-connection-set-extensions-internal): New macro.
401 (smtp-connection-extensions-internal): New macro.
402 (smtp-make-connection): Set the `extension' slot to nil.
403 (smtp-primitive-ehlo): New function.
404 (smtp-submit-package): Rename from `smtp-commit'.
405 (smtp-submit-package-function): Rename from `smtp-commit-function'.
406 (smtp-primitive-starttls): New function.
407 (smtp-extensions): New group.
408 (smtp-use-8bitmime): New variable.
409 (smtp-use-size): New variable.
410 (smtp-use-starttls): New variable.
411 (smtp-via-smtp): Bind `smtp-open-connection-function'.
413 2000-10-31 Daiki Ueno <ueno@unixuser.org>
415 * smtp.el: New implementation.
417 2000-08-16 Daiki Ueno <ueno@unixuser.org>
419 * FLIM-ELS (flim-modules): Add `qmtp'.
423 2000-08-28 Yuuichi Teranishi <teranisi@gohome.org>
425 * eword-encode.el (eword-encode-mailboxes-to-rword-list):
427 (eword-encode-address-to-rword-list): Ditto.
428 (eword-encode-addresses-to-rword-list):
429 Use `eword-encode-address-to-rword-list' instead of
430 `eword-encode-mailbox-to-rword-list'.
432 * std11.el (std11-address-string): Fix for group list.
434 2000-08-10 MORIOKA Tomohiko <tomo@m17n.org>
436 * mmgeneric.el: Enclose definition of class `mime-entity' and its
437 internal accessors by `eval-and-compile'.
439 * luna.el: Define `luna-class-name' before it is used in macros.
442 2000-07-12 MORIOKA Tomohiko <tomo@kanji.zinbun.kyoto-u.ac.jp>
444 * FLIM-Chao: Version 1.14.1 (Rokujiz
\e-Dò)
\e-A released.
446 2000-07-10 MORIOKA Tomohiko <tomo@kanji.zinbun.kyoto-u.ac.jp>
448 * mmexternal.el (initialize-instance): Deleted.
449 (mmexternal-require-file-name): New function.
450 (mmexternal-require-buffer): Use `mmexternal-require-file-name'.
452 2000-06-30 MORIOKA Tomohiko <tomo@kanji.zinbun.kyoto-u.ac.jp>
454 * mime.el (mime-entity-read-field): Fix a bug when FIELD-NAME is a
457 2000-06-23 MORIOKA Tomohiko <tomo@kanji.zinbun.kyoto-u.ac.jp>
459 * mmexternal.el (initialize-instance): New method.
460 (mime-entity-name): Fixed.
461 (mmexternal-require-buffer): New function.
462 (mime-insert-entity): New implementation.
463 (mime-write-entity): Likewise.
464 (mime-entity-body): New method.
465 (mime-insert-entity-body): New method.
466 (mime-write-entity-body): New implementation.
467 (mime-entity-content): Likewise.
468 (mime-insert-entity-content): Likewise.
469 (mime-write-entity-content): Likewise.
470 (mime-entity-fetch-field): Likewise.
471 (mime-insert-header): Likewise.
473 * mmbuffer.el (initialize-instance): Store buffer instead of name
474 of buffer to `buffer' slot.
476 2000-06-21 MORIOKA Tomohiko <tomo@kanji.zinbun.kyoto-u.ac.jp>
478 * mmgeneric.el (mime-entity-children): Deleted.
480 * mmbuffer.el (mime-insert-entity-body): New method.
481 (mmbuffer-parse-multipart): New function.
482 (mmbuffer-parse-encapsulated): New function.
483 (mime-entity-children): New function.
485 2000-06-21 MORIOKA Tomohiko <tomo@kanji.zinbun.kyoto-u.ac.jp>
487 * mime.el (mime-find-root-entity): New function.
488 (mime-entity-header-buffer): Comment out.
489 (mime-goto-header-start-point): Likewise.
490 (mime-entity-header-start-point): Likewise.
491 (mime-entity-header-end-point): Likewise.
492 (mime-entity-body-buffer): Likewise.
493 (mime-goto-body-start-point): Likewise.
494 (mime-goto-body-end-point): Likewise.
495 (mime-entity-body-start-point): Likewise.
496 (mime-entity-body-end-point): Likewise.
497 (mime-entity-body-start): Likewise.
498 (mime-entity-body-end): Likewise.
499 (mime-entity-buffer): Likewise.
500 (mime-entity-point-min): Likewise.
501 (mime-entity-point-max): Likewise.
502 (mime-insert-entity-body): New generic function.
503 (mime-entity-uu-filename): Use `mime-insert-entity-body'.
504 (mime-entity-set-content-type): New function.
505 (mime-entity-set-encoding): New function.
507 * mime-parse.el (mime-parse-multipart): Comment out.
508 (mime-parse-encapsulated): Likewise.
509 (mime-parse-external): Likewise.
511 * mmbuffer.el (mime-entity-header-buffer): Comment out.
512 (mime-goto-header-start-point): Likewise.
513 (mime-entity-header-start-point): Likewise.
514 (mime-entity-header-end-point): Likewise.
515 (mime-entity-body-buffer): Likewise.
516 (mime-goto-body-start-point): Likewise.
517 (mime-goto-body-end-point): Likewise.
518 (mime-entity-body-start-point): Likewise.
519 (mime-entity-body-end-point): Likewise.
520 (mime-entity-buffer): Likewise.
521 (mime-entity-point-min): Likewise.
522 (mime-entity-point-max): Likewise.
524 2000-05-30 MORIOKA Tomohiko <tomo@kanji.zinbun.kyoto-u.ac.jp>
526 * eword-encode.el (eword-charset-encoding-alist): Add
529 2000-05-25 Tanaka Akira <akr@m17n.org>
531 * mime-en.sgml, mime-ja.sgml: Update for CVS via SSH.
533 2000-05-09 Katsumi Yamaoka <yamaoka@jpl.org>
535 * smtp.el (smtp-deduce-address-list): Set `case-fold-search' to `t'
536 in the working buffer.
538 2000-04-26 Yoshiki Hayashi <yoshiki@xemacs.org>
540 * mime.el (mime-entity-body): New function.
541 * mmbuffer.el (mime-entity-body): Implement it.
543 2000-03-03 Keiichi Suzuki <keiichi@nanap.org>
545 * mime.el (mime-entity-node-id): Change to function.
547 2000-03-03 MORIOKA Tomohiko <tomo@m17n.org>
549 * mmdbuffer.el, mmbuffer.el (initialize-instance): Don't setup
550 `mime-message-structure'.
552 * mime-parse.el (mime-parse-buffer): Don't setup
553 `mime-message-structure'.
555 2000-03-02 MORIOKA Tomohiko <tomo@m17n.org>
557 * mmgeneric.el (mime-visible-field-p): Moved from mmbuffer.el.
558 (mime-insert-header-from-buffer): Moved from mmbuffer.el.
560 * mmexternal.el, mmdbuffer.el, mmbuffer.el (mime-visible-field-p):
561 Moved to mmgeneric.el.
562 (mime-insert-header-from-buffer): Moved to mmgeneric.el.
564 2000-03-02 MORIOKA Tomohiko <tomo@m17n.org>
566 * FLIM-ELS (flim-modules): Add `mmgeneric'.
568 * mmgeneric.el: New file.
570 * mmbuffer.el: Require `mmgeneric'.
572 * mime.el: Require `mmgeneric' when compiling.
574 * mime-def.el: Move mime-entity related definitions to
577 2000-03-01 MORIOKA Tomohiko <tomo@m17n.org>
579 * mime.el (mime-find-entity-from-number): Now second argument
580 `message' is not an optional argument.
581 (mime-find-entity-from-node-id): Likewise.
582 (mime-find-entity-from-content-id): Likewise.
583 (mime-fetch-field): Delete obsolete function.
584 (mime-read-field): Likewise.
586 2000-03-01 MORIOKA Tomohiko <tomo@m17n.org>
588 * mime.el (mime-entity-header-buffer): Mark it as obsolete.
589 (mime-goto-header-start-point): Likewise.
590 (mime-entity-header-start-point): Likewise.
591 (mime-entity-header-end-point): Likewise.
592 (mime-entity-body-start): Use `defalias'; don't recommend to use
593 `mime-entity-body-start-point' instead.
594 (mime-entity-body-end): Use `defalias'; don't recommend to use
595 `mime-entity-body-end-point' instead.
596 (mime-entity-body-buffer): Mark it as obsolete.
597 (mime-goto-body-start-point): Likewise.
598 (mime-goto-body-end-point): Likewise.
599 (mime-entity-body-start-point): Likewise.
600 (mime-entity-body-end-point): Likewise.
601 (mime-entity-buffer): Don't recommend to use
602 `mime-entity-header-buffer' or `mime-entity-body-buffer' instead.
603 (mime-entity-point-min): Don't recommend to use
604 `mime-entity-header-start-point' instead.
605 (mime-entity-point-max): Don't recommend to use
606 `mime-entity-body-end-point' instead.
608 * mime-def.el (mime-library-version): update to 1.14.1.
609 - Add autoload setting for `mime-parse-external'.
612 2000-03-01 MORIOKA Tomohiko <tomo@m17n.org>
614 * Chao: Version 1.14.0 (Momoyama) released.
616 2000-01-05 Katsumi Yamaoka <yamaoka@jpl.org>
618 * Makefile, mime-en.sgml, mime-ja.sgml: Update for the new CVS
621 1999-12-20 Katsumi Yamaoka <yamaoka@jpl.org>
623 * mel-b-el.el (base64-encode-region): Allow the optional second arg
625 (base64-external-encode-region): Likewise.
626 (base64-internal-encode-region): Likewise.
627 (base64-encode-string): Likewise.
629 1999-12-16 MORIOKA Tomohiko <tomo@m17n.org>
631 * FLIM-ELS (flim-modules): Add `mmexternal'.
633 * mime-parse.el (mime-parse-external): New function.
635 * mime-def.el (mime-entity-children [mime-entity]): Use
636 `mime-parse-external' for message/external-body.
638 * mmexternal.el: New module.
640 1999-12-13 Katsumi Yamaoka <yamaoka@jpl.org>
642 * README.en, README.ja, mime-en.sgml, mime-ja.sgml: Update for the
643 recent ML address and ftp site.
645 1999-10-17 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
647 * FLIM-MK (install-flim-package): Delete auto-autoloads.el
650 1999-09-20 Katsumi Yamaoka <yamaoka@jpl.org>
652 * mailcap.el (mailcap-look-at-schar): Protect against unexpected
653 eof. [cf. <tm-ja:5177>]
655 1999-09-13 Katsumi Yamaoka <yamaoka@jpl.org>
657 * smtpmail.el (smtpmail-send-it): Remove needless `concat'.
659 1999-09-08 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
661 * mime-ja.sgml, mime-en.sgml (Entity creation): Fix typo.
663 1999-09-01 Katsumi Yamaoka <yamaoka@jpl.org>
665 * smtpmail.el (smtpmail-send-it): Make directory
666 `smtpmail-queue-dir' if it does not exist; convert filename of
667 queued mail using `convert-standard-filename'.
668 (smtpmail-queue-index): Treat `smtpmail-queue-dir' as a directory
669 name using `file-name-as-directory'.
670 (smtpmail-queue-dir, smtpmail-queue-mail): Remove "*" from doc
673 1999-08-26 Katsumi Yamaoka <yamaoka@jpl.org>
675 * smtpmail.el (smtpmail-send-it): Use `time-stamp-yyyy-mm-dd' and
676 `time-stamp-hh:mm:ss' instead of `current-time'.
678 1999-08-25 Katsumi Yamaoka <yamaoka@jpl.org>
680 * FLIM-ELS: Use `if' instead of `unless'.
683 1999-08-17 MORIOKA Tomohiko <tomo@m17n.org>
685 * FLIM: Version 1.13.2 (Kasanui) released.
687 1999-08-03 Yuuichi Teranishi <teranisi@gohome.org>
689 * smtp.el (smtp-notify-success): New option.
690 * (smtp-via-smtp): Request return receipt (defined in RFC1891) to
691 SMTP server if `smtp-notify-success' is non-nil.
692 [cf. <tm-ja:4872,4877>]
694 1999-08-02 MORIOKA Tomohiko <tomo@m17n.org>
696 * mime.el (mime-entity-header-start-point): New generic function.
697 (mime-entity-header-end-point): New generic function.
699 * mmbuffer.el (mime-entity-header-start-point): New method.
700 (mime-entity-header-end-point): New method.
702 1999-08-09 MORIOKA Tomohiko <tomo@m17n.org>
704 * FLIM-ELS (flim-modules): Add `mmdbuffer'.
706 1999-07-27 MORIOKA Tomohiko <tomo@m17n.org>
708 * mmdbuffer.el: New module.
710 1999-07-28 MORIOKA Tomohiko <tomo@m17n.org>
712 * mime-parse.el: Add autoload setting for
713 `mime-entity-body-buffer', `mime-entity-body-start-point' and
714 `mime-entity-body-end-point'.
716 * mime.el (mime-entity-point-min): Define as an obsolete function.
717 (mime-entity-point-max): Likewise.
719 1999-07-27 MORIOKA Tomohiko <tomo@m17n.org>
721 * mmbuffer.el (entity-point-min): Deleted because it is
723 (entity-point-max): Deleted because it is duplicated.
725 1999-07-24 MORIOKA Tomohiko <tomo@m17n.org>
727 * mmbuffer.el (mime-insert-text-content): Deleted [moved to
730 * mime-def.el: Add autoload settings for `mime-entity-content' [to
732 (mime-insert-text-content): New method of `mime-entity' [moved
735 1999-07-24 MORIOKA Tomohiko <tomo@m17n.org>
737 * mmbuffer.el (mime-entity-children): Deleted [moved to
740 * mime-def.el: Add autoload settings for
741 `mime-entity-content-type', `mime-parse-multipart' and
742 `mime-parse-encapsulated' [to avoid warning].
743 (mime-entity-children): New method of `mime-entity' [moved from
747 1999-07-22 MORIOKA Tomohiko <tomo@m17n.org>
749 * FLIM: Version 1.13.1 (Tawaramoto) released.
751 1999-07-21 MORIOKA Tomohiko <tomo@m17n.org>
753 * mime-parse.el (mime-parse-buffer): Fixed.
756 1999-07-16 MORIOKA Tomohiko <tomo@m17n.org>
758 * FLIM: Version 1.13.0 (Iwami) released.
760 1999-07-09 Nakagawa, Makoto <nakagawa@pochi.tis.co.jp>
762 * smtpmail.el (smtpmail-send-it): Use current-time to get rid of
764 (smtpmail-send-it): Use write-region-as-binary instead of
766 (smtpmail-send-queued-mail); Use find-file-noselect-as-binary
767 instead of find-file-noselect.
769 1999-06-23 MORIOKA Tomohiko <tomo@m17n.org>
771 * FLIM-CFG: Delete code to detect APEL 7.3 or later.
773 1999-06-16 Katsumi Yamaoka <yamaoka@jpl.org>
775 * smtpmail.el (smtpmail-send-it): Extend the search bound to the
776 end of the field for fetching the recipients from Resent-To.
778 1999-06-11 Katsumi Yamaoka <yamaoka@jpl.org>
780 * luna.el (luna-define-class-function): Check for the improbable
781 name of variable beginning with colon whether we should bind the
782 sort of symbol or not.
783 (TopLevel): Likewise.
785 1999-06-10 Katsumi Yamaoka <yamaoka@jpl.org>
787 * luna.el (luna-define-class-function): Bind member variables
788 statically for old Emacsen.
789 (TopLevel): Require `static'; bind `:before', `:after' and
790 `:around' statically for old Emacsen. [cf. <tm-ja:4593>]
793 1999-06-01 MORIOKA Tomohiko <tomo@m17n.org>
795 * Chao: Version 1.13.0 (JR Fujinomori) released.
797 1999-05-29 MORIOKA Tomohiko <tomo@m17n.org>
799 * mmbuffer.el (mime-entity-fetch-field): New implementation.
801 * mime-def.el (mime-entity-fetch-field): New method of luna-class
804 * luna.el (luna-define-method): Allow `:around' qualifier.
805 (luna-class-find-functions): Likewise.
806 (luna-send): Likewise.
807 (luna-call-next-method): New function.
809 1999-05-26 MORIOKA Tomohiko <tomo@m17n.org>
811 * mime-def.el (eval-module-depended-macro): Abolished.
812 Use `def-edebug-spec' directly.
814 * luna.el (luna-define-method): Allow `:before' qualifier.
815 (luna-class-find-functions): Likewise.
817 * mime-def.el (mime-message-structure): Define as obsolete
820 1999-05-26 MORIOKA Tomohiko <tomo@m17n.org>
822 * mime-parse.el (mime-parse-encapsulated): Use
823 `mime-entity-body-start-point' and `mime-entity-body-end-point'.
825 * mime.el (mime-parse-buffer): Revert to auto-load from
828 * mime-parse.el (mime-parse-multipart): Move from mime-parse.el
830 (mime-parse-encapsulated): Likewise.
831 (mime-parse-message): Likewise.
832 (mime-parse-buffer): Likewise.
834 * mmbuffer.el (mime-parse-multipart): Move to mime-parse.el again.
835 (mime-parse-encapsulated): Likewise.
836 (mime-parse-message): Likewise.
837 (mime-parse-buffer): Likewise.
839 * mmbuffer.el (mime-parse-encapsulated): Run in body-buffer of an
842 1999-05-26 MORIOKA Tomohiko <tomo@m17n.org>
844 * mmbuffer.el (initialize-instance): Don't initialize slots if
845 they are initialized.
846 (mime-parse-multipart): Run in body-buffer of an entity.
847 (mime-entity-body-start-point): New method.
849 1999-05-25 MORIOKA Tomohiko <tomo@m17n.org>
851 * mmbuffer.el (mime-entity-body-end-point): New method.
852 (mime-goto-header-start-point): New method.
853 (mime-goto-body-start-point): New method.
854 (mime-goto-body-end-point): New method.
856 * mime.el (mime-goto-body-end-point): New generic function.
858 * mel.el (Q-encoded-text-length): Fixed.
860 1999-05-24 MORIOKA Tomohiko <tomo@m17n.org>
862 * mmbuffer.el (mime-parse-multipart): Refer body-start instead of
865 * mmcooked.el (mime-insert-header): Fix typo.
867 1999-05-23 MORIOKA Tomohiko <tomo@m17n.org>
869 * mmcooked.el (mime-insert-header): Use
870 `luna-class-find-functions'.
872 * mime.el (mime-entity-buffer): Define as obsolete function.
873 (mime-entity-body-end-point): New generic function; define
874 `mime-entity-body-end' as obsolete function.
875 (mime-goto-body-start-point): New generic function.
876 (mime-entity-uu-filename): Use `mime-goto-body-start-point' and
877 `mime-entity-body-end-point'.
879 * mmbuffer.el (initialize-instance): Define as after method;
880 return initialized instance.
882 * luna.el (luna-define-class): Add `standard-object' as a parent.
883 (luna-define-method): Allow `:after' qualifier.
884 (luna-class-find-parents-functions): New function.
885 (luna-class-find-functions): New function [abolish
886 `luna-class-find-function'].
887 (luna-find-functions): New function [abolish
888 `luna-find-function'].
889 (luna-send): Modify for new method dispatch mechanism.
890 (luna-make-entity): New implementation.
891 (standard-object): New class.
892 (initialize-instance): New method.
894 1999-05-22 MORIOKA Tomohiko <tomo@m17n.org>
896 * Delete mmgeneric.el.
898 * mmcooked.el: Modify for mmbuffer.el.
901 - Don't require `mmgeneric' and `mime-parse'.
904 (mime-buffer-entity-buffer-internal): Renamed from
905 `mime-entity-set-buffer-internal'.
906 (mime-buffer-entity-set-buffer-internal): Likewise.
907 (mime-buffer-entity-header-start-internal): Likewise.
908 (mime-buffer-entity-set-header-start-internal): Likewise.
909 (mime-buffer-entity-header-end-internal): Likewise.
910 (mime-buffer-entity-set-header-end-internal): Likewise.
911 (mime-buffer-entity-body-start-internal): Likewise.
912 (mime-buffer-entity-set-body-start-internal): Likewise.
913 (mime-buffer-entity-body-end-internal): Likewise.
914 (mime-buffer-entity-set-body-end-internal): Likewise.
915 (mime-entity-name): New method.
916 (mime-parse-multipart): New function [moved from mime-parse.el].
917 (mime-parse-encapsulated): Likewise.
918 (mime-parse-message): Likewise.
919 (mime-entity-children): New method.
920 (mime-goto-header-start-point): New method.
921 (mime-visible-field-p): New function [moved from mmgeneric.el].
922 (mime-insert-header-from-buffer): Likewise.
923 (mime-insert-header): New method.
924 (mime-entity-content): Use `luna-define-method'.
925 (mime-insert-text-content): New method.
926 ((mime-entity-fetch-field): Use `luna-define-method'.
927 (mime-entity-header-buffer): New method.
928 (mime-entity-body-buffer): Likewise.
929 (mime-entity-buffer): Likewise.
930 (mime-entity-point-min): Use `luna-define-method'.
931 (mime-entity-point-max): Use `luna-define-method'.
932 (mime-parse-buffer): New function [moved from mmgeneric.el].
934 * mime-parse.el (mime-parse-multipart): Moved to mmbuffer.el.
935 (mime-parse-encapsulated): Likewise.
936 (mime-parse-message): Likewise.
937 (mime-parse-buffer): Likewise.
939 * mime.el (mime-parse-buffer): Auto-loaded from "mmbufer".
940 (mime-find-function): Abolished.
941 (mime-entity-function): Abolished.
942 (mime-entity-send): Use `luna-send'.
943 (mime-open-entity): Use `luna-make-entity' and
944 `mm-expand-class-name'.
945 (mime-entity-cooked-p): Use `luna-define-generic'.
946 (mime-entity-children): Use `luna-send'.
947 (mime-find-entity-from-content-id): Use `mime-entity-read-field'.
948 (mime-entity-buffer): Change to generic function.
949 (mime-entity-header-buffer): New generic function.
950 (mime-entity-body-buffer): Likewise.
951 (mime-entity-point-min): Use `luna-define-generic'.
952 (mime-entity-point-max): Likewise.
953 (mime-entity-header-start): Abolished.
954 (mime-entity-header-end): Abolished.
955 (mime-entity-body-start): Abolished.
956 (mime-entity-body-end): Abolished.
957 (mime-goto-header-start-point): New generic function.
958 (mime-entity-fetch-field): New generic function.
959 (mime-fetch-field): Use `mime-entity-fetch-field'; declare as
961 (mime-entity-content-type): Use `mime-entity-fetch-field'.
962 (mime-entity-content-disposition): Likewise.
963 (mime-entity-encoding): Likewise.
964 (mime-entity-read-field): New function.
965 (mime-read-field): Use `mime-entity-read-field'; declare as
967 (mime-insert-header): Use `luna-define-generic'; abolish obsolete
968 alias `mime-insert-decoded-header'.
969 (mime-entity-name): New generic function.
970 (mime-entity-content): Use `luna-define-generic'.
971 (mime-insert-entity-content): Likewise.
972 (mime-write-entity-content): Likewise.
973 (mime-insert-text-content): Likewise.
974 (mime-insert-entity): Likewise.
975 (mime-write-entity): Likewise.
976 (mime-write-entity-body): Likewise.
980 (make-mime-entity-internal): Abolished.
981 (mime-entity-representation-type-internal): Change to alias for
983 (mime-entity-set-representation-type-internal): Change to alias
984 for `luna-set-class-name'.
985 (mime-entity-location-internal): Defined by
986 `luna-define-internal-accessors'.
987 (mime-entity-set-location-internal): Likewise.
988 (mime-entity-content-type-internal): Likewise.
989 (mime-entity-set-content-type-internal): Likewise.
990 (mime-entity-content-disposition-internal): Likewise.
991 (mime-entity-set-content-disposition-internal): Likewise.
992 (mime-entity-encoding-internal): Likewise.
993 (mime-entity-set-encoding-internal): Likewise.
994 (mime-entity-children-internal): Likewise.
995 (mime-entity-set-children-internal): Likewise.
996 (mime-entity-parent-internal): Likewise.
997 (mime-entity-set-parent-internal): Likewise.
998 (mime-entity-node-id-internal): Likewise.
999 (mime-entity-decoded-subject-internal): Abolished.
1000 (mime-entity-set-decoded-subject-internal): Abolished.
1001 (mime-entity-decoded-from-internal): Abolished.
1002 (mime-entity-set-decoded-from-internal): Abolished.
1003 (mime-entity-date-internal): Abolished.
1004 (mime-entity-set-date-internal): Abolished.
1005 (mime-entity-message-id-internal): Abolished.
1006 (mime-entity-set-message-id-internal): Abolished.
1007 (mime-entity-references-internal): Abolished.
1008 (mime-entity-set-references-internal): Abolished.
1009 (mime-entity-chars-internal): Abolished.
1010 (mime-entity-set-chars-internal): Abolished.
1011 (mime-entity-lines-internal): Abolished.
1012 (mime-entity-set-lines-internal): Abolished.
1013 (mime-entity-xref-internal): Abolished.
1014 (mime-entity-set-xref-internal): Abolished.
1015 (mime-entity-original-header-internal): Defined by
1016 `luna-define-internal-accessors'.
1017 (mime-entity-set-original-header-internal): Likewise.
1018 (mime-entity-parsed-header-internal): Likewise.
1019 (mime-entity-set-parsed-header-internal): Likewise.
1020 (mime-entity-buffer-internal): Abolished.
1021 (mime-entity-set-buffer-internal): Abolished.
1022 (mime-entity-header-start-internal): Abolished.
1023 (mime-entity-set-header-start-internal): Abolished.
1024 (mime-entity-header-end-internal): Abolished.
1025 (mime-entity-set-header-end-internal): Abolished.
1026 (mime-entity-body-start-internal): Abolished.
1027 (mime-entity-set-body-start-internal): Abolished.
1028 (mime-entity-body-end-internal): Abolished.
1029 (mime-entity-set-body-end-internal): Abolished.
1030 (mm-expand-class-name): New macro.
1031 (mm-define-backend): Use `luna-define-class' and
1032 `mm-expand-class-name'.
1033 (mm-define-method): Use `luna-define-method' and
1034 `mm-expand-class-name'.
1035 (mm-arglist-to-arguments): Abolished.
1036 (mel-define-service): Use `luna-arglist-to-arguments' instead of
1037 `mm-arglist-to-arguments'.
1039 * mel.el: Require `alist'.
1041 * FLIM-ELS (flim-modules): Add `luna' and delete `mmgeneric'.
1044 - Rename property `luna-member-index' to `luna-slot-index'.
1045 - Rearrangement to avoid byte-compiling problem.
1046 (luna-define-class-function): New function.
1047 (luna-define-class): Use `luna-define-class-function'.
1048 (luna-define-generic): Fixed.
1049 (luna-define-internal-accessors): New function.
1051 1999-05-15 MORIOKA Tomohiko <tomo@m17n.org>
1053 * luna.el (luna-make-entity-function): Send `initialize-instance'.
1055 1999-05-14 MORIOKA Tomohiko <tomo@m17n.org>
1057 * luna.el: New module.
1060 1999-05-31 MORIOKA Tomohiko <tomo@m17n.org>
1062 * FLIM: Version 1.12.7 (Y
\e-Dþzaki)
\e-A released.
1064 1999-05-31 MORIOKA Tomohiko <tomo@m17n.org>
1066 * mime-en.sgml (Network representation of header): Translate.
1068 1999-05-27 Shuhei KOBAYASHI <shuhei@aqua.ocn.ne.jp>
1070 * mel-b-el.el (pack-sequence): Eliminate local variable `i'.
1071 (base64-encode-1): Avoid concat.
1072 (base64-encode-string): Fixed last change; extra padding.
1074 1999-05-26 MORIOKA Tomohiko <tomo@m17n.org>
1076 * smtpmail.el (smtpmail-default-smtp-server): Define obsolete
1077 variable alias for XEmacs.
1078 (smtpmail-smtp-server): Likewise.
1079 (smtpmail-smtp-service): Likewise.
1080 (smtpmail-local-domain): Likewise.
1081 (smtpmail-debug-info): Likewise.
1082 (smtpmail-send-it): Check function `expand-mail-aliases' is
1085 1999-05-26 MORIOKA Tomohiko <tomo@m17n.org>
1087 * smtp.el (smtp-debug-info): Now a user option.
1089 1999-05-25 Yoshiki Hayashi <g740685@komaba.ecc.u-tokyo.ac.jp>
1091 * README.ja: Modify URL and required version of APEL.
1093 1999-05-24 Tanaka Akira <akr@jaist.ac.jp>
1095 * mel-b-ccl.el (base64-encode-string): New alias.
1096 (base64-encode-region): Ditto.
1097 (base64-decode-string): Ditto.
1098 (base64-decode-region): Ditto.
1100 1999-05-24 Tanaka Akira <akr@jaist.ac.jp>
1102 * mel-b-ccl.el, mel-q-ccl.el: Sync up with doodle-1.12.5.
1104 1999-05-24 MORIOKA Tomohiko <tomo@m17n.org>
1106 * eword-encode.el (ew-space-process): Renamed from
1107 `tm-eword::space-process'.
1109 1999-05-24 MORIOKA Tomohiko <tomo@m17n.org>
1111 * eword-encode.el (tm-eword::space-process): Don't concatenate
1113 (ew-encode-rword-1): Renamed from `tm-eword::encode-string-1'; add
1114 new optional argument `must-output'; return nil if it can't encode
1116 (eword-encode-rword-list): Fold SPACE or TAB in the encoded string
1117 if `ew-encode-rword-1' can't encode literally and it is possible
1118 to encode the rest literally with the folding.
1119 (eword-encode-phrase-to-rword-list): Add `special' flag to
1120 brackets of comments.
1122 1999-05-22 Shuhei KOBAYASHI <shuhei@aqua.ocn.ne.jp>
1124 * smtpmail.el: Require 'poe and 'pcustom.
1126 1999-05-22 Shuhei KOBAYASHI <shuhei@aqua.ocn.ne.jp>
1128 * mel.el: Update header.
1129 Require 'path-util and don't require 'poem.
1130 (mel-use-module): Eliminate local variable `encoding'.
1131 (mime-insert-encoded-file for mel-b-builtin):
1132 Use built-in `interactive' spec.
1133 (encoded-text-decode-string): Anchor regexp with "\\`" and "\\'".
1134 (mime-encode-region): Capitalize prompt string.
1135 (mime-decode-region): Ditto.
1136 (mime-insert-encoded-file): Ditto.
1137 (mime-write-decoded-region): Ditto.
1139 * mel-b-ccl.el: Update header.
1140 (base64-ccl-encode-region): Use read-only `interactive' spec.
1141 (base64-ccl-decode-region): Ditto.
1142 (base64-ccl-insert-encoded-file): Use built-in `interactive' spec.
1143 (base64-ccl-write-decoded-region): Ditto.
1144 (encoded-text-decode-string): Anchor regexp with "\\`" and "\\'".
1146 * mel-b-dl.el: Update header.
1147 Don't require 'poe; it is required implicitly via 'mime-def.
1148 (base64-dl-handle): Chech whether `base64-dl-module' is string.
1149 Defalias `base64-encode-string' and `base64-decode-string' just
1150 after `dynamic-call'ing "emacs_base64_init".
1151 (base64-encode-region): Use read-only `interactive' spec.
1152 Use `base64-encode-string'.
1153 Changed order of evaluation to "encode, delete, then insert".
1154 (base64-decode-region): Renamed from `decode-base64-region'.
1155 Use read-only `interactive' spec.
1156 Use `base64-decode-string'.
1157 Changed order of evaluation to "decode, delete, then insert".
1158 (mime-encode-string): Use `base64-encode-string'.
1159 (mime-decode-string): Use `base64-decode-string'.
1160 (mime-decode-region): Use `base64-decode-region'.
1161 (encoded-text-encode-string): Use `base64-encode-string'.
1162 (encoded-text-decode-string): Anchor regexp with "\\`" and "\\'".
1163 (mime-insert-encoded-file): Use built-in `interactive' spec.
1164 (mime-write-decoded-region in comment): Ditto.
1166 * mel-b-el.el: Update header.
1167 Don't require 'poe; it is required implicitly via 'mime-def.
1168 (pack-sequence): Moved to top of the function definitions.
1169 (base64-encode-string): Calculate padding first.
1170 (base64-internal-encode-region): Changed order of evaluation to
1171 "encode, delete, then insert".
1172 (base64-internal-decode-string): Changed order of evaluation to
1173 "decode, delete, then insert".
1174 (base64-encode-region): Use read-only `interactive' spec.
1175 (base64-decode-region): Ditto.
1176 (base64-decode-string): Not interactive.
1177 (encoded-text-decode-string): Anchor regexp with "\\`" and "\\'".
1178 (base64-insert-encoded-file): Use built-in `interactive' spec.
1179 (base64-write-decoded-region): Ditto.
1181 * mel-g.el: Update header.
1182 Require 'mime-def instead of 'poem and 'mel.
1183 (mime-insert-encoded-file): Use built-in `interactive' spec.
1184 (mime-write-decoded-region): Ditto.
1186 * mel-q-ccl.el: Update header.
1187 (quoted-printable-ccl-encode-region):
1188 Use read-only `interactive' spec.
1189 (quoted-printable-ccl-decode-region): Ditto.
1190 (quoted-printable-ccl-insert-encoded-file):
1191 Use built-in `interactive' spec.
1192 (quoted-printable-ccl-write-decoded-region): Ditto.
1193 (encoded-text-decode-string): Anchor regexp with "\\`" and "\\'".
1195 * mel-q.el: Update header.
1196 Require 'path-util instead of 'emu.
1197 (quoted-printable-internal-encode-region): Rewrite without regexp.
1198 (quoted-printable-internal-decode-region): Ditto.
1199 (quoted-printable-encode-region): Use read-only `interactive' spec.
1200 (quoted-printable-decode-region): Ditto.
1201 (mime-insert-encoded-file): Use built-in `interactive' spec.
1202 (mime-write-decoded-region): Ditto.
1203 (encoded-text-decode-string): Anchor regexp with "\\`" and "\\'".
1205 * mel-u.el: Update header.
1206 Require 'path-util instead of 'emu.
1207 (mime-insert-encoded-file): Use built-in `interactive' spec.
1208 (mime-write-decoded-region): Ditto.
1210 1999-05-22 Shuhei KOBAYASHI <shuhei@aqua.ocn.ne.jp>
1212 * mime-def.el: Require 'poe, 'poem, and 'pcustom.
1213 (mime): Declare `default-mime-charset' as an initial member.
1215 * mime-parse.el: Don't require 'cl at compile-time.
1217 * mailcap.el (mailcap-look-at-qchar): Use `char-after'.
1219 * std11.el: Require 'poe, 'poem, and 'pcustom.
1221 * smtp.el: Update header.
1222 Require 'poe, 'poem, and 'pcustom.
1223 Require 'cl at compile-time.
1225 1999-05-21 MORIOKA Tomohiko <tomo@m17n.org>
1227 * README.en (Installation): Modify URL and required version of
1230 * eword-encode.el (ew-find-charset-rule): Renamed from
1231 `tm-eword::find-charset-rule'; use
1232 `find-mime-charset-by-charsets'.
1235 1999-05-11 MORIOKA Tomohiko <tomo@m17n.org>
1237 * FLIM: Version 1.12.6 (Family-K
\e-Dòenmae)
\e-A released.
1239 1999-04-27 Shuhei KOBAYASHI <shuhei@aqua.ocn.ne.jp>
1241 * mel-b-ccl.el (TopLevel): Suppress warning.
1242 mel-q-ccl.el (TopLevel): Ditto.
1243 mime.el (TopLevel): Ditto.
1245 1999-04-26 Shuhei KOBAYASHI <shuhei@aqua.ocn.ne.jp>
1247 * eword-decode.el (eword-encoded-word-regexp): Accept "b" and "q"
1250 * mime-def.el (std11-qtext-regexp): Don't use `string'.
1251 (mime-tspecial-char-list): Eval at compile time.
1253 1999-04-22 Katsumi Yamaoka <yamaoka@jpl.org>
1255 * mime.el: Delete autoload setting for `eword-encode-field'.
1257 1999-04-22 MORIOKA Tomohiko <tomo@m17n.org>
1259 * eword-encode.el: Require `poem' instead of `emu'.
1260 Don't use `cl' for `caar'.
1262 1999-04-09 Katsumi Yamaoka <yamaoka@jpl.org>
1264 * smtp.el (smtp-via-smtp): Funcall `smtp-server' if it is a
1266 (smtp-server): Make it can also be a function called from
1267 `smtp-via-smtp' with arguments SENDER and RECIPIENTS.
1269 1999-04-05 Shuhei KOBAYASHI <shuhei@aqua.ocn.ne.jp>
1271 * FLIM-CFG: Make easier to install in VERSION_SPECIFIC_LISPDIR.
1273 1999-03-29 Shuhei KOBAYASHI <shuhei@aqua.ocn.ne.jp>
1275 * mime.el (mime-read-field): Correct argument of
1276 `mime-decode-field-body'; 'native -> 'plain.
1278 1999-03-27 Shuhei KOBAYASHI <shuhei@aqua.ocn.ne.jp>
1280 * eword-encode.el (TopLevel): Require 'cl when compiling.
1281 (eword-encode-rword-list): Suppress insertion of extra spaces.
1282 (eword-encode-msg-id-to-rword-list): Treat surrounding angle
1283 brackets atomically.
1284 ([tm-ja:4244] by Kazuhiro Ohta <ohta@ele.cst.nihon-u.ac.jp>)
1286 1999-03-11 MORIOKA Tomohiko <morioka@jaist.ac.jp>
1288 * eword-encode.el (eword-charset-encoding-alist): Add `tis-620'.
1290 1999-03-01 MORIOKA Tomohiko <morioka@jaist.ac.jp>
1292 * mel.el (mime-decode-string): Return STRING if return value of
1293 `(mel-find-function 'mime-decode-string encoding)' is nil.
1295 1999-02-10 MORIOKA Tomohiko <morioka@jaist.ac.jp>
1297 * mime-def.el (mel-define-service): Change size of obarray to 7.
1299 1999-02-01 Yoshiki Hayashi <g740685@komaba.ecc.u-tokyo.ac.jp>
1301 * mime-ja.sgml: Tranlate all untranslated parts.
1304 1999-01-27 MORIOKA Tomohiko <morioka@jaist.ac.jp>
1306 * FLIM: Version 1.12.5 (Hirahata) released.
1308 * mime-ja.sgml, mime-en.sgml: Sync with FLIM API 1.12.
1310 1999-01-26 MORIOKA Tomohiko <morioka@jaist.ac.jp>
1312 * NEWS (New optional argument of `std11-field-end'): New
1315 * std11.el (std11-field-end): Add new optional argument `bound'.
1318 1999-01-24 MORIOKA Tomohiko <morioka@jaist.ac.jp>
1320 * FLIM: Version 1.12.4 (Tsutsui) released.
1322 1999-01-24 MORIOKA Tomohiko <morioka@jaist.ac.jp>
1324 * README.en: Sync with latest FLIM.
1328 1999-01-24 MORIOKA Tomohiko <morioka@jaist.ac.jp>
1330 * mmbuffer.el, mmgeneric.el (insert-entity-content): New method.
1332 * mime.el (mime-insert-entity-content): New generic function.
1334 1999-01-24 MORIOKA Tomohiko <morioka@jaist.ac.jp>
1336 * NEWS (New function `mime-find-entity-from-content-id'): New
1338 (New function `mime-parse-msg-id'): New subsection.
1339 (New function `mime-uri-parse-cid'): New subsection.
1341 1999-01-24 MORIOKA Tomohiko <morioka@jaist.ac.jp>
1343 * mime.el (mime-find-entity-from-content-id): New function.
1344 (mime-field-parser-alist): Use `mime-parse-msg-id' instead of
1345 `std11-parse-msg-id' to parse `Message-Id', `Recent-Message-Id'
1346 and `Content-Id' field.
1348 * mime-parse.el (mime-parse-msg-id): New function.
1349 (mime-uri-parse-cid): New function.
1352 1999-01-23 MORIOKA Tomohiko <morioka@jaist.ac.jp>
1354 * FLIM: Version 1.12.3 (Kintetsu-K
\e-Dòriyama)
\e-A released.
1356 1999-01-23 MORIOKA Tomohiko <morioka@jaist.ac.jp>
1358 * NEWS (Function `std11-parse-in-reply-to'): New subsection.
1359 (New function `std11-parse-msg-id-string'): Likewise.
1360 (New function `std11-parse-msg-ids-string'): Likewise.
1361 (New generic function `mime-insert-entity'): Likewise.
1363 1999-01-23 MORIOKA Tomohiko <morioka@jaist.ac.jp>
1365 * mime.el (mime-field-parser-alist): Change to set parser for
1366 tokens instead of parser for string.
1367 (mime-read-field): Use `eword-lexical-analyze' before parsing.
1369 * eword-encode.el (eword-encode-in-reply-to): Use
1370 `std11-parse-msg-ids-string' instead of `std11-parse-in-reply-to'
1371 and `std11-lexical-analyze'.
1373 * std11.el (std11-parse-msg-ids): Renamed from
1374 `std11-parse-in-reply-to'; define `std11-parse-in-reply-to' as
1376 (std11-parse-msg-id-string): New function.
1377 (std11-parse-msg-ids-string): New function.
1379 1999-01-23 MORIOKA Tomohiko <morioka@jaist.ac.jp>
1381 * mime.el (mime-field-parser-alist): New variable.
1382 (mime-read-field): Refer `mime-field-parser-alist'.
1384 1999-01-23 MORIOKA Tomohiko <morioka@jaist.ac.jp>
1386 * mmbuffer.el, mmgeneric.el (insert-entity): New method.
1388 * mime.el (mime-insert-entity): New generic function.
1390 1999-01-22 Katsumi Yamaoka <yamaoka@jpl.org>
1392 * std11.el (TopLevel): Require `custom'.
1395 1999-01-21 MORIOKA Tomohiko <morioka@jaist.ac.jp>
1397 * FLIM: Version 1.12.2 (Kuj
\e-Dò)
\e-A released.
1399 1999-01-16 MORIOKA Tomohiko <morioka@jaist.ac.jp>
1401 * mime-parse.el (mime-lexical-analyzer): New user option.
1402 (mime-analyze-tspecial): New function.
1403 (mime-analyze-token): New function.
1404 (mime-parse-Content-Transfer-Encoding): Use
1405 `std11-lexical-analyze' with `mime-lexical-analyzer'.
1407 * mime-def.el (mime-tspecial-char-list): Renamed from
1408 `mime-tspecials'; changed from string to list.
1409 (mime-token-regexp): Use `eval-when-compile'.
1411 1999-01-16 MORIOKA Tomohiko <morioka@jaist.ac.jp>
1413 * eword-decode.el (eword-lexical-analyzer): Modify DOC-string
1414 about interface change.
1415 (eword-analyze-comment): Renamed from `eword-parse-comment';
1416 change second argument `from' to required argument; abolish alias
1417 `eword-analyze-comment' of `eword-parse-comment'.
1419 1999-01-16 MORIOKA Tomohiko <morioka@jaist.ac.jp>
1421 * NEWS (User option `eword-lexical-analyzers' ->
1422 `eword-lexical-analyzer'): New subsection.
1424 * eword-decode.el (eword-lexical-analyzer): Renamed from user
1425 option `eword-lexical-analyzers'.
1427 1999-01-16 MORIOKA Tomohiko <morioka@jaist.ac.jp>
1429 * NEWS (New user option `std11-lexical-analyzer'): New subsection.
1431 * std11.el (std11-lexical-analyzer): Renamed from user option
1432 `std11-lexical-analyzers'.
1434 1999-01-16 MORIOKA Tomohiko <morioka@jaist.ac.jp>
1436 * std11.el (std11-lexical-analyze): Change interface to add new
1437 optional argument `analyzers'.
1439 1999-01-16 MORIOKA Tomohiko <morioka@jaist.ac.jp>
1441 * std11.el (std11-lexical-analyzers): New user option.
1442 (std11-lexical-analyze): New implementation; refer
1443 `std11-lexical-analyzers'.
1445 1999-01-16 MORIOKA Tomohiko <morioka@jaist.ac.jp>
1447 * NEWS (Change interface of lexical-analyzers): New subsection.
1449 1999-01-16 MORIOKA Tomohiko <morioka@jaist.ac.jp>
1451 * eword-decode.el (eword-encoded-word-regexp): Must define when
1452 this module is compiled.
1453 (eword-decode-structured-field-body): Add new optional argument
1455 (eword-decode-and-unfold-structured-field-body): Likewise.
1456 (eword-decode-and-fold-structured-field-body): Likewise.
1457 (eword-analyze-quoted-string): Add new argument `start'; return
1458 `(<parsed result> . <end position>)' instead of `(<parsed result>
1460 (std11-analyze-domain-literal): Likewise.
1461 (eword-analyze-domain-literal): Likewise.
1462 (eword-analyze-comment): Changed to alias of
1463 `eword-parse-comment'.
1464 (eword-analyze-spaces): Add new argument `start'; return `(<parsed
1465 result> . <end position>)' instead of `(<parsed result> . <rest
1467 (std11-analyze-domain-literal): Likewise.
1468 (eword-analyze-special): Likewise.
1469 (eword-analyze-encoded-word): Likewise.
1470 (eword-analyze-atom): Likewise.
1471 (eword-lexical-analyze-internal): Add new argument `start'.
1472 (eword-lexical-analyze): Change interface to add new optional
1474 (eword-extract-address-components): Add new optional argument
1477 * std11.el (std11-atom-regexp): Modify to match non-top atom.
1478 (std11-analyze-spaces): Add new argument `start'; return `(<parsed
1479 result> . <end position>)' instead of `(<parsed result> . <rest
1481 (std11-analyze-special): Likewise.
1482 (std11-analyze-atom): Likewise.
1483 (std11-analyze-quoted-string): Likewise.
1484 (std11-analyze-domain-literal): Likewise.
1485 (std11-analyze-comment): Likewise.
1486 (std11-lexical-analyze): Add new optional argument `start'.
1488 1999-01-15 MORIOKA Tomohiko <morioka@jaist.ac.jp>
1490 * std11.el (std11-fetch-field): Add autoload cookie.
1491 (std11-narrow-to-header): Likewise.
1492 (std11-field-body): Likewise.
1493 (std11-unfold-string): Likewise.
1494 (std11-lexical-analyze): Add DOC-string; add autoload cookie.
1496 * std11.el (std11-space-char-list): Renamed from
1497 `std11-space-chars'; changed from string to list.
1499 1999-01-15 MORIOKA Tomohiko <morioka@jaist.ac.jp>
1501 * std11.el (std11-fetch-field): Don't define as inline function.
1502 (std11-field-body): Enclose `std11-narrow-to-header' and
1503 `std11-fetch-field' by `inline'.
1505 1999-01-15 MORIOKA Tomohiko <morioka@jaist.ac.jp>
1507 * std11.el (std11-special-char-list): Evaluate when it is
1509 (std11-atom-regexp): Use `eval-when-compile'.
1511 1999-01-15 MORIOKA Tomohiko <morioka@jaist.ac.jp>
1513 * std11.el (std11-space-chars): Must evaluate when it is compiled.
1514 (std11-analyze-spaces): Don't use `std11-spaces-regexp'; abolist
1515 constant `std11-spaces-regexp'.
1517 * mime-parse.el (mime-disposition-type-regexp): Must evaluate when
1520 * mime-parse.el: Don't require emu.
1522 * mime-parse.el (mime-parse-Content-Disposition): Use
1523 `eval-when-compile'.
1525 * mime-parse.el (mime-parse-Content-Transfer-Encoding): New
1528 1998-12-22 Katsumi Yamaoka <yamaoka@jpl.org>
1530 * README.en (Installation): Modify for APEL 9.12.
1531 * README.ja (Installation): Likewise.
1533 1998-12-14 Katsumi Yamaoka <yamaoka@jpl.org>
1535 * mel-b-ccl.el (base64-ccl-insert-encoded-file): Call
1536 `insert-file-contents-as-coding-system' with CODING-SYSTEM as the
1538 * mel-q-ccl.el (quoted-printable-ccl-insert-encoded-file):
1541 * mel-b-ccl.el (base64-ccl-write-decoded-region): Call
1542 `write-region-as-coding-system' with CODING-SYSTEM as the 1st arg.
1543 * mel-q-ccl.el (quoted-printable-ccl-write-decoded-region):
1546 1998-12-14 Katsumi Yamaoka <yamaoka@jpl.org>
1548 * mel-b-ccl.el (base64-ccl-insert-encoded-file): Use
1549 `insert-file-contents-as-coding-system' (renamed from
1550 `insert-file-contents-as-specified-coding-system').
1551 * mel-q-ccl.el (quoted-printable-ccl-insert-encoded-file):
1554 * mel-b-ccl.el (base64-ccl-write-decoded-region): Use
1555 `write-region-as-coding-system' (renamed from
1556 `write-region-as-specified-coding-system').
1557 * mel-q-ccl.el (quoted-printable-ccl-write-decoded-region):
1560 1998-12-08 Katsumi Yamaoka <yamaoka@jpl.org>
1562 * smtp.el (smtp-coding-system): Abolished.
1563 (smtp-via-smtp): Use `open-network-stream-as-binary' instead of
1564 `open-network-stream'.
1566 1998-12-04 Katsumi Yamaoka <yamaoka@jpl.org>
1568 * mel-b-ccl.el (base64-ccl-insert-encoded-file): Use
1569 `insert-file-contents-as-specified-coding-system' instead of
1570 `insert-file-contents'.
1571 * mel-q-ccl.el (quoted-printable-ccl-insert-encoded-file):
1574 * mel-b-ccl.el (base64-ccl-write-decoded-region): Use
1575 `write-region-as-specified-coding-system' instead of
1577 * mel-q-ccl.el (quoted-printable-ccl-write-decoded-region):
1581 1998-12-02 MORIOKA Tomohiko <morioka@jaist.ac.jp>
1583 * FLIM: Version 1.12.1 (Nishinoky
\e-Dò)
\e-A released.
1585 1998-11-30 MORIOKA Tomohiko <morioka@jaist.ac.jp>
1587 * smtpmail.el (smtpmail-send-it): Add autoload cookie; use
1588 `smtpmail-do-bcc' instead of `smtp-do-bcc'; modify for interface
1589 change of `smtp-via-smtp'.
1590 (smtpmail-do-bcc): New function (moved and renamed from
1591 `smtp-do-bcc' of smtp.el).
1593 1998-08-06 Katsumi Yamaoka <yamaoka@jpl.org>
1595 * lisp/smtp.el: Do not insert empty line at the end of message.
1597 1998-06-18 Shuhei KOBAYASHI <shuhei-k@jaist.ac.jp>
1599 * lisp/smtp.el (smtp-use-8bitmime): New variable.
1600 (smtp-debug-info): Internal variable, now.
1601 (smtp-make-fqdn): Renamed from `smtp-fqdn'.
1602 (smtp-via-smtp): New implementation.
1603 (smtp-send-command): Treat "PASS" as usual.
1604 (smtp-do-bcc): Removed.
1606 1998-11-30 MORIOKA Tomohiko <morioka@jaist.ac.jp>
1608 * smtpmail.el: New module (copied from Semi-gnus 6.8).
1610 * smtp.el: New module (copied from Semi-gnus 6.8).
1612 * FLIM-ELS: Add smtp.el and smtpmail.el.
1614 1998-11-30 MORIOKA Tomohiko <morioka@jaist.ac.jp>
1616 * mime-def.el: Abolish function `eliminate-top-spaces' because it
1617 is not used in FLIM.
1619 1998-11-29 MORIOKA Tomohiko <morioka@jaist.ac.jp>
1621 * eword-encode.el (eword-encode-mailbox-to-rword-list): Fix
1622 problem in `eword-encode-addresses-to-rword-list'.
1624 1998-11-26 MORIOKA Tomohiko <morioka@jaist.ac.jp>
1626 * std11.el (std11-full-name-string): fixed.
1628 * std11.el (std11-comment-value-to-string): fixed.
1630 1998-11-25 MORIOKA Tomohiko <morioka@jaist.ac.jp>
1632 * NEWS (Changes in FLIM 1.12): New section.
1634 1998-11-25 MORIOKA Tomohiko <morioka@jaist.ac.jp>
1636 * std11.el (std11-comment-value-to-string): New function.
1637 (std11-full-name-string): Use `std11-comment-value-to-string'.
1639 * eword-decode.el (eword-parse-comment): New function.
1640 (eword-analyze-comment): New implementation; use
1641 `eword-parse-comment'; change representation.
1642 (eword-decode-token): Modify for representation change of comment.
1645 1998-11-16 MORIOKA Tomohiko <morioka@jaist.ac.jp>
1647 * FLIM: Version 1.12.0 (Amagatsuji) was released.
1649 1998-11-14 Tanaka Akira <akr@jaist.ac.jp>
1651 * mel-b-ccl.el (ccl-cascading-read): Check consistency.
1653 1998-11-13 MORIOKA Tomohiko <morioka@jaist.ac.jp>
1655 * eword-decode.el (eword-decode-structured-field-body): Abolish
1656 non-used local variable.
1658 1998-11-12 Tanaka Akira <akr@jaist.ac.jp>
1660 * mel-b-ccl.el (mel-ccl-decode-b): Check `ccl-cascading-read' to
1661 select implementation.
1663 1998-11-12 Tanaka Akira <akr@jaist.ac.jp>
1665 * mel-q-ccl.el (mel-ccl-encode-quoted-printable-generic): workaround
1668 1998-11-12 Tanaka Akira <akr@jaist.ac.jp>
1670 * mel.el (mel-b-builtin): New variable.
1672 1998-11-10 Tanaka Akira <akr@jaist.ac.jp>
1674 * FLIM-ELS: require 'pccl.
1675 (flim-modules): Check CCL availability by broken facility.
1677 1998-11-08 MORIOKA Tomohiko <morioka@jaist.ac.jp>
1679 * eword-decode.el (eword-decode-structured-field-body): New
1680 implementation; abolish optional argument `must-unfold'; delete
1682 (eword-decode-and-unfold-structured-field-body): Renamed from
1683 `eword-decode-and-unfold-structured-field'; delete DOC-string.
1684 (eword-decode-and-fold-structured-field-body): Renamed from
1685 `eword-decode-and-fold-structured-field'; abolish optional
1686 argument `must-unfold'; delete DOC-string.
1687 (eword-decode-unstructured-field-body): Abolish optional argument
1688 `must-unfold'; delete DOC-string.
1689 (eword-decode-and-unfold-unstructured-field-body): Renamed from
1690 `eword-decode-and-unfold-unstructured-field'; delete DOC-string.
1691 (eword-decode-unfolded-unstructured-field-body): New function.
1693 1998-11-08 MORIOKA Tomohiko <morioka@jaist.ac.jp>
1695 * mmgeneric.el (mime-insert-header-from-buffer): Use
1696 `mime-find-field-presentation-method' and
1697 `mime-find-field-decoder-internal'.
1699 * eword-decode.el (mime-find-field-presentation-method): New
1701 (mime-find-field-decoder-internal): New function.
1702 (mime-find-field-decoder): New implementation (use
1703 mime-find-field-decoder-internal).
1704 (mime-decode-header-in-region): Use
1705 `mime-find-field-presentation-method' and
1706 `mime-find-field-decoder-internal'.
1708 1998-11-08 MORIOKA Tomohiko <morioka@jaist.ac.jp>
1710 * mmgeneric.el (mime-insert-header-from-buffer): Rename
1711 field-presentation-mode `folding' to `wide'.
1713 * eword-decode.el: Rename field-presentation-modes from `native',
1714 `folding', `unfolding', `unfolding-xover' to `plain', `wide',
1717 1998-11-07 Tanaka Akira <akr@jaist.ac.jp>
1719 * eword-decode.el (mime-set-field-decoder): Add mode `unfolding-xover'.
1720 (mime-find-field-decoder): Ditto.
1722 1998-11-04 MORIOKA Tomohiko <morioka@jaist.ac.jp>
1724 * eword-encode.el (eword-encode-phrase-route-addr-to-rword-list):
1725 Don't delete the front spaces.
1726 (eword-encode-addresses-to-rword-list): Don't supplement space;
1727 use `nconc' instead of `append'.
1728 (eword-encode-msg-id-to-rword-list): Supplement the front space;
1729 use `nconc' instead of `append'.
1731 1998-11-02 Tanaka Akira <akr@jaist.ac.jp>
1733 * eword-decode.el (mime-field-decoder-cache): New variable.
1734 (mime-find-field-decoder): Use `mime-field-decoder-cache'.
1735 (mime-update-field-decoder-cache): New variable.
1736 (mime-update-field-decoder-cache): New function.
1737 (mime-decode-header-in-region): Use `mime-field-decoder-cache'.
1739 * mmgeneric.el (mime-insert-header-from-buffer): Use
1740 `mime-field-decoder-cache'.
1742 1998-11-02 MORIOKA Tomohiko <morioka@jaist.ac.jp>
1744 * eword-decode.el (mime-decode-header-in-region): New function.
1745 (mime-decode-header-in-buffer): Use function
1746 `mime-decode-header-in-region'.
1748 1998-10-28 MORIOKA Tomohiko <morioka@jaist.ac.jp>
1750 * mmgeneric.el (mime-insert-header-from-buffer): Refer
1751 `mime-field-decoder-alist' instead of hard-coding.
1753 * mime.el (mime-read-field): Use `mime-decode-field-body'.
1755 * eword-decode.el (eword-decode-and-unfold-structured-field): Add
1756 optional dummy argument `start-column' and `max-column'.
1757 (eword-decode-structured-field-body): Change interface.
1758 (eword-decode-unstructured-field-body): Change interface to add
1759 optional dummy argument `start-column' and `max-column'.
1760 (eword-decode-and-unfold-unstructured-field): Add optional dummy
1761 argument `start-column' and `max-column'.
1762 (mime-field-decoder-alist): New variable; abolish user option
1763 `eword-decode-ignored-field-list' and
1764 `eword-decode-structured-field-list'.
1765 (mime-set-field-decoder): New function.
1766 (mime-find-field-decoder): New function.
1767 (mime-decode-field-body): New function; abolish function
1768 `eword-decode-field-body'.
1769 (mime-decode-header-in-buffer): Renamed from
1770 `eword-decode-header'; refer `mime-field-decoder-alist' instead of
1771 hard-coding; add obsolete alias `eword-decode-header'.
1773 1998-10-28 MORIOKA Tomohiko <morioka@jaist.ac.jp>
1775 * mime-def.el: Avoid compile error when edebug is missing.
1778 1998-10-28 MORIOKA Tomohiko <morioka@jaist.ac.jp>
1780 * FLIM: Version 1.11.3 (Saidaiji) was released.
1782 1998-10-27 MORIOKA Tomohiko <morioka@jaist.ac.jp>
1784 * VERSION: New file (Renamed from FLIM-VERSION).
1786 1998-10-27 MORIOKA Tomohiko <morioka@jaist.ac.jp>
1788 * eword-encode.el (eword-encode-char-type): Return nil for ?\n.
1790 1998-10-27 Tanaka Akira <akr@jaist.ac.jp>
1792 * eword-encode.el (eword-encode-field-body): Unfold `field-body'.
1794 1998-10-27 Yoshiki Hayashi <g740685@komaba.ecc.u-tokyo.ac.jp>
1796 * README.ja: Update.
1799 1998-10-26 MORIOKA Tomohiko <morioka@jaist.ac.jp>
1801 * FLIM: Version 1.11.2 (Heij
\e-Dò)
\e-A was released.
1803 * NEWS (Abolish variable `mime-temp-directory'): New subsection.
1805 * README.en (Installation): Modify for APEL 9.6.
1807 1998-10-26 MORIOKA Tomohiko <morioka@jaist.ac.jp>
1809 * eword-encode.el (eword-encode-field-body): Don't eliminate
1812 1998-10-25 MORIOKA Tomohiko <morioka@jaist.ac.jp>
1814 * FLIM-ELS (flim-modules): Don't install mel-b-el for Emacs 20.4.
1816 1998-10-25 Tanaka Akira <akr@jaist.ac.jp>
1818 * eword-decode.el (eword-decode-field-body): Refine implementation.
1820 1998-10-24 Tanaka Akira <akr@jaist.ac.jp>
1822 * mel-b-ccl.el, mel-q-ccl.el, mel.el, FLIM-ELS: Divide mel-ccl.el
1823 into mel-b-ccl.el and mel-q-ccl.el.
1825 1998-09-11 Tanaka Akira <akr@jaist.ac.jp>
1827 * mel.el (base64-encoded-length): New implementation.
1829 1998-10-25 Tanaka Akira <akr@jaist.ac.jp>
1831 * eword-decode.el (eword-decode-field-body): New function.
1833 1998-10-25 MORIOKA Tomohiko <morioka@jaist.ac.jp>
1835 * eword-encode.el (eword-encode-field-body): Change interface.
1836 (eword-encode-header): Use `eword-encode-field-body'; abolish
1837 function `eword-encode-field'.
1839 1998-10-25 Tanaka Akira <akr@jaist.ac.jp>
1841 * eword-encode.el (eword-encode-field-body): New function.
1842 (eword-encode-field): Use `eword-encode-field-body'.
1844 1998-10-24 MORIOKA Tomohiko <morioka@jaist.ac.jp>
1846 * mel.el, mel-b-el.el, FLIM-ELS: Rename mel-b.el -> mel-b-el.el.
1848 1998-10-24 MORIOKA Tomohiko <morioka@jaist.ac.jp>
1850 * mel-u.el (uuencode-external-decode-region): Use
1851 `temporary-file-directory' instead of `mime-temp-directory'.
1852 (mime-write-decoded-region): Likewise.
1854 * mime-def.el: Abolish variable `mime-temp-directory'.
1856 1998-10-24 MORIOKA Tomohiko <morioka@jaist.ac.jp>
1858 * mmgeneric.el (mime-insert-header-from-buffer): New function.
1859 (insert-header): Use `mime-insert-header-from-buffer'.
1861 1998-10-24 MORIOKA Tomohiko <morioka@jaist.ac.jp>
1863 * FLIM-ELS: Don't install mel-b-dl.el if the running emacs has
1864 builtin base64 encoder/decoder.
1866 * mel.el: Set up builtin base64 encoder/decoder if they are
1869 * mime-def.el (base64-dl-module): Set nil as initial value if the
1870 running emacs has builtin base64 encoder/decoder.
1872 * mel-b.el: Require `poe' instead of `emu'.
1873 (base64-encode-string): Use `defun-maybe'.
1874 (base64-encode-region): Likewise.
1875 (base64-decode-region): Likewise.
1876 (base64-decode-string): Likewise.
1878 * mel-b-dl.el: Require `poe' instead of `emu'.
1881 1998-10-23 MORIOKA Tomohiko <morioka@jaist.ac.jp>
1883 * FLIM: Version 1.11.1 (Takanohara) was released.
1885 1998-10-22 Yoshiki Hayashi <g740685@komaba.ecc.u-tokyo.ac.jp>
1887 * README.ja: New file.
1889 1998-10-20 MORIOKA Tomohiko <morioka@jaist.ac.jp>
1891 * mime-def.el: Require mcharset.
1893 1998-10-20 Katsumi Yamaoka <yamaoka@jpl.org>
1895 * mel-u.el (mime-write-decoded-region): Fix typo.
1897 * mime-def.el: Enclose defining procedure for the constants
1898 `std11-quoted-pair-regexp', `std11-non-qtext-char-list' and
1899 `std11-qtext-regexp' with `eval-and-compile'.
1901 1998-10-19 MORIOKA Tomohiko <morioka@jaist.ac.jp>
1903 * NEWS (Behavior change of `mime-insert-header'): New subsection.
1905 * mmgeneric.el (insert-header): Include `:' in field-name.
1907 1998-10-19 MORIOKA Tomohiko <morioka@jaist.ac.jp>
1909 * mime-def.el (std11-qtext-regexp): Use `eval-when-compile'; don't
1910 use `char-list-to-string'.
1911 (std11-quoted-string-regexp): Use `eval-when-compile'.
1912 - Use `def-edebug-spec' to define edebug-form-spec of
1913 mm-define-method; fix definition of edebug-form-spec of
1916 1998-10-18 MORIOKA Tomohiko <morioka@jaist.ac.jp>
1918 * mime-en.sgml, mime-ja.sgml (Header encoder/decoder): Add
1919 description about `eword-field-encoding-method-alist'.
1921 * mime-en.sgml (Header encoder/decoder): Modify description about
1922 `eword-encode-header'.
1924 * mime-ja.sgml (Header encoder/decoder): Translate.
1926 1998-10-18 MORIOKA Tomohiko <morioka@jaist.ac.jp>
1928 * mime-en.sgml (entity formatting): Fix typo in description of
1929 `default-mime-charset'.
1931 * mime-en.sgml (Header encoder/decoder): Modify description of
1932 `eword-decode-header'.
1934 * mime-ja.sgml, mime-en.sgml (Header encoder/decoder): fix typo.
1936 * mime-en.sgml (encoder/decoder): Translate description of
1937 `mime-decode-string'.
1939 1998-10-18 MORIOKA Tomohiko <morioka@jaist.ac.jp>
1941 * mime-en.sgml (Content-Disposition parser): Modify description.
1943 * mime-en.sgml (Content-Type parser): Modify description.
1945 1998-10-18 MORIOKA Tomohiko <morioka@jaist.ac.jp>
1947 * mime-en.sgml (Content-Transfer-Encoding parser): Translate.
1950 1998-10-18 MORIOKA Tomohiko <morioka@jaist.ac.jp>
1952 * FLIM: Version 1.11.0 (Yamadagawa) was released.
1954 1998-10-17 MORIOKA Tomohiko <morioka@jaist.ac.jp>
1956 * mime-ja.sgml, mime-en.sgml (entity formatting): Add description
1957 about `mime-insert-text-content'.
1959 1998-10-17 MORIOKA Tomohiko <morioka@jaist.ac.jp>
1961 * mime-ja.sgml, mime-en.sgml (entity formatting): New node; move
1962 `mime-insert-header' from `Entity-header'; move
1963 `default-mime-charset' from `custom'.
1965 1998-10-17 MORIOKA Tomohiko <morioka@jaist.ac.jp>
1967 * mime-en.sgml, mime-ja.sgml (Entity-header): Generic function
1968 `mime-insert-decoded-header' was renamed to `mime-insert-header'.
1970 1998-10-17 MORIOKA Tomohiko <morioka@jaist.ac.jp>
1974 1998-10-16 MORIOKA Tomohiko <morioka@jaist.ac.jp>
1976 * mime.el (mime-insert-header): Renamed from
1977 `mime-insert-decoded-header'; define `mime-insert-decoded-header'
1978 as an obsolete alias.
1980 * mmgeneric.el, mmcooked.el (insert-header): Renamed from
1981 `insert-decoded-header'.
1983 * README.en (Installation): Add required version of APEL.
1985 1998-10-16 MORIOKA Tomohiko <morioka@jaist.ac.jp>
1987 * mel-g.el: Require mel.
1989 * mel-g.el: Require poem instead of emu.
1991 1998-10-16 MORIOKA Tomohiko <morioka@jaist.ac.jp>
1993 * mime.el (mime-insert-text-content): New generic function.
1995 * mmcooked.el, mmgeneric.el (insert-text-content): New method.
1997 1998-10-02 MORIOKA Tomohiko <morioka@jaist.ac.jp>
1999 * std11.el (std11-unfold-string): New implementation.
2001 1998-10-02 MORIOKA Tomohiko <morioka@jaist.ac.jp>
2003 * mmgeneric.el: New module.
2005 * mmbuffer.el: Use `generic' as mother backend.
2007 * FLIM-ELS (flim-modules): Add mmgeneric.
2009 1998-10-01 MORIOKA Tomohiko <morioka@jaist.ac.jp>
2011 * mime-parse.el (mime-parse-message): Modify for
2012 `make-mime-entity-internal'.
2014 * mime-def.el (make-mime-entity-internal): Change interface to be
2015 able to specify original-header and parsed-header.
2017 1998-09-30 MORIOKA Tomohiko <morioka@jaist.ac.jp>
2019 * eword-decode.el (eword-decode-and-unfold-unstructured-field):
2022 1998-09-30 MORIOKA Tomohiko <morioka@jaist.ac.jp>
2024 * mime.el (mime-entity-content-type): New implementation.
2025 (mime-entity-content-disposition): New implementation.
2026 (mime-entity-encoding): New implementation.
2028 * mime.el (mime-fetch-field): Refer internal slots for Date,
2029 Message-Id and References fields.
2031 * mime-parse.el (mime-parse-message): Modify for
2032 `make-mime-entity-internal'.
2034 * mime-def.el: Change `mime-entity-*-internal' and
2035 `mime-entity-set-*-internal' to macro.
2036 (make-mime-entity-internal): Change interface and data format for
2037 NOV data; changed to macro.
2038 (mime-entity-set-location-internal): New macro.
2039 (mime-entity-decoded-subject-internal): New macro.
2040 (mime-entity-set-decoded-subject-internal): New macro.
2041 (mime-entity-decoded-from-internal): New macro.
2042 (mime-entity-set-decoded-from-internal): New macro.
2043 (mime-entity-date-internal): New macro.
2044 (mime-entity-set-date-internal): New macro.
2045 (mime-entity-message-id-internal): New macro.
2046 (mime-entity-set-message-id-internal): New macro.
2047 (mime-entity-references-internal): New macro.
2048 (mime-entity-set-references-internal): New macro.
2049 (mime-entity-chars-internal): New macro.
2050 (mime-entity-set-chars-internal): New macro.
2051 (mime-entity-lines-internal): New macro.
2052 (mime-entity-set-lines-internal): New macro.
2053 (mime-entity-xref-internal): New macro.
2054 (mime-entity-set-xref-internal): New macro.
2055 (mime-entity-original-header-internal): Modify for new structure;
2057 (mime-entity-set-original-header-internal): Likewise.
2058 (mime-entity-parsed-header-internal): Likewise.
2059 (mime-entity-set-parsed-header-internal): Likewise.
2060 (mime-entity-buffer-internal): Likewise.
2061 (mime-entity-set-buffer-internal): Likewise.
2062 (mime-entity-header-start-internal): Likewise.
2063 (mime-entity-set-header-start-internal): Likewise.
2064 (mime-entity-header-end-internal): Likewise.
2065 (mime-entity-set-header-end-internal): Likewise.
2066 (mime-entity-body-start-internal): Likewise.
2067 (mime-entity-set-body-start-internal): Likewise.
2068 (mime-entity-body-end-internal): Likewise.
2069 (mime-entity-set-body-end-internal): Likewise.
2072 1998-10-14 MORIOKA Tomohiko <morioka@jaist.ac.jp>
2074 * FLIM: Version 1.10.5 (Kizugawadai) was released.
2076 * mel.el: Must require poem.
2079 1998-10-12 MORIOKA Tomohiko <morioka@jaist.ac.jp>
2081 * FLIM: Version 1.10.4 (Shin-H
\e-Dòsono)
\e-A was released.
2083 1998-10-12 Katsumi Yamaoka <yamaoka@jpl.org>
2085 * README.en: Add explanation about `VERSION_SPECIFIC_LISPDIR'.
2087 * Makefile (install): Add new arg `VERSION_SPECIFIC_LISPDIR'.
2090 * FLIM-MK (config-flim): Refer to `VERSION_SPECIFIC_LISPDIR'.
2092 * FLIM-CFG (VERSION_SPECIFIC_LISPDIR): New variable.
2094 1998-10-12 MORIOKA Tomohiko <morioka@jaist.ac.jp>
2096 * mel.el (mel-ccl-module): Require path-util when the running
2099 * mel.el: Don't require emu.
2101 1998-10-11 MORIOKA Tomohiko <morioka@jaist.ac.jp>
2103 * FLIM-ELS: Don't install mel-ccl in anything older than XEmacs 21
2107 1998-10-10 MORIOKA Tomohiko <morioka@jaist.ac.jp>
2109 * FLIM: Version 1.10.3 (Komada) was released.
2111 * mel-ccl.el (base64-ccl-write-decoded-region): bind
2112 `jka-compr-compression-info-list' with nil.
2114 * mel-b.el (base64-internal-decoding-limit): Switch default value
2115 between XEmacs-mule and other emacsen.
2116 Abolish function `base64-decode-string!'.
2117 (base64-internal-decode-region): New implementation.
2118 (base64-insert-encoded-file): New function.
2119 (mime-insert-encoded-file): Use `base64-insert-encoded-file'.
2120 (base64-write-decoded-region): New function.
2121 (mime-write-decoded-region): Use `base64-write-decoded-region'.
2123 * mel-b-dl.el (decode-base64-region): Renamed from
2124 `base64-decode-region'.
2125 (mime-insert-encoded-file): Change temporary-buffer to unibyte
2126 representation. Abolish method `mime-write-decoded-region'
2127 because it is slower than CCL based implementation.
2129 1998-10-09 Tanaka Akira <akr@jaist.ac.jp>
2131 * mel-ccl.el: Check `ccl-execute-eof-block-on-decoding-some'
2132 facility instead of `ccl-execute-eof-block-on-encoding-some'.
2134 1998-10-09 MORIOKA Tomohiko <morioka@jaist.ac.jp>
2136 * mel-b.el (base64-characters): Enclose with `eval-and-compile'.
2138 * eword-decode.el (eword-encoded-text-regexp): Enclose with
2140 (eword-encoded-word-regexp): Use `eval-when-compile'.
2142 1998-10-09 MORIOKA Tomohiko <morioka@jaist.ac.jp>
2144 * eword-decode.el (eword-max-size-to-decode): New user option.
2145 (eword-decode-and-fold-structured-field): Do nothing if size of
2146 input is bigger than `eword-max-size-to-decode'.
2148 1998-10-08 MORIOKA Tomohiko <morioka@jaist.ac.jp>
2150 * mel-b.el (base64-numbers): Use `eval-when-compile'.
2152 1998-10-09 Katsumi Yamaoka <yamaoka@jpl.org>
2154 * FLIM-CFG: Use `add-latest-path' instead of `add-path' for adding
2155 "custom" to load-path.
2157 1998-10-09 Katsumi Yamaoka <yamaoka@jpl.org>
2159 * mime-def.el (mime-library-product): Enclose with
2162 * FLIM-CFG: Add "custom" to load-path.
2165 1998-10-08 MORIOKA Tomohiko <morioka@jaist.ac.jp>
2167 * FLIM: Version 1.10.2 (Kintetsu-Miyazu) was released.
2169 * mime-def.el, mel.el, mel-b-dl.el: Move variable
2170 `base64-dl-module' from mel-b-dl.el and mel.el to mime-def.el.
2172 1998-10-08 MORIOKA Tomohiko <morioka@jaist.ac.jp>
2174 * mel.el (mel-ccl-module): New variable; use it to check mel-ccl
2177 * FLIM-ELS: Don't install mel-ccl for anything older than MULE
2180 1998-10-08 MORIOKA Tomohiko <morioka@jaist.ac.jp>
2182 * mel-u.el: Use `mel-define-backend' to define "x-uue".
2183 Define "x-uuencode" as a clone of "x-uue".
2185 * Move variable `mel-encoding-module-alist' from mel.el to
2188 * mel.el (mel-find-function): Use function
2189 `mel-find-function-from-obarray'.
2190 Use `mel-define-backend' to define "7bit", "8bit" and "binary";
2191 don't define methods of "8bit" and "binary"; inherit methods from
2194 * mime-def.el (mel-service-list): New variable.
2195 (mel-define-service): New implementation.
2196 (mel-find-function-from-obarray): New inline function.
2197 (mel-copy-method): New inline function.
2198 (mel-copy-backend): New inline function.
2199 (mel-define-backend): New macro.
2201 1998-10-08 MORIOKA Tomohiko <morioka@jaist.ac.jp>
2203 * mel-u.el: Define method functions of mel.
2204 (mime-encode-region): Use `mel-define-method-function'; abolish
2205 `uuencode-encode-region'.
2206 (mime-decode-region): Use `mel-define-method-function'; abolish
2207 `uuencode-decode-region'.
2208 (mime-encode-string): New method.
2209 (mime-decode-string): New method.
2210 (mime-insert-encoded-file): Use `mel-define-method'; abolish
2211 `uuencode-insert-encoded-file'.
2212 (mime-write-decoded-region): Use `mel-define-method'; abolish
2213 `uuencode-write-decoded-region'.
2215 1998-10-07 MORIOKA Tomohiko <morioka@jaist.ac.jp>
2217 * mime-def.el (mel-define-service): Add DOC.
2218 (mel-define-method): Add DOC.
2219 (mel-define-method-function): Add DOC.
2221 * mime-en.sgml, mime-ja.sgml: Modify for FLIM 1.10.
2224 1998-10-07 MORIOKA Tomohiko <morioka@jaist.ac.jp>
2226 * FLIM: Version 1.10.1 (Miyamaki) was released.
2228 1998-10-06 MORIOKA Tomohiko <morioka@jaist.ac.jp>
2230 * mel-g.el: Define method functions of mel.
2231 (mime-encode-region): Use `mel-define-method-function'; abolish
2232 `gzip64-encode-region'.
2233 (mime-decode-region): Use `mel-define-method-function'; abolish
2234 `gzip64-decode-region'.
2235 (mime-encode-string): New method.
2236 (mime-decode-string): New method.
2237 (mime-insert-encoded-file): Use `mel-define-method'; abolish
2238 `gzip64-insert-encoded-file'.
2239 (mime-write-decoded-region): Use `mel-define-method'; abolish
2240 `gzip64-write-decoded-region'.
2242 * mime-def.el (mime-library-product): New variable; abolish
2243 `mime-library-version'.
2244 (mime-product-name): New macro.
2245 (mime-product-version): New macro.
2246 (mime-product-code-name): New macro.
2247 (mime-library-version): Renamed from
2248 `mime-library-version-string'; use `mime-library-product',
2249 `mime-product-name', `mime-product-version' and
2250 `mime-product-code-name'.
2252 * mime-def.el (mm-define-backend): Add DOC.
2253 (mm-define-method): Add DOC.
2255 * mel.el (mime-encoding-list): Modify DOC to add description about
2256 optional argument SERVICE.
2258 1998-10-04 MORIOKA Tomohiko <morioka@jaist.ac.jp>
2260 * mime-ja.sgml, mime-en.sgml (mm-backend module): Write
2261 description of `mm-define-backend' and `mm-define-method'.
2264 1998-09-29 MORIOKA Tomohiko <morioka@jaist.ac.jp>
2266 * FLIM: Version 1.10.0 (K
\e-Dòdo)
\e-A was released.
2268 * README.en (What's FLIM): Add mel-ccl.el.
2270 1998-09-21 Tanaka Akira <akr@jaist.ac.jp>
2273 - Require 'pccl instead of 'emu.
2274 - Use `unless-broken' to check facility.
2276 1998-09-27 MORIOKA Tomohiko <morioka@jaist.ac.jp>
2278 * mel.el (mime-encoding-list): New user option (renamed from
2279 `mime-content-transfer-encoding-list').
2280 (mime-encoding-list): New function.
2281 (mime-encoding-alist): New function.
2282 (mime-encode-region): Use `mime-encoding-alist' for completion.
2283 (mime-decode-region): Likewise.
2284 (mime-insert-encoded-file): Likewise.
2285 (mime-write-decoded-region): Likewise.
2287 1998-09-24 MORIOKA Tomohiko <morioka@jaist.ac.jp>
2289 * eword-decode.el (eword-decode-structured-field-list): Add
2290 Mail-Followup-To field.
2292 1998-09-20 MORIOKA Tomohiko <morioka@jaist.ac.jp>
2294 * eword-encode.el (eword-charset-encoding-alist): Add utf-8.
2296 1998-09-20 MORIOKA Tomohiko <morioka@jaist.ac.jp>
2298 * mel.el (mime-content-transfer-encoding-list): New user option.
2299 (mime-encode-region): Use `mime-content-transfer-encoding-list'
2301 (mime-decode-region): Likewise.
2302 (mime-insert-encoded-file): Likewise.
2303 (mime-write-decoded-region): Likewise.
2305 * mel.el (mime-write-decoded-region): fix typo.
2307 1998-09-20 MORIOKA Tomohiko <morioka@jaist.ac.jp>
2309 * mime-def.el (mel-define-method-function): Don't override.
2311 1998-09-20 MORIOKA Tomohiko <morioka@jaist.ac.jp>
2313 * mel.el, mel-ccl.el, FLIM-ELS: Add mel-ccl.el.
2315 1998-09-20 MORIOKA Tomohiko <morioka@jaist.ac.jp>
2317 * mel-dl.el, README.en, FLIM-ELS: Rename mel-dl.el to mel-b-dl.el.
2319 * mel.el: - Rename mel-dl.el to mel-b-dl.el.
2320 - Move `mel-define-service' to mime-def.el.
2322 * mime-def.el (mel-define-service): New macro (moved from mel.el);
2323 fixed problem in Emacs.
2324 (mel-define-method): Use `mel-define-service'.
2325 (mel-define-method-function): Use `mel-define-service'.
2327 1998-09-20 MORIOKA Tomohiko <morioka@jaist.ac.jp>
2329 * mel.el (mime-encode-region): Don't regard nil encoding as
2332 1998-09-19 MORIOKA Tomohiko <morioka@jaist.ac.jp>
2334 * eword-encode.el (eword-encode-text): Use
2335 `encoded-text-encode-string'.
2336 (tm-eword::encoded-word-length): `q-encoding-encoded-length' was
2337 renamed to `Q-encoded-text-length'.
2339 * eword-decode.el: Move `base64-token-regexp',
2340 `base64-token-padding-regexp', `eword-B-encoded-text-regexp' and
2341 `eword-Q-encoded-text-regexp' to mime-def.el.
2342 (eword-decode-encoded-text): Use `encoded-text-decode-string'.
2344 * mel-q.el: Define method functions of mel.
2345 (mime-insert-encoded-file): Use `mel-define-method'; abolish
2346 `quoted-printable-insert-encoded-file'.
2347 (mime-write-decoded-region): Use `mel-define-method'; abolish
2348 `quoted-printable-write-decoded-region'.
2349 - Move `q-encoding-printable-char-p' and
2350 `q-encoding-encoded-length' to mel.el.
2352 * mel-b.el: Define method functions of mel.
2353 (mime-insert-encoded-file): Use `mel-define-method'; abolish
2354 `base64-insert-encoded-file'.
2355 (mime-write-decoded-region): Use `mel-define-method'; abolish
2356 `base64-write-decoded-region'.
2357 - Move `base64-encoded-length' to mel.el.
2359 * mel-dl.el (base64-encode-region): Define directly (abolish
2360 `base64-dl-encode-region').
2361 (base64-decode-region): Define directly (abolish
2362 `base64-dl-decode-region'). Define method functions of mel.
2363 (mime-insert-encoded-file): Use `mel-define-method'; abolish
2364 `base64-insert-encoded-file'; don't use external encoder.
2365 (mime-write-decoded-region): Use `mel-define-method'; abolish
2366 `base64-write-decoded-region'; don't use external decoder.
2367 - Move `base64-encoded-length' to mel.el.
2369 * mime.el: Move `mm-arglist-to-arguments' to mime-def.el.
2371 * mime-def.el (base64-token-regexp): New constant (moved from
2373 (base64-token-padding-regexp): Likewise.
2374 (B-encoded-text-regexp): New constant (moved from eword-decode.el,
2375 and renamed from `eword-B-encoded-text-regexp').
2376 (Q-encoded-text-regexp): New constant (moved from eword-decode.el,
2377 and renamed from `eword-Q-encoded-text-regexp'.
2378 (mm-arglist-to-arguments): New function (moved from mime.el).
2379 (mel-define-method): New macro.
2380 (mel-define-method-function): New macro.
2381 (mel-define-function): New macro.
2383 * mel.el (mel-encoding-module-alist): New variable.
2384 (mel-use-module): New function.
2385 (mel-find-function): New function.
2386 (mel-define-service): New macro.
2387 (mime-encode-region): Use `mel-find-function'; abolish variable
2388 `mime-encoding-method-alist'.
2389 (mime-decode-region): Use `mel-find-function'; abolish variable
2390 `mime-decoding-method-alist'.
2391 (mime-decode-string): Use `mel-find-function'; abolish variable
2392 `mime-string-decoding-method-alist'.
2393 (encoded-text-encode-string): New function.
2394 (encoded-text-decode-string): New function.
2395 (base64-encoded-length): New function (moved from mel-b.el and
2397 (Q-encoding-printable-char-p): New function (moved from mel-q.el,
2398 and renamed from `q-encoding-printable-char-p').
2399 (Q-encoded-text-length): New function (moved from mel-q.el, and
2400 renamed from `q-encoding-encoded-length').
2401 (mime-insert-encoded-file): Use `mel-find-function'; abolish
2402 variable `mime-file-encoding-method-alist'.
2403 (mime-write-decoded-region): Use `mel-find-function'; abolish
2404 variable `mime-file-decoding-method-alist'.
2406 1998-09-16 MORIOKA Tomohiko <morioka@jaist.ac.jp>
2408 * mel-b.el (base64-internal-encoding-limit): modify :type.
2409 (base64-internal-decoding-limit): Change initial value to 70000;
2412 * mel-b.el (base64-decode-string!): Renamed from
2413 `base64-internal-decode-string!'.
2415 1998-09-16 MORIOKA Tomohiko <morioka@jaist.ac.jp>
2417 * mel-b.el (base64-characters): New constant.
2418 (base64-num-to-char): Use `base64-characters'.
2419 (base64-numbers): Use `base64-characters'.
2420 (base64-internal-decode): Modify calculation third byte.
2422 * mel-dl.el (base64-dl-encode-string): New alias.
2423 (base64-dl-decode-string): New alias.
2424 (base64-dl-encode-region): Renamed from `base64-encode-region';
2425 don't save-excursion and save-restriction.
2426 (base64-dl-decode-region): Renamed from `base64-decode-region';
2427 don't save-excursion and save-restriction; convert all at once.
2428 (base64-encode-region): New alias.
2429 (base64-decode-region): New alias.
2431 * mel-b.el (base64-internal-decode): New function.
2432 (base64-internal-decode-string): Use `base64-internal-decode'.
2433 (base64-internal-decode-string!): New function.
2434 (base64-internal-decode-region): Use
2435 `base64-internal-decode-string!' instead of
2436 `base64-internal-decode-string'.
2438 1998-09-15 Tanaka Akira <akr@jaist.ac.jp>
2440 * mel-b.el (base64-numbers): Fix a position of 63.
2442 1998-09-15 MORIOKA Tomohiko <morioka@jaist.ac.jp>
2444 * mel-b.el (base64-numbers): New constant.
2445 (base64-char-to-num): New macro.
2446 (base64-internal-decode-string): Don't use memq.
2448 1998-09-15 MORIOKA Tomohiko <morioka@jaist.ac.jp>
2450 * mel-b.el (base64): New group.
2451 (base64-external-encoder): Now a user option.
2452 (base64-external-decoder): Now a user option.
2453 (base64-external-decoder-option-to-specify-file): Now a user
2455 (base64-internal-encoding-limit): Now a user option.
2456 (base64-internal-decoding-limit): Now a user option.
2458 * mel-b.el (base64-internal-decode-string): New implementation;
2459 abolish function `base64-decode-unit'.
2461 1998-09-15 MORIOKA Tomohiko <morioka@jaist.ac.jp>
2463 * README.en (Installation): Fix typo.
2466 1998-09-15 MORIOKA Tomohiko <morioka@jaist.ac.jp>
2468 * FLIM: Version 1.9.2 (Shin-Tanabe) was released.
2470 * README.en (Installation): Add `install as a XEmacs package'.
2472 1998-09-15 MORIOKA Tomohiko <morioka@jaist.ac.jp>
2474 * mime-en.sgml (Encoding Method): Translate.
2476 1998-09-15 MORIOKA Tomohiko <morioka@jaist.ac.jp>
2478 * eword-encode.el (eword-encode-msg-id-to-rword-list): New
2480 (eword-encode-in-reply-to-to-rword-list): New function.
2481 (eword-encode-in-reply-to): New function.
2482 (eword-encode-field): Use `eword-encode-in-reply-to' for
2483 `In-Reply-To' field.
2485 * std11.el (std11-parse-in-reply-to): New function.
2487 1998-09-14 MORIOKA Tomohiko <morioka@jaist.ac.jp>
2489 * eword-decode.el (eword-decode-structured-field-list): Add
2492 1998-09-11 MORIOKA Tomohiko <morioka@jaist.ac.jp>
2494 * Makefile (package): Don't update auto-autoloads.el and
2497 * FLIM-MK (compile-flim-package): Update auto-autoloads.el and
2500 1998-09-11 MORIOKA Tomohiko <morioka@jaist.ac.jp>
2502 * mime-def.el: Abolish function `butlast' and `nbutlast'.
2504 * mime-def.el (mime-library-version): New constant.
2505 (mime-library-version-string): Refer `mime-library-version'.
2507 1998-09-11 MORIOKA Tomohiko <morioka@jaist.ac.jp>
2509 * Makefile (XEMACS): New variable.
2510 (PACKAGEDIR): New variable.
2511 (package): New target.
2512 (install-package): New target.
2514 * FLIM-CFG (PACKAGEDIR): New variable.
2516 * FLIM-MK (config-flim-package): New function.
2517 (compile-flim-package): New function.
2518 (install-flim-package): New function.
2520 1998-09-10 MORIOKA Tomohiko <morioka@jaist.ac.jp>
2522 * mime-en.sgml (Content-Type field): Translate.
2523 (mime-content-type): Translate.
2524 (Content-Type parser): Translate.
2525 (Content-Disposition): Translate.
2526 (mime-content-disposition): Translate.
2527 (Content-Disposition parser): Translate.
2529 1998-09-10 MORIOKA Tomohiko <morioka@jaist.ac.jp>
2531 * Makefile (GOMI): Add Texinfo related garbages.
2532 (clean): Delete historical setting.
2534 1998-09-03 MORIOKA Tomohiko <morioka@jaist.ac.jp>
2536 * mime-en.sgml (mm-backend): Translate.
2537 (Request for entity): Likewise.
2538 (mm-backend module): Likewise.
2540 * mime.el (mime-entity-send): Add DOC-string.
2542 1998-09-01 MORIOKA Tomohiko <morioka@jaist.ac.jp>
2544 * mime-en.sgml (Entity hierarchy): Translate.
2546 1998-09-01 MORIOKA Tomohiko <morioka@jaist.ac.jp>
2548 * mime-en.sgml, mime-ja.sgml (Entity): Rearrangement.
2551 1998-08-31 MORIOKA Tomohiko <morioka@jaist.ac.jp>
2553 * FLIM: Version 1.9.1 (Tonosh
\e-Dò)
\e-A was released.
2555 * mime-en.sgml (mm-backend): Translate a little.
2557 1998-08-31 MORIOKA Tomohiko <morioka@jaist.ac.jp>
2559 * eword-encode.el (eword-encode-default-start-column): New user
2561 (eword-encode-string): Use `eword-encode-default-start-column'.
2562 (eword-encode-address-list): Likewise.
2563 (eword-encode-structured-field-body): Likewise.
2564 (eword-encode-unstructured-field-body): Likewise.
2566 1998-08-31 MORIOKA Tomohiko <morioka@jaist.ac.jp>
2568 * eword-encode.el (eword-encode): New group.
2569 (eword-field-encoding-method-alist): Now a user option (was:
2572 1998-08-31 MORIOKA Tomohiko <morioka@jaist.ac.jp>
2574 * eword-encode.el: Rename `tm-eword::mailbox-to-rwl' ->
2575 `eword-encode-mailbox-to-rword-list'.
2577 * eword-encode.el: Rename `tm-eword::phrase-to-rwl' ->
2578 `eword-encode-phrase-to-rword-list'.
2580 * eword-encode.el: Rename `eword-addr-spec-to-rwl' ->
2581 `eword-encode-addr-spec-to-rword-list'.
2583 * eword-encode.el: Rename `eword-phrase-route-addr-to-rwl' ->
2584 `eword-encode-phrase-route-addr-to-rword-list'.
2586 * eword-encode.el: Rename `eword-addr-seq-to-rwl' ->
2587 `eword-encode-addr-seq-to-rword-list'.
2589 * eword-encode.el: Rename `tm-eword::split-string' ->
2590 `eword-encode-split-string'.
2592 * eword-encode.el: Rename `tm-eword::addresses-to-rwl' ->
2593 `eword-encode-addresses-to-rword-list'.
2595 * eword-encode.el: Rename `tm-eword::encode-rwl' ->
2596 `eword-encode-rword-list'.
2598 * eword-encode.el (eword-encode-unstructured-field-body): New
2600 (eword-encode-field): Use `eword-encode-unstructured-field-body'.
2602 1998-08-31 MORIOKA Tomohiko <morioka@jaist.ac.jp>
2604 * eword-encode.el (eword-encode-string): Add DOC-string.
2605 (eword-encode-address-list): Likewise.
2606 (eword-encode-structured-field-body): Likewise.
2608 * eword-encode.el (eword-encode-field): Regard `In-Reply-To' as a
2611 1998-08-28 MORIOKA Tomohiko <morioka@jaist.ac.jp>
2613 * eword-encode.el (eword-encode-field): Use `capitalize' instead
2614 of `downcase' for `field-name'.
2616 * eword-encode.el (eword-encode-structured-field-body): New
2618 (eword-encode-field): Use `eword-encode-structured-field-body' for
2619 "MIME-Version" and "User-Agent" field.
2621 1998-08-26 Shuhei KOBAYASHI <shuhei-k@jaist.ac.jp>
2623 * mime-def.el (mm-define-method): Put `edebug-form-spec'.
2625 1998-08-28 MORIOKA Tomohiko <morioka@jaist.ac.jp>
2627 * eword-encode.el (eword-encode-address-list): New function.
2628 (eword-encode-field): Use `eword-encode-address-list' instead of
2629 `tm-eword::encode-address-list'; abolish
2630 `tm-eword::encode-address-list'.
2632 * eword-encode.el (eword-encode-field): Use `eword-encode-string'
2633 instead of `tm-eword::encode-string'; abolish
2634 `tm-eword::encode-string'.
2636 * eword-encode.el: Rename `tm-eword::make-rword' ->
2637 `make-ew-rword'; rename `tm-eword::rword-' -> `ew-rword-'.
2639 1998-08-26 Shuhei KOBAYASHI <shuhei-k@jaist.ac.jp>
2641 * mel-b.el (base64-insert-encoded-file): Conditionally use
2642 internal converter. (cf. [tm-ja:3320])
2643 (base64-write-decoded-region): Ditto.
2645 1998-08-25 MORIOKA Tomohiko <morioka@jaist.ac.jp>
2647 * FLIM-ELS (flim-modules): Don't add `mel-dl' unconditionally.
2649 1998-08-25 MORIOKA Tomohiko <morioka@jaist.ac.jp>
2651 * Delete mime-lib.el.
2653 1998-08-10 MORIOKA Tomohiko <morioka@jaist.ac.jp>
2655 * mmbuffer.el (write-entity): `write-region-as-CRLF' was renamed
2656 to `write-region-as-raw-text-CRLF'.
2658 1998-08-07 MORIOKA Tomohiko <morioka@yo.rim.or.jp>
2660 * mmbuffer.el (write-entity): Use `write-region-as-CRLF' instead
2661 of `write-region-as-binary'.
2664 1998-07-15 MORIOKA Tomohiko <morioka@jaist.ac.jp>
2666 * FLIM: Version 1.9.0 (Terada) was released.
2668 1998-07-10 MORIOKA Tomohiko <morioka@jaist.ac.jp>
2670 * mime-parse.el (mime-parse-multipart): Set message/x-broken if
2673 1998-07-10 MORIOKA Tomohiko <morioka@jaist.ac.jp>
2675 * mmbuffer.el (entity-children): Don't use
2676 `mime-entity-children-internal'.
2678 * mime-parse.el (mime-parse-multipart): Modify for
2679 `mime-parse-message'; return children.
2680 (mime-parse-encapsulated): Likewise.
2681 (mime-parse-message): Change interface; delete DOC-string; don't
2682 parse children instantly.
2683 (mime-parse-buffer): Modify for `mime-parse-message'.
2685 * mime-parse.el (mime-parse-message): Delete autoload cookie.
2687 * mime.el: Delete autoload setting for `mime-parse-message'.
2689 * mime-en.sgml, mime-ja.sgml (Entity creation): Delete description
2690 of `mime-parse-message'; modify description of `mime-parse-buffer'
2691 to add `representation-type'.
2694 1998-07-07 MORIOKA Tomohiko <morioka@jaist.ac.jp>
2696 * FLIM-Chao: Version 1.8.0 (Shij
\e-Dò)
\e-A was released.
2698 1998-07-07 MORIOKA Tomohiko <morioka@jaist.ac.jp>
2700 * mmcooked.el: Abolish method `open'.
2702 * mmbuffer.el (initialize-instance): New method; abolish `open'.
2703 (entity-children): New method.
2705 * mime.el (mime-open-entity): Send `initialize-instance' to
2707 (mime-entity-children): New implementation.
2708 (mime-entity-parent): New implementation.
2709 (mime-root-entity-p): New implementation.
2711 * mime-parse.el (mime-parse-multipart): Specify current entity as
2713 (mime-parse-encapsulated): Likewise.
2714 (mime-parse-message): Change interface to specify parent; modify
2715 for `make-mime-entity-internal'.
2716 (mime-parse-buffer): Modify for `mime-parse-message'.
2718 * mime-def.el (make-mime-entity-internal): Change interface; add
2719 format of `mime-entity' to add `parent'.
2721 1998-07-07 MORIOKA Tomohiko <morioka@jaist.ac.jp>
2723 * mmbuffer.el (mime-visible-field-p): Renamed from
2724 `eword-visible-field-p'.
2726 1998-07-07 MORIOKA Tomohiko <morioka@jaist.ac.jp>
2728 * mime.el (mm-arglist-to-arguments): New function.
2729 (mm-define-generic): New macro.
2730 (mime-entity-cooked-p): Use `mm-define-generic'.
2731 (mime-entity-point-min): Use `mm-define-generic'.
2732 (mime-insert-decoded-header): Use `mm-define-generic'.
2733 (mime-entity-content): Use `mm-define-generic'.
2734 (mime-write-entity-content): Use `mm-define-generic'.
2735 (mime-write-entity): Use `mm-define-generic'.
2736 (mime-write-entity-body): Use `mm-define-generic'.
2738 1998-07-07 MORIOKA Tomohiko <morioka@jaist.ac.jp>
2740 * mmbuffer.el (eword-visible-field-p): Moved from mime.el.
2742 * mime.el: Move `eword-visible-field-p' to mmbuffer.el.
2743 (mime-write-entity-body): Change message to `write-body'.
2745 1998-07-07 MORIOKA Tomohiko <morioka@jaist.ac.jp>
2747 * mmcooked.el, mmbuffer.el (open): Renamed from `open-entity'.
2749 * mime.el (mime-open-entity): Change message to `open'.
2751 * mime-def.el (mm-define-backend): Must `copy-alist'.
2753 1998-07-07 MORIOKA Tomohiko <morioka@jaist.ac.jp>
2755 * mmcooked.el, mmbuffer.el: Use `mm-define-backend' and
2758 * mime.el: Move `mime-entity-implementation-alist' to mime-def.el.
2759 (mime-find-function): New implementation.
2760 (mime-entity-cooked-p): Use `mime-entity-send'.
2762 * mime-def.el (mime-entity-implementation-alist): Moved from
2764 (mm-define-backend): New macro.
2765 (mm-define-method): New macro.
2768 1998-07-05 MORIOKA Tomohiko <morioka@jaist.ac.jp>
2770 * FLIM: Version 1.8.1 (Kutsukawa) was released.
2772 1998-07-04 MORIOKA Tomohiko <morioka@jaist.ac.jp>
2774 * mime-en.sgml, mime-ja.sgml (Entity Attributes): Add description
2775 about `default-encoding' of `mime-entity-encoding'.
2777 * mime-en.texi, mime-en.sgml: New files.
2779 * mime-ja.sgml (media-type): Fix typo.
2781 * mime-ja.sgml (Glossary): Fix order.
2783 * mime-ja.sgml (Entity Attributes): Use <code> tag for nil.
2785 * mime-ja.sgml (Entity Attributes): Fix typo.
2787 1998-07-03 MORIOKA Tomohiko <morioka@jaist.ac.jp>
2789 * mime.el (mime-entity-encoding): Add new optional argument
2790 `default-encoding'; set default encoding if
2791 Content-Transfer-Encoding field is not found.
2793 1998-07-03 MORIOKA Tomohiko <morioka@jaist.ac.jp>
2795 * mmbuffer.el (mmbuffer-write-entity): Use
2796 `mime-entity-buffer-internal', `mmbuffer-entity-point-min' and
2797 `mmbuffer-entity-point-max'.
2798 (mmbuffer-write-entity-body): Use `mime-entity-buffer-internal',
2799 `mime-entity-body-start-internal' and
2800 `mime-entity-body-end-internal'.
2801 (mmbuffer-insert-decoded-header): Use
2802 `mime-entity-buffer-internal', `mime-entity-header-start-internal'
2803 and `mime-entity-header-end-internal'.
2806 1998-07-01 MORIOKA Tomohiko <morioka@jaist.ac.jp>
2808 * FLIM: Version 1.8.0 (
\e-DÒkubo)
\e-A was released.
2810 * README.en: Delete `How to use'.
2812 1998-07-01 MORIOKA Tomohiko <morioka@jaist.ac.jp>
2814 * mime-ja.sgml (Entity creation): Add reference for `mm-backend'
2815 in description of `mime-open-entity'.
2817 * mime-ja.sgml (mm-backend): New section.
2819 1998-07-01 MORIOKA Tomohiko <morioka@jaist.ac.jp>
2821 * mime-ja.sgml (Entity-header): Modify description about
2822 `mime-insert-decoded-header'.
2824 * mmcooked.el (mmcooked-insert-decoded-header): New function.
2826 * mmbuffer.el (mmbuffer-insert-decoded-header): New function.
2828 * mime.el (mime-insert-decoded-header): Use implementation of
2829 mm-backend; abolish optional argument `code-conversion'.
2831 1998-06-30 MORIOKA Tomohiko <morioka@jaist.ac.jp>
2833 * eword-decode.el (eword-decode-encoded-text): Use
2834 `decode-mime-charset-string'.
2836 1998-06-30 MORIOKA Tomohiko <morioka@jaist.ac.jp>
2838 * mmcooked.el (mmcooked-write-entity-body): New function.
2840 * mmbuffer.el (mmbuffer-write-entity-body): New function.
2842 * mime.el (mime-write-entity-body): Use implementation of
2845 1998-06-30 MORIOKA Tomohiko <morioka@jaist.ac.jp>
2847 * mmcooked.el (mmcooked-write-entity): New function.
2849 * mmbuffer.el (mmbuffer-write-entity): New function.
2851 * mime.el (mime-write-entity): Use implementation of mm-backend.
2853 1998-06-30 MORIOKA Tomohiko <morioka@jaist.ac.jp>
2855 * mmcooked.el (mmcooked-entity-content): New alias for
2856 `mmbuffer-entity-content'.
2857 (mmcooked-write-entity-content): New function.
2859 * mmbuffer.el (mmbuffer-entity-content): New function.
2860 (mmbuffer-write-entity-content): New function.
2862 * mime.el (mime-entity-send): New function.
2863 (mime-entity-buffer): Use `mime-entity-send'.
2864 (mime-entity-point-min): Likewise.
2865 (mime-entity-point-max): Likewise.
2866 (mime-entity-header-start): Likewise.
2867 (mime-entity-header-end): Likewise.
2868 (mime-entity-body-start): Likewise.
2869 (mime-entity-body-end): Likewise.
2870 (mime-fetch-field): Likewise.
2871 (mime-entity-content): Use implementation of mm-backend.
2872 (mime-write-entity-content): Likewise.
2875 1998-06-30 MORIOKA Tomohiko <morioka@jaist.ac.jp>
2877 * FLIM: Version 1.7.0 (Iseda) was released.
2879 * mime-ja.sgml (Entity creation): Add description of
2881 (Entity Attributes): Add description of `mime-entity-cooked-p'.
2882 (Entity-content): Add description of `mime-write-entity-content',
2883 `mime-write-entity' and `mime-write-entity-body'.
2885 1998-06-29 MORIOKA Tomohiko <morioka@jaist.ac.jp>
2887 * mime.el (mime-write-entity-content): New function.
2889 1998-06-28 MORIOKA Tomohiko <morioka@jaist.ac.jp>
2891 * mime.el (mime-write-entity-body): New function.
2893 * mime.el (mime-write-entity): New function.
2895 1998-06-28 MORIOKA Tomohiko <morioka@jaist.ac.jp>
2897 * mime-parse.el (mime-parse-multipart): Change media-type of
2898 entity to application/octet-stream if the first delimiter is not
2901 1998-06-28 MORIOKA Tomohiko <morioka@jaist.ac.jp>
2903 * FLIM-ELS (flim-modules): Add `mmbuffer' and `mmcooked'.
2905 * mmcooked.el: New file.
2907 * mmbuffer.el: New file.
2909 * mime.el (mime-entity-implementation-alist): New variable.
2910 (mime-find-function): New function.
2911 (mime-open-entity): New function.
2912 (mime-entity-function): New function.
2913 (mime-entity-cooked-p): New function.
2914 (mime-entity-buffer): Use backend-module.
2915 (mime-entity-point-min): Likewise.
2916 (mime-entity-point-max): Likewise.
2917 (mime-entity-header-start): Likewise.
2918 (mime-entity-header-end): Likewise.
2919 (mime-entity-body-start): Likewise.
2920 (mime-entity-body-end): Likewise.
2921 (mime-fetch-field): Likewise.
2923 * mime-parse.el (mime-parse-message): New optional argument
2924 `representation-type'.
2925 (mime-parse-buffer): Likewise.
2927 * mime-def.el: Change format of mime-entity-internal to add
2928 `representation-type' and `location'.
2931 1998-06-28 MORIOKA Tomohiko <morioka@jaist.ac.jp>
2933 * FLIM-Chao: Version 1.7.0 (Goj
\e-Dò)
\e-A was released.
2935 1998-06-26 MORIOKA Tomohiko <morioka@jaist.ac.jp>
2937 * mime-ja.sgml: Modify for FLIM 1.7.
2939 * mime.el (mime-entity-number): Add DOC.
2941 1998-06-26 MORIOKA Tomohiko <morioka@jaist.ac.jp>
2943 * mime.el (mime-entity-encoding): New implementation.
2945 * mime-parse.el (mime-parse-message): Abolish argument `encoding'.
2947 * mime-def.el (make-mime-entity-internal): Abolish argument
2949 (mime-entity-set-encoding-internal): New function.
2951 1998-06-26 MORIOKA Tomohiko <morioka@jaist.ac.jp>
2953 * mime.el (mime-entity-content-disposition): New implementation.
2955 * mime-parse.el (mime-parse-message): Don't parse
2956 Content-Disposition.
2958 * mime-def.el (make-mime-entity-internal): Delete argument
2959 `content-disposition'.
2960 (mime-entity-set-content-disposition-internal): New function.
2962 1998-06-25 MORIOKA Tomohiko <morioka@jaist.ac.jp>
2964 * eword-decode.el: Move function `eword-visible-field-p' and
2965 `mime-insert-decoded-header' to mime.el.
2967 * mime-parse.el: Use internal functions of mime-entity.
2969 * mime.el (mime-entity-children): Moved from mime-def.el; use
2970 `mime-entity-children-internal'.
2971 (mime-entity-node-id): Moved from mime-def.el; use
2972 `mime-entity-node-id-internal'.
2973 (mime-entity-number): Moved from mime-def.el; use
2974 `mime-entity-node-id-internal'.
2975 (mime-entity-buffer): Moved from mime-def.el; use
2976 `mime-entity-buffer-internal'.
2977 (mime-entity-point-min): Moved from mime-def.el; use
2978 `mime-entity-header-start-internal'.
2979 (mime-entity-point-max): Moved from mime-def.el; use
2980 `mime-entity-body-end-internal'.
2981 (mime-entity-header-start): Moved from mime-def.el; use
2982 `mime-entity-header-start-internal'.
2983 (mime-entity-header-end): Moved from mime-def.el; use
2984 `mime-entity-header-end-internal'.
2985 (mime-entity-content-type): Moved from mime-def.el; use
2986 `mime-entity-content-type-internal'.
2987 (mime-entity-content-disposition): Moved from mime-def.el; use
2988 `mime-entity-content-disposition-internal'.
2989 (mime-entity-encoding): Moved from mime-def.el; use
2990 `mime-entity-encoding-internal'.
2991 (mime-fetch-field): Use `mime-entity-original-header-internal' and
2992 `mime-entity-set-original-header-internal'.
2993 (mime-read-field): Use `mime-entity-parsed-header-internal' and
2994 `mime-entity-set-parsed-header-internal'.
2995 (eword-visible-field-p): Moved from eword-decode.el.
2996 (mime-insert-decoded-header): Moved from eword-decode.el.
2997 (mime-entity-body-start): Moved from mime-def.el; use
2998 `mime-entity-body-start-internal'.
2999 (mime-entity-body-end): Moved from mime-def.el; use
3000 `mime-entity-body-end-internal'.
3001 (mime-entity-media-type): Moved from mime-def.el.
3002 (mime-entity-media-subtype): Moved from mime-def.el.
3003 (mime-entity-parameters): Moved from mime-def.el.
3004 (mime-entity-type/subtype): Moved from mime-def.el.
3006 * mime-def.el (make-mime-entity-internal): Renamed from
3008 (mime-entity-buffer-internal): New function.
3009 (mime-entity-header-start-internal): New function.
3010 (mime-entity-header-end-internal): New function.
3011 (mime-entity-body-start-internal): New function.
3012 (mime-entity-body-end-internal): New function.
3013 (mime-entity-node-id-internal): New function.
3014 (mime-entity-content-type-internal): New function.
3015 (mime-entity-content-disposition-internal): New function.
3016 (mime-entity-encoding-internal): New function.
3017 (mime-entity-original-header-internal): New function.
3018 (mime-entity-children-internal): New function.
3019 (mime-entity-parsed-header-internal): New function.
3020 (mime-entity-set-original-header-internal): Renamed from
3021 `mime-entity-set-original-header'.
3022 (mime-entity-set-children-internal): Renamed from
3023 `mime-entity-set-children'.
3024 (mime-entity-set-parsed-header-internal): Renamed from
3025 `mime-entity-set-parsed-header'. Move `mime-entity-SLOT'
3026 functions to mime.el.
3028 1998-06-25 MORIOKA Tomohiko <morioka@jaist.ac.jp>
3030 * mime-ja.sgml (CVS): Fix typo.
3032 1998-06-24 MORIOKA Tomohiko <morioka@jaist.ac.jp>
3034 * mime-parse.el (mime-parse-encapsulated): New function.
3035 (mime-parse-message): Use `mime-parse-encapsulated'.
3037 1998-06-24 MORIOKA Tomohiko <morioka@jaist.ac.jp>
3039 * mime-def.el (mime-entity-set-children): New function.
3041 * mime-parse.el (mime-parse-multipart): Change interface.
3042 (mime-parse-message): Use `mime-entity-set-children'.
3044 1998-06-24 Shuhei KOBAYASHI <shuhei-k@jaist.ac.jp>
3046 * mime.el (mime-read-field): Fix typo.
3049 1998-06-24 MORIOKA Tomohiko <morioka@jaist.ac.jp>
3051 * FLIM: Version 1.6.0 (Ogura) was released.
3053 * mime-ja.sgml (Entity Attributes): New section.
3055 * mime-ja.sgml (Entity as node in message): Add description of
3056 `mime-find-entity-from-number' and
3057 `mime-find-entity-from-node-id'.
3059 * mime.el (mime-find-entity-from-number): New function.
3060 (mime-find-entity-from-node-id): New function.
3061 (mime-entity-parent): New function (moved from SEMI MIME-View).
3062 (mime-entity-uu-filename): New function (moved from SEMI
3064 (mime-entity-filename): New function (moved from SEMI MIME-View).
3066 * mime-def.el (mime-uuencode-encoding-name-list): New variable.
3068 1998-06-24 MORIOKA Tomohiko <morioka@jaist.ac.jp>
3070 * mime-ja.sgml: Modify for FLIM 1.6.
3072 * mime.el (mime-fetch-field): New function; abolish
3073 `mime-entity-fetch-field'.
3074 (mime-read-field): New function; abolish `mime-entity-read-field'.
3076 1998-06-23 MORIOKA Tomohiko <morioka@jaist.ac.jp>
3078 * mime-ja.sgml, mime-ja.texi: New files.
3080 1998-06-22 Shuhei KOBAYASHI <shuhei-k@jaist.ac.jp>
3082 * mime-parse.el (mime-parse-message): Would error if empty body.
3085 1998-06-22 MORIOKA Tomohiko <morioka@jaist.ac.jp>
3087 * FLIM: Version 1.5.0 (Mukaijima) was released.
3089 1998-06-21 MORIOKA Tomohiko <morioka@jaist.ac.jp>
3091 * README.en (What's FLIM): Modify for mime.el.
3093 * FLIM-ELS (flim-modules): Add `mime'.
3095 * mime-lib.el: Move every definitions to mime.el.
3097 * mime.el: New module (renamed from mime-lib.el).
3099 1998-06-21 MORIOKA Tomohiko <morioka@jaist.ac.jp>
3101 * mime-lib.el: Add autoload setting for eword-encode.el.
3103 * mime-lib.el (mime-entity-content): New function.
3105 1998-06-20 MORIOKA Tomohiko <morioka@jaist.ac.jp>
3107 * mel.el: Abolish constant `mel-version'.
3109 * mel.el (mime-string-decoding-method-alist): New variable.
3110 (mime-decode-string): New function.
3112 1998-06-20 MORIOKA Tomohiko <morioka@jaist.ac.jp>
3114 * mel-b.el (base64-external-decode-string): New function.
3115 (base64-decode-string): New function.
3117 1998-06-20 MORIOKA Tomohiko <morioka@jaist.ac.jp>
3119 * mel-q.el (quoted-printable-decode-string): New implementation.
3121 1998-06-20 MORIOKA Tomohiko <morioka@jaist.ac.jp>
3123 * mel-q.el (quoted-printable-internal-decode-region): New
3126 1998-06-20 MORIOKA Tomohiko <morioka@jaist.ac.jp>
3128 * mel-q.el (q-encoding-decode-string): Use
3129 `quoted-printable-hex-char-to-num'.
3131 * mel-q.el (quoted-printable-hex-char-to-num): New function.
3132 (quoted-printable-decode-string): Use
3133 `quoted-printable-hex-char-to-num'.
3135 1998-06-19 MORIOKA Tomohiko <morioka@jaist.ac.jp>
3137 * mime-def.el, mime-parse.el: Move `mime-message-structure' from
3138 mime-parse.el to mime-def.el.
3140 1998-06-19 MORIOKA Tomohiko <morioka@jaist.ac.jp>
3142 * mime-lib.el, mime-parse.el: Move `mime-root-entity-p' from
3143 mime-parse.el to mime-lib.el.
3145 * mime-lib.el: Add autoload setting for mime-parse.el.
3147 1998-06-19 MORIOKA Tomohiko <morioka@jaist.ac.jp>
3149 * mime-parse.el, mime-def.el: Move `mime-entity-point-min',
3150 `mime-entity-point-max', `mime-entity-media-type',
3151 `mime-entity-media-subtype', `mime-entity-parameters' and
3152 `mime-entity-type/subtype' from mime-parse.el to mime-def.el.
3154 * mime-parse.el, mime-def.el: Move `mime-content-disposition'
3155 reference functions from mime-parse.el to mime-def.el.
3157 * mime-parse.el, mime-def.el: Move structure `mime-content-type'
3158 from mime-parse.el to mime-def.el.
3160 1998-06-19 MORIOKA Tomohiko <morioka@jaist.ac.jp>
3162 * mel-b.el (base64-internal-decode-string): Renamed from
3163 `base64-decode-string'.
3164 (base64-decode-string): New alias for
3165 `base64-internal-decode-string'.
3167 1998-06-19 MORIOKA Tomohiko <morioka@jaist.ac.jp>
3169 * mel-b.el (base64-decode-unit): New function; abolish
3171 (base64-decode-string): New implementation.
3172 (base64-internal-decode-region): New implementation.
3174 1998-06-19 MORIOKA Tomohiko <morioka@jaist.ac.jp>
3176 * mime-parse.el (mime-message-structure): New variable.
3177 (mime-parse-buffer): New function.
3179 1998-06-19 Shuhei KOBAYASHI <shuhei-k@jaist.ac.jp>
3181 * mime-def.el: Require 'cl when it is compiled.
3183 * mime-lib.el (mime-entity-read-field): Fix typo.
3184 Use `eword-decode-ignored-field-list'.
3186 * mime-parse.el (mime-parse-multipart): Fix typo.
3187 (mime-parse-message): Parse message/external-body.
3190 1998-06-19 MORIOKA Tomohiko <morioka@jaist.ac.jp>
3192 * FLIM: Version 1.4.1 (Momoyama-Gory
\e-Dòmae)
\e-A was released.
3194 1998-06-18 MORIOKA Tomohiko <morioka@jaist.ac.jp>
3196 * eword-decode.el (mime-insert-decoded-header): Fix typo.
3199 1998-06-18 MORIOKA Tomohiko <morioka@jaist.ac.jp>
3201 * FLIM: Version 1.4.0 (Kintetsu-Tanbabashi) was released.
3203 1998-06-18 MORIOKA Tomohiko <morioka@jaist.ac.jp>
3205 * README.en (What's FLIM): Add description about mime-lib.el and
3208 1998-06-17 MORIOKA Tomohiko <morioka@jaist.ac.jp>
3210 * mime-parse.el: Require 'cl when it is compiled.
3212 * eword-decode.el (eword-visible-field-p): New function.
3213 (mime-insert-decoded-header): Use `eword-visible-field-p'.
3215 1998-06-17 MORIOKA Tomohiko <morioka@jaist.ac.jp>
3217 * mime-def.el (mime-library-version-string): Renamed from
3218 `mime-spadework-module-version-string'.
3220 * mime-parse.el: New file; moved from SEMI layer.
3222 * FLIM-ELS (flim-modules): Add `mime-parse'.
3224 1998-06-17 MORIOKA Tomohiko <morioka@jaist.ac.jp>
3226 * FLIM-ELS (flim-modules): Add `mime-lib'.
3228 * mime-lib.el: New module.
3230 * mime-def.el (mime-entity): Add new slots for original-header and
3232 (mime-entity-set-original-header): New function.
3233 (mime-entity-set-parsed-header): New function.
3235 1998-06-16 MORIOKA Tomohiko <morioka@jaist.ac.jp>
3237 * mime-def.el (mime-entity-number): New function (moved from SEMI
3240 1998-06-16 MORIOKA Tomohiko <morioka@jaist.ac.jp>
3242 * mime-def.el: Move definition of structure `mime-entity' from
3245 1998-06-16 MORIOKA Tomohiko <morioka@jaist.ac.jp>
3247 * eword-decode.el (eword-decode-ignored-field-list): Capitalize
3249 (eword-decode-structured-field-list): Capitalize default value.
3250 (eword-decode-header): Regularize field name by `capitalize'.
3251 (mime-insert-decoded-header): New function.
3253 1998-06-15 MORIOKA Tomohiko <morioka@jaist.ac.jp>
3255 * mailcap.el (mailcap-file): Use `defcustom'.
3258 1998-06-01 MORIOKA Tomohiko <morioka@jaist.ac.jp>
3260 * FLIM: Version 1.3.0 (Fushimi) was released.
3262 1998-05-28 MORIOKA Tomohiko <morioka@jaist.ac.jp>
3264 * std11.el (std11-fetch-field): New function.
3265 (std11-field-body): Use 'std11-fetch-field.
3267 1998-05-28 MORIOKA Tomohiko <morioka@jaist.ac.jp>
3269 * mime-def.el (regexp-*): New function (moved from mime-parse.el
3271 (regexp-or): New function (moved from mime-parse.el of
3274 (std11-quoted-pair-regexp): New constant (moved from mime-parse.el
3276 (std11-non-qtext-char-list): New constant (copied from std11.el).
3277 (std11-qtext-regexp): New constant (moved from mime-parse.el of
3279 (std11-quoted-string-regexp): New constant (moved from
3280 mime-parse.el of SEMI (REMI)).
3283 1998-05-17 MORIOKA Tomohiko <morioka@jaist.ac.jp>
3285 * FLIM: Version 1.2.2 (Takeda) was released.
3287 * FLIM-VERSION: New file.
3289 1998-05-15 MORIOKA Tomohiko <morioka@jaist.ac.jp>
3291 * mel-q.el (quoted-printable-internal-encode-region): Use
3292 'looking-at-as-unibyte instead of local binding for
3293 enable-multibyte-characters.
3296 1998-05-09 MORIOKA Tomohiko <morioka@jaist.ac.jp>
3298 * FLIM: Version 1.2.1 (Kamitobaguchi) was released.
3300 1998-05-09 MORIOKA Tomohiko <morioka@jaist.ac.jp>
3302 * mel-q.el (quoted-printable-internal-decode-region): Use
3303 'string-as-multibyte to avoid problem in Emacs 20.3.
3305 1998-05-08 Katsumi Yamaoka <yamaoka@jpl.org>
3307 * mel-u.el: Use mime-temp-directory instead of TMP.
3310 1998-05-06 MORIOKA Tomohiko <morioka@jaist.ac.jp>
3312 * FLIM: Version 1.2.0 (J
\e-Dþjò)
\e-A was released.
3314 * README.en (What's FLIM): Delete description about
3315 std11-parse.el; add description about mailcap.el.
3317 1998-05-06 MORIOKA Tomohiko <morioka@jaist.ac.jp>
3319 * eword-decode.el (eword-decode-encoded-word-error-handler): New
3321 (eword-decode-encoded-word-default-error-handler): New function.
3322 (eword-decode-encoded-word): Use
3323 'eword-decode-encoded-word-error-handler.
3325 1998-05-06 MORIOKA Tomohiko <morioka@jaist.ac.jp>
3327 * mailcap.el: Require 'mime-def.
3329 * mime-def.el (mime-type/subtype-string): New function (moved from
3330 semi/mime-parse.el).
3332 1998-05-06 MORIOKA Tomohiko <morioka@jaist.ac.jp>
3334 * std11-parse.el: Abolish std11-parse.el.
3336 * FLIM-ELS (flim-modules): Abolish 'std11-parse.
3338 * eword-decode.el: Require 'std11 instead of 'std11-parse.
3340 * std11.el: Merge std11-parse.el.
3342 1998-05-06 MORIOKA Tomohiko <morioka@jaist.ac.jp>
3344 * mime-def.el (mime-temp-directory): Use 'defcustom.
3346 * mel-u.el: Require 'mime-def instead of 'mel.
3348 * mime-def.el (mime-temp-directory): New variable (moved from
3351 * mel.el: Move definition of 'mime-temp-directory to mime-def.el.
3353 1998-05-06 MORIOKA Tomohiko <morioka@jaist.ac.jp>
3355 * mailcap.el (mailcap-format-command): New function.
3357 * mailcap.el (mailcap-look-at-mtext): Don't strip quoted character
3361 1998-05-05 MORIOKA Tomohiko <morioka@jaist.ac.jp>
3363 * FLIM: Version 1.1.0 (T
\e-Dòji)
\e-A was released.
3365 1998-05-04 MORIOKA Tomohiko <morioka@jaist.ac.jp>
3367 * mime-def.el (quoted-printable-hex-chars): New constant.
3368 (quoted-printable-octet-regexp): New constant.
3370 * mel-q.el, eword-decode.el: Move definition of constant
3371 'quoted-printable-hex-chars and 'quoted-printable-octet-regexp to
3374 1998-05-03 MORIOKA Tomohiko <morioka@jaist.ac.jp>
3376 * mailcap.el (mailcap-look-at-mtext): Strip quoted character.
3378 1998-05-03 MORIOKA Tomohiko <morioka@jaist.ac.jp>
3380 * mailcap.el (mailcap-look-at-mtext): Fix typo.
3382 1998-05-03 MORIOKA Tomohiko <morioka@jaist.ac.jp>
3384 * FLIM-ELS (flim-modules): Add mailcap.
3386 * mailcap.el: New file (copied from SEMI).
3388 1998-04-23 Shuhei KOBAYASHI <shuhei-k@jaist.ac.jp>
3390 * eword-decode.el (eword-decode-ignored-field-list): Add
3393 * mel.el (mime-temp-directory): Use TMPDIR, TMP, or TEMP
3394 environment variables.
3397 1998-04-17 MORIOKA Tomohiko <morioka@jaist.ac.jp>
3399 * FLIM: Version 1.0.1 (Ky
\e-Dòto)
\e-A was released.
3401 * mime-def.el (mime-spadework-module-version-string): New
3404 * eword-encode.el: Abolish constant 'eword-encode-version.
3406 * eword-decode.el: Abolish constant 'eword-decode-version.
3408 1998-04-17 MORIOKA Tomohiko <morioka@jaist.ac.jp>
3410 * eword-encode.el (eword-encode-divide-into-charset-words): Use
3411 'char-length or 'char-next-index instead of 'char-bytes.
3412 (tm-eword::encode-string-1): Use 'char-next-index instead of
3415 1998-04-17 MORIOKA Tomohiko <morioka@jaist.ac.jp>
3417 * mel.el (base64-dl-module): Must check base64.so actually exists.
3420 1998-04-13 MORIOKA Tomohiko <morioka@jaist.ac.jp>
3422 * FLIM: Version 1.0.0 was released.
3424 * README.en: Modify for FLIM.
3426 * ChangeLog: New file.
3428 1998-04-13 MORIOKA Tomohiko <morioka@jaist.ac.jp>
3430 * FLIM-CFG, FLIM-ELS, FLIM-MK: New files.
3432 * Makefile: Modify for FLIM.
3434 1998-04-10 MORIOKA Tomohiko <morioka@jaist.ac.jp>
3436 * Makefile: New file.
3438 * mime-def.el, std11-parse.el, std11.el, eword-decode.el,
3439 eword-encode.el: Copied from MEL, SEMI (mime-def.el
3440 eword-decode.el eword-encode.el) and APEL (std11-parse.el