GIMP_ADD_foo_MASK -> GIMP_ADD_MASK_foo GIMP_foo_MODE -> GIMP_BLEND_foo GIMP_foo_CLONE -> GIMP_CLONE_foo GIMP_foo -> GIMP_DODGE_BURN_TYPE_foo GIMP_foo -> GIMP_TRANSFER_foo Add compat values for the old names and compat code to script-fu and pygimp.
which means that now check/radio button labels are our biggest width-wasters.
and generally clean up a bit. Reuse the clone options code in the perspective clone options. Addresses bug #122862.