mirror of https://github.com/GNOME/gimp.git
Version infomation update
This commit is contained in:
parent
3c8da4f232
commit
5be7e1d3e8
|
@ -1,3 +1,10 @@
|
|||
Mon Feb 8 18:47:00 CST 1999 Seth Burgess <sjburges@gimp.org>
|
||||
* plug-ins/perl/examples/feedback.pl
|
||||
* plug-ins/perl/examples/xachblocks.pl
|
||||
* plug-ins/perl/examples/xachshadows.pl: Updated version
|
||||
information on my Gimp-Perl plugins that were improved by Marc
|
||||
Lehamn so I can keep track better.
|
||||
|
||||
Mon Feb 8 19:17:58 GMT 1999 Adam D. Moss <adam@gimp.org>
|
||||
|
||||
* app/layer.c
|
||||
|
|
|
@ -1,5 +1,8 @@
|
|||
#!/usr/bin/perl -w
|
||||
|
||||
# Revision 1.0: Released it
|
||||
# 1.1: Marc Lehman added undo capability! <pcg@goof.com>
|
||||
|
||||
use Gimp;
|
||||
use Gimp::Fu;
|
||||
|
||||
|
@ -8,7 +11,7 @@ register "feedback",
|
|||
"This plug-in simulates video feedback. It makes for kinda a neat desktop if you're into that sort of thing",
|
||||
"Seth Burgess",
|
||||
"Seth Burgess",
|
||||
"1.0",
|
||||
"1.1",
|
||||
"<Image>/Filters/Misc/feedback",
|
||||
"RGB, GRAY",
|
||||
[
|
||||
|
|
|
@ -23,6 +23,7 @@
|
|||
# causing bad things to happen with refcounts. I hope
|
||||
# gimp is cleaning up this memory on its own...
|
||||
# 1.2: Fixed buggy selection handling - oops ;)
|
||||
# 1.3: Added undo capability by Marc Lehman <pcg@goof.com>
|
||||
|
||||
# Here's the boring start of every script...
|
||||
|
||||
|
@ -35,7 +36,7 @@ register "Xach Blocks",
|
|||
building block creation",
|
||||
"Seth Burgess",
|
||||
"Seth Burgess",
|
||||
"1.2",
|
||||
"1.3",
|
||||
"<Image>/Filters/Misc/Xach Blocks",
|
||||
"*",
|
||||
[
|
||||
|
|
|
@ -13,6 +13,8 @@
|
|||
# Because the way xach does it is a bit ackward, I'm switching it around a bit
|
||||
# and working from the bottom up..
|
||||
|
||||
# Revision 1.1: Marc Lehman <pcg@goof.com> added undo capability
|
||||
|
||||
# Here's the boring start of every script...
|
||||
|
||||
use Gimp;
|
||||
|
@ -23,7 +25,7 @@ register "Xach Shadows",
|
|||
"Screen of 50% of your drawing into a dropshadowed layer.",
|
||||
"Seth Burgess",
|
||||
"Seth Burgess",
|
||||
"1.0",
|
||||
"1.1",
|
||||
"<Image>/Filters/Misc/Xach Shadows",
|
||||
"RGB*, GRAY*",
|
||||
[
|
||||
|
|
Loading…
Reference in New Issue