Snapshots available at http://www.raeder.dk/~larsrc/Dia/snapshots
*** Recent ChangeLog entries: --- ChangeLog.previous 2009-03-24 05:00:07.000000000 +0100 +++ dia-svn-snapshot/ChangeLog 2009-03-25 05:00:10.628890288 +0100 @@ -1,3 +1,19 @@ +2009-03-23 Hans Breuer <[email protected]> + + * plug-ins/python/diastddia.py : a new renderer implementation which + outputs Dia's native format, but restricted to "Standard - *"-objects. + Initial version: buggy and incomplete (e.g. bug #576468). + * plug-ins/python/Makefile.am : added to EXTRA_DIST + * plug-ins/python/pydia-render.c : if the PyDia renderer does not + implement an optional method just fall back to the base classes + render implmentation. Also (try to) warn about missing, not optional + methods with PyErr_Warn(), but can't find these messages yet. + + * plug-ins/python/diasvg.py : self.line_width was not initialized + + * samples/UML-demo.dia : converted to be readable, not a single line + of uncpompresed XML. + 2009-03-22 Hans Breuer <[email protected]> * plug-ins/UML/class_dialog.c : some more NULL pointer checks to avoid _______________________________________________ dia-list mailing list [email protected] http://mail.gnome.org/mailman/listinfo/dia-list FAQ at http://live.gnome.org/Dia/Faq Main page at http://live.gnome.org/Dia
