# HG changeset patch # User Steven Tamm # Date 1092173882 0 # Node ID c19be515db1ca8138f38daf08a01d982da7f798a # Parent 0cee455027edfe58134b51db30fcd6db0e7a125a Remove description of Mac OS version upgrade problems as it is no longer applicable. diff -r 0cee455027ed -r c19be515db1c etc/ChangeLog --- a/etc/ChangeLog Tue Aug 10 21:18:38 2004 +0000 +++ b/etc/ChangeLog Tue Aug 10 21:38:02 2004 +0000 @@ -1,3 +1,8 @@ +2004-08-10 Steven Tamm + + * PROBLEMS: Remove description of Mac OS version upgrade + problems as it is no longer applicable. + 2004-07-27 Werner Lemberg * NEWS: Document all new tutorials. diff -r 0cee455027ed -r c19be515db1c etc/PROBLEMS --- a/etc/PROBLEMS Tue Aug 10 21:18:38 2004 +0000 +++ b/etc/PROBLEMS Tue Aug 10 21:38:02 2004 +0000 @@ -59,17 +59,6 @@ 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".