Snapshots available at http://www.raeder.dk/~larsrc/Dia/snapshots
*** Recent ChangeLog entries: --- ChangeLog.previous 2008-08-03 05:00:07.000000000 +0200 +++ dia-svn-snapshot/ChangeLog 2008-08-11 05:00:06.514952616 +0200 @@ -1,3 +1,49 @@ +2008-08-09 Hans Breuer <[EMAIL PROTECTED]> + + * app/Makefile.am plug-ins/xslt/xslt.c : finally stop complaing about + missing XSLT configuration files when running app/run_dia.sh + + * tests/Makefile.am : start of unit test usage on *NIX + + * lib/Makefile.am : add libdia_la_LIBADD = $(GTK_LIBS) + fixing bug #545450 + * lib/newgroup.c : disable call to diagram_unselect_objects() on *NIX + as well, it collides with --no-undefined and libdia use in unit-test + + * tests/test-boundingbox.c : some bounding box unit test + tests/test-object.c tests/makefile.msc : updated + + * app/display.[hc] app/dia.def : factor out ddisplay_show_all() from + * app/commands.c : ... view_show_all_callback ... + to make the functions signature more appropriate to be called by + a plug-in + + * plug-ins/python/autolayoutforce.py : my playground for Fred Morcos' + 'force based autolayout' algorithm, see: + http://mail.gnome.org/archives/dia-list/2008-August/msg00030.html + * plug-ins/python/Makefile.am : to EXTRA_DIST (not to be installed) + + * lib/bezier_conn.c lib/bezier_shape.c : use g_new0 for Handle + allocation to ensure they pointers are not referencing random objects + + * lib/connectionpoint.c(connpoint_is_autogap): an unconnected + ConnectionPoint can not matter for autogap + * lib/bezier.c : allows to remove the hack to disable the bounding box + calculation in bezier_load() + + * lib/connectionpoint.h : turned ConnectionPoint(Flags|Dir) to enums, + helps documentation and graphical debuggers + + * lib/geometry.h(Rectangle): swap top/left and bottom/right to a more + usual order (after debugging quite some bounding box code) finally + because of it's use in bezierline_update_data() + * lib/plug-ins.h : increment DIA_PLUGIN_API_VERSION + + * lib/libdia.def : rectangle_in_rectangle export + + * object/SISSI/sissi.c : don't try to load an image file from NULL + filename; some formatting near that. + 2008-08-02 Hans Breuer <[EMAIL PROTECTED]> * lib/libdia.def : updated exports _______________________________________________ dia-list mailing list dia-list@gnome.org http://mail.gnome.org/mailman/listinfo/dia-list FAQ at http://live.gnome.org/Dia/Faq Main page at http://live.gnome.org/Dia