1 2000-12-19 MORIOKA Tomohiko <tomo@kanji.zinbun.kyoto-u.ac.jp>
3 * mime.el (mime-encode-field-body): Add autoload setting.
5 * eword-encode.el (mime-encode-field-body): Renamed from
6 `eword-encode-field-body'; declare `eword-encode-field-body' as
8 (mime-encode-header-in-buffer): Use `mime-encode-field-body'
9 instead of `eword-encode-field-body'.
11 2000-12-19 MORIOKA Tomohiko <tomo@kanji.zinbun.kyoto-u.ac.jp>
13 * mime.el (mime-encode-header-in-buffer): Renamed from
14 `eword-encode-header'.
16 * mmdbuffer.el: Deleted.
18 * mime-def.el (mime-header): New group.
19 (mime-field-decoding-max-size): New user option [moved from
21 (mime-field-encoding-method-alist): New user option [moved from
24 * eword-encode.el (eword-field-encoding-method-alist): Moved to
25 mime-def.el and renamed to `mime-field-encoding-method-alist'.
26 (mime-header-charset-encoding-alist): Renamed from
27 `eword-charset-encoding-alist'.
28 (mime-header-default-charset-encoding): New variable.
29 (ew-find-charset-rule): Use
30 `mime-header-default-charset-encoding'.
31 (eword-in-subject-p): Declare as obsolete function.
32 (mime-encode-header-in-buffer): Renamed from
33 `eword-encode-header'; declare `eword-encode-header' as obsolete
36 * eword-decode.el (eword-max-size-to-decode): Moved to mime-def.el
37 and renamed to `mime-field-decoding-max-size'.
38 (mime-header-lexical-analyzer): Renamed from
39 `eword-lexical-analyzer'; switch to variable.
41 * FLIM-ELS (flim-modules): Add `raw-io'.
43 2000-12-19 MORIOKA Tomohiko <tomo@kanji.zinbun.kyoto-u.ac.jp>
45 * eword-encode.el (eword-encode-default-start-column): Switch to
48 2000-12-19 MORIOKA Tomohiko <tomo@kanji.zinbun.kyoto-u.ac.jp>
50 * raw-io.el (start-process): New function.
51 (binary-start-process-shell-command): New function.
53 2000-12-17 MORIOKA Tomohiko <tomo@kanji.zinbun.kyoto-u.ac.jp>
55 * mel-g.el (gzip64-external-encode-region): Don't use
56 `as-binary-process'; comment out code to regularize line break
57 code for OS/2 [if it is needed, it is better to implement by
59 (gzip64-external-decode-region): Don't use `as-binary-process'.
60 (mime-write-decoded-region): Likewise.
62 * mime-parse.el: Require `luna'.
64 2000-12-16 MORIOKA Tomohiko <tomo@kanji.zinbun.kyoto-u.ac.jp>
66 * eword-encode.el (eword-encode-divide-into-charset-words): Use
67 `aref' instead of `sref'.
68 (ew-encode-rword-1): Use `1+' instead of `char-next-index'.
69 (eword-encode-phrase-to-rword-list): Use `find-charset-string'
70 instead of `find-non-ascii-charset-string'.
71 (eword-encode-addr-seq-to-rword-list): Don't use `butlast'.
72 (eword-encode-header): Use `find-charset-region' instead of
73 `find-non-ascii-charset-string'.
75 * mel.el: Require `raw-io'.
77 * mime-def.el (binary-insert-file-contents): Moved to raw-io.el.
78 (binary-write-region): Likewise.
80 * mmbabyl.el (mime-write-entity): Use `raw-message-write-region'
81 instead of `write-region-as-raw-text-CRLF'.
83 * raw-io.el: New file.
85 * smtpmail.el: - Require `raw-io'.
86 - Delete definition of obsolete variable aliases for XEmacs.
87 (smtpmail-send-queued-mail): Use `binary-find-file-noselect'
88 instead of `find-file-noselect-as-binary'.
90 * smtp.el (smtp-open-connection-function): Use
91 `binary-open-network-stream' instead of `open-network-stream' as
93 (smtp-open-connection): Don't guard as `binary'.
95 * qmtp.el (qmtp-open-connection-function): Use
96 `binary-open-network-stream' instead of `open-network-stream' as
98 (qmtp-send-buffer): Don't guard as `binary'.
100 2000-12-15 MORIOKA Tomohiko <tomo@kanji.zinbun.kyoto-u.ac.jp>
102 * mime/eword-decode.el: Don't use
103 `define-obsolete-function-alias'; so `eword-decode-header' is
106 * mime/mmexternal.el: Don't require `pces'.
108 2000-12-15 TAKAHASHI Kaoru <kaoru@kaisei.org>
110 * Makefile (tar): Use `cvs tag -R' instead of `cvs tag -RF'.
112 2000-12-15 MORIOKA Tomohiko <tomo@kanji.zinbun.kyoto-u.ac.jp>
114 * mime-def.el (char-int): New alias.
116 * eword-encode.el (eword-encode-divide-into-charset-words): Don't
117 use `char-length' and `char-next-index'.
119 2000-12-15 Katsumi Yamaoka <yamaoka@jpl.org>
121 * eword-decode.el: Fix typo in doc-string of
122 `mime-set-field-decoder'.
124 2000-12-15 MORIOKA Tomohiko <tomo@kanji.zinbun.kyoto-u.ac.jp>
126 * mel.el: Don't require `path-util'.
128 2000-12-15 MORIOKA Tomohiko <tomo@kanji.zinbun.kyoto-u.ac.jp>
130 * std11.el, smtpmail.el, mime-def.el: Don't require `poe'.
132 * mel.el: Don't require `poem'.
134 2000-12-14 MORIOKA Tomohiko <tomo@kanji.zinbun.kyoto-u.ac.jp>
136 * mmexternal.el (mime-write-entity): Don't use
137 `write-region-as-raw-text-CRLF'.
138 (mmexternal-require-buffer): Use `binary-insert-file-contents'
139 instead of `insert-file-contents-as-binary'.
140 (mime-write-entity-body): Use `binary-write-region' instead of
141 `write-region-as-binary'.
143 * smtpmail.el (smtpmail-send-it): Use `binary-write-region'
144 instead of `write-region-as-binary'.
146 * smtp.el (smtp-open-connection): Don't use `as-binary-process'.
148 * mel.el (mime-insert-encoded-file of "base64"): Use
149 `binary-insert-file-contents' instead of
150 `insert-file-contents-as-binary'.
151 (mime-insert-encoded-file of "7bit"): Use
152 `binary-insert-file-contents' instead of
153 `insert-file-contents-as-binary'.
154 (mime-write-decoded-region of "7bit"): Use `binary-write-region'
155 instead of `write-region-as-binary'.
157 * mmbuffer.el (mime-write-entity-body): Use `binary-write-region'
158 instead of `write-region-as-binary'.
159 (mime-write-entity): Don't use `write-region-as-raw-text-CRLF'.
161 * mime-def.el: Don't require `poem'.
162 (binary-insert-file-contents): New function.
163 (binary-write-region): New function.
165 * mel-u.el (uuencode-external-encode-region): Don't use
167 (uuencode-external-decode-region): Don't use `as-binary-process'
168 and `as-binary-input-file'.
169 (mime-write-decoded-region): Don't use `as-binary-process'.
171 * mel-q-ccl.el (quoted-printable-ccl-insert-encoded-file): Don't
172 use `insert-file-contents-as-coding-system'.
173 (quoted-printable-ccl-write-decoded-region): Don't use
174 `write-region-as-coding-system'.
176 * mel-b-ccl.el (base64-ccl-insert-encoded-file): Don't use
177 `insert-file-contents-as-coding-system'.
178 (base64-ccl-write-decoded-region): Don't use
179 `write-region-as-coding-system'.
181 * std11.el: Don't require `poem'.
182 (std11-parse-ascii-token): Don't use
183 `find-non-ascii-charset-string'.
185 * qmtp.el: Don't require `poem'.
186 (qmtp-send-buffer): Don't use `as-binary-process'.
188 2000-12-14 MORIOKA Tomohiko <tomo@kanji.zinbun.kyoto-u.ac.jp>
190 * mime-def.el, qmtp.el, smtp.el, smtpmail.el, std11.el: Require
191 `custom' instead of `pcustom'.
193 2000-12-12 Daiki Ueno <ueno@unixuser.org>
195 * sasl.el: Rewrite with luna.
197 2000-12-06 Daiki Ueno <ueno@unixuser.org>
199 * FLIM-ELS: Don't install md5-dl.el, md5-el.el, sha1-dl.el and
200 sha1-el.el if the running emacs has builtin message digest
203 * md5-dl.el, sha1-dl.el: Don't bind `dynamic-link' and
206 * md5.el (md5-dl-module): Moved from md5-dl.el.
207 * sha1.el: Don't bind `sha1-string'.
209 2000-12-04 Daiki Ueno <ueno@unixuser.org>
211 * README.ja, README.en (load-path): Remove section.
212 (What's FLIM): Specify prerequisite version of Emacsen.
214 2000-11-21 Daiki Ueno <ueno@unixuser.org>
216 * sasl.el (sasl-client-set-encoder): New function.
217 (sasl-client-set-decoder): New function.
218 (sasl-client-encoder): New function.
219 (sasl-client-decoder): New function.
221 * sasl-digest.el: Require 'cl' when compiling.
222 (sasl-digest-md5-signing-encode-magic): New constant.
223 (sasl-digest-md5-signing-decode-magic): New constant.
224 (sasl-digest-md5-htonl-string): New function.
225 (sasl-digest-md5-make-integrity-encoder): New function.
226 (sasl-digest-md5-make-integrity-decoder): New function.
227 (sasl-digest-md5-ha1): New function.
228 (sasl-digest-md5-response-value): Accept the 1st argument `ha1'.
229 (sasl-digest-md5-response): Use `sasl-digest-md5-ha1'.
230 - Set integrity encoder and decoder of the client.
232 * smtp.el: Require `luna'.
233 (smtp-read-response): Accept `smtp-connection' object rather than
235 (smtp-send-command): Likewise.
236 (smtp-send-data): Likewise.
238 2000-11-10 Daiki Ueno <ueno@unixuser.org>
240 * tests/test-sasl.el (test-sasl-digest-md5-imap): New testcase.
241 (test-sasl-digest-md5-acap): New testcase.
243 2000-11-10 Daiki Ueno <ueno@unixuser.org>
245 * lunit.el (lunit-make-test-suite-from-class): New function.
246 (lunit-class): Abolish.
247 (lunit-test-results-buffer): Abolish.
249 * FLIM-ELS (check-flim): New function.
251 * Makefile (check): New target.
253 * tests: New directory.
255 2000-11-09 Daiki Ueno <ueno@unixuser.org>
257 * lunit.el (lunit-test-method-regexp): New variable.
258 (lunit-class): New function.
260 2000-11-09 Daiki Ueno <ueno@unixuser.org>
262 * lunit.el: New file.
264 2000-12-13 Kenichi Handa <handa@etl.go.jp>
266 * luna.el: Fix and add DOCs and comments; fix coding style.
268 2000-12-09 MORIOKA Tomohiko <tomo@m17n.org>
270 * mmbuffer.el (mmbuffer-parse-multipart): Add new optional
271 argument `representation-type'.
272 (mmbuffer-parse-encapsulated): Likewise.
274 2000-12-07 MORIOKA Tomohiko <tomo@kanji.zinbun.kyoto-u.ac.jp>
276 * mmexternal.el: Must require `mmgeneric'.
278 * sha1.el: Don't use `defun-maybe'.
280 2000-12-04 Daiki Ueno <ueno@unixuser.org>
282 * luna.el (luna-class-find-functions): Don't quote colon keywords.
284 (luna-call-next-method): Ditto.
286 2000-11-28 Daiki Ueno <ueno@unixuser.org>
288 * luna.el: Don't require `static'.
289 (luna-define-class-function): Don't bind colon keywords.
290 (luna-class-find-functions): Quote colon keywords.
291 (luna-send): Likewise.
292 (luna-call-next-method): Likewise.
294 2000-11-12 Daiki Ueno <ueno@unixuser.org>
296 * luna.el (luna-define-method): Clear method cache.
297 (luna-apply-generic): New function.
298 (luna-define-generic): Use `luna-apply-generic' instead of
301 2000-12-04 Daiki Ueno <ueno@unixuser.org>
303 * smtpmail.el (smtpmail-send-it): Use `smtp-send-buffer' instead of
305 (smtpmail-send-queued-mail): Ditto.
307 2000-11-24 MORIOKA Tomohiko <tomo@kanji.zinbun.kyoto-u.ac.jp>
309 * FLIM-MK (compile-flim): Compile `flim-version-specific-modules'.
310 (install-flim): Install `flim-version-specific-modules' to
311 `FLIM_VERSION_SPECIFIC_DIR'.
312 (compile-flim-package): Compile `flim-version-specific-modules'.
313 (install-flim-package): Install `flim-version-specific-modules'.
315 * FLIM-ELS (flim-modules): Add `mime-conf' instead of `mailcap'.
316 (flim-version-specific-modules): New variable; specify `mailcap'.
318 * FLIM-CFG (FLIM_VERSION_SPECIFIC_DIR): New variable.
320 * mailcap.el: Completely rewrote to use mime-conf.el.
322 * mime-conf.el: New file.
324 2000-11-16 Kenichi OKADA <okada@opaopa.org>
326 * sasl-digest.el (sasl-digest-md5-response): Fix typo.
328 2000-11-12 Daiki Ueno <ueno@unixuser.org>
330 * smtp.el (smtp-primitive-data): Use `beginning-of-line' instead of
332 (smtp-read-response): Don't bind `case-fold-search'.
333 (smtp-send-data): Don't save excursion.
335 2000-11-10 Daiki Ueno <ueno@unixuser.org>
337 * sasl-digest.el (sasl-digest-md5-challenge): Abolish.
338 (sasl-digest-md5-syntax-table): Rename from
339 `sasl-digest-md5-parse-digest-challenge-syntax-table'.
340 (sasl-digest-md5-parse-string): Rename from
341 `sasl-digest-md5-parse-digest-challenge'; only return a property
343 (sasl-digest-md5-challenge): Abolish.
344 (sasl-digest-md5-build-response-value-1): Abolish.
345 (sasl-digest-md5-response-value): Define as function.
346 (sasl-digest-md5-response): Rewrite.
348 2000-11-07 Kenichi OKADA <okada@opaopa.org>
350 * sasl.el (sasl-login-response-1): Fix.
351 (sasl-login-response-2): Fix.
353 2000-11-07 Daiki Ueno <ueno@unixuser.org>
355 * smtp.el (smtp-sasl-properties): New user option.
356 (smtp-sasl-user-realm): Abolish.
358 2000-11-05 Daiki Ueno <ueno@unixuser.org>
360 * qmtp.el (qmtp-send-package): Don't check "K" reply per recipient.
361 (qmtp-via-smtp): Mark as obsolete.
362 (qmtp-send-buffer): New function.
364 * sasl.texi: New file.
366 2000-11-05 Daiki Ueno <ueno@unixuser.org>
368 * sasl.el (sasl-step-data): New function.
369 (sasl-step-set-data): New function.
371 2000-11-04 Daiki Ueno <ueno@unixuser.org>
373 * sasl.el: Don't require 'poe'
374 - Rename `sasl-*instantiator*' to `sasl-*client*'.
375 - Rename `sasl-*authenticator*' to `sasl-*mechanism*'.
376 - Rename `sasl-*continuations*' to `sasl-*steps*'.
377 (sasl-make-client): Accept 1st argument `mechanism'.
378 (sasl-next-step): Rename from `sasl-evaluate-challenge'.
380 2000-11-04 Daiki Ueno <ueno@unixuser.org>
382 * sasl.el (sasl-make-instantiator): Define as function.
383 (sasl-instantiator-name): Ditto.
384 (sasl-instantiator-service): Ditto.
385 (sasl-instantiator-server): Ditto.
386 (sasl-instantiator-set-properties): Ditto.
387 (sasl-instantiator-set-property): Ditto.
388 (sasl-instantiator-property): Ditto.
389 (sasl-instantiator-properties): Ditto.
390 (sasl-authenticator-mechanism): Ditto.
391 (sasl-authenticator-continuations): Ditto.
393 2000-11-02 Daiki Ueno <ueno@unixuser.org>
395 * sasl.el: Rename `sasl-*principal*' to `sasl-*instantiator*'.
396 (sasl-make-instantiator): Abolish optional 4th argument.
397 (sasl-instantiator-set-properties): New function.
398 (sasl-instantiator-put-property): New function.
399 (sasl-instantiator-property): New function.
400 (sasl-instantiator-properties): New function.
402 * smtp.el (smtp-sasl-user-name): Rename from
403 `smtp-sasl-principal-user'.
404 (smtp-sasl-user-realm): Rename from `smtp-sasl-principal-realm'.
406 2000-11-02 Daiki Ueno <ueno@unixuser.org>
408 * sasl.el (sasl-mechanisms): Add `LOGIN' and `ANONYMOUS'.
409 (sasl-mechanism-alist): Likewise.
410 (sasl-error): Define.
411 (sasl-login-continuations): New variable.
412 (sasl-login-response-1): New function.
413 (sasl-login-response-2): New function.
414 (sasl-anonymous-continuations): New variable.
415 (sasl-anonymous-response): New function.
417 * smtp.el (smtp-error): Define.
418 (smtp-via-smtp): Use it.
420 2000-11-02 Daiki Ueno <ueno@unixuser.org>
422 * smtp.el (smtp-via-smtp): Mark as obsolete.
423 (smtp-send-buffer): Rename from `smtp-via-smtp'.
425 2000-11-02 Daiki Ueno <ueno@unixuser.org>
427 * sasl.el (sasl-make-authenticator): Allocate a freshly generated
428 symbol for each continuation.
430 2000-11-02 Daiki Ueno <ueno@unixuser.org>
432 * sasl-digest.el (sasl-digest-md5-response-1): Rename from
433 `sasl-digest-md5-digest-response'.
434 (sasl-digest-md5-response-2): New alias.
435 (sasl-digest-md5-parse-digest-challenge): Save excursion.
437 * sasl.el (sasl-mechanism-alist): Rename from `sasl-mechanisms'.
438 (sasl-mechanisms): New variable.
439 (sasl-find-authenticator): Check `sasl-mechanisms' rather than
440 `sasl-mechanism-alist'.
442 * smtp.el (smtp-submit-package): Use `smtp-primitive-ehlo'.
443 (smtp-primitive-auth): Check authenticator.
445 2000-11-02 Daiki Ueno <ueno@unixuser.org>
447 * FLIM-ELS (hmac-modules): New variable.
448 (flim-modules): Move HMAC modules to `hmac-modules'
451 * smtp.el (smtp-sasl-principal-realm): New user option.
453 * sasl.el (sasl-plain-response): New function.
454 (sasl-mechanisms): Add `DIGEST-MD5' and `PLAIN'.
455 (sasl-unique-id-function): New variable.
456 (sasl-plain-continuations): New variable.
457 (sasl-unique-id): New function.
458 (sasl-unique-id-char): New variable.
460 * sasl-digest.el: New file.
462 2000-11-01 Daiki Ueno <ueno@unixuser.org>
464 * smtp.el: Bind `sasl-mechanisms'; add autoload settings for
465 `sasl-make-principal', `sasl-find-authenticator',
466 `sasl-authenticator-mechanism-internal' and
467 `sasl-evaluate-challenge'.
468 (smtp-use-sasl): New user option.
469 (smtp-sasl-principal-name): New user option.
470 (smtp-sasl-mechanisms): New user option.
471 (smtp-submit-package): Call `smtp-primitive-starttls' and
472 `smtp-primitive-auth'.
473 (smtp-primitive-ehlo): Don't modify the rest of a extension line.
474 (smtp-primitive-auth): New function.
475 (smtp-primitive-starttls): Check the response code.
477 * sasl.el: New implementation.
479 * sasl-cram.el: New file.
481 * FLIM-ELS (flim-modules): Add `md5', `md5-el', `md5-dl',
482 `hex-util', `hmac-def', `hmac-md5', `sasl' and `sasl-cram'.
484 2000-11-01 Daiki Ueno <ueno@unixuser.org>
486 * smtp.el: Add autoload settings for `starttls-open-stream' and
487 `starttls-negotiate'.
488 (smtp-connection-set-extensions-internal): New macro.
489 (smtp-connection-extensions-internal): New macro.
490 (smtp-make-connection): Set the `extension' slot to nil.
491 (smtp-primitive-ehlo): New function.
492 (smtp-submit-package): Rename from `smtp-commit'.
493 (smtp-submit-package-function): Rename from `smtp-commit-function'.
494 (smtp-primitive-starttls): New function.
495 (smtp-extensions): New group.
496 (smtp-use-8bitmime): New variable.
497 (smtp-use-size): New variable.
498 (smtp-use-starttls): New variable.
499 (smtp-via-smtp): Bind `smtp-open-connection-function'.
501 2000-10-31 Daiki Ueno <ueno@unixuser.org>
503 * smtp.el: New implementation.
505 2000-08-16 Daiki Ueno <ueno@unixuser.org>
507 * FLIM-ELS (flim-modules): Add `qmtp'.
511 2000-08-28 Yuuichi Teranishi <teranisi@gohome.org>
513 * eword-encode.el (eword-encode-mailboxes-to-rword-list):
515 (eword-encode-address-to-rword-list): Ditto.
516 (eword-encode-addresses-to-rword-list):
517 Use `eword-encode-address-to-rword-list' instead of
518 `eword-encode-mailbox-to-rword-list'.
520 * std11.el (std11-address-string): Fix for group list.
522 2000-08-10 MORIOKA Tomohiko <tomo@m17n.org>
524 * mmgeneric.el: Enclose definition of class `mime-entity' and its
525 internal accessors by `eval-and-compile'.
527 * luna.el: Define `luna-class-name' before it is used in macros.
530 2000-07-12 MORIOKA Tomohiko <tomo@kanji.zinbun.kyoto-u.ac.jp>
532 * FLIM-Chao: Version 1.14.1 (Rokujiz
\e-Dò)
\e-A released.
534 2000-07-10 MORIOKA Tomohiko <tomo@kanji.zinbun.kyoto-u.ac.jp>
536 * mmexternal.el (initialize-instance): Deleted.
537 (mmexternal-require-file-name): New function.
538 (mmexternal-require-buffer): Use `mmexternal-require-file-name'.
540 2000-06-30 MORIOKA Tomohiko <tomo@kanji.zinbun.kyoto-u.ac.jp>
542 * mime.el (mime-entity-read-field): Fix a bug when FIELD-NAME is a
545 2000-06-23 MORIOKA Tomohiko <tomo@kanji.zinbun.kyoto-u.ac.jp>
547 * mmexternal.el (initialize-instance): New method.
548 (mime-entity-name): Fixed.
549 (mmexternal-require-buffer): New function.
550 (mime-insert-entity): New implementation.
551 (mime-write-entity): Likewise.
552 (mime-entity-body): New method.
553 (mime-insert-entity-body): New method.
554 (mime-write-entity-body): New implementation.
555 (mime-entity-content): Likewise.
556 (mime-insert-entity-content): Likewise.
557 (mime-write-entity-content): Likewise.
558 (mime-entity-fetch-field): Likewise.
559 (mime-insert-header): Likewise.
561 * mmbuffer.el (initialize-instance): Store buffer instead of name
562 of buffer to `buffer' slot.
564 2000-06-21 MORIOKA Tomohiko <tomo@kanji.zinbun.kyoto-u.ac.jp>
566 * mmgeneric.el (mime-entity-children): Deleted.
568 * mmbuffer.el (mime-insert-entity-body): New method.
569 (mmbuffer-parse-multipart): New function.
570 (mmbuffer-parse-encapsulated): New function.
571 (mime-entity-children): New function.
573 2000-06-21 MORIOKA Tomohiko <tomo@kanji.zinbun.kyoto-u.ac.jp>
575 * mime.el (mime-find-root-entity): New function.
576 (mime-entity-header-buffer): Comment out.
577 (mime-goto-header-start-point): Likewise.
578 (mime-entity-header-start-point): Likewise.
579 (mime-entity-header-end-point): Likewise.
580 (mime-entity-body-buffer): Likewise.
581 (mime-goto-body-start-point): Likewise.
582 (mime-goto-body-end-point): Likewise.
583 (mime-entity-body-start-point): Likewise.
584 (mime-entity-body-end-point): Likewise.
585 (mime-entity-body-start): Likewise.
586 (mime-entity-body-end): Likewise.
587 (mime-entity-buffer): Likewise.
588 (mime-entity-point-min): Likewise.
589 (mime-entity-point-max): Likewise.
590 (mime-insert-entity-body): New generic function.
591 (mime-entity-uu-filename): Use `mime-insert-entity-body'.
592 (mime-entity-set-content-type): New function.
593 (mime-entity-set-encoding): New function.
595 * mime-parse.el (mime-parse-multipart): Comment out.
596 (mime-parse-encapsulated): Likewise.
597 (mime-parse-external): Likewise.
599 * mmbuffer.el (mime-entity-header-buffer): Comment out.
600 (mime-goto-header-start-point): Likewise.
601 (mime-entity-header-start-point): Likewise.
602 (mime-entity-header-end-point): Likewise.
603 (mime-entity-body-buffer): Likewise.
604 (mime-goto-body-start-point): Likewise.
605 (mime-goto-body-end-point): Likewise.
606 (mime-entity-body-start-point): Likewise.
607 (mime-entity-body-end-point): Likewise.
608 (mime-entity-buffer): Likewise.
609 (mime-entity-point-min): Likewise.
610 (mime-entity-point-max): Likewise.
612 2000-05-30 MORIOKA Tomohiko <tomo@kanji.zinbun.kyoto-u.ac.jp>
614 * eword-encode.el (eword-charset-encoding-alist): Add
617 2000-05-25 Tanaka Akira <akr@m17n.org>
619 * mime-en.sgml, mime-ja.sgml: Update for CVS via SSH.
621 2000-05-09 Katsumi Yamaoka <yamaoka@jpl.org>
623 * smtp.el (smtp-deduce-address-list): Set `case-fold-search' to `t'
624 in the working buffer.
626 2000-04-26 Yoshiki Hayashi <yoshiki@xemacs.org>
628 * mime.el (mime-entity-body): New function.
629 * mmbuffer.el (mime-entity-body): Implement it.
631 2000-03-03 Keiichi Suzuki <keiichi@nanap.org>
633 * mime.el (mime-entity-node-id): Change to function.
635 2000-03-03 MORIOKA Tomohiko <tomo@m17n.org>
637 * mmdbuffer.el, mmbuffer.el (initialize-instance): Don't setup
638 `mime-message-structure'.
640 * mime-parse.el (mime-parse-buffer): Don't setup
641 `mime-message-structure'.
643 2000-03-02 MORIOKA Tomohiko <tomo@m17n.org>
645 * mmgeneric.el (mime-visible-field-p): Moved from mmbuffer.el.
646 (mime-insert-header-from-buffer): Moved from mmbuffer.el.
648 * mmexternal.el, mmdbuffer.el, mmbuffer.el (mime-visible-field-p):
649 Moved to mmgeneric.el.
650 (mime-insert-header-from-buffer): Moved to mmgeneric.el.
652 2000-03-02 MORIOKA Tomohiko <tomo@m17n.org>
654 * FLIM-ELS (flim-modules): Add `mmgeneric'.
656 * mmgeneric.el: New file.
658 * mmbuffer.el: Require `mmgeneric'.
660 * mime.el: Require `mmgeneric' when compiling.
662 * mime-def.el: Move mime-entity related definitions to
665 2000-03-01 MORIOKA Tomohiko <tomo@m17n.org>
667 * mime.el (mime-find-entity-from-number): Now second argument
668 `message' is not an optional argument.
669 (mime-find-entity-from-node-id): Likewise.
670 (mime-find-entity-from-content-id): Likewise.
671 (mime-fetch-field): Delete obsolete function.
672 (mime-read-field): Likewise.
674 2000-03-01 MORIOKA Tomohiko <tomo@m17n.org>
676 * mime.el (mime-entity-header-buffer): Mark it as obsolete.
677 (mime-goto-header-start-point): Likewise.
678 (mime-entity-header-start-point): Likewise.
679 (mime-entity-header-end-point): Likewise.
680 (mime-entity-body-start): Use `defalias'; don't recommend to use
681 `mime-entity-body-start-point' instead.
682 (mime-entity-body-end): Use `defalias'; don't recommend to use
683 `mime-entity-body-end-point' instead.
684 (mime-entity-body-buffer): Mark it as obsolete.
685 (mime-goto-body-start-point): Likewise.
686 (mime-goto-body-end-point): Likewise.
687 (mime-entity-body-start-point): Likewise.
688 (mime-entity-body-end-point): Likewise.
689 (mime-entity-buffer): Don't recommend to use
690 `mime-entity-header-buffer' or `mime-entity-body-buffer' instead.
691 (mime-entity-point-min): Don't recommend to use
692 `mime-entity-header-start-point' instead.
693 (mime-entity-point-max): Don't recommend to use
694 `mime-entity-body-end-point' instead.
696 * mime-def.el (mime-library-version): update to 1.14.1.
697 - Add autoload setting for `mime-parse-external'.
700 2000-03-01 MORIOKA Tomohiko <tomo@m17n.org>
702 * Chao: Version 1.14.0 (Momoyama) released.
704 2000-01-05 Katsumi Yamaoka <yamaoka@jpl.org>
706 * Makefile, mime-en.sgml, mime-ja.sgml: Update for the new CVS
709 1999-12-20 Katsumi Yamaoka <yamaoka@jpl.org>
711 * mel-b-el.el (base64-encode-region): Allow the optional second arg
713 (base64-external-encode-region): Likewise.
714 (base64-internal-encode-region): Likewise.
715 (base64-encode-string): Likewise.
717 1999-12-16 MORIOKA Tomohiko <tomo@m17n.org>
719 * FLIM-ELS (flim-modules): Add `mmexternal'.
721 * mime-parse.el (mime-parse-external): New function.
723 * mime-def.el (mime-entity-children [mime-entity]): Use
724 `mime-parse-external' for message/external-body.
726 * mmexternal.el: New module.
728 1999-12-13 Katsumi Yamaoka <yamaoka@jpl.org>
730 * README.en, README.ja, mime-en.sgml, mime-ja.sgml: Update for the
731 recent ML address and ftp site.
733 1999-10-17 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
735 * FLIM-MK (install-flim-package): Delete auto-autoloads.el
738 1999-09-20 Katsumi Yamaoka <yamaoka@jpl.org>
740 * mailcap.el (mailcap-look-at-schar): Protect against unexpected
741 eof. [cf. <tm-ja:5177>]
743 1999-09-13 Katsumi Yamaoka <yamaoka@jpl.org>
745 * smtpmail.el (smtpmail-send-it): Remove needless `concat'.
747 1999-09-08 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
749 * mime-ja.sgml, mime-en.sgml (Entity creation): Fix typo.
751 1999-09-01 Katsumi Yamaoka <yamaoka@jpl.org>
753 * smtpmail.el (smtpmail-send-it): Make directory
754 `smtpmail-queue-dir' if it does not exist; convert filename of
755 queued mail using `convert-standard-filename'.
756 (smtpmail-queue-index): Treat `smtpmail-queue-dir' as a directory
757 name using `file-name-as-directory'.
758 (smtpmail-queue-dir, smtpmail-queue-mail): Remove "*" from doc
761 1999-08-26 Katsumi Yamaoka <yamaoka@jpl.org>
763 * smtpmail.el (smtpmail-send-it): Use `time-stamp-yyyy-mm-dd' and
764 `time-stamp-hh:mm:ss' instead of `current-time'.
766 1999-08-25 Katsumi Yamaoka <yamaoka@jpl.org>
768 * FLIM-ELS: Use `if' instead of `unless'.
771 1999-08-17 MORIOKA Tomohiko <tomo@m17n.org>
773 * FLIM: Version 1.13.2 (Kasanui) released.
775 1999-08-03 Yuuichi Teranishi <teranisi@gohome.org>
777 * smtp.el (smtp-notify-success): New option.
778 * (smtp-via-smtp): Request return receipt (defined in RFC1891) to
779 SMTP server if `smtp-notify-success' is non-nil.
780 [cf. <tm-ja:4872,4877>]
782 1999-08-02 MORIOKA Tomohiko <tomo@m17n.org>
784 * mime.el (mime-entity-header-start-point): New generic function.
785 (mime-entity-header-end-point): New generic function.
787 * mmbuffer.el (mime-entity-header-start-point): New method.
788 (mime-entity-header-end-point): New method.
790 1999-08-09 MORIOKA Tomohiko <tomo@m17n.org>
792 * FLIM-ELS (flim-modules): Add `mmdbuffer'.
794 1999-07-27 MORIOKA Tomohiko <tomo@m17n.org>
796 * mmdbuffer.el: New module.
798 1999-07-28 MORIOKA Tomohiko <tomo@m17n.org>
800 * mime-parse.el: Add autoload setting for
801 `mime-entity-body-buffer', `mime-entity-body-start-point' and
802 `mime-entity-body-end-point'.
804 * mime.el (mime-entity-point-min): Define as an obsolete function.
805 (mime-entity-point-max): Likewise.
807 1999-07-27 MORIOKA Tomohiko <tomo@m17n.org>
809 * mmbuffer.el (entity-point-min): Deleted because it is
811 (entity-point-max): Deleted because it is duplicated.
813 1999-07-24 MORIOKA Tomohiko <tomo@m17n.org>
815 * mmbuffer.el (mime-insert-text-content): Deleted [moved to
818 * mime-def.el: Add autoload settings for `mime-entity-content' [to
820 (mime-insert-text-content): New method of `mime-entity' [moved
823 1999-07-24 MORIOKA Tomohiko <tomo@m17n.org>
825 * mmbuffer.el (mime-entity-children): Deleted [moved to
828 * mime-def.el: Add autoload settings for
829 `mime-entity-content-type', `mime-parse-multipart' and
830 `mime-parse-encapsulated' [to avoid warning].
831 (mime-entity-children): New method of `mime-entity' [moved from
835 1999-07-22 MORIOKA Tomohiko <tomo@m17n.org>
837 * FLIM: Version 1.13.1 (Tawaramoto) released.
839 1999-07-21 MORIOKA Tomohiko <tomo@m17n.org>
841 * mime-parse.el (mime-parse-buffer): Fixed.
844 1999-07-16 MORIOKA Tomohiko <tomo@m17n.org>
846 * FLIM: Version 1.13.0 (Iwami) released.
848 1999-07-09 Nakagawa, Makoto <nakagawa@pochi.tis.co.jp>
850 * smtpmail.el (smtpmail-send-it): Use current-time to get rid of
852 (smtpmail-send-it): Use write-region-as-binary instead of
854 (smtpmail-send-queued-mail); Use find-file-noselect-as-binary
855 instead of find-file-noselect.
857 1999-06-23 MORIOKA Tomohiko <tomo@m17n.org>
859 * FLIM-CFG: Delete code to detect APEL 7.3 or later.
861 1999-06-16 Katsumi Yamaoka <yamaoka@jpl.org>
863 * smtpmail.el (smtpmail-send-it): Extend the search bound to the
864 end of the field for fetching the recipients from Resent-To.
866 1999-06-11 Katsumi Yamaoka <yamaoka@jpl.org>
868 * luna.el (luna-define-class-function): Check for the improbable
869 name of variable beginning with colon whether we should bind the
870 sort of symbol or not.
871 (TopLevel): Likewise.
873 1999-06-10 Katsumi Yamaoka <yamaoka@jpl.org>
875 * luna.el (luna-define-class-function): Bind member variables
876 statically for old Emacsen.
877 (TopLevel): Require `static'; bind `:before', `:after' and
878 `:around' statically for old Emacsen. [cf. <tm-ja:4593>]
881 1999-06-01 MORIOKA Tomohiko <tomo@m17n.org>
883 * Chao: Version 1.13.0 (JR Fujinomori) released.
885 1999-05-29 MORIOKA Tomohiko <tomo@m17n.org>
887 * mmbuffer.el (mime-entity-fetch-field): New implementation.
889 * mime-def.el (mime-entity-fetch-field): New method of luna-class
892 * luna.el (luna-define-method): Allow `:around' qualifier.
893 (luna-class-find-functions): Likewise.
894 (luna-send): Likewise.
895 (luna-call-next-method): New function.
897 1999-05-26 MORIOKA Tomohiko <tomo@m17n.org>
899 * mime-def.el (eval-module-depended-macro): Abolished.
900 Use `def-edebug-spec' directly.
902 * luna.el (luna-define-method): Allow `:before' qualifier.
903 (luna-class-find-functions): Likewise.
905 * mime-def.el (mime-message-structure): Define as obsolete
908 1999-05-26 MORIOKA Tomohiko <tomo@m17n.org>
910 * mime-parse.el (mime-parse-encapsulated): Use
911 `mime-entity-body-start-point' and `mime-entity-body-end-point'.
913 * mime.el (mime-parse-buffer): Revert to auto-load from
916 * mime-parse.el (mime-parse-multipart): Move from mime-parse.el
918 (mime-parse-encapsulated): Likewise.
919 (mime-parse-message): Likewise.
920 (mime-parse-buffer): Likewise.
922 * mmbuffer.el (mime-parse-multipart): Move to mime-parse.el again.
923 (mime-parse-encapsulated): Likewise.
924 (mime-parse-message): Likewise.
925 (mime-parse-buffer): Likewise.
927 * mmbuffer.el (mime-parse-encapsulated): Run in body-buffer of an
930 1999-05-26 MORIOKA Tomohiko <tomo@m17n.org>
932 * mmbuffer.el (initialize-instance): Don't initialize slots if
933 they are initialized.
934 (mime-parse-multipart): Run in body-buffer of an entity.
935 (mime-entity-body-start-point): New method.
937 1999-05-25 MORIOKA Tomohiko <tomo@m17n.org>
939 * mmbuffer.el (mime-entity-body-end-point): New method.
940 (mime-goto-header-start-point): New method.
941 (mime-goto-body-start-point): New method.
942 (mime-goto-body-end-point): New method.
944 * mime.el (mime-goto-body-end-point): New generic function.
946 * mel.el (Q-encoded-text-length): Fixed.
948 1999-05-24 MORIOKA Tomohiko <tomo@m17n.org>
950 * mmbuffer.el (mime-parse-multipart): Refer body-start instead of
953 * mmcooked.el (mime-insert-header): Fix typo.
955 1999-05-23 MORIOKA Tomohiko <tomo@m17n.org>
957 * mmcooked.el (mime-insert-header): Use
958 `luna-class-find-functions'.
960 * mime.el (mime-entity-buffer): Define as obsolete function.
961 (mime-entity-body-end-point): New generic function; define
962 `mime-entity-body-end' as obsolete function.
963 (mime-goto-body-start-point): New generic function.
964 (mime-entity-uu-filename): Use `mime-goto-body-start-point' and
965 `mime-entity-body-end-point'.
967 * mmbuffer.el (initialize-instance): Define as after method;
968 return initialized instance.
970 * luna.el (luna-define-class): Add `standard-object' as a parent.
971 (luna-define-method): Allow `:after' qualifier.
972 (luna-class-find-parents-functions): New function.
973 (luna-class-find-functions): New function [abolish
974 `luna-class-find-function'].
975 (luna-find-functions): New function [abolish
976 `luna-find-function'].
977 (luna-send): Modify for new method dispatch mechanism.
978 (luna-make-entity): New implementation.
979 (standard-object): New class.
980 (initialize-instance): New method.
982 1999-05-22 MORIOKA Tomohiko <tomo@m17n.org>
984 * Delete mmgeneric.el.
986 * mmcooked.el: Modify for mmbuffer.el.
989 - Don't require `mmgeneric' and `mime-parse'.
992 (mime-buffer-entity-buffer-internal): Renamed from
993 `mime-entity-set-buffer-internal'.
994 (mime-buffer-entity-set-buffer-internal): Likewise.
995 (mime-buffer-entity-header-start-internal): Likewise.
996 (mime-buffer-entity-set-header-start-internal): Likewise.
997 (mime-buffer-entity-header-end-internal): Likewise.
998 (mime-buffer-entity-set-header-end-internal): Likewise.
999 (mime-buffer-entity-body-start-internal): Likewise.
1000 (mime-buffer-entity-set-body-start-internal): Likewise.
1001 (mime-buffer-entity-body-end-internal): Likewise.
1002 (mime-buffer-entity-set-body-end-internal): Likewise.
1003 (mime-entity-name): New method.
1004 (mime-parse-multipart): New function [moved from mime-parse.el].
1005 (mime-parse-encapsulated): Likewise.
1006 (mime-parse-message): Likewise.
1007 (mime-entity-children): New method.
1008 (mime-goto-header-start-point): New method.
1009 (mime-visible-field-p): New function [moved from mmgeneric.el].
1010 (mime-insert-header-from-buffer): Likewise.
1011 (mime-insert-header): New method.
1012 (mime-entity-content): Use `luna-define-method'.
1013 (mime-insert-text-content): New method.
1014 ((mime-entity-fetch-field): Use `luna-define-method'.
1015 (mime-entity-header-buffer): New method.
1016 (mime-entity-body-buffer): Likewise.
1017 (mime-entity-buffer): Likewise.
1018 (mime-entity-point-min): Use `luna-define-method'.
1019 (mime-entity-point-max): Use `luna-define-method'.
1020 (mime-parse-buffer): New function [moved from mmgeneric.el].
1022 * mime-parse.el (mime-parse-multipart): Moved to mmbuffer.el.
1023 (mime-parse-encapsulated): Likewise.
1024 (mime-parse-message): Likewise.
1025 (mime-parse-buffer): Likewise.
1027 * mime.el (mime-parse-buffer): Auto-loaded from "mmbufer".
1028 (mime-find-function): Abolished.
1029 (mime-entity-function): Abolished.
1030 (mime-entity-send): Use `luna-send'.
1031 (mime-open-entity): Use `luna-make-entity' and
1032 `mm-expand-class-name'.
1033 (mime-entity-cooked-p): Use `luna-define-generic'.
1034 (mime-entity-children): Use `luna-send'.
1035 (mime-find-entity-from-content-id): Use `mime-entity-read-field'.
1036 (mime-entity-buffer): Change to generic function.
1037 (mime-entity-header-buffer): New generic function.
1038 (mime-entity-body-buffer): Likewise.
1039 (mime-entity-point-min): Use `luna-define-generic'.
1040 (mime-entity-point-max): Likewise.
1041 (mime-entity-header-start): Abolished.
1042 (mime-entity-header-end): Abolished.
1043 (mime-entity-body-start): Abolished.
1044 (mime-entity-body-end): Abolished.
1045 (mime-goto-header-start-point): New generic function.
1046 (mime-entity-fetch-field): New generic function.
1047 (mime-fetch-field): Use `mime-entity-fetch-field'; declare as
1049 (mime-entity-content-type): Use `mime-entity-fetch-field'.
1050 (mime-entity-content-disposition): Likewise.
1051 (mime-entity-encoding): Likewise.
1052 (mime-entity-read-field): New function.
1053 (mime-read-field): Use `mime-entity-read-field'; declare as
1055 (mime-insert-header): Use `luna-define-generic'; abolish obsolete
1056 alias `mime-insert-decoded-header'.
1057 (mime-entity-name): New generic function.
1058 (mime-entity-content): Use `luna-define-generic'.
1059 (mime-insert-entity-content): Likewise.
1060 (mime-write-entity-content): Likewise.
1061 (mime-insert-text-content): Likewise.
1062 (mime-insert-entity): Likewise.
1063 (mime-write-entity): Likewise.
1064 (mime-write-entity-body): Likewise.
1068 (make-mime-entity-internal): Abolished.
1069 (mime-entity-representation-type-internal): Change to alias for
1071 (mime-entity-set-representation-type-internal): Change to alias
1072 for `luna-set-class-name'.
1073 (mime-entity-location-internal): Defined by
1074 `luna-define-internal-accessors'.
1075 (mime-entity-set-location-internal): Likewise.
1076 (mime-entity-content-type-internal): Likewise.
1077 (mime-entity-set-content-type-internal): Likewise.
1078 (mime-entity-content-disposition-internal): Likewise.
1079 (mime-entity-set-content-disposition-internal): Likewise.
1080 (mime-entity-encoding-internal): Likewise.
1081 (mime-entity-set-encoding-internal): Likewise.
1082 (mime-entity-children-internal): Likewise.
1083 (mime-entity-set-children-internal): Likewise.
1084 (mime-entity-parent-internal): Likewise.
1085 (mime-entity-set-parent-internal): Likewise.
1086 (mime-entity-node-id-internal): Likewise.
1087 (mime-entity-decoded-subject-internal): Abolished.
1088 (mime-entity-set-decoded-subject-internal): Abolished.
1089 (mime-entity-decoded-from-internal): Abolished.
1090 (mime-entity-set-decoded-from-internal): Abolished.
1091 (mime-entity-date-internal): Abolished.
1092 (mime-entity-set-date-internal): Abolished.
1093 (mime-entity-message-id-internal): Abolished.
1094 (mime-entity-set-message-id-internal): Abolished.
1095 (mime-entity-references-internal): Abolished.
1096 (mime-entity-set-references-internal): Abolished.
1097 (mime-entity-chars-internal): Abolished.
1098 (mime-entity-set-chars-internal): Abolished.
1099 (mime-entity-lines-internal): Abolished.
1100 (mime-entity-set-lines-internal): Abolished.
1101 (mime-entity-xref-internal): Abolished.
1102 (mime-entity-set-xref-internal): Abolished.
1103 (mime-entity-original-header-internal): Defined by
1104 `luna-define-internal-accessors'.
1105 (mime-entity-set-original-header-internal): Likewise.
1106 (mime-entity-parsed-header-internal): Likewise.
1107 (mime-entity-set-parsed-header-internal): Likewise.
1108 (mime-entity-buffer-internal): Abolished.
1109 (mime-entity-set-buffer-internal): Abolished.
1110 (mime-entity-header-start-internal): Abolished.
1111 (mime-entity-set-header-start-internal): Abolished.
1112 (mime-entity-header-end-internal): Abolished.
1113 (mime-entity-set-header-end-internal): Abolished.
1114 (mime-entity-body-start-internal): Abolished.
1115 (mime-entity-set-body-start-internal): Abolished.
1116 (mime-entity-body-end-internal): Abolished.
1117 (mime-entity-set-body-end-internal): Abolished.
1118 (mm-expand-class-name): New macro.
1119 (mm-define-backend): Use `luna-define-class' and
1120 `mm-expand-class-name'.
1121 (mm-define-method): Use `luna-define-method' and
1122 `mm-expand-class-name'.
1123 (mm-arglist-to-arguments): Abolished.
1124 (mel-define-service): Use `luna-arglist-to-arguments' instead of
1125 `mm-arglist-to-arguments'.
1127 * mel.el: Require `alist'.
1129 * FLIM-ELS (flim-modules): Add `luna' and delete `mmgeneric'.
1132 - Rename property `luna-member-index' to `luna-slot-index'.
1133 - Rearrangement to avoid byte-compiling problem.
1134 (luna-define-class-function): New function.
1135 (luna-define-class): Use `luna-define-class-function'.
1136 (luna-define-generic): Fixed.
1137 (luna-define-internal-accessors): New function.
1139 1999-05-15 MORIOKA Tomohiko <tomo@m17n.org>
1141 * luna.el (luna-make-entity-function): Send `initialize-instance'.
1143 1999-05-14 MORIOKA Tomohiko <tomo@m17n.org>
1145 * luna.el: New module.
1148 1999-05-31 MORIOKA Tomohiko <tomo@m17n.org>
1150 * FLIM: Version 1.12.7 (Y
\e-Dþzaki)
\e-A released.
1152 1999-05-31 MORIOKA Tomohiko <tomo@m17n.org>
1154 * mime-en.sgml (Network representation of header): Translate.
1156 1999-05-27 Shuhei KOBAYASHI <shuhei@aqua.ocn.ne.jp>
1158 * mel-b-el.el (pack-sequence): Eliminate local variable `i'.
1159 (base64-encode-1): Avoid concat.
1160 (base64-encode-string): Fixed last change; extra padding.
1162 1999-05-26 MORIOKA Tomohiko <tomo@m17n.org>
1164 * smtpmail.el (smtpmail-default-smtp-server): Define obsolete
1165 variable alias for XEmacs.
1166 (smtpmail-smtp-server): Likewise.
1167 (smtpmail-smtp-service): Likewise.
1168 (smtpmail-local-domain): Likewise.
1169 (smtpmail-debug-info): Likewise.
1170 (smtpmail-send-it): Check function `expand-mail-aliases' is
1173 1999-05-26 MORIOKA Tomohiko <tomo@m17n.org>
1175 * smtp.el (smtp-debug-info): Now a user option.
1177 1999-05-25 Yoshiki Hayashi <g740685@komaba.ecc.u-tokyo.ac.jp>
1179 * README.ja: Modify URL and required version of APEL.
1181 1999-05-24 Tanaka Akira <akr@jaist.ac.jp>
1183 * mel-b-ccl.el (base64-encode-string): New alias.
1184 (base64-encode-region): Ditto.
1185 (base64-decode-string): Ditto.
1186 (base64-decode-region): Ditto.
1188 1999-05-24 Tanaka Akira <akr@jaist.ac.jp>
1190 * mel-b-ccl.el, mel-q-ccl.el: Sync up with doodle-1.12.5.
1192 1999-05-24 MORIOKA Tomohiko <tomo@m17n.org>
1194 * eword-encode.el (ew-space-process): Renamed from
1195 `tm-eword::space-process'.
1197 1999-05-24 MORIOKA Tomohiko <tomo@m17n.org>
1199 * eword-encode.el (tm-eword::space-process): Don't concatenate
1201 (ew-encode-rword-1): Renamed from `tm-eword::encode-string-1'; add
1202 new optional argument `must-output'; return nil if it can't encode
1204 (eword-encode-rword-list): Fold SPACE or TAB in the encoded string
1205 if `ew-encode-rword-1' can't encode literally and it is possible
1206 to encode the rest literally with the folding.
1207 (eword-encode-phrase-to-rword-list): Add `special' flag to
1208 brackets of comments.
1210 1999-05-22 Shuhei KOBAYASHI <shuhei@aqua.ocn.ne.jp>
1212 * smtpmail.el: Require 'poe and 'pcustom.
1214 1999-05-22 Shuhei KOBAYASHI <shuhei@aqua.ocn.ne.jp>
1216 * mel.el: Update header.
1217 Require 'path-util and don't require 'poem.
1218 (mel-use-module): Eliminate local variable `encoding'.
1219 (mime-insert-encoded-file for mel-b-builtin):
1220 Use built-in `interactive' spec.
1221 (encoded-text-decode-string): Anchor regexp with "\\`" and "\\'".
1222 (mime-encode-region): Capitalize prompt string.
1223 (mime-decode-region): Ditto.
1224 (mime-insert-encoded-file): Ditto.
1225 (mime-write-decoded-region): Ditto.
1227 * mel-b-ccl.el: Update header.
1228 (base64-ccl-encode-region): Use read-only `interactive' spec.
1229 (base64-ccl-decode-region): Ditto.
1230 (base64-ccl-insert-encoded-file): Use built-in `interactive' spec.
1231 (base64-ccl-write-decoded-region): Ditto.
1232 (encoded-text-decode-string): Anchor regexp with "\\`" and "\\'".
1234 * mel-b-dl.el: Update header.
1235 Don't require 'poe; it is required implicitly via 'mime-def.
1236 (base64-dl-handle): Chech whether `base64-dl-module' is string.
1237 Defalias `base64-encode-string' and `base64-decode-string' just
1238 after `dynamic-call'ing "emacs_base64_init".
1239 (base64-encode-region): Use read-only `interactive' spec.
1240 Use `base64-encode-string'.
1241 Changed order of evaluation to "encode, delete, then insert".
1242 (base64-decode-region): Renamed from `decode-base64-region'.
1243 Use read-only `interactive' spec.
1244 Use `base64-decode-string'.
1245 Changed order of evaluation to "decode, delete, then insert".
1246 (mime-encode-string): Use `base64-encode-string'.
1247 (mime-decode-string): Use `base64-decode-string'.
1248 (mime-decode-region): Use `base64-decode-region'.
1249 (encoded-text-encode-string): Use `base64-encode-string'.
1250 (encoded-text-decode-string): Anchor regexp with "\\`" and "\\'".
1251 (mime-insert-encoded-file): Use built-in `interactive' spec.
1252 (mime-write-decoded-region in comment): Ditto.
1254 * mel-b-el.el: Update header.
1255 Don't require 'poe; it is required implicitly via 'mime-def.
1256 (pack-sequence): Moved to top of the function definitions.
1257 (base64-encode-string): Calculate padding first.
1258 (base64-internal-encode-region): Changed order of evaluation to
1259 "encode, delete, then insert".
1260 (base64-internal-decode-string): Changed order of evaluation to
1261 "decode, delete, then insert".
1262 (base64-encode-region): Use read-only `interactive' spec.
1263 (base64-decode-region): Ditto.
1264 (base64-decode-string): Not interactive.
1265 (encoded-text-decode-string): Anchor regexp with "\\`" and "\\'".
1266 (base64-insert-encoded-file): Use built-in `interactive' spec.
1267 (base64-write-decoded-region): Ditto.
1269 * mel-g.el: Update header.
1270 Require 'mime-def instead of 'poem and 'mel.
1271 (mime-insert-encoded-file): Use built-in `interactive' spec.
1272 (mime-write-decoded-region): Ditto.
1274 * mel-q-ccl.el: Update header.
1275 (quoted-printable-ccl-encode-region):
1276 Use read-only `interactive' spec.
1277 (quoted-printable-ccl-decode-region): Ditto.
1278 (quoted-printable-ccl-insert-encoded-file):
1279 Use built-in `interactive' spec.
1280 (quoted-printable-ccl-write-decoded-region): Ditto.
1281 (encoded-text-decode-string): Anchor regexp with "\\`" and "\\'".
1283 * mel-q.el: Update header.
1284 Require 'path-util instead of 'emu.
1285 (quoted-printable-internal-encode-region): Rewrite without regexp.
1286 (quoted-printable-internal-decode-region): Ditto.
1287 (quoted-printable-encode-region): Use read-only `interactive' spec.
1288 (quoted-printable-decode-region): Ditto.
1289 (mime-insert-encoded-file): Use built-in `interactive' spec.
1290 (mime-write-decoded-region): Ditto.
1291 (encoded-text-decode-string): Anchor regexp with "\\`" and "\\'".
1293 * mel-u.el: Update header.
1294 Require 'path-util instead of 'emu.
1295 (mime-insert-encoded-file): Use built-in `interactive' spec.
1296 (mime-write-decoded-region): Ditto.
1298 1999-05-22 Shuhei KOBAYASHI <shuhei@aqua.ocn.ne.jp>
1300 * mime-def.el: Require 'poe, 'poem, and 'pcustom.
1301 (mime): Declare `default-mime-charset' as an initial member.
1303 * mime-parse.el: Don't require 'cl at compile-time.
1305 * mailcap.el (mailcap-look-at-qchar): Use `char-after'.
1307 * std11.el: Require 'poe, 'poem, and 'pcustom.
1309 * smtp.el: Update header.
1310 Require 'poe, 'poem, and 'pcustom.
1311 Require 'cl at compile-time.
1313 1999-05-21 MORIOKA Tomohiko <tomo@m17n.org>
1315 * README.en (Installation): Modify URL and required version of
1318 * eword-encode.el (ew-find-charset-rule): Renamed from
1319 `tm-eword::find-charset-rule'; use
1320 `find-mime-charset-by-charsets'.
1323 1999-05-11 MORIOKA Tomohiko <tomo@m17n.org>
1325 * FLIM: Version 1.12.6 (Family-K
\e-Dòenmae)
\e-A released.
1327 1999-04-27 Shuhei KOBAYASHI <shuhei@aqua.ocn.ne.jp>
1329 * mel-b-ccl.el (TopLevel): Suppress warning.
1330 mel-q-ccl.el (TopLevel): Ditto.
1331 mime.el (TopLevel): Ditto.
1333 1999-04-26 Shuhei KOBAYASHI <shuhei@aqua.ocn.ne.jp>
1335 * eword-decode.el (eword-encoded-word-regexp): Accept "b" and "q"
1338 * mime-def.el (std11-qtext-regexp): Don't use `string'.
1339 (mime-tspecial-char-list): Eval at compile time.
1341 1999-04-22 Katsumi Yamaoka <yamaoka@jpl.org>
1343 * mime.el: Delete autoload setting for `eword-encode-field'.
1345 1999-04-22 MORIOKA Tomohiko <tomo@m17n.org>
1347 * eword-encode.el: Require `poem' instead of `emu'.
1348 Don't use `cl' for `caar'.
1350 1999-04-09 Katsumi Yamaoka <yamaoka@jpl.org>
1352 * smtp.el (smtp-via-smtp): Funcall `smtp-server' if it is a
1354 (smtp-server): Make it can also be a function called from
1355 `smtp-via-smtp' with arguments SENDER and RECIPIENTS.
1357 1999-04-05 Shuhei KOBAYASHI <shuhei@aqua.ocn.ne.jp>
1359 * FLIM-CFG: Make easier to install in VERSION_SPECIFIC_LISPDIR.
1361 1999-03-29 Shuhei KOBAYASHI <shuhei@aqua.ocn.ne.jp>
1363 * mime.el (mime-read-field): Correct argument of
1364 `mime-decode-field-body'; 'native -> 'plain.
1366 1999-03-27 Shuhei KOBAYASHI <shuhei@aqua.ocn.ne.jp>
1368 * eword-encode.el (TopLevel): Require 'cl when compiling.
1369 (eword-encode-rword-list): Suppress insertion of extra spaces.
1370 (eword-encode-msg-id-to-rword-list): Treat surrounding angle
1371 brackets atomically.
1372 ([tm-ja:4244] by Kazuhiro Ohta <ohta@ele.cst.nihon-u.ac.jp>)
1374 1999-03-11 MORIOKA Tomohiko <morioka@jaist.ac.jp>
1376 * eword-encode.el (eword-charset-encoding-alist): Add `tis-620'.
1378 1999-03-01 MORIOKA Tomohiko <morioka@jaist.ac.jp>
1380 * mel.el (mime-decode-string): Return STRING if return value of
1381 `(mel-find-function 'mime-decode-string encoding)' is nil.
1383 1999-02-10 MORIOKA Tomohiko <morioka@jaist.ac.jp>
1385 * mime-def.el (mel-define-service): Change size of obarray to 7.
1387 1999-02-01 Yoshiki Hayashi <g740685@komaba.ecc.u-tokyo.ac.jp>
1389 * mime-ja.sgml: Tranlate all untranslated parts.
1392 1999-01-27 MORIOKA Tomohiko <morioka@jaist.ac.jp>
1394 * FLIM: Version 1.12.5 (Hirahata) released.
1396 * mime-ja.sgml, mime-en.sgml: Sync with FLIM API 1.12.
1398 1999-01-26 MORIOKA Tomohiko <morioka@jaist.ac.jp>
1400 * NEWS (New optional argument of `std11-field-end'): New
1403 * std11.el (std11-field-end): Add new optional argument `bound'.
1406 1999-01-24 MORIOKA Tomohiko <morioka@jaist.ac.jp>
1408 * FLIM: Version 1.12.4 (Tsutsui) released.
1410 1999-01-24 MORIOKA Tomohiko <morioka@jaist.ac.jp>
1412 * README.en: Sync with latest FLIM.
1416 1999-01-24 MORIOKA Tomohiko <morioka@jaist.ac.jp>
1418 * mmbuffer.el, mmgeneric.el (insert-entity-content): New method.
1420 * mime.el (mime-insert-entity-content): New generic function.
1422 1999-01-24 MORIOKA Tomohiko <morioka@jaist.ac.jp>
1424 * NEWS (New function `mime-find-entity-from-content-id'): New
1426 (New function `mime-parse-msg-id'): New subsection.
1427 (New function `mime-uri-parse-cid'): New subsection.
1429 1999-01-24 MORIOKA Tomohiko <morioka@jaist.ac.jp>
1431 * mime.el (mime-find-entity-from-content-id): New function.
1432 (mime-field-parser-alist): Use `mime-parse-msg-id' instead of
1433 `std11-parse-msg-id' to parse `Message-Id', `Recent-Message-Id'
1434 and `Content-Id' field.
1436 * mime-parse.el (mime-parse-msg-id): New function.
1437 (mime-uri-parse-cid): New function.
1440 1999-01-23 MORIOKA Tomohiko <morioka@jaist.ac.jp>
1442 * FLIM: Version 1.12.3 (Kintetsu-K
\e-Dòriyama)
\e-A released.
1444 1999-01-23 MORIOKA Tomohiko <morioka@jaist.ac.jp>
1446 * NEWS (Function `std11-parse-in-reply-to'): New subsection.
1447 (New function `std11-parse-msg-id-string'): Likewise.
1448 (New function `std11-parse-msg-ids-string'): Likewise.
1449 (New generic function `mime-insert-entity'): Likewise.
1451 1999-01-23 MORIOKA Tomohiko <morioka@jaist.ac.jp>
1453 * mime.el (mime-field-parser-alist): Change to set parser for
1454 tokens instead of parser for string.
1455 (mime-read-field): Use `eword-lexical-analyze' before parsing.
1457 * eword-encode.el (eword-encode-in-reply-to): Use
1458 `std11-parse-msg-ids-string' instead of `std11-parse-in-reply-to'
1459 and `std11-lexical-analyze'.
1461 * std11.el (std11-parse-msg-ids): Renamed from
1462 `std11-parse-in-reply-to'; define `std11-parse-in-reply-to' as
1464 (std11-parse-msg-id-string): New function.
1465 (std11-parse-msg-ids-string): New function.
1467 1999-01-23 MORIOKA Tomohiko <morioka@jaist.ac.jp>
1469 * mime.el (mime-field-parser-alist): New variable.
1470 (mime-read-field): Refer `mime-field-parser-alist'.
1472 1999-01-23 MORIOKA Tomohiko <morioka@jaist.ac.jp>
1474 * mmbuffer.el, mmgeneric.el (insert-entity): New method.
1476 * mime.el (mime-insert-entity): New generic function.
1478 1999-01-22 Katsumi Yamaoka <yamaoka@jpl.org>
1480 * std11.el (TopLevel): Require `custom'.
1483 1999-01-21 MORIOKA Tomohiko <morioka@jaist.ac.jp>
1485 * FLIM: Version 1.12.2 (Kuj
\e-Dò)
\e-A released.
1487 1999-01-16 MORIOKA Tomohiko <morioka@jaist.ac.jp>
1489 * mime-parse.el (mime-lexical-analyzer): New user option.
1490 (mime-analyze-tspecial): New function.
1491 (mime-analyze-token): New function.
1492 (mime-parse-Content-Transfer-Encoding): Use
1493 `std11-lexical-analyze' with `mime-lexical-analyzer'.
1495 * mime-def.el (mime-tspecial-char-list): Renamed from
1496 `mime-tspecials'; changed from string to list.
1497 (mime-token-regexp): Use `eval-when-compile'.
1499 1999-01-16 MORIOKA Tomohiko <morioka@jaist.ac.jp>
1501 * eword-decode.el (eword-lexical-analyzer): Modify DOC-string
1502 about interface change.
1503 (eword-analyze-comment): Renamed from `eword-parse-comment';
1504 change second argument `from' to required argument; abolish alias
1505 `eword-analyze-comment' of `eword-parse-comment'.
1507 1999-01-16 MORIOKA Tomohiko <morioka@jaist.ac.jp>
1509 * NEWS (User option `eword-lexical-analyzers' ->
1510 `eword-lexical-analyzer'): New subsection.
1512 * eword-decode.el (eword-lexical-analyzer): Renamed from user
1513 option `eword-lexical-analyzers'.
1515 1999-01-16 MORIOKA Tomohiko <morioka@jaist.ac.jp>
1517 * NEWS (New user option `std11-lexical-analyzer'): New subsection.
1519 * std11.el (std11-lexical-analyzer): Renamed from user option
1520 `std11-lexical-analyzers'.
1522 1999-01-16 MORIOKA Tomohiko <morioka@jaist.ac.jp>
1524 * std11.el (std11-lexical-analyze): Change interface to add new
1525 optional argument `analyzers'.
1527 1999-01-16 MORIOKA Tomohiko <morioka@jaist.ac.jp>
1529 * std11.el (std11-lexical-analyzers): New user option.
1530 (std11-lexical-analyze): New implementation; refer
1531 `std11-lexical-analyzers'.
1533 1999-01-16 MORIOKA Tomohiko <morioka@jaist.ac.jp>
1535 * NEWS (Change interface of lexical-analyzers): New subsection.
1537 1999-01-16 MORIOKA Tomohiko <morioka@jaist.ac.jp>
1539 * eword-decode.el (eword-encoded-word-regexp): Must define when
1540 this module is compiled.
1541 (eword-decode-structured-field-body): Add new optional argument
1543 (eword-decode-and-unfold-structured-field-body): Likewise.
1544 (eword-decode-and-fold-structured-field-body): Likewise.
1545 (eword-analyze-quoted-string): Add new argument `start'; return
1546 `(<parsed result> . <end position>)' instead of `(<parsed result>
1548 (std11-analyze-domain-literal): Likewise.
1549 (eword-analyze-domain-literal): Likewise.
1550 (eword-analyze-comment): Changed to alias of
1551 `eword-parse-comment'.
1552 (eword-analyze-spaces): Add new argument `start'; return `(<parsed
1553 result> . <end position>)' instead of `(<parsed result> . <rest
1555 (std11-analyze-domain-literal): Likewise.
1556 (eword-analyze-special): Likewise.
1557 (eword-analyze-encoded-word): Likewise.
1558 (eword-analyze-atom): Likewise.
1559 (eword-lexical-analyze-internal): Add new argument `start'.
1560 (eword-lexical-analyze): Change interface to add new optional
1562 (eword-extract-address-components): Add new optional argument
1565 * std11.el (std11-atom-regexp): Modify to match non-top atom.
1566 (std11-analyze-spaces): Add new argument `start'; return `(<parsed
1567 result> . <end position>)' instead of `(<parsed result> . <rest
1569 (std11-analyze-special): Likewise.
1570 (std11-analyze-atom): Likewise.
1571 (std11-analyze-quoted-string): Likewise.
1572 (std11-analyze-domain-literal): Likewise.
1573 (std11-analyze-comment): Likewise.
1574 (std11-lexical-analyze): Add new optional argument `start'.
1576 1999-01-15 MORIOKA Tomohiko <morioka@jaist.ac.jp>
1578 * std11.el (std11-fetch-field): Add autoload cookie.
1579 (std11-narrow-to-header): Likewise.
1580 (std11-field-body): Likewise.
1581 (std11-unfold-string): Likewise.
1582 (std11-lexical-analyze): Add DOC-string; add autoload cookie.
1584 * std11.el (std11-space-char-list): Renamed from
1585 `std11-space-chars'; changed from string to list.
1587 1999-01-15 MORIOKA Tomohiko <morioka@jaist.ac.jp>
1589 * std11.el (std11-fetch-field): Don't define as inline function.
1590 (std11-field-body): Enclose `std11-narrow-to-header' and
1591 `std11-fetch-field' by `inline'.
1593 1999-01-15 MORIOKA Tomohiko <morioka@jaist.ac.jp>
1595 * std11.el (std11-special-char-list): Evaluate when it is
1597 (std11-atom-regexp): Use `eval-when-compile'.
1599 1999-01-15 MORIOKA Tomohiko <morioka@jaist.ac.jp>
1601 * std11.el (std11-space-chars): Must evaluate when it is compiled.
1602 (std11-analyze-spaces): Don't use `std11-spaces-regexp'; abolist
1603 constant `std11-spaces-regexp'.
1605 * mime-parse.el (mime-disposition-type-regexp): Must evaluate when
1608 * mime-parse.el: Don't require emu.
1610 * mime-parse.el (mime-parse-Content-Disposition): Use
1611 `eval-when-compile'.
1613 * mime-parse.el (mime-parse-Content-Transfer-Encoding): New
1616 1998-12-22 Katsumi Yamaoka <yamaoka@jpl.org>
1618 * README.en (Installation): Modify for APEL 9.12.
1619 * README.ja (Installation): Likewise.
1621 1998-12-14 Katsumi Yamaoka <yamaoka@jpl.org>
1623 * mel-b-ccl.el (base64-ccl-insert-encoded-file): Call
1624 `insert-file-contents-as-coding-system' with CODING-SYSTEM as the
1626 * mel-q-ccl.el (quoted-printable-ccl-insert-encoded-file):
1629 * mel-b-ccl.el (base64-ccl-write-decoded-region): Call
1630 `write-region-as-coding-system' with CODING-SYSTEM as the 1st arg.
1631 * mel-q-ccl.el (quoted-printable-ccl-write-decoded-region):
1634 1998-12-14 Katsumi Yamaoka <yamaoka@jpl.org>
1636 * mel-b-ccl.el (base64-ccl-insert-encoded-file): Use
1637 `insert-file-contents-as-coding-system' (renamed from
1638 `insert-file-contents-as-specified-coding-system').
1639 * mel-q-ccl.el (quoted-printable-ccl-insert-encoded-file):
1642 * mel-b-ccl.el (base64-ccl-write-decoded-region): Use
1643 `write-region-as-coding-system' (renamed from
1644 `write-region-as-specified-coding-system').
1645 * mel-q-ccl.el (quoted-printable-ccl-write-decoded-region):
1648 1998-12-08 Katsumi Yamaoka <yamaoka@jpl.org>
1650 * smtp.el (smtp-coding-system): Abolished.
1651 (smtp-via-smtp): Use `open-network-stream-as-binary' instead of
1652 `open-network-stream'.
1654 1998-12-04 Katsumi Yamaoka <yamaoka@jpl.org>
1656 * mel-b-ccl.el (base64-ccl-insert-encoded-file): Use
1657 `insert-file-contents-as-specified-coding-system' instead of
1658 `insert-file-contents'.
1659 * mel-q-ccl.el (quoted-printable-ccl-insert-encoded-file):
1662 * mel-b-ccl.el (base64-ccl-write-decoded-region): Use
1663 `write-region-as-specified-coding-system' instead of
1665 * mel-q-ccl.el (quoted-printable-ccl-write-decoded-region):
1669 1998-12-02 MORIOKA Tomohiko <morioka@jaist.ac.jp>
1671 * FLIM: Version 1.12.1 (Nishinoky
\e-Dò)
\e-A released.
1673 1998-11-30 MORIOKA Tomohiko <morioka@jaist.ac.jp>
1675 * smtpmail.el (smtpmail-send-it): Add autoload cookie; use
1676 `smtpmail-do-bcc' instead of `smtp-do-bcc'; modify for interface
1677 change of `smtp-via-smtp'.
1678 (smtpmail-do-bcc): New function (moved and renamed from
1679 `smtp-do-bcc' of smtp.el).
1681 1998-08-06 Katsumi Yamaoka <yamaoka@jpl.org>
1683 * lisp/smtp.el: Do not insert empty line at the end of message.
1685 1998-06-18 Shuhei KOBAYASHI <shuhei-k@jaist.ac.jp>
1687 * lisp/smtp.el (smtp-use-8bitmime): New variable.
1688 (smtp-debug-info): Internal variable, now.
1689 (smtp-make-fqdn): Renamed from `smtp-fqdn'.
1690 (smtp-via-smtp): New implementation.
1691 (smtp-send-command): Treat "PASS" as usual.
1692 (smtp-do-bcc): Removed.
1694 1998-11-30 MORIOKA Tomohiko <morioka@jaist.ac.jp>
1696 * smtpmail.el: New module (copied from Semi-gnus 6.8).
1698 * smtp.el: New module (copied from Semi-gnus 6.8).
1700 * FLIM-ELS: Add smtp.el and smtpmail.el.
1702 1998-11-30 MORIOKA Tomohiko <morioka@jaist.ac.jp>
1704 * mime-def.el: Abolish function `eliminate-top-spaces' because it
1705 is not used in FLIM.
1707 1998-11-29 MORIOKA Tomohiko <morioka@jaist.ac.jp>
1709 * eword-encode.el (eword-encode-mailbox-to-rword-list): Fix
1710 problem in `eword-encode-addresses-to-rword-list'.
1712 1998-11-26 MORIOKA Tomohiko <morioka@jaist.ac.jp>
1714 * std11.el (std11-full-name-string): fixed.
1716 * std11.el (std11-comment-value-to-string): fixed.
1718 1998-11-25 MORIOKA Tomohiko <morioka@jaist.ac.jp>
1720 * NEWS (Changes in FLIM 1.12): New section.
1722 1998-11-25 MORIOKA Tomohiko <morioka@jaist.ac.jp>
1724 * std11.el (std11-comment-value-to-string): New function.
1725 (std11-full-name-string): Use `std11-comment-value-to-string'.
1727 * eword-decode.el (eword-parse-comment): New function.
1728 (eword-analyze-comment): New implementation; use
1729 `eword-parse-comment'; change representation.
1730 (eword-decode-token): Modify for representation change of comment.
1733 1998-11-16 MORIOKA Tomohiko <morioka@jaist.ac.jp>
1735 * FLIM: Version 1.12.0 (Amagatsuji) was released.
1737 1998-11-14 Tanaka Akira <akr@jaist.ac.jp>
1739 * mel-b-ccl.el (ccl-cascading-read): Check consistency.
1741 1998-11-13 MORIOKA Tomohiko <morioka@jaist.ac.jp>
1743 * eword-decode.el (eword-decode-structured-field-body): Abolish
1744 non-used local variable.
1746 1998-11-12 Tanaka Akira <akr@jaist.ac.jp>
1748 * mel-b-ccl.el (mel-ccl-decode-b): Check `ccl-cascading-read' to
1749 select implementation.
1751 1998-11-12 Tanaka Akira <akr@jaist.ac.jp>
1753 * mel-q-ccl.el (mel-ccl-encode-quoted-printable-generic): workaround
1756 1998-11-12 Tanaka Akira <akr@jaist.ac.jp>
1758 * mel.el (mel-b-builtin): New variable.
1760 1998-11-10 Tanaka Akira <akr@jaist.ac.jp>
1762 * FLIM-ELS: require 'pccl.
1763 (flim-modules): Check CCL availability by broken facility.
1765 1998-11-08 MORIOKA Tomohiko <morioka@jaist.ac.jp>
1767 * eword-decode.el (eword-decode-structured-field-body): New
1768 implementation; abolish optional argument `must-unfold'; delete
1770 (eword-decode-and-unfold-structured-field-body): Renamed from
1771 `eword-decode-and-unfold-structured-field'; delete DOC-string.
1772 (eword-decode-and-fold-structured-field-body): Renamed from
1773 `eword-decode-and-fold-structured-field'; abolish optional
1774 argument `must-unfold'; delete DOC-string.
1775 (eword-decode-unstructured-field-body): Abolish optional argument
1776 `must-unfold'; delete DOC-string.
1777 (eword-decode-and-unfold-unstructured-field-body): Renamed from
1778 `eword-decode-and-unfold-unstructured-field'; delete DOC-string.
1779 (eword-decode-unfolded-unstructured-field-body): New function.
1781 1998-11-08 MORIOKA Tomohiko <morioka@jaist.ac.jp>
1783 * mmgeneric.el (mime-insert-header-from-buffer): Use
1784 `mime-find-field-presentation-method' and
1785 `mime-find-field-decoder-internal'.
1787 * eword-decode.el (mime-find-field-presentation-method): New
1789 (mime-find-field-decoder-internal): New function.
1790 (mime-find-field-decoder): New implementation (use
1791 mime-find-field-decoder-internal).
1792 (mime-decode-header-in-region): Use
1793 `mime-find-field-presentation-method' and
1794 `mime-find-field-decoder-internal'.
1796 1998-11-08 MORIOKA Tomohiko <morioka@jaist.ac.jp>
1798 * mmgeneric.el (mime-insert-header-from-buffer): Rename
1799 field-presentation-mode `folding' to `wide'.
1801 * eword-decode.el: Rename field-presentation-modes from `native',
1802 `folding', `unfolding', `unfolding-xover' to `plain', `wide',
1805 1998-11-07 Tanaka Akira <akr@jaist.ac.jp>
1807 * eword-decode.el (mime-set-field-decoder): Add mode `unfolding-xover'.
1808 (mime-find-field-decoder): Ditto.
1810 1998-11-04 MORIOKA Tomohiko <morioka@jaist.ac.jp>
1812 * eword-encode.el (eword-encode-phrase-route-addr-to-rword-list):
1813 Don't delete the front spaces.
1814 (eword-encode-addresses-to-rword-list): Don't supplement space;
1815 use `nconc' instead of `append'.
1816 (eword-encode-msg-id-to-rword-list): Supplement the front space;
1817 use `nconc' instead of `append'.
1819 1998-11-02 Tanaka Akira <akr@jaist.ac.jp>
1821 * eword-decode.el (mime-field-decoder-cache): New variable.
1822 (mime-find-field-decoder): Use `mime-field-decoder-cache'.
1823 (mime-update-field-decoder-cache): New variable.
1824 (mime-update-field-decoder-cache): New function.
1825 (mime-decode-header-in-region): Use `mime-field-decoder-cache'.
1827 * mmgeneric.el (mime-insert-header-from-buffer): Use
1828 `mime-field-decoder-cache'.
1830 1998-11-02 MORIOKA Tomohiko <morioka@jaist.ac.jp>
1832 * eword-decode.el (mime-decode-header-in-region): New function.
1833 (mime-decode-header-in-buffer): Use function
1834 `mime-decode-header-in-region'.
1836 1998-10-28 MORIOKA Tomohiko <morioka@jaist.ac.jp>
1838 * mmgeneric.el (mime-insert-header-from-buffer): Refer
1839 `mime-field-decoder-alist' instead of hard-coding.
1841 * mime.el (mime-read-field): Use `mime-decode-field-body'.
1843 * eword-decode.el (eword-decode-and-unfold-structured-field): Add
1844 optional dummy argument `start-column' and `max-column'.
1845 (eword-decode-structured-field-body): Change interface.
1846 (eword-decode-unstructured-field-body): Change interface to add
1847 optional dummy argument `start-column' and `max-column'.
1848 (eword-decode-and-unfold-unstructured-field): Add optional dummy
1849 argument `start-column' and `max-column'.
1850 (mime-field-decoder-alist): New variable; abolish user option
1851 `eword-decode-ignored-field-list' and
1852 `eword-decode-structured-field-list'.
1853 (mime-set-field-decoder): New function.
1854 (mime-find-field-decoder): New function.
1855 (mime-decode-field-body): New function; abolish function
1856 `eword-decode-field-body'.
1857 (mime-decode-header-in-buffer): Renamed from
1858 `eword-decode-header'; refer `mime-field-decoder-alist' instead of
1859 hard-coding; add obsolete alias `eword-decode-header'.
1861 1998-10-28 MORIOKA Tomohiko <morioka@jaist.ac.jp>
1863 * mime-def.el: Avoid compile error when edebug is missing.
1866 1998-10-28 MORIOKA Tomohiko <morioka@jaist.ac.jp>
1868 * FLIM: Version 1.11.3 (Saidaiji) was released.
1870 1998-10-27 MORIOKA Tomohiko <morioka@jaist.ac.jp>
1872 * VERSION: New file (Renamed from FLIM-VERSION).
1874 1998-10-27 MORIOKA Tomohiko <morioka@jaist.ac.jp>
1876 * eword-encode.el (eword-encode-char-type): Return nil for ?\n.
1878 1998-10-27 Tanaka Akira <akr@jaist.ac.jp>
1880 * eword-encode.el (eword-encode-field-body): Unfold `field-body'.
1882 1998-10-27 Yoshiki Hayashi <g740685@komaba.ecc.u-tokyo.ac.jp>
1884 * README.ja: Update.
1887 1998-10-26 MORIOKA Tomohiko <morioka@jaist.ac.jp>
1889 * FLIM: Version 1.11.2 (Heij
\e-Dò)
\e-A was released.
1891 * NEWS (Abolish variable `mime-temp-directory'): New subsection.
1893 * README.en (Installation): Modify for APEL 9.6.
1895 1998-10-26 MORIOKA Tomohiko <morioka@jaist.ac.jp>
1897 * eword-encode.el (eword-encode-field-body): Don't eliminate
1900 1998-10-25 MORIOKA Tomohiko <morioka@jaist.ac.jp>
1902 * FLIM-ELS (flim-modules): Don't install mel-b-el for Emacs 20.4.
1904 1998-10-25 Tanaka Akira <akr@jaist.ac.jp>
1906 * eword-decode.el (eword-decode-field-body): Refine implementation.
1908 1998-10-24 Tanaka Akira <akr@jaist.ac.jp>
1910 * mel-b-ccl.el, mel-q-ccl.el, mel.el, FLIM-ELS: Divide mel-ccl.el
1911 into mel-b-ccl.el and mel-q-ccl.el.
1913 1998-09-11 Tanaka Akira <akr@jaist.ac.jp>
1915 * mel.el (base64-encoded-length): New implementation.
1917 1998-10-25 Tanaka Akira <akr@jaist.ac.jp>
1919 * eword-decode.el (eword-decode-field-body): New function.
1921 1998-10-25 MORIOKA Tomohiko <morioka@jaist.ac.jp>
1923 * eword-encode.el (eword-encode-field-body): Change interface.
1924 (eword-encode-header): Use `eword-encode-field-body'; abolish
1925 function `eword-encode-field'.
1927 1998-10-25 Tanaka Akira <akr@jaist.ac.jp>
1929 * eword-encode.el (eword-encode-field-body): New function.
1930 (eword-encode-field): Use `eword-encode-field-body'.
1932 1998-10-24 MORIOKA Tomohiko <morioka@jaist.ac.jp>
1934 * mel.el, mel-b-el.el, FLIM-ELS: Rename mel-b.el -> mel-b-el.el.
1936 1998-10-24 MORIOKA Tomohiko <morioka@jaist.ac.jp>
1938 * mel-u.el (uuencode-external-decode-region): Use
1939 `temporary-file-directory' instead of `mime-temp-directory'.
1940 (mime-write-decoded-region): Likewise.
1942 * mime-def.el: Abolish variable `mime-temp-directory'.
1944 1998-10-24 MORIOKA Tomohiko <morioka@jaist.ac.jp>
1946 * mmgeneric.el (mime-insert-header-from-buffer): New function.
1947 (insert-header): Use `mime-insert-header-from-buffer'.
1949 1998-10-24 MORIOKA Tomohiko <morioka@jaist.ac.jp>
1951 * FLIM-ELS: Don't install mel-b-dl.el if the running emacs has
1952 builtin base64 encoder/decoder.
1954 * mel.el: Set up builtin base64 encoder/decoder if they are
1957 * mime-def.el (base64-dl-module): Set nil as initial value if the
1958 running emacs has builtin base64 encoder/decoder.
1960 * mel-b.el: Require `poe' instead of `emu'.
1961 (base64-encode-string): Use `defun-maybe'.
1962 (base64-encode-region): Likewise.
1963 (base64-decode-region): Likewise.
1964 (base64-decode-string): Likewise.
1966 * mel-b-dl.el: Require `poe' instead of `emu'.
1969 1998-10-23 MORIOKA Tomohiko <morioka@jaist.ac.jp>
1971 * FLIM: Version 1.11.1 (Takanohara) was released.
1973 1998-10-22 Yoshiki Hayashi <g740685@komaba.ecc.u-tokyo.ac.jp>
1975 * README.ja: New file.
1977 1998-10-20 MORIOKA Tomohiko <morioka@jaist.ac.jp>
1979 * mime-def.el: Require mcharset.
1981 1998-10-20 Katsumi Yamaoka <yamaoka@jpl.org>
1983 * mel-u.el (mime-write-decoded-region): Fix typo.
1985 * mime-def.el: Enclose defining procedure for the constants
1986 `std11-quoted-pair-regexp', `std11-non-qtext-char-list' and
1987 `std11-qtext-regexp' with `eval-and-compile'.
1989 1998-10-19 MORIOKA Tomohiko <morioka@jaist.ac.jp>
1991 * NEWS (Behavior change of `mime-insert-header'): New subsection.
1993 * mmgeneric.el (insert-header): Include `:' in field-name.
1995 1998-10-19 MORIOKA Tomohiko <morioka@jaist.ac.jp>
1997 * mime-def.el (std11-qtext-regexp): Use `eval-when-compile'; don't
1998 use `char-list-to-string'.
1999 (std11-quoted-string-regexp): Use `eval-when-compile'.
2000 - Use `def-edebug-spec' to define edebug-form-spec of
2001 mm-define-method; fix definition of edebug-form-spec of
2004 1998-10-18 MORIOKA Tomohiko <morioka@jaist.ac.jp>
2006 * mime-en.sgml, mime-ja.sgml (Header encoder/decoder): Add
2007 description about `eword-field-encoding-method-alist'.
2009 * mime-en.sgml (Header encoder/decoder): Modify description about
2010 `eword-encode-header'.
2012 * mime-ja.sgml (Header encoder/decoder): Translate.
2014 1998-10-18 MORIOKA Tomohiko <morioka@jaist.ac.jp>
2016 * mime-en.sgml (entity formatting): Fix typo in description of
2017 `default-mime-charset'.
2019 * mime-en.sgml (Header encoder/decoder): Modify description of
2020 `eword-decode-header'.
2022 * mime-ja.sgml, mime-en.sgml (Header encoder/decoder): fix typo.
2024 * mime-en.sgml (encoder/decoder): Translate description of
2025 `mime-decode-string'.
2027 1998-10-18 MORIOKA Tomohiko <morioka@jaist.ac.jp>
2029 * mime-en.sgml (Content-Disposition parser): Modify description.
2031 * mime-en.sgml (Content-Type parser): Modify description.
2033 1998-10-18 MORIOKA Tomohiko <morioka@jaist.ac.jp>
2035 * mime-en.sgml (Content-Transfer-Encoding parser): Translate.
2038 1998-10-18 MORIOKA Tomohiko <morioka@jaist.ac.jp>
2040 * FLIM: Version 1.11.0 (Yamadagawa) was released.
2042 1998-10-17 MORIOKA Tomohiko <morioka@jaist.ac.jp>
2044 * mime-ja.sgml, mime-en.sgml (entity formatting): Add description
2045 about `mime-insert-text-content'.
2047 1998-10-17 MORIOKA Tomohiko <morioka@jaist.ac.jp>
2049 * mime-ja.sgml, mime-en.sgml (entity formatting): New node; move
2050 `mime-insert-header' from `Entity-header'; move
2051 `default-mime-charset' from `custom'.
2053 1998-10-17 MORIOKA Tomohiko <morioka@jaist.ac.jp>
2055 * mime-en.sgml, mime-ja.sgml (Entity-header): Generic function
2056 `mime-insert-decoded-header' was renamed to `mime-insert-header'.
2058 1998-10-17 MORIOKA Tomohiko <morioka@jaist.ac.jp>
2062 1998-10-16 MORIOKA Tomohiko <morioka@jaist.ac.jp>
2064 * mime.el (mime-insert-header): Renamed from
2065 `mime-insert-decoded-header'; define `mime-insert-decoded-header'
2066 as an obsolete alias.
2068 * mmgeneric.el, mmcooked.el (insert-header): Renamed from
2069 `insert-decoded-header'.
2071 * README.en (Installation): Add required version of APEL.
2073 1998-10-16 MORIOKA Tomohiko <morioka@jaist.ac.jp>
2075 * mel-g.el: Require mel.
2077 * mel-g.el: Require poem instead of emu.
2079 1998-10-16 MORIOKA Tomohiko <morioka@jaist.ac.jp>
2081 * mime.el (mime-insert-text-content): New generic function.
2083 * mmcooked.el, mmgeneric.el (insert-text-content): New method.
2085 1998-10-02 MORIOKA Tomohiko <morioka@jaist.ac.jp>
2087 * std11.el (std11-unfold-string): New implementation.
2089 1998-10-02 MORIOKA Tomohiko <morioka@jaist.ac.jp>
2091 * mmgeneric.el: New module.
2093 * mmbuffer.el: Use `generic' as mother backend.
2095 * FLIM-ELS (flim-modules): Add mmgeneric.
2097 1998-10-01 MORIOKA Tomohiko <morioka@jaist.ac.jp>
2099 * mime-parse.el (mime-parse-message): Modify for
2100 `make-mime-entity-internal'.
2102 * mime-def.el (make-mime-entity-internal): Change interface to be
2103 able to specify original-header and parsed-header.
2105 1998-09-30 MORIOKA Tomohiko <morioka@jaist.ac.jp>
2107 * eword-decode.el (eword-decode-and-unfold-unstructured-field):
2110 1998-09-30 MORIOKA Tomohiko <morioka@jaist.ac.jp>
2112 * mime.el (mime-entity-content-type): New implementation.
2113 (mime-entity-content-disposition): New implementation.
2114 (mime-entity-encoding): New implementation.
2116 * mime.el (mime-fetch-field): Refer internal slots for Date,
2117 Message-Id and References fields.
2119 * mime-parse.el (mime-parse-message): Modify for
2120 `make-mime-entity-internal'.
2122 * mime-def.el: Change `mime-entity-*-internal' and
2123 `mime-entity-set-*-internal' to macro.
2124 (make-mime-entity-internal): Change interface and data format for
2125 NOV data; changed to macro.
2126 (mime-entity-set-location-internal): New macro.
2127 (mime-entity-decoded-subject-internal): New macro.
2128 (mime-entity-set-decoded-subject-internal): New macro.
2129 (mime-entity-decoded-from-internal): New macro.
2130 (mime-entity-set-decoded-from-internal): New macro.
2131 (mime-entity-date-internal): New macro.
2132 (mime-entity-set-date-internal): New macro.
2133 (mime-entity-message-id-internal): New macro.
2134 (mime-entity-set-message-id-internal): New macro.
2135 (mime-entity-references-internal): New macro.
2136 (mime-entity-set-references-internal): New macro.
2137 (mime-entity-chars-internal): New macro.
2138 (mime-entity-set-chars-internal): New macro.
2139 (mime-entity-lines-internal): New macro.
2140 (mime-entity-set-lines-internal): New macro.
2141 (mime-entity-xref-internal): New macro.
2142 (mime-entity-set-xref-internal): New macro.
2143 (mime-entity-original-header-internal): Modify for new structure;
2145 (mime-entity-set-original-header-internal): Likewise.
2146 (mime-entity-parsed-header-internal): Likewise.
2147 (mime-entity-set-parsed-header-internal): Likewise.
2148 (mime-entity-buffer-internal): Likewise.
2149 (mime-entity-set-buffer-internal): Likewise.
2150 (mime-entity-header-start-internal): Likewise.
2151 (mime-entity-set-header-start-internal): Likewise.
2152 (mime-entity-header-end-internal): Likewise.
2153 (mime-entity-set-header-end-internal): Likewise.
2154 (mime-entity-body-start-internal): Likewise.
2155 (mime-entity-set-body-start-internal): Likewise.
2156 (mime-entity-body-end-internal): Likewise.
2157 (mime-entity-set-body-end-internal): Likewise.
2160 1998-10-14 MORIOKA Tomohiko <morioka@jaist.ac.jp>
2162 * FLIM: Version 1.10.5 (Kizugawadai) was released.
2164 * mel.el: Must require poem.
2167 1998-10-12 MORIOKA Tomohiko <morioka@jaist.ac.jp>
2169 * FLIM: Version 1.10.4 (Shin-H
\e-Dòsono)
\e-A was released.
2171 1998-10-12 Katsumi Yamaoka <yamaoka@jpl.org>
2173 * README.en: Add explanation about `VERSION_SPECIFIC_LISPDIR'.
2175 * Makefile (install): Add new arg `VERSION_SPECIFIC_LISPDIR'.
2178 * FLIM-MK (config-flim): Refer to `VERSION_SPECIFIC_LISPDIR'.
2180 * FLIM-CFG (VERSION_SPECIFIC_LISPDIR): New variable.
2182 1998-10-12 MORIOKA Tomohiko <morioka@jaist.ac.jp>
2184 * mel.el (mel-ccl-module): Require path-util when the running
2187 * mel.el: Don't require emu.
2189 1998-10-11 MORIOKA Tomohiko <morioka@jaist.ac.jp>
2191 * FLIM-ELS: Don't install mel-ccl in anything older than XEmacs 21
2195 1998-10-10 MORIOKA Tomohiko <morioka@jaist.ac.jp>
2197 * FLIM: Version 1.10.3 (Komada) was released.
2199 * mel-ccl.el (base64-ccl-write-decoded-region): bind
2200 `jka-compr-compression-info-list' with nil.
2202 * mel-b.el (base64-internal-decoding-limit): Switch default value
2203 between XEmacs-mule and other emacsen.
2204 Abolish function `base64-decode-string!'.
2205 (base64-internal-decode-region): New implementation.
2206 (base64-insert-encoded-file): New function.
2207 (mime-insert-encoded-file): Use `base64-insert-encoded-file'.
2208 (base64-write-decoded-region): New function.
2209 (mime-write-decoded-region): Use `base64-write-decoded-region'.
2211 * mel-b-dl.el (decode-base64-region): Renamed from
2212 `base64-decode-region'.
2213 (mime-insert-encoded-file): Change temporary-buffer to unibyte
2214 representation. Abolish method `mime-write-decoded-region'
2215 because it is slower than CCL based implementation.
2217 1998-10-09 Tanaka Akira <akr@jaist.ac.jp>
2219 * mel-ccl.el: Check `ccl-execute-eof-block-on-decoding-some'
2220 facility instead of `ccl-execute-eof-block-on-encoding-some'.
2222 1998-10-09 MORIOKA Tomohiko <morioka@jaist.ac.jp>
2224 * mel-b.el (base64-characters): Enclose with `eval-and-compile'.
2226 * eword-decode.el (eword-encoded-text-regexp): Enclose with
2228 (eword-encoded-word-regexp): Use `eval-when-compile'.
2230 1998-10-09 MORIOKA Tomohiko <morioka@jaist.ac.jp>
2232 * eword-decode.el (eword-max-size-to-decode): New user option.
2233 (eword-decode-and-fold-structured-field): Do nothing if size of
2234 input is bigger than `eword-max-size-to-decode'.
2236 1998-10-08 MORIOKA Tomohiko <morioka@jaist.ac.jp>
2238 * mel-b.el (base64-numbers): Use `eval-when-compile'.
2240 1998-10-09 Katsumi Yamaoka <yamaoka@jpl.org>
2242 * FLIM-CFG: Use `add-latest-path' instead of `add-path' for adding
2243 "custom" to load-path.
2245 1998-10-09 Katsumi Yamaoka <yamaoka@jpl.org>
2247 * mime-def.el (mime-library-product): Enclose with
2250 * FLIM-CFG: Add "custom" to load-path.
2253 1998-10-08 MORIOKA Tomohiko <morioka@jaist.ac.jp>
2255 * FLIM: Version 1.10.2 (Kintetsu-Miyazu) was released.
2257 * mime-def.el, mel.el, mel-b-dl.el: Move variable
2258 `base64-dl-module' from mel-b-dl.el and mel.el to mime-def.el.
2260 1998-10-08 MORIOKA Tomohiko <morioka@jaist.ac.jp>
2262 * mel.el (mel-ccl-module): New variable; use it to check mel-ccl
2265 * FLIM-ELS: Don't install mel-ccl for anything older than MULE
2268 1998-10-08 MORIOKA Tomohiko <morioka@jaist.ac.jp>
2270 * mel-u.el: Use `mel-define-backend' to define "x-uue".
2271 Define "x-uuencode" as a clone of "x-uue".
2273 * Move variable `mel-encoding-module-alist' from mel.el to
2276 * mel.el (mel-find-function): Use function
2277 `mel-find-function-from-obarray'.
2278 Use `mel-define-backend' to define "7bit", "8bit" and "binary";
2279 don't define methods of "8bit" and "binary"; inherit methods from
2282 * mime-def.el (mel-service-list): New variable.
2283 (mel-define-service): New implementation.
2284 (mel-find-function-from-obarray): New inline function.
2285 (mel-copy-method): New inline function.
2286 (mel-copy-backend): New inline function.
2287 (mel-define-backend): New macro.
2289 1998-10-08 MORIOKA Tomohiko <morioka@jaist.ac.jp>
2291 * mel-u.el: Define method functions of mel.
2292 (mime-encode-region): Use `mel-define-method-function'; abolish
2293 `uuencode-encode-region'.
2294 (mime-decode-region): Use `mel-define-method-function'; abolish
2295 `uuencode-decode-region'.
2296 (mime-encode-string): New method.
2297 (mime-decode-string): New method.
2298 (mime-insert-encoded-file): Use `mel-define-method'; abolish
2299 `uuencode-insert-encoded-file'.
2300 (mime-write-decoded-region): Use `mel-define-method'; abolish
2301 `uuencode-write-decoded-region'.
2303 1998-10-07 MORIOKA Tomohiko <morioka@jaist.ac.jp>
2305 * mime-def.el (mel-define-service): Add DOC.
2306 (mel-define-method): Add DOC.
2307 (mel-define-method-function): Add DOC.
2309 * mime-en.sgml, mime-ja.sgml: Modify for FLIM 1.10.
2312 1998-10-07 MORIOKA Tomohiko <morioka@jaist.ac.jp>
2314 * FLIM: Version 1.10.1 (Miyamaki) was released.
2316 1998-10-06 MORIOKA Tomohiko <morioka@jaist.ac.jp>
2318 * mel-g.el: Define method functions of mel.
2319 (mime-encode-region): Use `mel-define-method-function'; abolish
2320 `gzip64-encode-region'.
2321 (mime-decode-region): Use `mel-define-method-function'; abolish
2322 `gzip64-decode-region'.
2323 (mime-encode-string): New method.
2324 (mime-decode-string): New method.
2325 (mime-insert-encoded-file): Use `mel-define-method'; abolish
2326 `gzip64-insert-encoded-file'.
2327 (mime-write-decoded-region): Use `mel-define-method'; abolish
2328 `gzip64-write-decoded-region'.
2330 * mime-def.el (mime-library-product): New variable; abolish
2331 `mime-library-version'.
2332 (mime-product-name): New macro.
2333 (mime-product-version): New macro.
2334 (mime-product-code-name): New macro.
2335 (mime-library-version): Renamed from
2336 `mime-library-version-string'; use `mime-library-product',
2337 `mime-product-name', `mime-product-version' and
2338 `mime-product-code-name'.
2340 * mime-def.el (mm-define-backend): Add DOC.
2341 (mm-define-method): Add DOC.
2343 * mel.el (mime-encoding-list): Modify DOC to add description about
2344 optional argument SERVICE.
2346 1998-10-04 MORIOKA Tomohiko <morioka@jaist.ac.jp>
2348 * mime-ja.sgml, mime-en.sgml (mm-backend module): Write
2349 description of `mm-define-backend' and `mm-define-method'.
2352 1998-09-29 MORIOKA Tomohiko <morioka@jaist.ac.jp>
2354 * FLIM: Version 1.10.0 (K
\e-Dòdo)
\e-A was released.
2356 * README.en (What's FLIM): Add mel-ccl.el.
2358 1998-09-21 Tanaka Akira <akr@jaist.ac.jp>
2361 - Require 'pccl instead of 'emu.
2362 - Use `unless-broken' to check facility.
2364 1998-09-27 MORIOKA Tomohiko <morioka@jaist.ac.jp>
2366 * mel.el (mime-encoding-list): New user option (renamed from
2367 `mime-content-transfer-encoding-list').
2368 (mime-encoding-list): New function.
2369 (mime-encoding-alist): New function.
2370 (mime-encode-region): Use `mime-encoding-alist' for completion.
2371 (mime-decode-region): Likewise.
2372 (mime-insert-encoded-file): Likewise.
2373 (mime-write-decoded-region): Likewise.
2375 1998-09-24 MORIOKA Tomohiko <morioka@jaist.ac.jp>
2377 * eword-decode.el (eword-decode-structured-field-list): Add
2378 Mail-Followup-To field.
2380 1998-09-20 MORIOKA Tomohiko <morioka@jaist.ac.jp>
2382 * eword-encode.el (eword-charset-encoding-alist): Add utf-8.
2384 1998-09-20 MORIOKA Tomohiko <morioka@jaist.ac.jp>
2386 * mel.el (mime-content-transfer-encoding-list): New user option.
2387 (mime-encode-region): Use `mime-content-transfer-encoding-list'
2389 (mime-decode-region): Likewise.
2390 (mime-insert-encoded-file): Likewise.
2391 (mime-write-decoded-region): Likewise.
2393 * mel.el (mime-write-decoded-region): fix typo.
2395 1998-09-20 MORIOKA Tomohiko <morioka@jaist.ac.jp>
2397 * mime-def.el (mel-define-method-function): Don't override.
2399 1998-09-20 MORIOKA Tomohiko <morioka@jaist.ac.jp>
2401 * mel.el, mel-ccl.el, FLIM-ELS: Add mel-ccl.el.
2403 1998-09-20 MORIOKA Tomohiko <morioka@jaist.ac.jp>
2405 * mel-dl.el, README.en, FLIM-ELS: Rename mel-dl.el to mel-b-dl.el.
2407 * mel.el: - Rename mel-dl.el to mel-b-dl.el.
2408 - Move `mel-define-service' to mime-def.el.
2410 * mime-def.el (mel-define-service): New macro (moved from mel.el);
2411 fixed problem in Emacs.
2412 (mel-define-method): Use `mel-define-service'.
2413 (mel-define-method-function): Use `mel-define-service'.
2415 1998-09-20 MORIOKA Tomohiko <morioka@jaist.ac.jp>
2417 * mel.el (mime-encode-region): Don't regard nil encoding as
2420 1998-09-19 MORIOKA Tomohiko <morioka@jaist.ac.jp>
2422 * eword-encode.el (eword-encode-text): Use
2423 `encoded-text-encode-string'.
2424 (tm-eword::encoded-word-length): `q-encoding-encoded-length' was
2425 renamed to `Q-encoded-text-length'.
2427 * eword-decode.el: Move `base64-token-regexp',
2428 `base64-token-padding-regexp', `eword-B-encoded-text-regexp' and
2429 `eword-Q-encoded-text-regexp' to mime-def.el.
2430 (eword-decode-encoded-text): Use `encoded-text-decode-string'.
2432 * mel-q.el: Define method functions of mel.
2433 (mime-insert-encoded-file): Use `mel-define-method'; abolish
2434 `quoted-printable-insert-encoded-file'.
2435 (mime-write-decoded-region): Use `mel-define-method'; abolish
2436 `quoted-printable-write-decoded-region'.
2437 - Move `q-encoding-printable-char-p' and
2438 `q-encoding-encoded-length' to mel.el.
2440 * mel-b.el: Define method functions of mel.
2441 (mime-insert-encoded-file): Use `mel-define-method'; abolish
2442 `base64-insert-encoded-file'.
2443 (mime-write-decoded-region): Use `mel-define-method'; abolish
2444 `base64-write-decoded-region'.
2445 - Move `base64-encoded-length' to mel.el.
2447 * mel-dl.el (base64-encode-region): Define directly (abolish
2448 `base64-dl-encode-region').
2449 (base64-decode-region): Define directly (abolish
2450 `base64-dl-decode-region'). Define method functions of mel.
2451 (mime-insert-encoded-file): Use `mel-define-method'; abolish
2452 `base64-insert-encoded-file'; don't use external encoder.
2453 (mime-write-decoded-region): Use `mel-define-method'; abolish
2454 `base64-write-decoded-region'; don't use external decoder.
2455 - Move `base64-encoded-length' to mel.el.
2457 * mime.el: Move `mm-arglist-to-arguments' to mime-def.el.
2459 * mime-def.el (base64-token-regexp): New constant (moved from
2461 (base64-token-padding-regexp): Likewise.
2462 (B-encoded-text-regexp): New constant (moved from eword-decode.el,
2463 and renamed from `eword-B-encoded-text-regexp').
2464 (Q-encoded-text-regexp): New constant (moved from eword-decode.el,
2465 and renamed from `eword-Q-encoded-text-regexp'.
2466 (mm-arglist-to-arguments): New function (moved from mime.el).
2467 (mel-define-method): New macro.
2468 (mel-define-method-function): New macro.
2469 (mel-define-function): New macro.
2471 * mel.el (mel-encoding-module-alist): New variable.
2472 (mel-use-module): New function.
2473 (mel-find-function): New function.
2474 (mel-define-service): New macro.
2475 (mime-encode-region): Use `mel-find-function'; abolish variable
2476 `mime-encoding-method-alist'.
2477 (mime-decode-region): Use `mel-find-function'; abolish variable
2478 `mime-decoding-method-alist'.
2479 (mime-decode-string): Use `mel-find-function'; abolish variable
2480 `mime-string-decoding-method-alist'.
2481 (encoded-text-encode-string): New function.
2482 (encoded-text-decode-string): New function.
2483 (base64-encoded-length): New function (moved from mel-b.el and
2485 (Q-encoding-printable-char-p): New function (moved from mel-q.el,
2486 and renamed from `q-encoding-printable-char-p').
2487 (Q-encoded-text-length): New function (moved from mel-q.el, and
2488 renamed from `q-encoding-encoded-length').
2489 (mime-insert-encoded-file): Use `mel-find-function'; abolish
2490 variable `mime-file-encoding-method-alist'.
2491 (mime-write-decoded-region): Use `mel-find-function'; abolish
2492 variable `mime-file-decoding-method-alist'.
2494 1998-09-16 MORIOKA Tomohiko <morioka@jaist.ac.jp>
2496 * mel-b.el (base64-internal-encoding-limit): modify :type.
2497 (base64-internal-decoding-limit): Change initial value to 70000;
2500 * mel-b.el (base64-decode-string!): Renamed from
2501 `base64-internal-decode-string!'.
2503 1998-09-16 MORIOKA Tomohiko <morioka@jaist.ac.jp>
2505 * mel-b.el (base64-characters): New constant.
2506 (base64-num-to-char): Use `base64-characters'.
2507 (base64-numbers): Use `base64-characters'.
2508 (base64-internal-decode): Modify calculation third byte.
2510 * mel-dl.el (base64-dl-encode-string): New alias.
2511 (base64-dl-decode-string): New alias.
2512 (base64-dl-encode-region): Renamed from `base64-encode-region';
2513 don't save-excursion and save-restriction.
2514 (base64-dl-decode-region): Renamed from `base64-decode-region';
2515 don't save-excursion and save-restriction; convert all at once.
2516 (base64-encode-region): New alias.
2517 (base64-decode-region): New alias.
2519 * mel-b.el (base64-internal-decode): New function.
2520 (base64-internal-decode-string): Use `base64-internal-decode'.
2521 (base64-internal-decode-string!): New function.
2522 (base64-internal-decode-region): Use
2523 `base64-internal-decode-string!' instead of
2524 `base64-internal-decode-string'.
2526 1998-09-15 Tanaka Akira <akr@jaist.ac.jp>
2528 * mel-b.el (base64-numbers): Fix a position of 63.
2530 1998-09-15 MORIOKA Tomohiko <morioka@jaist.ac.jp>
2532 * mel-b.el (base64-numbers): New constant.
2533 (base64-char-to-num): New macro.
2534 (base64-internal-decode-string): Don't use memq.
2536 1998-09-15 MORIOKA Tomohiko <morioka@jaist.ac.jp>
2538 * mel-b.el (base64): New group.
2539 (base64-external-encoder): Now a user option.
2540 (base64-external-decoder): Now a user option.
2541 (base64-external-decoder-option-to-specify-file): Now a user
2543 (base64-internal-encoding-limit): Now a user option.
2544 (base64-internal-decoding-limit): Now a user option.
2546 * mel-b.el (base64-internal-decode-string): New implementation;
2547 abolish function `base64-decode-unit'.
2549 1998-09-15 MORIOKA Tomohiko <morioka@jaist.ac.jp>
2551 * README.en (Installation): Fix typo.
2554 1998-09-15 MORIOKA Tomohiko <morioka@jaist.ac.jp>
2556 * FLIM: Version 1.9.2 (Shin-Tanabe) was released.
2558 * README.en (Installation): Add `install as a XEmacs package'.
2560 1998-09-15 MORIOKA Tomohiko <morioka@jaist.ac.jp>
2562 * mime-en.sgml (Encoding Method): Translate.
2564 1998-09-15 MORIOKA Tomohiko <morioka@jaist.ac.jp>
2566 * eword-encode.el (eword-encode-msg-id-to-rword-list): New
2568 (eword-encode-in-reply-to-to-rword-list): New function.
2569 (eword-encode-in-reply-to): New function.
2570 (eword-encode-field): Use `eword-encode-in-reply-to' for
2571 `In-Reply-To' field.
2573 * std11.el (std11-parse-in-reply-to): New function.
2575 1998-09-14 MORIOKA Tomohiko <morioka@jaist.ac.jp>
2577 * eword-decode.el (eword-decode-structured-field-list): Add
2580 1998-09-11 MORIOKA Tomohiko <morioka@jaist.ac.jp>
2582 * Makefile (package): Don't update auto-autoloads.el and
2585 * FLIM-MK (compile-flim-package): Update auto-autoloads.el and
2588 1998-09-11 MORIOKA Tomohiko <morioka@jaist.ac.jp>
2590 * mime-def.el: Abolish function `butlast' and `nbutlast'.
2592 * mime-def.el (mime-library-version): New constant.
2593 (mime-library-version-string): Refer `mime-library-version'.
2595 1998-09-11 MORIOKA Tomohiko <morioka@jaist.ac.jp>
2597 * Makefile (XEMACS): New variable.
2598 (PACKAGEDIR): New variable.
2599 (package): New target.
2600 (install-package): New target.
2602 * FLIM-CFG (PACKAGEDIR): New variable.
2604 * FLIM-MK (config-flim-package): New function.
2605 (compile-flim-package): New function.
2606 (install-flim-package): New function.
2608 1998-09-10 MORIOKA Tomohiko <morioka@jaist.ac.jp>
2610 * mime-en.sgml (Content-Type field): Translate.
2611 (mime-content-type): Translate.
2612 (Content-Type parser): Translate.
2613 (Content-Disposition): Translate.
2614 (mime-content-disposition): Translate.
2615 (Content-Disposition parser): Translate.
2617 1998-09-10 MORIOKA Tomohiko <morioka@jaist.ac.jp>
2619 * Makefile (GOMI): Add Texinfo related garbages.
2620 (clean): Delete historical setting.
2622 1998-09-03 MORIOKA Tomohiko <morioka@jaist.ac.jp>
2624 * mime-en.sgml (mm-backend): Translate.
2625 (Request for entity): Likewise.
2626 (mm-backend module): Likewise.
2628 * mime.el (mime-entity-send): Add DOC-string.
2630 1998-09-01 MORIOKA Tomohiko <morioka@jaist.ac.jp>
2632 * mime-en.sgml (Entity hierarchy): Translate.
2634 1998-09-01 MORIOKA Tomohiko <morioka@jaist.ac.jp>
2636 * mime-en.sgml, mime-ja.sgml (Entity): Rearrangement.
2639 1998-08-31 MORIOKA Tomohiko <morioka@jaist.ac.jp>
2641 * FLIM: Version 1.9.1 (Tonosh
\e-Dò)
\e-A was released.
2643 * mime-en.sgml (mm-backend): Translate a little.
2645 1998-08-31 MORIOKA Tomohiko <morioka@jaist.ac.jp>
2647 * eword-encode.el (eword-encode-default-start-column): New user
2649 (eword-encode-string): Use `eword-encode-default-start-column'.
2650 (eword-encode-address-list): Likewise.
2651 (eword-encode-structured-field-body): Likewise.
2652 (eword-encode-unstructured-field-body): Likewise.
2654 1998-08-31 MORIOKA Tomohiko <morioka@jaist.ac.jp>
2656 * eword-encode.el (eword-encode): New group.
2657 (eword-field-encoding-method-alist): Now a user option (was:
2660 1998-08-31 MORIOKA Tomohiko <morioka@jaist.ac.jp>
2662 * eword-encode.el: Rename `tm-eword::mailbox-to-rwl' ->
2663 `eword-encode-mailbox-to-rword-list'.
2665 * eword-encode.el: Rename `tm-eword::phrase-to-rwl' ->
2666 `eword-encode-phrase-to-rword-list'.
2668 * eword-encode.el: Rename `eword-addr-spec-to-rwl' ->
2669 `eword-encode-addr-spec-to-rword-list'.
2671 * eword-encode.el: Rename `eword-phrase-route-addr-to-rwl' ->
2672 `eword-encode-phrase-route-addr-to-rword-list'.
2674 * eword-encode.el: Rename `eword-addr-seq-to-rwl' ->
2675 `eword-encode-addr-seq-to-rword-list'.
2677 * eword-encode.el: Rename `tm-eword::split-string' ->
2678 `eword-encode-split-string'.
2680 * eword-encode.el: Rename `tm-eword::addresses-to-rwl' ->
2681 `eword-encode-addresses-to-rword-list'.
2683 * eword-encode.el: Rename `tm-eword::encode-rwl' ->
2684 `eword-encode-rword-list'.
2686 * eword-encode.el (eword-encode-unstructured-field-body): New
2688 (eword-encode-field): Use `eword-encode-unstructured-field-body'.
2690 1998-08-31 MORIOKA Tomohiko <morioka@jaist.ac.jp>
2692 * eword-encode.el (eword-encode-string): Add DOC-string.
2693 (eword-encode-address-list): Likewise.
2694 (eword-encode-structured-field-body): Likewise.
2696 * eword-encode.el (eword-encode-field): Regard `In-Reply-To' as a
2699 1998-08-28 MORIOKA Tomohiko <morioka@jaist.ac.jp>
2701 * eword-encode.el (eword-encode-field): Use `capitalize' instead
2702 of `downcase' for `field-name'.
2704 * eword-encode.el (eword-encode-structured-field-body): New
2706 (eword-encode-field): Use `eword-encode-structured-field-body' for
2707 "MIME-Version" and "User-Agent" field.
2709 1998-08-26 Shuhei KOBAYASHI <shuhei-k@jaist.ac.jp>
2711 * mime-def.el (mm-define-method): Put `edebug-form-spec'.
2713 1998-08-28 MORIOKA Tomohiko <morioka@jaist.ac.jp>
2715 * eword-encode.el (eword-encode-address-list): New function.
2716 (eword-encode-field): Use `eword-encode-address-list' instead of
2717 `tm-eword::encode-address-list'; abolish
2718 `tm-eword::encode-address-list'.
2720 * eword-encode.el (eword-encode-field): Use `eword-encode-string'
2721 instead of `tm-eword::encode-string'; abolish
2722 `tm-eword::encode-string'.
2724 * eword-encode.el: Rename `tm-eword::make-rword' ->
2725 `make-ew-rword'; rename `tm-eword::rword-' -> `ew-rword-'.
2727 1998-08-26 Shuhei KOBAYASHI <shuhei-k@jaist.ac.jp>
2729 * mel-b.el (base64-insert-encoded-file): Conditionally use
2730 internal converter. (cf. [tm-ja:3320])
2731 (base64-write-decoded-region): Ditto.
2733 1998-08-25 MORIOKA Tomohiko <morioka@jaist.ac.jp>
2735 * FLIM-ELS (flim-modules): Don't add `mel-dl' unconditionally.
2737 1998-08-25 MORIOKA Tomohiko <morioka@jaist.ac.jp>
2739 * Delete mime-lib.el.
2741 1998-08-10 MORIOKA Tomohiko <morioka@jaist.ac.jp>
2743 * mmbuffer.el (write-entity): `write-region-as-CRLF' was renamed
2744 to `write-region-as-raw-text-CRLF'.
2746 1998-08-07 MORIOKA Tomohiko <morioka@yo.rim.or.jp>
2748 * mmbuffer.el (write-entity): Use `write-region-as-CRLF' instead
2749 of `write-region-as-binary'.
2752 1998-07-15 MORIOKA Tomohiko <morioka@jaist.ac.jp>
2754 * FLIM: Version 1.9.0 (Terada) was released.
2756 1998-07-10 MORIOKA Tomohiko <morioka@jaist.ac.jp>
2758 * mime-parse.el (mime-parse-multipart): Set message/x-broken if
2761 1998-07-10 MORIOKA Tomohiko <morioka@jaist.ac.jp>
2763 * mmbuffer.el (entity-children): Don't use
2764 `mime-entity-children-internal'.
2766 * mime-parse.el (mime-parse-multipart): Modify for
2767 `mime-parse-message'; return children.
2768 (mime-parse-encapsulated): Likewise.
2769 (mime-parse-message): Change interface; delete DOC-string; don't
2770 parse children instantly.
2771 (mime-parse-buffer): Modify for `mime-parse-message'.
2773 * mime-parse.el (mime-parse-message): Delete autoload cookie.
2775 * mime.el: Delete autoload setting for `mime-parse-message'.
2777 * mime-en.sgml, mime-ja.sgml (Entity creation): Delete description
2778 of `mime-parse-message'; modify description of `mime-parse-buffer'
2779 to add `representation-type'.
2782 1998-07-07 MORIOKA Tomohiko <morioka@jaist.ac.jp>
2784 * FLIM-Chao: Version 1.8.0 (Shij
\e-Dò)
\e-A was released.
2786 1998-07-07 MORIOKA Tomohiko <morioka@jaist.ac.jp>
2788 * mmcooked.el: Abolish method `open'.
2790 * mmbuffer.el (initialize-instance): New method; abolish `open'.
2791 (entity-children): New method.
2793 * mime.el (mime-open-entity): Send `initialize-instance' to
2795 (mime-entity-children): New implementation.
2796 (mime-entity-parent): New implementation.
2797 (mime-root-entity-p): New implementation.
2799 * mime-parse.el (mime-parse-multipart): Specify current entity as
2801 (mime-parse-encapsulated): Likewise.
2802 (mime-parse-message): Change interface to specify parent; modify
2803 for `make-mime-entity-internal'.
2804 (mime-parse-buffer): Modify for `mime-parse-message'.
2806 * mime-def.el (make-mime-entity-internal): Change interface; add
2807 format of `mime-entity' to add `parent'.
2809 1998-07-07 MORIOKA Tomohiko <morioka@jaist.ac.jp>
2811 * mmbuffer.el (mime-visible-field-p): Renamed from
2812 `eword-visible-field-p'.
2814 1998-07-07 MORIOKA Tomohiko <morioka@jaist.ac.jp>
2816 * mime.el (mm-arglist-to-arguments): New function.
2817 (mm-define-generic): New macro.
2818 (mime-entity-cooked-p): Use `mm-define-generic'.
2819 (mime-entity-point-min): Use `mm-define-generic'.
2820 (mime-insert-decoded-header): Use `mm-define-generic'.
2821 (mime-entity-content): Use `mm-define-generic'.
2822 (mime-write-entity-content): Use `mm-define-generic'.
2823 (mime-write-entity): Use `mm-define-generic'.
2824 (mime-write-entity-body): Use `mm-define-generic'.
2826 1998-07-07 MORIOKA Tomohiko <morioka@jaist.ac.jp>
2828 * mmbuffer.el (eword-visible-field-p): Moved from mime.el.
2830 * mime.el: Move `eword-visible-field-p' to mmbuffer.el.
2831 (mime-write-entity-body): Change message to `write-body'.
2833 1998-07-07 MORIOKA Tomohiko <morioka@jaist.ac.jp>
2835 * mmcooked.el, mmbuffer.el (open): Renamed from `open-entity'.
2837 * mime.el (mime-open-entity): Change message to `open'.
2839 * mime-def.el (mm-define-backend): Must `copy-alist'.
2841 1998-07-07 MORIOKA Tomohiko <morioka@jaist.ac.jp>
2843 * mmcooked.el, mmbuffer.el: Use `mm-define-backend' and
2846 * mime.el: Move `mime-entity-implementation-alist' to mime-def.el.
2847 (mime-find-function): New implementation.
2848 (mime-entity-cooked-p): Use `mime-entity-send'.
2850 * mime-def.el (mime-entity-implementation-alist): Moved from
2852 (mm-define-backend): New macro.
2853 (mm-define-method): New macro.
2856 1998-07-05 MORIOKA Tomohiko <morioka@jaist.ac.jp>
2858 * FLIM: Version 1.8.1 (Kutsukawa) was released.
2860 1998-07-04 MORIOKA Tomohiko <morioka@jaist.ac.jp>
2862 * mime-en.sgml, mime-ja.sgml (Entity Attributes): Add description
2863 about `default-encoding' of `mime-entity-encoding'.
2865 * mime-en.texi, mime-en.sgml: New files.
2867 * mime-ja.sgml (media-type): Fix typo.
2869 * mime-ja.sgml (Glossary): Fix order.
2871 * mime-ja.sgml (Entity Attributes): Use <code> tag for nil.
2873 * mime-ja.sgml (Entity Attributes): Fix typo.
2875 1998-07-03 MORIOKA Tomohiko <morioka@jaist.ac.jp>
2877 * mime.el (mime-entity-encoding): Add new optional argument
2878 `default-encoding'; set default encoding if
2879 Content-Transfer-Encoding field is not found.
2881 1998-07-03 MORIOKA Tomohiko <morioka@jaist.ac.jp>
2883 * mmbuffer.el (mmbuffer-write-entity): Use
2884 `mime-entity-buffer-internal', `mmbuffer-entity-point-min' and
2885 `mmbuffer-entity-point-max'.
2886 (mmbuffer-write-entity-body): Use `mime-entity-buffer-internal',
2887 `mime-entity-body-start-internal' and
2888 `mime-entity-body-end-internal'.
2889 (mmbuffer-insert-decoded-header): Use
2890 `mime-entity-buffer-internal', `mime-entity-header-start-internal'
2891 and `mime-entity-header-end-internal'.
2894 1998-07-01 MORIOKA Tomohiko <morioka@jaist.ac.jp>
2896 * FLIM: Version 1.8.0 (
\e-DÒkubo)
\e-A was released.
2898 * README.en: Delete `How to use'.
2900 1998-07-01 MORIOKA Tomohiko <morioka@jaist.ac.jp>
2902 * mime-ja.sgml (Entity creation): Add reference for `mm-backend'
2903 in description of `mime-open-entity'.
2905 * mime-ja.sgml (mm-backend): New section.
2907 1998-07-01 MORIOKA Tomohiko <morioka@jaist.ac.jp>
2909 * mime-ja.sgml (Entity-header): Modify description about
2910 `mime-insert-decoded-header'.
2912 * mmcooked.el (mmcooked-insert-decoded-header): New function.
2914 * mmbuffer.el (mmbuffer-insert-decoded-header): New function.
2916 * mime.el (mime-insert-decoded-header): Use implementation of
2917 mm-backend; abolish optional argument `code-conversion'.
2919 1998-06-30 MORIOKA Tomohiko <morioka@jaist.ac.jp>
2921 * eword-decode.el (eword-decode-encoded-text): Use
2922 `decode-mime-charset-string'.
2924 1998-06-30 MORIOKA Tomohiko <morioka@jaist.ac.jp>
2926 * mmcooked.el (mmcooked-write-entity-body): New function.
2928 * mmbuffer.el (mmbuffer-write-entity-body): New function.
2930 * mime.el (mime-write-entity-body): Use implementation of
2933 1998-06-30 MORIOKA Tomohiko <morioka@jaist.ac.jp>
2935 * mmcooked.el (mmcooked-write-entity): New function.
2937 * mmbuffer.el (mmbuffer-write-entity): New function.
2939 * mime.el (mime-write-entity): Use implementation of mm-backend.
2941 1998-06-30 MORIOKA Tomohiko <morioka@jaist.ac.jp>
2943 * mmcooked.el (mmcooked-entity-content): New alias for
2944 `mmbuffer-entity-content'.
2945 (mmcooked-write-entity-content): New function.
2947 * mmbuffer.el (mmbuffer-entity-content): New function.
2948 (mmbuffer-write-entity-content): New function.
2950 * mime.el (mime-entity-send): New function.
2951 (mime-entity-buffer): Use `mime-entity-send'.
2952 (mime-entity-point-min): Likewise.
2953 (mime-entity-point-max): Likewise.
2954 (mime-entity-header-start): Likewise.
2955 (mime-entity-header-end): Likewise.
2956 (mime-entity-body-start): Likewise.
2957 (mime-entity-body-end): Likewise.
2958 (mime-fetch-field): Likewise.
2959 (mime-entity-content): Use implementation of mm-backend.
2960 (mime-write-entity-content): Likewise.
2963 1998-06-30 MORIOKA Tomohiko <morioka@jaist.ac.jp>
2965 * FLIM: Version 1.7.0 (Iseda) was released.
2967 * mime-ja.sgml (Entity creation): Add description of
2969 (Entity Attributes): Add description of `mime-entity-cooked-p'.
2970 (Entity-content): Add description of `mime-write-entity-content',
2971 `mime-write-entity' and `mime-write-entity-body'.
2973 1998-06-29 MORIOKA Tomohiko <morioka@jaist.ac.jp>
2975 * mime.el (mime-write-entity-content): New function.
2977 1998-06-28 MORIOKA Tomohiko <morioka@jaist.ac.jp>
2979 * mime.el (mime-write-entity-body): New function.
2981 * mime.el (mime-write-entity): New function.
2983 1998-06-28 MORIOKA Tomohiko <morioka@jaist.ac.jp>
2985 * mime-parse.el (mime-parse-multipart): Change media-type of
2986 entity to application/octet-stream if the first delimiter is not
2989 1998-06-28 MORIOKA Tomohiko <morioka@jaist.ac.jp>
2991 * FLIM-ELS (flim-modules): Add `mmbuffer' and `mmcooked'.
2993 * mmcooked.el: New file.
2995 * mmbuffer.el: New file.
2997 * mime.el (mime-entity-implementation-alist): New variable.
2998 (mime-find-function): New function.
2999 (mime-open-entity): New function.
3000 (mime-entity-function): New function.
3001 (mime-entity-cooked-p): New function.
3002 (mime-entity-buffer): Use backend-module.
3003 (mime-entity-point-min): Likewise.
3004 (mime-entity-point-max): Likewise.
3005 (mime-entity-header-start): Likewise.
3006 (mime-entity-header-end): Likewise.
3007 (mime-entity-body-start): Likewise.
3008 (mime-entity-body-end): Likewise.
3009 (mime-fetch-field): Likewise.
3011 * mime-parse.el (mime-parse-message): New optional argument
3012 `representation-type'.
3013 (mime-parse-buffer): Likewise.
3015 * mime-def.el: Change format of mime-entity-internal to add
3016 `representation-type' and `location'.
3019 1998-06-28 MORIOKA Tomohiko <morioka@jaist.ac.jp>
3021 * FLIM-Chao: Version 1.7.0 (Goj
\e-Dò)
\e-A was released.
3023 1998-06-26 MORIOKA Tomohiko <morioka@jaist.ac.jp>
3025 * mime-ja.sgml: Modify for FLIM 1.7.
3027 * mime.el (mime-entity-number): Add DOC.
3029 1998-06-26 MORIOKA Tomohiko <morioka@jaist.ac.jp>
3031 * mime.el (mime-entity-encoding): New implementation.
3033 * mime-parse.el (mime-parse-message): Abolish argument `encoding'.
3035 * mime-def.el (make-mime-entity-internal): Abolish argument
3037 (mime-entity-set-encoding-internal): New function.
3039 1998-06-26 MORIOKA Tomohiko <morioka@jaist.ac.jp>
3041 * mime.el (mime-entity-content-disposition): New implementation.
3043 * mime-parse.el (mime-parse-message): Don't parse
3044 Content-Disposition.
3046 * mime-def.el (make-mime-entity-internal): Delete argument
3047 `content-disposition'.
3048 (mime-entity-set-content-disposition-internal): New function.
3050 1998-06-25 MORIOKA Tomohiko <morioka@jaist.ac.jp>
3052 * eword-decode.el: Move function `eword-visible-field-p' and
3053 `mime-insert-decoded-header' to mime.el.
3055 * mime-parse.el: Use internal functions of mime-entity.
3057 * mime.el (mime-entity-children): Moved from mime-def.el; use
3058 `mime-entity-children-internal'.
3059 (mime-entity-node-id): Moved from mime-def.el; use
3060 `mime-entity-node-id-internal'.
3061 (mime-entity-number): Moved from mime-def.el; use
3062 `mime-entity-node-id-internal'.
3063 (mime-entity-buffer): Moved from mime-def.el; use
3064 `mime-entity-buffer-internal'.
3065 (mime-entity-point-min): Moved from mime-def.el; use
3066 `mime-entity-header-start-internal'.
3067 (mime-entity-point-max): Moved from mime-def.el; use
3068 `mime-entity-body-end-internal'.
3069 (mime-entity-header-start): Moved from mime-def.el; use
3070 `mime-entity-header-start-internal'.
3071 (mime-entity-header-end): Moved from mime-def.el; use
3072 `mime-entity-header-end-internal'.
3073 (mime-entity-content-type): Moved from mime-def.el; use
3074 `mime-entity-content-type-internal'.
3075 (mime-entity-content-disposition): Moved from mime-def.el; use
3076 `mime-entity-content-disposition-internal'.
3077 (mime-entity-encoding): Moved from mime-def.el; use
3078 `mime-entity-encoding-internal'.
3079 (mime-fetch-field): Use `mime-entity-original-header-internal' and
3080 `mime-entity-set-original-header-internal'.
3081 (mime-read-field): Use `mime-entity-parsed-header-internal' and
3082 `mime-entity-set-parsed-header-internal'.
3083 (eword-visible-field-p): Moved from eword-decode.el.
3084 (mime-insert-decoded-header): Moved from eword-decode.el.
3085 (mime-entity-body-start): Moved from mime-def.el; use
3086 `mime-entity-body-start-internal'.
3087 (mime-entity-body-end): Moved from mime-def.el; use
3088 `mime-entity-body-end-internal'.
3089 (mime-entity-media-type): Moved from mime-def.el.
3090 (mime-entity-media-subtype): Moved from mime-def.el.
3091 (mime-entity-parameters): Moved from mime-def.el.
3092 (mime-entity-type/subtype): Moved from mime-def.el.
3094 * mime-def.el (make-mime-entity-internal): Renamed from
3096 (mime-entity-buffer-internal): New function.
3097 (mime-entity-header-start-internal): New function.
3098 (mime-entity-header-end-internal): New function.
3099 (mime-entity-body-start-internal): New function.
3100 (mime-entity-body-end-internal): New function.
3101 (mime-entity-node-id-internal): New function.
3102 (mime-entity-content-type-internal): New function.
3103 (mime-entity-content-disposition-internal): New function.
3104 (mime-entity-encoding-internal): New function.
3105 (mime-entity-original-header-internal): New function.
3106 (mime-entity-children-internal): New function.
3107 (mime-entity-parsed-header-internal): New function.
3108 (mime-entity-set-original-header-internal): Renamed from
3109 `mime-entity-set-original-header'.
3110 (mime-entity-set-children-internal): Renamed from
3111 `mime-entity-set-children'.
3112 (mime-entity-set-parsed-header-internal): Renamed from
3113 `mime-entity-set-parsed-header'. Move `mime-entity-SLOT'
3114 functions to mime.el.
3116 1998-06-25 MORIOKA Tomohiko <morioka@jaist.ac.jp>
3118 * mime-ja.sgml (CVS): Fix typo.
3120 1998-06-24 MORIOKA Tomohiko <morioka@jaist.ac.jp>
3122 * mime-parse.el (mime-parse-encapsulated): New function.
3123 (mime-parse-message): Use `mime-parse-encapsulated'.
3125 1998-06-24 MORIOKA Tomohiko <morioka@jaist.ac.jp>
3127 * mime-def.el (mime-entity-set-children): New function.
3129 * mime-parse.el (mime-parse-multipart): Change interface.
3130 (mime-parse-message): Use `mime-entity-set-children'.
3132 1998-06-24 Shuhei KOBAYASHI <shuhei-k@jaist.ac.jp>
3134 * mime.el (mime-read-field): Fix typo.
3137 1998-06-24 MORIOKA Tomohiko <morioka@jaist.ac.jp>
3139 * FLIM: Version 1.6.0 (Ogura) was released.
3141 * mime-ja.sgml (Entity Attributes): New section.
3143 * mime-ja.sgml (Entity as node in message): Add description of
3144 `mime-find-entity-from-number' and
3145 `mime-find-entity-from-node-id'.
3147 * mime.el (mime-find-entity-from-number): New function.
3148 (mime-find-entity-from-node-id): New function.
3149 (mime-entity-parent): New function (moved from SEMI MIME-View).
3150 (mime-entity-uu-filename): New function (moved from SEMI
3152 (mime-entity-filename): New function (moved from SEMI MIME-View).
3154 * mime-def.el (mime-uuencode-encoding-name-list): New variable.
3156 1998-06-24 MORIOKA Tomohiko <morioka@jaist.ac.jp>
3158 * mime-ja.sgml: Modify for FLIM 1.6.
3160 * mime.el (mime-fetch-field): New function; abolish
3161 `mime-entity-fetch-field'.
3162 (mime-read-field): New function; abolish `mime-entity-read-field'.
3164 1998-06-23 MORIOKA Tomohiko <morioka@jaist.ac.jp>
3166 * mime-ja.sgml, mime-ja.texi: New files.
3168 1998-06-22 Shuhei KOBAYASHI <shuhei-k@jaist.ac.jp>
3170 * mime-parse.el (mime-parse-message): Would error if empty body.
3173 1998-06-22 MORIOKA Tomohiko <morioka@jaist.ac.jp>
3175 * FLIM: Version 1.5.0 (Mukaijima) was released.
3177 1998-06-21 MORIOKA Tomohiko <morioka@jaist.ac.jp>
3179 * README.en (What's FLIM): Modify for mime.el.
3181 * FLIM-ELS (flim-modules): Add `mime'.
3183 * mime-lib.el: Move every definitions to mime.el.
3185 * mime.el: New module (renamed from mime-lib.el).
3187 1998-06-21 MORIOKA Tomohiko <morioka@jaist.ac.jp>
3189 * mime-lib.el: Add autoload setting for eword-encode.el.
3191 * mime-lib.el (mime-entity-content): New function.
3193 1998-06-20 MORIOKA Tomohiko <morioka@jaist.ac.jp>
3195 * mel.el: Abolish constant `mel-version'.
3197 * mel.el (mime-string-decoding-method-alist): New variable.
3198 (mime-decode-string): New function.
3200 1998-06-20 MORIOKA Tomohiko <morioka@jaist.ac.jp>
3202 * mel-b.el (base64-external-decode-string): New function.
3203 (base64-decode-string): New function.
3205 1998-06-20 MORIOKA Tomohiko <morioka@jaist.ac.jp>
3207 * mel-q.el (quoted-printable-decode-string): New implementation.
3209 1998-06-20 MORIOKA Tomohiko <morioka@jaist.ac.jp>
3211 * mel-q.el (quoted-printable-internal-decode-region): New
3214 1998-06-20 MORIOKA Tomohiko <morioka@jaist.ac.jp>
3216 * mel-q.el (q-encoding-decode-string): Use
3217 `quoted-printable-hex-char-to-num'.
3219 * mel-q.el (quoted-printable-hex-char-to-num): New function.
3220 (quoted-printable-decode-string): Use
3221 `quoted-printable-hex-char-to-num'.
3223 1998-06-19 MORIOKA Tomohiko <morioka@jaist.ac.jp>
3225 * mime-def.el, mime-parse.el: Move `mime-message-structure' from
3226 mime-parse.el to mime-def.el.
3228 1998-06-19 MORIOKA Tomohiko <morioka@jaist.ac.jp>
3230 * mime-lib.el, mime-parse.el: Move `mime-root-entity-p' from
3231 mime-parse.el to mime-lib.el.
3233 * mime-lib.el: Add autoload setting for mime-parse.el.
3235 1998-06-19 MORIOKA Tomohiko <morioka@jaist.ac.jp>
3237 * mime-parse.el, mime-def.el: Move `mime-entity-point-min',
3238 `mime-entity-point-max', `mime-entity-media-type',
3239 `mime-entity-media-subtype', `mime-entity-parameters' and
3240 `mime-entity-type/subtype' from mime-parse.el to mime-def.el.
3242 * mime-parse.el, mime-def.el: Move `mime-content-disposition'
3243 reference functions from mime-parse.el to mime-def.el.
3245 * mime-parse.el, mime-def.el: Move structure `mime-content-type'
3246 from mime-parse.el to mime-def.el.
3248 1998-06-19 MORIOKA Tomohiko <morioka@jaist.ac.jp>
3250 * mel-b.el (base64-internal-decode-string): Renamed from
3251 `base64-decode-string'.
3252 (base64-decode-string): New alias for
3253 `base64-internal-decode-string'.
3255 1998-06-19 MORIOKA Tomohiko <morioka@jaist.ac.jp>
3257 * mel-b.el (base64-decode-unit): New function; abolish
3259 (base64-decode-string): New implementation.
3260 (base64-internal-decode-region): New implementation.
3262 1998-06-19 MORIOKA Tomohiko <morioka@jaist.ac.jp>
3264 * mime-parse.el (mime-message-structure): New variable.
3265 (mime-parse-buffer): New function.
3267 1998-06-19 Shuhei KOBAYASHI <shuhei-k@jaist.ac.jp>
3269 * mime-def.el: Require 'cl when it is compiled.
3271 * mime-lib.el (mime-entity-read-field): Fix typo.
3272 Use `eword-decode-ignored-field-list'.
3274 * mime-parse.el (mime-parse-multipart): Fix typo.
3275 (mime-parse-message): Parse message/external-body.
3278 1998-06-19 MORIOKA Tomohiko <morioka@jaist.ac.jp>
3280 * FLIM: Version 1.4.1 (Momoyama-Gory
\e-Dòmae)
\e-A was released.
3282 1998-06-18 MORIOKA Tomohiko <morioka@jaist.ac.jp>
3284 * eword-decode.el (mime-insert-decoded-header): Fix typo.
3287 1998-06-18 MORIOKA Tomohiko <morioka@jaist.ac.jp>
3289 * FLIM: Version 1.4.0 (Kintetsu-Tanbabashi) was released.
3291 1998-06-18 MORIOKA Tomohiko <morioka@jaist.ac.jp>
3293 * README.en (What's FLIM): Add description about mime-lib.el and
3296 1998-06-17 MORIOKA Tomohiko <morioka@jaist.ac.jp>
3298 * mime-parse.el: Require 'cl when it is compiled.
3300 * eword-decode.el (eword-visible-field-p): New function.
3301 (mime-insert-decoded-header): Use `eword-visible-field-p'.
3303 1998-06-17 MORIOKA Tomohiko <morioka@jaist.ac.jp>
3305 * mime-def.el (mime-library-version-string): Renamed from
3306 `mime-spadework-module-version-string'.
3308 * mime-parse.el: New file; moved from SEMI layer.
3310 * FLIM-ELS (flim-modules): Add `mime-parse'.
3312 1998-06-17 MORIOKA Tomohiko <morioka@jaist.ac.jp>
3314 * FLIM-ELS (flim-modules): Add `mime-lib'.
3316 * mime-lib.el: New module.
3318 * mime-def.el (mime-entity): Add new slots for original-header and
3320 (mime-entity-set-original-header): New function.
3321 (mime-entity-set-parsed-header): New function.
3323 1998-06-16 MORIOKA Tomohiko <morioka@jaist.ac.jp>
3325 * mime-def.el (mime-entity-number): New function (moved from SEMI
3328 1998-06-16 MORIOKA Tomohiko <morioka@jaist.ac.jp>
3330 * mime-def.el: Move definition of structure `mime-entity' from
3333 1998-06-16 MORIOKA Tomohiko <morioka@jaist.ac.jp>
3335 * eword-decode.el (eword-decode-ignored-field-list): Capitalize
3337 (eword-decode-structured-field-list): Capitalize default value.
3338 (eword-decode-header): Regularize field name by `capitalize'.
3339 (mime-insert-decoded-header): New function.
3341 1998-06-15 MORIOKA Tomohiko <morioka@jaist.ac.jp>
3343 * mailcap.el (mailcap-file): Use `defcustom'.
3346 1998-06-01 MORIOKA Tomohiko <morioka@jaist.ac.jp>
3348 * FLIM: Version 1.3.0 (Fushimi) was released.
3350 1998-05-28 MORIOKA Tomohiko <morioka@jaist.ac.jp>
3352 * std11.el (std11-fetch-field): New function.
3353 (std11-field-body): Use 'std11-fetch-field.
3355 1998-05-28 MORIOKA Tomohiko <morioka@jaist.ac.jp>
3357 * mime-def.el (regexp-*): New function (moved from mime-parse.el
3359 (regexp-or): New function (moved from mime-parse.el of
3362 (std11-quoted-pair-regexp): New constant (moved from mime-parse.el
3364 (std11-non-qtext-char-list): New constant (copied from std11.el).
3365 (std11-qtext-regexp): New constant (moved from mime-parse.el of
3367 (std11-quoted-string-regexp): New constant (moved from
3368 mime-parse.el of SEMI (REMI)).
3371 1998-05-17 MORIOKA Tomohiko <morioka@jaist.ac.jp>
3373 * FLIM: Version 1.2.2 (Takeda) was released.
3375 * FLIM-VERSION: New file.
3377 1998-05-15 MORIOKA Tomohiko <morioka@jaist.ac.jp>
3379 * mel-q.el (quoted-printable-internal-encode-region): Use
3380 'looking-at-as-unibyte instead of local binding for
3381 enable-multibyte-characters.
3384 1998-05-09 MORIOKA Tomohiko <morioka@jaist.ac.jp>
3386 * FLIM: Version 1.2.1 (Kamitobaguchi) was released.
3388 1998-05-09 MORIOKA Tomohiko <morioka@jaist.ac.jp>
3390 * mel-q.el (quoted-printable-internal-decode-region): Use
3391 'string-as-multibyte to avoid problem in Emacs 20.3.
3393 1998-05-08 Katsumi Yamaoka <yamaoka@jpl.org>
3395 * mel-u.el: Use mime-temp-directory instead of TMP.
3398 1998-05-06 MORIOKA Tomohiko <morioka@jaist.ac.jp>
3400 * FLIM: Version 1.2.0 (J
\e-Dþjò)
\e-A was released.
3402 * README.en (What's FLIM): Delete description about
3403 std11-parse.el; add description about mailcap.el.
3405 1998-05-06 MORIOKA Tomohiko <morioka@jaist.ac.jp>
3407 * eword-decode.el (eword-decode-encoded-word-error-handler): New
3409 (eword-decode-encoded-word-default-error-handler): New function.
3410 (eword-decode-encoded-word): Use
3411 'eword-decode-encoded-word-error-handler.
3413 1998-05-06 MORIOKA Tomohiko <morioka@jaist.ac.jp>
3415 * mailcap.el: Require 'mime-def.
3417 * mime-def.el (mime-type/subtype-string): New function (moved from
3418 semi/mime-parse.el).
3420 1998-05-06 MORIOKA Tomohiko <morioka@jaist.ac.jp>
3422 * std11-parse.el: Abolish std11-parse.el.
3424 * FLIM-ELS (flim-modules): Abolish 'std11-parse.
3426 * eword-decode.el: Require 'std11 instead of 'std11-parse.
3428 * std11.el: Merge std11-parse.el.
3430 1998-05-06 MORIOKA Tomohiko <morioka@jaist.ac.jp>
3432 * mime-def.el (mime-temp-directory): Use 'defcustom.
3434 * mel-u.el: Require 'mime-def instead of 'mel.
3436 * mime-def.el (mime-temp-directory): New variable (moved from
3439 * mel.el: Move definition of 'mime-temp-directory to mime-def.el.
3441 1998-05-06 MORIOKA Tomohiko <morioka@jaist.ac.jp>
3443 * mailcap.el (mailcap-format-command): New function.
3445 * mailcap.el (mailcap-look-at-mtext): Don't strip quoted character
3449 1998-05-05 MORIOKA Tomohiko <morioka@jaist.ac.jp>
3451 * FLIM: Version 1.1.0 (T
\e-Dòji)
\e-A was released.
3453 1998-05-04 MORIOKA Tomohiko <morioka@jaist.ac.jp>
3455 * mime-def.el (quoted-printable-hex-chars): New constant.
3456 (quoted-printable-octet-regexp): New constant.
3458 * mel-q.el, eword-decode.el: Move definition of constant
3459 'quoted-printable-hex-chars and 'quoted-printable-octet-regexp to
3462 1998-05-03 MORIOKA Tomohiko <morioka@jaist.ac.jp>
3464 * mailcap.el (mailcap-look-at-mtext): Strip quoted character.
3466 1998-05-03 MORIOKA Tomohiko <morioka@jaist.ac.jp>
3468 * mailcap.el (mailcap-look-at-mtext): Fix typo.
3470 1998-05-03 MORIOKA Tomohiko <morioka@jaist.ac.jp>
3472 * FLIM-ELS (flim-modules): Add mailcap.
3474 * mailcap.el: New file (copied from SEMI).
3476 1998-04-23 Shuhei KOBAYASHI <shuhei-k@jaist.ac.jp>
3478 * eword-decode.el (eword-decode-ignored-field-list): Add
3481 * mel.el (mime-temp-directory): Use TMPDIR, TMP, or TEMP
3482 environment variables.
3485 1998-04-17 MORIOKA Tomohiko <morioka@jaist.ac.jp>
3487 * FLIM: Version 1.0.1 (Ky
\e-Dòto)
\e-A was released.
3489 * mime-def.el (mime-spadework-module-version-string): New
3492 * eword-encode.el: Abolish constant 'eword-encode-version.
3494 * eword-decode.el: Abolish constant 'eword-decode-version.
3496 1998-04-17 MORIOKA Tomohiko <morioka@jaist.ac.jp>
3498 * eword-encode.el (eword-encode-divide-into-charset-words): Use
3499 'char-length or 'char-next-index instead of 'char-bytes.
3500 (tm-eword::encode-string-1): Use 'char-next-index instead of
3503 1998-04-17 MORIOKA Tomohiko <morioka@jaist.ac.jp>
3505 * mel.el (base64-dl-module): Must check base64.so actually exists.
3508 1998-04-13 MORIOKA Tomohiko <morioka@jaist.ac.jp>
3510 * FLIM: Version 1.0.0 was released.
3512 * README.en: Modify for FLIM.
3514 * ChangeLog: New file.
3516 1998-04-13 MORIOKA Tomohiko <morioka@jaist.ac.jp>
3518 * FLIM-CFG, FLIM-ELS, FLIM-MK: New files.
3520 * Makefile: Modify for FLIM.
3522 1998-04-10 MORIOKA Tomohiko <morioka@jaist.ac.jp>
3524 * Makefile: New file.
3526 * mime-def.el, std11-parse.el, std11.el, eword-decode.el,
3527 eword-encode.el: Copied from MEL, SEMI (mime-def.el
3528 eword-decode.el eword-encode.el) and APEL (std11-parse.el