aboutsummaryrefslogtreecommitdiffstats
path: root/admin
diff options
context:
space:
mode:
authorJuanma Barranquero2005-08-09 15:26:52 +0000
committerJuanma Barranquero2005-08-09 15:26:52 +0000
commit28df3a10ce195838ebe9b56b94700b7fdbb6d61a (patch)
tree788bd928027af7788706bf6d3f8b4a2b1b98aec5 /admin
parente7cdb3e043eeec251bc504b368900b5797c49910 (diff)
downloademacs-28df3a10ce195838ebe9b56b94700b7fdbb6d61a.tar.gz
emacs-28df3a10ce195838ebe9b56b94700b7fdbb6d61a.zip
Add W32-specific issues.
Diffstat (limited to 'admin')
-rw-r--r--admin/FOR-RELEASE17
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
46invalid pointer from string_free_list. 46invalid pointer from string_free_list.
47 47
48** Emacs on Windows crashes reading JPEG images from files.
49
50The problem is caused by the Emacs executable and the image library
51having multiple, incompatible copies of the run-time code, which can
52happen when mixing a MSVC build of Emacs with a MinGW build of the
53jpeg library (or the other way around). The fix is straightforward
54and has already been posted on the developers' list, but it is on the
55back 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
68To enable the fix, the user must set comint-process-echoes to t. 78To enable the fix, the user must set comint-process-echoes to t.
69 79
80** Server processes do not work on Windows.
81
82TCP/IP server processes created with `make-network-process' consume
83excesive CPU on some Windows environments. Usages of 50% and 100%
84CPU time have been observed on different Window XP configurations.
85
86When calling `delete-process' on an UDP server process, Emacs hangs.
70 87
71** Bug in ebrowse 88** Bug in ebrowse
72 89