From 0d10a233df3c5c021ff460b28d05555928d6d7f3 Mon Sep 17 00:00:00 2001 From: Kevin Greiner Date: Mon, 12 May 2003 18:46:54 +0000 Subject: [PATCH] * 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 | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 03055fc4e..cddf71dab 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,18 @@ +2003-05-12 Kevin Greiner + + * 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. + 2003-05-12 Dave Love * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-bol): Eval -- 2.25.1