CVSROOT:        /cvs/gnome
Module name:    dia
Changes by:     hans    05/06/17 12:09:01

Modified files:
        .              : ChangeLog 
        plug-ins/python: diamodule.c pydia-color.c pydia-cpoint.c 
                         pydia-diagram.c pydia-diagramdata.c 
                         pydia-display.c pydia-error.c pydia-export.c 
                         pydia-font.c pydia-geometry.c pydia-handle.c 
                         pydia-image.c pydia-layer.c pydia-object.c 
                         pydia-properties.c pydia-property.c 
                         pydia-render.c pydia-text.c 

Log message:
2005-06-17  Hans Breuer  <[EMAIL PROTECTED]>

* plug-ins/python/pydia-*.c : include order tweaking to
get rid of redefinition warnings. Ensure to include <Python.h>
before any 'system' header, some dragged in by glib.h
* plug-ins/python/pydia-diagramdata.c(PyDiaDiagramData_Str)
pydia-properties.c(PyDiaProperties_Str)
plug-ins/python/pydia-property.c(PyDiaProperty_Str) :
use %p to format pointers
* plug-ins/python/pydia-geometry.c(PyDiaArrow_Str) :
dont cast to float for %d
* plug-ins/python/pydia-handle.c(PyDiaHandle_Connect) :
use correct pointer type
* plug-ins/python/pydia-image.c(PyDiaImage_Str) :
dont discard qualifier aka dont free const strings
* plug-ins/python/pydia-properties.c : casts to PyCFunction
* plug-ins/python/pydia-property.c : removed unused function,
make ensure_quarks() static
* plug-ins/python/pydia-render.c : removed unused vars, use
the correct signature for begin_render
(dia_py_renderer_finalize): pluged a leak
=> With -fno-strict-aliasing there is no warning left in all of PyDia

URL : 
http://cvs.gnome.org/bonsai/cvsquery.cgi?branch=&dir=dia&who=hans&date=explicit&mindate=2005-06-17%2012:08&maxdate=2005-06-17%2012:10

_______________________________________________
cvs-commits-list mailing list
cvs-commits-list@gnome.org
http://mail.gnome.org/mailman/listinfo/cvs-commits-list

Reply via email to