Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
436a2ccd
Commit
436a2ccd
authored
Oct 19, 2005
by
Chong Yidong
Browse files
* NEWS: New variable `max-image-size'.
parent
63ab30d0
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
13 additions
and
0 deletions
+13
-0
etc/ChangeLog
etc/ChangeLog
+4
-0
etc/NEWS
etc/NEWS
+9
-0
No files found.
etc/ChangeLog
View file @
436a2ccd
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
...
...
etc/NEWS
View file @
436a2ccd
...
...
@@ -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)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment