mirror of
https://github.com/gnustep/libs-gsweb.git
synced 2025-04-23 15:33:43 +00:00
2004-09-01 Manuel Guesdon <mguesdon@orange-concept.com>
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gsweb/trunk@19961 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
7d73c85f1a
commit
6d40d6eefb
1 changed files with 56 additions and 1 deletions
57
ChangeLog
57
ChangeLog
|
@ -1,3 +1,59 @@
|
|||
2004-09-01 Manuel Guesdon <mguesdon@orange-concept.com>
|
||||
* GSWExtensions.framework/GSWCollapsibleComponentContent.m:
|
||||
o removed unused methods
|
||||
o added -isDisabled
|
||||
o added -shouldDisplay
|
||||
* GSWExtensions.framework/GSWCollapsibleComponentContent.gswc/GSWCollapsibleComponentContent.gswd:
|
||||
o added ShouldDisplay
|
||||
* GSWExtensions.framework/GSWCollapsibleComponentContent.gswc/GSWCollapsibleComponentContent.html:
|
||||
o added ShouldDisplay
|
||||
* GSWExtensionsGSW.framework/GSWCacheElement.m:
|
||||
o fix keys array end
|
||||
* GSWeb.framework/GSWApplication.m:
|
||||
o use GSWIntToNSString instead of string formatting
|
||||
* GSWeb.framework/GSWComponent.m:
|
||||
o logs
|
||||
* GSWeb.framework/GSWDeclarationParser.h:
|
||||
o added exception names constants
|
||||
o added GSWDeclarationFormatException
|
||||
* GSWeb.framework/GSWDeclarationParser.m:
|
||||
o added exception names constants
|
||||
o added GSWDeclarationFormatException
|
||||
o added declaration caching (work in progress)
|
||||
o use GSWDeclarationFormatException instead of NSException
|
||||
* GSWeb.framework/GSWDefaultAdaptor.m:
|
||||
o use GSWIntToNSString instead of string formatting
|
||||
* GSWeb.framework/GSWDisplayGroup.h/.m:
|
||||
o added -addQueryOperator:forKey:
|
||||
* GSWeb.framework/GSWDynamicURLString.h/.m:
|
||||
o chnages to use IMPs and buffers
|
||||
o use GSWIntToNSString instead of string formatting
|
||||
* GSWeb.framework/GSWElementIDString.m:
|
||||
o rewritten -deleteLastElementIDComponent and
|
||||
-incrementLastElementIDComponent for speed
|
||||
and memory usage improvement
|
||||
* GSWeb.framework/GSWHTMLTemplateParser.m:
|
||||
o improved exceptions handling
|
||||
* GSWeb.framework/GSWMessage.h/.m:
|
||||
o use of IMPs for speed
|
||||
* GSWeb.framework/GSWRecording.m:
|
||||
o use GSWIntToNSString instead of string formatting
|
||||
* GSWeb.framework/GSWRequest.m
|
||||
o use GSWIntToNSString instead of string formatting
|
||||
* GSWeb.framework/GSWResponse.m
|
||||
o use GSWIntToNSString instead of string formatting
|
||||
* GSWeb.framework/GSWSession.m
|
||||
o use GSWIntToNSString instead of string formatting
|
||||
* GSWeb.framework/GSWStatisticsStore.m
|
||||
o use GSWIntToNSString instead of string formatting
|
||||
* GSWeb.framework/GSWTemporaryElement.m
|
||||
o use GSWDeclarationFormatException instead of NSException
|
||||
* GSWeb.framework/GSWUtils.h/.m:
|
||||
o added GSWIntToString and GSWIntToNSString
|
||||
o use GSWIntToNSString instead of string formatting
|
||||
* GSWeb.framework/GSWRequestHandler.m:
|
||||
o implemented -handleRequest
|
||||
|
||||
2004-08-29 David Ayers <d.ayers@inode.at>
|
||||
|
||||
* GSWeb.framework/GSWApplication+Defaults.m
|
||||
|
@ -139,7 +195,6 @@
|
|||
* GSWeb.framework/GSWTemplateParser.m: Do not initialize va_list
|
||||
with NULL.
|
||||
|
||||
>>>>>>> 1.170
|
||||
2004-05-14 Manuel Guesdon <mguesdon@orange-concept.com>
|
||||
|
||||
* GSWeb.framework/GSWHTMLTemplateParser.m:
|
||||
|
|
Loading…
Reference in a new issue