Commit graph

157 commits

Author SHA1 Message Date
Raja R Harinath
32f98ffef1 Toplevel:
1998-08-02  Raja R Harinath  <harinath@cs.umn.edu>

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

applets/:
1998-08-02  Raja R Harinath  <harinath@cs.umn.edu>

	* Makefile.am (cdplayer,mixer,modemlights): New variables.
	(SUBDIRS): Use them, instead of @PROGRAMS_PANEL_*@.

po/:
1998-08-02  Raja R Harinath  <harinath@cs.umn.edu>

	* POTFILES.in: Remove `applets/winlist/winlist.c'.

`make distcheck' nits.
1998-08-02 23:22:03 +00:00
Raja R Harinath
39c56674da Merged with `gnome-core.pot'. Likewise. Likewise. Likewise. Likewise.
* 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.
1998-08-02 02:04:44 +00:00
Raja R Harinath
bd49552a94 Use INSTALL_DATA in a for loop, don't install all at once.
* 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.
1998-08-02 01:57:56 +00:00
Vincent Renardias
013748ac41 Sat, 1 Aug 1998 05:24:40 +0200 [Vincent@waw.com]
* 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-08-01 03:27:26 +00:00
Federico Mena Quintero
0216a08991 Added Japanese translation.
1998-07-31  Federico Mena Quintero  <federico@nuclecu.unam.mx>

	* configure.in (ALL_LINGUAS): Added Japanese translation.
1998-07-31 20:41:52 +00:00
Mark Galassi
8ed4258218 regenerated the HTML using the latest DocBook tools; some filenames have
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
1998-07-29 04:25:15 +00:00
Nuno Ferreira
5ef2a5048c Added `panel/session.c' to POTFILES.in .
Updated Portuguese translation.
1998-07-25 15:36:07 +00:00
Nuno Ferreira
5b5e9d292e Internationalization work and Portuguese updates. 1998-07-24 22:22:46 +00:00
Nuno Ferreira
e3885c4e05 i18n'ed string in about dialog. Added panel/applet.c to POTFILES.in.
Updated Portuguese translation.
1998-07-23 02:16:04 +00:00
Nuno Ferreira
c69ee1cf26 Updated Portuguese translations. 1998-07-23 01:05:29 +00:00
Nuno Ferreira
ef895076d7 Removed generated files. 1998-07-23 00:57:59 +00:00
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
Tom Tromey
f453396a47 Added session-properties.c.
Sun Jul 19 23:47:57 1998  Tom Tromey  <tromey@cygnus.com>

	* POTFILES.in: Added session-properties.c.
1998-07-20 05:53:30 +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
Elliot Lee
51082ab453 Changes needed to get the panel to use ORBit.
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.
1998-07-19 00:54:31 +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
Vincent Renardias
c612cdcbeb Thu, 16 Jul 1998 14:52:19 +0200 [Vincent]
* .FR translation updates...
1998-07-16 13:01:37 +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
Nat Friedman
35ef17e3f7 Added applets/battery/Makefile
Added applets/battery/Makefile
1998-07-13 08:09:18 +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
Owen Taylor
d9e9204352 Fix shell syntax bug in case when MICO is not found.
1998-07-08  Owen Taylor  <otaylor@fresnel.labs.redhat.com>

	* configure.in: Fix shell syntax bug in case when MICO
	is not found.
1998-07-08 19:07:45 +00:00
Nuno Ferreira
5df09a6b1e Updated.
* pt.po: Updated.

	* POTFILES.in: Added 'desktop-properties/app-ui.c',
	'desktop-properties/app-bell.c', 'desktop-properties/property-ui.c'
	and 'desktop-properties/property-bell.c'.
1998-06-30 13:10:17 +00:00
Nat Friedman
f6eb25e04b One line change to properly set the $mico_prefix 1998-06-29 06:18:19 +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
Scott D Heavner
fb73c95157 add config.h.in to ingnored files. 1998-06-26 17:11:59 +00:00
George Lebl
4df4a3b128 HA! I'm the only author ....
add yourself so that I don't get too lonely there

-George
1998-06-24 07:42:51 +00:00
Raja R Harinath
e908e701d0 Fix typo 1998-06-22 23:25:56 +00:00
Raja R Harinath
875e8f6c01 Fix a couple of typos 1998-06-22 23:22:25 +00:00
Arturo Espinosa
ce9af9b905 Swedish translations 1998-06-22 22:40:20 +00:00
Vincent Renardias
6178f746fe Mon, 22 Jun 1998 12:38:50 +0200 [Vincent]
* .fr translation updates.
1998-06-22 10:45:13 +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
Tom Tromey
4fac700aae Removed spurious \n.
Thu Jun 11 23:38:18 1998  Tom Tromey  <tromey@cygnus.com>

	* it.po: Removed spurious \n.
1998-06-12 05:42:54 +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
George Lebl
dfd642a5da added -lbsd to the unwanted mico lib list since it doesn't seem to
be needed and it messes up with redhat's glibc (from 5.0)
-George
1998-06-11 04:34: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
Tristan Tarrant
0498c6eed4 Italian texts update. 1998-06-10 14:56:58 +00:00
Manish Vachharajani
12b719a39e Add HAVE_DEVGTK to acconfig.h 1998-06-10 14:41:14 +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
Vincent Renardias
f1d39c37fd Sun, 7 Jun 1998 19:57:57 +0200 [Vincent]
* gnome-core/po/fr.po: Updates.
* mc/po/fr.po: Continuing to translate (~80% done)
1998-06-07 17:59:38 +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
Arturo Espinosa
c0cde0558f More fixups - Federico 1998-06-05 04:41:40 +00:00
Federico Mena Quintero
6ba5717223 Removed netwatch as it is not being compiled.
1998-06-04  Federico Mena Quintero  <federico@nuclecu.unam.mx>

	* POTFILES.in: Removed netwatch as it is not being compiled.
1998-06-05 04:35:30 +00:00