platform/upstream/gnome-common.git
24 years agoNew macro. This is an improved version of AC_CHECK_TYPE which takes into
Martin Baulig [Fri, 4 Feb 2000 22:25:36 +0000 (22:25 +0000)]
New macro. This is an improved version of AC_CHECK_TYPE which takes into

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

* gnome-libgtop-types.m4 (AC_LIBGTOP_CHECK_TYPE): New macro. This
is an improved version of AC_CHECK_TYPE which takes into account
that we need to #include some other header files on some systems
to get some types.
(GNOME_LIBGTOP_TYPES): Check for <sys/bitypes.h> for Tru64 and
use AC_LIBGTOP_CHECK_TYPE rather than AC_CHECK_TYPE.

svn path=/trunk/; revision=1080

24 years agognome-bonobo-check.m4 Include <bonobo.h> rather than
Dave Camp [Wed, 26 Jan 2000 01:55:16 +0000 (01:55 +0000)]
gnome-bonobo-check.m4 Include <bonobo.h> rather than

2000-01-26  Dave Camp  <campd@oit.edu>

* gnome-bonobo-check.m4 Include <bonobo.h> rather than
<bonobo/gnome-object.h>

svn path=/trunk/; revision=1076

24 years agoCheck for bonobo_object_get_type() rather than gnome_object_get_type().
Dave Camp [Wed, 26 Jan 2000 01:01:04 +0000 (01:01 +0000)]
Check for bonobo_object_get_type() rather than gnome_object_get_type().

2000-01-26  Dave Camp  <campd@oit.edu>

* gnome-bonobo-check.m4: Check for bonobo_object_get_type() rather
than gnome_object_get_type().

svn path=/trunk/; revision=1075

24 years agoReverted my last commit.
Martin Baulig [Mon, 24 Jan 2000 01:20:51 +0000 (01:20 +0000)]
Reverted my last commit.

svn path=/trunk/; revision=1070

24 years agoi broke the version-checking macro for other distribs in my last commit.
Peter Teichman [Mon, 24 Jan 2000 00:38:25 +0000 (00:38 +0000)]
i broke the version-checking macro for other distribs in my last commit.

        * gnome-pilot.m4: i broke the version-checking macro for other
        distribs in my last commit. fixing that now.

svn path=/trunk/; revision=1069

24 years agoCheck for `u_int8_t' and `int8_t'.
Martin Baulig [Sun, 23 Jan 2000 17:51:33 +0000 (17:51 +0000)]
Check for `u_int8_t' and `int8_t'.

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

* gnome-libgtop-check.m4 (GNOME_LIBGTOP_TYPES): Check for
`u_int8_t' and `int8_t'.

svn path=/trunk/; revision=1068

24 years agofix the version-checking macro for debian
Peter Teichman [Sun, 23 Jan 2000 03:39:42 +0000 (03:39 +0000)]
fix the version-checking macro for debian

        * gnome-pilot.m4 (PILOT_LIBS): fix the version-checking macro for
        debian

svn path=/trunk/; revision=1067

24 years agoLook for sched_yield in -lrt, too. Suggested by Drazen Kazar
Raja R Harinath [Fri, 21 Jan 2000 00:12:15 +0000 (00:12 +0000)]
Look for sched_yield in -lrt, too. Suggested by Drazen Kazar

* gnome-objc-checks.m4: Look for sched_yield in -lrt, too.
Suggested by Drazen Kazar <dave@srce.hr>.

svn path=/trunk/; revision=1066

24 years agodo the rm-gnome-gettext.m4 hokey pokey
Elliot Lee [Mon, 17 Jan 2000 18:04:06 +0000 (18:04 +0000)]
do the rm-gnome-gettext.m4 hokey pokey

svn path=/trunk/; revision=1065

24 years agoFix typo in PILOT_LINK_HOOK.
Vadim Strizhevsky [Sun, 16 Jan 2000 18:50:32 +0000 (18:50 +0000)]
Fix typo in PILOT_LINK_HOOK.

* gnome-pilot.m4: Fix typo in PILOT_LINK_HOOK.

svn path=/trunk/; revision=1064

24 years agoPILOT_LINK_HOOK now check pilot-link version. GNOME_PILOT_CHECK defaults
Eskil Heyn Olsen [Sat, 15 Jan 2000 17:21:10 +0000 (17:21 +0000)]
PILOT_LINK_HOOK now check pilot-link version. GNOME_PILOT_CHECK defaults

* gnome-pilot.m4: PILOT_LINK_HOOK now check pilot-link version.
GNOME_PILOT_CHECK defaults to requiring 0.9.3.

svn path=/trunk/; revision=1062

24 years agoFix for proper include directory. Remove gnome-gettext.m4 if needed. Stick
Elliot Lee [Fri, 14 Jan 2000 17:29:50 +0000 (17:29 +0000)]
Fix for proper include directory. Remove gnome-gettext.m4 if needed. Stick

Fix for proper include directory.
Remove gnome-gettext.m4 if needed.
Stick gnome-gettext.m4 contents in gnome.m4

svn path=/trunk/; revision=1060

24 years agoClean up configuration, add check for gperf > 2.7, cleanup.
Frank Chiulli [Wed, 12 Jan 2000 04:07:35 +0000 (04:07 +0000)]
Clean up configuration, add check for gperf > 2.7, cleanup.

2000-01-11 Frank Chiulli  <fc-linux@home.com>

       * Makefile.am: Updated comments about gperf flags.

       * configure.in: Removed duplicate check for glib 1.1.16 or later.
 Added additional checks for gperf 2.7 or later, header files and
 functions.

       * gb-expr.c (gb-expr-print): Correctly align oper_names with enum type
 GBExprType in gb-expr.h.

       * object.gperf (gb_is_object): Correct arguments.  Should be only one.

       * macros/Makefile.am: Added gperf-check.m4 to list of macros.

       * macros/gperf-check.m4: New.  This macro checks for a minimum version
 of gperf.

svn path=/trunk/; revision=1058

24 years agoMacro to check version of gperf
Frank Chiulli [Wed, 12 Jan 2000 04:00:51 +0000 (04:00 +0000)]
Macro to check version of gperf

svn path=/trunk/; revision=1057

24 years agoApplied patch from R. Bernstein <rocky@panix.com> - print a better error
Martin Baulig [Sun, 9 Jan 2000 09:59:30 +0000 (09:59 +0000)]
Applied patch from R. Bernstein <rocky@panix.com> - print a better error

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

* gnome-libgtop-check.m4: Applied patch from R. Bernstein
<rocky@panix.com> - print a better error message when
LibGTop's major version number mismatches.

svn path=/trunk/; revision=1054

24 years agoNo mo gtk-xmhtml or libgnorba.
Elliot Lee [Tue, 4 Jan 2000 16:05:06 +0000 (16:05 +0000)]
No mo gtk-xmhtml or libgnorba.

No mo gtk-xmhtml or libgnorba.

svn path=/trunk/; revision=1053

24 years agoApplied patch from Colin Walters to make it compile under Debian
Martin Baulig [Sat, 25 Dec 1999 14:31:23 +0000 (14:31 +0000)]
Applied patch from Colin Walters to make it compile under Debian

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

* gnome-pilot.m4: Applied patch from Colin Walters to make
it compile under Debian GNU/Linux.

svn path=/trunk/; revision=1045

24 years agoPKGW signs off on Balsa 0.6.0.
Peter Williams [Tue, 21 Dec 1999 05:59:54 +0000 (05:59 +0000)]
PKGW signs off on Balsa 0.6.0.

svn path=/trunk/; revision=1041

24 years agoBalsa now does not install standard gnome M4 macros.
Peter Williams [Thu, 16 Dec 1999 23:48:56 +0000 (23:48 +0000)]
Balsa now does not install standard gnome M4 macros.

svn path=/trunk/; revision=1037

24 years agoMaking sure everything's in
Jeremy Wise [Sun, 12 Dec 1999 21:49:08 +0000 (21:49 +0000)]
Making sure everything's in

svn path=/trunk/; revision=1035

24 years agoRemoved all guile variables.
Martin Baulig [Sun, 5 Dec 1999 22:13:49 +0000 (22:13 +0000)]
Removed all guile variables.

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

* gnome-libgtop-checks.m4: Removed all guile variables.

svn path=/trunk/; revision=1023

24 years agoFix size_request/size_allocate - was HORRIBLY broken before.
Elliot Lee [Sun, 5 Dec 1999 05:19:40 +0000 (05:19 +0000)]
Fix size_request/size_allocate - was HORRIBLY broken before.

Fix size_request/size_allocate - was HORRIBLY broken before.

svn path=/trunk/; revision=1022

24 years agoFix empty for loop, the Zucchi way.
Elliot Lee [Fri, 3 Dec 1999 15:11:06 +0000 (15:11 +0000)]
Fix empty for loop, the Zucchi way.

Fix empty for loop, the Zucchi way.

svn path=/trunk/; revision=1021

24 years agoremoving this libhnj.m4 file... was some kind of mistake
Mathieu Lacage [Wed, 24 Nov 1999 07:29:00 +0000 (07:29 +0000)]
removing this libhnj.m4 file... was some kind of mistake

svn path=/trunk/; revision=1020

24 years agoAdded libhnj.m4 to allow Go to compile. Hope this is not baaad. please, let me know...
Mathieu Lacage [Tue, 23 Nov 1999 22:35:23 +0000 (22:35 +0000)]
Added libhnj.m4 to allow Go to compile. Hope this is not baaad. please, let me know if I was wrong. lacage@email.enst.fr

svn path=/trunk/; revision=1019

24 years agoBetter scoping of GNOME_XML_LIB fix.
Jeff Garzik [Thu, 18 Nov 1999 17:31:15 +0000 (17:31 +0000)]
Better scoping of GNOME_XML_LIB fix.

1999-11-18  Jeff Garzik  <jgarzik@mandrakesoft.com>

        * gnome-xml-check.m4: Better scoping of GNOME_XML_LIB fix.

svn path=/trunk/; revision=1002

24 years agoalways AC_SUBST GNOME_XML_LIB, so that output variable will always be
Jeff Garzik [Thu, 18 Nov 1999 13:16:31 +0000 (13:16 +0000)]
always AC_SUBST GNOME_XML_LIB, so that output variable will always be

1999-11-16  Jeff Garzik  <jgarzik@mandrakesoft.com>

        * gnome-xml-check.m4: always AC_SUBST GNOME_XML_LIB, so that
        output variable will always be present.

svn path=/trunk/; revision=1001

24 years agoFix makeenums.pl so it really truly reads the files, and its results.
Elliot Lee [Thu, 18 Nov 1999 00:34:20 +0000 (00:34 +0000)]
Fix makeenums.pl so it really truly reads the files, and its results.

Fix makeenums.pl so it really truly reads the files, and its results.

Apply patch from Iain for gnome_program_init.

Fix gnome-helpsys.h to be parseable by makeenums.pl

svn path=/trunk/; revision=1000

24 years agoRevert previous check-in, wasnt supposed to be committed yet
Jeff Garzik [Wed, 17 Nov 1999 21:56:52 +0000 (21:56 +0000)]
Revert previous check-in, wasnt supposed to be committed yet

svn path=/trunk/; revision=999

24 years agono news is good news
Jeff Garzik [Wed, 17 Nov 1999 21:54:14 +0000 (21:54 +0000)]
no news is good news

svn path=/trunk/; revision=998

24 years agoDo the grand OAF hokey-pokey properly.
Elliot Lee [Wed, 17 Nov 1999 01:48:08 +0000 (01:48 +0000)]
Do the grand OAF hokey-pokey properly.

Do the grand OAF hokey-pokey properly.

svn path=/trunk/; revision=997

24 years agoAttempt to fix the .m4 files PROPERLY (ahem ahem, a certain doofus didn't
Elliot Lee [Wed, 17 Nov 1999 00:47:21 +0000 (00:47 +0000)]
Attempt to fix the .m4 files PROPERLY (ahem ahem, a certain doofus didn't

Attempt to fix the .m4 files PROPERLY (ahem ahem, a certain doofus didn't do a good job
the first time around. :) Now, just one gnome.m4 file is installed.

Also get rid of gnorba and replace with OAF in appropriate places.

svn path=/trunk/; revision=996

24 years agouses test -r instead of test -e, was reported as a portability bug wrt
Eskil Heyn Olsen [Tue, 9 Nov 1999 17:47:42 +0000 (17:47 +0000)]
uses test -r instead of test -e, was reported as a portability bug wrt

* gnome-pilot.m4: uses test -r instead of test -e, was reported as
a portability bug wrt solaris.

svn path=/trunk/; revision=992

24 years agoadded PILOT_LINK_CHECK, used by GNOME_PILOT_CHECK. Adds
Eskil Heyn Olsen [Sun, 31 Oct 1999 18:48:15 +0000 (18:48 +0000)]
added PILOT_LINK_CHECK, used by GNOME_PILOT_CHECK. Adds

* gnome-pilot.m4: added PILOT_LINK_CHECK, used by
GNOME_PILOT_CHECK. Adds --with-pisock=$dir_for_pilot_link.

svn path=/trunk/; revision=985

24 years agobuilds now. Integrate new popt. Don't install this library. Link
Elliot Lee [Fri, 29 Oct 1999 19:16:05 +0000 (19:16 +0000)]
builds now. Integrate new popt. Don't install this library. Link

* liboafgnome/: builds now.
* support/: Integrate new popt. Don't install this library.
* libgnome/Makefile.am: Link ../support/libgnomesupport.la in as part of libgnome.la
* */Makefile.am: Reflect this
* configure.in: Use AM_PATH_ORBIT macro

svn path=/trunk/; revision=984

24 years agothis should be a better fix
Jacob Berkman [Sun, 24 Oct 1999 21:47:30 +0000 (21:47 +0000)]
this should be a better fix

1999-10-24  Jacob Berkman  <jberkman@andrew.cmu.edu>

* gnome-ghttp-check.m4: this should be a better fix

svn path=/trunk/; revision=980

24 years agouse a temp value until we know that ghttp exists. This will hopefully fix
Jacob Berkman [Fri, 22 Oct 1999 03:46:37 +0000 (03:46 +0000)]
use a temp value until we know that ghttp exists. This will hopefully fix

1999-10-21  Jacob Berkman  <jberkman@andrew.cmu.edu>

* gnome-ghttp-check.m4: use a temp value until we know that
ghttp exists.  This will hopefully fix building on Solaris
machines

svn path=/trunk/; revision=974

24 years agoditto (mark_current_day): ditto (month_view_set): ditto
Miguel de Icaza [Mon, 27 Sep 1999 20:57:07 +0000 (20:57 +0000)]
ditto (mark_current_day): ditto (month_view_set): ditto

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

* month-view.c (add_event): ditto
(mark_current_day): ditto
(month_view_set): ditto

* goto.c (goto_dialog): ditto.

* gnome-month-item.c (gnome_month_item_init): ditto.

* gncal-day-panel.c (gncal_day_panel_new): ditto.

* getdate.c (RelativeDate): ditto.

* eventedit.c (set_all_day): ditto.
(ee_rp_init_rule): ditto.

* calendar.c (vcalendar_create_from_calendar): ditto.

* calendar-conduit.c (update_record): ditto.

* calobj.c (ical_object_generate_events): Get rid of pointers to
values returned from localtime, as it uses a static buffer.

svn path=/trunk/; revision=928

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