see plug-ins/perl/Changes

This commit is contained in:
Marc Lehmann
1999-12-07 23:51:23 +00:00
parent 3d68995707
commit 4989f4c255
6 changed files with 10 additions and 5 deletions

View File

@ -19,6 +19,7 @@ Revision history for Gimp-Perl extension.
- the :auto import tag is no longer the default. neither with nor without
warning.
- sdf'ified pod documentation. more to come.
- move perl-intl.h include below the other includes.
1.17 Wed Nov 24 21:25:19 CET 1999
- re-fitted i18n translation for most plug-ins.

View File

@ -1,5 +1,4 @@
#include "config.h"
#include "perl-intl.h"
#include <libgimp/gimp.h>
#ifdef GIMP_HAVE_EXPORT
@ -22,6 +21,8 @@
#define NEED_newCONSTSUB
#include "gppport.h"
#include "perl-intl.h"
/* FIXME */
/* dirty is used in gimp.h. */
#ifdef dirty

View File

@ -1,5 +1,4 @@
#include "config.h"
#include "../perl-intl.h"
#include <assert.h>
#include <stdio.h>
@ -34,6 +33,8 @@
#include "XSUB.h"
#include "gppport.h"
#include "../perl-intl.h"
/* dirty is used in gimp.h AND in perl < 5.005 or with PERL_POLLUTE. */
#ifdef dirty
# undef dirty

View File

@ -1,5 +1,4 @@
#include "config.h"
#include "../perl-intl.h"
/* FIXME */
/* sys/param.h is redefining these! */
@ -17,6 +16,8 @@
#include <libgimp/gimpmodule.h>
#include "../perl-intl.h"
MODULE = Gimp::Module PACKAGE = Gimp::Module
VERSIONCHECK: DISABLE

View File

@ -1,5 +1,4 @@
#include "config.h"
#include "../perl-intl.h"
/* dunno where this comes from */
#undef VOIDUSED
@ -26,6 +25,8 @@
# undef croak
# define croak Perl_croak
#include "../perl-intl.h"
/* hack, undocumented, argh! */
static Core* PDL; /* Structure hold core C functions */

View File

@ -40,7 +40,7 @@ C<Gtk::Object::new> with all the provided arguments.
=item GTK_INIT
This callback is called as early as possible E<after> gtk was initialized,
This callback is called as early as possible I<after> gtk was initialized,
but not before. This can be used to register additional subtypes, argument
types etc. It is similar to GTK_CLASS_INIT.