see plug-ins/perl/Changes

This commit is contained in:
Marc Lehmann 1999-03-21 02:03:19 +00:00
parent 7e06d78af7
commit 4d171c215e
3 changed files with 10 additions and 3 deletions

View File

@ -160,6 +160,11 @@ checks for the presence of the Gnome-Perl module.
checks for the presence of the Gtk::XmHTML module.
=item C<unix>
checks wether the script runs on a unix-like operating system. At the
moment, this is every system except windows, macos, os2 and vms.
=back
The following features can only be checked B<after> C<Gimp->main> has been

View File

@ -9,7 +9,7 @@ $|=1;
qw(windy.pl prep4gif.pl webify.pl PDB alpha2color.pl tex-to-float ditherize.pl
border.pl view3d.pl feedback.pl xachlego.pl xachshadow.pl parasite-editor
scratches.pl blowinout.pl terral_text xachvision.pl gimpmagick perlcc
sethspin.pl animate_cells image_tile yinyang stamps font_map
sethspin.pl animate_cells image_tile yinyang stamps font_table
);
@shebang = (map("examples/$_",@examples),
qw(Perl-Server examples/example-net.pl examples/homepage-logo.pl

View File

@ -11,6 +11,8 @@ Gtk->init;
$gtk_10 = Gtk->major_version==1 && Gtk->minor_version==0;
$VERSION=0.2;
#Gimp::set_trace(TRACE_ALL);
my $window; # the main window
@ -80,7 +82,7 @@ sub create_main {
$window = $w;
$w->set_usize (500,220);
$w->set_title('Parasite Editor');
$w->set_title("Parasite Editor - version $VERSION alpha");
$w->signal_connect("destroy",sub {main_quit Gtk});
$b = new Gtk::Button "Close";
@ -182,7 +184,7 @@ register "extension_parasite_editor",
"This plug-in can be used to view (and in a future version edit) existing parasites",
"Marc Lehmann",
"Marc Lehmann",
"0.1.1",
$VERSION,
"<Toolbox>/Xtns/Parasite Editor",
"",
[],