1998-08-19 Raja R Harinath * Makefile.am (SUBDIRS): Actually compile `control-center' if it is enabled. (always_built_SUBDIRS): Reinstate `smproxy'. 1998-08-19 Martin Baulig * Makefile.am: Conditionally compiling `control-center' if we have ORBit. * Makefile.am: Using $(always_built_SUBDIRS), $(sometimes_built_SUBDIRS) and correct $(DIST_SUBDIRS). 1998-08-17 Federico Mena Quintero * configure.in: Bumped the version number to 0.28. 1998-08-02 Raja R Harinath * core-docs/Makefile.am (EXTRA_DIST): Add `gnome-intro.html'. (INTRO_EXTRA_DIST): Merge with EXTRA_DIST. * configure.in (PROGRAM_GMENU): Use AM_CONDITIONAL rather than AC_SUBST. (PROGRAMS_PANEL_{CDPLAYER,MIXER,MODEMLIGHTS}): Likewise. (AC_OUTPUT): Remove `applets/netwatch/Makefile'. * Makefile.am (gmenu): New var. (SUBDIRS): Use $(gmenu) instead of @PROGRAM_GMENU@. 1998-08-01 Raja R Harinath * core-docs/Makefile.am (install-data-local): Use INSTALL_DATA in a for loop, don't install all at once. (GNOME_INTRO_HTML_FILES): Remove $(srcdir) from names of files. (GNOME_INTRO_PICTURES): Likewise. (INTRO_EXTRA_DIST): Likewise. (GNOME_INTRO_GIFS): Likewise. (EXTRA_DIST): Likewise. 1998-07-31 Federico Mena Quintero * configure.in (ALL_LINGUAS): Added Japanese translation. 1998-07-28 Mark Galassi * core-docs/gnome-intro/*.html: regenerated the HTML using the latest DocBook tools; some filenames have changed, and 1998-07-23 Nuno Ferreira * config.guess, config.sub: Remove auto-generated files. Tue Jul 21 18:29:16 1998 Tom Tromey * acconfig.h (WINDOW_MANAGER): Removed. * configure.in: Don't define WINDOW_MANAGER, AC_SUBST it. Sun Jul 19 03:31:08 1998 John Ellis * configure.in: variable PROGRAM_GMENU with a check for gtk/gtkctree.h which is in the devel GTK. * Makefile.am: added above variable in the subdirs section, now gmenu is built/installed by default if the devel GTK is found. 1998-07-19 Raja R Harinath * configure.in (SMPROXY_DEFS): Use `STD_DEFINES' rather than `STD_CPP_DEFINES'. (ORB_LIBS): To replace MICO_LIBS. (ORBIT_LIBS,MICO_LIBS): Don't subst. (ORBIT_CONFIG): Don't use `if [ .. ];', use `if test ..;'. 1998-07-18 Raja R Harinath * configure.in (SMPROXY_DEFS): New check, based on AC_PATH_X11. Needed to get defines used in a X11 build tree. Thu Jul 16 18:03:37 1998 Tom Tromey * Makefile.am (SUBDIRS): Added smproxy. * configure.in: Create smproxy/Makefile. 1998-07-13 Raja R Harinath * configure.in (mico_prefix): Stop searching as soon as a `mico-ld' is found. From Michael Lausch . 1998-07-08 Federico Mena Quintero * configure.in: Added applets/fifteen/Makefile to the list. 1998-07-08 Owen Taylor * configure.in: Fix shell syntax bug in case when MICO is not found. 1998-06-26 Nuno Ferreira * configure.in (ALL_LINGUAS): Added Portuguese translation. Sat Jun 13 01:11:16 1998 Tom Tromey * core-docs/Makefile.am (gnome-intro/book01.html): Ignore mkdir failures. Fri Jun 12 22:56:58 1998 Tom Tromey * configure.in: Look for mico-setup.sh in $mico_prefix/doc. Also, handle MICO 2.0.3 (still!). 1998-06-11 John Ellis * configure.in: added gmenu/Makefile 1998-06-11 John Ellis * gmenu directory: Checked in a gmenu, the GNOME menu editor, still needs a Makefile.am file though. Wed Jun 10 11:34:52 1998 Owen Taylor * configure.in: Make panel link micocoss library as well Wed Jun 10 11:34:52 1998 Owen Taylor * configure.in acconfig.h: Check for installed MICO version, and the libs it requires by using mico-ld and mico-setup.sh. Add a HAVE_MICO_ORB_RUN macro to signal that we need to call orb->run(), as we do for mico-2.0.6 and later Tue Jun 9 23:37:43 EDT 1998 Gregory McLean * .cvsignore updates. 1998-06-09 Jim Pick * Added debian packaging dir. 1998-06-07 Stuart Parmenter * help-browser/window.c: changed accel stuff around so that it works with gtk1.1 1998-06-05 Mark Galassi * core-docs/Makefile.am: fixed it so that "make dist" will generate a reasonable distribution. Many files were not listed in the EXTRAS, but I think they now are. 1998-05-30 Raja R Harinath * configure.in (FALSE): Automake conditional that always fails. This is used in some subdir Makefile.am tricks. 1998-05-26 John Ellis * configure.in: added PROGRAMS_PANEL_MODEMLIGHTS, apparently net/ppp_defs.h does not exist on solaris. 1998-05-22 Martin Baulig * configure.in: added GNOME_FILEUTILS_CHECKS * acconfig.h (AFS, MOUNTED_FREAD, MOUNTED_FREAD_FSTYP, MOUNTED_GETFSSTAT, MOUNTED_GETMNT, MOUNTED_GETMNTENT1, MOUNTED_GETMNTENT2, MOUNTED_GETMNTINFO, MOUNTED_LISTMNTENT, MOUNTED_VMOUNT, STAT_STATFS3_OSF1, STAT_READ_FILSYS, STAT_STATFS2_BSIZE, STAT_STATFS2_FSIZE, STAT_STATFS2_FS_DATA, STAT_STATFS4, STAT_STATVFS, STATFS_TRUNCATES_BLOCK_COUNTS): New macros. 1998-05-13 Christopher Blizzard * configure.in: added applets/bussign/Makefile to the list of Makefiles. 1998-05-05 Mark Galassi * core-docs/gnome-intro.sgml: added a bit more to the panel; that's it for the Red Hat 5.1 release, I guess. * core-docs/Makefile.am (install-data-local): fixed little bug in installing help files. * core-docs/gnome-intro.sgml: completed the GNOME intro; there are many omissions, but it seems OK. Now I have to proofread it a bit and add a mention of panel applets. I also added all the generated HTML files for people who do not have the docbook tools installed (this sucks). * core-docs/Makefile.am: put core-docs under automake with some quickly hacked-up rules for the RH-5.1 release. I will clean it up later; this seems to work and install gnome-intro in a way such that the help browser picks it up. * Makefile.am (SUBDIRS): added core-docs Sun May 3 22:43:59 1998 Tom Tromey * acconfig.h (HAVE_FORKPTY): New macro. * configure.in: Include UTIL_LIB check from gnome-libs. 1998-05-03 Mark Galassi * core-docs/gnome-intro.sgml: added the beginnings of an overall gnome-intro manual. Mon Apr 27 20:42:24 EDT 1998 Gregory McLean * panel/menu.c : changed a couple of .xpm to as the xpm files for _thoose_ icons wern't there. Sun Apr 26 10:55:18 EDT 1998 Gregory McLean * Its too early in the morning! * applets/netwatch/netwatch-old.c: added to the repo. * applets/netwatch/netwatch_applet.desktop: desktop file * applets/netwatch/.cvsignore: updated. Sun Apr 26 01:05:51 1998 Tom Tromey * acconfig.h (WINDOW_MANAGER): New macro. * configure.in: Added --with-window-manager option. * configure.in: Unconditionally look for crypt.h. Sun Apr 26 10:55:18 EDT 1998 Gregory McLean * configure.in: changed the AC_PROG_LEX -> AM_PROG_LEX though I couldn't find any lex files that this is needed for. IIRC automake 1.2 supports this macro also. Sun Apr 19 09:38:36 EDT 1998 Gregory McLean * applets/*/.cvsignore: updated to ignore generated files. Tue Mar 17 23:26:47 1998 George Lebl * configure.in: updated teh Makefiles being created * Makefile.am: build in applets * applets/Makefile.am: build clock Sat Mar 14 20:21:31 1998 George Lebl * gnome-panel.idl, launcher-lib.(cc|h): added a Launcher interface, but didn't do anything with it yet. Fri Mar 13 13:44:40 1998 George Lebl * panel.c,clock.c: fixed some FIXME's and added some sanity checks 1998-03-13 Carsten Schaar * configure.in (ALL_LINGUAS): Added German translation. 1998-03-13 Raja R Harinath * configure.in (RES_LIBS): New check for `inet_aton'. Tue Mar 10 22:33:39 1998 Tom Tromey * stamp.h.in: Removed. * configure.in: Don't create stamp.h. Sun Mar 8 21:41:18 1998 Tom Tromey * version.h.in: Removed. * configure.in: Don't create version.h. Wed Mar 4 01:18:19 1998 Tom Tromey * acconfig.h (HAVE_PROGRAM_INVOCATION_SHORT_NAME, HAVE_PROGRAM_INVOCATION_NAME): Added. 1998-03-04 Raja R Harinath * configure.in (AC_OUTPUT): Add `panel/libapplet/Makefile'. Mon Mar 2 15:30:00 1998 Tom Tromey * configure.in: Removed check for SMlib.h; now comes from gnome-x-checks.m4. 1998-02-26 Raja R Harinath * configure.in: Make the check for SMlib.h work better with the checks that happen in macros/gnome-x-checks.m4. Thu Feb 26 12:37:07 1998 Tom Tromey * configure.in: Check for X11/SM/SMlib.h. 1998-02-25 Raja R Harinath * configure.in (AC_OUTPUT): Remove duplicated entry for `panel/batmon/Makefile'. Sat Feb 14 01:31:21 1998 Tom Tromey * Makefile.am (macros/macros.dep): Use tab in rule, not space. * configure.in: Run AC_LINK_FILES for gettext. 1998-02-14 Raja R Harinath * configure.in (GNOME_X_CHECKS): Add new check. (AC_OUTPUT): Also generate `macros/Makefile'. * Makefile.am (macros/macros.dep): Maintainer rule to auto-regenerate aclocal.m4. (SUBDIRS): Add `macros'. * help-browser/gnome-helpwin.c (gnome_helpwin_load): Replace `snprintf' with `g_snprintf'. 1998-02-13 Raja R Harinath * configure.in (AC_OUTPUT): Generate `macros/Makefile'. * autogen.sh: Use `macros/autogen.sh'.