Snapshots available at http://www.raeder.dk/~larsrc/Dia/snapshots
*** Recent ChangeLog entries: --- ChangeLog.previous 2009-04-06 05:00:10.000000000 +0200 +++ dia-svn-snapshot/ChangeLog 2009-04-07 05:00:09.806944072 +0200 @@ -1,3 +1,32 @@ +2009-04-05 Hans Breuer <[email protected]> + + * objects/AADL/aadlbox.c : one const too much, build error with gcc + + * plug-ins/python/wdeps.py : intended tinting on win32, too. + * plug-ins/python/dot2dia.py : don't let a single unknown color make + the whole import fail + + * objects/AADL/aadlbox.c(aadlbox_destroy) : free ports after calling + element_destroy(), which needs valid handles, should fix bug #575224 + Replaced some leaking, superfluous heap allocations with stack allocs. + + * lib/diarenderer.c(get_text_width) : complain if the derived renderer + does not implment the method and does not maintian DiaRenderer::font. + * plug-ins/cairo/diacairo-renderer.c : actually maintain the font field + to make text cursor position calculation work, part of bug #576548 + + * app/display.c : make the tab use the short name again and adjust the + (integrated UI) application title HIC compliant, fixing bug #527288 + + * objects/network/basestation.c : don't move non-movable handles, + fixing bug #574637 + + * objects/UML/association.c : force an internal state update after + changing properties, fixes bug #576843 + + * lib/persistence.c : instead of trying to manage the open state of our + windows 'by hand' just use GTK_WIDGET_MAPPED(window), fixes bug #574388 + 2009-04-04 Hans Breuer <[email protected]> * app/interface.c : don't translate g_warning _______________________________________________ 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
