]> git.eshelyaron.com Git - emacs.git/commitdiff
Add description of :foreground and :background to PBM images.
authorGerd Moellmann <gerd@gnu.org>
Mon, 16 Oct 2000 20:08:06 +0000 (20:08 +0000)
committerGerd Moellmann <gerd@gnu.org>
Mon, 16 Oct 2000 20:08:06 +0000 (20:08 +0000)
etc/NEWS

index bf3e6087a6e905141b49ccef1c15997ee5a5dca1..32cd4c235d7b226d0f3eece05bb651de184db8ef 100644 (file)
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -3361,8 +3361,18 @@ to display compressed images.
 **** 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'