platform/upstream/gnome-common.git
24 years agoRemove -Wpointer-arith to make recent egcs & glibc to stop generating
Jody Goldberg [Mon, 27 Sep 1999 03:12:05 +0000 (03:12 +0000)]
Remove -Wpointer-arith to make recent egcs & glibc to stop generating
warnings.

svn path=/trunk/; revision=926

24 years agoMerge from popt CVS.
Elliot Lee [Fri, 10 Sep 1999 01:27:09 +0000 (01:27 +0000)]
Merge from popt CVS.

Merge from popt CVS.

svn path=/trunk/; revision=913

24 years agocorrected my email added db_handle, the "file descriptor" for an opened
Eskil Heyn Olsen [Wed, 8 Sep 1999 10:49:12 +0000 (10:49 +0000)]
corrected my email added db_handle, the "file descriptor" for an opened

       * conduits/*/*control-applet.c: corrected my email
        * gpilotd/gnome-pilot-dbinfo.h: added db_handle, the "file
        descriptor" for an opened db.
        * gpilotd/gnome-pilot-conduit-standard-abs.c: uses dbi->db_handle
        instead of ->index.

svn path=/trunk/; revision=898

24 years agoIf you're going to AC_PATH_PROG then use the prog you find :-)
Havoc Pennington [Wed, 1 Sep 1999 21:28:41 +0000 (21:28 +0000)]
If you're going to AC_PATH_PROG then use the prog you find :-)

1999-09-01  Havoc Pennington  <hp@pobox.com>

* gnome-xml-check.m4: If you're going to AC_PATH_PROG then use the
prog you find :-)

svn path=/trunk/; revision=887

24 years agoHave 'make dist' work with builddir != srcdir.
Elliot Lee [Thu, 19 Aug 1999 20:17:51 +0000 (20:17 +0000)]
Have 'make dist' work with builddir != srcdir.

Have 'make dist' work with builddir != srcdir.

svn path=/trunk/; revision=883

24 years agorevert previous commit
Elliot Lee [Thu, 19 Aug 1999 00:50:32 +0000 (00:50 +0000)]
revert previous commit

svn path=/trunk/; revision=873

24 years agoBUGFIX #1092 - we now require at least gtk+ 1.2.3 (seeing as 1.2.1 is
Elliot Lee [Thu, 19 Aug 1999 00:39:57 +0000 (00:39 +0000)]
BUGFIX #1092 - we now require at least gtk+ 1.2.3 (seeing as 1.2.1 is

BUGFIX #1092 - we now require at least gtk+ 1.2.3 (seeing as 1.2.1 is definitely
required, and other people think 1.2.3 is required).

svn path=/trunk/; revision=872

24 years agoWoohoo! everything seems to be compiling and working properly.. and the binary is...
gedit [Sun, 8 Aug 1999 15:51:40 +0000 (15:51 +0000)]
Woohoo! everything seems to be compiling and working properly.. and the binary is smaller too.. lets go for a merge and start getting some work done again...

svn path=/trunk/; revision=870

24 years agomerging gnome-conduit-check.m4 removal from the newconduit branch
Peter Teichman [Mon, 2 Aug 1999 04:57:30 +0000 (04:57 +0000)]
merging gnome-conduit-check.m4 removal from the newconduit branch

svn path=/trunk/; revision=867

24 years agoput gnome-conduit-check.m4 into HEAD.
Peter Teichman [Sat, 31 Jul 1999 19:34:29 +0000 (19:34 +0000)]
put gnome-conduit-check.m4 into HEAD.

svn path=/trunk/; revision=865

24 years agoExit with error code if configure fails.
Elliot Lee [Thu, 29 Jul 1999 19:21:21 +0000 (19:21 +0000)]
Exit with error code if configure fails.

Exit with error code if configure fails.

svn path=/trunk/; revision=863

24 years agoFix popt i18n: AC_CHECK_FUNCS(dgettext) Make libgnomeui popt table set the
Elliot Lee [Mon, 26 Jul 1999 21:45:04 +0000 (21:45 +0000)]
Fix popt i18n: AC_CHECK_FUNCS(dgettext) Make libgnomeui popt table set the

Fix popt i18n:
AC_CHECK_FUNCS(dgettext)
Make libgnomeui popt table set the intl domain.

svn path=/trunk/; revision=859

25 years agoAdd a comment to show how to get gtk 1.2 and glib 1.2 from cvs
lukka [Thu, 8 Jul 1999 12:53:53 +0000 (12:53 +0000)]
Add a comment to show how to get gtk 1.2 and glib 1.2 from cvs

svn path=/trunk/; revision=849

25 years agofix'em bugs.
Elliot Lee [Tue, 6 Jul 1999 21:42:02 +0000 (21:42 +0000)]
fix'em bugs.

fix'em bugs.

svn path=/trunk/; revision=844

25 years agolibgnorba: Remove GnomeObject stuff.
Elliot Lee [Tue, 6 Jul 1999 20:29:42 +0000 (20:29 +0000)]
libgnorba: Remove GnomeObject stuff.

libgnorba: Remove GnomeObject stuff.

support: Merge newer popt in from canonical source.

svn path=/trunk/; revision=842

25 years agoForbid compiling gnome with gtk 1.3 as it doesn't work
lukka [Tue, 6 Jul 1999 18:46:29 +0000 (18:46 +0000)]
Forbid compiling gnome with gtk 1.3 as it doesn't work

svn path=/trunk/; revision=841

25 years agoMake "extra library" message slightly easier to read.
Raja R Harinath [Tue, 6 Jul 1999 00:07:58 +0000 (00:07 +0000)]
Make "extra library" message slightly easier to read.

* gnome.m4: Make "extra library" message slightly easier to read.

svn path=/trunk/; revision=840

25 years agogive -Wunused to gcc instead of -Wno-unused.
Tim Janik [Fri, 25 Jun 1999 23:54:26 +0000 (23:54 +0000)]
give -Wunused to gcc instead of -Wno-unused.

Sat Jun 26 01:47:53 1999  Tim Janik  <timj@gtk.org>

        * compiler-flags.m4: give -Wunused to gcc instead of -Wno-unused.

svn path=/trunk/; revision=832

25 years agoAdd WITH_SMBFS
Miguel de Icaza [Tue, 22 Jun 1999 21:02:30 +0000 (21:02 +0000)]
Add WITH_SMBFS

1999-06-22  Miguel de Icaza  <miguel@nuclecu.unam.mx>

* acconfig.h: Add WITH_SMBFS

* macros/gnome-vfs.m4: Support conditional samba support.

1999-06-22  Miguel de Icaza  <miguel@nuclecu.unam.mx>

* gsession.c (create_default_panel): Use directory specified in
command line.

* gcorba.c (corba_create_window): Pass the directory we receive or
cwd if this value is NULL.

* gmain.c (non_corba_create_panels): Use parameter for startup
directory (use the this_dir external directory for this).
(create_panels): Pass this_dsir to non_corba_create_panels and
corba_create_window.

svn path=/trunk/; revision=826

25 years agoGive an error when an attempt is made to move an empty directory into
Robert Brady [Tue, 22 Jun 1999 19:56:47 +0000 (19:56 +0000)]
Give an error when an attempt is made to move an empty directory into

1999-06-01  Robert Brady  <rwb197@ecs.soton.ac.uk>

* file.c (move_dir_dir): Give an error when an attempt is made to
move an empty directory into itself.

1999-06-14  Wayne Roberts <wroberts1@cx983858-b.orng1.occa.home.com>

* vfs/smbfs.c: New file.  Implements the Samba-based file system.

* vfs/vfs.h: Declare vfs_smbfs_ops, vfs_file_is_smb.

* vfs/vfs.c (vfs_file_is_smb): implemented.
(vfs_init) register smbfs.

* vfs/samba: Incorporate SAMBA source code required for smbfs

1999-05-27  Miguel de Icaza  <miguel@nuclecu.unam.mx>

* Make.common.in (confdir): Define confdir as sysconfdir.  This
should fix the problem we had with FSSTND distributions.

svn path=/trunk/; revision=825

25 years agoMake -lqthreads be detected by qt_null, not main - now works on Debian
lukka [Fri, 11 Jun 1999 07:42:06 +0000 (07:42 +0000)]
Make -lqthreads be detected by qt_null, not main - now works on Debian

svn path=/trunk/; revision=821

25 years agoPut c++ guards after #includes.
Raja R Harinath [Thu, 27 May 1999 21:04:32 +0000 (21:04 +0000)]
Put c++ guards after #includes.

* gnomesupport.awk: Put c++ guards after #includes.

* gnomesupport-fake.h: Remove dependence on `gnome-argp.h'.  Move
relevant declarations here.

svn path=/trunk/; revision=810

25 years agoUse `set_errno' instead of `__set_errno' and define `set_errno' here.
Martin Baulig [Wed, 12 May 1999 20:20:24 +0000 (20:20 +0000)]
Use `set_errno' instead of `__set_errno' and define `set_errno' here.

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

* canonicalize.c: Use `set_errno' instead of `__set_errno' and
define `set_errno' here.

svn path=/trunk/; revision=808

25 years agoAdd `gnome-bonobo-check.m4'.
Raja R Harinath [Tue, 11 May 1999 21:59:47 +0000 (21:59 +0000)]
Add `gnome-bonobo-check.m4'.

* Makefile.am (MACROS): Add `gnome-bonobo-check.m4'.

svn path=/trunk/; revision=797

25 years agomade test program return 0, changed BONOBO_CHECK to not return "failure"
Jacob Berkman [Sun, 9 May 1999 07:25:12 +0000 (07:25 +0000)]
made test program return 0, changed BONOBO_CHECK to not return "failure"

1999-05-09  Jacob Berkman  <jberk+@cmu.edu>

        * gnome-bonobo-check.m4: made test program return 0,
        changed BONOBO_CHECK to not return "failure" on success

svn path=/trunk/; revision=793

25 years agoFix invocation of AM_PATH_GNOME_PRINT. Sort lines.
Raja R Harinath [Sat, 17 Apr 1999 01:22:18 +0000 (01:22 +0000)]
Fix invocation of AM_PATH_GNOME_PRINT. Sort lines.

* gnome-print-check.m4 (GNOME_PRINT_CHECK): Fix invocation of
AM_PATH_GNOME_PRINT.
* Makefile.am (MACROS): Sort lines.

svn path=/trunk/; revision=760

25 years agoBononbized Gnumeric compiles.
Arturo Espinosa [Tue, 13 Apr 1999 03:30:39 +0000 (03:30 +0000)]
Bononbized Gnumeric compiles.

Bononbized Gnumeric compiles.

Miguel.

svn path=/trunk/; revision=756

25 years agoUpdated bonobo checks
Arturo Espinosa [Tue, 13 Apr 1999 02:50:16 +0000 (02:50 +0000)]
Updated bonobo checks

svn path=/trunk/; revision=755

25 years agoAdded Bonobo test
Arturo Espinosa [Tue, 13 Apr 1999 01:41:06 +0000 (01:41 +0000)]
Added Bonobo test

svn path=/trunk/; revision=754

25 years agoRequire GTK 1.2 -MIguel
Arturo Espinosa [Tue, 6 Apr 1999 23:23:14 +0000 (23:23 +0000)]
Require GTK 1.2 -MIguel

svn path=/trunk/; revision=738

25 years agoDeleted duplicate VFS checks. GNOME_VFS_CHECKS now contains all VFS
Norbert Warmuth [Mon, 29 Mar 1999 05:06:57 +0000 (05:06 +0000)]
Deleted duplicate VFS checks. GNOME_VFS_CHECKS now contains all VFS

Sun Mar 28 23:39:48 1999  Norbert Warmuth  <nwarmuth@privat.circular.de>

* configure.in: Deleted duplicate VFS checks. GNOME_VFS_CHECKS
now contains all VFS checks.

* src/util.c (is_printable): Character 155 is non printable even when
full eight bit output is enabled (on the linux console 155 is
interpreted as "ESC [").

* vfs/vfs.h (vfs_translate_url): Fixed the macro which is used when
compiling without vfs.

* macros/gnome-vfs.m4: Add --with-vfs option. GNOME_VFS_LIBS still needs
to be fixed but that's not a problem because there's no libvfs, yet.

svn path=/trunk/; revision=730

25 years agoCambia algunos nomrees del los inputfiles,
Alan Aspuru Guzik [Sun, 28 Mar 1999 19:26:39 +0000 (19:26 +0000)]
Cambia algunos nomrees del los inputfiles,

svn path=/trunk/; revision=729

25 years ago<sys/types.h> before <fcntl.h>
Asbjørn Pettersen [Sun, 28 Mar 1999 14:34:31 +0000 (14:34 +0000)]
<sys/types.h> before <fcntl.h>

svn path=/trunk/; revision=727

25 years agoRename from supportincludedir so that `gnomesupport.h' can be installed
Raja R Harinath [Sat, 27 Mar 1999 22:31:28 +0000 (22:31 +0000)]
Rename from supportincludedir so that `gnomesupport.h' can be installed

* Makefile.am (supportexecincludedir): Rename from
supportincludedir so that `gnomesupport.h' can be installed with
`make install-exec'.
(supportinclude_HEADERS): Remove.  Don't install popt-gnome.h
twice.
(error.o): Change `error.c: gnomesupport.h' dependency to
`error.o: gnomesupport.h' to reflect actual dependency.

svn path=/trunk/; revision=726

25 years agoRevert unlogged change.
Raja R Harinath [Wed, 17 Mar 1999 20:27:24 +0000 (20:27 +0000)]
Revert unlogged change.

svn path=/trunk/; revision=715

25 years agose arreglaron las graficas de la funcion de onda, por lo menos el HO jala bien con...
Alan Aspuru Guzik [Wed, 17 Mar 1999 01:45:27 +0000 (01:45 +0000)]
se arreglaron las graficas de la funcion de onda, por lo menos el HO jala bien con variacional
adios
el rulo

svn path=/trunk/; revision=712

25 years agoApplied this change:
Tomislav Vujec [Wed, 10 Mar 1999 23:16:04 +0000 (23:16 +0000)]
Applied this change:

1999-03-10  Tomislav Vujec  <tvujec@carnet.hr>

* aclocal-include.m4 (AM_ACLOCAL_INCLUDE): Add ACLOCAL_FLAGS in
ACLOCAL. This allows maintainer rules to work if any of the macros
change.

svn path=/trunk/; revision=700

25 years agoApplied Bug fix:
Raja R Harinath [Wed, 10 Mar 1999 22:46:20 +0000 (22:46 +0000)]
Applied Bug fix:

1999-03-10  Tomislav Vujec  <tvujec@carnet.hr

* gnome.m4 (GNOME_INIT_HOOK): Wrapped position parameter in testing
for additional inits. It gets expanded while generating configure,
resulting in an empty parameter list - syntax error in for statement.

svn path=/trunk/; revision=699

25 years agoAdd a new paramater, which is passed to GNOME_INIT_HOOK.
Raja R Harinath [Wed, 10 Mar 1999 01:10:12 +0000 (01:10 +0000)]
Add a new paramater, which is passed to GNOME_INIT_HOOK.

* gnome.m4 (GNOME_INIT): Add a new paramater, which is passed to
GNOME_INIT_HOOK.
(GNOME_INIT_HOOK): New parameter "additional inits".  This is a
list like "applets capplet", and the corresponding
GNOME_APPLETS_LIBS and GNOME_CAPPLETS_LIBS are defined.

Note: This change requires all standalone panel applets to use

GNOME_INIT(applets)

instead of just GNOME_INIT in their configure.ins.  I don't think
there are any standalon panel applets in Gnome CVS.  This is partly to
fix a bug with a message `unknown library: applets' that appears when
gnome-core is installed the first time.

svn path=/trunk/; revision=698

25 years agoOk, this was bugging me.... ....for a while my objc compiler was borked. I
Mark Crichton [Mon, 1 Mar 1999 05:21:53 +0000 (05:21 +0000)]
Ok, this was bugging me.... ....for a while my objc compiler was borked. I

Ok, this was bugging me....
....for a while my objc compiler was borked.  I had it, but it didn't work.
gnome-network would abuse and abuse me since it only checked for the objc
compiler and not gnome-objc.

Noticed we didn't have a HAVE_GNOME_OBJC conditional, so I added it.  It works
(so far...)

Mark Crichton

svn path=/trunk/; revision=673

25 years agoRemove a CVS conflict marker.
Martin Baulig [Sun, 28 Feb 1999 11:26:02 +0000 (11:26 +0000)]
Remove a CVS conflict marker.

svn path=/trunk/; revision=666

25 years agoRequire at least gtk+ 1.2 (pointless getting bug reports with an old
Gregory McLean [Sat, 27 Feb 1999 19:56:42 +0000 (19:56 +0000)]
Require at least gtk+ 1.2 (pointless getting bug reports with an old

1998-02-27  Gregory McLean <gregm@comstar.net>

        * gnome-x-checks.m4 : Require at least gtk+ 1.2 (pointless getting
        bug reports with an old glib/gtk/gdk set..)

svn path=/trunk/; revision=665

25 years agoRequire LibGTop >= 1.0.0.
Martin Baulig [Thu, 25 Feb 1999 07:01:52 +0000 (07:01 +0000)]
Require LibGTop >= 1.0.0.

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

* gnome-libgtop-checks.m4: Require LibGTop >= 1.0.0.

svn path=/trunk/; revision=661

25 years agoFixes for release.
Elliot Lee [Thu, 25 Feb 1999 00:26:34 +0000 (00:26 +0000)]
Fixes for release.

Fixes for release.

svn path=/trunk/; revision=654

25 years agolook in the right prefix
Elliot Lee [Thu, 25 Feb 1999 00:18:21 +0000 (00:18 +0000)]
look in the right prefix

svn path=/trunk/; revision=652

25 years agoRequire LibGTop >= 0.100.0.
Martin Baulig [Wed, 24 Feb 1999 14:54:16 +0000 (14:54 +0000)]
Require LibGTop >= 0.100.0.

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

* gnome-libgtop-checks.m4: Require LibGTop >= 0.100.0.

svn path=/trunk/; revision=650

25 years agoOnly add the compilation warnings if the compiler is GCC.
Miguel de Icaza [Mon, 22 Feb 1999 21:27:11 +0000 (21:27 +0000)]
Only add the compilation warnings if the compiler is GCC.

1999-02-22  Miguel de Icaza  <miguel@nuclecu.unam.mx>

* compiler-flags.m4: Only add the compilation warnings if the
compiler is GCC.

svn path=/trunk/; revision=645

25 years agoZVT_LIBS
Timur Bakeyev [Sat, 20 Feb 1999 02:15:32 +0000 (02:15 +0000)]
ZVT_LIBS
1999-02-20  Timur Bakeyev <mc@bat.ru>

* gnome.m4: Added and exported ZVT_LIBS.

svn path=/trunk/; revision=642

25 years agoInclude <gnome-argp.h> instead of the removed <argp-namefrob.h>.
Martin Baulig [Fri, 19 Feb 1999 10:15:15 +0000 (10:15 +0000)]
Include <gnome-argp.h> instead of the removed <argp-namefrob.h>.

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

* canonicalize.c: Include <gnome-argp.h> instead of the removed
<argp-namefrob.h>.

svn path=/trunk/; revision=641

25 years agox Wonderful, now we have autoconf magic, --enable-pvm=[yes,no]
Alan Aspuru Guzik [Fri, 19 Feb 1999 02:50:28 +0000 (02:50 +0000)]
x Wonderful, now we have autoconf magic, --enable-pvm=[yes,no]
Alan Aspuru-Guzik

svn path=/trunk/; revision=640

25 years agosvn path=/trunk/; revision=638
Owen Taylor [Thu, 18 Feb 1999 00:02:24 +0000 (00:02 +0000)]
svn path=/trunk/; revision=638

Tue Feb 16 19:35:42 1999  Owen Taylor  <otaylor@redhat.com>

svn path=/trunk/; revision=638

25 years agoRemoved the suspicious `#ifdef HAVE_DGETTEXT...' switch. Now `progname
Changwoo Ryu [Wed, 17 Feb 1999 03:59:39 +0000 (03:59 +0000)]
Removed the suspicious `#ifdef HAVE_DGETTEXT...' switch. Now `progname

1999-02-17  Changwoo Ryu  <cwryu@adam.kaist.ac.kr>

* poptint.h: Removed the suspicious `#ifdef HAVE_DGETTEXT...'
switch.  Now `progname --help' messages should be translated.

svn path=/trunk/; revision=637

25 years agoBSDI's shell fix..
Timur Bakeyev [Mon, 15 Feb 1999 17:58:31 +0000 (17:58 +0000)]
BSDI's shell fix..
1999-02-15  Timur Bakeyev <mc@bat.ru>

* gnome-gettext.m4: Work around a bug in BSDI's native sh, which in-
correctly expands ${LINGUAS=$ALL_LINGUAS}. Switched to if/fi variant.

svn path=/trunk/; revision=633

25 years agoReworked the paragraph formatting dialog.
Chris Lahey [Mon, 15 Feb 1999 09:13:17 +0000 (09:13 +0000)]
Reworked the paragraph formatting dialog.
Bumped the version number.
Reworked macros/gnome-print-check.m4.
Added a plugin to plugins/.cvsignore.

svn path=/trunk/; revision=631

25 years agoApplied a patch from Kenneth Stailey; use $CFLAGS when invoking $OBJC so
Martin Baulig [Wed, 10 Feb 1999 14:37:29 +0000 (14:37 +0000)]
Applied a patch from Kenneth Stailey; use $CFLAGS when invoking $OBJC so

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

* gnome-objc-checks.m4: Applied a patch from Kenneth Stailey;
use $CFLAGS when invoking $OBJC so the user can add additional
include paths.

svn path=/trunk/; revision=626

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