2002-01-06 Kevin Greiner <kgreiner@xpediantsolutions.com>
+ * gnus.el: Renamed gnus-summary-*-uncached-face as
+ gnus-summary-*-undownloaded-face to avoid confusing the agent with
+ the cache.
+
+ * gnus-sum.el: Ditto.
+
+2002-01-06 Kevin Greiner <kgreiner@xpediantsolutions.com>
+
* gnus-agent.el (gnus-agent-fetch-group): Modified to permit execution
in either the group or summary buffer.
New command "JS", in summary buffer, will fetch articles per the
'(((eq mark gnus-canceled-mark)
. gnus-summary-cancelled-face)
((and uncached (> score default-high))
- . gnus-summary-high-uncached-face)
+ . gnus-summary-high-undownloaded-face)
((and uncached (< score default-low))
- . gnus-summary-low-uncached-face)
+ . gnus-summary-low-undownloaded-face)
(uncached
- . gnus-summary-normal-uncached-face)
+ . gnus-summary-normal-undownloaded-face)
((and (> score default-high)
(or (eq mark gnus-dormant-mark)
(eq mark gnus-ticked-mark)))
()))
"Face used for normal interest ancient articles.")
-(defface gnus-summary-high-uncached-face
+(defface gnus-summary-high-undownloaded-face
'((((class color)
(background light))
(:bold t :foreground "cyan4" :bold nil))
(t (:inverse-video t :bold t)))
"Face used for high interest uncached articles.")
-(defface gnus-summary-low-uncached-face
+(defface gnus-summary-low-undownloaded-face
'((((class color)
(background light))
(:italic t :foreground "cyan4" :bold nil))
(t (:inverse-video t :italic t)))
"Face used for low interest uncached articles.")
-(defface gnus-summary-normal-uncached-face
+(defface gnus-summary-normal-undownloaded-face
'((((class color)
(background light))
(:foreground "cyan4" :bold nil))