Dia ChangeLog report for Mon May 24 07:23:02 2004 (UTC)
From: Dia ChangeLog Daemon <nemo chepelov org>
To: dia-list gnome org
Subject: Dia ChangeLog report for Mon May 24 07:23:02 2004 (UTC)
Date: Mon, 24 May 2004 09:29:03 +0200
Snapshots available at http://www.crans.org/~chepelov/dia/snapshots
*** Recent ChangeLog entries:
--- ChangeLog.previous 2004-05-22 09:23:40.000000000 +0200
+++ dia-cvs-snapshot/ChangeLog 2004-05-24 09:23:05.000000000 +0200
@@ -1,3 +1,64 @@
+2004-05-23 Hans Breuer <hans breuer org>
+
+ * acinclude.m4 : another attempt to fix
+ bug #142032 (still not sure it's the right one,
+ but works for me(tm), which the other does not ;)
+
+ * plug-ins/cairo/Makefile.am
+ plug-ins/Makefile.am
+ configure.in : support building the new cairo
+ plug-in, if given --with-cairo and the cairo
+ packages are found, see http://cairographics.org
+ and also http://hans.breuer.org/dia/dia-cairo.htm
+
+ * plug-ins/cairo/diacairo.c : make it compile
+ with DEBUG_CAIRO defined, too.
+
+2004-05-23 Hans Breuer <hans breuer org>
+
+ * plug-ins/cairo/Makefile.am : initial attempt
+
+ * plug-ins/cairo/diacairo.c : a new exporter based on
+ Cairo http://cairographics.org rendering api. Currently
+ it just can export PNG and PS but one day it might get
+ PDF and more almost for free. [It is not yet included
+ in the *NIX build system due to lack of auto* magic.]
+
+ * plug-ins/pixbuf/pixbuf.c : always register the export
+ filter part. If the user does not want it it can be
+ disabled by File/Plugins or explicit selected the other
+ one in the Export Formats List
+
+2004-05-23 Hans Breuer <hans breuer org>
+
+ * lib/dia_dirs.c : #include "message.h"
+ lib/widgets.c : #include "persistence.h"
+ lib/widgets.c(dia_font_selector_init) : still not C99
+ lib/persitence.h : removed unimplemented prototype
+ lib/persitence.c(persistence_load_list) : still not C99
+ app/create_object.c : #include "highlight.h"
+ app/layer_dialog.c : #include "widgets.h"
+ app/modify_tool.c : prototype functions before usage
+ lib/object.c : if there is G_END_DECLS there _must_ be G_BEGIN_DECLS
+ [otherwise one will have a hard time to make C++ compile ;]
+ lib/dia_dirs.c : #include "message.h"
+ lib/font.c : #include <gtk/gtk.h> /* just for gtk_get_default_language() */
+ lib/
+
+ * plug-ins/xfig/xfig-import.c : dont initialize an int with
+ a string pointer
+
+ * lib/dia_image.[hc](dia_image_rgba_data) : make it work
+ as documented, i.e. _not_ copying. Plugs a memory leak in
+ lib/dialibartrenderer.c
+
+ * lib/diarenderer.c(*_rounded_rect) : renamed parameter rounding
+ to radius to more of a clue what it is representing
+
+ * */makefile.msc lib/libdia.def : updated
+
+ ChangeLog : fixed some date copy&paste bug
+
2004-05-21 Lars Clausen <lars raeder dk>
* NEWS: Release tag.
@@ -1067,7 +1128,7 @@
* configure.in: Added "mn" to ALL_LINGUAS.
-2003-01-04 Hans Breuer <hans breuer org>
+2004-01-04 Hans Breuer <hans breuer org>
* lib/diagdkrenderer.c : replace rendering of really small (height
less than 2 pixels) with a simple dashed line, you wont notice the
@@ -1079,7 +1140,7 @@
* lib/dialibartrenderer.c : FONT_SCALE defined as 1.0 for G_OS_WIN32, too.
(draw_string) : don't leak temporary image
-2003-01-04 Hans Breuer <hans breuer org>
+2004-01-04 Hans Breuer <hans breuer org>
* app/dia-app-icons.h : TODO : to be removed when autogenerated on *NIX, too.
* app/interface.c : use dia-app-icons.h to give Dia window icons