Dia ChangeLog report for Sat Aug 9 07:23:01 2003 (UTC)
From: Dia ChangeLog Daemon <nemo chepelov org>
To: dia-list gnome org
Subject: Dia ChangeLog report for Sat Aug 9 07:23:01 2003 (UTC)
Date: Sat, 09 Aug 2003 09:38:38 +0200
Snapshots available at http://www.crans.org/~chepelov/dia/snapshots
*** Recent ChangeLog entries:
--- ChangeLog.previous 2003-08-08 09:23:18.000000000 +0200
+++ dia-cvs-snapshot/ChangeLog 2003-08-09 09:23:07.000000000 +0200
@@ -1,3 +1,14 @@
+2003-08-08 Lars Clausen <lrclause@cs.uiuc.edu>
+
+ * app/diagram.c (diagram_ungroup_selected)
+ (diagram_group_selected): Use the undo apply to make sure grouping
+ and ungrouping is done in consistent manners. This removes a fair
+ amount of duplicated code from diagram.c.
+
+ * app/undo.c (ungroup_objects_revert, ungroup_objects_apply)
+ (group_objects_revert, group_objects_apply): Working undo/redo for
+ diagram tree updates. The initial actions still don't quite work.
+
2003-08-07 Lars Clausen <lrclause@cs.uiuc.edu>
* app/create_object.c (create_object_button_press):