comparison etc/NEWS @ 66198:34cdb895f63b

* NEWS: New variable `max-image-size'.
author Chong Yidong <cyd@stupidchicken.com>
date Wed, 19 Oct 2005 03:56:09 +0000
parents cb6cf0328e4d
children c32a542fb0ad
comparison
equal deleted inserted replaced
66197:53c764d16ccf 66198:34cdb895f63b
4686 Subdirectories of etc/ and etc/images are not recursively searched; if 4686 Subdirectories of etc/ and etc/images are not recursively searched; if
4687 you put an image file in a subdirectory, you have to specify it 4687 you put an image file in a subdirectory, you have to specify it
4688 explicitly; for example, if an image is put in etc/images/foo/bar.xpm: 4688 explicitly; for example, if an image is put in etc/images/foo/bar.xpm:
4689 4689
4690 (defimage foo-image '((:type xpm :file "foo/bar.xpm"))) 4690 (defimage foo-image '((:type xpm :file "foo/bar.xpm")))
4691
4692 +++
4693 *** The new variable `max-image-size' defines the maximum size of an
4694 image, relative to the selected frame, that Emacs will load.
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.
4691 4700
4692 ** Mouse pointer features: 4701 ** Mouse pointer features:
4693 4702
4694 +++ (lispref) 4703 +++ (lispref)
4695 ??? (man) 4704 ??? (man)