comparison admin/FOR-RELEASE @ 65728:2cc295745d93

*** empty log message ***
author Kim F. Storm <storm@cua.dk>
date Thu, 29 Sep 2005 08:28:05 +0000
parents cba04455125c
children d0393b4336d0 b1c1fc853d2f
comparison
equal deleted inserted replaced
65727:cba04455125c 65728:2cc295745d93
39 representation into a two-level model where first level maps 39 representation into a two-level model where first level maps
40 bitmap usage to a bitmap name, and second level maps bitmap name to 40 bitmap usage to a bitmap name, and second level maps bitmap name to
41 a bitmap appearence. 41 a bitmap appearence.
42 [Assigned to KFS] 42 [Assigned to KFS]
43 43
44 ** Put a max-limit on the size of images, e.g. based on the display size.
45 This is to avoid allocating insane amounts of memory due to bogus
46 image size specifications.
47 Note: rather than clipping images that are too big (this may be
48 non-trivial to do correctly in all cases -- and thus non-trivial to
49 test), it may be better just to avoid displaying such images for emacs 22.
50
44 * FATAL ERRORS 51 * FATAL ERRORS
45 52
46 ** Investigate reported crashes in compact_small_strings. 53 ** Investigate reported crashes in compact_small_strings.
47 54
48 ** Investigate reported crashes related to using an 55 ** Investigate reported crashes related to using an
55 happen when mixing a MSVC build of Emacs with a MinGW build of the 62 happen when mixing a MSVC build of Emacs with a MinGW build of the
56 jpeg library (or the other way around). The fix is straightforward 63 jpeg library (or the other way around). The fix is straightforward
57 and has already been posted on the developers' list, but it is on the 64 and has already been posted on the developers' list, but it is on the
58 back burner waiting for a legal comment or an alternate implementation 65 back burner waiting for a legal comment or an alternate implementation
59 (around 30 lines of code). 66 (around 30 lines of code).
60
61 ** goeran@uddeborg.se's Sep 13 crash report
62 about trying to display the invalid gif file poison.gif.
63 67
64 * BUGS 68 * BUGS
65 69
66 ** Make a new interface for specifying window configurations 70 ** Make a new interface for specifying window configurations
67 so that we can fix bugs in balance-windows. 71 so that we can fix bugs in balance-windows.