Commit graph

49 commits

Author SHA1 Message Date
Tom Tromey
0b764c094a Removed. Don't define WINDOW_MANAGER, AC_SUBST it.
Tue Jul 21 18:29:16 1998  Tom Tromey  <tromey@cygnus.com>

	* acconfig.h (WINDOW_MANAGER): Removed.
	* configure.in: Don't define WINDOW_MANAGER, AC_SUBST it.
1998-07-22 01:02:45 +00:00
John Ellis
01fe1c82fd variable PROGRAM_GMENU with a check for gtk/gtkctree.h which is in the
Sun Jul 19 03:31:08 1998  John Ellis  <johne@bellatlantic.net>

        * 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 07:41:38 +00:00
Raja R Harinath
432ab0f78c Use STD_DEFINES' rather than STD_CPP_DEFINES'. (ORB_LIBS): To replace
* 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 ..;'.

* */Makefile.am: s/MICO_LIBS/ORB_LIBS/g.
* panel/appletsConf.sh.h: Likewise.

Note:
Automake seems to generate buggy Makefiles for

	if FOO
	BAR = a \
		b \
		c
	endif

I'll verify this and submit the test-case.
1998-07-19 05:29:43 +00:00
Raja R Harinath
b342c094de New check, based on AC_PATH_X11. Needed to get defines used in a X11 build
* configure.in (SMPROXY_DEFS): New check, based on AC_PATH_X11.
Needed to get defines used in a X11 build tree.
1998-07-18 21:46:44 +00:00
Tom Tromey
ce99f91c5b Added smproxy. Create smproxy/Makefile.
Thu Jul 16 18:03:37 1998  Tom Tromey  <tromey@cygnus.com>

	* Makefile.am (SUBDIRS): Added smproxy.
	* configure.in: Create smproxy/Makefile.
1998-07-17 00:21:06 +00:00
Raja R Harinath
620246c07c Stop searching as soon as a `mico-ld' is found. From Michael Lausch
* configure.in (mico_prefix): Stop searching as soon as a
`mico-ld' is found.  From Michael Lausch <mla@gams.co.at>.
1998-07-13 17:30:57 +00:00
Arturo Espinosa
4600e8c794 George has made it all to easy to create panel applets. To be
consistent with that, the Gnome canvas makes it all to easy to create
silly simple games.  So here is a "fifteen" game applet :-)

  Federico

[Does anyone remember the game "The Incredible Machine"?  That would
be extremely cool to write using the canvas...]
1998-07-09 00:09:34 +00:00
Owen Taylor
b983c5c871 Changed Log 1998-07-08 19:08:02 +00:00
Nuno Ferreira
814694dfd4 Added 'gnome-terminal/gnome-terminal.c'.
* POTFILES.in: Added 'gnome-terminal/gnome-terminal.c'.

	* Added Portuguese translation.
1998-06-26 22:50:20 +00:00
Tom Tromey
01678b1e40 Ignore mkdir failures.
Sat Jun 13 01:11:16 1998  Tom Tromey  <tromey@cygnus.com>

	* core-docs/Makefile.am (gnome-intro/book01.html): Ignore mkdir
	failures.
1998-06-13 07:16:12 +00:00
Tom Tromey
835e6d654d Look for mico-setup.sh in $mico_prefix/doc. Also, handle MICO 2.0.3
Fri Jun 12 22:56:58 1998  Tom Tromey  <tromey@cygnus.com>

	* configure.in: Look for mico-setup.sh in $mico_prefix/doc.  Also,
	handle MICO 2.0.3 (still!).
1998-06-13 05:04:42 +00:00
John Ellis
a7a14eb1c9 removed in favor of Makefile.am could someone check Makefile.am?, automake
1998-06-11  John Ellis  <johne@bellatlantic.net>

        * gmenu/Makefile: removed in favor of Makefile.am
        could someone check Makefile.am?, automake is new to me.
1998-06-12 01:40:26 +00:00
John Ellis
75b951a45a Checked in a gmenu, the GNOME menu editor, still needs a Makefile.am file
1998-06-11  John Ellis  <johne@bellatlantic.net>

        * gmenu directory: Checked in a gmenu, the GNOME menu editor,
        still needs a Makefile.am file though.
1998-06-12 00:50:00 +00:00
Manish Vachharajani
84e5d94e5c Make the panel compile again by including additional mico lib 1998-06-11 04:04:12 +00:00
Owen Taylor
b98a671b8b Check for installed MICO version, and the libs it requires by using
Wed Jun 10 11:34:52 1998  Owen Taylor  <otaylor@gtk.org>

	* 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

Wed Jun 10 11:41:11 1998  Owen Taylor  <otaylor@gtk.org>

	* */Makefile.am: Use MICO_LIBS variable from
	  toplevel configure.in.

Wed Jun 10 11:42:16 1998  Owen Taylor  <otaylor@gtk.org>

	* Makefile.am: Use MICO_LIBS variable from
	  toplevel configure.in.

	* applet-lib.cc launcher-lib.cc mico-lib.cc. Call
	  orb->run() at appropriate times when HAVE_MICO_ORB_RUN
	  is defined.
1998-06-10 15:48:25 +00:00
Gregory McLean
894a902eee .cvsignore updates
-- Greg
1998-06-10 03:40:16 +00:00
jim
6b9a96904c Added Debian packaging dir.
Added Debian packaging dir.

 - Jim
1998-06-09 07:22:00 +00:00
Stuart Parmenter
e04aff30f8 guess we might as well make gnome-core work with gtk 1.1 as well
-pav
1998-06-07 19:07:20 +00:00
Mark Galassi
6d33507447 fixed it so that "make dist" will generate a reasonable distribution. Many
1998-06-05  Mark Galassi  <rosalia@cygnus.com>

	* 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-06-05 08:20:56 +00:00
Raja R Harinath
4745b4f238 Automake conditional that always fails. This is used in some subdir
* configure.in (FALSE): Automake conditional that always fails.
This is used in some subdir Makefile.am tricks.
1998-05-30 16:23:22 +00:00
John Ellis
adafb9c0e2 added PROGRAMS_PANEL_MODEMLIGHTS net/ppp_defs.h does not seem to exist on
1998-05-26 John Ellis  <johne@bellatlantic.net>

	* configure.in, applets/Makefile.am: added
	PROGRAMS_PANEL_MODEMLIGHTS net/ppp_defs.h does not seem to
	exist on solaris.
1998-05-26 11:44:30 +00:00
Martin Baulig
848962593e *** empty log message *** 1998-05-22 17:19:50 +00:00
Christopher Blizzard
bb5629da3a Add the bussign to the build list.
* Add the bussign to the build list.
1998-05-14 01:50:43 +00:00
Mark Galassi
3e9d8a3004 added a bit more to the panel; that's it for the Red Hat 5.1 release, I
1998-05-05  Mark Galassi  <rosalia@cygnus.com>

	* core-docs/gnome-intro.sgml: added a bit more to the panel;
	that's it for the Red Hat 5.1 release, I guess.
1998-05-05 09:34:15 +00:00
Mark Galassi
6229443fc0 fixed little bug in installing help files.
1998-05-05  Mark Galassi  <rosalia@cygnus.com>

	* core-docs/Makefile.am (install-data-local): fixed little bug in
	installing help files.
1998-05-05 07:34:09 +00:00
Mark Galassi
4b67555e3b completed the GNOME intro; there are many omissions, but it seems OK. Now
1998-05-05  Mark Galassi  <rosalia@cygnus.com>

	* 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
1998-05-05 07:21:09 +00:00
Tom Tromey
07087e2305 New macro. Include UTIL_LIB check from gnome-libs.
Sun May  3 22:43:59 1998  Tom Tromey  <tromey@cygnus.com>

	* acconfig.h (HAVE_FORKPTY): New macro.
	* configure.in: Include UTIL_LIB check from gnome-libs.
1998-05-04 04:58:31 +00:00
Mark Galassi
a515d04590 added beginnings of a gnome-intro manual 1998-05-03 16:20:18 +00:00
EDT 1998 Gregory McLean
228370748a changed a couple of <icon>.xpm to <icon.png> as the xpm files for _thoose_
Mon Apr 27 20:42:24 EDT 1998 Gregory McLean <gregm@comstar.net>

        * panel/menu.c : changed a couple of <icon>.xpm to <icon.png> as
          the xpm files for _thoose_ icons wern't there.
1998-04-28 01:17:22 +00:00
Tom Tromey
a863f1540b New macro. Added --with-window-manager option.
Sun Apr 26 01:05:51 1998  Tom Tromey  <tromey@cygnus.com>

	* acconfig.h (WINDOW_MANAGER): New macro.
	* configure.in: Added --with-window-manager option.
1998-04-26 22:33:49 +00:00
Tom Tromey
41558a0279 Unconditionally look for crypt.h.
Sun Apr 26 01:05:51 1998  Tom Tromey  <tromey@cygnus.com>

	* configure.in: Unconditionally look for crypt.h.
1998-04-26 16:49:41 +00:00
EDT 1998 Gregory McLean
99cbb093f6 changed the AC_PROG_LEX -> AM_PROG_LEX though I couldn't find any lex
Sun Apr 26 10:55:18 EDT 1998 Gregory McLean <gregm@comstar.net>

        * 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.
	* applets/netwatch/netwatch.c: some work on getting it to work
	  with the new applet_lib stuff.
	* applets/netwatch/netwatch-old.c: is the original code.
1998-04-26 15:16:43 +00:00
EDT 1998 Gregory McLean
2059d52330 updated to ignore generated files.
Sun Apr 19 09:38:36 EDT 1998 Gregory McLean <gregm@comstar.net>

        * applets/*/.cvsignore: updated to ignore generated files.
1998-04-19 13:42:11 +00:00
George Lebl
2a8009e187 updated teh Makefiles being created
Tue Mar 17 23:26:47 1998  George Lebl  <jirka@5z.com>

        * configure.in: updated teh Makefiles being created

        * Makefile.am: build in applets

        * applets/Makefile.am: build clock

Tue Mar 17 23:27:31 1998  George Lebl  <jirka@5z.com>

        * clock/clock.c: updated to the corba clock.c

Tue Mar 17 23:22:50 1998  George Lebl  <jirka@5z.com>

        * clock.c: removed, clock is now in ../applets/clock/

Tue Mar 17 23:30:04 1998  George Lebl  <jirka@5z.com>

        * gtkplug.[ch], gtksocket.[ch]: removed from panel, they
          are in libgnomeui now

I think I forgot to commit a few changes .. so a big lump comming up :)

(btw why does cvs -z9 commit in the root of gnome-core find stuff
that I didn't touch???)

-George
1998-03-18 07:33:16 +00:00
George Lebl
7fc418d39b added a Launcher interface, but didn't do anything with it yet.
Sat Mar 14 20:21:31 1998  George Lebl  <jirka@5z.com>

        * gnome-panel.idl, launcher-lib.(cc|h): added a Launcher
          interface, but didn't do anything with it yet.
1998-03-15 04:23:57 +00:00
George Lebl
b566e5edee fixed some FIXME's and added some sanity checks
Fri Mar 13 13:44:40 1998  George Lebl  <jirka@5z.com>

        * panel.c,clock.c: fixed some FIXME's and added some
          sanity checks
1998-03-13 21:46:38 +00:00
Carsten Schaar
b02c3daa2b Added German translation.
* configure.in (ALL_LINGUAS): Added German translation.
1998-03-13 16:56:39 +00:00
Raja R Harinath
e9bf256913 New check for `inet_aton'.
* configure.in (RES_LIBS): New check for `inet_aton'.

- Hari
1998-03-13 07:31:35 +00:00
Tom Tromey
48e370dc91 Removed. Don't create stamp.h.
Tue Mar 10 22:33:39 1998  Tom Tromey  <tromey@cygnus.com>

	* stamp.h.in: Removed.
	* configure.in: Don't create stamp.h.
1998-03-11 05:35:32 +00:00
Tom Tromey
988a25e42d Removed. Don't create version.h.
Sun Mar  8 21:41:18 1998  Tom Tromey  <tromey@cygnus.com>

	* version.h.in: Removed.
	* configure.in: Don't create version.h.
1998-03-09 04:54:23 +00:00
Tom Tromey
21475b576a Added.
Wed Mar  4 01:18:19 1998  Tom Tromey  <tromey@cygnus.com>

	* acconfig.h (HAVE_PROGRAM_INVOCATION_SHORT_NAME,
	HAVE_PROGRAM_INVOCATION_NAME): Added.
1998-03-04 08:29:14 +00:00
Raja R Harinath
21ad4cefa4 Add `panel/libapplet/Makefile'.
* configure.in (AC_OUTPUT): Add `panel/libapplet/Makefile'.

- Hari
1998-03-04 06:16:25 +00:00
Tom Tromey
2e772bffd0 Removed check for SMlib.h; now comes from gnome-x-checks.m4.
Mon Mar  2 15:30:00 1998  Tom Tromey  <tromey@cygnus.com>

	* configure.in: Removed check for SMlib.h; now comes from
	gnome-x-checks.m4.
1998-03-02 22:35:56 +00:00
Raja R Harinath
b1cf525704 Make the check for SMlib.h work better with the checks that happen in
* configure.in: Make the check for SMlib.h work better with the
checks that happen in macros/gnome-x-checks.m4.

- Hari
1998-02-26 21:14:55 +00:00
Tom Tromey
83c51aa6b7 Check for X11/SM/SMlib.h.
Thu Feb 26 12:37:07 1998  Tom Tromey  <tromey@cygnus.com>

	* configure.in: Check for X11/SM/SMlib.h.
1998-02-26 19:45:07 +00:00
Raja R Harinath
7af9c6f6d3 Remove duplicated entry for `panel/batmon/Makefile'.
* configure.in (AC_OUTPUT): Remove duplicated entry for
`panel/batmon/Makefile'.

- Hari
1998-02-26 00:57:09 +00:00
Tom Tromey
25078f297b Use tab in rule, not space.
Sat Feb 14 01:31:21 1998  Tom Tromey  <tromey@cygnus.com>

	* Makefile.am (macros/macros.dep): Use tab in rule, not space.

	* configure.in: Run AC_LINK_FILES for gettext.
1998-02-14 08:44:23 +00:00
Raja R Harinath
9f72873211 Add new check. (AC_OUTPUT): Also generate `macros/Makefile'.
* 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-14 06:06:56 +00:00
Arturo Espinosa
eaadabbef3 Gnome Core updates 1998-02-11 01:39:34 +00:00