Dia ChangeLog report for Tue Aug 14 07:30:22 2001 (UTC)
From: Dia ChangeLog Daemon <nemo traminer dyndns org>
To: dia-list gnome org
Subject: Dia ChangeLog report for Tue Aug 14 07:30:22 2001 (UTC)
Date: Tue, 14 Aug 2001 09:30:55 +0200
*** Recent ChangeLog entries:
--- ChangeLog.previous Tue Aug 14 09:23:35 2001
+++ dia-cvs-snapshot/ChangeLog Mon Aug 13 20:31:38 2001
@@ -1,5 +1,28 @@
2001-08-13 Cyrille Chepelov <chepelov@calixo.net>
+ * lib/proplist.c (prop_list_from_descs): added a call to
+ prop_desc_list_calculate_quarks(). (find_prop_by_name_and_type):
+ too embarrassing to tell.
+
+ * lib/propdesc.c (prop_desc_list_calculate_quarks): converted the
+ while loop to a for loop, for symmetry with
+ prop_offset_list_calculate_quarks().
+
+ * lib/geometry.h: new inline function, rectangle_equals.
+
+ * lib/diagramdata.[ch]: refactored a bit the diagram extents
+ computation logic, and changed it to always be the union of the
+ visible layers' extents. This should close #58882 (Debian
+ #107167), and fixes #55498.
+
+ * app/display.c: made the initial visible box more coherent with
+ the diagram being loaded's extents.
+
+ * app/prop_attr.c: don't set the font (from offset) if font_data
+ is NULL. Two brainos in colorprop_load() and fontprop_load().
+
+2001-08-13 Cyrille Chepelov <chepelov@calixo.net>
+
* lib/properties.[ch]: split in a lot of pieces:
* lib/prop_*.[ch] (NEW): all property types are now first-class