* de.po: Merged with `gnome-core.pot'.
* es.po: Likewise.
* fr.po: Likewise.
* ga.po: Likewise.
* it.po: Likewise.
* ko.po: Likewise.
* no.po: Likewise.
* pt.po: Likewise.
* sv.po: Likewise.
These were automatically `msgmerge'd when I was testing `make dist'.
After a quick check, I'm convinced that this hasn't lost any
translations, except those that wouldn't have been used anyway, since
the corresponding msgid's don't exist any more.
* 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.
Now `make dist' friendly. Also, `make install' works for srcdir!=builddir.
* It appeared that many po/POTFILES.in files were totally out of date...
Updated those accordingly, and translated the new strings.
NB: Does anyone would object to a modification of po/Makefile.in.in files to
generate automatically the POTFILES.in's with a cmd like:
grep '_(' `find . -name \*.\[chym\]` | cut -f 1 --delimiter ':' | sed -e "s#^./##" |sort -u > po/POTFILES.in
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.