Dia ChangeLog report for Tue Sep 4 07:23:01 2001 (UTC)
From: Dia ChangeLog Daemon <nemo traminer dyndns org>
To: dia-list gnome org
Subject: Dia ChangeLog report for Tue Sep 4 07:23:01 2001 (UTC)
Date: Tue, 04 Sep 2001 09:24:52 +0200
Snapshots available at http://www.crans.org/~chepelov/dia/snapshots
*** Recent ChangeLog entries:
--- ChangeLog.previous Mon Sep 3 09:23:43 2001
+++ dia-cvs-snapshot/ChangeLog Tue Sep 4 09:23:17 2001
@@ -1,3 +1,20 @@
+2001-09-03 Cyrille Chepelov <chepelov@calixo.net>
+
+ * app/app_procs.c: removed a spurious } which caused a compilation
+ error in the (!HAVE_GNOME && HAVE_POPT_H) case
+
+ * lib/charconv.c: (get_local_charset): some versions of iconv(1)
+ don't know what ANSI X3.4-1968 is. I didn't know until this day,
+ but it's just plain old ASCII. Added a check to shield the poor
+ XML library.
+
+ Patches from <robert.young@dsto.defence.gov.au>:
+
+ * lib/text.c: (text_calc_boundingbox) Bounding box now calculates the
+ width and height of text before calculating bounds. Fixes #59928
+
+ * app/preferences.c: Moved grid related items into Grid Tab.
+
2001-09-02 Cyrille Chepelov <chepelov@calixo.net>
* app/interface.c: (create_zoom_widget): connected one more signal