Misc changes made in Gnus master
authorGnus developers <ding@gnus.org.noreply>
Thu, 26 Dec 2013 00:59:01 +0000 (00:59 +0000)
committerKatsumi Yamaoka <yamaoka@jpl.org>
Thu, 26 Dec 2013 00:59:01 +0000 (00:59 +0000)
lisp/gnus/ChangeLog
lisp/gnus/gnus-sum.el
lisp/gnus/gnus.el

index a983c86..d0e0472 100644 (file)
@@ -1,3 +1,13 @@
+2013-12-26  Sean Connor  <sconnor005@allyinics.org>  (tiny change)
+
+       * gnus-sum.el (gnus-summary-enter-digest-group): Don't discard previous
+       value of the parameters if the current article has a Reply-To or From
+       field.
+
+2013-12-26  Lars Ingebrigtsen  <larsi@gnus.org>
+
+       * gnus.el (gnus-group-buffer): Remove duplicate definition.
+
 2013-12-25  Lars Ingebrigtsen  <larsi@gnus.org>
 
        * gnus-sum.el (gnus-summary-exit): Stop animations.
index 6dbe7bf..e86a624 100644 (file)
@@ -9202,6 +9202,7 @@ To control what happens when you exit the group, see the
                                   (gnus-fetch-field "from")))
          (setq params
                (append
+                params
                 (list (cons 'to-address
                             (funcall gnus-decode-encoded-address-function
                                      to-address))))))
index fb9f8e8..8f9e949 100644 (file)
@@ -2688,7 +2688,6 @@ such as a mark that says whether an article is stored in the cache
     (gnus-tree-mode "(gnus)Tree Display"))
   "Alist of major modes and related Info nodes.")
 
-(defvar gnus-group-buffer "*Group*")
 (defvar gnus-summary-buffer "*Summary*")
 (defvar gnus-article-buffer "*Article*")
 (defvar gnus-server-buffer "*Server*")