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

Dia ChangeLog report for 2009-02-17 04:00:01 UTC (Tue 17 Feb)



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

*** Recent ChangeLog entries:

--- ChangeLog.previous	2009-02-16 05:00:09.000000000 +0100
+++ dia-svn-snapshot/ChangeLog	2009-02-17 05:00:11.651408448 +0100
@@ -1,3 +1,49 @@
+2009-02-15  Hans Breuer  <hans breuer org>
+
+	* configure.in config.h.win32 NEWS : dia-0.97-pre2
+
+	* plug-ins/python/Makefile.am : every script to be installed for
+	--with-python must be available with EXTRA_DIST, bug #571862
+	(pyplugin_SCRIPTS_TO_INSTALL) : one variable to be used for both
+	cases, removed group_props.py there, the built-in dialog works better
+
+	* configure.in config.h.win32 : release of dia-0.97-pre1, finally;)
+	* INSTALL NEWS : updated
+
+	* tests/test-objects.c : g_assert(o->ops->get_object_menu == NULL ||
+	o->ops->get_object_menu(o, &point) != NULL); see below
+
+	* plug-ins/dxf/dxf-import.c : no localization of debug messages
+
+	* app/interface.c : don't add "Standard - Outline" when !HAVE_CAIRO
+	* app/create_tool.c : the error message for failing to create an object
+	was assuming the typename to be valid (crashing during message)
+
+	* objects/standard/outline.c objects/standard/standard.c : pollute with
+	#ifdef HAVE_CAIRO, otherwise Dia won't start when built --without-cairo
+	( Couldn't find standard objects ... )
+
+	[warningectomy - not sure where I've counted the 30;) ]
+	* lib/diarenderer.c : fix constness to produce no warnings anymore
+	* lib/diagdkrenderer.c : pointer targets ... differ in signedness
+	* objects/chronogram/chronoline_event.c : dereferencing type-punned
+	pointer will break strict-aliasing rules
+	* objects/Misc/measure.c : object_menu() now returning NULL, see below
+	* objects/Database/table_dialog.c : use GPOINTER_TO_UINT to avoid
+	warning: cast from pointer to integer of different size
+	* lib/object_defaults.c objects/FS/flow.c : use GPOINTER_TO_INT()
+	* lib/sheet.c : use GINT_TO_POINTER()
+	* lib/object.c : use GPOINTER_TO_UINT()
+	* plug-ins/wmf/wmf.cpp : explicit accept int precision for margins
+	* plug-ins/xslt.c : pointer targets ... differ in signedness
+
+	* app/disp_callbacks.c : allow obj->ops->get_object_menu() return NULL
+	  objects/standard/outline.c : use it for outline_get_object_menu
+
+	* app/disp_callbacks.c : make empty_menu a really empty DiaMenu with
+	menu_items==0 to avoid superfluous separators (bug #532534)
+	(ddisplay_canvas_events) : warning - integral size mismatch in argument
+
 2009-02-14  Hans Breuer  <hans breuer org>

 	* plug-ins/python/scascale.py : check input feasibility, bug #440884


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