Share the value of the buffer-local `message-options' variable between a draft buffer...
[gnus] / lisp / ChangeLog
index 8a9619d..cc76699 100644 (file)
@@ -1,3 +1,77 @@
+2011-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * gnus-msg.el (gnus-inews-do-gcc):
+       * message.el (message-send-mail):
+       * mml.el (mml-generate-mime): Share the value of the buffer-local
+       `message-options' variable between a draft buffer and temprary working
+       buffers.
+
+2011-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * message.el (message-pop-to-buffer): Revert 2011-09-11 change.
+
+2011-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * gnus-art.el (gnus-article-browse-html-parts): Convert link file names
+       for Cygwin.
+
+2011-11-27  Paul Eggert  <eggert@cs.ucla.edu>
+
+       * gnus-group.el (gnus-group-prepare-flat):
+       * mm-bodies.el (mm-encode-body):
+       * mml.el (mml-preview):
+       * nnml.el (nnml-request-compact-group):
+       * pop3.el (pop3-stream-type): Spelling fix.
+
+2011-11-26  Paul Eggert  <eggert@cs.ucla.edu>
+
+       * gnus-start.el (gnus-newsrc-to-gnus-format): Spelling fix.
+
+2011-11-25  Paul Eggert  <eggert@cs.ucla.edu>
+
+       * color.el (color-rgb-to-hsl):
+       * gmm-utils.el (gmm-tool-bar-style):
+       * gnus-group.el (gnus-group-prepare-flat):
+       * gnus-topic.el (gnus-topic-prepare-topic):
+       * mm-decode.el (mm-discouraged-alternatives):
+       * rfc2047.el (rfc2047-encode-1):
+       * starttls.el: Spelling fix.
+
+2011-11-24  Glenn Morris  <rgm@gnu.org>
+
+       * binhex.el (binhex-begin-line): Give it basic doc-string.
+
+       * starttls.el, tls.el: Fix case of "GnuTLS".
+
+2011-11-24  Juanma Barranquero  <lekktu@gmail.com>
+
+       * gnus-group.el (gnus-group-highlight): Fix typo.
+
+2011-11-24  Adam W  <adam_w67@yahoo.com>  (tiny change)
+
+       * mail-source.el (mail-source-fetch-maildir): Don't expect the return
+       value of `delete-file', that returns nil for a local file but returns t
+       for a remote file using ssh.
+
+2011-11-22  Paul Eggert  <eggert@cs.ucla.edu>
+
+       * gnus-sum.el (gnus-summary-save-article): Spelling fix.
+
+2011-11-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+
+       * shr.el (shr-table-horizontal-line): Use "?\s" instead of "? " to
+       avoid later breakage.
+
+2011-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * gnus-art.el (gnus-article-setup-buffer): Decode group name used for
+       article buffers' name.
+
+2011-11-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+
+       * shr.el (shr-table-horizontal-line): Revert infinite loops introduced
+       by Paul Eggert's spellfixes two days ago.
+
 2011-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
 
        * dgnushack.el (fboundp): Define `with-demoted-errors' for Emacsen that
        * gnus-art.el (gnus-article-next-page-1): Because customized mode-line
        face with line-width greater than zero will cause RET in gnus summary
        buffer to scroll down article page-wise because auto vscroll happens,
-       it should be temporalily disabled when doing a scroll-up.
+       it should be temporally disabled when doing a scroll-up.
 
 2011-02-19  Lars Ingebrigtsen  <larsi@gnus.org>
 
 2011-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
 
        * gnus-sum.el (gnus-select-newsgroup): Don't try to alter the active
-       data if the group is unactivated.
+       data if the group is inactive.
 
 2011-01-28  Julien Danjou  <julien@danjou.info>
 
 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
 
        * pop3.el (pop3-open-server): Accept and process data more robustly at
-       connexion start to avoid spurious "POP SSL connexion failed" errors.
+       connection start to avoid spurious "POP SSL connection failed" errors.
 
 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
 
        (nntp-open-marks): Decode group names when bootstrapping marks.
 
        * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
-       Newsgroups and Folowup-To headers.
+       Newsgroups and Followup-To headers.
 
 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
 
 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
 
        * gnus-art.el (article-display-face): Improve the efficiency.
-       (article-display-x-face): Ditto; remove grey x-face stuff.
+       (article-display-x-face): Ditto; remove gray x-face stuff.
 
 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>