Mercurial > emacs
comparison etc/NEWS @ 49520:de390d032ae7
Fix typos in description of image properties.
author | Juanma Barranquero <lekktu@gmail.com> |
---|---|
date | Wed, 29 Jan 2003 15:52:39 +0000 |
parents | 67c5cfa83ddd |
children | 4746ab25c458 |
comparison
equal
deleted
inserted
replaced
49519:a0a826fd5281 | 49520:de390d032ae7 |
---|---|
6070 *** Supported image types | 6070 *** Supported image types |
6071 | 6071 |
6072 **** XBM, image type `xbm'. | 6072 **** XBM, image type `xbm'. |
6073 | 6073 |
6074 XBM images don't require an external library. Additional image | 6074 XBM images don't require an external library. Additional image |
6075 properties supported are | 6075 properties supported are: |
6076 | 6076 |
6077 `:foreground FG' | 6077 `:foreground FG' |
6078 | 6078 |
6079 FG must be a string specifying the image foreground color, or nil | 6079 FG must be a string specifying the image foreground color, or nil |
6080 meaning to use the default. Default is the frame's foreground. | 6080 meaning to use the default. Default is the frame's foreground color. |
6081 | 6081 |
6082 `:background BG' | 6082 `:background BG' |
6083 | 6083 |
6084 BG must be a string specifying the image foreground color, or nil | 6084 BG must be a string specifying the image background color, or nil |
6085 meaning to use the default. Default is the frame's background color. | 6085 meaning to use the default. Default is the frame's background color. |
6086 | 6086 |
6087 XBM images can be constructed from data instead of file. In this | 6087 XBM images can be constructed from data instead of file. In this |
6088 case, the image specification must contain the following properties | 6088 case, the image specification must contain the following properties |
6089 instead of a `:file' property. | 6089 instead of a `:file' property. |
6135 | 6135 |
6136 **** PBM, image type `pbm' | 6136 **** PBM, image type `pbm' |
6137 | 6137 |
6138 PBM images don't require an external library. Color, gray-scale and | 6138 PBM images don't require an external library. Color, gray-scale and |
6139 mono images are supported. Additional image properties supported for | 6139 mono images are supported. Additional image properties supported for |
6140 mono images are | 6140 mono images are: |
6141 | 6141 |
6142 `:foreground FG' | 6142 `:foreground FG' |
6143 | 6143 |
6144 FG must be a string specifying the image foreground color, or nil | 6144 FG must be a string specifying the image foreground color, or nil |
6145 meaning to use the default. Default is the frame's foreground. | 6145 meaning to use the default. Default is the frame's foreground color. |
6146 | 6146 |
6147 `:background FG' | 6147 `:background FG' |
6148 | 6148 |
6149 BG must be a string specifying the image foreground color, or nil | 6149 BG must be a string specifying the image background color, or nil |
6150 meaning to use the default. Default is the frame's background color. | 6150 meaning to use the default. Default is the frame's background color. |
6151 | 6151 |
6152 **** JPEG, image type `jpeg' | 6152 **** JPEG, image type `jpeg' |
6153 | 6153 |
6154 Support for JPEG images requires the external library `libjpeg', | 6154 Support for JPEG images requires the external library `libjpeg', |
6155 package `jpegsrc.v6a.tar.gz', or later. Additional image properties | 6155 package `jpegsrc.v6a.tar.gz', or later. There are no additional image |
6156 are: | 6156 properties defined. |
6157 | 6157 |
6158 **** TIFF, image type `tiff' | 6158 **** TIFF, image type `tiff' |
6159 | 6159 |
6160 Support for TIFF images requires the external library `libtiff', | 6160 Support for TIFF images requires the external library `libtiff', |
6161 package `tiff-v3.4-tar.gz', or later. There are no additional image | 6161 package `tiff-v3.4-tar.gz', or later. There are no additional image |