From 94736c7ccaf10ecacb68b6d429f7608ad451e9e6 Mon Sep 17 00:00:00 2001 From: Gerd Moellmann Date: Wed, 30 May 2001 15:31:34 +0000 Subject: [PATCH] Add that PBM and XPM image specs may have :foreground nil, and :background nil. --- etc/NEWS | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/etc/NEWS b/etc/NEWS index 4cc9220f9e7..9a0f0f83e27 100644 --- a/etc/NEWS +++ b/etc/NEWS @@ -3896,13 +3896,13 @@ properties supported are `: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 @@ mono images are `: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' -- 2.11.4.GIT