Mercurial > emacs
comparison etc/NEWS @ 29939:3a5f38acde89
*** empty log message ***
author | Gerd Moellmann <gerd@gnu.org> |
---|---|
date | Mon, 26 Jun 2000 13:14:52 +0000 |
parents | daf26bf9d779 |
children | abd4c37731d3 |
comparison
equal
deleted
inserted
replaced
29938:be81ae7e0218 | 29939:3a5f38acde89 |
---|---|
1967 | 1967 |
1968 | 1968 |
1969 * Lisp-level Display features added after release 2.6 of the Emacs | 1969 * Lisp-level Display features added after release 2.6 of the Emacs |
1970 Lisp Manual | 1970 Lisp Manual |
1971 | 1971 |
1972 | |
1973 ** The function `image-size' can be used to determine the size of an | |
1974 image. | |
1975 | |
1976 - Function: image-size SPEC &optional PIXELS FRAME | |
1977 | |
1978 Return the size of an image as a pair (WIDTH . HEIGHT). | |
1979 | |
1980 SPEC is an image specification. PIXELS non-nil means return sizes | |
1981 measured in pixels, otherwise return sizes measured in canonical | |
1982 character units (fractions of the width/height of the frame's default | |
1983 font). FRAME is the frame on which the image will be displayed. | |
1984 FRAME nil or omitted means use the selected frame. | |
1985 | |
1972 ** The function `find-image' can be used to find a usable image | 1986 ** The function `find-image' can be used to find a usable image |
1973 satisfying one of a list of specifications. | 1987 satisfying one of a list of specifications. |
1974 | 1988 |
1975 +++ | 1989 +++ |
1976 ** The STRING argument of `put-image' and `insert-image' is now | 1990 ** The STRING argument of `put-image' and `insert-image' is now |