> Since it was released already in 1.7, there is no must-be-done before 1.8, > but I think it may be wise to finish some (more) implementations and add > some documentation.
A minor change I would like is that the NodeFunctions can be implemented in a node manager. this can be done by moving some code from NodeFunction to MMObjectBuilder and adding builder.getFunction(Node node,String name) see http://www.keesj.dds.nl/Builder.java http://www.keesj.dds.nl/MyFirstFunction.java
