plug-ins/common/Makefile.am plug-ins/common/plugin-defs.pl removed the
2004-04-16 Sven Neumann <sven@gimp.org> * plug-ins/common/Makefile.am * plug-ins/common/plugin-defs.pl * plug-ins/common/AlienMap.c: removed the AlienMap plug-in since AlienMap2 duplicates its functionality. * plug-ins/common/AlienMap2.c: applied patch from William Skaggs with a couple of user interface improvements (bug #140079).
This commit is contained in:
committed by
Sven Neumann
parent
6a4c2b144a
commit
db40722817
10
ChangeLog
10
ChangeLog
@ -1,3 +1,13 @@
|
||||
2004-04-16 Sven Neumann <sven@gimp.org>
|
||||
|
||||
* plug-ins/common/Makefile.am
|
||||
* plug-ins/common/plugin-defs.pl
|
||||
* plug-ins/common/AlienMap.c: removed the AlienMap plug-in since
|
||||
AlienMap2 duplicates its functionality.
|
||||
|
||||
* plug-ins/common/AlienMap2.c: applied patch from William Skaggs
|
||||
with a couple of user interface improvements (bug #140079).
|
||||
|
||||
2004-04-15 Tor Lillqvist <tml@iki.fi>
|
||||
|
||||
* libgimpthumb/Makefile.am: For Win32, install gimpthumb.def, like
|
||||
|
||||
@ -2,7 +2,6 @@ Makefile
|
||||
Makefile.in
|
||||
.deps
|
||||
.libs
|
||||
AlienMap
|
||||
AlienMap2
|
||||
CEL
|
||||
CML_explorer
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@ -28,7 +28,6 @@ INCLUDES = \
|
||||
-I$(includedir)
|
||||
|
||||
libexec_PROGRAMS = \
|
||||
AlienMap \
|
||||
AlienMap2 \
|
||||
CEL \
|
||||
CML_explorer \
|
||||
@ -191,20 +190,6 @@ install-%: %
|
||||
$(LIBTOOL) --mode=install $(INSTALL_PROGRAM) $< $(DESTDIR)$(libexecdir)/`echo $<|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`; \
|
||||
else :; fi
|
||||
|
||||
AlienMap_SOURCES = \
|
||||
AlienMap.c
|
||||
|
||||
AlienMap_LDADD = \
|
||||
$(top_builddir)/plug-ins/libgimpoldpreview/libgimpoldpreview.a \
|
||||
$(libgimpui) \
|
||||
$(libgimpwidgets) \
|
||||
$(libgimp) \
|
||||
$(libgimpcolor) \
|
||||
$(libgimpbase) \
|
||||
$(GTK_LIBS) \
|
||||
$(RT_LIBS) \
|
||||
$(INTLLIBS)
|
||||
|
||||
AlienMap2_SOURCES = \
|
||||
AlienMap2.c
|
||||
|
||||
|
||||
@ -1,5 +1,4 @@
|
||||
%plugins = (
|
||||
'AlienMap' => { libdep => 'gtk', ui => 1, libsupp => 'gimpoldpreview' },
|
||||
'AlienMap2' => { libdep => 'gtk', ui => 1, libsupp => 'gimpoldpreview' },
|
||||
'CEL' => { libdep => 'gtk', ui => 1 },
|
||||
'CML_explorer' => { libdep => 'gtk', ui => 1 },
|
||||
|
||||
@ -1,3 +1,7 @@
|
||||
2004-04-15 Sven Neumann <sven@gimp.org>
|
||||
|
||||
* POTFILES.in: removed plug-ins/common/AlienMap.c
|
||||
|
||||
2004-04-15 Adam Weinberger <adamw@gnome.org>
|
||||
|
||||
* en_CA.po: Updated Canadian English translation.
|
||||
|
||||
@ -11,7 +11,6 @@ plug-ins/MapObject/mapobject_main.c
|
||||
plug-ins/MapObject/mapobject_ui.c
|
||||
plug-ins/bmp/bmpread.c
|
||||
plug-ins/bmp/bmpwrite.c
|
||||
plug-ins/common/AlienMap.c
|
||||
plug-ins/common/AlienMap2.c
|
||||
plug-ins/common/CEL.c
|
||||
plug-ins/common/CML_explorer.c
|
||||
|
||||
Reference in New Issue
Block a user