Mercurial > emacs
diff lisp/gnus/ChangeLog @ 48464:b269dc6630f0
*** empty log message ***
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Tue, 19 Nov 2002 16:50:40 +0000 |
parents | 285ddf07e772 |
children | 52d99cc2e9e3 |
line wrap: on
line diff
--- a/lisp/gnus/ChangeLog Tue Nov 19 16:37:35 2002 +0000 +++ b/lisp/gnus/ChangeLog Tue Nov 19 16:50:40 2002 +0000 @@ -1,7 +1,11 @@ +2002-11-19 Stefan Monnier <monnier@cs.yale.edu> + + * binhex.el (binhex-decode-region): Don't hardcode point-min == 1. + 2002-11-17 ShengHuo ZHU <zsh@cs.rochester.edu> - * message.el (message-set-auto-save-file-name): Use - make-directory, to avoid the dependence on gnus-util. + * message.el (message-set-auto-save-file-name): + Use make-directory, to avoid the dependence on gnus-util. 2002-11-11 Markus Rost <rost@math.ohio-state.edu> @@ -29,8 +33,7 @@ * rfc2047.el (message-posting-charset): defvar when compiling. (ietf-drums, gnus-util): Don't require. - (rfc2047-header-encoding-alist): Add `address-mime' part. Doc - fixes. + (rfc2047-header-encoding-alist): Add `address-mime' part. Doc fixes. (rfc2047-charset-encoding-alist): Use B for iso-8859-7, iso-8859-8. (rfc2047-q-encoding-alist): Augment header list. @@ -48,19 +51,18 @@ (rfc2047-encoded-word-regexp): Wrap in eval-and-compile. * gnus-sum.el (gnus-summary-mode, gnus-summary-display-article) - (gnus-summary-select-article, gnus-summary-edit-article): Use - mm-{en,dis}able-multibyte, not mm-{en,dis}able-multibyte-mule4. - - * message.el (message-forward-make-body): Use - mm-{en,dis}able-multibyte, not mm-{en,dis}able-multibyte-mule4. + (gnus-summary-select-article, gnus-summary-edit-article): + Use mm-{en,dis}able-multibyte, not mm-{en,dis}able-multibyte-mule4. + + * message.el (message-forward-make-body): + Use mm-{en,dis}able-multibyte, not mm-{en,dis}able-multibyte-mule4. * qp.el (quoted-printable-encode-region): Use mm-insert-byte. - Maybe use string-to-multibyte. Avoid find-charset-region. Cope - with encoding Emacs 22 eight-bit chars. + Maybe use string-to-multibyte. Avoid find-charset-region. + Cope with encoding Emacs 22 eight-bit chars. * mm-bodies.el (mm-body-7-or-8): Don't special-case Mule. - (mm-encode-body): Just call mm-encode-coding-region in encoding - case. + (mm-encode-body): Just call mm-encode-coding-region in encoding case. 2002-10-17 Juanma Barranquero <lektu@terra.es> @@ -78,13 +80,13 @@ 2002-09-21 Rob Browning <rlb@defaultvalue.org> - * gnus-art.el (gnus-article-x-face-command): Use - gnus-article-compface-xbm if bound. + * gnus-art.el (gnus-article-x-face-command): + Use gnus-article-compface-xbm if bound. 2002-09-18 Rob Browning <rlb@defaultvalue.org> - * gnus-art.el (gnus-article-x-face-command): Don't use - gnus-article-compface-xbm. + * gnus-art.el (gnus-article-x-face-command): + Don't use gnus-article-compface-xbm. 2002-09-06 Juanma Barranquero <lektu@terra.es> @@ -103,8 +105,8 @@ * nnmbox.el (nnmbox-request-expire-articles): Ditto. - * nnmh.el (nnmh-request-expire-articles): Implemented - expiry-target for nnmh backend. + * nnmh.el (nnmh-request-expire-articles): + Implemented expiry-target for nnmh backend. 2002-08-20 ShengHuo ZHU <zsh@cs.rochester.edu> @@ -115,8 +117,8 @@ 2002-07-06 ShengHuo ZHU <zsh@cs.rochester.edu> - * gnus-topic.el (gnus-topic-indent, gnus-topic-unindent): Change - cdaar to cdar and car. + * gnus-topic.el (gnus-topic-indent, gnus-topic-unindent): + Change cdaar to cdar and car. * nnsoup.el (nnsoup-retrieve-headers, nnsoup-request-type) (nnsoup-read-active-file, nnsoup-article-to-area): Ditto.