mirror of https://github.com/GNOME/gimp.git
plug-ins/pygimp/plug-ins/Makefile.am
2008-04-08 Sven Neumann <sven@gimp.org> * plug-ins/pygimp/plug-ins/Makefile.am * plug-ins/pygimp/plug-ins/happy-valley-relief.py: renamed to ... * plug-ins/pygimp/plug-ins/python-eval.py: ... this. * plug-ins/pygimp/plug-ins/gimpcons.py: renamed to ... * plug-ins/pygimp/plug-ins/python-console.py: ... this. svn path=/trunk/; revision=25411
This commit is contained in:
parent
231497046d
commit
184bf5a900
10
ChangeLog
10
ChangeLog
|
@ -1,3 +1,13 @@
|
|||
2008-04-08 Sven Neumann <sven@gimp.org>
|
||||
|
||||
* plug-ins/pygimp/plug-ins/Makefile.am
|
||||
|
||||
* plug-ins/pygimp/plug-ins/happy-valley-relief.py: renamed to ...
|
||||
* plug-ins/pygimp/plug-ins/python-eval.py: ... this.
|
||||
|
||||
* plug-ins/pygimp/plug-ins/gimpcons.py: renamed to ...
|
||||
* plug-ins/pygimp/plug-ins/python-console.py: ... this.
|
||||
|
||||
2008-04-08 Michael Natterer <mitch@gimp.org>
|
||||
|
||||
* app/widgets/gimpdialogfactory.c
|
||||
|
|
|
@ -5,12 +5,12 @@ pluginexecdir = $(gimpplugindir)/plug-ins
|
|||
scripts = \
|
||||
colorxhtml.py \
|
||||
foggify.py \
|
||||
gimpcons.py \
|
||||
happy-valley-relief.py \
|
||||
palette-offset.py \
|
||||
palette-sort.py \
|
||||
palette-to-gradient.py \
|
||||
py-slice.py
|
||||
py-slice.py \
|
||||
python-console.py \
|
||||
python-eval.py
|
||||
|
||||
test_scripts = \
|
||||
benchmark-foreground-extract.py \
|
||||
|
|
Loading…
Reference in New Issue