Dia ChangeLog report for 2006-02-05 04:00:01 UTC (Sun 05 Feb)



Snapshots available at http://www.raeder.dk/~larsrc/Dia/snapshots

*** Recent ChangeLog entries:

--- ChangeLog.previous  2006-02-04 05:00:10.000000000 +0100
+++ dia-cvs-snapshot/ChangeLog  2006-02-05 05:00:06.246000264 +0100
@@ -1,3 +1,35 @@
+2006-02-04  Hans Breuer  <hans breuer org>
+
+       * objects/standard/image.c : added mainpoint, patch from
+       Torben H. Nielsen fixing bug #329603
+
+       * app/layer_widget.c : avoid writing to Layer::connectable for a
+       diagram possibly already gone. Fixes bug #329096.
+
+       * lib/persitence.c(persistence_load) : dont leak filename
+       in case of not existing file
+
+       Code review via regex "[^_l>p](malloc|free|realloc)\("
+       * objects/fs/function.c : what's g_strdup() must be g_free()'d
+       * plug-ins/dxf/dxf-import.c : use g_realloc()/g_free()
+       * plug-ins/xfig/xfig-import.c : use g_free() instead of plain free()
+
+       * app/filedlg.c(file_save_as_response_callback) : before destroying
+       the save as dialog we need to drop the dialogs diagram reference.
+       Fixes behaviour described in bug #123225#c7
+
+       * app/interface.c(get_sheet_names) : need to sort sheets by their
+       display name to really fix bug #160101.
+
+       * objects/UML/association.c : dont leak the role_name calculated
+       with visibility attribute, use g_strdup_printf() instead of strcat().
+
+       * configure.in : fix typo in error message
+
+       * lib/object.c : remove duplicated prototype
+       * lib/element.c : element_update_connections_rectangle() assumes nine
+       connection points, i.e. requires 'mainpoint'. g_assert() for this.
+
 2006-02-03  Hans Breuer  <hans breuer org>

        * objects/network/bus.c : allow to tint it. Patch from



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]