changeset 37948:3025939a637d

Add that PBM and XPM image specs may have :foreground nil, and :background nil.
author Gerd Moellmann <gerd@gnu.org>
date Wed, 30 May 2001 15:31:34 +0000
parents 085486fa1c02
children 1302dd937a79
files etc/NEWS
diffstat 1 files changed, 8 insertions(+), 8 deletions(-) [+]
line wrap: on
line diff
--- a/etc/NEWS	Wed May 30 15:30:19 2001 +0000
+++ b/etc/NEWS	Wed May 30 15:31:34 2001 +0000
@@ -3896,13 +3896,13 @@
 
 `:foreground FG'
 
-FG must be a string specifying the image foreground color.  Default
-is the frame's foreground.
+FG must be a string specifying the image foreground color, or nil
+meaning to use the default.  Default is the frame's foreground.
 
 `:background BG'
 
-BG must be a string specifying the image foreground color.  Default is
-the frame's background color.
+BG must be a string specifying the image foreground color, or nil
+meaning to use the default.  Default is the frame's background color.
 
 XBM images can be constructed from data instead of file.  In this
 case, the image specification must contain the following properties
@@ -3961,13 +3961,13 @@
 
 `:foreground FG'
 
-FG must be a string specifying the image foreground color.  Default
-is the frame's foreground.
+FG must be a string specifying the image foreground color, or nil
+meaning to use the default.  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.
+BG must be a string specifying the image foreground color, or nil
+meaning to use the default.  Default is the frame's background color.
 
 **** JPEG, image type `jpeg'