diff options
| author | Juanma Barranquero | 2005-08-09 15:26:52 +0000 |
|---|---|---|
| committer | Juanma Barranquero | 2005-08-09 15:26:52 +0000 |
| commit | 28df3a10ce195838ebe9b56b94700b7fdbb6d61a (patch) | |
| tree | 788bd928027af7788706bf6d3f8b4a2b1b98aec5 /admin | |
| parent | e7cdb3e043eeec251bc504b368900b5797c49910 (diff) | |
| download | emacs-28df3a10ce195838ebe9b56b94700b7fdbb6d61a.tar.gz emacs-28df3a10ce195838ebe9b56b94700b7fdbb6d61a.zip | |
Add W32-specific issues.
Diffstat (limited to 'admin')
| -rw-r--r-- | admin/FOR-RELEASE | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/admin/FOR-RELEASE b/admin/FOR-RELEASE index 31bc4caf0f3..e9d2a75ddec 100644 --- a/admin/FOR-RELEASE +++ b/admin/FOR-RELEASE | |||
| @@ -45,6 +45,16 @@ To be done by Andre Spiegel <spiegel@gnu.org>. | |||
| 45 | ** Investigate reported crashes related to using an | 45 | ** Investigate reported crashes related to using an |
| 46 | invalid pointer from string_free_list. | 46 | invalid pointer from string_free_list. |
| 47 | 47 | ||
| 48 | ** Emacs on Windows crashes reading JPEG images from files. | ||
| 49 | |||
| 50 | The problem is caused by the Emacs executable and the image library | ||
| 51 | having multiple, incompatible copies of the run-time code, which can | ||
| 52 | happen when mixing a MSVC build of Emacs with a MinGW build of the | ||
| 53 | jpeg library (or the other way around). The fix is straightforward | ||
| 54 | and has already been posted on the developers' list, but it is on the | ||
| 55 | back burner waiting for a legal comment or an alternate implementation | ||
| 56 | (around 30 lines of code). | ||
| 57 | |||
| 48 | * BUGS | 58 | * BUGS |
| 49 | 59 | ||
| 50 | ** Fix those modes that still use compile-internal, to not use it. | 60 | ** Fix those modes that still use compile-internal, to not use it. |
| @@ -67,6 +77,13 @@ non-nil. If so, it is not overwritten. | |||
| 67 | 77 | ||
| 68 | To enable the fix, the user must set comint-process-echoes to t. | 78 | To enable the fix, the user must set comint-process-echoes to t. |
| 69 | 79 | ||
| 80 | ** Server processes do not work on Windows. | ||
| 81 | |||
| 82 | TCP/IP server processes created with `make-network-process' consume | ||
| 83 | excesive CPU on some Windows environments. Usages of 50% and 100% | ||
| 84 | CPU time have been observed on different Window XP configurations. | ||
| 85 | |||
| 86 | When calling `delete-process' on an UDP server process, Emacs hangs. | ||
| 70 | 87 | ||
| 71 | ** Bug in ebrowse | 88 | ** Bug in ebrowse |
| 72 | 89 | ||