The bash script "gimp-deprecates" removes deprecated procedures from
Script-Fu (Scheme) scripts for use with GIMP.  A list of deprecated 
procedures, current with GIMP-2.6, will be replaced by the correct
procedure.   Additionally there are 20+ procedures that are simply
no longer advisable to use, but which have no replacement, which will
be flagged with a comment left in the script that they are deprecated.

To use this script, generate an archive directory, copy your script
to the archive, and then execute gimp-deprecates in your scripts
directory.  Note that this script generates new *.scm files if one
is modified, and also each original file that is modified will be
saved as "*scm.orig".  The script initializes by silently removing
all existing "*.scm.orig" files.

Example sequence of commands:

     >cd ~/.gimp-2.6/scripts
     >cp ~/gimp-depricates .
     >mkdir archive
     >cp *.scm *.scm.orig archive
     >./gimp-depricates

$Id:$