Sven Neumann ([EMAIL PROTECTED]) wrote:
> > I agree with marc here. Nobody expects Gimp 1.0 / 1.2 compatibility.
> > If we change this right after the 1.2 release we would force people
> > who want to use new plugins to a probably really unstable developers
> > version. IMHO this is bad.
> 
> Ok, so who is going to do it? We will certainly not accept a change as
> it was done the last time. All scripts and other affected spots have to
> be changed!

Here is a list of probably all affected files:

[simon@vmax:~/cvs/gimp]> find . -exec /usr/local/bin/grep \
> -l "edit.fill" \{\} \; 
./ChangeLog                   # no need to fix :-)
./README.perl                 # probably no need to fix
./app/commands.c              # Just callbacks
./app/commands.h
./app/edit_cmds.c             # Autogenerated
./app/menus.c                 # Just menu-generation
./app/global_edit.c           # This needs to be adjusted to use the fg-color
./app/global_edit.h       
./docs/script-fu.tex          # Some example scripts need to be adjusted.
                              # BTW: Do they work in Gimp 1.2 ???
./help/C/image/edit/fill.html # Not yet documented
./plug-ins/perl/README
./plug-ins/perl/scm2scm
./plug-ins/perl/examples/Create_Images
[15 files deleted]
./plug-ins/perl/examples/translogo

# Marc?

./plug-ins/script-fu/scripts/3d-outline.scm
[64 files deleted]
./plug-ins/script-fu/scripts/xach-effect.scm

# Raphael already volunteered... Contact me, if you need assistance.

./plug-ins/pygimp/doc/procedural-database.html   # no need to fix
./plug-ins/pygimp/doc/pygimp.sgml                # example needs fixing
./plug-ins/pygimp/doc/structure-of-plugin.html   # example needs fixing
./plug-ins/pygimp/plug-ins/clothify.py     # needs fixing.
./plug-ins/pygimp/plug-ins/foggify.py      # needs fixing.
./plug-ins/pygimp/plug-ins/sphere.py       # needs fixing.
./tools/pdbgen/pdb/edit.pdb    # Documentation string needs to be fixed.

# I can do this.

Did I miss a Pattern? I think "edit.fill" is good enough?

Bye,
        Simon


-- 
      [EMAIL PROTECTED]       http://www.home.unix-ag.org/simon/

Reply via email to