From fe51906b4f20ebe4c4de4ce4eba27cb4357f62ec Mon Sep 17 00:00:00 2001 From: Michael Natterer Date: Sat, 31 Mar 2001 17:10:03 +0000 Subject: [PATCH] comitted only in app/ before... --- ChangeLog | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/ChangeLog b/ChangeLog index b617a72a55..a53219ed4f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,21 @@ +2001-03-31 Michael Natterer + + * app/tools/Makefile.am + * app/tools/gimpfliptool.[ch]: applied a patch from Dave Neary + which re-activates this tool. Enabled the tool options too. + + * app/tools/gimpbezierselecttool.c + * app/tools/gimpbucketfilltool.c + * app/tools/gimpiscissorstool.c + * app/tools/gimptexttool.c: trivial fixes. + + * app/tools/gimptool.c: removed cruft. + + * app/tools/gimptransformtool.[ch]: a special case for the flip + tool, cleanup. + + * app/tools/tools.c: register the flip tool. + 2001-03-31 Michael Natterer * app/tools/bezier_select.[ch]