2006-02-24 Albert Graef +++ Release 1.5 +++ * src/graphed.q: compatibility fixes (Q 7.0) 2005-07-13 Albert Graef +++ Release 1.4 +++ * src/graphed.q: fix deprecated 1-tuple syntax (Q 6.1 and later) 2004-04-16 Albert Graef * graph.q, graphed.q: replaced deprecated stdlib:compose with (.) 2004-01-31 Albert Graef +++ Release 1.3 +++ * bumped version number to 1.3 * graphed.q: use ref instead of semaphore to store printer setup * graph.q, graphed.q, dijkstra.q: fix compiler warnings (Q 5.0) 2003-04-26 Albert Graef +++ Release 1.2 +++ * graphed.q: Windows compatibility fixes 2003-04-25 Albert Graef * graph.q (joingraph): added missing chknode definition * graphed.q, graphed.tcl: autoscrolling while dragging, improved print operations 2002-11-17 Albert Graef +++ Release 1.1 +++ * graphed.q, graphed.tcl: use BWidget combobox (avoids dependency on iwidgets, and looks nicer) 2002-11-11 Albert Graef +++ Release 1.0 +++ * graphed.q: use the new `which' builtin to locate the graphed.tcl script * graphed.q, graphed.tcl: fixed colors, dialog font and initial focus 2002-11-05 Albert Graef * first prototype of graph.q and graphed.q * ChangeLog started