Since gnome.org decided to act up this night, the much-waited-for ChangeLog report did not make it through. Here you are:
Snapshots available at http://www.raeder.dk/~larsrc/Dia/snapshots *** Recent ChangeLog entries: --- ChangeLog.previous 2005-09-06 05:00:42.000000000 +0200 +++ dia-cvs-snapshot/ChangeLog 2005-11-09 11:02:41.618509312 +0100 @@ -1,3 +1,179 @@ +2005-11-09 Lars Clausen <[EMAIL PROTECTED]> + + * objects/UML/uml.c: + * objects/UML/class.c: Patch from [EMAIL PROTECTED] (dave + Klotzbach): Fixes template rendering and converts home-brew inline + doc format to javadoc. Doesn't yet fix bug #320934, but turns it + into a dup. + +2005-11-07 Lars Clausen <[EMAIL PROTECTED]> + + * lib/object.[ch]: Add 'enclosing box' as opposed to 'bounding + box' since several objects have problems of using bounding box in + different ways (see bug #300055). For now, enclosing box == + bounding box, but over time objects will learn to expand the + bounding box to include things only rendered interactively. + + * app/modify_tool.c (modify_motion): Make sure highlight is reset + when moving between overlapping objects. + + * app/interface.c (interface_toggle_mainpoint_magnetism): Redraw + diagram after toggling to make red X's come and go. + + * lib/font.c: #ifdef'd out layout cache for bug #307320. Define + it if you need faster rendering and aren't afraid of crashbugs:) + + * lib/objchange.c: Bugfix from [EMAIL PROTECTED] + (dave Klotzbach): Fixes null pointer problems in free function. + + * objects/UML/class.c + * objects/UML/class.h + * objects/UML/class_dialog.c: Patch from [EMAIL PROTECTED] + (dave Klotzbach): Make UML comments conform to UML 1.0 standard + and allow multi-line comments. Ugly as hell, but standard. Time + for a 'Strict UML' option? Fixes bug #303744. + + * objects/UML/state.c: Patch from Peter Allin <[EMAIL PROTECTED]>: Add + entry, exit and do descriptions to a state object. Fixes bug #65434. + +2005-11-03 Lars Clausen <[EMAIL PROTECTED]> + + * lib/arrows.c: + * lib/attributes.c: + * lib/autoroute.c: + * lib/bezier_conn.c: + * lib/boundingbox.c: + * lib/color.c: + * lib/connection.c: + * lib/connectionpoint.c: + * lib/dia_dirs.c: + * lib/dia_image.c: + * lib/dia_svg.c: + * lib/dia_xml.c: + * lib/diaarrowchooser.c: + * lib/diaerror.c: + * lib/diagdkrenderer.c: + * lib/diagramdata.c: + * lib/element.c: + * lib/object.c: + * lib/object.h: + * lib/parent.c: + Added documentation java-doc style. Also a few trivial cleanups. + +2005-10-13 Lars Clausen <[EMAIL PROTECTED]> + + * lib/connectionpoint.h (DIR_ALL): Parentheses around operations + in macros. + + * plug-ins/hpgl/hpgl.c (export_data): Correct error message. + + * lib/Makefile.am: + * lib/debug.[ch]: + * lib/object.[ch]: + * objects/UML/class.[ch]: + * objects/UML/uml.h: + * objects/UML/umlattribute.c: + * objects/UML/umloperation.c: + * objects/UML/class_dialog.c: + Rework of the UML class attribute/operation handling. Now doesn't + copy connection points into the dialog data, but only the "flat" + data. As part of debugging made sanity check functionality. + Currently still dies when deleting an attribute/operation that has + a connection to it. + +2005-10-09 Hans Breuer <[EMAIL PROTECTED]> + + * lib/properties.h : prefer american spelling of colo(u)r for + user visible strings - i.e. to be translated ones. + * objects/UML/uml.c : it is Implementation. Together fixes bug #313929 + ^ + * po/*.po : updated (by 'make distcheck') + +2005-10-09 Hans Breuer <[EMAIL PROTECTED]> + + * app/display.c : allow !"toolbox on top" without restart. + (Chris Hellberg, bug #310702) + +2005-10-09 Hans Breuer <[EMAIL PROTECTED]> + + * lib/arrows.c : patch from Radek Krahl fixing the blanking + of two arrowheads, bug #310157 + +2005-10-08 Hans Breuer <[EMAIL PROTECTED]> + + * plug-ins/python/group_props.py : show a descriptive text instead of an + empty table if there are no common properties to change. Fixes bug #314432 + +2005-10-08 Hans Breuer <[EMAIL PROTECTED]> + + * objects/UML/transition.c : inverted default direction of + the direction. Patch from Peter Allin, fixes bug #318049 + [You possibly need to 'rm ~/.dia/defaults.dia' to have an effect] + +2005-10-08 Hans Breuer <[EMAIL PROTECTED]> + + * app/Makefile.am objects/standard/Makefile.am : match the + referenced icons to the needed. Make 'make distcheck' pass + and thus fixes bug #312152 + + * objects/standard/textobj.c : no C++ comments please! + +2005-10-08 Hans Breuer <[EMAIL PROTECTED]> + + * objects/standard/textobj.c : preserve the position set on create + [makes e.g. text positioning of diasvg_import.py work] + + * plug-ins/python/diasvg_import.py : restrict what eval() can do + with strings from svg files. Fixes the arbitrary code execution from + bug #317637 + + * app/pixmaps/mainpoints-(on|off).png : new icons to toggle center point + magnetism. At least they are distinguishable from grid snapping. + * app/makefile.msc app/Makefile.am : use them + + * lib/focus.c(reset_foci) : also remove_focus(). This fixes bug #172851 + I also can't reproduce bug #309044 anymore (on win32). + +2005-10-01 Lars Clausen <[EMAIL PROTECTED]> + + * lib/connectionpoint.h (DIR_ALL): Parentheses around | expressions. + + * plug-ins/hpgl/hpgl.c (export_data): Listen to warnings and don't + pass FILE * as gchar *. + + * lib/debug.[ch] (dia_assert_true): Debugging aids. + +2005-09-29 Lars Clausen <[EMAIL PROTECTED]> + + * objects/UML/class.h: Enabling mainpoints for UML. + + * objects/UML/class.c (umlclass_set_props): Make sure to always + realloc connection point list. + +2005-09-26 Ahmad Riza H Nst <[EMAIL PROTECTED]> + + * configure.in: Added "id" in ALL_LINGUAS line. + +2005-09-14 Lars Clausen <[EMAIL PROTECTED]> + + * objects/UML/class.c (umlclass_load): Set mainpoint obj upon + loading. Fixes bug #315427. + +2005-09-11 Hans Breuer <[EMAIL PROTECTED]> + + * objects/standard/arc.c objects/standard/textobj.c : fix + C99isms, Dia is supposed to compile with C89 like msvc + + * app/makefile.msc : use the wrong center-point-magnetism + icons for the win32 build, too. + + * plug-ins/python/pydia-error.c : dont crash on C escape + sequences in the error string + * plug-ins/python/pydia-render.c : dont free filename twice + + * plug-ins/python/dot.py : start of an exporter to DOT language + which can be processed by www.graphviz.org tools + 2005-09-05 Iñaki Larrañaga <[EMAIL PROTECTED]> * configure.in: Added "doc/eu/Makefile" for Basque documentation. -Lars -- Lars Clausen <[EMAIL PROTECTED]> _______________________________________________ Dia-list mailing list [email protected] http://mail.gnome.org/mailman/listinfo/dia-list FAQ at http://www.gnome.org/projects/dia/faq.html Main page at http://www.gnome.org/projects/dia
