Mercurial > emacs
comparison admin/FOR-RELEASE @ 66199:94e5c90a3f07
max-image-size implemented.
author | Chong Yidong <cyd@stupidchicken.com> |
---|---|
date | Wed, 19 Oct 2005 03:57:26 +0000 |
parents | 28718fa5d988 |
children | 04eb729be330 |
comparison
equal
deleted
inserted
replaced
66198:34cdb895f63b | 66199:94e5c90a3f07 |
---|---|
36 one-level representation. It would be cleaner to split the | 36 one-level representation. It would be cleaner to split the |
37 representation into a two-level model where first level maps | 37 representation into a two-level model where first level maps |
38 bitmap usage to a bitmap name, and second level maps bitmap name to | 38 bitmap usage to a bitmap name, and second level maps bitmap name to |
39 a bitmap appearence. | 39 a bitmap appearence. |
40 [Assigned to KFS] | 40 [Assigned to KFS] |
41 | |
42 ** Put a max-limit on the size of images, e.g. based on the display size. | |
43 This is to avoid allocating insane amounts of memory due to bogus | |
44 image size specifications. | |
45 Note: rather than clipping images that are too big (this may be | |
46 non-trivial to do correctly in all cases -- and thus non-trivial to | |
47 test), it may be better just to avoid displaying such images for emacs 22. | |
48 | 41 |
49 * FATAL ERRORS | 42 * FATAL ERRORS |
50 | 43 |
51 ** Investigate reported crashes in compact_small_strings. | 44 ** Investigate reported crashes in compact_small_strings. |
52 | 45 |