[Modeling-cvs] ProjectModeling CHANGES,1.49,1.50
Status: Abandoned
Brought to you by:
sbigaret
From: Sebastien B. <sbi...@us...> - 2004-05-22 10:51:20
|
Update of /cvsroot/modeling/ProjectModeling In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25709 Modified Files: CHANGES Log Message: isaChildOf(): explicitely returns false for self; faultForGlobalID(): parameter anEditingContext now defaults to self Index: CHANGES =================================================================== RCS file: /cvsroot/modeling/ProjectModeling/CHANGES,v retrieving revision 1.49 retrieving revision 1.50 diff -C2 -d -r1.49 -r1.50 *** CHANGES 22 May 2004 09:54:41 -0000 1.49 --- CHANGES 22 May 2004 10:51:09 -0000 1.50 *************** *** 8,11 **** --- 8,14 ---- -------------------------------------------------------- + * EditingContext.faultForGlobalID(): parameter anEditingContext now defaults + to self + * Added missing support for mx.DateTime.Time, as requested by Ernesto Revilla --patch posted on the ml the 29th Feb 2004. |