From: Gerd Moellmann Date: Mon, 16 Oct 2000 20:08:06 +0000 (+0000) Subject: Add description of :foreground and :background to PBM images. X-Git-Tag: emacs-pretest-21.0.90~823 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=2b8e9c91435fa073aad3375f20063c7b2ce064dd;p=emacs.git Add description of :foreground and :background to PBM images. --- diff --git a/etc/NEWS b/etc/NEWS index bf3e6087a6e..32cd4c235d7 100644 --- a/etc/NEWS +++ b/etc/NEWS @@ -3361,8 +3361,18 @@ to display compressed images. **** PBM, image type `pbm' PBM images don't require an external library. Color, gray-scale and -mono images are supported. There are no additional image properties -defined. +mono images are supported. Additional image properties supported for +mono images are + +`:foreground FG' + +FG must be a string specifying the image foreground color. 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. **** JPEG, image type `jpeg'