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 - the :auto import tag is no longer the default. neither with nor without
warning. warning.
- sdf'ified pod documentation. more to come. - 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 1.17 Wed Nov 24 21:25:19 CET 1999
- re-fitted i18n translation for most plug-ins. - re-fitted i18n translation for most plug-ins.

View File

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

View File

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

View File

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

View File

@ -1,5 +1,4 @@
#include "config.h" #include "config.h"
#include "../perl-intl.h"
/* dunno where this comes from */ /* dunno where this comes from */
#undef VOIDUSED #undef VOIDUSED
@ -26,6 +25,8 @@
# undef croak # undef croak
# define croak Perl_croak # define croak Perl_croak
#include "../perl-intl.h"
/* hack, undocumented, argh! */ /* hack, undocumented, argh! */
static Core* PDL; /* Structure hold core C functions */ 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 =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 but not before. This can be used to register additional subtypes, argument
types etc. It is similar to GTK_CLASS_INIT. types etc. It is similar to GTK_CLASS_INIT.