]> git.eshelyaron.com Git - emacs.git/commitdiff
Remove description of Mac OS version upgrade
authorSteven Tamm <steventamm@mac.com>
Tue, 10 Aug 2004 21:38:02 +0000 (21:38 +0000)
committerSteven Tamm <steventamm@mac.com>
Tue, 10 Aug 2004 21:38:02 +0000 (21:38 +0000)
problems as it is no longer applicable.

etc/ChangeLog
etc/PROBLEMS

index 5c86c060880790aebcb26dda56ac53071625d228..c26a8a7d7863d0183fd6a43705026a91cee356a0 100644 (file)
@@ -1,3 +1,8 @@
+2004-08-10  Steven Tamm  <steventamm@mac.com>
+
+       * PROBLEMS: Remove description of Mac OS version upgrade
+       problems as it is no longer applicable.
+
 2004-07-27  Werner Lemberg  <wl@gnu.org>
 
        * NEWS: Document all new tutorials.
index abc04f3dd112bee65d821a13beacce140b369c37..a72d6f14e314c765a83c4c0554a882e4732c7675 100644 (file)
@@ -59,17 +59,6 @@ There appears to be a problem with the implementation of pty's on the
 Mac OS X that causes process output to be truncated.  To avoid this,
 leave process-connection-type set to its default value of nil.
 
-* Emacs crashes on Mac OS X (Carbon) after system software upgrade.
-
-This problem seems to be now solved by Steven Tamm's patch to
-unexmacosx.c on Nov 24, 2002.
-
-Between Mac OS X release 10.2.1 and 10.2.2 there was an incompatible
-change in the memory allocator that causes a EXC_BAD_ACCESS error near
-xrealloc().  Relinking the application (by deleting src/temacs and
-running make) will solve the problem.  It appears to be caused by some
-problems with the unexec code and its interaction with libSystem.B.
-
 * Emacs crashes with SIGSEGV in XtInitializeWidgetClass
 
 It crashes on X, but runs fine when called with option "-nw".