aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChong Yidong2005-10-19 03:56:09 +0000
committerChong Yidong2005-10-19 03:56:09 +0000
commit436a2ccd3f0b37928cd97841419ca4099667ce28 (patch)
tree3bc3fe817e6681dd4d75700beeb5bd2cc9b41bf3
parent63ab30d0bdda9df5e0db1db4df1d8c6679eae5fe (diff)
downloademacs-436a2ccd3f0b37928cd97841419ca4099667ce28.tar.gz
emacs-436a2ccd3f0b37928cd97841419ca4099667ce28.zip
* NEWS: New variable `max-image-size'.
-rw-r--r--etc/ChangeLog4
-rw-r--r--etc/NEWS9
2 files changed, 13 insertions, 0 deletions
diff --git a/etc/ChangeLog b/etc/ChangeLog
index afc7b6b8249..7c484aeaab0 100644
--- a/etc/ChangeLog
+++ b/etc/ChangeLog
@@ -1,3 +1,7 @@
12005-10-18 Chong Yidong <cyd@stupidchicken.com>
2
3 * NEWS: New variable `max-image-size'.
4
12005-10-17 Bill Wohler <wohler@newt.com> 52005-10-17 Bill Wohler <wohler@newt.com>
2 6
3 Moved all remaining images from lisp/toolbar to etc/images. The 7 Moved all remaining images from lisp/toolbar to etc/images. The
diff --git a/etc/NEWS b/etc/NEWS
index 3c9044d95d8..327dda297e2 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -4689,6 +4689,15 @@ 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 4691
4692+++
4693*** The new variable `max-image-size' defines the maximum size of an
4694image, relative to the selected frame, that Emacs will load.
4695
4696This is a floating point number that is multiplied by the width and
4697height of the selected frame (in pixels), to give the maximum image
4698width and height. Emacs will not load an image into memory if it is
4699larger than this.
4700
4692** Mouse pointer features: 4701** Mouse pointer features:
4693 4702
4694+++ (lispref) 4703+++ (lispref)