1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-07 12:20:39 -08:00

* NEWS: New variable `max-image-size'.

This commit is contained in:
Chong Yidong 2005-10-19 03:56:09 +00:00
parent 63ab30d0bd
commit 436a2ccd3f
2 changed files with 13 additions and 0 deletions

View file

@ -1,3 +1,7 @@
2005-10-18 Chong Yidong <cyd@stupidchicken.com>
* NEWS: New variable `max-image-size'.
2005-10-17 Bill Wohler <wohler@newt.com>
Moved all remaining images from lisp/toolbar to etc/images. The

View file

@ -4689,6 +4689,15 @@ explicitly; for example, if an image is put in etc/images/foo/bar.xpm:
(defimage foo-image '((:type xpm :file "foo/bar.xpm")))
+++
*** The new variable `max-image-size' defines the maximum size of an
image, relative to the selected frame, that Emacs will load.
This is a floating point number that is multiplied by the width and
height of the selected frame (in pixels), to give the maximum image
width and height. Emacs will not load an image into memory if it is
larger than this.
** Mouse pointer features:
+++ (lispref)