From ceafee046090ff5969ada2dd56cadac43cc96788 Mon Sep 17 00:00:00 2001 From: Dave Wetzel Date: Tue, 6 Aug 2002 22:18:09 +0000 Subject: [PATCH] updated docs git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gsweb/trunk@14238 72102866-910b-0410-8b05-ffd578937521 --- ChangeLog | 7 +++++++ INSTALL | 5 ++++- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index fc99eec..867f707 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2002-08-06 David Wetzel + * GSWeb.framework/GSWImageButton.m + o fixed a bug that caused the ImageButton to call the action even if it + was not klicked. + * GSWeb.framework/GSWApplication.m GSWDisplayGroup.h GSWSession.m + o added support for NOEXTENSIONS and TCSDB + 2002-08-04 Manuel Guesdon * GSWeb.framework/GSWEmbeddedObject.m o ivar names changes to conform to coding standards diff --git a/INSTALL b/INSTALL index 8e1485d..b3040e7 100644 --- a/INSTALL +++ b/INSTALL @@ -62,6 +62,9 @@ At this point everything is done, still remains the Apache configuration: You have to export the following env var: export GNUSTEP_STRING_ENCODING=NSISOLatin1StringEncoding +If you do not want the extensions you can compile with ADDITIONAL_OBJCFLAGS += -DNOEXTENSIONS +in config.mak + Configurating Apache: ===================== @@ -132,7 +135,7 @@ exemple values for a localhost use: } -Now, develop an application and runnit ! +Now, develop an application and run it ! We'll try to put a sample application soon.