Correct some more renames where the order of the renaming caused later renames to fail due to earlier prefixes failing.

This commit is contained in:
Dave Beckett 2003-12-10 15:42:01 +00:00
parent b24029f4d0
commit 9da5af44f4

View file

@ -1,5 +1,13 @@
2003-12-10 Dave Beckett <Dave.Beckett@bristol.ac.uk>
* 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!