From 7b8a62a2abf5eb0d4313b6550507a5ae84978fc6 Mon Sep 17 00:00:00 2001 From: Martin Nordholts Date: Sat, 7 Feb 2009 09:31:15 +0000 Subject: [PATCH] Update ChangeLog for the 4 latest commits. svn path=/trunk/; revision=27998 --- ChangeLog | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/ChangeLog b/ChangeLog index 29e10b28d7..0a02eeb10d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,25 @@ +2009-02-07 Martin Nordholts + + * app/core/gimpimagemap.c: Move undo tiles updating into a helper + function gimp_image_map_update_undo_tiles() so the logic of + gimp_image_map_apply() becomes clearer. + +2009-02-07 Martin Nordholts + + * app/core/gimpimagemap.c: Introduce and use a local helper + function gimp_image_map_kill_any_idle_processors() to get a rid of + some code duplication. + +2009-02-07 Martin Nordholts + + * app/core/gimpimagemap.c: Introduce and use a local helper + function gimp_image_map_cancel_any_idle_jobs() to get a rid of + some code duplication. + +2009-02-07 Martin Nordholts + + * app/core/gimpimagemap.c: Fix misindented return statement. + 2009-02-06 Sven Neumann * app/actions/tools-commands.c