Code

some developer documentation about refcounting
[inkscape.git] / ChangeLog
index 30b8ddbf070520000aa70a6cf6249966d67de370..fa0f597a1b61efe659b7c4a72b5f7f73559c3d95 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,42 @@
+2006-04-29  MenTaLguY  <mental@rydia.net>
+
+       * src/doc/Makefile.am, src/doc/refcounting.txt:
+       
+         some developer documentation about refcounting
+
+2006-04-29  MenTaLguY  <mental@rydia.net>
+
+       * src/ui/view/view.cpp:
+
+         Wait a minute -- UI::View::View and SPDocument are both managed
+         by the collector -- the view doesn't need to ref the document!
+
+2006-04-29  MenTaLguY  <mental@rydia.net>
+
+       * src/ui/view/view.cpp: add missing unref
+
+2006-04-29  MenTaLguY  <mental@rydia.net>
+
+       * src/gc-anchored.cpp, src/gc-anchored.h:
+
+         added refcount logging to GC::Anchored
+
+       * src/util/Makefile_insert, src/util/format.h:
+
+         shared string printf
+
+2006-04-28  MenTaLguY  <mental@rydia.net>
+
+    * src/sp-object.cpp: make refcount logging a little more useful
+         by including the relevent class name
+
+2006-04-28  Jon A. Cruz  <jon@joncruz.org>
+
+       * src/Makefile_insert, src/Makefile.am, src/dir-util-test.h,
+         src/dir-util-test.cpp, src/extract-uri-test.h,
+         src/extract-uri-test.cpp:
+         Replaced two tests with CxxTest versions.
+
 2006-04-28  Jon A. Cruz  <jon@joncruz.org>
 
        * src/Makefile_insert, src/MultiPrinter.h, src/verbs.h,