From 9da5af44f4e999cf4394e114cdb799bb4dd054ad Mon Sep 17 00:00:00 2001 From: Dave Beckett Date: Wed, 10 Dec 2003 15:42:01 +0000 Subject: [PATCH] Correct some more renames where the order of the renaming caused later renames to fail due to earlier prefixes failing. --- pixman/ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/pixman/ChangeLog b/pixman/ChangeLog index 9da70642e..31ee1c31a 100644 --- a/pixman/ChangeLog +++ b/pixman/ChangeLog @@ -1,5 +1,13 @@ 2003-12-10 Dave Beckett + * update.pl: fixes for wrong order of renames + + * src/pixregion.c, src/pixman.h, src/ictri.c, src/ictrap.c, src/icimage.c, src/icformat.c, src/ic.c: + Correct some more renames where the order of the renaming + caused later renames to fail due to earlier prefixes failing. + + * update.pl: Add rename fixes + * src/pixregionint.h, src/pixregion.c, src/pixman.h, src/ictri.c, src/ictrap.c, src/ictransform.c, src/icrect.c, src/icpixels.c, src/icint.h, src/icimage.h, src/icimage.c, src/icformat.c, src/iccompose.c, src/iccolor.c: Correct over-eager renames of the form pixman_thing_tName into pixman_thing_name. It was inevitable really this would happen!