summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorMenTaLguY <mental@rydia.net>2006-03-05 22:04:56 +0000
committermental <mental@users.sourceforge.net>2006-03-05 22:04:56 +0000
commit7f2f61b91a68e96c15973e92cc0a96016304efd4 (patch)
treeb08001b8a9fdb417566229293d39c19120a92231 /ChangeLog
parentAdd signal for notification of object position changes (diff)
downloadinkscape-7f2f61b91a68e96c15973e92cc0a96016304efd4.tar.gz
inkscape-7f2f61b91a68e96c15973e92cc0a96016304efd4.zip
Wire up new SPObject signal to DocumentSubset, so object order changes will be reflected in the subset
(bzr r207)
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 8edea42d5..9e48bfb33 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,12 @@
2006-03-05 MenTaLguY <mental@rydia.net>
+ * src/document-subset.cpp:
+
+ Wire up new SPObject signal to DocumentSubset, so order changes
+ will be reflected in the subset.
+
+2006-03-05 MenTaLguY <mental@rydia.net>
+
* src/sp-object.h, src/sp-object.cpp:
Add signal for notification of object position changes.