bug-gnustep
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Header transition cleanups...


From: David Ayers
Subject: Header transition cleanups...
Date: Mon, 25 Aug 2003 22:34:12 +0200
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.4) Gecko/20030624

Hello,

With the help of Matt Rice, I've just updated the last header files to the new structure. Most project maintainers already updated. But for the following I would approval just not to get in the way of any releases of these projects based on previous GNUstep releases.

Renaissance:
gsldap:

Everything else has been updated.

Cheer,
David

? Renaissance.patch
Index: ChangeLog
===================================================================
RCS file: /cvsroot/gnustep/gnustep/dev-libs/Renaissance/ChangeLog,v
retrieving revision 1.14
diff -u -r1.14 ChangeLog
--- ChangeLog   16 Apr 2003 08:08:57 -0000      1.14
+++ ChangeLog   25 Aug 2003 19:51:17 -0000
@@ -1,3 +1,8 @@
+Mon Aug 25 18:00:00 2003  David Ayers  <d.ayers@inode.at>
+
+       * Source/Markup/DecoderBackend/GSMarkupDecoderBackendGSXML.m:
+       Update to new header structure.
+
 Wed Apr 16 09:53:14 2003  Nicola Pero  <n.pero@mi.flashnet.it>
 
        * INSTALL.OSX: Updated instructions.
Index: Source/Markup/DecoderBackend/GSMarkupDecoderBackendGSXML.m
===================================================================
RCS file: 
/cvsroot/gnustep/gnustep/dev-libs/Renaissance/Source/Markup/DecoderBackend/GSMarkupDecoderBackendGSXML.m,v
retrieving revision 1.1
diff -u -r1.1 GSMarkupDecoderBackendGSXML.m
--- Source/Markup/DecoderBackend/GSMarkupDecoderBackendGSXML.m  13 Jan 2003 
23:49:56 -0000      1.1
+++ Source/Markup/DecoderBackend/GSMarkupDecoderBackendGSXML.m  25 Aug 2003 
19:51:17 -0000
@@ -31,7 +31,7 @@
  */
 
 #include <Foundation/NSData.h>
-#include <Foundation/GSXML.h>
+#include <GNUstepBase/GSXML.h>
 
 @interface GSMarkupSAXHandler : GSSAXHandler
 {
? gsldap.patch
Index: ChangeLog
===================================================================
RCS file: /cvsroot/gnustep/gnustep/dev-libs/gsldap/ChangeLog,v
retrieving revision 1.2
diff -u -r1.2 ChangeLog
--- ChangeLog   1 Mar 2003 15:57:22 -0000       1.2
+++ ChangeLog   25 Aug 2003 20:30:48 -0000
@@ -1,3 +1,8 @@
+2003-25-08  David Ayers  <d.ayers@inode.at>
+
+       * GSLDAPCom.h:
+               o Update to new header structure.
+
 2003-03-01  Manuel Guesdon  <mguesdon@orange-concept.com>
        * GSLDAPCom.h:
                o added #include <sys/time.h>
Index: GSLDAPCom.h
===================================================================
RCS file: /cvsroot/gnustep/gnustep/dev-libs/gsldap/GSLDAPCom.h,v
retrieving revision 1.2
diff -u -r1.2 GSLDAPCom.h
--- GSLDAPCom.h 1 Mar 2003 15:58:54 -0000       1.2
+++ GSLDAPCom.h 25 Aug 2003 20:30:48 -0000
@@ -45,7 +45,7 @@
 #include <Foundation/NSScanner.h>
 #include <Foundation/NSCalendarDate.h>
 #include <Foundation/NSException.h>
-#include <base/GSCategories.h>
+#include <GNUstepBase/GSCategories.h>
 #include <gsldap/GSLDAPUtils.h>
 #include <gsldap/GSLDAPConnection.h>
 #include <gsldap/GSLDAPEntry.h>

reply via email to

[Prev in Thread] Current Thread [Next in Thread]