Author: mguesdon
Date: Thu May 22 13:09:50 2014
New Revision: 37899

URL: http://svn.gna.org/viewcvs/gnustep?rev=37899&view=rev
Log:
* GSWeb/GSWUtils.m
  fix rangeOfData:range:
* 
GSWExtensions/GSWCollapsibleComponentContent.gswc/GSWCollapsibleComponentContent.gswd
  set framework binding
* GSWExtensions/GSWCollapsibleComponentContent.[hm]
  handle framework binding
* 
GSWExtensions/GSWPageRestorationErrorPage.gswc/GSWPageRestorationErrorPage.gswd
  set framework binding
* 
GSWExtensions/GSWSessionCreationErrorPage.gswc/GSWSessionCreationErrorPage.gswd
  set framework binding
* 
GSWExtensions/GSWSessionRestorationErrorPage.gswc/GSWSessionRestorationErrorPage.gswd
  set framework binding
* GSWeb/GSWApplication.[hm]
  add -frameworkNameGSWExtensions
* GSWeb/GSWPasswordField.m
  respect GNUstep coding standard (curly brackets placement, etc.)
* GSWeb/GSWPasswordField.h
  remove unneeded declarations
* GSWeb/GSWHiddenField.m
  fix
* GSWeb/GSWHiddenField.h
  remove unneeded declarations
* GSWeb/GSWString.m
  fix appendToResponse:inContext: when formattedValue is nil
  respect GNUstep coding standard (curly brackets placement, etc.)
* GSWeb/GSWTemplateParser.m:
  fix exception error messages
* GSWeb/GSWPopUpButton.m        
  use GSWAssignAndRemoveAssociation() in initWithName:associations:template:
  clean code
* GSWeb/GSWRepetition.m
  respect GNUstep coding standard (curly brackets placement, etc.)
  reimplement startIndex and stopIndex bindings
  clean code
* GSWeb/GSWCheckBoxList.m
  fix -initWithName:...: prefix__Key duplicate, _value
* GSWeb.framework/GSWRadioButtonList.m
  respect GNUstep coding standard (curly brackets placement, etc.)
  use GSWAssignAndRemoveAssociation() in initWithName:associations:template:
  Fix bug in -initWithName (valueAssoc)
  Fix bug in _slowTakeValuesFromRequest: (call NSStringWithObject())
* GSWeb/GSWTextField.m
  respect GNUstep coding standard (curly brackets placement, etc.)
  use GSWAssignAndRemoveAssociation() in initWithName:associations:template:
  Fix bug (call NSStringWithObject())
* GSWeb/GSWText.m
  respect GNUstep coding standard (curly brackets placement, etc.)
  clean code
  use GSWAssignAndRemoveAssociation() in initWithName:associations:template:
  Fix bug (call NSStringWithObject())
* GSWeb/GSWCheckBox.m
  respect GNUstep coding standard (curly brackets placement, etc.)
  clean code
  use GSWAssignAndRemoveAssociation() in initWithName:associations:template:
* GSWeb/GSWRadioButton.m
  respect GNUstep coding standard (curly brackets placement, etc.)
  clean code
  use GSWAssignAndRemoveAssociation() in initWithName:associations:template:
* GSWeb.framework/GSWInput.h
  remove  initWithName:associations:contentElements:
* GSWeb.framework/GSWInput.m
  respect GNUstep coding standard (curly brackets placement, etc.)
  use GSWAssignAndRemoveAssociation() in initWithName:associations:template:
  ensure name is a string in -nameInContext:
  fix name escaping in -_appendNameAttributeToResponse:
  ensure value is a string in _appendValueAttributeToResponse:
  remove initWithName:associations:contentElements:
* GSWeb/GSWHTMLDynamicElement.m
  respect GNUstep coding standard (curly brackets placement, etc.)
  ensure string conversion in -_finishInitialization
  rename variables to make code understandable
* GSWeb/GSWConditional.m
  respect GNUstep coding standard (curly brackets placement, etc.)
* GSWeb/GSWActionImage.m
  respect GNUstep coding standard (curly brackets placement, etc.)
  fix secure stuff
  ensure string conversion
* GSWeb/GSWActionURL.m
  respect GNUstep coding standard (curly brackets placement, etc.)
  ensure string conversion
* GSWeb/GSWBody.h
  remove uneeded declarations
* GSWeb/GSWBody.m
  remove uneeded stuff
  fix initWithName:...
* GSWeb.framework/GSWBrowser.m
  respect GNUstep coding standard (curly brackets placement, etc.)
  use GSWAssignAndRemoveAssociation() in initWithName:associations:template:
  clean code
  rename variables to make code understandable
  Fix bugs
* GSWeb.framework/GSWFileUpload.m
  respect GNUstep coding standard (curly brackets placement, etc.)
  use GSWAssignAndRemoveAssociation() in initWithName:associations:template:
* GSWeb/GSWFrame.h
  remove uneeded declarations
* GSWeb/GSWFrame.m
  respect GNUstep coding standard (curly brackets placement, etc.)
  clean code
* GSWeb/GSWGenericContainer.h
  remove uneeded declarations
  change inheritence
* GSWeb/GSWGenericContainer.m
  respect GNUstep coding standard (curly brackets placement, etc.)
  clean code
* GSWeb/GSWGenericElement.h
  remove uneeded declarations
  change inheritence
* GSWeb/GSWGenericElement.m
  respect GNUstep coding standard (curly brackets placement, etc.)
  clean code
* GSWeb/GSWForm.h
  remove uneeded declarations
* GSWeb/GSWForm.m
  respect GNUstep coding standard (curly brackets placement, etc.)
  use GSWAssignAndRemoveAssociation() in initWithName:associations:template:
  clean code
  ensure string conversion
* GSWeb/GSWHTMLURLValuedElement.m
  respect GNUstep coding standard (curly brackets placement, etc.)
  use GSWAssignAndRemoveAssociation() in initWithName:associations:template:
  clean code
  ensure string conversion
  finish appendAttributesToResponse:inContext implementation
* GSWeb/GSWHyperlink.m
  respect GNUstep coding standard (curly brackets placement, etc.)
  use GSWAssignAndRemoveAssociation() in initWithName:associations:template:
  clean code
  ensure string conversion
* GSWeb/GSWImage.m
  respect GNUstep coding standard (curly brackets placement, etc.)
  use GSWAssignAndRemoveAssociation() in initWithName:associations:template:
  clean code
* GSWeb/GSWClientSideScript.h
  remove uneeded declarations
  change inheritence
  add -setLanguage        
* GSWeb/GSWJavaScript.m
  clean and update code
* GSWeb/GSWSubmitButton.m
  respect GNUstep coding standard (curly brackets placement, etc.)
  use GSWAssignAndRemoveAssociation() in initWithName:associations:template:
  clean code
* GSWeb/GSWImageButton.m
  respect GNUstep coding standard (curly brackets placement, etc.)
  use GSWAssignAndRemoveAssociation() in initWithName:associations:template:
* GSWeb/GSWSwitchComponent.m
  clean and update code
* GSWeb/GSWJavaScript.m
  clean and update code
* GSWeb/GSWContext.m
  clean & fix 
-computeQueryDictionaryWithPath:queryDictionary:otherQueryDictionary:
  fix componentActionURL... methods       
* GSWeb/GSWHTTPIO.m:    
  use GSWeb_appendStringWithImpPtr()
* GSWeb/GSWActionURL.h
  remove uneeded declarations
* GSWeb/GSWPrivate.h
  add GSWeb_objectAtIndexWithImpPtr
* GSWDatabase/WODisplayGroup.m
  Don't raise validation exceptions in _qualifierForKey:value:operatorSelector:


Modified:
    libs/gsweb/trunk/ChangeLog
    libs/gsweb/trunk/GSWDatabase/WODisplayGroup.m
    
libs/gsweb/trunk/GSWExtensions/GSWCollapsibleComponentContent.gswc/GSWCollapsibleComponentContent.gswd
    libs/gsweb/trunk/GSWExtensions/GSWCollapsibleComponentContent.h
    libs/gsweb/trunk/GSWExtensions/GSWCollapsibleComponentContent.m
    libs/gsweb/trunk/GSWExtensions/GSWExceptionPage.gswc/GSWExceptionPage.gswd
    
libs/gsweb/trunk/GSWExtensions/GSWPageRestorationErrorPage.gswc/GSWPageRestorationErrorPage.gswd
    
libs/gsweb/trunk/GSWExtensions/GSWSessionCreationErrorPage.gswc/GSWSessionCreationErrorPage.gswd
    
libs/gsweb/trunk/GSWExtensions/GSWSessionRestorationErrorPage.gswc/GSWSessionRestorationErrorPage.gswd
    libs/gsweb/trunk/GSWeb/GSWActionURL.h
    libs/gsweb/trunk/GSWeb/GSWActionURL.m
    libs/gsweb/trunk/GSWeb/GSWActiveImage.m
    libs/gsweb/trunk/GSWeb/GSWApplication.m
    libs/gsweb/trunk/GSWeb/GSWAssociation.m
    libs/gsweb/trunk/GSWeb/GSWBody.h
    libs/gsweb/trunk/GSWeb/GSWBody.m
    libs/gsweb/trunk/GSWeb/GSWBrowser.m
    libs/gsweb/trunk/GSWeb/GSWCheckBox.m
    libs/gsweb/trunk/GSWeb/GSWCheckBoxList.m
    libs/gsweb/trunk/GSWeb/GSWClientSideScript.h
    libs/gsweb/trunk/GSWeb/GSWClientSideScript.m
    libs/gsweb/trunk/GSWeb/GSWConditional.m
    libs/gsweb/trunk/GSWeb/GSWContext.h
    libs/gsweb/trunk/GSWeb/GSWContext.m
    libs/gsweb/trunk/GSWeb/GSWDirectAction.h
    libs/gsweb/trunk/GSWeb/GSWDirectAction.m
    libs/gsweb/trunk/GSWeb/GSWDynamicElement.m
    libs/gsweb/trunk/GSWeb/GSWDynamicGroup.h
    libs/gsweb/trunk/GSWeb/GSWDynamicGroup.m
    libs/gsweb/trunk/GSWeb/GSWDynamicURLString.m
    libs/gsweb/trunk/GSWeb/GSWFileUpload.m
    libs/gsweb/trunk/GSWeb/GSWForm.h
    libs/gsweb/trunk/GSWeb/GSWForm.m
    libs/gsweb/trunk/GSWeb/GSWFrame.h
    libs/gsweb/trunk/GSWeb/GSWFrame.m
    libs/gsweb/trunk/GSWeb/GSWGenericContainer.h
    libs/gsweb/trunk/GSWeb/GSWGenericContainer.m
    libs/gsweb/trunk/GSWeb/GSWGenericElement.h
    libs/gsweb/trunk/GSWeb/GSWGenericElement.m
    libs/gsweb/trunk/GSWeb/GSWHTMLDynamicElement.h
    libs/gsweb/trunk/GSWeb/GSWHTMLDynamicElement.m
    libs/gsweb/trunk/GSWeb/GSWHTMLStaticElement.m
    libs/gsweb/trunk/GSWeb/GSWHTMLURLValuedElement.h
    libs/gsweb/trunk/GSWeb/GSWHTMLURLValuedElement.m
    libs/gsweb/trunk/GSWeb/GSWHTTPIO.m
    libs/gsweb/trunk/GSWeb/GSWHiddenField.h
    libs/gsweb/trunk/GSWeb/GSWHiddenField.m
    libs/gsweb/trunk/GSWeb/GSWHyperlink.m
    libs/gsweb/trunk/GSWeb/GSWImage.m
    libs/gsweb/trunk/GSWeb/GSWImageButton.m
    libs/gsweb/trunk/GSWeb/GSWInput.h
    libs/gsweb/trunk/GSWeb/GSWInput.m
    libs/gsweb/trunk/GSWeb/GSWJavaScript.m
    libs/gsweb/trunk/GSWeb/GSWMessage.m
    libs/gsweb/trunk/GSWeb/GSWPasswordField.m
    libs/gsweb/trunk/GSWeb/GSWPopUpButton.m
    libs/gsweb/trunk/GSWeb/GSWPrivate.h
    libs/gsweb/trunk/GSWeb/GSWRadioButton.m
    libs/gsweb/trunk/GSWeb/GSWRadioButtonList.m
    libs/gsweb/trunk/GSWeb/GSWRepetition.m
    libs/gsweb/trunk/GSWeb/GSWRequest.m
    libs/gsweb/trunk/GSWeb/GSWResetButton.h
    libs/gsweb/trunk/GSWeb/GSWResetButton.m
    libs/gsweb/trunk/GSWeb/GSWSession.m
    libs/gsweb/trunk/GSWeb/GSWString.m
    libs/gsweb/trunk/GSWeb/GSWSubmitButton.m
    libs/gsweb/trunk/GSWeb/GSWSwitchComponent.m
    libs/gsweb/trunk/GSWeb/GSWTemplateParser.m
    libs/gsweb/trunk/GSWeb/GSWTemporaryElement.m
    libs/gsweb/trunk/GSWeb/GSWText.m
    libs/gsweb/trunk/GSWeb/GSWTextField.m
    libs/gsweb/trunk/GSWeb/GSWURLValuedElementData.h
    libs/gsweb/trunk/GSWeb/GSWURLValuedElementData.m
    libs/gsweb/trunk/GSWeb/GSWUtils.h
    libs/gsweb/trunk/GSWeb/GSWUtils.m
    libs/gsweb/trunk/GSWeb/GSWVBScript.m
    libs/gsweb/trunk/GSWeb/NSString+HTML.m
    libs/gsweb/trunk/GSWeb/NSString+Trimming.h
    libs/gsweb/trunk/GSWeb/NSString+Trimming.m

[This mail would be too long, it was shortened to contain the URLs only.]

Modified: libs/gsweb/trunk/ChangeLog
URL: 
http://svn.gna.org/viewcvs/gnustep/libs/gsweb/trunk/ChangeLog?rev=37899&r1=37898&r2=37899&view=diff

Modified: libs/gsweb/trunk/GSWDatabase/WODisplayGroup.m
URL: 
http://svn.gna.org/viewcvs/gnustep/libs/gsweb/trunk/GSWDatabase/WODisplayGroup.m?rev=37899&r1=37898&r2=37899&view=diff

Modified: 
libs/gsweb/trunk/GSWExtensions/GSWCollapsibleComponentContent.gswc/GSWCollapsibleComponentContent.gswd
URL: 
http://svn.gna.org/viewcvs/gnustep/libs/gsweb/trunk/GSWExtensions/GSWCollapsibleComponentContent.gswc/GSWCollapsibleComponentContent.gswd?rev=37899&r1=37898&r2=37899&view=diff

Modified: libs/gsweb/trunk/GSWExtensions/GSWCollapsibleComponentContent.h
URL: 
http://svn.gna.org/viewcvs/gnustep/libs/gsweb/trunk/GSWExtensions/GSWCollapsibleComponentContent.h?rev=37899&r1=37898&r2=37899&view=diff

Modified: libs/gsweb/trunk/GSWExtensions/GSWCollapsibleComponentContent.m
URL: 
http://svn.gna.org/viewcvs/gnustep/libs/gsweb/trunk/GSWExtensions/GSWCollapsibleComponentContent.m?rev=37899&r1=37898&r2=37899&view=diff

Modified: 
libs/gsweb/trunk/GSWExtensions/GSWExceptionPage.gswc/GSWExceptionPage.gswd
URL: 
http://svn.gna.org/viewcvs/gnustep/libs/gsweb/trunk/GSWExtensions/GSWExceptionPage.gswc/GSWExceptionPage.gswd?rev=37899&r1=37898&r2=37899&view=diff

Modified: 
libs/gsweb/trunk/GSWExtensions/GSWPageRestorationErrorPage.gswc/GSWPageRestorationErrorPage.gswd
URL: 
http://svn.gna.org/viewcvs/gnustep/libs/gsweb/trunk/GSWExtensions/GSWPageRestorationErrorPage.gswc/GSWPageRestorationErrorPage.gswd?rev=37899&r1=37898&r2=37899&view=diff

Modified: 
libs/gsweb/trunk/GSWExtensions/GSWSessionCreationErrorPage.gswc/GSWSessionCreationErrorPage.gswd
URL: 
http://svn.gna.org/viewcvs/gnustep/libs/gsweb/trunk/GSWExtensions/GSWSessionCreationErrorPage.gswc/GSWSessionCreationErrorPage.gswd?rev=37899&r1=37898&r2=37899&view=diff

Modified: 
libs/gsweb/trunk/GSWExtensions/GSWSessionRestorationErrorPage.gswc/GSWSessionRestorationErrorPage.gswd
URL: 
http://svn.gna.org/viewcvs/gnustep/libs/gsweb/trunk/GSWExtensions/GSWSessionRestorationErrorPage.gswc/GSWSessionRestorationErrorPage.gswd?rev=37899&r1=37898&r2=37899&view=diff

Modified: libs/gsweb/trunk/GSWeb/GSWActionURL.h
URL: 
http://svn.gna.org/viewcvs/gnustep/libs/gsweb/trunk/GSWeb/GSWActionURL.h?rev=37899&r1=37898&r2=37899&view=diff

Modified: libs/gsweb/trunk/GSWeb/GSWActionURL.m
URL: 
http://svn.gna.org/viewcvs/gnustep/libs/gsweb/trunk/GSWeb/GSWActionURL.m?rev=37899&r1=37898&r2=37899&view=diff

Modified: libs/gsweb/trunk/GSWeb/GSWActiveImage.m
URL: 
http://svn.gna.org/viewcvs/gnustep/libs/gsweb/trunk/GSWeb/GSWActiveImage.m?rev=37899&r1=37898&r2=37899&view=diff

Modified: libs/gsweb/trunk/GSWeb/GSWApplication.m
URL: 
http://svn.gna.org/viewcvs/gnustep/libs/gsweb/trunk/GSWeb/GSWApplication.m?rev=37899&r1=37898&r2=37899&view=diff

Modified: libs/gsweb/trunk/GSWeb/GSWAssociation.m
URL: 
http://svn.gna.org/viewcvs/gnustep/libs/gsweb/trunk/GSWeb/GSWAssociation.m?rev=37899&r1=37898&r2=37899&view=diff

Modified: libs/gsweb/trunk/GSWeb/GSWBody.h
URL: 
http://svn.gna.org/viewcvs/gnustep/libs/gsweb/trunk/GSWeb/GSWBody.h?rev=37899&r1=37898&r2=37899&view=diff

Modified: libs/gsweb/trunk/GSWeb/GSWBody.m
URL: 
http://svn.gna.org/viewcvs/gnustep/libs/gsweb/trunk/GSWeb/GSWBody.m?rev=37899&r1=37898&r2=37899&view=diff

Modified: libs/gsweb/trunk/GSWeb/GSWBrowser.m
URL: 
http://svn.gna.org/viewcvs/gnustep/libs/gsweb/trunk/GSWeb/GSWBrowser.m?rev=37899&r1=37898&r2=37899&view=diff

Modified: libs/gsweb/trunk/GSWeb/GSWCheckBox.m
URL: 
http://svn.gna.org/viewcvs/gnustep/libs/gsweb/trunk/GSWeb/GSWCheckBox.m?rev=37899&r1=37898&r2=37899&view=diff

Modified: libs/gsweb/trunk/GSWeb/GSWCheckBoxList.m
URL: 
http://svn.gna.org/viewcvs/gnustep/libs/gsweb/trunk/GSWeb/GSWCheckBoxList.m?rev=37899&r1=37898&r2=37899&view=diff

Modified: libs/gsweb/trunk/GSWeb/GSWClientSideScript.h
URL: 
http://svn.gna.org/viewcvs/gnustep/libs/gsweb/trunk/GSWeb/GSWClientSideScript.h?rev=37899&r1=37898&r2=37899&view=diff

Modified: libs/gsweb/trunk/GSWeb/GSWClientSideScript.m
URL: 
http://svn.gna.org/viewcvs/gnustep/libs/gsweb/trunk/GSWeb/GSWClientSideScript.m?rev=37899&r1=37898&r2=37899&view=diff

Modified: libs/gsweb/trunk/GSWeb/GSWConditional.m
URL: 
http://svn.gna.org/viewcvs/gnustep/libs/gsweb/trunk/GSWeb/GSWConditional.m?rev=37899&r1=37898&r2=37899&view=diff

Modified: libs/gsweb/trunk/GSWeb/GSWContext.h
URL: 
http://svn.gna.org/viewcvs/gnustep/libs/gsweb/trunk/GSWeb/GSWContext.h?rev=37899&r1=37898&r2=37899&view=diff

Modified: libs/gsweb/trunk/GSWeb/GSWContext.m
URL: 
http://svn.gna.org/viewcvs/gnustep/libs/gsweb/trunk/GSWeb/GSWContext.m?rev=37899&r1=37898&r2=37899&view=diff

Modified: libs/gsweb/trunk/GSWeb/GSWDirectAction.h
URL: 
http://svn.gna.org/viewcvs/gnustep/libs/gsweb/trunk/GSWeb/GSWDirectAction.h?rev=37899&r1=37898&r2=37899&view=diff

Modified: libs/gsweb/trunk/GSWeb/GSWDirectAction.m
URL: 
http://svn.gna.org/viewcvs/gnustep/libs/gsweb/trunk/GSWeb/GSWDirectAction.m?rev=37899&r1=37898&r2=37899&view=diff

Modified: libs/gsweb/trunk/GSWeb/GSWDynamicElement.m
URL: 
http://svn.gna.org/viewcvs/gnustep/libs/gsweb/trunk/GSWeb/GSWDynamicElement.m?rev=37899&r1=37898&r2=37899&view=diff

Modified: libs/gsweb/trunk/GSWeb/GSWDynamicGroup.h
URL: 
http://svn.gna.org/viewcvs/gnustep/libs/gsweb/trunk/GSWeb/GSWDynamicGroup.h?rev=37899&r1=37898&r2=37899&view=diff

Modified: libs/gsweb/trunk/GSWeb/GSWDynamicGroup.m
URL: 
http://svn.gna.org/viewcvs/gnustep/libs/gsweb/trunk/GSWeb/GSWDynamicGroup.m?rev=37899&r1=37898&r2=37899&view=diff

Modified: libs/gsweb/trunk/GSWeb/GSWDynamicURLString.m
URL: 
http://svn.gna.org/viewcvs/gnustep/libs/gsweb/trunk/GSWeb/GSWDynamicURLString.m?rev=37899&r1=37898&r2=37899&view=diff

Modified: libs/gsweb/trunk/GSWeb/GSWFileUpload.m
URL: 
http://svn.gna.org/viewcvs/gnustep/libs/gsweb/trunk/GSWeb/GSWFileUpload.m?rev=37899&r1=37898&r2=37899&view=diff

Modified: libs/gsweb/trunk/GSWeb/GSWForm.h
URL: 
http://svn.gna.org/viewcvs/gnustep/libs/gsweb/trunk/GSWeb/GSWForm.h?rev=37899&r1=37898&r2=37899&view=diff

Modified: libs/gsweb/trunk/GSWeb/GSWForm.m
URL: 
http://svn.gna.org/viewcvs/gnustep/libs/gsweb/trunk/GSWeb/GSWForm.m?rev=37899&r1=37898&r2=37899&view=diff

Modified: libs/gsweb/trunk/GSWeb/GSWFrame.h
URL: 
http://svn.gna.org/viewcvs/gnustep/libs/gsweb/trunk/GSWeb/GSWFrame.h?rev=37899&r1=37898&r2=37899&view=diff

Modified: libs/gsweb/trunk/GSWeb/GSWFrame.m
URL: 
http://svn.gna.org/viewcvs/gnustep/libs/gsweb/trunk/GSWeb/GSWFrame.m?rev=37899&r1=37898&r2=37899&view=diff

Modified: libs/gsweb/trunk/GSWeb/GSWGenericContainer.h
URL: 
http://svn.gna.org/viewcvs/gnustep/libs/gsweb/trunk/GSWeb/GSWGenericContainer.h?rev=37899&r1=37898&r2=37899&view=diff

Modified: libs/gsweb/trunk/GSWeb/GSWGenericContainer.m
URL: 
http://svn.gna.org/viewcvs/gnustep/libs/gsweb/trunk/GSWeb/GSWGenericContainer.m?rev=37899&r1=37898&r2=37899&view=diff

Modified: libs/gsweb/trunk/GSWeb/GSWGenericElement.h
URL: 
http://svn.gna.org/viewcvs/gnustep/libs/gsweb/trunk/GSWeb/GSWGenericElement.h?rev=37899&r1=37898&r2=37899&view=diff

Modified: libs/gsweb/trunk/GSWeb/GSWGenericElement.m
URL: 
http://svn.gna.org/viewcvs/gnustep/libs/gsweb/trunk/GSWeb/GSWGenericElement.m?rev=37899&r1=37898&r2=37899&view=diff

Modified: libs/gsweb/trunk/GSWeb/GSWHTMLDynamicElement.h
URL: 
http://svn.gna.org/viewcvs/gnustep/libs/gsweb/trunk/GSWeb/GSWHTMLDynamicElement.h?rev=37899&r1=37898&r2=37899&view=diff

Modified: libs/gsweb/trunk/GSWeb/GSWHTMLDynamicElement.m
URL: 
http://svn.gna.org/viewcvs/gnustep/libs/gsweb/trunk/GSWeb/GSWHTMLDynamicElement.m?rev=37899&r1=37898&r2=37899&view=diff

Modified: libs/gsweb/trunk/GSWeb/GSWHTMLStaticElement.m
URL: 
http://svn.gna.org/viewcvs/gnustep/libs/gsweb/trunk/GSWeb/GSWHTMLStaticElement.m?rev=37899&r1=37898&r2=37899&view=diff

Modified: libs/gsweb/trunk/GSWeb/GSWHTMLURLValuedElement.h
URL: 
http://svn.gna.org/viewcvs/gnustep/libs/gsweb/trunk/GSWeb/GSWHTMLURLValuedElement.h?rev=37899&r1=37898&r2=37899&view=diff

Modified: libs/gsweb/trunk/GSWeb/GSWHTMLURLValuedElement.m
URL: 
http://svn.gna.org/viewcvs/gnustep/libs/gsweb/trunk/GSWeb/GSWHTMLURLValuedElement.m?rev=37899&r1=37898&r2=37899&view=diff

Modified: libs/gsweb/trunk/GSWeb/GSWHTTPIO.m
URL: 
http://svn.gna.org/viewcvs/gnustep/libs/gsweb/trunk/GSWeb/GSWHTTPIO.m?rev=37899&r1=37898&r2=37899&view=diff

Modified: libs/gsweb/trunk/GSWeb/GSWHiddenField.h
URL: 
http://svn.gna.org/viewcvs/gnustep/libs/gsweb/trunk/GSWeb/GSWHiddenField.h?rev=37899&r1=37898&r2=37899&view=diff

Modified: libs/gsweb/trunk/GSWeb/GSWHiddenField.m
URL: 
http://svn.gna.org/viewcvs/gnustep/libs/gsweb/trunk/GSWeb/GSWHiddenField.m?rev=37899&r1=37898&r2=37899&view=diff

Modified: libs/gsweb/trunk/GSWeb/GSWHyperlink.m
URL: 
http://svn.gna.org/viewcvs/gnustep/libs/gsweb/trunk/GSWeb/GSWHyperlink.m?rev=37899&r1=37898&r2=37899&view=diff

Modified: libs/gsweb/trunk/GSWeb/GSWImage.m
URL: 
http://svn.gna.org/viewcvs/gnustep/libs/gsweb/trunk/GSWeb/GSWImage.m?rev=37899&r1=37898&r2=37899&view=diff

Modified: libs/gsweb/trunk/GSWeb/GSWImageButton.m
URL: 
http://svn.gna.org/viewcvs/gnustep/libs/gsweb/trunk/GSWeb/GSWImageButton.m?rev=37899&r1=37898&r2=37899&view=diff

Modified: libs/gsweb/trunk/GSWeb/GSWInput.h
URL: 
http://svn.gna.org/viewcvs/gnustep/libs/gsweb/trunk/GSWeb/GSWInput.h?rev=37899&r1=37898&r2=37899&view=diff

Modified: libs/gsweb/trunk/GSWeb/GSWInput.m
URL: 
http://svn.gna.org/viewcvs/gnustep/libs/gsweb/trunk/GSWeb/GSWInput.m?rev=37899&r1=37898&r2=37899&view=diff

Modified: libs/gsweb/trunk/GSWeb/GSWJavaScript.m

[... 80 lines stripped ...]

_______________________________________________
Gnustep-cvs mailing list
[email protected]
https://mail.gna.org/listinfo/gnustep-cvs

Reply via email to