Mercurial > emacs
changeset 66198:34cdb895f63b
* NEWS: New variable `max-image-size'.
author | Chong Yidong <cyd@stupidchicken.com> |
---|---|
date | Wed, 19 Oct 2005 03:56:09 +0000 |
parents | 53c764d16ccf |
children | 94e5c90a3f07 |
files | etc/ChangeLog etc/NEWS |
diffstat | 2 files changed, 13 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/etc/ChangeLog Wed Oct 19 03:55:44 2005 +0000 +++ b/etc/ChangeLog Wed Oct 19 03:56:09 2005 +0000 @@ -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
--- a/etc/NEWS Wed Oct 19 03:55:44 2005 +0000 +++ b/etc/NEWS Wed Oct 19 03:56:09 2005 +0000 @@ -4689,6 +4689,15 @@ (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)