From be3cf8a770f67f22f57b18f1e1dbcf731a7c8c20 Mon Sep 17 00:00:00 2001 From: Nicola Pero Date: Wed, 10 Jan 2001 22:39:03 +0000 Subject: [PATCH] Prevent recursive calls of the gui exception handler git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@8554 72102866-910b-0410-8b05-ffd578937521 --- ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/ChangeLog b/ChangeLog index 6752acee8..bfc3666f1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +Wed Jan 10 21:19:23 2001 Nicola Pero + + * Source/NSApplication.m ([+initialize]): Save the default + exception handler before setting a new one. + (_NSAppKitUncaughtExceptionHandler): Reset the exception handler + to the default exception handler during execution, to prevent very + annoying recursive calls. + Wed Jan 10 19:42:22 2001 Nicola Pero * Source/GSTextStorage.m ([-length]): Added for speed.