2000-10-11 John Wiegley <johnw@gnu.org>
authorSimon Josefsson <jas@extundo.com>
Thu, 12 Oct 2000 13:57:53 +0000 (13:57 +0000)
committerSimon Josefsson <jas@extundo.com>
Thu, 12 Oct 2000 13:57:53 +0000 (13:57 +0000)
commit7ae438991d69dfe06973a3b973fded6168437b74
tree3c272c30f7eae0eecca2bf90e037254f00a21c7e
parentc5890b5d36a369df17f2354d884642c57d9f6484
2000-10-11  John Wiegley  <johnw@gnu.org>

* gnus-topic.el (gnus-topic-mode): Use `setq' to clear
`gnus-group-change-level-function', instead of `remove-hook',
because it's not a hook!

* gnus-mlspl.el (gnus-group-split-update): Check the value of
`nnmail-crosspost', and use it to set the `no-crosspost'
argument when calling `gnus-group-split-fancy'.  Otherwise, it
assumes that cross-posting is always OK, no matter what
`nmail-crosspost' is set to.
(gnus-group-split-fancy): The argument order in the
second-to-last `push' call was wrong, but since `no-crosspost'
was always nil, it was never being triggered.

* gnus-art.el (gnus-treat-hide-citation-maybe): Added this
variable to correspond with `gnus-article-hide-citation-maybe'.
(gnus-treatment-function-alist): Added entry for the above
correlation.
lisp/gnus-art.el
lisp/gnus-mlspl.el
lisp/gnus-topic.el