Mercurial > emacs
changeset 66199:94e5c90a3f07
max-image-size implemented.
author | Chong Yidong <cyd@stupidchicken.com> |
---|---|
date | Wed, 19 Oct 2005 03:57:26 +0000 |
parents | 34cdb895f63b |
children | 568d40ba6f52 |
files | admin/ChangeLog admin/FOR-RELEASE |
diffstat | 2 files changed, 4 insertions(+), 7 deletions(-) [+] |
line wrap: on
line diff
--- a/admin/ChangeLog Wed Oct 19 03:56:09 2005 +0000 +++ b/admin/ChangeLog Wed Oct 19 03:57:26 2005 +0000 @@ -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
--- a/admin/FOR-RELEASE Wed Oct 19 03:56:09 2005 +0000 +++ b/admin/FOR-RELEASE Wed Oct 19 03:57:26 2005 +0000 @@ -39,13 +39,6 @@ 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.