[graphl-cvs] graphl changelog.txt
Status: Pre-Alpha
Brought to you by:
flo1
From: Flo L. <fl...@us...> - 2005-09-07 12:30:16
|
Update of /cvsroot/graphl/graphl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25832 Modified Files: changelog.txt Log Message: - FEATURE: type menu pops up upon edge creation - BUG: fixed assignment of unique ids to new nodes - BUG: fixed in-place editor for nodes - CODE: loading graphs is now synchronized to avoid loading conflicts - CODE: restoring Graphics transform in GraphlPane after rendering Index: changelog.txt =================================================================== RCS file: /cvsroot/graphl/graphl/changelog.txt,v retrieving revision 1.16 retrieving revision 1.17 diff -C2 -d -r1.16 -r1.17 *** changelog.txt 5 Sep 2005 15:52:53 -0000 1.16 --- changelog.txt 7 Sep 2005 12:29:55 -0000 1.17 *************** *** 2,5 **** --- 2,12 ---- ================== + 2005-09-07, f/0: + - FEATURE: type menu pops up upon edge creation + - BUG: fixed assignment of unique ids to new nodes + - BUG: fixed in-place editor for nodes + - CODE: loading graphs is now synchronized to avoid loading conflicts + - CODE: restoring Graphics transform in GraphlPane after rendering + 2005-09-05, f/0: - FEATURE: updated save machanism to new multi-souurce paradigm |