Snapshots available at http://www.raeder.dk/~larsrc/Dia/snapshots
*** Recent ChangeLog entries: --- ChangeLog.previous 2009-02-02 05:00:16.000000000 +0100 +++ dia-svn-snapshot/ChangeLog 2009-02-03 05:00:11.620462328 +0100 @@ -1,3 +1,40 @@ +2009-02-01 Hans Breuer <[email protected]> + + * plug-ins/svg/svg-import.c : reset_arrows() to not create standard + objects with toolbox defaults during svg import, fixes bug #537103 + (if the effect is desired it is still available with diasvg_import.py) + + * lib/persitence.c : use g_hash_table_new_full() to get rid of a lot of + g_warnings for double allocations, the better fix for bug #564890 + + * lib/prop_dict.c(dictprop_load) : make it work, too. + + * lib/dia_dirs.c(dia_get_canonical_path) : shortcut for pathes not + including ".." or "./" to keep UNC pathes intact; bug #362397 + + * po/POTFILES.in : +objects/Misc/grid_object.c + + * plug-ins/drs/dia-render-script-renderer.c + plug-ins/drs/dia-render-script.c : wrap <render>calls</render>, + save <properties/> by default + + * plug-ins/drs/dia-render-script-import.c : more code, still unused + + * app/menus.c : stop complains during plug-in callback menu + registration for the integrated UI case + + * lib/object.[ch] lib/dia_xml.[ch] lib/prop_dict.[ch] + lib/properties.[ch] lib/propinternals.h lib/Makefile.am + lib/libdia.def po/POTFILES.in : allow to serialize meta info with + every DiaObject - no UI to modify it yet + * lib/plug-ins.h : bump api version because object size has changed + * plug-ins/python/pydia-property.c : handle translation between Python + and Dia dictionary to make accesible. Also s/g_warning/g_debug/ + * plug-ins/python/diasvg_import.c : generate object meta info to test + the above. Also fixes regarding text color. + + * objects/makefile.msc : Grid object on win32, too + 2009-01-31 Hans Breuer <[email protected]> * lib/dia_xml.[ch] lib/libdia.def : implement data_(add_)bezpoint to @@ -485,6 +522,7 @@ * app/preferences.[ch] lib/filter.[ch] lib/libdia.def : allow to select a preferred export filter used when selecting exporter by extension + (Bug #535179 - export to png does not use AntiAliasing, now up to user) * lib/persistence.c : don't use g_ascii_strncasecmp as GCompareFunc, fixing crashes introduced by patch from bug #559671 _______________________________________________ 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
