* gnus-cus.el (gnus-agent-customize-category): Removed
authorKevin Greiner <kevin.greiner@compsol.cc>
Wed, 3 Mar 2004 04:04:42 +0000 (04:04 +0000)
committerKevin Greiner <kevin.greiner@compsol.cc>
Wed, 3 Mar 2004 04:04:42 +0000 (04:04 +0000)
commit3fddda021e664729c41959c58d7631f16a4f33bc
tree89beb73c804ec5a70225c0aeef70b426159836ed
parent32436b4c9101d11979f803eaf5ed4ee42be6114b
* gnus-cus.el (gnus-agent-customize-category): Removed
ignore-errors macro reference that required cl to be loaded at
run-time.

* gnus-range.el (gnus-sorted-range-intersection): Now accepts
single-interval range of the form (min . max).  Previously the
range had to look like ((min . max)).  Likewise, return
(min . max) rather than ((min . max)).
(gnus-range-map): Use gnus-range-normalize to accept
single-interval range.

* gnus-sum.el (gnus-summary-highlight-line): Articles stored in
the cache, but not the agent, now appear with their usual face.

* dgnushack.el (loaddir): New variable that is bound to the
directory containing the dgnushack.el file. Use loaddir, rather
than srcdir, to update load-path. Change lets dgnushack compile
code in directories other than GNUS/lisp.
lisp/ChangeLog