diff options
| author | MenTaLguY <mental@rydia.net> | 2006-07-21 05:42:47 +0000 |
|---|---|---|
| committer | mental <mental@users.sourceforge.net> | 2006-07-21 05:42:47 +0000 |
| commit | 9dd3e11fa4339c5216ad816fd4cf83638acb4945 (patch) | |
| tree | 5ed46c66c0dabc9e08ef47657b3c8a403c6ce24b /ChangeLog | |
| parent | replace two uses of hash_map with standard STL map (diff) | |
| download | inkscape-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-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -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: |
