Implemnted egw_source and added a "raw" option to the URL.
[egate.git] / CHANGELOG.web
index e16294a..eba0dca 100644 (file)
@@ -1,4 +1,4 @@
-$Id: CHANGELOG.web,v 1.2 1996/10/11 13:16:00 adam Exp $
+$Id: CHANGELOG.web,v 1.3 1997/01/24 13:11:31 adam Exp $
 
 09/03/96 Release: 1.0.
 ---------------------------------------------------------------------
@@ -8,3 +8,13 @@ $Id: CHANGELOG.web,v 1.2 1996/10/11 13:16:00 adam Exp $
 
 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.
+