libs-gsweb/GSWExtensionsGSW.framework
ayers 7bb0ef71c4 * GSWExtensions.framework/Makefile.preamble: Correct
ADDITIONAL_INCLUDE_DIRS and ADDITIONAL_LIB_DIRS.
        * Testing/DynamicElements/Makefile.preamble: Ditto.
        * GSWExtensionsGSW.framework/Makefile.preamble: Ditto. Also
        remove comments.
        * GSWeb.framework/Makefile.preamble.in:  Ditto. Also correct
        ADDITIONAL_CPPFLAGS

        * Testing/DynamicElements/GNUmakefile: Remove unused
	variables.
        * GSWeb.framework/GNUmakefile: Ditto.

        * GSWExtensions.framework/Makefile.postamble: Removed unused
        targets 'regenerate' and 'copy-dist'.
        * GSWExtensionsGSW.framework/Makefile.postamble: Ditto.
        * Testing/DynamicElements/Makefile.postamble: Ditto.
        * GSWeb.framework/Makefile.postamble: Ditto.  Add rule for
        GNUSTEP_TARGET_DIR dependent 'config.h'.

        * Testing/DynamicElements/Resources/Info-DynamicElements.plist:
        Correct spelling.

        * Testing/DynamicElements/DynamicElements.m: Replace #import
        with #include.
        * Testing/DynamicElements/DynamicElements_main.m: Ditto.
        * Testing/DynamicElements/Main.h: Ditto.
        * Testing/DynamicElements/Main.m: Ditto.
        * Examples/hello/Hello.m: Ditto.
        * Examples/hello/HelloPage.h: Ditto.
        * Examples/hello/HelloPage.m: Ditto.
        * Examples/hello/Hello_main.m: Ditto.
        * Examples/hello/Main.h: Ditto.
        * Examples/hello/Main.m: Ditto.
        * Examples/hello/Resources/Info-Hello.plist: Reformatted.

        * GSWeb.framework/GSWDebug.h/m (GSWLogAssertGoodFn): Adjust
        prototype to use id instead of NSObject * and dereference via
        class_pointer instead of isa.
        ([NSObject isa]): Remove obsolete category.

        * GSWeb.framework/GSWPageDefLexer.h: Use "GSWeb.h" instead of
        <GSWeb/GSWeb.h> for include.
        * GSWeb.framework/GSWPageDefLexer.m: Ditto.
        * GSWeb.framework/GSWPageDefParser.h: Ditto.
        * GSWeb.framework/GSWPageDefParser.m: Ditto.
        * GSWeb.framework/GSWPageDefParserTokenTypes.h: Ditto.
        * GSWeb.framework/PageDef.g: Ditto.
        * GSWeb.framework/html.g: Ditto.
        * GSWeb.framework/htmltag.g: Ditto.

        * GSWeb.framework/GSWWOCompatibility.m: Remove file.


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gsweb/trunk@18338 72102866-910b-0410-8b05-ffd578937521
2004-01-08 16:23:47 +00:00
..
French.lproj/GSWLogin.gswc 2000-10-04 Manuel Guesdon <mguesdon@orange-concept.com> 2000-10-04 22:19:43 +00:00
GSWFileUploadComponent.gswc 2003-03-03 Manuel Guesdon <mguesdon@orange-concept.com> 2003-03-03 08:47:29 +00:00
GSWFileUploadFormComponent.gswc 2003-05-14 Manuel Guesdon <mguesdon@orange-concept.com> 2003-05-14 08:30:22 +00:00
GSWLogin.gswc o removed date stuff 2003-11-24 12:25:05 +00:00
GSWSimpleFormComponent.gswc 2000-10-04 Manuel Guesdon <mguesdon@orange-concept.com> 2000-10-04 22:19:43 +00:00
GSWTabComponent.gswc 2000-10-04 Manuel Guesdon <mguesdon@orange-concept.com> 2000-10-04 22:19:43 +00:00
GSWValidationFailureComponent.gswc 2002-11-18 Manuel Guesdon <mguesdon@orange-concept.com> 2002-11-18 11:14:55 +00:00
Resources Initial revision 2000-01-22 12:49:49 +00:00
bundle-info.plist Initial revision 2000-01-22 12:49:49 +00:00
GNUmakefile * GSWeb.framework/GNUmakefile 2003-11-09 18:10:39 +00:00
gswextensionsgsw.gsdoc 2002-03-07 Manuel Guesdon <mguesdon@orange-concept.com> 2002-03-06 23:13:23 +00:00
GSWExtGSWWOCompatibility.h * *.h/m: Updated to new header layout. 2003-08-25 20:15:32 +00:00
GSWFileUploadComponent.h 2003-03-21 Manuel Guesdon <mguesdon@orange-concept.com> 2003-03-21 14:32:57 +00:00
GSWFileUploadComponent.m 2003-03-24 Manuel Guesdon <mguesdon@orange-concept.com> 2003-03-24 07:45:52 +00:00
GSWFileUploadFormComponent.h 2002-03-07 Manuel Guesdon <mguesdon@orange-concept.com> 2002-03-06 23:13:23 +00:00
GSWFileUploadFormComponent.m 2003-03-24 Manuel Guesdon <mguesdon@orange-concept.com> 2003-03-24 07:45:52 +00:00
GSWLogin.h *** empty log message *** 2000-03-16 16:16:49 +00:00
GSWLogin.m o removed date stuff 2003-11-24 12:25:05 +00:00
GSWSimpleFormComponent.h 2002-03-07 Manuel Guesdon <mguesdon@orange-concept.com> 2002-03-06 23:13:23 +00:00
GSWSimpleFormComponent.m 2003-03-24 Manuel Guesdon <mguesdon@orange-concept.com> 2003-03-24 07:45:52 +00:00
GSWTabComponent.h Initial revision 2000-01-22 12:49:49 +00:00
GSWTabComponent.m 2003-03-24 Manuel Guesdon <mguesdon@orange-concept.com> 2003-03-24 07:45:52 +00:00
GSWValidationFailureComponent.h 2002-03-07 Manuel Guesdon <mguesdon@orange-concept.com> 2002-03-06 23:13:23 +00:00
GSWValidationFailureComponent.m 2003-03-24 Manuel Guesdon <mguesdon@orange-concept.com> 2003-03-24 07:45:52 +00:00
Makefile.postamble * GSWExtensions.framework/Makefile.preamble: Correct 2004-01-08 16:23:47 +00:00
Makefile.preamble * GSWExtensions.framework/Makefile.preamble: Correct 2004-01-08 16:23:47 +00:00