summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorMenTaLguY <mental@rydia.net>2006-05-09 04:38:53 +0000
committermental <mental@users.sourceforge.net>2006-05-09 04:38:53 +0000
commit6f79f61180787ec5bd564cfa021977fec6056b4c (patch)
tree416c0a7a7527b74cfa0395134b71bec9607c8890 /ChangeLog
parent* conn-avoid-ref.cpp: Fix a crashbug that could occur in files (diff)
downloadinkscape-6f79f61180787ec5bd564cfa021977fec6056b4c.tar.gz
inkscape-6f79f61180787ec5bd564cfa021977fec6056b4c.zip
always make local copy of path data so we have control of memory policy
(bzr r791)
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 63842331b..e24114c86 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -6,6 +6,13 @@
2006-05-08 MenTaLguY <mental@rydia.net>
+ * src/display/curve.cpp:
+
+ always make local copy of path data so that we have control over memory
+ policy
+
+2006-05-08 MenTaLguY <mental@rydia.net>
+
* src/display/curve.h, src/display/curve.cpp, src/dropper-context.cpp:
get rid of sp_curve_new_from_static_bpath() in a bid to simplify curve