summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorxue <>2006-04-24 15:49:14 +0000
committerxue <>2006-04-24 15:49:14 +0000
commiteabb6bc07abdc5d74032d44661545bbda9d20bbe (patch)
tree080ba3b3244817abb714a3c637bbeff0ab3c9d9b /HISTORY
parentb181cd60a8fff5a94179f66fa1165952ed170a95 (diff)
THttpResponse.writeFile can now use customized headers.
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY2
1 files changed, 1 insertions, 1 deletions
diff --git a/HISTORY b/HISTORY
index a20dcbc6..f0c15677 100644
--- a/HISTORY
+++ b/HISTORY
@@ -9,7 +9,7 @@ BUG: Non-control components can now use expressions in their properties (Qiang)
BUG: TControl.Visible did not make use of overriden getVisible() (Qiang)
BUG: TWizard did not stop navigation upon a validation failure (Qiang)
ENH: TButton, TImageButton and TLinkButton now implement IButtonControl interface (Qiang)
-ENH: TResponse::writeFile takes two additional parameters to allow sending memory data (Qiang)
+ENH: TResponse::writeFile takes three additional parameters to allow sending memory data (Qiang)
ENH: TButtonColumn can now be a column of image buttons (Qiang)
CHG: Rewrote client-side javascript validators, check your client-side validation behaviour (Wei)
CHG: Updated the javascript Prototype library, a few utilties functions REMOVED, may break your existing javascript code. (Wei)