diff -uNr gnome-0.3/README gnome-0.4/README --- gnome-0.3/README Sun Sep 14 17:03:27 1997 +++ gnome-0.4/README Thu Sep 18 17:31:20 1997 @@ -32,3 +32,12 @@ ftp://wauug.erols.com/pub/X-Windows/xlockmore/index.html + - Guile 1.2: FSF's scheme interpreter. + + ftp://prep.ai.mit.edu/pub/gnu/guile-1.2.tar.gz + + - Latest Gtk+: This is the release of the Gtk+ toolkit, the + toolkit used to build graphic applications with Gnome. + + ftp://ftp.gimp.org/pub/gtk/ + diff -uNr gnome-0.3/configure gnome-0.4/configure --- gnome-0.3/configure Wed Sep 17 22:20:55 1997 +++ gnome-0.4/configure Thu Sep 18 23:01:32 1997 @@ -538,7 +538,7 @@ -VERSION=0.3 +VERSION=0.4 cat >> confdefs.h <marshal (NULL, cdata->func_data, 0, args); return ret_val; } diff -uNr gnome-0.3/libgnome/Makefile.in gnome-0.4/libgnome/Makefile.in --- gnome-0.3/libgnome/Makefile.in Wed Sep 17 23:42:40 1997 +++ gnome-0.4/libgnome/Makefile.in Thu Sep 18 23:03:20 1997 @@ -251,7 +251,7 @@ done gnome-config.o gnome-config.lo: gnome-config.c libgnome.h gnome-defs.h \ gnome-util.h gnome-hook.h gnome-config.h gnome-dns.h -gnome-dns.o gnome-dns.lo: gnome-dns.c gnome-dns.h +gnome-dns.o gnome-dns.lo: gnome-dns.c gnome-defs.h gnome-dns.h gnome-hook.o gnome-hook.lo: gnome-hook.c ../config.h gnome-defs.h \ gnome-hook.h gnome-util.o gnome-util.lo: gnome-util.c ../config.h gnome-defs.h \ diff -uNr gnome-0.3/libgnome/gnome-dns.c gnome-0.4/libgnome/gnome-dns.c --- gnome-0.3/libgnome/gnome-dns.c Wed Sep 17 12:12:05 1997 +++ gnome-0.4/libgnome/gnome-dns.c Thu Sep 18 22:38:34 1997 @@ -26,6 +26,7 @@ #include #include +#include "gnome-defs.h" #include "gnome-dns.h" #undef VERBOSE diff -uNr gnome-0.3/libgnome/gnome-dns.h gnome-0.4/libgnome/gnome-dns.h --- gnome-0.3/libgnome/gnome-dns.h Wed Sep 17 12:12:05 1997 +++ gnome-0.4/libgnome/gnome-dns.h Thu Sep 18 14:15:51 1997 @@ -1,10 +1,7 @@ #ifndef __GNOME_DNS_H__ #define __GNOME_DNS_H__ - -#ifdef __cplusplus -extern "C" { -#endif /* __cplusplus */ +BEGIN_GNOME_DECLS /* *-------------------------------------------------------------- @@ -77,9 +74,7 @@ *-------------------------------------------------------------- */ void gnome_dns_abort (guint32 tag); - -#ifdef __cplusplus -} -#endif /* __cplusplus */ + +END_GNOME_DECLS #endif /* __GNOME_DNS_H__ */ diff -uNr gnome-0.3/libgnome/gnomelib-init.c gnome-0.4/libgnome/gnomelib-init.c --- gnome-0.3/libgnome/gnomelib-init.c Wed Sep 17 12:12:05 1997 +++ gnome-0.4/libgnome/gnomelib-init.c Thu Sep 18 12:22:57 1997 @@ -1,5 +1,6 @@ #include #include +#include #include #include #include