X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=ChangeLog;h=6a52fb8ef748e3b6090fa2f92cfbeb13e530d601;hb=e767dd848231092ee8727a140f037420674278cd;hp=ff5ac2317b22463ea629154fb928df7a651aab3f;hpb=0c90a0315e6dedcadf9d43b2d6a50596521606f6;p=elisp%2Fflim.git diff --git a/ChangeLog b/ChangeLog index ff5ac23..6a52fb8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,79 @@ +2000-12-19 MORIOKA Tomohiko + + * raw-io.el (start-process): New function. + (binary-start-process-shell-command): New function. + +2000-12-17 MORIOKA Tomohiko + + * mel-g.el (gzip64-external-encode-region): Don't use + `as-binary-process'; comment out code to regularize line break + code for OS/2 [if it is needed, it is better to implement by + coding-system]. + (gzip64-external-decode-region): Don't use `as-binary-process'. + (mime-write-decoded-region): Likewise. + + * mime-parse.el: Require `luna'. + +2000-12-16 MORIOKA Tomohiko + + * eword-encode.el (eword-encode-divide-into-charset-words): Use + `aref' instead of `sref'. + (ew-encode-rword-1): Use `1+' instead of `char-next-index'. + (eword-encode-phrase-to-rword-list): Use `find-charset-string' + instead of `find-non-ascii-charset-string'. + (eword-encode-addr-seq-to-rword-list): Don't use `butlast'. + (eword-encode-header): Use `find-charset-region' instead of + `find-non-ascii-charset-string'. + + * mel.el: Require `raw-io'. + + * mime-def.el (binary-insert-file-contents): Moved to raw-io.el. + (binary-write-region): Likewise. + + * mmbabyl.el (mime-write-entity): Use `raw-message-write-region' + instead of `write-region-as-raw-text-CRLF'. + + * raw-io.el: New file. + + * smtpmail.el: - Require `raw-io'. + - Delete definition of obsolete variable aliases for XEmacs. + (smtpmail-send-queued-mail): Use `binary-find-file-noselect' + instead of `find-file-noselect-as-binary'. + + * smtp.el (smtp-open-connection-function): Use + `binary-open-network-stream' instead of `open-network-stream' as + initial value. + (smtp-open-connection): Don't guard as `binary'. + + * qmtp.el (qmtp-open-connection-function): Use + `binary-open-network-stream' instead of `open-network-stream' as + initial value. + (qmtp-send-buffer): Don't guard as `binary'. + +2000-12-15 MORIOKA Tomohiko + + * mime/eword-decode.el: Don't use + `define-obsolete-function-alias'; so `eword-decode-header' is + deleted. + + * mime/mmexternal.el: Don't require `pces'. + +2000-12-15 TAKAHASHI Kaoru + + * Makefile (tar): Use `cvs tag -R' instead of `cvs tag -RF'. + +2000-12-15 MORIOKA Tomohiko + + * mime-def.el (char-int): New alias. + + * eword-encode.el (eword-encode-divide-into-charset-words): Don't + use `char-length' and `char-next-index'. + +2000-12-15 Katsumi Yamaoka + + * eword-decode.el: Fix typo in doc-string of + `mime-set-field-decoder'. + 2000-12-15 MORIOKA Tomohiko * mel.el: Don't require `path-util'.