*** empty log message ***

This commit is contained in:
Garry R. Osgood 2000-06-02 17:59:48 +00:00
parent 41778ee361
commit 165f4e62a2
2 changed files with 3 additions and 0 deletions

View File

@ -6,6 +6,7 @@ Revision history for Gimp-Perl extension.
- fixed problem in Net.pm/try_connect (AF_LOCAL vs. PF_UNIX, or
"sysv rules the world, but sun shines everyhwere".
- added ... to hopefully all plug-ins that open a dialog.
- make clean wrongly deleted po/Makefile.
1.2 Thu May 11 18:55:13 CEST 2000
- image types updated to reflect gimp's reality.

View File

@ -64,5 +64,7 @@ $install
uninstall-po ::
$uninstall
clean ::
test -f Makefile || mv -f Makefile.old Makefile
XXX
}