1998-07-28 Mark Galassi <rosalia@cygnus.com>
* core-docs/gnome-intro/*.html: regenerated the HTML using the
latest DocBook tools; some filenames have changed, and
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.
Changes needed to get the panel to use ORBit.
Please let me know if this breaks compilation with MICO - I'm not fond of
MICO but I don't want to destabilize the panel by requiring ORBit, just
yet :) If you want to try it with ORBit, just install the latest glib &
ORBit out of CVS.
There is a bug if you try to remove an applet from the panel - ideas
wanted.
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.