Dia ChangeLog report for Sat May 18 07:23:01 2002 (UTC)
From: Dia ChangeLog Daemon <nemo chepelov org>
To: dia-list gnome org
Subject: Dia ChangeLog report for Sat May 18 07:23:01 2002 (UTC)
Date: Sat, 18 May 2002 09:26:15 +0200
Snapshots available at http://www.crans.org/~chepelov/dia/snapshots
*** Recent ChangeLog entries:
--- ChangeLog.previous Fri May 17 09:23:18 2002
+++ dia-cvs-snapshot/ChangeLog Sat May 18 09:23:04 2002
@@ -1,3 +1,62 @@
+2002-05-18 Steffen Macke <sdteffen@web.de>
+
+ * doc/en/graphics/greendots.png:
+ * doc/en/home_network.png:
+ * doc/en/line_props.png:
+ * dia-diagram.png:
+ * dia_gnome_icon.png:
+ * dia_gnome_menu_icon.png:
+ * dia_logo.png:
+ * shapes/network/telephone.png:
+ * shapes/Logic/and.png:
+ * shapes/Logic/buffer.png:
+ * shapes/Logic/connector.png:
+ * shapes/Logic/inverter.png:
+ * shapes/Logic/nand.png:
+ * shapes/Logic/nor.png:
+ * shapes/Logic/not.png:
+ * shapes/Logic/or.png:
+ * shapes/logic/xor.png:
+ * samples/ER-demo.dia:
+ * samples/SADT.dia:
+ * samples/UML-demo.dia:
+ * samples/chronograms.dia:
+ * samples/grafcet.dia: re-added as binary files
+
+2002-05-17 Hans Breuer <hans@breuer.org>
+
+ * lib/libdia.def : reflect removing of render_store.[ch]
+
+ * */makefile.mingw : remove VERSION definition it's
+ done in config.h.win32. Dia still doesn't work if
+ build with mingw ...
+
+ * RELEASE-PROCESS : removed */makefile.mingw
+
+ * app/sheets_dialog_callbacks.c : if we use those
+ ugly charconv_gtk_* functions lib/charconv.h needs to
+ be #included ...
+ * lib/charconv.h : ... and needs to contain the
+ necesseray prototypes _and_ #defines
+
+ * plug-ins/shape/shape-export.c : with libxml2 xmlNewGlobalNs
+ is deprecated and does nothing but spit a warning. This broke
+ the shape format writing. Fixed.
+ Also with libxml2 pretty formatted xml isn't the default
+ anymore, but needs to be enabled explicit: It is done now
+ for shape files, which almost always needed to be edited by
+ hand ...
+
+ * app/app_procs.c : #if G_OS_WIN32 redirect xmlErrorReporting
+ from stderr - which is invalid on Dia/win32 - to g_print -
+ which opens up a console window if necessary. This way
+ a xml-deprecation-error shouldn't stay unnoticed next time
+
+2002-05-17 Steffen Macke <sdteffen@web.de>
+
+ * shapes/Misc/folder.png:
+ * shapes/Misc/file.png: re-added as binary files
+
2002-05-16 Lars Clausen <lrclause@cs.uiuc.edu>
* lib/font.c: Fixed segfault for fonts without family_name.