From 37c6481c5d28ef86a15e2846162c404dd2788f69 Mon Sep 17 00:00:00 2001 From: Dave Neary Date: Wed, 9 Jul 2003 23:52:45 +0000 Subject: [PATCH] app/core/gimpbrush-header.h Replace guint by guint32 just in case we're on 2003-07-10 Dave Neary * app/core/gimpbrush-header.h * app/core/gimppattern-header.h: Replace guint by guint32 just in case we're on a platform with 16 bit ints. * app/core/gimppattern.c: Uncomment a check for colourdepth of the pattern. There are no other values possible outside the range 1-4, but it serves as a sanity check in case people do odd things. * configure.in: Add a --enable-profile configure flag to allow profiling support. Adds -pg to the CFLAGS. --- ChangeLog | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/ChangeLog b/ChangeLog index 3f6099f10d..e7338d98a1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,17 @@ +2003-07-10 Dave Neary + + * app/core/gimpbrush-header.h + * app/core/gimppattern-header.h: Replace guint by guint32 + just in case we're on a platform with 16 bit ints. + + * app/core/gimppattern.c: Uncomment a check for + colourdepth of the pattern. There are no other values + possible outside the range 1-4, but it serves as a + sanity check in case people do odd things. + + * configure.in: Add a --enable-profile configure flag to + allow profiling support. Adds -pg to the CFLAGS. + 2003-07-09 Michael Natterer * app/display/gimpdisplayshell-transform.[ch]: added new function