see plug-ins/perl/Changes

This commit is contained in:
Marc Lehmann 2000-10-09 22:32:48 +00:00
parent cef26090a5
commit be6d60b713
4 changed files with 3 additions and 19 deletions

View File

@ -13,6 +13,7 @@ Revision history for Gimp-Perl extension.
<michael@shoebox.net>.
- removed gimp_proc_db_proc_info from xs code in favour
of the PDB call.
- fix the parasite-editor as much as possible.
1.201 Thu Aug 24 23:44:43 CEST 2000
** LAST VERSION THAT WORKS WITH 1.0 **

View File

@ -193,7 +193,7 @@ install :: install-po
$main::dont_embed || (cd embed && \$(MAKE) install)
install-po:
cd po && \$(MAKE) install
cd po && \$(MAKE) install-po
".$install;
}

View File

@ -322,7 +322,7 @@ sub undirty {
}
sub GTK_OBJECT_INIT {
shift unless ref $self; # care for "old" Gtk modules
shift unless ref $_[0]; # care for "old" Gtk modules
my $self = shift;
@{$self}{qw(find_func attach_func detach_func current parasite)}=@$init;
@{$self}{qw(name flags data)}=

View File

@ -1,20 +1,3 @@
2000-10-09 Sven Neumann <sven@gimp.org>
* fr.po: corrected fatal error in french translation
2000-10-09 Christophe Merlet <christophe@merlet.net>
* fr.po: updated French translations.
2000-10-06 Sven Neumann <sven@gimp.org>
* pl.po: applied gimp-art-20000926-0 -> Updates to the polish
translation by Artur Polaczynski <artie@kmfms.com>
2000-10-05 Sven Neumann <neo@fry>
* de.po: updated german translation
2000-06-04 Valek Filippov <frob@df.ru>
* ru.po: Updated russian translation.