2007-08-28  John Foderaro  <jkf@tiger.franz.com>

	* clpage.cl (parse-clp-guts):  search for "action" tag
	 only within a form so as not to match backbase's b:action
	 tag

2005-03-11  John Foderaro  <jkf@tiger.franz.com>

	* webact.cl - back to using a 301 redirect if the request-method
	    is a post since modern browsers will complain about a 307
	    redirect in this case.

2005-02-10  John Foderaro  <jkf@tiger.franz.com>
1.12
	*  clpage.cl - fix parsing of nested elements where the outer
		element name is a prefix of the inner element name.

2004-12-15  John Foderaro  <jkf@tiger.franz.com>
1.11
	* remove debugging format statement

2004-11-18  John Foderaro  <jkf@tiger.franz.com>

	* webact.cl (redirect-to): do redirections with a 307 response
		code rather than 301 since we don't want the browser
		to consider this a permaent redirect

	* clpage.cl (scan-for-end-tag): fix search for a nested
	  start tag that is followed by attributes

2004-06-09    <jkf@main.verada.com>
1.10
	* clpage.cl - do uri-rewriting to add session is for the src
	        attribute of a frame element

2004-03-08  John Foderaro  <jkf@tiger.franz.com>
1.9
	* webact.cl - when redefining a webaction project remove all
	    published clp-entities from the last time it was published
	    so we don't cache old pages.

2004-03-04  John Foderaro  <jkf@tiger.franz.com>
1.8
	* clpage.cl - handle nested instances of the same clp_element
	* t-webactions.cl - make tests independent of line ending convention

2004-03-03    <jkf@main.verada.com>
1.7
	* clwebact.cl:  move request-variable-value to allegroserve

2004-03-02  John Foderaro  <jkf@tiger.franz.com>
	* webact.cl - fix another case of the bug fixed on 2004-02-12.

2004-02-12  John Foderaro  <jkf@tiger.franz.com>

	* when :redirect t is used in the webaction map we will
	  add the cookie value to url to which the redirection is done.
	
2004-01-23  John Foderaro  <jkf@tiger.franz.com>
1.6
	* add clp_neq and clp_nequal for completeness

2003-12-08  John Foderaro  <jkf@tiger.franz.com>
1.5
	* add :reap-hook-function to webaction-project so that you 
	can manage sessions about to be reaped.

2003-12-08    <jkf@main.verada.com>

	* set the prefix and suffix values for a websession key
	when the project starts to be used rather when it's defined
	thus causing a saved image to use different prefix and suffix
	each time it's run.

2003-12-02    <jkf@main.verada.com>

	* clp_value now takes external-format argument

2003-10-22  John Foderaro  <jkf@tiger.franz.com>
1.4
	*  webact.cl - add :content-type flag and :redirect flag
	   to map entry.  Add tests.
	   Update document

2003-10-09    <jkf@main.verada.com>
1.3
	* webact.cl - add :prefix flag to map entry
	  webaction.html - more documentation

2003-10-07  John Foderaro  <jkf@tiger.franz.com>

	* webact.cl -  fix :prefix sym name processing so that an existing
	    file takes precedence over a prefix name.

2003-09-22    <jkf@main.verada.com>

	* webact.cl - add :clp-content-type argument to webaction-project
		to control the content-type returned by clp pages
	        - add  (:prefix t)  support in maps to say that
	         the given symbolic page name matches any sym page name
	         that extends that given name.
	* clpage.cl - support clp-content-type declaration

2003-09-18      Colin Meldrum <colin@cobweb>

	* clpage.cl
	  - whenever opening a .clp file use the external-format of
	    the associated clp-entity
	  - fixed a couple of places in the code to parse clp files
	    which made the assumption that 1 character = 1 file-position.
	
	* webact.cl
	  - added :host argument to webaction-project

2003-09-03    <jkf@main.verada.com>
1.2
	* webact.cl: add :authorizer argument to webaction-project

2003-08-13    <jkf@main.verada.com>
1.1
	* add 'extended maps' where you can specify more
	  than one handler for each symbolic page.
	  update webactions document

2003-07-07    <jkf@tiger.franz.com>
<noversion>
	* add clp_select funtion

2003-05-16  John Foderaro  <jkf@tiger.franz.com>

	* add external-format support to clp pages
	

