summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorxue <>2006-04-30 01:19:34 +0000
committerxue <>2006-04-30 01:19:34 +0000
commit86720f6bcc405b555b7be5cf45e9ccd42fb8cf51 (patch)
treeef84c4bec4e13dc2c0708049a06705347424d30b /HISTORY
parent281eda79cea84f95397040cb5c022c2bdb82e3d9 (diff)
changed TControl::createChildControls() to public.
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY1
1 files changed, 1 insertions, 0 deletions
diff --git a/HISTORY b/HISTORY
index 14c81b0c..492a70d5 100644
--- a/HISTORY
+++ b/HISTORY
@@ -26,6 +26,7 @@ CHG: Updated the javascript Prototype library, a few utilties functions REMOVED,
CHG: Build javascript without compression, only comments are removed. (Wei)
CHG: TDatePicker's date can be set using Date property, it value must be in same format as DateFormat, TimeStamp must be set as integer (wei)
CHG: TSimpleDateFormatter::parse() now return an integer or null on parse error (Wei)
+CHG: TControl::createControls() is changed to public. (Qiang)
NEW: TListControlValidator (Wei)
NEW: TClientScript (Wei)