Commit graph

9 commits

Author SHA1 Message Date
Marc Lehmann
73d7b7d18f *** empty log message *** 2001-03-15 02:02:09 +00:00
Sven Neumann
243c5f4929 app/channel_cmds.c app/layer_cmds.c libgimp/gimpchannel_pdb.c
2000-12-28  Sven Neumann  <sven@gimp.org>

	* app/channel_cmds.c
	* app/layer_cmds.c
	* libgimp/gimpchannel_pdb.c
	* libgimp/gimplayer_pdb.c
	* plug-ins/common/warp.c
	* plug-ins/gap/gap_exchange_image.c
	* plug-ins/gap/gap_range_ops.c
	* plug-ins/perl/examples/bricks
	* plug-ins/perl/examples/glowing_steel
	* tools/pdbgen/pdb/channel.pdb
	* tools/pdbgen/pdb/layer.pdb:

	Two of the gimp-perl scripts used to call gimp_layer_delete() after
	gimp_image_remove_layer(). This will fail since the layer is already
	scheduled for destruction by removing it from the associated image or
	by deleting that image. It is thus dangerous and superfluous to export
	this feature through the PDB. The gimp_layer_delete() is hereby
	obsolete and does nothing any longer. I have removed the code calling
	it from all over the place (it was commented out in almost all places).

	The PDB help for gimp_channel_delete() now explicetly tells the user
	about the proper usage of the procedure.
2000-12-27 23:49:17 +00:00
Marc Lehmann
a82a3cf5af see plug-ins/perl/Changes 2000-05-21 01:27:16 +00:00
Marc Lehmann
8c46f10171 see plug-ins/perl/Changes 2000-03-28 13:30:29 +00:00
Marc Lehmann
97ba2102d5 see plug-ins/perl/Changes 2000-01-08 20:01:53 +00:00
Marc Lehmann
c5238c6d03 see plug-ins/perl/Changes 1999-11-29 21:46:18 +00:00
Marc Lehmann
019b0193fc see plug-ins/perl/Changes 1999-11-21 21:10:48 +00:00
Marc Lehmann
6e90c8de5f see plug-ins/perl/Changes 1999-11-17 20:48:28 +00:00
Marc Lehmann
4fd0770bdb see plug-ins/perl/Changes 1999-11-14 20:34:52 +00:00