platform/upstream/gnome-common.git
25 years agoSupport for freezing/thawing the GtkCTree during potential tree updates
Arturo Espinosa [Tue, 9 Feb 1999 22:06:59 +0000 (22:06 +0000)]
Support for freezing/thawing the GtkCTree during potential tree updates

Support for freezing/thawing the GtkCTree during potential
tree updates from the treestore.

This speeds up a lot the display, as the GtkCTree seems to be
particularly bad at handling changes to the tree and keeping
the display in sync.

Makefile fixes to support SHELL= during compilation.

Miguel.

svn path=/trunk/; revision=625

25 years agoIt was a mistake
Michael Lausch [Fri, 5 Feb 1999 18:50:38 +0000 (18:50 +0000)]
It was a mistake

svn path=/trunk/; revision=619

25 years agono more intl dir
Michael Lausch [Fri, 5 Feb 1999 18:03:52 +0000 (18:03 +0000)]
no more intl dir

svn path=/trunk/; revision=618

25 years agoRemoving unnecessary intl files.
Michael Lausch [Fri, 5 Feb 1999 18:02:41 +0000 (18:02 +0000)]
Removing unnecessary intl files.

svn path=/trunk/; revision=617

25 years agoremoving unnecessary intl files.
Michael Lausch [Fri, 5 Feb 1999 18:00:31 +0000 (18:00 +0000)]
removing unnecessary intl files.

svn path=/trunk/; revision=616

25 years agoDon't add warning and compiler flags to the CFLAGS and CXXFLAGS when
Martin Baulig [Fri, 5 Feb 1999 11:42:32 +0000 (11:42 +0000)]
Don't add warning and compiler flags to the CFLAGS and CXXFLAGS when

1999-02-05  Martin Baulig  <martin@home-of-linux.org>

* compiler-flags.m4: Don't add warning and compiler flags to
the CFLAGS and CXXFLAGS when they're cached. This fixes the
problem that CFLAGS and CXXFLAGS get longer and longer each
time you run a `config.status --recheck'.

svn path=/trunk/; revision=610

25 years agoTo make this work both for GNOME Applications inside and outside the
Martin Baulig [Thu, 4 Feb 1999 13:27:05 +0000 (13:27 +0000)]
To make this work both for GNOME Applications inside and outside the
GNOME CVS Tree I did the following:

* There is an `INSIDE_GNOME_COMMON' automake conditional which is defined
  in two places:

  - macros/aclocal-includes.m4 defines this to always be false.

  - gnome-common/configure.in does not include anything from macros and
    defines this to be true.

* We use this automake conditional in the macros/Makefile.am to install
  $(MACROS), autogen.sh, gnome-common.m4 and a newly created gnome-macros.dep
  in `$(datadir)/aclocal/gnome'.

  Since aclocal doesn't look in subdirectories we can safely install them
  there even when compiling from CVS.

  Also, there is no need to make any change to any existing application
  in the GNOME CVS Tree - really fine ...

* When we're outside the GNOME CVS Tree we simply need to tell aclocal that
  it should also look in `$(datadir)/aclocal/gnome' and it will find all
  the macros.

  The is a `gnome-skel' module in CVS that can be used as a starting point
  when writing a new GNOME Application that should be used outside CVS.

February  4, 1999,
Martin Baulig <martin@home-of-linux.org>

svn path=/trunk/; revision=609

25 years agoNew automake conditional that's always false.
Martin Baulig [Thu, 4 Feb 1999 13:04:51 +0000 (13:04 +0000)]
New automake conditional that's always false.

1999-02-04  Martin Baulig  <martin@home-of-linux.org>

* aclocal-include.m4 (INSIDE_GNOME_COMMON): New automake
conditional that's always false.

* gnome-common.m4: New file. This defines a `GNOME_COMMON_INIT'
macro that should be used in all GNOME Applications outside
the CVS tree.

* Makefile.am: If we are `INSIDE_GNOME_COMMON', install all
$(MACROS), autogen.sh, gnome-common.m4 and a newly created
gnome-macros.dep in `$(datadir)/aclocal/gnome'.

svn path=/trunk/; revision=605

25 years agoRe-order log
Raja R Harinath [Wed, 27 Jan 1999 16:15:46 +0000 (16:15 +0000)]
Re-order log

svn path=/trunk/; revision=595

25 years agoAdd recognition of 2 more libraries - pthreads and pthread-support build
Timur Bakeyev [Sun, 24 Jan 1999 01:03:26 +0000 (01:03 +0000)]
Add recognition of 2 more libraries - pthreads and pthread-support build

Sun Jan 24 03:59:32 1999  Timur Bakeyev <mc@bat.ru>

* gnome-pthread-check.m4: Add recognition of 2 more libraries -
pthreads and pthread-support build in libc (as on BSDI).

svn path=/trunk/; revision=592

25 years agoNew macro. This checks whether you have the LibGTop documentation
Martin Baulig [Sat, 23 Jan 1999 18:29:06 +0000 (18:29 +0000)]
New macro. This checks whether you have the LibGTop documentation

1999-01-23  Martin Baulig  <martin@home-of-linux.org>

* gnome-libgtop-checks.m4 (GNOME_LIBGTOP_DOCU): New macro. This
checks whether you have the LibGTop documentation installed and
defines `HAVE_LIBGTOP_DOCU' if appropriate. Also provides automake
  conditional.

svn path=/trunk/; revision=591

25 years agoApplied a patch from Owen Taylor to keep this in sync with
Martin Baulig [Wed, 20 Jan 1999 23:09:09 +0000 (23:09 +0000)]
Applied a patch from Owen Taylor to keep this in sync with
AC_GTK_GETTEXT from gtk+/acinclude.m4.

1999-01-20  Martin Baulig  <martin@home-of-linux.org>

* acinclude.m4 (ac_result): Unset CATOBJEXT so
that the macros and Makefiles correctly handle
disabling NLS when no gettext is found.

svn path=/trunk/; revision=589

25 years agoRewrite to be saner. Don't limit yourself to a fixed set of names for the
Raja R Harinath [Wed, 20 Jan 1999 03:33:28 +0000 (03:33 +0000)]
Rewrite to be saner. Don't limit yourself to a fixed set of names for the

* gnome-cxx-check.m4 (GNOME_CHECK_CXX): Rewrite to be saner.
Don't limit yourself to a fixed set of names for the compiler.

svn path=/trunk/; revision=588

25 years agoinitial rev.
Marcin Gorycki [Tue, 19 Jan 1999 08:23:48 +0000 (08:23 +0000)]
initial rev.

svn path=/trunk/; revision=586

25 years agoSuggest using libtool 1.2d
Arturo Espinosa [Mon, 18 Jan 1999 19:41:12 +0000 (19:41 +0000)]
Suggest using libtool 1.2d

svn path=/trunk/; revision=582

25 years agox GMoiss about box fixed
Alan Aspuru Guzik [Wed, 13 Jan 1999 01:21:51 +0000 (01:21 +0000)]
x GMoiss about box fixed
x Filenames changed to the file structure and they now use simulation
  struct
x Everything now uses glib
x 0.99.2 compliant
x May not work (commit for rulox)
Alan Aspuru Guzik

svn path=/trunk/; revision=575

25 years agox I must leave - Incomplete commit for bit to hack in the night
Alan Aspuru Guzik [Tue, 12 Jan 1999 01:52:48 +0000 (01:52 +0000)]
x I must leave - Incomplete commit for bit to hack in the night
x Name changes, I still have to finish the file names
x Function API changes.
Alan Aspuru Guzik

svn path=/trunk/; revision=573

25 years ago(This is a patch from Nix <nix@esperi.demon.co.uk>) Brought C++ language
Tero Pulkkinen [Mon, 11 Jan 1999 05:12:24 +0000 (05:12 +0000)]
(This is a patch from Nix <nix@esperi.demon.co.uk>) Brought C++ language

(This is a patch from Nix  <nix@esperi.demon.co.uk>)
 * compiler-flags.m4 (GNOME_CXX_WARNINGS): Brought C++ language
   compliance into line with C language compliance.
   Fixed typo (`C' for `C++').
   (--enable-iso-cxx): New flag to *permit* -pedantic rather than
   requiring it.

svn path=/trunk/; revision=571

25 years agoCouple of changes:
Arturo Espinosa [Fri, 8 Jan 1999 05:40:16 +0000 (05:40 +0000)]
Couple of changes:

Couple of changes:

configure tests to make gnome-libs prepared for a potential
release of Imlib 1.9.

Mime-info fix for the tar-problem in gmc.

Miguel.

svn path=/trunk/; revision=569

25 years agoThu, 7 Jan 1999 16:59:35 +0100 Paolo Molaro <lupus@debian.org>
Paolo Molaro [Thu, 7 Jan 1999 15:59:36 +0000 (15:59 +0000)]
Thu, 7 Jan 1999 16:59:35 +0100 Paolo Molaro <lupus@debian.org>

* macros/gnome-objc-checks.m4: enable egcc as an objc compiler.
* obgtk/obgtkLabel.m: use gtk_label_set_text (the interface ni
/obgtkLabel.mh is the same).

svn path=/trunk/; revision=568

25 years agoAdded gnome-print-check.m4 to MACROS
Nat Friedman [Wed, 6 Jan 1999 10:03:18 +0000 (10:03 +0000)]
Added gnome-print-check.m4 to MACROS

1999-01-06 Nat Friedman   <nat@nat.org>

* Makefile.am (MACROS): Added gnome-print-check.m4 to MACROS

svn path=/trunk/; revision=566

25 years agoA new autoconf macro to check for libgnomeprint. I've never written
Nat Friedman [Wed, 6 Jan 1999 10:00:03 +0000 (10:00 +0000)]
A new autoconf macro to check for libgnomeprint.  I've never written
one of these before, so please let me know if I messed up :-) The
macro is GNOME_PRINT_CHECK.

svn path=/trunk/; revision=564

25 years agoInclude dirent.h before checking whether `scandir' needs to be declared.
Raja R Harinath [Wed, 6 Jan 1999 01:45:20 +0000 (01:45 +0000)]
Include dirent.h before checking whether `scandir' needs to be declared.

* gnome-support.m4: Include dirent.h before checking whether
`scandir' needs to be declared.
* need-declaration.m4: Revert unlogged change.

svn path=/trunk/; revision=562

25 years agoFix the scandir detection
Arturo Espinosa [Wed, 6 Jan 1999 01:10:15 +0000 (01:10 +0000)]
Fix the scandir detection

svn path=/trunk/; revision=561

25 years agoApplied patch for DG/UX from Marc J. Fraioli:
Martin Baulig [Tue, 5 Jan 1999 22:15:47 +0000 (22:15 +0000)]
Applied patch for DG/UX from Marc J. Fraioli:

* macros/gnome-support.m4: Check whether we need to declare scandir ().
* support/gnomesupport.awk: Declare scandir () if necessary.

svn path=/trunk/; revision=558

25 years agoMore fixes for 0_99_2
Arturo Espinosa [Tue, 5 Jan 1999 00:45:28 +0000 (00:45 +0000)]
More fixes for 0_99_2

svn path=/trunk/; revision=555

25 years agoMinor `make distcheck' fixes.
Martin Baulig [Sun, 3 Jan 1999 19:17:16 +0000 (19:17 +0000)]
Minor `make distcheck' fixes.

svn path=/trunk/; revision=551

25 years agoJeff is completely correct. I need to wait til the next glib release, revert this...
Arturo Espinosa [Sat, 2 Jan 1999 17:39:07 +0000 (17:39 +0000)]
Jeff is completely correct.   I need to wait til the next glib release, revert this for now

svn path=/trunk/; revision=550

25 years agoFix from Ulrich to gnome-libs
Arturo Espinosa [Sat, 2 Jan 1999 17:23:59 +0000 (17:23 +0000)]
Fix from Ulrich to gnome-libs

svn path=/trunk/; revision=549

25 years agoMerge changes from GNOME_STABLE.
Jeff Garzik [Thu, 24 Dec 1998 21:09:15 +0000 (21:09 +0000)]
Merge changes from GNOME_STABLE.

svn path=/trunk/; revision=546

25 years ago poptParseArgvString cleanups...
Jeff Garzik [Thu, 24 Dec 1998 20:31:34 +0000 (20:31 +0000)]
    poptParseArgvString cleanups...
x
       Added array grow increment constant.
       Remove unnecessary 'dst' init.
       Remove unnecessary strcpy().
       Make arg 's' and var 'src' const-correct.

svn path=/trunk/; revision=543

25 years agoAdded and exported GNOME_APPLET_LIBS.
Jeff Garzik [Tue, 22 Dec 1998 18:24:24 +0000 (18:24 +0000)]
Added and exported GNOME_APPLET_LIBS.

svn path=/trunk/; revision=541

25 years agofix pointer assignment
Matt Wilson [Mon, 21 Dec 1998 17:21:31 +0000 (17:21 +0000)]
fix pointer assignment

1998-12-21  Matt Wilson  <msw@redhat.com>

        * poptparse.c: fix pointer assignment

svn path=/trunk/; revision=540

25 years agoMerge the changes from GNOME_STABLE into HEAD.
Arturo Espinosa [Thu, 17 Dec 1998 00:07:13 +0000 (00:07 +0000)]
Merge the changes from GNOME_STABLE into HEAD.

Merge the changes from GNOME_STABLE into HEAD.

Miguel.

svn path=/trunk/; revision=535

25 years agoAdd the hacked version of the gettext macros that is used in Gtk+ here.
Martin Baulig [Tue, 15 Dec 1998 22:57:24 +0000 (22:57 +0000)]
Add the hacked version of the gettext macros that is used in Gtk+ here.

1998-12-15  Martin Baulig  <martin@home-of-linux.org>

* gnome-gettext.m4: Add the hacked version of the gettext
macros that is used in Gtk+ here.

* autogen.sh: Accept both AM_GNU_GETTEXT and AM_GNOME_GETTEXT.

svn path=/trunk/; revision=527

25 years agoJust set the version number to 0.99.0 to keep it in sync with the rest
Martin Baulig [Tue, 15 Dec 1998 19:03:36 +0000 (19:03 +0000)]
Just set the version number to 0.99.0 to keep it in sync with the rest
of GNOME.

1998-12-15  Martin Baulig  <martin@home-of-linux.org>

Released LibGTop 0.99.0 which is a feature-freezed version
for GNOME 1.0.

svn path=/trunk/; revision=526

25 years agoAdd all source and header files here.
Martin Baulig [Tue, 15 Dec 1998 13:29:42 +0000 (13:29 +0000)]
Add all source and header files here.

1998-12-15  Martin Baulig  <martin@home-of-linux.org>

* Makefile.am (EXTRA_DIST): Add all source and header files here.

svn path=/trunk/; revision=525

25 years agoAll parts of GNOME will now require LibGTop >= 0.30.0 which is the latest
Martin Baulig [Tue, 15 Dec 1998 13:17:18 +0000 (13:17 +0000)]
All parts of GNOME will now require LibGTop >= 0.30.0 which is the latest

1998-12-15  Martin Baulig  <martin@home-of-linux.org>

* gnome-libgtop-check.m4: All parts of GNOME will now require
LibGTop >= 0.30.0 which is the latest version from CVS and
already feature-freezed for GNOME 1.0.

svn path=/trunk/; revision=524

25 years agoNow it works.
Elliot Lee [Mon, 14 Dec 1998 23:58:37 +0000 (23:58 +0000)]
Now it works.

Now it works.

svn path=/trunk/; revision=523

25 years agoremove argp files.
Elliot Lee [Mon, 14 Dec 1998 23:54:15 +0000 (23:54 +0000)]
remove argp files.

remove argp files.

svn path=/trunk/; revision=522

25 years agoFixed typo, from Markus Linnala <maage@cs.tut.fi>
Jeff Garzik [Wed, 9 Dec 1998 16:25:39 +0000 (16:25 +0000)]
Fixed typo, from Markus Linnala <maage@cs.tut.fi>

svn path=/trunk/; revision=519

25 years agoAdded `easy-vsnprintf.c' to EXTRA_DIST.
Martin Baulig [Tue, 8 Dec 1998 23:50:43 +0000 (23:50 +0000)]
Added `easy-vsnprintf.c' to EXTRA_DIST.

svn path=/trunk/; revision=518

25 years agoAdded gnome-orbit-check.m4.
Martin Baulig [Tue, 8 Dec 1998 23:48:04 +0000 (23:48 +0000)]
Added gnome-orbit-check.m4.

svn path=/trunk/; revision=516

25 years agoMake this work with more than one directory.
Martin Baulig [Tue, 8 Dec 1998 23:29:47 +0000 (23:29 +0000)]
Make this work with more than one directory.

1998-12-09  Martin Baulig  <martin@home-of-linux.org>

* aclocal-include.m4 (AM_ACLOCAL_INCLUDE): Make this work
with more than one directory.

svn path=/trunk/; revision=515

25 years agoRemoved gnome-libgtop-sysdeps.m4 here.
Martin Baulig [Tue, 8 Dec 1998 23:25:26 +0000 (23:25 +0000)]
Removed gnome-libgtop-sysdeps.m4 here.

svn path=/trunk/; revision=514

25 years agoMoved into the LibGTop module. This file contains too much stuff that
Martin Baulig [Tue, 8 Dec 1998 22:59:29 +0000 (22:59 +0000)]
Moved into the LibGTop module. This file contains too much stuff that

1998-12-08  Martin Baulig  <martin@home-of-linux.org>

* gnome-libgtop-sysdeps.m4: Moved into the LibGTop module.
This file contains too much stuff that should only be used
internally in LibGTop, so it's better to have it there.

svn path=/trunk/; revision=513

25 years agoOk, the check for NO-AUTO-GEN is now working. This was borking up the
Mark Crichton [Tue, 8 Dec 1998 17:16:35 +0000 (17:16 +0000)]
Ok, the check for NO-AUTO-GEN is now working. This was borking up the

Ok, the check for NO-AUTO-GEN is now working.  This was borking up the
gnome-guile compile. (It was testing for $srcdir/configure.in/NO-AUTO-GEN
instead of $srcdir/NO-AUTO-GEN)

Mark Crichton

svn path=/trunk/; revision=512

25 years agotest -e is broken in Solaris /bin/sh, use test -r instead
Frederic Devernay [Tue, 8 Dec 1998 14:04:45 +0000 (14:04 +0000)]
test -e is broken in Solaris /bin/sh, use test -r instead

svn path=/trunk/; revision=511

25 years agoMake sure aclocal.m4 works before invoking gettextize.
Martin Baulig [Mon, 7 Dec 1998 21:44:21 +0000 (21:44 +0000)]
Make sure aclocal.m4 works before invoking gettextize.

svn path=/trunk/; revision=510

25 years agoMake sure aclocal.m4 exists before making it writable.
Martin Baulig [Mon, 7 Dec 1998 20:05:21 +0000 (20:05 +0000)]
Make sure aclocal.m4 exists before making it writable.

svn path=/trunk/; revision=509

25 years agoInvoke gettextize with the --copy parameter to prevent it from making
Martin Baulig [Sun, 6 Dec 1998 13:00:17 +0000 (13:00 +0000)]
Invoke gettextize with the --copy parameter to prevent it from making
aclocal.m4 a symlink to a place where normal people don't have write
access. After that do a chmod on that file so we really can write it.

svn path=/trunk/; revision=508

25 years agoRecognice OpenBSD as a valid system and use the `freebsd' sysdeps
Martin Baulig [Sun, 6 Dec 1998 11:06:54 +0000 (11:06 +0000)]
Recognice OpenBSD as a valid system and use the `freebsd' sysdeps

1998-12-06  Martin Baulig  <martin@home-of-linux.org>

* gnome-libgtop-sysdeps.m4: Recognice OpenBSD as a valid
system and use the `freebsd' sysdeps directory for it.

svn path=/trunk/; revision=507

25 years agoclear GUILE_LIBS and GUILE_INCS if guile isn't there (quick fix)
Manish Singh [Sun, 6 Dec 1998 07:35:53 +0000 (07:35 +0000)]
clear GUILE_LIBS and GUILE_INCS if guile isn't there (quick fix)

* gnome-guile-checks.m4: clear GUILE_LIBS and GUILE_INCS if
guile isn't there (quick fix)

-Yosh

svn path=/trunk/; revision=506

25 years agoAdded --copy option to libtoolize. This stops libtoolize from
Ole J. Tetlie [Sat, 5 Dec 1998 19:47:57 +0000 (19:47 +0000)]
Added --copy option to libtoolize. This stops libtoolize from
symlinking config.log to a location that normal users don't
have write access to (on my system, at least).

svn path=/trunk/; revision=505

25 years agoRecognice NetBSD as a valid system and use the `freebsd' sysdeps directory
Martin Baulig [Sat, 5 Dec 1998 18:47:40 +0000 (18:47 +0000)]
Recognice NetBSD as a valid system and use the `freebsd' sysdeps directory

1998-12-05  Martin Baulig  <martin@home-of-linux.org>

* gnome-libgtop-sysdeps.m4: Recognice NetBSD as a valid
system and use the `freebsd' sysdeps directory for it.

svn path=/trunk/; revision=504

25 years agoInclude "popt-gnome.h" instead of "popt.h".
Martin Baulig [Sat, 5 Dec 1998 16:25:02 +0000 (16:25 +0000)]
Include "popt-gnome.h" instead of "popt.h".

svn path=/trunk/; revision=503

25 years agoUpdate popt, and always use the gnome-libs version instead of any system
Elliot Lee [Thu, 3 Dec 1998 19:04:49 +0000 (19:04 +0000)]
Update popt, and always use the gnome-libs version instead of any system

Update popt, and always use the gnome-libs version instead of any system
version.

svn path=/trunk/; revision=501

25 years agoremove file, renaming to gnome-popt.h
Elliot Lee [Thu, 3 Dec 1998 18:48:46 +0000 (18:48 +0000)]
remove file, renaming to gnome-popt.h

svn path=/trunk/; revision=500

25 years agoDefine this to be the same as LINUX_VERSION_CODE either from
Martin Baulig [Thu, 3 Dec 1998 16:08:24 +0000 (16:08 +0000)]
Define this to be the same as LINUX_VERSION_CODE either from

1998-12-03  Martin Baulig  <martin@home-of-linux.org>

* gnome-libgtop-sysdeps.m4 (GLIBTOP_LINUX_VERSION_CODE):
Define this to be the same as LINUX_VERSION_CODE either from
<linux/version.h> or from the running kernel.

svn path=/trunk/; revision=499

25 years agoOnly check for the linux table () function on Linux systems.
Martin Baulig [Thu, 3 Dec 1998 14:49:39 +0000 (14:49 +0000)]
Only check for the linux table () function on Linux systems.

svn path=/trunk/; revision=498

25 years agoAdd back `gnomesupport.awk' and `README-gnome'.
Raja R Harinath [Thu, 3 Dec 1998 00:59:04 +0000 (00:59 +0000)]
Add back `gnomesupport.awk' and `README-gnome'.

* Makefile.am (EXTRA_DIST): Add back `gnomesupport.awk' and
`README-gnome'.

svn path=/trunk/; revision=497

25 years ago"Improve" indentation and messages somewhat.
Raja R Harinath [Wed, 2 Dec 1998 21:45:12 +0000 (21:45 +0000)]
"Improve" indentation and messages somewhat.

* autogen.sh: "Improve" indentation and messages somewhat.

svn path=/trunk/; revision=496

25 years agoMake it with builddir != srcdir again.
Martin Baulig [Wed, 2 Dec 1998 21:05:38 +0000 (21:05 +0000)]
Make it with builddir != srcdir again.

svn path=/trunk/; revision=495

25 years agoPOPT_ARG_VAL appears to work, now that I have a finished test case...
Michael Johnson [Tue, 1 Dec 1998 19:05:36 +0000 (19:05 +0000)]
POPT_ARG_VAL appears to work, now that I have a finished test case...

svn path=/trunk/; revision=493

25 years agoPlatform fixes. grep -q is not portable, do not use.
Jeff Garzik [Tue, 1 Dec 1998 16:45:02 +0000 (16:45 +0000)]
Platform fixes.  grep -q is not portable, do not use.

svn path=/trunk/; revision=491

25 years agoRun gettextize if needed. : Run libtoolize only if configure.in has
Changwoo Ryu [Tue, 1 Dec 1998 10:02:56 +0000 (10:02 +0000)]
Run gettextize if needed. : Run libtoolize only if configure.in has

1998-12-01  Changwoo Ryu  <cwryu@adam.kaist.ac.kr>

* autogen.sh: Run gettextize if needed.
: Run libtoolize only if configure.in has "^AM_PROG_LIBTOOL".

svn path=/trunk/; revision=490

25 years agoRe-arranged tests such that "--without-gnome" is fully supported. Not only
Jeff Garzik [Mon, 30 Nov 1998 08:03:20 +0000 (08:03 +0000)]
Re-arranged tests such that "--without-gnome" is fully supported. Not only

        * gnome.m4: Re-arranged tests such that "--without-gnome" is
        fully supported.  Not only is the logic now correct, programs
        can test "want_gnome=yes/no" for the results of this arg.

svn path=/trunk/; revision=489

25 years agoRequire GTK 1.1.5 -mig
Arturo Espinosa [Sun, 29 Nov 1998 00:35:38 +0000 (00:35 +0000)]
Require GTK 1.1.5 -mig

svn path=/trunk/; revision=488

25 years agoAll parts of GNOME will now require LibGTop >= 0.29.0 which is the latest
Martin Baulig [Fri, 27 Nov 1998 12:58:17 +0000 (12:58 +0000)]
All parts of GNOME will now require LibGTop >= 0.29.0 which is the latest

1998-11-27  Martin Baulig  <martin@home-of-linux.org>

* gnome-libgtop-check.m4: All parts of GNOME will now require
LibGTop >= 0.29.0 which is the latest version from CVS.

svn path=/trunk/; revision=486

25 years ago. libgnome/gnome-mime.c: read gnomedatadir/mime.types as well . In
Elliot Lee [Fri, 27 Nov 1998 04:29:33 +0000 (04:29 +0000)]
. libgnome/gnome-mime.c: read gnomedatadir/mime.types as well . In

. libgnome/gnome-mime.c: read gnomedatadir/mime.types as well
. In general, move data files not associated with any specific
  directory into a 'gnome-data' directory.

svn path=/trunk/; revision=485

25 years agoFollowing names changed to bring MC in accordance with curses.m4:
Pavel Roskin [Thu, 26 Nov 1998 12:27:06 +0000 (12:27 +0000)]
Following names changed to bring MC in accordance with curses.m4:
NO_COLOR_SUPPORT -> NO_COLOR_CURSES
SUNOS_CURSES -> USE_SUNOS_CURSES
HAS_CURSES defined in acconfig.h
config.h.in removed from CVS as it is generated by autoheader

svn path=/trunk/; revision=484

25 years agoChanged the call to GNOME_GNORBA_CHECK to GNOME_GNORBA_HOOK([],$2). Before
James Henstridge [Fri, 20 Nov 1998 11:14:02 +0000 (11:14 +0000)]
Changed the call to GNOME_GNORBA_CHECK to GNOME_GNORBA_HOOK([],$2). Before

1998-11-20  James Henstridge  <james@daa.com.au>

        * gnome.m4(GNOME_INIT_HOOK): Changed the call to GNOME_GNORBA_CHECK
        to GNOME_GNORBA_HOOK([],$2).  Before if you specified that the
        macro should not exit on errors, and you didn't have ORBit, the
        script would fail anyway.

svn path=/trunk/; revision=483

25 years agoallow setting $OBJ_DIR to specify building in a subdir
Elliot Lee [Fri, 20 Nov 1998 04:24:15 +0000 (04:24 +0000)]
allow setting $OBJ_DIR to specify building in a subdir

svn path=/trunk/; revision=482

25 years agoImproved man page a bit, install by default.
Michael Johnson [Thu, 19 Nov 1998 20:56:19 +0000 (20:56 +0000)]
Improved man page a bit, install by default.
Added POPT_ARG_VAL

svn path=/trunk/; revision=480

25 years agoshut up cvs.
Kjartan Maraas [Wed, 18 Nov 1998 23:45:58 +0000 (23:45 +0000)]
shut up cvs.

1998-11-19  Kjartan Maraas  <kmaraas@fib.hl.no>

* shut up cvs.

svn path=/trunk/; revision=479

25 years agoWe need to check for <net/if_var.h> and conditionally include it before
Martin Baulig [Tue, 17 Nov 1998 22:11:43 +0000 (22:11 +0000)]
We need to check for <net/if_var.h> and conditionally include it before

1998-11-17  Martin Baulig  <martin@home-of-linux.org>

* gnome-libgtop-sysdeps.m4: We need to check for <net/if_var.h>
and conditionally include it before <net/if_isppp.h> in the code
that check for I4B to make it work on FreeBSD 3.0.

svn path=/trunk/; revision=478

25 years ago*** empty log message ***
Marius Vollmer [Tue, 17 Nov 1998 21:05:17 +0000 (21:05 +0000)]
*** empty log message ***

svn path=/trunk/; revision=477

25 years agoAdd GUILE_LIBS to LIBS when checking whether guile works. Adding them to
Marius Vollmer [Tue, 17 Nov 1998 21:04:27 +0000 (21:04 +0000)]
Add GUILE_LIBS to LIBS when checking whether guile works. Adding them to

* gnome-guile-checks.m4: Add GUILE_LIBS to LIBS when checking
whether guile works.  Adding them to LDFLAGS does not work on all
systems.  (Thanks to Rusty Chris Holleman)

svn path=/trunk/; revision=476

25 years agobug in alias handling (showed up w/ --triggers)
Erik Troan [Mon, 16 Nov 1998 21:00:43 +0000 (21:00 +0000)]
bug in alias handling (showed up w/ --triggers)

svn path=/trunk/; revision=475

25 years agofix my email address in log
Andrew T. Veliath [Fri, 13 Nov 1998 05:25:04 +0000 (05:25 +0000)]
fix my email address in log

svn path=/trunk/; revision=473

25 years agoRemove AC_DEFINE(HAVE_ORBIT). Add AM_CONDITIONAL for HAVE_ORBIT.
Andrew T. Veliath [Fri, 13 Nov 1998 04:11:17 +0000 (04:11 +0000)]
Remove AC_DEFINE(HAVE_ORBIT). Add AM_CONDITIONAL for HAVE_ORBIT.

1998-11-12  Andrew T. Veliath  <andrewv@usa.net>

* gnome-orbit-check.m4: Remove AC_DEFINE(HAVE_ORBIT). Add
AM_CONDITIONAL for HAVE_ORBIT.  gnome-gnorba-check.m4: Same with
HAVE_GNORBA.  Change GNOME_ORBIT_HOOK and GNOME_GNORBA_HOOK to use
AC_CACHE_CHECK, setting both gnome_cv_orbit_found and
gnome_cv_gnorba_found.

svn path=/trunk/; revision=472

25 years agoAdd GNOME_GNORBA_CHECK if gnome-config is found. New GNOMEGNORBA_LIBS
Andrew T. Veliath [Thu, 12 Nov 1998 23:58:59 +0000 (23:58 +0000)]
Add GNOME_GNORBA_CHECK if gnome-config is found. New GNOMEGNORBA_LIBS

1998-11-12  Andrew T. Veliath  <andrewv@usa.net>

* gnome.m4: (GNOME_INIT_HOOK): Add GNOME_GNORBA_CHECK if
gnome-config is found.  New GNOMEGNORBA_LIBS library variable
(GNOMEGNORBA_LIBS is a superset of GNOMEUI_LIBS).  Update
GNOME_LIBDIR and GNOME_INCLUDEDIR to to include the required
Gnorba info, if it is in a different location.

* Makefile.am (MACROS): Add gnome-gnorba-check.m4 to Makefile.

* gnome-gnorba-check.m4: New file.

svn path=/trunk/; revision=471

25 years agoRemove easy-vsnprintf hack -- it doesn't work for Solaris 2.5 binaries
Raja R Harinath [Thu, 12 Nov 1998 16:49:21 +0000 (16:49 +0000)]
Remove easy-vsnprintf hack -- it doesn't work for Solaris 2.5 binaries

* gnome-support.m4 (vsnprintf): Remove easy-vsnprintf hack -- it
doesn't work for Solaris 2.5 binaries running on Solaris 2.6.
From Frederic Devernay <devernay@istar.fr>.

svn path=/trunk/; revision=469

25 years agoIncluded alloca where necesary. Fixed some void pointer arithmetic. Fixed
jaycox [Mon, 9 Nov 1998 00:33:11 +0000 (00:33 +0000)]
Included alloca where necesary. Fixed some void pointer arithmetic. Fixed

Included alloca where necesary.  Fixed some void pointer
arithmetic.  Fixed some variable used as initializer errors.
replaced gint foo:1; with guint foo:1;

Everything but zvt now compiles on irix 6.5 with sgi's compiler.

svn path=/trunk/; revision=467

25 years agoInclude. Define POPT_() and _() i18n markers based on this.
Raja R Harinath [Fri, 6 Nov 1998 22:19:49 +0000 (22:19 +0000)]
Include. Define POPT_() and _() i18n markers based on this.

* popt.c (gnomesupport-fake.h): Include.
* poptint.h (ENABLE_NLS): Define POPT_() and _() i18n markers
based on this.

svn path=/trunk/; revision=466

25 years agoFix stupid type (sterror_r -> strerror_r).
Raja R Harinath [Fri, 6 Nov 1998 22:04:27 +0000 (22:04 +0000)]
Fix stupid type (sterror_r -> strerror_r).

* gnome-support.m4: Fix stupid type (sterror_r -> strerror_r).

svn path=/trunk/; revision=465

25 years agoInclude gnomesupport.h unconditionally. Build libgnomesupport.la
Raja R Harinath [Wed, 4 Nov 1998 22:34:13 +0000 (22:34 +0000)]
Include gnomesupport.h unconditionally. Build libgnomesupport.la

* gnomesupport-fake.h: Include gnomesupport.h unconditionally.
* Makefile.am: Build libgnomesupport.la unconditionally.
(popt_sources): List `popt' sources.
(libgnomesupport_la_SOURCES): Include $popt_sources.
(include_HEADERS): Install `popt.h'.
(noinst_HEADERSS): Don't install poptint.h and findme.h.
* popt.c: New file.  From the POPT package.  Replacement for
argp/getopt.
* poptparse.c: Likewise.
* popthelp.c: Likewise.
* poptconfig.c: Likewise.
* findme.c: Likewise.
* findme.h: Likewise.
* popt.h: Likewise.
* poptint.h: Likewise.

svn path=/trunk/; revision=464

25 years agoSet this unconditionally to `yes'. We'll soon be losing this variable.
Raja R Harinath [Wed, 4 Nov 1998 22:28:11 +0000 (22:28 +0000)]
Set this unconditionally to `yes'. We'll soon be losing this variable.

* gnome-support.m4 (need_gnome_support): Set this unconditionally
to `yes'.  We'll soon be losing this variable.

svn path=/trunk/; revision=463

25 years agouse the ORBit-supplied name service stubs (in lib -lORBitCosNaming)
Sebastian Wilhelmi [Tue, 3 Nov 1998 12:47:28 +0000 (12:47 +0000)]
use the ORBit-supplied name service stubs (in lib -lORBitCosNaming)
instead of compiling them again.

svn path=/trunk/; revision=462

25 years agoadded POPT_ARG_INTL_DOMAIN (Elliot Lee)
Erik Troan [Thu, 29 Oct 1998 22:52:06 +0000 (22:52 +0000)]
added POPT_ARG_INTL_DOMAIN (Elliot Lee)
updated Makefile's to be more GNUish (Elliot Lee)

svn path=/trunk/; revision=460

25 years agoAdded -Wshadow and -Woverloaded-virtual to the --enable-cxx-warnings=yes
Havoc Pennington [Wed, 28 Oct 1998 18:24:48 +0000 (18:24 +0000)]
Added -Wshadow and -Woverloaded-virtual to the --enable-cxx-warnings=yes
case. -Wshadow complains a *lot* about gtk-- and gtk--draw.

svn path=/trunk/; revision=458

25 years agoimplemented POPT_ARGINFO_INC_DATA
Erik Troan [Tue, 27 Oct 1998 05:38:38 +0000 (05:38 +0000)]
implemented POPT_ARGINFO_INC_DATA

svn path=/trunk/; revision=456

25 years agodon't typedef poptOption on c++
Erik Troan [Mon, 26 Oct 1998 21:20:31 +0000 (21:20 +0000)]
don't typedef poptOption on c++

svn path=/trunk/; revision=455

25 years agoAdded new feature to get PPP/ISDN support:
Martin Baulig [Sun, 25 Oct 1998 17:06:53 +0000 (17:06 +0000)]
Added new feature to get PPP/ISDN support:

enum {
GLIBTOP_PPP_STATE_UNKNOWN = 0,
GLIBTOP_PPP_STATE_HANGUP,
GLIBTOP_PPP_STATE_ONLINE
};

struct _glibtop_ppp
{
u_int64_t flags,
state, /* GLIBTOP_PPP_STATE */
bytes_in, /* GLIBTOP_PPP_BYTES_IN */
bytes_out; /* GLIBTOP_PPP_BYTES_OUT */
};

Currently only implemented in the FreeBSD port with ISDN via I4B. - Martin

svn path=/trunk/; revision=454

25 years agoadded i18n support
Erik Troan [Thu, 22 Oct 1998 18:32:55 +0000 (18:32 +0000)]
added i18n support

svn path=/trunk/; revision=452

25 years agoimplemented POPT_ARGFLAG_DOC_HIDDEN, POPT_CBFLAG_PRE, POPT_CBFLAG_POST
Erik Troan [Wed, 21 Oct 1998 21:44:21 +0000 (21:44 +0000)]
implemented POPT_ARGFLAG_DOC_HIDDEN, POPT_CBFLAG_PRE, POPT_CBFLAG_POST

svn path=/trunk/; revision=451

25 years agoadded poptGetInvocationName()
Erik Troan [Wed, 21 Oct 1998 20:34:06 +0000 (20:34 +0000)]
added poptGetInvocationName()

svn path=/trunk/; revision=450

25 years agoadded POPT_ARGFLAG_ONEDASH
Erik Troan [Wed, 21 Oct 1998 20:31:24 +0000 (20:31 +0000)]
added POPT_ARGFLAG_ONEDASH

svn path=/trunk/; revision=449

25 years agoAdd ORBIT_IDL detection; fix failure flag.
Andrew T. Veliath [Tue, 20 Oct 1998 16:02:54 +0000 (16:02 +0000)]
Add ORBIT_IDL detection; fix failure flag.

* gnome-orbit-check.m4 (GNOME_ORBIT_HOOK): Add ORBIT_IDL
detection; fix failure flag.

svn path=/trunk/; revision=448

25 years agoSimple-minded copy of GNOME_COMPILE_WARNINGS that sets CXXFLAGS
Havoc Pennington [Sat, 17 Oct 1998 18:07:57 +0000 (18:07 +0000)]
Simple-minded copy of GNOME_COMPILE_WARNINGS that sets CXXFLAGS
(GNOME_CXX_WARNINGS)

svn path=/trunk/; revision=447