Run latex
[egate.git] / CHANGELOG.web
index 3897b76..dc8683b 100644 (file)
@@ -1,7 +1,31 @@
-$Id: CHANGELOG.web,v 1.1 1996/09/03 14:06:38 adam Exp $
+$Id: CHANGELOG.web,v 1.7 2001/02/26 14:32:36 adam Exp $
 
 09/03/96 Release: 1.0.
 ---------------------------------------------------------------------
 
 09/03/96 Bug fix: Extra "<li>" sometimes inserted in when displaying
          records after piggy-back searches.
+
+10/11/96 Fixed a bug in multiple-search gateway - in some situations
+         the databaseNames were duplicated.
+
+01/24/97 Added option facilities to the <script> part of the EGW URL.
+         Only "raw" is supported, which prevents the standard header
+         from being written. For example:
+               http://myhost/egwcgi/egwirtcl/query.tcl+raw
+
+01/24/97 Implemented a new Tcl command, egw_source, which sources a
+         file as it it was a regular HTML/TCL file. It takes one
+         argument: the file name.
+
+01/27/97 Implemented a new Tcl command, egw_clear, which ungets everything
+         written so far (up to 4K). Can be used to change HTTP response
+         header.
+
+01/31/97 Enhanced the egw_source command. An optional parameter specifies
+         the name of a variable in which the HTML is stored.
+
+12/15/97 Limit of form variables set to 4K instead of 512 bytes, and the
+         code truncates larger buffers.
+
+02/26/01 Updated for YAZ version 1.7.