Tue, 22 Feb 2005 10:23:08 +0000Corrected spelling errors.
athos [Tue, 22 Feb 2005 10:23:08 +0000] rev 1167
Corrected spelling errors.

Mon, 21 Feb 2005 19:03:52 +0000one more minor change
jacint [Mon, 21 Feb 2005 19:03:52 +0000] rev 1166
one more minor change

Mon, 21 Feb 2005 18:51:11 +0000some minor changes, docs, etc.
jacint [Mon, 21 Feb 2005 18:51:11 +0000] rev 1165
some minor changes, docs, etc.

Mon, 21 Feb 2005 14:59:12 +0000A year has passed again.
alpar [Mon, 21 Feb 2005 14:59:12 +0000] rev 1164
A year has passed again.

Mon, 21 Feb 2005 14:17:24 +0000Let's go on!
alpar [Mon, 21 Feb 2005 14:17:24 +0000] rev 1163
Let's go on!

Mon, 21 Feb 2005 10:08:12 +0000New features in v0.3 lemon-0.3
alpar [Mon, 21 Feb 2005 10:08:12 +0000] rev 1162
New features in v0.3

Mon, 21 Feb 2005 10:07:38 +0000Better doc
alpar [Mon, 21 Feb 2005 10:07:38 +0000] rev 1161
Better doc

Mon, 21 Feb 2005 09:28:00 +0000We have UndirGraph, so BidirGraph has been removed.
alpar [Mon, 21 Feb 2005 09:28:00 +0000] rev 1160
We have UndirGraph, so BidirGraph has been removed.

Sun, 20 Feb 2005 01:03:09 +0000svn:ignore change on src/demo
klao [Sun, 20 Feb 2005 01:03:09 +0000] rev 1159
svn:ignore change on src/demo

Sun, 20 Feb 2005 01:02:07 +0000Graph and UndirGraph concept modifications.
klao [Sun, 20 Feb 2005 01:02:07 +0000] rev 1158
Graph and UndirGraph concept modifications.

* For incidence iterators ({In,Out,Inc}EdgeIt) there is now baseNode and
runningNode functions in graph interface
* For Edge in undir graphs: Edge(UndirGraph const &, UndirEdge, Node)
constructor. Same for IncEdgeIt
* Edge(UndirEdge, bool) constructor is no more in the public interface. (But we
need it in the developpers interface).