From e4fd24ffea5eff293bbab5dd2dd1cc22e8b749d0 Mon Sep 17 00:00:00 2001 From: nicola Date: Sun, 6 May 2007 13:28:28 +0000 Subject: [PATCH] Indented entries git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/libobjc/trunk@25126 72102866-910b-0410-8b05-ffd578937521 --- ChangeLog | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/ChangeLog b/ChangeLog index eb0b299..fab9e00 100644 --- a/ChangeLog +++ b/ChangeLog @@ -6,20 +6,22 @@ 2006-02-24 Jeremy Bettis - * misc.c: Added some missing objc_DECLARE keywords on function pointer definitions. - * init.c: (objc_send_load): Removed the check for NXConstantString class to fix +load. + * misc.c: Added some missing objc_DECLARE keywords on function pointer definitions. + * init.c: (objc_send_load): Removed the check for NXConstantString class to fix +load. (again see:ChangeLog.GNUstep Tue Feb 11 17:11:00 2003) 2006-02-21 Jeremy Bettis - * thr-win32.c: (__objc_thread_detach): Removed duplicate definitions of thread_id and win32_handle. + * thr-win32.c: (__objc_thread_detach): Removed duplicate + definitions of thread_id and win32_handle. * objc/objc-decls.h: Don't use __dllspec on mingw platform. 2006-02-10 Jeremy Bettis - * init.c (objc_init_statics, __objc_init_protocols): Fix to GCC bug 23214 - (http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23214) In some odd circumstances - protocols are not properly initalized. See the Bugzilla page for testcase. + * init.c (objc_init_statics, __objc_init_protocols): Fix to GCC + bug 23214 (http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23214) In + some odd circumstances protocols are not properly initalized. See + the Bugzilla page for testcase. 2006-02-10 Jeremy Bettis