mirror of https://github.com/GNOME/gimp.git
see plug-ins/perl/Changes
This commit is contained in:
parent
4a0cc241b3
commit
fac0f61eb0
|
@ -15,6 +15,7 @@ Revision history for Gimp-Perl extension.
|
||||||
now.
|
now.
|
||||||
- fixed a few bugs in Gimp::Fu. PF_PATTERN & friends confused the
|
- fixed a few bugs in Gimp::Fu. PF_PATTERN & friends confused the
|
||||||
current with the default value and didn't restore it properly.
|
current with the default value and didn't restore it properly.
|
||||||
|
- gimpdoc can now output a html file tree.
|
||||||
|
|
||||||
1.1 Fri Jul 30 07:37:30 CEST 1999
|
1.1 Fri Jul 30 07:37:30 CEST 1999
|
||||||
- one of the most successful releases, in terms of features & bugfixes.
|
- one of the most successful releases, in terms of features & bugfixes.
|
||||||
|
|
|
@ -12,7 +12,7 @@ use subs qw(init end lock unlock canonicalize_color);
|
||||||
require DynaLoader;
|
require DynaLoader;
|
||||||
|
|
||||||
@ISA=qw(DynaLoader);
|
@ISA=qw(DynaLoader);
|
||||||
$VERSION = 1.1;
|
$VERSION = 1.11;
|
||||||
|
|
||||||
@_param = qw(
|
@_param = qw(
|
||||||
PARAM_BOUNDARY PARAM_CHANNEL PARAM_COLOR PARAM_DISPLAY PARAM_DRAWABLE
|
PARAM_BOUNDARY PARAM_CHANNEL PARAM_COLOR PARAM_DISPLAY PARAM_DRAWABLE
|
||||||
|
|
|
@ -321,7 +321,7 @@ if ($opt_w) {
|
||||||
<h1>Gimp PDB Documentation</h1>
|
<h1>Gimp PDB Documentation</h1>
|
||||||
|
|
||||||
The following pages contain a htmlified version of the <a
|
The following pages contain a htmlified version of the <a
|
||||||
href="http://ww.gimp.org/"><b>Gimp</b></a> PDB documentation</b>. They
|
href="http://www.gimp.org/"><b>Gimp</b></a> PDB documentation</b>. They
|
||||||
were automatically generated on $today from gimp version $version, using
|
were automatically generated on $today from gimp version $version, using
|
||||||
the program <tt>gimpdoc</tt> (part of the $version distribution). If
|
the program <tt>gimpdoc</tt> (part of the $version distribution). If
|
||||||
you have any questions please ask <a href=\"mailto:pcg\@goof.com\">Marc
|
you have any questions please ask <a href=\"mailto:pcg\@goof.com\">Marc
|
||||||
|
|
Loading…
Reference in New Issue