diff options
author | Gnus developers <ding@gnus.org> | 2012-06-10 23:27:32 +0000 |
---|---|---|
committer | Katsumi Yamaoka <yamaoka@jpl.org> | 2012-06-10 23:27:32 +0000 |
commit | cef5bb19dce668ccd99c9ce74b17c717e2c986b9 (patch) | |
tree | 05a68f190b431e9ba39152311bbb87fa2b4f8555 /lisp/gnus/gnus-group.el | |
parent | f80efb8695cd8b4480c5f041c484beb5486afb37 (diff) | |
download | emacs-cef5bb19dce668ccd99c9ce74b17c717e2c986b9.tar.gz emacs-cef5bb19dce668ccd99c9ce74b17c717e2c986b9.tar.bz2 emacs-cef5bb19dce668ccd99c9ce74b17c717e2c986b9.zip |
Merge bugfixes done in Gnus trunk
Those changes fix only the bugs having appeared in the bug list.
Many other Gnus changes not yet merged to Emacs are in:
ftp://ftp.jpl.org/pub/tmp/MaGnus-to-Emacs.patch
(or http://www.jpl.org/ftp/pub/tmp/MaGnus-to-Emacs.patch)
2012-06-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
* gnus-group.el (gnus-group-get-new-news): Respect
`gnus-group-use-permanent-levels', as documented (bug#11638).
2012-06-10 Dave Abrahams <dave@boostpro.com>
* gnus-int.el (gnus-warp-to-article): Limit registry warping to real
groups (bug#11641).
Diffstat (limited to 'lisp/gnus/gnus-group.el')
-rw-r--r-- | lisp/gnus/gnus-group.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/gnus/gnus-group.el b/lisp/gnus/gnus-group.el index f97d9a69eae..ff41f13de30 100644 --- a/lisp/gnus/gnus-group.el +++ b/lisp/gnus/gnus-group.el @@ -4032,7 +4032,7 @@ re-scanning. If ARG is non-nil and not a number, this will force (unless gnus-slave (gnus-master-read-slave-newsrc)) - (gnus-get-unread-articles arg) + (gnus-get-unread-articles (gnus-group-default-level arg t)) ;; If the user wants it, we scan for new groups. (when (eq gnus-check-new-newsgroups 'always) |