Mercurial > emacs
comparison admin/FOR-RELEASE @ 66012:b4dbd6eac70b
(FATAL ERRORS): Remove item about JPEG libraries on Windows (Done).
author | Juanma Barranquero <lekktu@gmail.com> |
---|---|
date | Tue, 11 Oct 2005 08:23:28 +0000 |
parents | 27e12359729e |
children | 28718fa5d988 08b4dd6a6e87 5e2d3828e89f |
comparison
equal
deleted
inserted
replaced
66011:0d17c7f3364a | 66012:b4dbd6eac70b |
---|---|
50 | 50 |
51 ** Investigate reported crashes in compact_small_strings. | 51 ** Investigate reported crashes in compact_small_strings. |
52 | 52 |
53 ** Investigate reported crashes related to using an | 53 ** Investigate reported crashes related to using an |
54 invalid pointer from string_free_list. | 54 invalid pointer from string_free_list. |
55 | |
56 ** Emacs on Windows crashes reading JPEG images from files. | |
57 | |
58 The problem is caused by the Emacs executable and the image library | |
59 having multiple, incompatible copies of the run-time code, which can | |
60 happen when mixing a MSVC build of Emacs with a MinGW build of the | |
61 jpeg library (or the other way around). The fix is straightforward | |
62 and has already been posted on the developers' list, but it is on the | |
63 back burner waiting for a legal comment or an alternate implementation | |
64 (around 30 lines of code). | |
65 | 55 |
66 * BUGS | 56 * BUGS |
67 | 57 |
68 ** Make a new interface for specifying window configurations | 58 ** Make a new interface for specifying window configurations |
69 so that we can fix bugs in balance-windows. | 59 so that we can fix bugs in balance-windows. |