Dia ChangeLog report for Mon Jul 5 07:23:01 2004 (UTC)



Snapshots available at http://www.crans.org/~chepelov/dia/snapshots

*** Recent ChangeLog entries:

--- ChangeLog.previous  2004-07-03 09:23:35.000000000 +0200
+++ dia-cvs-snapshot/ChangeLog  2004-07-05 09:23:06.000000000 +0200
@@ -1,3 +1,106 @@
+2004-07-05  Hans Breuer  <hans breuer org>
+
+       * */*.[hc] */*/*.c : a bunch of changes to make Dia compile with
+       -std=c89. Mostly //-comments and M_PI -> G_PI
+       [Istar, Jackson, KAOS were removed from build cause they
+       simply have *too* much C++ comments ;]
+       * object/UML/association.c : use g_strdup() not plain strdup()
+       * app/paginate_psprint.c : avoid storage size of `pipe_action'
+       isn't known with more portable signal code
+
+       * app/app_procs.c : don't call gtk_init() if just --version
+       is requested (bug #144321, Vladimir Kondratiev)
+
+       * lib/prop_attr.c(fontprop_set_from_offset) : only unref
+       DiaFont* if not NULL
+       * objects/UML/class.c : moved fill_in_fontdata() to
+       umlclass_load() to avoid such trouble, though unsure if
+       this really is an improvement...
+
+       * shapes/network/makefile.am : patch-panel added here too
+
+2004-07-04  Hans Breuer  <hans breuer org>
+
+       * sheets/network.sheet.in shapes/network/patch-panel.xpm
+         shapes/network/patch-panel.xpm : added 24-Port-Patch-Panel
+       fixes bug #136629, James McDonald
+
+2004-07-04  Hans Breuer  <hans breuer org>
+
+       * lib/persistence.c app/load_save.c app/sheet_dialog_callbacks.c
+         lib/object_defaults.c : revert changing of Dia's XML namespace
+       * lib/dia_xml.h : #define DIA_XML_NAME_SPACE_BASE with a comment
+       about its purpose and relation to real world urls.
+
+       * lib/plug-ins.h : increment DIA_PLUGIN_API_VERSION and
+       added comment about when to do so
+       [Should have been long time ago and probably multiple times
+       to avoid crashing on older plug-ins]
+       * RELEASE-PROCESS : mention DIA_PLUGIN_API_VERSION
+       * plug-ins/xslt/xslt.c : use DIA_PLUGIN_CHECK_INIT
+
+       * lib/object.c objects/UML/class.c : there are still compilers not
+       supporting C99 and other GCCISMs like allocating dynamic sized arrays
+       on the stack
+       * objects/UML/class.h : there is a differnce between a list pointer
+       and a list pointer pointer. We and GLib want the former.
+
+       * plug-ins/pixbuf/pixbuf.c : don't use app_is_interactive () to detect
+       if Gtk is initialized. Using gdk_display_get_default () avoids the
+       app/* dependency and is also closer to the requirements of the
+       plug-ins working.
+
+       * plug-ins/cairo/diacairo.c : initialize "unique name" field. Also
+       some #ifdefed support for Cairo backends not public available yet.
+
+       * plug-ins/wmf/wmf.cpp : finally do extended linestyles if the
+       windoze platform supports them. This should fix bug #109818, at
+       least for the majority running NT or above ...
+       * plug-ins/wmf/wmf_gdi.[hc] : portability stuff for the above
+
+       * objects/makefile.msc : build Istar, Jackson and Kaos
+
+       * objects/UML/class.c(umlclass_load) : don't wrap by default to
+       keep old diagrams as they were - instead of this nice new effect ;-)
+       Also make "wrap_operations" PROP_TYPE_BOOL in PropDescriptions
+
+       * objects/UML/class.c : mark for translation _("Wrap ...
+
+       * objects/UML/class.c : more correct types, also some default properties
+       dialog pages adjustment (triggering a bug in lib/prop_widgets.c ?;)
+
+       * objects/UML/activity.c : removed a leftover from the
+       use-localization-for-font-substitution-hack
+
+       * shapes/ChemEng shapes/Cybernetic shapes/Map/Isometric :
+       'cvs admin -kb *.png' PNG files should already be *added* as binary,
+       otherwise they are not readable on line-end-converting-platforms
+
+       * plug-ins/python/use g_new0(Dia<Im|Ex>portFiler), avoids crashing
+       filter_get_by_name()
+
+       * plug-ins/python/pydia-property.c : some more g_warnings for
+       not implemented conversions
+
+       * plug-ins/python/group_props.py : ensure unique property values
+       at the right place. Now something like :
+       - load an old UML class diagram
+       - change one of the classes to wrap operations
+       - select all classes (/Select/Same Type)
+       - /Dialogs/Group Properties : check wrap_operations, select '1'
+       - Ok, works like a charm :-)
+
+2004-07-04  Lars Clausen  <lars raeder dk>
+
+       * lib/diagdkrenderer.c (draw_string): Don't unref NULL
+       pixbuf. (#145362)
+
+2004-07-03  Lars Clausen  <lars raeder dk>
+
+       * app/app_procs.c (do_convert): Two patches from Vitaly Lipatov
+       <LAV VL3143 spb edu>: Fixes console output problems and some
+       interactiveness problems.
+
 2004-07-02  Lars Clausen  <lars reader dk>

        * plug-ins/pixbuf/pixbuf.c (dia_plugin_init): Don't load if the



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