
NOTE: The 39.8 version of the NewIFF code will probably be the first
public release of NewIFF code with V39 support.


Known gotcha - the interface for the loadcmap() function has changed.
Most apps do not call this directly - but check to see if you do.

Done for 39.3 - Changed loadbrush AllocRaster() section to use
AllocBitMap() instead under V39.  Changed modefallback() routine
to use BestModeIDA() under V39.

Done for 39.5 - Conditionally use GetBitMapAttr() when determining
destination width on loads in case somebody passes an extra tag to
force an interleaved bitmap under V39.


ToDo - maybe fix bmprintc.c and ILBMtoRaw to deal with interleaved bitmaps.
       get rid of 24-plane plus one mask plane limit
       add interleaved alpha-channel support ?
       stop using CopyMem from buffer to planes (when a FAST mem
       BitMap copying alternative is available)
