summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorMenTaLguY <mental@rydia.net>2006-05-21 20:36:01 +0000
committermental <mental@users.sourceforge.net>2006-05-21 20:36:01 +0000
commit3c2f8189a5e834c1f2aa53230da69b97e3171e81 (patch)
treedbe4a4990e825f065273954e6aaaaefd994cd736 /ChangeLog
parentremove unnecessary casts which didn't compile on old versions of FreeType (diff)
downloadinkscape-3c2f8189a5e834c1f2aa53230da69b97e3171e81.tar.gz
inkscape-3c2f8189a5e834c1f2aa53230da69b97e3171e81.zip
call GC::request_early_collection() after switching preview images
(bzr r923)
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index f14540efc..a9639be4e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,14 @@
+2006-05-21 MenTaLguY <mental@rydia.net>
+
+ * src/gc-core.h, src/gc.cpp:
+
+ add GC::request_early_collection() to force a collection from the idle
+ loop at opportune times
+
+ * src/dialogs/filedialog.cpp:
+
+ call GC::request_early_collection() after switching preview images
+
2006-05-21 Jon A. Cruz <jon@joncruz.org>
* src/layer-manager.cpp, src/layer-manager.h,