Snapshots available at http://www.raeder.dk/~larsrc/Dia/snapshots
*** Recent ChangeLog entries: --- ChangeLog.previous 2009-01-29 05:00:07.000000000 +0100 +++ dia-svn-snapshot/ChangeLog 2009-02-01 05:00:16.808266640 +0100 @@ -1,3 +1,37 @@ +2009-01-30 Hans Breuer <[email protected]> + + * app/object_ops.[ch] : implement object_list_nudge() ... + * app/disp_callbacks.c : ... use it to move selected objects by + keyboard keys (arrow/shift-arrow for small/bigger step), bug #137433 + (The viewable area can still be moved as before if nothing is selected) + Make PageUp, Ctrl-PageUp, PageDown, Ctrl-PageDown scroll selected + view by one page up/left/down/right, bug #94015 + Home/End to align the top-left/bottom-right corner of the diagram with + the viewable area + + [ "a minor maintenance update" from Ian Redfern, bug #477679 ] + * plug-ins/vdx/vdx-import.c : it replaces the g_assert() calls with + attempts to handle errors, and adds a bit more sanity checking - this + should make it more robust with unusual or malformed files, + particularly those exported from applications other than Visio + (thank you OmniGraffle). + It also fixes assorted small bugs that people have raised with nested + shapes, disconnected polygons, font handling and layers, but there's + no new features such as embedded EMF or even rounded rectangles, and + it makes no attempt to handle new Visio 2007 features. + + * objects/SISSI/area.c objects/SISSI/faraday.c objects/SISSI/room.c + objects/SISSI/sissi_object.c objects/SISSI/site.c : quite some + allocation/deallocation mismatch removed, fixes bug #569725 + + * objects/Jackson/domain.c : remove superfluous allocation to avoid + leaking it, fixes bug #569720 + + * app/load_save.c : do not complain about missing object types per + layer but just once per diagram + + * app/confirm.c : there is no glib-3.16 yet + 2009-02-27 Steffen Macke <[email protected]> * doc/en/usage-objects.xml: Finished incomplete sentence. Fixes @@ -14,7 +48,7 @@ for custom plug-in - when started from cold caches) * app/confirm.[ch] : new function confirm_export_size() which let's the - user confirm an unusal diagram size + user confirm an unusal diagram size (conditionalized glib-2-16 function) * app/Makefile.am app/makefile.msc po/POTFILES.in : add new files * app/commands.c app/filedlg.c : use it before export and print to avoid possibly unintended numbers of pages printed or memory used for export. _______________________________________________ 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
