+2004-03-25 Katsumi Yamaoka <yamaoka@jpl.org>
+
+ * gnus-art.el (article-display-face): Display Faces in the same
+ order as X-Faces.
+
2004-03-24 Katsumi Yamaoka <yamaoka@jpl.org>
* nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
(save-restriction
(mail-narrow-to-head)
(while (gnus-article-goto-header "Face")
- (push (mail-header-field-value) faces))))
+ (setq faces (nconc faces (list (mail-header-field-value)))))))
(while (setq face (pop faces))
(let ((png (gnus-convert-face-to-png face))
image)