summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorMenTaLguY <mental@rydia.net>2006-07-21 05:42:47 +0000
committermental <mental@users.sourceforge.net>2006-07-21 05:42:47 +0000
commit9dd3e11fa4339c5216ad816fd4cf83638acb4945 (patch)
tree5ed46c66c0dabc9e08ef47657b3c8a403c6ce24b /ChangeLog
parentreplace two uses of hash_map with standard STL map (diff)
downloadinkscape-9dd3e11fa4339c5216ad816fd4cf83638acb4945.tar.gz
inkscape-9dd3e11fa4339c5216ad816fd4cf83638acb4945.zip
sp_object_invoke_release -> SPObject::releaseReferences, plus the introduction of sigc++ signals for "release" and "modified" which will eventually replace their GObject signal counterparts
(bzr r1447)
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 7304f0b11..afffdfe09 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2006-07-21 MenTaLguY <mental@rydia.net>
+
+ * src/document.cpp, src/sp-object.cpp, src/sp-object.h:
+
+ sp_object_invoke_release -> SPObject::releaseReferences,
+ plus the introduction of sigc++ signals for "release" and
+ "modified" which will eventually replace the GObject signals
+
2006-07-20 MenTaLguY <mental@rydia.net>
* src/libnrtype/RasterFont.h, src/libnrtype/font-instance.h: