aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGerd Moellmann2001-05-30 15:31:34 +0000
committerGerd Moellmann2001-05-30 15:31:34 +0000
commit94736c7ccaf10ecacb68b6d429f7608ad451e9e6 (patch)
tree666117d4e1d5ae32a4ac43c54c1ff9335022416a
parent6f1be3b90ce4cf152f39d8c164deadbd7df2ff6c (diff)
downloademacs-94736c7ccaf10ecacb68b6d429f7608ad451e9e6.tar.gz
emacs-94736c7ccaf10ecacb68b6d429f7608ad451e9e6.zip
Add that PBM and XPM image specs may have :foreground nil, and
:background nil.
-rw-r--r--etc/NEWS16
1 files 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
3896 3896
3897`:foreground FG' 3897`:foreground FG'
3898 3898
3899FG must be a string specifying the image foreground color. Default 3899FG must be a string specifying the image foreground color, or nil
3900is the frame's foreground. 3900meaning to use the default. Default is the frame's foreground.
3901 3901
3902`:background BG' 3902`:background BG'
3903 3903
3904BG must be a string specifying the image foreground color. Default is 3904BG must be a string specifying the image foreground color, or nil
3905the frame's background color. 3905meaning to use the default. Default is the frame's background color.
3906 3906
3907XBM images can be constructed from data instead of file. In this 3907XBM images can be constructed from data instead of file. In this
3908case, the image specification must contain the following properties 3908case, the image specification must contain the following properties
@@ -3961,13 +3961,13 @@ mono images are
3961 3961
3962`:foreground FG' 3962`:foreground FG'
3963 3963
3964FG must be a string specifying the image foreground color. Default 3964FG must be a string specifying the image foreground color, or nil
3965is the frame's foreground. 3965meaning to use the default. Default is the frame's foreground.
3966 3966
3967`:background FG' 3967`:background FG'
3968 3968
3969BG must be a string specifying the image foreground color. Default is 3969BG must be a string specifying the image foreground color, or nil
3970the frame's background color. 3970meaning to use the default. Default is the frame's background color.
3971 3971
3972**** JPEG, image type `jpeg' 3972**** JPEG, image type `jpeg'
3973 3973