2005-03-19 Hans Breuer <hans@breuer.org>
commit1d407efabe422435bf0f2580a2648a2d43200a0c
authorhans <hans>
Mon, 21 Mar 2005 02:36:48 +0000 (21 02:36 +0000)
committerhans <hans>
Mon, 21 Mar 2005 02:36:48 +0000 (21 02:36 +0000)
tree297f8ff298518cad0917b3414632f3dbdecf45d9
parent25eb25a5839aba02eab45512deb131db8accc297
2005-03-19  Hans Breuer  <hans@breuer.org>

* lib/element.c(element_update_connections_rectangle): don't initialize
the eighth point twice but instead the nineth once

* objects/standard/bezier.c : no C++ comments *please*

* lib/plug-ins.h : increment DIA_PLUGIN_API_VERSION

* lib/dia_image.[ch] : dia_image_filename() returns a string not to be freed ...
* plug-ins/python/pydia-image.c : ... so, don't do it!

* lib/dia_svg.c : refactor color parsing and support the "rgb(127,255,0)" form,
also named colors via pango_color_parse()

* lib/prop_text.c : don't try to g_strdelimit(NULL), fixes bug #169367

* lib/libdia.def : updated externals

* app/object_ops.c : still not C99 everywhere
ChangeLog
app/object_ops.c
lib/dia_image.c
lib/dia_image.h
lib/dia_svg.c
lib/element.c
lib/libdia.def
lib/plug-ins.h
lib/prop_text.c
objects/standard/bezier.c
plug-ins/python/pydia-image.c