NEWS: updated

Make plugins compile cleanly by adding #include files

-Yosh
This commit is contained in:
Manish Singh 1999-03-29 19:40:28 +00:00
parent e2712cfa1f
commit 261036c5bd
38 changed files with 52 additions and 2 deletions

View File

@ -1,3 +1,12 @@
Mon Mar 29 11:33:38 PST 1999 Manish Singh <yosh@gimp.org>
* Made 1.0.3 release
* Added various #include files to some plug-ins to make them
compile cleanly
* NEWS: updated
Sun Mar 28 14:38:53 PST 1999 Manish Singh <yosh@gimp.org>
* updated to libtool 1.2f

4
NEWS
View File

@ -1,3 +1,7 @@
What's new in GIMP 1.0.3
* GTK+ 1.2 support. Now the GIMP *requires* GTK+ 1.2
What's new in GIMP 1.0.2
* Evil GIF infinite file bug introduced in 1.0.1 fixed

View File

@ -48,6 +48,7 @@
* to allow the plug-in to build with Digitals compiler.
*/
#include <math.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>

View File

@ -51,6 +51,7 @@
*
****************************************************************************/
#include <stdio.h>
#include <stdlib.h>
#include <time.h>
#include "libgimp/gimp.h"

View File

@ -85,6 +85,7 @@
*/
#include <stdio.h>
#include <math.h>
#include <signal.h>
#include <stdlib.h>

View File

@ -48,6 +48,7 @@
* to allow the plug-in to build with Digitals compiler.
*/
#include <math.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>

View File

@ -51,6 +51,7 @@
*
****************************************************************************/
#include <stdio.h>
#include <stdlib.h>
#include <time.h>
#include "libgimp/gimp.h"

View File

@ -85,6 +85,7 @@
*/
#include <stdio.h>
#include <math.h>
#include <signal.h>
#include <stdlib.h>

View File

@ -35,6 +35,7 @@
*/
#include <stdio.h>
#include <stdlib.h>
#include <math.h>
#include "libgimp/gimp.h"

View File

@ -28,6 +28,7 @@
/******************************************************************************/
#include <stdio.h>
#include <stdlib.h>
#include <gtk/gtk.h>
#include <math.h>

View File

@ -64,6 +64,7 @@
*
*/
#include <math.h>
#include <stdlib.h>
#include <stdio.h>
#include <string.h>
#include <libgimp/gimp.h>

View File

@ -44,6 +44,8 @@
* Smash all bugs :-)
*/
#include <math.h>
#include <stdlib.h>
#include <signal.h>
#include <unistd.h>

View File

@ -28,6 +28,7 @@
/* add any necessary includes */
#include <math.h>
#include <string.h>
#include <stdio.h>
#include <stdlib.h>

View File

@ -21,6 +21,7 @@
* $Id$
*/
#include <stdlib.h>
#include <stdio.h>
#include <string.h>
#include "gtk/gtk.h"

View File

@ -21,6 +21,7 @@
*******************************************************************************/
#include <stdio.h>
#include <stdlib.h>
#include <gtk/gtk.h>
#include <libgimp/gimp.h>

View File

@ -55,6 +55,7 @@
* - Daniel Dunbar
*/
#include <stdio.h>
#include <math.h>
#include <signal.h>
#include <stdlib.h>

View File

@ -123,6 +123,7 @@
* - split into multiple files
****************************************************************************/
#include <stdio.h>
#include <stdlib.h>
#include <time.h>
#include "libgimp/gimp.h"

View File

@ -50,6 +50,7 @@
* speedup (thanks to quartic for this suggestion).
*/
#include <stdlib.h>
#include <gtk/gtk.h>
#include <libgimp/gimp.h>

View File

@ -62,6 +62,7 @@
#include <time.h>
#include <math.h>
#include <stdio.h>
#include <stdlib.h>
#include "gtk/gtk.h"

View File

@ -29,6 +29,7 @@ doesn't load parameter screen on images that don't have alpha
Previous...Inherited code from Ray Lehtiniemi, who inherited it from S & P.
*/
#include <math.h>
#include <stdlib.h>
#include <stdio.h>
#include <string.h>

View File

@ -24,6 +24,7 @@
#define VERSION "0.6"
#include <stdio.h>
#include <stdlib.h>
#include <unistd.h>
#include <string.h>
#include <fcntl.h>

View File

@ -42,6 +42,8 @@
*/
#include <stdio.h>
#include <stdlib.h>
#include <gtk/gtk.h>
#include <libgimp/gimp.h>

View File

@ -35,6 +35,7 @@
*/
#include <stdio.h>
#include <stdlib.h>
#include <math.h>
#include "libgimp/gimp.h"

View File

@ -28,6 +28,7 @@
/******************************************************************************/
#include <stdio.h>
#include <stdlib.h>
#include <gtk/gtk.h>
#include <math.h>

View File

@ -47,6 +47,7 @@
*/
#include <stdio.h>
#include <math.h>
#include <stdlib.h>
#include <sys/stat.h>
#include <unistd.h>

View File

@ -64,6 +64,7 @@
*
*/
#include <math.h>
#include <stdlib.h>
#include <stdio.h>
#include <string.h>
#include <libgimp/gimp.h>

View File

@ -37,6 +37,7 @@
*
*/
#include <stdlib.h>
#include "maze.h"
#include "libgimp/gimp.h"
#include "libgimp/gimpui.h"

View File

@ -23,10 +23,8 @@
*
*/
#ifdef MAZE_DEBUG
#include <stdio.h>
#include <stdlib.h>
#endif /* MAZE_DEBUG */
#include "maze.h"
#include "libgimp/gimp.h"

View File

@ -44,6 +44,8 @@
* Smash all bugs :-)
*/
#include <math.h>
#include <stdlib.h>
#include <signal.h>
#include <unistd.h>

View File

@ -39,6 +39,8 @@
*/
#include <stdio.h>
#include <stdlib.h>
#include <gtk/gtk.h>
#include <libgimp/gimp.h>

View File

@ -28,6 +28,7 @@
/* add any necessary includes */
#include <math.h>
#include <string.h>
#include <stdio.h>
#include <stdlib.h>

View File

@ -21,6 +21,7 @@
* $Id$
*/
#include <stdlib.h>
#include <stdio.h>
#include <string.h>
#include "gtk/gtk.h"

View File

@ -21,6 +21,7 @@
*******************************************************************************/
#include <stdio.h>
#include <stdlib.h>
#include <gtk/gtk.h>
#include <libgimp/gimp.h>

View File

@ -55,6 +55,7 @@
* - Daniel Dunbar
*/
#include <stdio.h>
#include <math.h>
#include <signal.h>
#include <stdlib.h>

View File

@ -123,6 +123,7 @@
* - split into multiple files
****************************************************************************/
#include <stdio.h>
#include <stdlib.h>
#include <time.h>
#include "libgimp/gimp.h"

View File

@ -50,6 +50,7 @@
* speedup (thanks to quartic for this suggestion).
*/
#include <stdlib.h>
#include <gtk/gtk.h>
#include <libgimp/gimp.h>

View File

@ -62,6 +62,7 @@
#include <time.h>
#include <math.h>
#include <stdio.h>
#include <stdlib.h>
#include "gtk/gtk.h"

View File

@ -29,6 +29,7 @@ doesn't load parameter screen on images that don't have alpha
Previous...Inherited code from Ray Lehtiniemi, who inherited it from S & P.
*/
#include <math.h>
#include <stdlib.h>
#include <stdio.h>
#include <string.h>