Mercurial > emacs
diff etc/NEWS @ 31639:1c5bd105d7dc
*** empty log message ***
author | Gerd Moellmann <gerd@gnu.org> |
---|---|
date | Fri, 15 Sep 2000 15:22:07 +0000 |
parents | 3ff1515f7c7a |
children | 15837f59a747 |
line wrap: on
line diff
--- a/etc/NEWS Fri Sep 15 15:21:42 2000 +0000 +++ b/etc/NEWS Fri Sep 15 15:22:07 2000 +0000 @@ -2423,6 +2423,15 @@ font). FRAME is the frame on which the image will be displayed. FRAME nil or omitted means use the selected frame. +** The function `image-mask-p' can be used to determine if an image +has a mask bitmap. + +- Function: image-mask-p SPEC &optional FRAME + +Return t if image SPEC has a mask bitmap. +FRAME is the frame on which the image will be displayed. FRAME nil +or omitted means use the selected frame. + +++ ** The function `find-image' can be used to find a usable image satisfying one of a list of specifications.