mirror of
https://github.com/gnustep/libs-gsweb.git
synced 2025-04-23 15:33:43 +00:00
*** empty log message ***
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gsweb/trunk@19538 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
d497dc3640
commit
2f922e88fc
1 changed files with 20 additions and 8 deletions
28
ChangeLog
28
ChangeLog
|
@ -1,12 +1,14 @@
|
|||
2004-05-18 David Ayers <d.ayers@inode.at>
|
||||
ChangeLog
|
||||
|
||||
2004-06-16 David Wetzel <dave@turbocat.de>
|
||||
|
||||
* GSWeb.framework/GSWDynamicURLString.m
|
||||
A bit optimized based on Manuel's code.
|
||||
* GSWeb.framework/GSWApplication.m
|
||||
added -(BOOL)isDebuggingEnabled
|
||||
* GSWExtensions.framework/GSWExceptionPage.gswc/GSWExceptionPage.gswd
|
||||
Fixed for MacOSX KVC. condition = application.isDebuggingEnabled
|
||||
|
||||
* GSWeb.framework/GSUtils.m (boolValueWithDefaultFor): Do not
|
||||
reimplement defaults bool evaluation semantics differently from
|
||||
-base / Foundation.
|
||||
* GSWeb.framework/GSWDeclarationParser.m (-[tryParseBoolean]):
|
||||
Make more robust and allow upper and lower case variants and
|
||||
single letter variants of both YES/NO and true/false.
|
||||
|
||||
2004-06-14 David Wetzel <dave@turbocat.de>
|
||||
|
||||
* GSWeb.framework/GSWElementIDString.m
|
||||
|
@ -17,6 +19,16 @@
|
|||
in appendContentString: append string only if not nil
|
||||
(patch from Philip Moetteli)
|
||||
|
||||
// DATE WRONG??
|
||||
2004-05-18 David Ayers <d.ayers@inode.at>
|
||||
|
||||
* GSWeb.framework/GSUtils.m (boolValueWithDefaultFor): Do not
|
||||
reimplement defaults bool evaluation semantics differently from
|
||||
-base / Foundation.
|
||||
* GSWeb.framework/GSWDeclarationParser.m (-[tryParseBoolean]):
|
||||
Make more robust and allow upper and lower case variants and
|
||||
single letter variants of both YES/NO and true/false.
|
||||
|
||||
2004-06-01 David Wetzel <dave@turbocat.de>
|
||||
|
||||
* GSWeb.framework/GSWDeclarationParser.m:
|
||||
|
|
Loading…
Reference in a new issue