platform/upstream/gnome-common.git
23 years agoadd hp-ux specific check from glib
jacob berkman [Thu, 24 May 2001 18:35:34 +0000 (18:35 +0000)]
add hp-ux specific check from glib

2001-05-24  jacob berkman  <jacob@ximian.com>

* gnome-pthread-check.m4 (GNOME_PTHREAD_CHECK): add hp-ux specific
check from glib

svn path=/trunk/; revision=1758

23 years agoAdd BUILD_INCLUDED_LIBINTL for compatibility with the new gettext.
Darin Adler [Wed, 23 May 2001 00:06:51 +0000 (00:06 +0000)]
Add BUILD_INCLUDED_LIBINTL for compatibility with the new gettext.

* hack-macros/gnome.m4: Add BUILD_INCLUDED_LIBINTL for
compatibility with the new gettext.

svn path=/trunk/; revision=1757

23 years ago Fixed problem compiling with new gettext:
Darin Adler [Wed, 23 May 2001 00:02:54 +0000 (00:02 +0000)]
Fixed problem compiling with new gettext:

* hack-macros/gnome.m4: Add BUILD_INCLUDED_LIBINTL for
compatibility with the new gettext.

Fixed a problem with the throbber detecting that its X window is
gone. Based on suggestions from Owen Taylor.

* libnautilus/nautilus-bonobo-workarounds.h:
* libnautilus/nautilus-bonobo-workarounds.c:
(destroy_later_callback), (destroyed_before_timeout_callback),
(nautilus_bonobo_object_force_destroy_later): Changed to "destroy
later" instead of "destroy at idle". This makes us less likely to
experience race conditions.

* src/nautilus-window.c: (nautilus_window_initialize_class),
(nautilus_window_unrealize), (nautilus_window_destroy): Moved the
throbber destruction to unrealize so we destroy the throbber
before we destroy its X window.

Starting with patch by Anders Carlsson <andersca@gnu.org>, added
both prelighting and tracking to the throbber, also making it take
action on release, not press.

* components/throbber/nautilus-throbber.c:
(nautilus_throbber_initialize_class): Add handlers for enter,
leave, and release.
(nautilus_throbber_initialize): Set flags so we get enter and
leave events.
(select_throbber_image): Ref the image that's returned.
(draw_throbber_image): Make the image be prelit if the mouse is
over the throbber but it wasn't clicked, and darkened if the mouse
is over the throbber and it was clicked.
(nautilus_throbber_enter_notify_event): Set flag and request
redraw to prelight.
(nautilus_throbber_leave_notify_event): Set flag and request
redraw to un-prelight.
(nautilus_throbber_button_press_event): Set flag to indicate we
hit the button in the throbber. Also, respond only to left clicks.
(nautilus_throbber_button_release_event): Look at flag set in
press event. Do the work here now instead of at press time since
we are more like a real button.

Rolled in change by Miguel Rodríguez Pérez <migrax@terra.es> to
fix volume mounting problems:

* configure.in: Check for hasmntopt.
* libnautilus-private/nautilus-volume-monitor.c:
(get_removable_volumes): Fix typo (HAVE_MNTTENT_H ->
HAVE_MNTENT_H).

Integrated patch by Miguel Rodríguez Pérez <migrax@terra.es> to
make Nautilus not try to preview MPEG lists:

* src/file-manager/fm-icon-view.c:
(icon_container_preview_callback): Made audio/x-mpegurl another
exception to the list of audio types we can preview.

Rolled in change by Dennis Smit <synap@area101.penguin.nl>:

* THANKS: added more translators that were missing from the
THANKS file (names from all the .po files in ./po).

Other updates to THANKS:

* THANKS: Added Jon K Hellan.
  * check-THANKS.pl: Fixed logic so you can be credited as both an
author and translator.

Other changes:

* src/file-manager/fm-list-view.c: (get_default_zoom_level): Fix
typo (storaged -> storage).

* src/nautilus-shell-ui.xml:
* src/file-manager/nautilus-directory-view-ui.xml:
Fixed keybindings entries to use the correct tags as described by
ui-xml.txt.

svn path=/trunk/; revision=1712

23 years agoThis should fix that irritating
Jody Goldberg [Sat, 19 May 2001 17:43:23 +0000 (17:43 +0000)]
This should fix that irritating
make[2]: *** No rule to make target `all-no-@BUILD_INCLUDED_LIBINTL@', needed by `all-no'.

2001-05-19  Jody Goldberg <jgoldberg@home.com>

* gnome-gettext.m4 : Add BUILD_INCLUDED_LIBINTL so that newer versions
  work.

svn path=/trunk/; revision=1708

23 years agoUpdate freetype to work with freetype-configs that use . instead of :
Darin Adler [Mon, 7 May 2001 18:40:30 +0000 (18:40 +0000)]
Update freetype to work with freetype-configs that use . instead of :
as version part separator. Not sure why this is inconsistent.

svn path=/trunk/; revision=1702

23 years agoAdd a nice macro for freetype2 checks that works with both RPMS and
Ramiro Estrugo [Wed, 2 May 2001 02:16:06 +0000 (02:16 +0000)]
Add a nice macro for freetype2 checks that works with both RPMS and
freetype2 built from source.

svn path=/trunk/; revision=1698

23 years agoA cut at updating the spec file now that the pkgconfig stuff and support
Darin Adler [Mon, 16 Apr 2001 17:10:03 +0000 (17:10 +0000)]
A cut at updating the spec file now that the pkgconfig stuff and support

* gnome-common.spec.in: A cut at updating the spec file now that
the pkgconfig stuff and support stuff has gone away.

svn path=/trunk/; revision=1697

23 years agochange $(cmd) to `cmd` in order to make it usable in non-bash bourne
Jaka Mocnik [Mon, 16 Apr 2001 09:30:54 +0000 (09:30 +0000)]
change $(cmd) to `cmd` in order to make it usable in non-bash bourne

2001-04-16  Jaka Mocnik  <jaka@gnu.org>

* gnome-print-check.m4: change $(cmd) to `cmd` in order to make it
usable in non-bash bourne shells.

svn path=/trunk/; revision=1661

23 years agoRemoved.
Martin Baulig [Sat, 14 Apr 2001 18:48:46 +0000 (18:48 +0000)]
Removed.

2001-04-14  Martin Baulig  <baulig@suse.de>

* gnome-common.pc.in, gnome-common-2.0.pc.in: Removed.

* configure.in: Set version number to 1.2.2.
(--enable-platform-gnome-2): Removed this command line argument;
this package is now the same for GNOME 1.x and GNOME 2.0.

* acinclude.m4: Removed.
* acconfig.h: Removed.

* support/: We don't build this directory anymore; the GNOME 1.x
version of it is in gnome-libs/support and the GNOME 2.0 one is in
libgnomebase/libgnomesupport.

svn path=/trunk/; revision=1660

23 years agoSet variable `have_<name>' to yes or no depending on whether the module
Martin Baulig [Fri, 13 Apr 2001 17:05:18 +0000 (17:05 +0000)]
Set variable `have_<name>' to yes or no depending on whether the module

2001-04-13  Martin Baulig  <baulig@suse.de>

* gnome-pkgconfig.m4 (GNOME_PKGCONFIG_CHECK_OPTIONAL_MODULES):
Set variable `have_<name>' to yes or no depending on whether the
module was found or not; allows you to define automake conditionals
for optional modules.

svn path=/trunk/; revision=1659

23 years agoAdd nautilus-macros.m4
Ramiro Estrugo [Tue, 10 Apr 2001 03:02:03 +0000 (03:02 +0000)]
Add nautilus-macros.m4

svn path=/trunk/; revision=1655

23 years agoremoved .m4 restriction
Robin Slomkowski [Mon, 26 Mar 2001 22:41:14 +0000 (22:41 +0000)]
removed .m4 restriction

svn path=/trunk/; revision=1654

23 years agoadded gnome-common.spec.in to EXTRA_DISTS added gnome-common.spec.in
Robin Slomkowski [Mon, 26 Mar 2001 22:27:25 +0000 (22:27 +0000)]
added gnome-common.spec.in to EXTRA_DISTS added gnome-common.spec.in

* Makefile.am: added gnome-common.spec.in to EXTRA_DISTS
* configure.in: added gnome-common.spec.in
* gnome-common.spec: removed from repository as it appeared
                             generic
* gnome-common.spec.in: new spec file using Martin's suggestions

svn path=/trunk/; revision=1653

23 years agoOoops, forgot this.
Martin Baulig [Sat, 24 Mar 2001 01:08:31 +0000 (01:08 +0000)]
Ooops, forgot this.

svn path=/trunk/; revision=1652

23 years agoAdd the xml-i18n-tools stuff here.
Martin Baulig [Sat, 24 Mar 2001 00:56:54 +0000 (00:56 +0000)]
Add the xml-i18n-tools stuff here.

2001-03-24  Martin Baulig  <baulig@suse.de>

* autogen.sh: Add the xml-i18n-tools stuff here.

svn path=/trunk/; revision=1651

23 years agoquote a test and make sure incdir is always set so 'cat' works
JP Rosevear [Fri, 2 Mar 2001 01:33:29 +0000 (01:33 +0000)]
quote a test and make sure incdir is always set so 'cat' works

2001-03-01  JP Rosevear  <jpr@ximian.com>

* gnome-pilot.m4: quote a test and make sure incdir is always set
so 'cat' works

svn path=/trunk/; revision=1602

23 years agoReplaced awk with sed in gnome-print checks, seems to work now
Lauris Kaplinski [Wed, 21 Feb 2001 19:34:27 +0000 (19:34 +0000)]
Replaced awk with sed in gnome-print checks, seems to work now

svn path=/trunk/; revision=1588

23 years agoRevert my previous patch now that gnome-pim and evolution are fixed to
JP Rosevear [Mon, 19 Feb 2001 23:52:20 +0000 (23:52 +0000)]
Revert my previous patch now that gnome-pim and evolution are fixed to

2001-02-19  JP Rosevear  <jpr@ximian.com>

* gnome-pilot.m4: Revert my previous patch now that gnome-pim and
evolution are fixed to accomodate the change

svn path=/trunk/; revision=1584

23 years agoAC_SUBST the PISOCK_LIBDIR var
JP Rosevear [Mon, 19 Feb 2001 23:27:29 +0000 (23:27 +0000)]
AC_SUBST the PISOCK_LIBDIR var

2001-02-19  JP Rosevear  <jpr@ximian.com>

* gnome-pilot.m4: AC_SUBST the PISOCK_LIBDIR var

svn path=/trunk/; revision=1583

23 years agoDon't display the sed command to generate gpilotConf.sh
Eskil Heyn Olsen [Mon, 19 Feb 2001 10:04:00 +0000 (10:04 +0000)]
Don't display the sed command to generate gpilotConf.sh

* Makefile.am:
Don't display the sed command to generate gpilotConf.sh

* capplet/Makefile.am:
* conduits/backup/Makefile.am:
* conduits/email/Makefile.am:
* conduits/expense/Makefile.am:
* conduits/file/Makefile.am:
* conduits/memo/Makefile.am:
* conduits/memo_file/Makefile.am:
* conduits/test/Makefile.am:
* gpilot-fileman/Makefile.am:
* gpilotd/Makefile.am:
* libgpilotdCM/Makefile.am:
* utils/Makefile.am:
Did a cleanup of the makefiles wrt LIBADD stuff (PISOCK_LIBS now
contains the PISOCK_LIBDIR as well).

* configure.in:
Use $GNOME_CONFIG
Shortened --enable-usb-visor to --enable-usb.
Nicifyed the config configuration output

* gpilotd/gnome-pilot-client.gob:
Added a missing #ifdef around some VFS code

* gpilotd/gpilot-structures.h:
* gpilotd/gpilot-structures.c: (gpilot_context_new),
(gpilot_context_init_user), (gpilot_context_free),
(gpilot_device_new), (gpilot_serial_device_init),
(gpilot_serial_device_free), (gpilot_usb_device_init),
(gpilot_usb_device_free), (gpilot_irda_device_init),
(gpilot_irda_device_free), (gpilot_device_init),
(gpilot_device_load), (gpilot_device_free), (get_devices),
(get_pilots):
Code indent.
Cleaned up the device destroy/init stuff.

* gpilotd/gpilotd.c: (device_in), (wait_for_sync_and_sync),
(dump_build_info):
USB device destroy now closes the IO channels.
Output build options on start (usb, irda, vfs etc).

* gpilotd/orbit_daemon_glue.c: (pause_device):
Added check in pause_device to see if it has io channels.

* macros/gnome-pilot.m4:
Collapsed PISOCK_LIBS and PISOCK_LIBDIRS, removed PILOT_* and
renames PISOCK_INCLUDEDIR to PISOCK_CFLAGS (to be more conformant
to the normal trend).
Sprinkled in some magic to give the full pilot-link version - just
hope it wont break when the -preX part goes away.

svn path=/trunk/; revision=1582

23 years agoPut gnome-print-check.m4 to diet
Lauris Kaplinski [Sat, 17 Feb 2001 05:10:50 +0000 (05:10 +0000)]
Put gnome-print-check.m4 to diet

svn path=/trunk/; revision=1581

23 years agoAdded test for xml-i18n-tools if AM_PROG_XML_I18N_TOOLS is found.
Kenneth Christiansen [Wed, 7 Feb 2001 22:53:06 +0000 (22:53 +0000)]
Added test for xml-i18n-tools if AM_PROG_XML_I18N_TOOLS is found.

2001-02-07  Kenneth Christiansen  <kenneth@gnu.org>

        * autogen.sh: Added test for xml-i18n-tools if
        AM_PROG_XML_I18N_TOOLS is found.

svn path=/trunk/; revision=1558

23 years agoQuote first argument to AC_DEFUN. Likewise. Likewise. Likewise. Likewise.
Pavel Roskin [Wed, 7 Feb 2001 21:33:01 +0000 (21:33 +0000)]
Quote first argument to AC_DEFUN. Likewise. Likewise. Likewise. Likewise.

* macros/curses.m4: Quote first argument to AC_DEFUN.
* macros/gnome-cxx-check.m4: Likewise.
* macros/gnome-gettext.m4: Likewise.
* macros/gnome-libgtop-check.m4: Likewise.
* macros/gnome-print-check.m4: Likewise.
* macros/linger.m4: Likewise.
* macros/need-declaration.m4: Likewise.

svn path=/trunk/; revision=1555

23 years agoAdded AM_PROG_XML_I18N_TOOLS so translations works correctly. Added a
Kenneth Christiansen [Sun, 4 Feb 2001 04:10:39 +0000 (04:10 +0000)]
Added AM_PROG_XML_I18N_TOOLS so translations works correctly. Added a

2001-02-04  Kenneth Christiansen  <kenneth@gnu.org>

        * configure.in: Added AM_PROG_XML_I18N_TOOLS
        so translations works correctly.
        * macros/autogen.sh: Added a check for xml-i18n-tools.

svn path=/trunk/; revision=1544

23 years agoFix mishandling of --without-samba due to a typo.
Pavel Roskin [Tue, 30 Jan 2001 17:39:59 +0000 (17:39 +0000)]
Fix mishandling of --without-samba due to a typo.

* macros/gnome-vfs.m4 (GNOME_WITH_VFS): Fix mishandling of
--without-samba due to a typo.

svn path=/trunk/; revision=1542

23 years ago.cvsignore + nautilus
Fatih Demir [Wed, 24 Jan 2001 12:16:19 +0000 (12:16 +0000)]
.cvsignore + nautilus

svn path=/trunk/; revision=1534

23 years agoPropagateg change by Owen Taylor from acinclude.m4 in gtk+: Don't define
Pavel Roskin [Thu, 11 Jan 2001 16:04:13 +0000 (16:04 +0000)]
Propagateg change by Owen Taylor from acinclude.m4 in gtk+: Don't define

* macros/gnome-gettext.m4: Propagateg change by Owen Taylor
from acinclude.m4 in gtk+:
Don't define ENABLE_NLS unless we have a working NLS.
(This should keep libintl.h from being included when it doesn't
exist).

svn path=/trunk/; revision=1522

23 years agoAdded missing PROG.
Maciej Stachowiak [Sat, 6 Jan 2001 01:15:24 +0000 (01:15 +0000)]
Added missing PROG.

* autogen.sh: Added missing PROG.

svn path=/trunk/; revision=1519

23 years agoxml-i18n-toolize if AM_PROG_XML_I18N_TOOLS is found in configure.in.
Maciej Stachowiak [Sat, 6 Jan 2001 00:54:34 +0000 (00:54 +0000)]
xml-i18n-toolize if AM_PROG_XML_I18N_TOOLS is found in configure.in.

* autogen.sh: xml-i18n-toolize if AM_PROG_XML_I18N_TOOLS is found
in configure.in.

svn path=/trunk/; revision=1518

23 years agoReverted, until me and maciej get some good ideas
Kenneth Christiansen [Fri, 5 Jan 2001 21:10:32 +0000 (21:10 +0000)]
Reverted, until me and maciej get some good ideas

svn path=/trunk/; revision=1517

23 years agoadded support for xml-i18n-tools. This module is now required when
Kenneth Christiansen [Fri, 5 Jan 2001 13:58:54 +0000 (13:58 +0000)]
added support for xml-i18n-tools. This module is now required when

2001-01-06  Kenneth Christiansen  <kenneth@gnu.org>

        * configure.in, macros/autogen.sh:
          added support for xml-i18n-tools. This module is now required
          when building from cvs. Please make sure that the macrofile
          installed by xml-i18n-tools is installed so it's in aclocal's
          path. or do:

          export ACLOCAL_FLAGS='-I /usr/local/share/aclocal'

svn path=/trunk/; revision=1516

23 years agoTest. Committing blank line.
Martin Baulig [Fri, 1 Dec 2000 21:42:58 +0000 (21:42 +0000)]
Test. Committing blank line.

svn path=/trunk/; revision=1480

23 years agore-added with no changes. Please email me as this is needed by nautilus
Robin Slomkowski [Fri, 1 Dec 2000 21:27:30 +0000 (21:27 +0000)]
re-added with no changes. Please email me as this is needed by nautilus

* gnome.m4: re-added with no changes.  Please email
me as this is needed by nautilus and medusa, I will
be happy to move these macros somewhere else that makes
sense.

svn path=/trunk/; revision=1479

23 years agoEnable maximum compile warnings, fix Perl check and correctly set
Martin Baulig [Fri, 1 Dec 2000 16:10:45 +0000 (16:10 +0000)]
Enable maximum compile warnings, fix Perl check and correctly set

2000-12-01  Martin Baulig  <baulig@suse.de>

* configure.in: Enable maximum compile warnings, fix Perl check
and correctly set GNOME_VFS_VERSION.

* gnome.m4: Removed.

svn path=/trunk/; revision=1478

23 years agoReleased gnome-common 1.2.1. GNOME_COMMON_1_2_1
Martin Baulig [Fri, 1 Dec 2000 12:54:15 +0000 (12:54 +0000)]
Released gnome-common 1.2.1.

2000-12-01  Martin Baulig  <baulig@suse.de>

Released gnome-common 1.2.1.

svn path=/trunk/; revision=1476

23 years agoImproved compile warnings check; the --enable-compile-warnings parameter
Martin Baulig [Fri, 1 Dec 2000 12:52:04 +0000 (12:52 +0000)]
Improved compile warnings check; the --enable-compile-warnings parameter

2000-12-01  Martin Baulig  <baulig@suse.de>

* compile-warnings.m4: Improved compile warnings check; the
--enable-compile-warnings parameter now takes 5 different
values (no/minimum/yes/maximum/error). AC_SUBST(WARN_CFLAGS).

svn path=/trunk/; revision=1475

23 years agoRemoved.
Martin Baulig [Tue, 28 Nov 2000 23:02:43 +0000 (23:02 +0000)]
Removed.

2000-11-29  Martin Baulig  <baulig@suse.de>

* gnome.m4, gnome-gnorba-check.m4, gnome-fileutils.m4: Removed.

svn path=/trunk/; revision=1474

23 years agoUse GNOME_PKGCONFIG_CHECK_MODULES.
Martin Baulig [Sun, 26 Nov 2000 15:01:12 +0000 (15:01 +0000)]
Use GNOME_PKGCONFIG_CHECK_MODULES.

2000-11-26  Martin Baulig  <martin@home-of-linux.org>

* gnome-x-checks.m4 (GNOME2_X_CHECKS): Use
GNOME_PKGCONFIG_CHECK_MODULES.

* gnome-pkgconfig.m4 (GNOME_PKGCONFIG_CHECK_VERSION): Don't
AC_REQUIRE([GNOME_REQUIRE_PKGCONFIG]).
(GNOME_CHECK_PKGCONFIG): Check for pkg-config >= 0.4.1.

svn path=/trunk/; revision=1473

23 years agoAdded GNOME_PKGCONFIG_CHECK_OPTIONAL_MODULES to check for a list of
Martin Baulig [Wed, 22 Nov 2000 13:39:50 +0000 (13:39 +0000)]
Added GNOME_PKGCONFIG_CHECK_OPTIONAL_MODULES to check for a list of

2000-11-22  Martin Baulig  <martin@home-of-linux.org>

* gnome-pkgconfig.m4: Added GNOME_PKGCONFIG_CHECK_OPTIONAL_MODULES
to check for a list of optional modules.

* gnome-platform.m4: Require GNOME_REQUIRE_PKGCONFIG.

svn path=/trunk/; revision=1472

23 years agoSmall AM_GNOME2_GETTEXT fix.
Martin Baulig [Wed, 22 Nov 2000 13:38:32 +0000 (13:38 +0000)]
Small AM_GNOME2_GETTEXT fix.

svn path=/trunk/; revision=1471

23 years agoNew file. This defines GNOME_PLATFORM_GNOME_2.
Martin Baulig [Wed, 22 Nov 2000 12:06:00 +0000 (12:06 +0000)]
New file. This defines GNOME_PLATFORM_GNOME_2.

2000-11-22  Martin Baulig  <martin@home-of-linux.org>

* gnome-platform.m4: New file. This defines
GNOME_PLATFORM_GNOME_2.

* gnome-pkgconfig.m4: Disable the --extra-flags argument to
pkg-config, this doesn't exist anymore.

svn path=/trunk/; revision=1470

23 years agoNew file. This defines GNOME_CHECK_PKGCONFIG, GNOME_REQUIRE_PKGCONFIG and
Martin Baulig [Wed, 22 Nov 2000 11:30:26 +0000 (11:30 +0000)]
New file. This defines GNOME_CHECK_PKGCONFIG, GNOME_REQUIRE_PKGCONFIG and

2000-11-22  Martin Baulig  <martin@home-of-linux.org>

* gnome-pkgconfig.m4: New file. This defines
GNOME_CHECK_PKGCONFIG, GNOME_REQUIRE_PKGCONFIG and
GNOME_PKGCONFIG_* macros from pkg-config.

svn path=/trunk/; revision=1469

23 years agoUpdated usage instruction.
Martin Baulig [Tue, 21 Nov 2000 18:27:26 +0000 (18:27 +0000)]
Updated usage instruction.

svn path=/trunk/; revision=1468

23 years agoNew file. Autogen gnome-autogen.sh from it; added GNOME_COMMON_DATA_DIR
Martin Baulig [Tue, 21 Nov 2000 18:16:48 +0000 (18:16 +0000)]
New file. Autogen gnome-autogen.sh from it; added GNOME_COMMON_DATA_DIR

2000-11-21  Martin Baulig  <martin@home-of-linux.org>

* gnome-autogen.sh.in: New file. Autogen gnome-autogen.sh
from it; added GNOME_COMMON_DATA_DIR and make it actually
work.

svn path=/trunk/; revision=1467

23 years agoSet version number to 1.2.1.
Martin Baulig [Tue, 21 Nov 2000 17:18:11 +0000 (17:18 +0000)]
Set version number to 1.2.1.

2000-11-21  Martin Baulig  <martin@home-of-linux.org>

* configure.in: Set version number to 1.2.1.

* configure.in (--enable-platform-gnome-2): New configure
command line argument to enable support for the GNOME 2.x
platform.
(PLATFORM_GNOME_2): New automake conditional.
* Do the GNOME_SUPPORT_CHECKS here if we're on the GNOME 2.x
platform.

* Makefile.am (SUBDIRS): Conditionally add support for the
GNOME 2.x platform.

* acinclude.m4: New file. Put stuff from gnome-support.m4
and need-declaration.m4 here.

svn path=/trunk/; revision=1466

23 years agoPut gnome-autogen.sh here.
Martin Baulig [Tue, 21 Nov 2000 17:11:44 +0000 (17:11 +0000)]
Put gnome-autogen.sh here.

2000-11-21  Martin Baulig  <martin@home-of-linux.org>

* Makefile.am (EXTRA_DIST): Put gnome-autogen.sh here.

svn path=/trunk/; revision=1465

23 years agoRemoved.
Martin Baulig [Tue, 21 Nov 2000 17:11:10 +0000 (17:11 +0000)]
Removed.

2000-11-21  Martin Baulig  <baulig@suse.de>

* gnome-support.m4, need-declaration.m4: Removed.

svn path=/trunk/; revision=1464

23 years agoInstall libgnomesupport.la, but call it libgnomesupport-1.3.la.
Martin Baulig [Tue, 21 Nov 2000 16:56:48 +0000 (16:56 +0000)]
Install libgnomesupport.la, but call it libgnomesupport-1.3.la.

2000-11-21  Martin Baulig  <baulig@suse.de>

* Makefile.am: Install libgnomesupport.la, but call it
libgnomesupport-1.3.la.

* gnome-support-2.0.pc.in: Added pkg-config file.

svn path=/trunk/; revision=1463

23 years agoInitialize GNOME_DATADIR from GNOME_DIR if set before trying gnome-config.
Martin Baulig [Mon, 20 Nov 2000 16:26:49 +0000 (16:26 +0000)]
Initialize GNOME_DATADIR from GNOME_DIR if set before trying gnome-config.

2000-11-20  Martin Baulig  <baulig@suse.de>

* gnome-autogen.sh: Initialize GNOME_DATADIR from
GNOME_DIR if set before trying gnome-config.

svn path=/trunk/; revision=1462

23 years agoApplied build patch from Mathieu Lacage.
Hans Petter [Mon, 6 Nov 2000 21:40:14 +0000 (21:40 +0000)]
Applied build patch from Mathieu Lacage.

svn path=/trunk/; revision=1433

23 years agoAdded stuff for `bonobox'.
Martin Baulig [Sun, 5 Nov 2000 15:08:14 +0000 (15:08 +0000)]
Added stuff for `bonobox'.

2000-11-05  Martin Baulig  <baulig@suse.de>

* gnome-bonobo-check.m4 (BONOBO_CFLAGS, BONOBO_LIBS): Added
stuff for `bonobox'.

svn path=/trunk/; revision=1432

23 years agoPut this back; I suppose Elliot reverted it by accident since
Martin Baulig [Sun, 5 Nov 2000 15:07:08 +0000 (15:07 +0000)]
Put this back; I suppose Elliot reverted it by accident since
he didn't mention this in the ChangeLog.

2000-06-13  Martin Baulig  <baulig@suse.de>

* Makefile.am (EXTRA_DIST): Added `gnome-gettext.m4'.
(gnome_aclocal_DATA): Added `gnome-gettext.m4'.

svn path=/trunk/; revision=1431

23 years agoDid some regexp nicefications of the code. And added the timeout field.
Eskil Heyn Olsen [Mon, 30 Oct 2000 05:21:59 +0000 (05:21 +0000)]
Did some regexp nicefications of the code. And added the timeout field.

* capplet/gpilotd-capplet-strings.c:
* capplet/gpilotd-capplet.glade:
* capplet/gpilotd-control-applet.c: (gpilotd_request_completed),
(gpilotd_userinfo_requested), (saveSettingsAndRestartDaemon),
(doTrySettings), (doSaveSettings), (doRevertSettings),
(insert_numeric_callback), (statechange_cb), (insert_syncpc_id),
(insert_username_callback), (insert_device_callback),
(activate_sync_type), (activate_speed), (cancel_sync),
(run_sync_dialog), (run_error_dialog), (run_question_dialog),
(activate_device_menu), (run_choose_dialog), (pick_pilot_device),
(get_from_pilot_cb), (send_to_pilot_cb), (pilots_selection_cb),
(clist_unselection_cb), (devices_selection_cb),
(clist_button_press), (sync_type_int_to_str), (compare_pilot_info),
(compare_device_info), (check_base_directory), (pilots_add_cb),
(pilots_edit_cb), (pilots_delete_cb), (devices_edit_cb),
(devices_add_cb), (devices_delete_cb), (createHostCfgWindow),
(setHostCfg), (readHostCfg), (build_speed_menu),
(configureDeviceDialog), (createDeviceCfgDialog), (setDeviceCfg),
(compare_device_name), (next_cradle_name), (compare_pilot_name),
(next_pilot_name), (setDeviceDialogCfg), (readDeviceDialogCfg),
(configurePilotDialog), (createPilotCfgDialog), (setPilotCfg),
(setPilotDialogCfg), (readPilotDialogCfg),
(pilot_capplet_glade_init), (pilot_capplet_setup),
(monitor_pilots), (main), (druid_gpilotd_userinfo_requested),
(druid_gpilotd_request_completed), (no_button_toggled),
(ask_to_cancel), (druid_canceled), (druid_finished),
(druid_sync_page_back), (druid_presync_page_next),
(druid_pilot2_page_next), (druid_delete_window),
(gpilotd_druid_show):
Did some regexp nicefications of the code. And added the
timeout field.

* capplet/pilot.c: (copy_device), (loadDeviceCfg),
(savePilotState):
Added the timeout field to GPilotDevice

* configure.in:
Requires pilot-link 0.9.5

* gnome-pilot.spec.in:
Add ${prefix}/lib to /etc/ld.so.conf if not there

* gpilotd/gpilot-structures.c: (gpilot_device_init):
* gpilotd/gpilot-structures.h:
* gpilotd/gpilotd.c: (pilot_connect):
Added a timeout-field to the device, which is
passed to pi_accept_to.

* macros/gnome-pilot.m4:
Improved the check for libpisock
Bonged requied pilotlink version to 0.9.5

svn path=/trunk/; revision=1423

23 years agoAdded small test for po/Makefile.i18npatch, so that if it exists it will patch the...
Kenneth Christiansen [Thu, 26 Oct 2000 21:28:34 +0000 (21:28 +0000)]
Added small test for po/Makefile.i18npatch, so that if it exists it will patch the gettext dependent po/Makefile.in.in file. This allows us to integrate the i18n scripts, etc even more.

svn path=/trunk/; revision=1420

23 years agoSwitch to pkg-config to check for GTK+ 2.0; Removed all
Martin Baulig [Sat, 30 Sep 2000 14:47:31 +0000 (14:47 +0000)]
Switch to pkg-config to check for GTK+ 2.0; Removed all

2000-09-30  Martin Baulig  <baulig@suse.de>

* gnome-x-checks.m4: Switch to pkg-config to check for GTK+ 2.0;
Removed all `gnome_cv_passdown_x_*' variables and `USE_DEVGTK'.

* gnome-common.m4 (GNOME_COMMON_INIT): Added the always-false
INSIDE_GNOME_COMMON automake conditional.
(GNOME_GTKDOC_CHECK): New macro.
(GNOME_DEBUG_CHECK): New macro.

svn path=/trunk/; revision=1419

23 years agouse the correct name in AC_PROVIDE
George Lebl [Thu, 24 Aug 2000 07:28:21 +0000 (07:28 +0000)]
use the correct name in AC_PROVIDE

Thu Aug 24 02:28:57 2000  George Lebl <jirka@5z.com>

* gnome-x-checks.m4: use the correct name in AC_PROVIDE

svn path=/trunk/; revision=1417

23 years agovarious small build fixes
Larry Liimatainen [Tue, 22 Aug 2000 12:05:30 +0000 (12:05 +0000)]
various small build fixes

svn path=/trunk/; revision=1362

23 years agoRenamed to GNOME2_X_CHECKS.
Martin Baulig [Sun, 6 Aug 2000 14:13:11 +0000 (14:13 +0000)]
Renamed to GNOME2_X_CHECKS.

2000-08-06  Martin Baulig  <baulig@suse.de>

* gnome-x-checks.m4 (GNOME_X_CHECKS): Renamed
to GNOME2_X_CHECKS.

svn path=/trunk/; revision=1361

23 years agoFix "cvs rm -rf" lossage.
Dan Winship [Wed, 2 Aug 2000 22:26:45 +0000 (22:26 +0000)]
Fix "cvs rm -rf" lossage.

svn path=/trunk/; revision=1348

23 years agoremoved last files from GNOME CVS
scottf [Wed, 2 Aug 2000 21:47:06 +0000 (21:47 +0000)]
removed last files from GNOME CVS

svn path=/trunk/; revision=1347

23 years agoAC_WARN replaced with AC_MSG_WARN in comments
Pavel Roskin [Wed, 2 Aug 2000 00:54:46 +0000 (00:54 +0000)]
AC_WARN replaced with AC_MSG_WARN in comments

svn path=/trunk/; revision=1345

23 years agoAdd it back in so the Nautilus people can hack (and because it belongs
Elliot Lee [Mon, 24 Jul 2000 23:07:48 +0000 (23:07 +0000)]
Add it back in so the Nautilus people can hack (and because it belongs

* gnome.m4: Add it back in so the Nautilus people can hack (and because it belongs here)

svn path=/trunk/; revision=1322

23 years agoCache values so they're reset when we rerun the configure script.
Martin Baulig [Mon, 24 Jul 2000 20:28:47 +0000 (20:28 +0000)]
Cache values so they're reset when we rerun the configure script.
This works fine whenever it is rerun 'cause for instance configure.in
or something else has changed.
However, when you remove config.cache you may need to rerun autogen.sh
to get it working (but I'm working on getting this fixed as well).

svn path=/trunk/; revision=1321

23 years agoRemoved some old crap in it. Removed.
Martin Baulig [Mon, 24 Jul 2000 20:13:42 +0000 (20:13 +0000)]
Removed some old crap in it. Removed.

2000-07-24  Martin Baulig  <martin@home-of-linux.org>

* autogen.sh: Removed some old crap in it.
* aclocal-include.m4: Removed.

svn path=/trunk/; revision=1320

23 years agoCheck for GTK+ 2.0.
Martin Baulig [Mon, 24 Jul 2000 19:50:38 +0000 (19:50 +0000)]
Check for GTK+ 2.0.

2000-07-24  Martin Baulig  <baulig@suse.de>

* gnome-x-checks.m4: Check for GTK+ 2.0.

svn path=/trunk/; revision=1319

23 years agoFix GNOME2_DIR.
Martin Baulig [Mon, 24 Jul 2000 15:55:52 +0000 (15:55 +0000)]
Fix GNOME2_DIR.

svn path=/trunk/; revision=1318

23 years agoDon't use gnome-config if GNOME_DATADIR is set.
Martin Baulig [Mon, 24 Jul 2000 15:55:43 +0000 (15:55 +0000)]
Don't use gnome-config if GNOME_DATADIR is set.

svn path=/trunk/; revision=1317

23 years agoFor now, stuff at least _works_ again .....
Martin Baulig [Mon, 24 Jul 2000 15:34:59 +0000 (15:34 +0000)]
For now, stuff at least _works_ again .....

2000-07-24  Martin Baulig  <baulig@suse.de>

Use the new gnome-common module instead of having the .m4
files in gnome-data.

* autogen.sh: Use gnome-autogen.sh from gnome-common.
* gnome.m4, acinclude.m4: Removed.
* configure.in: Use AM_GNOME2_GETTEXT and GNOME_COMMON_INIT.

* gnome-data/*.m4: Removed. This is now in gnome-common/macros2.

svn path=/trunk/; revision=1316

23 years agoThis should work now.
Martin Baulig [Mon, 24 Jul 2000 15:28:48 +0000 (15:28 +0000)]
This should work now.

svn path=/trunk/; revision=1314

23 years agos/USE_GNOME_2_MACROS/USE_GNOME2_MACROS/
Martin Baulig [Mon, 24 Jul 2000 14:59:03 +0000 (14:59 +0000)]
s/USE_GNOME_2_MACROS/USE_GNOME2_MACROS/

svn path=/trunk/; revision=1313

23 years agoMake it work with AM_GNOME2_GETTEXT. New file.
Martin Baulig [Mon, 24 Jul 2000 14:57:59 +0000 (14:57 +0000)]
Make it work with AM_GNOME2_GETTEXT. New file.

2000-07-24  Martin Baulig  <baulig@suse.de>

* autogen.sh: Make it work with AM_GNOME2_GETTEXT.
* check-utmp.m4: New file.

svn path=/trunk/; revision=1312

23 years agoNew file.
Martin Baulig [Mon, 24 Jul 2000 14:55:17 +0000 (14:55 +0000)]
New file.

2000-07-24  Martin Baulig  <baulig@suse.de>

* check-utmp.m4: New file.

svn path=/trunk/; revision=1311

23 years agoSynced with gnome-libs/gnome-data.
Martin Baulig [Mon, 24 Jul 2000 14:27:58 +0000 (14:27 +0000)]
Synced with gnome-libs/gnome-data.

2000-07-24  Martin Baulig  <baulig@suse.de>

Synced with gnome-libs/gnome-data.

svn path=/trunk/; revision=1310

23 years ago0.3.12
Elliot Lee [Mon, 17 Jul 2000 22:30:14 +0000 (22:30 +0000)]
0.3.12

0.3.12

svn path=/trunk/; revision=1307

24 years agoChangelog entries should now go to toplevel Changelog. I now prefer this,
Eskil Heyn Olsen [Thu, 6 Jul 2000 04:58:12 +0000 (04:58 +0000)]
Changelog entries should now go to toplevel Changelog. I now prefer this,

        * HACKING:
        Changelog entries should now go to toplevel Changelog.
        I now prefer this, because of the prepare-ChangeLog.pl
        script used for Nautilus. See HACKING for more.

        * applet/pilot.c: (main):
        * configure.in:
        * gpilotd/Makefile.am:
        * gpilotd/gnome-pilot-client.gob:
        * gpilotd/orbit_daemon_glue.c: (gpilotd_corba_init):
        * macros/gnome-pilot.m4:
        * utils/Makefile.am:
        Done a lot of damagecontrol after the OAF collision
        that happened. GNORBA is now the default object activator
        even if bonobo/oaf/whatnot is installed. You can switch
        to oaf if you configure with --with-oaf (up to the reader
        to completely finish this).
        The OAF code is still in CVS, it compiles (no longer
        breaks gnome-pim), but still doens't work though.
        (there a limit to my time).

svn path=/trunk/; revision=1299

24 years agoUse 'PISOCK_INCLUDEDIR' in pisock version check.
Stanislav Brabec [Sat, 24 Jun 2000 10:47:21 +0000 (10:47 +0000)]
Use 'PISOCK_INCLUDEDIR' in pisock version check.

svn path=/trunk/; revision=1283

24 years agoexit immediately if aclocal, autoheader, automake, or autoconf fails,
Dan Winship [Sat, 17 Jun 2000 21:00:40 +0000 (21:00 +0000)]
exit immediately if aclocal, autoheader, automake, or autoconf fails,

* autogen.sh: exit immediately if aclocal, autoheader, automake,
or autoconf fails, rather than continuing on with broken state.
(In the aclocal case, print a hopefully-useful explanatory
message.)

svn path=/trunk/; revision=1277

24 years agoremove last bits of AC_ARG_ENABLE(gnometest,,,) since it's not being used
Martijn van Beers [Thu, 15 Jun 2000 14:33:44 +0000 (14:33 +0000)]
remove last bits of AC_ARG_ENABLE(gnometest,,,) since it's not being used

svn path=/trunk/; revision=1269

24 years agoNew macro. Checks whether Bonobo uses OAF and defines `BONOBO_USES_OAF' if
Martin Baulig [Tue, 13 Jun 2000 15:09:48 +0000 (15:09 +0000)]
New macro. Checks whether Bonobo uses OAF and defines `BONOBO_USES_OAF' if

2000-06-13  Martin Baulig  <baulig@suse.de>

* gnome-bonobo-check.am (AM_BONOBO_USES_OAF): New macro.
Checks whether Bonobo uses OAF and defines `BONOBO_USES_OAF'
if appropriate. Also provides `BONOBO_USES_OAF' automake
conditional.

svn path=/trunk/; revision=1268

24 years agoAdded `gnome-gettext.m4'. (gnome_aclocal_DATA): Added `gnome-gettext.m4'.
Martin Baulig [Tue, 13 Jun 2000 10:28:37 +0000 (10:28 +0000)]
Added `gnome-gettext.m4'. (gnome_aclocal_DATA): Added `gnome-gettext.m4'.

2000-06-13  Martin Baulig  <baulig@suse.de>

* Makefile.am (EXTRA_DIST): Added `gnome-gettext.m4'.
(gnome_aclocal_DATA): Added `gnome-gettext.m4'.

svn path=/trunk/; revision=1267

24 years agoWe need this here as well.
Martin Baulig [Fri, 9 Jun 2000 01:05:14 +0000 (01:05 +0000)]
We need this here as well.

2000-06-09  Martin Baulig  <martin@home-of-linux.org>

* gnome-common.m4: We need this here as well.

svn path=/trunk/; revision=1266

24 years ago*** empty log message ***
Martin Baulig [Mon, 29 May 2000 15:57:23 +0000 (15:57 +0000)]
*** empty log message ***

svn path=/trunk/; revision=1265

24 years agoThis explains what this is all good for.
Martin Baulig [Mon, 29 May 2000 15:56:22 +0000 (15:56 +0000)]
This explains what this is all good for.

svn path=/trunk/; revision=1264

24 years ago*** empty log message ***
Martin Baulig [Mon, 29 May 2000 15:43:39 +0000 (15:43 +0000)]
*** empty log message ***

svn path=/trunk/; revision=1263

24 years agoMoved macros/gnome-autogen.sh to bin/gnome-autogen.sh.
Martin Baulig [Mon, 29 May 2000 15:42:50 +0000 (15:42 +0000)]
Moved macros/gnome-autogen.sh to bin/gnome-autogen.sh.

svn path=/trunk/; revision=1256

24 years ago*** empty log message ***
Martin Baulig [Mon, 29 May 2000 15:17:52 +0000 (15:17 +0000)]
*** empty log message ***

svn path=/trunk/; revision=1255

24 years agoIf `USE_GNOME_2_MACROS' is set, use the GNOME 2.0 macros from the
Martin Baulig [Mon, 29 May 2000 15:17:17 +0000 (15:17 +0000)]
If `USE_GNOME_2_MACROS' is set, use the GNOME 2.0 macros from the

2000-05-29  Martin Baulig  <baulig@suse.de>

* gnome-autogen.sh: If `USE_GNOME_2_MACROS' is set, use the
GNOME 2.0 macros from the `macros2' directory.

svn path=/trunk/; revision=1254

24 years agoNew file. Install this stuff into `$(datadir)/aclocal/gnome2-macros'.
Martin Baulig [Mon, 29 May 2000 15:16:05 +0000 (15:16 +0000)]
New file. Install this stuff into `$(datadir)/aclocal/gnome2-macros'.

2000-05-29  Martin Baulig  <baulig@suse.de>

* Makefile.am: New file. Install this stuff into
`$(datadir)/aclocal/gnome2-macros'.

* gnome.m4: New file. Copied from `hack-macros' dir.

* autogen.sh: New file. Copied from `macros' dir.

svn path=/trunk/; revision=1253

24 years agoSet version number to 1.2.0.
Martin Baulig [Mon, 29 May 2000 14:31:21 +0000 (14:31 +0000)]
Set version number to 1.2.0.

2000-05-29  Martin Baulig  <baulig@suse.de>

* configure.in: Set version number to 1.2.0.

svn path=/trunk/; revision=1252

24 years agoInstall macros to `$(datadir)/aclocal/gnome-macros' when
Martin Baulig [Mon, 29 May 2000 14:30:32 +0000 (14:30 +0000)]
Install macros to `$(datadir)/aclocal/gnome-macros' when

2000-05-29  Martin Baulig  <baulig@suse.de>

* gnome-common.m4, Makefile.am: Install macros to
`$(datadir)/aclocal/gnome-macros' when INSIDE_GNOME_COMMON.

* gnome-autogen.sh: New file. When using gnome-common instead
of the macros/ directory, use this in your autogen.sh.

svn path=/trunk/; revision=1251

24 years agoFixed my mess-up, sorry about that.
Julian Missig [Sun, 21 May 2000 22:40:15 +0000 (22:40 +0000)]
Fixed my mess-up, sorry about that.

svn path=/trunk/; revision=1239

24 years agoArgh. I didn't mean for that to go in the repository, could've sworn I had the right...
Julian Missig [Sun, 21 May 2000 21:40:38 +0000 (21:40 +0000)]
Argh. I didn't mean for that to go in the repository, could've sworn I had the right CVSROOT.

svn path=/trunk/; revision=1238

24 years agoAdded gnomemm.m4 for proper gnomemm checking
Julian Missig [Sun, 21 May 2000 21:38:39 +0000 (21:38 +0000)]
Added gnomemm.m4 for proper gnomemm checking

svn path=/trunk/; revision=1237

24 years agoGabber now has *working* i18n!
Julian Missig [Sun, 21 May 2000 21:36:20 +0000 (21:36 +0000)]
Gabber now has *working* i18n!

svn path=/trunk/; revision=1236

24 years agoYet another attempt at fixing the gnome-pilot check- this time on Solaris.
Russell Steinthal [Tue, 16 May 2000 03:43:44 +0000 (03:43 +0000)]
Yet another attempt at fixing the gnome-pilot check- this time on Solaris.

$GNOME_CONFIG is printing more than one word, which when backticked causes test to do not nice things...

Can someone with Solaris test this?  test on Linux appears to be too lenient to worry about this in any case.

svn path=/trunk/; revision=1220

24 years agoRevert patch from Jleach. Dude, please dont touch stuff that you are sharing from...
Miguel de Icaza [Wed, 10 May 2000 02:47:00 +0000 (02:47 +0000)]
Revert patch from Jleach.  Dude, please dont touch stuff that you are sharing from other projects.  This broke everything

svn path=/trunk/; revision=1218

24 years ago"But that trick NEVER works!" "This time for sure!"
Dan Winship [Mon, 1 May 2000 23:51:27 +0000 (23:51 +0000)]
"But that trick NEVER works!" "This time for sure!"

* gnome-pilot.m4 (PILOT_LIBS): "But that trick NEVER works!"
"This time for sure!"

svn path=/trunk/; revision=1203

24 years agoadd an extra lib of docklets. These checks are braindamaged though, they
George Lebl [Sun, 23 Apr 2000 19:19:31 +0000 (19:19 +0000)]
add an extra lib of docklets. These checks are braindamaged though, they

Sun Apr 23 12:15:14 2000  George Lebl <jirka@5z.com>

* gnome.m4: add an extra lib of docklets.  These checks are
  braindamaged though, they don't fail and thus gnome-core for
     example compiles without gnomecc.  There need to be separate .m4
     files or checks

svn path=/trunk/; revision=1187

24 years agoFixes the gnome-config check for gpilot.
Eskil Heyn Olsen [Wed, 19 Apr 2000 09:50:35 +0000 (09:50 +0000)]
Fixes the gnome-config check for gpilot.

svn path=/trunk/; revision=1180

24 years agoChanged the error string for gnome-pilot
Eskil Heyn Olsen [Wed, 19 Apr 2000 09:45:41 +0000 (09:45 +0000)]
Changed the error string for gnome-pilot

svn path=/trunk/; revision=1179