diff options
| author | Gerd Moellmann | 2001-05-30 15:31:34 +0000 |
|---|---|---|
| committer | Gerd Moellmann | 2001-05-30 15:31:34 +0000 |
| commit | 94736c7ccaf10ecacb68b6d429f7608ad451e9e6 (patch) | |
| tree | 666117d4e1d5ae32a4ac43c54c1ff9335022416a | |
| parent | 6f1be3b90ce4cf152f39d8c164deadbd7df2ff6c (diff) | |
| download | emacs-94736c7ccaf10ecacb68b6d429f7608ad451e9e6.tar.gz emacs-94736c7ccaf10ecacb68b6d429f7608ad451e9e6.zip | |
Add that PBM and XPM image specs may have :foreground nil, and
:background nil.
| -rw-r--r-- | etc/NEWS | 16 |
1 files changed, 8 insertions, 8 deletions
| @@ -3896,13 +3896,13 @@ properties supported are | |||
| 3896 | 3896 | ||
| 3897 | `:foreground FG' | 3897 | `:foreground FG' |
| 3898 | 3898 | ||
| 3899 | FG must be a string specifying the image foreground color. Default | 3899 | FG must be a string specifying the image foreground color, or nil |
| 3900 | is the frame's foreground. | 3900 | meaning to use the default. Default is the frame's foreground. |
| 3901 | 3901 | ||
| 3902 | `:background BG' | 3902 | `:background BG' |
| 3903 | 3903 | ||
| 3904 | BG must be a string specifying the image foreground color. Default is | 3904 | BG must be a string specifying the image foreground color, or nil |
| 3905 | the frame's background color. | 3905 | meaning to use the default. Default is the frame's background color. |
| 3906 | 3906 | ||
| 3907 | XBM images can be constructed from data instead of file. In this | 3907 | XBM images can be constructed from data instead of file. In this |
| 3908 | case, the image specification must contain the following properties | 3908 | case, 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 | ||
| 3964 | FG must be a string specifying the image foreground color. Default | 3964 | FG must be a string specifying the image foreground color, or nil |
| 3965 | is the frame's foreground. | 3965 | meaning to use the default. Default is the frame's foreground. |
| 3966 | 3966 | ||
| 3967 | `:background FG' | 3967 | `:background FG' |
| 3968 | 3968 | ||
| 3969 | BG must be a string specifying the image foreground color. Default is | 3969 | BG must be a string specifying the image foreground color, or nil |
| 3970 | the frame's background color. | 3970 | meaning 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 | ||