Dia ChangeLog report for 2005-06-19 03:00:01 UTC (Sun 19 Jun)
- From: Dia ChangeLog Daemon <nemo raeder dk>
- To: dia-list gnome org
- Subject: Dia ChangeLog report for 2005-06-19 03:00:01 UTC (Sun 19 Jun)
- Date: Sun, 19 Jun 2005 05:47:39 +0200 (CEST)
Snapshots available at http://www.raeder.dk/~larsrc/Dia/snapshots
*** Recent ChangeLog entries:
--- ChangeLog.previous 2005-06-18 05:00:14.000000000 +0200
+++ dia-cvs-snapshot/ChangeLog 2005-06-19 05:00:08.023499424 +0200
@@ -1,3 +1,91 @@
+2005-06-18 Hans Breuer <hans breuer org>
+
+ * NEWS : mention new file dialog
+
+ [plugged remaining leaks from bug #142669]
+ * lib/prop_attr.c(fontprop_free) : not only unref the font
+ but free the property itself, too.
+ * app/diagram_tree.c(create_diagram_children): remember the
+ original list start to not only free the last element
+
+ * lib/prop_sdarray.c:64: warning: `arrayprop_free' defined
+ but not used. Here it meant a potentially huge leak.
+
+2005-06-18 Hans Breuer <hans breuer org>
+
+ * po/POTFILES.in : removed app/diaconv.c which isn't referenced
+ by app/Makefile.am anymore either. Should finally fix 'make distcheck'
+ for others, too. ( Roland Stigge, bug #144527 )
+
+2005-06-18 Hans Breuer <hans breuer org>
+
+ * plug-ins/wmf/Makefile.am : prevent installation. It
+ doesn't do anything useful on *NIX and even seems to be
+ linked wrong by gcc (or me;). Fixes bug #172830
+
+2005-06-18 Hans Breuer <hans breuer org>
+
+ * app/textedit.[hc] lib/arrows.[hc] plug-ins/xslt/xslt.h
+ plug-ins/xslt/xsltdialog.c plug-ins/xslt/xslt.c : fix for sloppiness
+ in function declarations. 'f();' for a function without parameters is
+ a C++ism. Though I can't get any of my compilers to warn about it.
+ Finally fixes bug #142663.
+
+2005-06-18 Hans Breuer <hans breuer org>
+
+ * app/textedit.[hc] lib/arrows.[hc] plug-ins/xslt/xslt.h
+ plug-ins/xslt/xsltdialog.c plug-ins/xslt/xslt.c : fix for sloppiness
+ in function declarations. 'f();' for a function without parameters is
+ a C++ism. Though I can't get any of my compilers to warn about it.
+ Finally fixes the rest of bug #142663.
+
+2005-06-18 Hans Breuer <hans breuer org>
+
+ * lib/font.h lib/font.c : _DiaFont is now private to prepare bigger
+ changes but doesn't hurt anyway. See bug #162034
+ * app/diapsft2renderer.c app/modify_tool.c
+ plug-ins/gprint/diagnomeprintrenderer.c : use dia_font_get_description()
+ instead of messing with internals
+ * app/display.c : give interactive renderers more begin/end render.
+ It is guaranteed that the scale wont change between these.
+
+2005-06-18 Hans Breuer <hans breuer org>
+
+ * app/app_procs.c : const correctness for stderr_message_internal
+ * app/dia-props.c : gtk_toggle_*() functions want GTK_TOGGLE_BUTTON
+ not GTK_CHECK_BUTTON, also some G_CALLBACK casts
+ * app/disp_callbacks.c : don't dereference the to the function call
+ when the function pointer in meant to be checked against 0
+ * app/interface.c : warning fixes by using correct types
+ * app/modify_tool.c : describe_props() members returns const pointer
+ * app/render_libart.c : removed most of the render function again.
+ They happily live in lib/dialibartrenderer.c since almost 3 years
+ http://cvs.gnome.org/viewcvs/dia/app/render_libart.c?r1=1.31&r2=1.32
+ * lib/dia_dirs.c : dia_get_canonical_path() const correctness
+ * lib/dia_svg.c lib/dia_xml.c : some char to xmlChar changes
+ * lib/dialibartrenderer.c(set_line_join): actually set the join_style
+ instead of the cap_style. Don't initialize Art* enums with GDK_* constants.
+ Both mentioned in bug #159814 and not warned by most other compilers.
+ * lib/diagtkfontsel.c : at least the watcom compiler did not like the
+ trailing colon in the GtkTypeInfo initialization
+ * lib/properties.c : avoid redefinition of LIBDIA_COMPILATION
+ * lib/dialinechooser.c lib/diagdkrenderer.c : there may be a difference
+ between char and gint8
+ * plug-ins/metapost/render_metapost.c : replace invalid escape \% with %%
+ * plug-ins/wpg/wpg.c : consitently use guint8
+ * config.h.win32 : change HAVE_* defines to 1 not empty, avoids
+ redefinition warnings for python and xslt plug-ins
+
+2005-06-18 Hans Breuer <hans breuer org>
+
+ * lib/diagramdata.c : really get rid of diagram_data_destroy
+ and new_diagram_data [ no previous prototype for `...' is either
+ a sign of missing static or of a function to vanish :-]
+
+ * lib/geometry.c : apparently the G_INLINE stuff was working only
+ with particular GLib version(s), glib-2.6.4 does not. Conditionally
+ reverting to the old mecanics.
+
2005-06-17 Hans Breuer <hans breuer org>
* plug-ins/python/pydia-*.c : include order tweaking to
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]