* gnus-agent.el (gnus-agent-cat-name): Eval macro while compiling.
authorKevin Greiner <kevin.greiner@compsol.cc>
Mon, 12 May 2003 18:46:54 +0000 (18:46 +0000)
committerKevin Greiner <kevin.greiner@compsol.cc>
Mon, 12 May 2003 18:46:54 +0000 (18:46 +0000)
commit0d10a233df3c5c021ff460b28d05555928d6d7f3
treeb0c81d4196b2ffa8c077b8e9005b308b2ad3b065
parentde9108d432d68c954b3edb026238be5ecf224016
* gnus-agent.el (gnus-agent-cat-name): Eval macro while compiling.
(gnus-agent-cat-disable-undownloaded-faces): New function.
Accessor for new agent property
'agent-disable-undownloaded-faces'.
gnus-cus.el (gnus-agent-parameters): Added
agent-disable-undownloaded-faces and corrected documentation.
(gnus-agent-cat-prepare-category-field,
gnus-agent-customize-category): Changed to avoid creating free
references to each field's symbol.
gnus-sum.el (gnus-summary-use-undownloaded-faces): New local variable.
(gnus-select-newgroup): Initialize it.
(gnus-summary-highlight-line): Use it.
lisp/ChangeLog