]> git.eshelyaron.com Git - emacs.git/commitdiff
Added note about subprocesses on Windows 9x.
authorJason Rumney <jasonr@gnu.org>
Sun, 19 Nov 2000 12:36:50 +0000 (12:36 +0000)
committerJason Rumney <jasonr@gnu.org>
Sun, 19 Nov 2000 12:36:50 +0000 (12:36 +0000)
etc/ChangeLog
etc/PROBLEMS

index acbcd0a0648595b884ff6141c2a01807df00ef0d..898aac73923d7220dc8a7036479eb071f7b09b6a 100644 (file)
@@ -1,3 +1,7 @@
+2000-11-19  Jason Rumney  <jasonr@gnu.org>
+
+       * PROBLEMS: Added note about subprocesses on Windows 9x.
+
 2000-11-16  Andre Spiegel  <spiegel@gnu.org>
 
        * NEWS: Updated VC news.
@@ -1199,5 +1203,5 @@ line.  Change logs above this notice are those for the 21.x code line.
        * loadst.c (main) [XENIX]: use /usr/spool/mail, not /usr/mail.
 
 ;; Local Variables:
-;; coding: iso-2022-7bit-unix
+;; coding: iso-2022-7bit
 ;; End:
index d5ae2ba76b2e4ae08d8ad1051e8a50e9f066f18c..66ed5718305075a60ad3055c2717633de9336aa2 100644 (file)
@@ -1,6 +1,13 @@
 This file describes various problems that have been encountered
 in compiling, installing and running GNU Emacs.
 
+* On Windows 95/98/ME, subprocesses do not terminate properly.
+
+This is a limitation of the Operating System, and can cause problems
+when shutting down Windows. Ensure that all subprocesses are exited
+cleanly before exiting Emacs. For more details, see the FAQ at
+ftp://ftp.gnu.org/gnu/windows/emacs/doc/index.html
+
 * Mail sent through Microsoft Exchange in some encodings appears to be
 mangled and is not seen correctly in Rmail or Gnus.  We don't know
 exactly what happens, but it isn't an Emacs problem in cases we've