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.
* 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.
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-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.
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-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-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-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 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
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.
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.
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
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.
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.