# HG changeset patch # User Gerd Moellmann # Date 991236694 0 # Node ID 3025939a637d7f9a66382eaf20a42ba33f67ce9e # Parent 085486fa1c0270a8e6b88d4abbc8827b45c41e8d Add that PBM and XPM image specs may have :foreground nil, and :background nil. diff -r 085486fa1c02 -r 3025939a637d etc/NEWS --- 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'