summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorMenTaLguY <mental@rydia.net>2006-05-09 03:10:12 +0000
committermental <mental@users.sourceforge.net>2006-05-09 03:10:12 +0000
commite45c1b8543470f9a3137b7ed4f6bd691a7a3d1be (patch)
treea931562c8480dd07bed27e90be735fbc45f889db /ChangeLog
parentuse std::vector rather than dynamically-sized automatic arrays (diff)
downloadinkscape-e45c1b8543470f9a3137b7ed4f6bd691a7a3d1be.tar.gz
inkscape-e45c1b8543470f9a3137b7ed4f6bd691a7a3d1be.zip
more vectorization, this time in bluredge
(bzr r785)
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 3 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 3a1be5f51..d267a6fa4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,9 +1,10 @@
2006-05-08 MenTaLguY <mental@rydia.net>
- * src/streams-zlib.cpp, src/streams-jar.cpp, src/splivarot.cpp:
+ * src/streams-zlib.cpp, src/streams-jar.cpp, src/splivarot.cpp,
+ src/extension/internal/bluredge.cpp:
use std::vector rather than dynamically-sized automatic arrays,
- plus cleanups and minor fixes
+ plus cleanups and minor fixes, and dead code removal
2006-05-08 MenTaLguY <mental@rydia.net>