mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-26 07:11:34 -08:00
max-image-size implemented.
This commit is contained in:
parent
436a2ccd3f
commit
2e2099ebf0
2 changed files with 4 additions and 7 deletions
|
|
@ -1,3 +1,7 @@
|
|||
2005-10-18 Chong Yidong <cyd@stupidchicken.com>
|
||||
|
||||
* FOR-RELEASE (New features): max-image-size implemented.
|
||||
|
||||
2005-10-17 Bill Wohler <wohler@newt.com>
|
||||
|
||||
* FOR-RELEASE (DOCUMENTATION): Removed lisp/toolbar from list
|
||||
|
|
|
|||
|
|
@ -39,13 +39,6 @@ bitmap usage to a bitmap name, and second level maps bitmap name to
|
|||
a bitmap appearence.
|
||||
[Assigned to KFS]
|
||||
|
||||
** Put a max-limit on the size of images, e.g. based on the display size.
|
||||
This is to avoid allocating insane amounts of memory due to bogus
|
||||
image size specifications.
|
||||
Note: rather than clipping images that are too big (this may be
|
||||
non-trivial to do correctly in all cases -- and thus non-trivial to
|
||||
test), it may be better just to avoid displaying such images for emacs 22.
|
||||
|
||||
* FATAL ERRORS
|
||||
|
||||
** Investigate reported crashes in compact_small_strings.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue