[Modeling-cvs] ProjectModeling/Modeling CHANGES,1.91,1.92
Status: Abandoned
Brought to you by:
sbigaret
From: <sbi...@us...> - 2003-04-20 14:17:15
|
Update of /cvsroot/modeling/ProjectModeling/Modeling In directory sc8-pr-cvs1:/tmp/cvs-serv28351 Modified Files: CHANGES Log Message: Refactored ModelMasons: ModelMason and PyModelMason are now clearer than they used to be. See PyModelMason for an example of use. Fixed: bug #710817 Index: CHANGES =================================================================== RCS file: /cvsroot/modeling/ProjectModeling/Modeling/CHANGES,v retrieving revision 1.91 retrieving revision 1.92 diff -C2 -d -r1.91 -r1.92 *** CHANGES 27 Mar 2003 13:39:13 -0000 1.91 --- CHANGES 20 Apr 2003 14:16:40 -0000 1.92 *************** *** 7,10 **** --- 7,14 ---- * ** Distributed under the GNU General Public License ** -------------------------------------------------------- + + * Refactored ModelMasons: ModelMason and PyModelMason are now clearer than + they used to be. See PyModelMason for an example of use. + Fixed: bug #710817 * Fixed: name clash for invalidatesObjectsWhenFinalized in EditingContext |