changeset 32551:329cbf266d5c

Add description of :foreground and :background to PBM images.
author Gerd Moellmann <gerd@gnu.org>
date Mon, 16 Oct 2000 20:08:06 +0000
parents e870f094c5cc
children 070ca96fa546
files etc/NEWS
diffstat 1 files changed, 12 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/etc/NEWS	Mon Oct 16 20:04:39 2000 +0000
+++ b/etc/NEWS	Mon Oct 16 20:08:06 2000 +0000
@@ -3361,8 +3361,18 @@
 **** PBM, image type `pbm'
 
 PBM images don't require an external library.  Color, gray-scale and
-mono images are supported.  There are no additional image properties
-defined.
+mono images are supported.  Additional image properties supported for
+mono images are
+
+`:foreground FG'
+
+FG must be a string specifying the image foreground color.  Default
+is the frame's foreground.
+
+`:background FG'
+
+BG must be a string specifying the image foreground color.  Default is
+the frame's background color.
 
 **** JPEG, image type `jpeg'