diff options
| -rw-r--r-- | etc/NEWS | 9 |
1 files changed, 2 insertions, 7 deletions
| @@ -4690,13 +4690,8 @@ explicitly; for example, if an image is put in etc/images/foo/bar.xpm: | |||
| 4690 | (defimage foo-image '((:type xpm :file "foo/bar.xpm"))) | 4690 | (defimage foo-image '((:type xpm :file "foo/bar.xpm"))) |
| 4691 | 4691 | ||
| 4692 | +++ | 4692 | +++ |
| 4693 | *** The new variable `max-image-size' defines the maximum size of an | 4693 | *** The new variable `max-image-size' defines the maximum size of |
| 4694 | image, relative to the selected frame, that Emacs will load. | 4694 | images that Emacs will load and display. |
| 4695 | |||
| 4696 | This is a floating point number that is multiplied by the width and | ||
| 4697 | height of the selected frame (in pixels), to give the maximum image | ||
| 4698 | width and height. Emacs will not load an image into memory if it is | ||
| 4699 | larger than this. | ||
| 4700 | 4695 | ||
| 4701 | ** Mouse pointer features: | 4696 | ** Mouse pointer features: |
| 4702 | 4697 | ||