| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
| |
2001-06-20 Havoc Pennington <hp@redhat.com>
* gnome.m4: fix to include the CFLAGS for extra libraries
svn path=/trunk/; revision=10355
|
|
|
|
| |
svn path=/trunk/; revision=10216
|
|
|
|
|
|
|
|
|
|
|
| |
* gnome-fileutils.m4: Always explicitly declare main() with the
return type `int'. Don't use exit() since it may be undeclared.
Use `return' instead.
* gnome-pilot.m4: Likewise.
* gperf-check.m4: Likewise.
* linger.m4: Likewise.
svn path=/trunk/; revision=10209
|
|
|
|
| |
svn path=/trunk/; revision=10205
|
|
|
|
| |
svn path=/trunk/; revision=10202
|
|
|
|
|
|
|
| |
detect the presence of uuid/uuid.h and also detect the right version of xerces.
Removed as many references to XERCESCROOT as possible (all of them, I believe).
svn path=/trunk/; revision=10144
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2001-06-01 Peter Williams <peterw@ximian.com>
* autogen.sh: s,Gnome,$PKG_NAME,g
macros2/ChangeLog:
2001-06-01 Peter Williams <peterw@ximian.com>
* autogen.sh: s,Gnome,$PKG_NAME,g
svn path=/trunk/; revision=10097
|
|
|
|
|
|
|
|
| |
2001-05-24 Arturo Espinosa Aldama <arturo@ximian.com>
* 0.5 RELEASE
svn path=/trunk/; revision=9973
|
|
|
|
|
|
|
|
|
| |
2001-05-24 jacob berkman <jacob@ximian.com>
* gnome-pthread-check.m4 (GNOME_PTHREAD_CHECK): add hp-ux specific
check from glib
svn path=/trunk/; revision=9964
|
|
|
|
|
|
|
|
|
|
|
| |
make[2]: *** No rule to make target `all-no-@BUILD_INCLUDED_LIBINTL@', needed by `all-no'.
2001-05-19 Jody Goldberg <jgoldberg@home.com>
* gnome-gettext.m4 : Add BUILD_INCLUDED_LIBINTL so that newer versions
work.
svn path=/trunk/; revision=9895
|
|
|
|
|
|
|
|
|
| |
2001-04-16 Jaka Mocnik <jaka@gnu.org>
* gnome-print-check.m4: change $(cmd) to `cmd` in order to make it
usable in non-bash bourne shells.
svn path=/trunk/; revision=9341
|
|
|
|
|
|
|
|
|
| |
2001-03-01 JP Rosevear <jpr@ximian.com>
* gnome-pilot.m4: quote a test and make sure incdir is always set
so 'cat' works
svn path=/trunk/; revision=8469
|
|
|
|
| |
svn path=/trunk/; revision=8324
|
|
|
|
|
|
|
|
|
| |
2001-02-19 JP Rosevear <jpr@ximian.com>
* gnome-pilot.m4: Revert my previous patch now that gnome-pim and
evolution are fixed to accomodate the change
svn path=/trunk/; revision=8289
|
|
|
|
|
|
|
|
| |
2001-02-19 JP Rosevear <jpr@ximian.com>
* gnome-pilot.m4: AC_SUBST the PISOCK_LIBDIR var
svn path=/trunk/; revision=8284
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Makefile.am:
Don't display the sed command to generate gpilotConf.sh
* capplet/Makefile.am:
* conduits/backup/Makefile.am:
* conduits/email/Makefile.am:
* conduits/expense/Makefile.am:
* conduits/file/Makefile.am:
* conduits/memo/Makefile.am:
* conduits/memo_file/Makefile.am:
* conduits/test/Makefile.am:
* gpilot-fileman/Makefile.am:
* gpilotd/Makefile.am:
* libgpilotdCM/Makefile.am:
* utils/Makefile.am:
Did a cleanup of the makefiles wrt LIBADD stuff (PISOCK_LIBS now
contains the PISOCK_LIBDIR as well).
* configure.in:
Use $GNOME_CONFIG
Shortened --enable-usb-visor to --enable-usb.
Nicifyed the config configuration output
* gpilotd/gnome-pilot-client.gob:
Added a missing #ifdef around some VFS code
* gpilotd/gpilot-structures.h:
* gpilotd/gpilot-structures.c: (gpilot_context_new),
(gpilot_context_init_user), (gpilot_context_free),
(gpilot_device_new), (gpilot_serial_device_init),
(gpilot_serial_device_free), (gpilot_usb_device_init),
(gpilot_usb_device_free), (gpilot_irda_device_init),
(gpilot_irda_device_free), (gpilot_device_init),
(gpilot_device_load), (gpilot_device_free), (get_devices),
(get_pilots):
Code indent.
Cleaned up the device destroy/init stuff.
* gpilotd/gpilotd.c: (device_in), (wait_for_sync_and_sync),
(dump_build_info):
USB device destroy now closes the IO channels.
Output build options on start (usb, irda, vfs etc).
* gpilotd/orbit_daemon_glue.c: (pause_device):
Added check in pause_device to see if it has io channels.
* macros/gnome-pilot.m4:
Collapsed PISOCK_LIBS and PISOCK_LIBDIRS, removed PILOT_* and
renames PISOCK_INCLUDEDIR to PISOCK_CFLAGS (to be more conformant
to the normal trend).
Sprinkled in some magic to give the full pilot-link version - just
hope it wont break when the -preX part goes away.
svn path=/trunk/; revision=8273
|
|
|
|
| |
svn path=/trunk/; revision=8263
|
|
|
|
|
|
|
|
|
| |
2001-02-07 Kenneth Christiansen <kenneth@gnu.org>
* autogen.sh: Added test for xml-i18n-tools if
AM_PROG_XML_I18N_TOOLS is found.
svn path=/trunk/; revision=8066
|
|
|
|
|
|
|
|
|
|
|
|
| |
* macros/curses.m4: Quote first argument to AC_DEFUN.
* macros/gnome-cxx-check.m4: Likewise.
* macros/gnome-gettext.m4: Likewise.
* macros/gnome-libgtop-check.m4: Likewise.
* macros/gnome-print-check.m4: Likewise.
* macros/linger.m4: Likewise.
* macros/need-declaration.m4: Likewise.
svn path=/trunk/; revision=8059
|
|
|
|
|
|
|
|
|
|
| |
2001-02-04 Kenneth Christiansen <kenneth@gnu.org>
* configure.in: Added AM_PROG_XML_I18N_TOOLS
so translations works correctly.
* macros/autogen.sh: Added a check for xml-i18n-tools.
svn path=/trunk/; revision=7951
|
|
|
|
|
|
|
| |
* macros/gnome-vfs.m4 (GNOME_WITH_VFS): Fix mishandling of
--without-samba due to a typo.
svn path=/trunk/; revision=7914
|
|
|
|
| |
svn path=/trunk/; revision=7776
|
|
|
|
|
|
|
|
|
|
| |
* macros/gnome-gettext.m4: Propagateg change by Owen Taylor
from acinclude.m4 in gtk+:
Don't define ENABLE_NLS unless we have a working NLS.
(This should keep libintl.h from being included when it doesn't
exist).
svn path=/trunk/; revision=7386
|
|
|
|
|
|
| |
* autogen.sh: Added missing PROG.
svn path=/trunk/; revision=7277
|
|
|
|
|
|
|
| |
* autogen.sh: xml-i18n-toolize if AM_PROG_XML_I18N_TOOLS is found
in configure.in.
svn path=/trunk/; revision=7276
|
|
|
|
| |
svn path=/trunk/; revision=7273
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2001-01-06 Kenneth Christiansen <kenneth@gnu.org>
* configure.in, macros/autogen.sh:
added support for xml-i18n-tools. This module is now required
when building from cvs. Please make sure that the macrofile
installed by xml-i18n-tools is installed so it's in aclocal's
path. or do:
export ACLOCAL_FLAGS='-I /usr/local/share/aclocal'
svn path=/trunk/; revision=7267
|
|
|
|
| |
svn path=/trunk/; revision=6427
|
|
|
|
|
|
|
|
|
| |
2000-11-05 Martin Baulig <baulig@suse.de>
* gnome-bonobo-check.m4 (BONOBO_CFLAGS, BONOBO_LIBS): Added
stuff for `bonobox'.
svn path=/trunk/; revision=6404
|
|
|
|
|
|
|
|
|
|
|
| |
he didn't mention this in the ChangeLog.
2000-06-13 Martin Baulig <baulig@suse.de>
* Makefile.am (EXTRA_DIST): Added `gnome-gettext.m4'.
(gnome_aclocal_DATA): Added `gnome-gettext.m4'.
svn path=/trunk/; revision=6403
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* capplet/gpilotd-capplet-strings.c:
* capplet/gpilotd-capplet.glade:
* capplet/gpilotd-control-applet.c: (gpilotd_request_completed),
(gpilotd_userinfo_requested), (saveSettingsAndRestartDaemon),
(doTrySettings), (doSaveSettings), (doRevertSettings),
(insert_numeric_callback), (statechange_cb), (insert_syncpc_id),
(insert_username_callback), (insert_device_callback),
(activate_sync_type), (activate_speed), (cancel_sync),
(run_sync_dialog), (run_error_dialog), (run_question_dialog),
(activate_device_menu), (run_choose_dialog), (pick_pilot_device),
(get_from_pilot_cb), (send_to_pilot_cb), (pilots_selection_cb),
(clist_unselection_cb), (devices_selection_cb),
(clist_button_press), (sync_type_int_to_str), (compare_pilot_info),
(compare_device_info), (check_base_directory), (pilots_add_cb),
(pilots_edit_cb), (pilots_delete_cb), (devices_edit_cb),
(devices_add_cb), (devices_delete_cb), (createHostCfgWindow),
(setHostCfg), (readHostCfg), (build_speed_menu),
(configureDeviceDialog), (createDeviceCfgDialog), (setDeviceCfg),
(compare_device_name), (next_cradle_name), (compare_pilot_name),
(next_pilot_name), (setDeviceDialogCfg), (readDeviceDialogCfg),
(configurePilotDialog), (createPilotCfgDialog), (setPilotCfg),
(setPilotDialogCfg), (readPilotDialogCfg),
(pilot_capplet_glade_init), (pilot_capplet_setup),
(monitor_pilots), (main), (druid_gpilotd_userinfo_requested),
(druid_gpilotd_request_completed), (no_button_toggled),
(ask_to_cancel), (druid_canceled), (druid_finished),
(druid_sync_page_back), (druid_presync_page_next),
(druid_pilot2_page_next), (druid_delete_window),
(gpilotd_druid_show):
Did some regexp nicefications of the code. And added the
timeout field.
* capplet/pilot.c: (copy_device), (loadDeviceCfg),
(savePilotState):
Added the timeout field to GPilotDevice
* configure.in:
Requires pilot-link 0.9.5
* gnome-pilot.spec.in:
Add ${prefix}/lib to /etc/ld.so.conf if not there
* gpilotd/gpilot-structures.c: (gpilot_device_init):
* gpilotd/gpilot-structures.h:
* gpilotd/gpilotd.c: (pilot_connect):
Added a timeout-field to the device, which is
passed to pi_accept_to.
* macros/gnome-pilot.m4:
Improved the check for libpisock
Bonged requied pilotlink version to 0.9.5
svn path=/trunk/; revision=6258
|
|
|
|
|
|
| |
patch the gettext dependent po/Makefile.in.in file. This allows us to integrate the i18n scripts, etc even more.
svn path=/trunk/; revision=6214
|
|
|
|
| |
svn path=/trunk/; revision=4917
|
|
|
|
| |
svn path=/trunk/; revision=4480
|
|
|
|
| |
svn path=/trunk/; revision=4478
|
|
|
|
| |
svn path=/trunk/; revision=4463
|
|
|
|
| |
svn path=/trunk/; revision=4293
|
|
|
|
|
|
| |
0.3.12
svn path=/trunk/; revision=4203
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* HACKING:
Changelog entries should now go to toplevel Changelog.
I now prefer this, because of the prepare-ChangeLog.pl
script used for Nautilus. See HACKING for more.
* applet/pilot.c: (main):
* configure.in:
* gpilotd/Makefile.am:
* gpilotd/gnome-pilot-client.gob:
* gpilotd/orbit_daemon_glue.c: (gpilotd_corba_init):
* macros/gnome-pilot.m4:
* utils/Makefile.am:
Done a lot of damagecontrol after the OAF collision
that happened. GNORBA is now the default object activator
even if bonobo/oaf/whatnot is installed. You can switch
to oaf if you configure with --with-oaf (up to the reader
to completely finish this).
The OAF code is still in CVS, it compiles (no longer
breaks gnome-pim), but still doens't work though.
(there a limit to my time).
svn path=/trunk/; revision=3910
|
|
|
|
| |
svn path=/trunk/; revision=3717
|
|
|
|
|
|
|
|
|
| |
* autogen.sh: exit immediately if aclocal, autoheader, automake,
or autoconf fails, rather than continuing on with broken state.
(In the aclocal case, print a hopefully-useful explanatory
message.)
svn path=/trunk/; revision=3616
|
|
|
|
|
|
|
|
|
|
|
| |
2000-06-13 Martin Baulig <baulig@suse.de>
* gnome-bonobo-check.am (AM_BONOBO_USES_OAF): New macro.
Checks whether Bonobo uses OAF and defines `BONOBO_USES_OAF'
if appropriate. Also provides `BONOBO_USES_OAF' automake
conditional.
svn path=/trunk/; revision=3553
|
|
|
|
|
|
|
|
|
| |
2000-06-13 Martin Baulig <baulig@suse.de>
* Makefile.am (EXTRA_DIST): Added `gnome-gettext.m4'.
(gnome_aclocal_DATA): Added `gnome-gettext.m4'.
svn path=/trunk/; revision=3549
|
|
|
|
| |
svn path=/trunk/; revision=3260
|
|
|
|
|
|
|
|
|
| |
2000-05-29 Martin Baulig <baulig@suse.de>
* gnome-autogen.sh: If `USE_GNOME_2_MACROS' is set, use the
GNOME 2.0 macros from the `macros2' directory.
svn path=/trunk/; revision=3259
|
|
|
|
|
|
|
|
|
|
|
|
| |
2000-05-29 Martin Baulig <baulig@suse.de>
* gnome-common.m4, Makefile.am: Install macros to
`$(datadir)/aclocal/gnome-macros' when INSIDE_GNOME_COMMON.
* gnome-autogen.sh: New file. When using gnome-common instead
of the macros/ directory, use this in your autogen.sh.
svn path=/trunk/; revision=3258
|
|
|
|
| |
svn path=/trunk/; revision=3151
|
|
|
|
|
|
| |
the right CVSROOT.
svn path=/trunk/; revision=3150
|
|
|
|
| |
svn path=/trunk/; revision=3149
|
|
|
|
| |
svn path=/trunk/; revision=3148
|
|
|
|
|
|
|
|
| |
$GNOME_CONFIG is printing more than one word, which when backticked causes test to do not nice things...
Can someone with Solaris test this? test on Linux appears to be too lenient to worry about this in any case.
svn path=/trunk/; revision=3054
|
|
|
|
|
|
|
| |
* gnome-pilot.m4 (PILOT_LIBS): "But that trick NEVER works!"
"This time for sure!"
svn path=/trunk/; revision=2727
|
|
|
|
|
|
|
|
|
|
|
| |
Sun Apr 23 12:15:14 2000 George Lebl <jirka@5z.com>
* gnome.m4: add an extra lib of docklets. These checks are
braindamaged though, they don't fail and thus gnome-core for
example compiles without gnomecc. There need to be separate .m4
files or checks
svn path=/trunk/; revision=2564
|
|
|
|
| |
svn path=/trunk/; revision=2495
|
|
|
|
| |
svn path=/trunk/; revision=2494
|
|
|
|
|
|
|
|
| |
* gnome-pilot.m4 (PILOT_LIBS): Fix a bug introduced in the
gnome-pilot-config to "gnome-config gpilot" change that caused not
having pilot-link installed to become a fatal error.
svn path=/trunk/; revision=2366
|
|
|
|
| |
svn path=/trunk/; revision=2220
|
|
|
|
|
|
|
|
|
|
| |
2000-02-26 James Henstridge <james@daa.com.au>
* gnome-gettext.m4: fix up check of LINGUAS variable so that we don't
get problems when LINGUAS contains `en' and ALL_LINGUAS contains
`en_GB' for instance.
svn path=/trunk/; revision=1938
|
|
|
|
|
|
| |
s/1.0/1/ for interface version.
svn path=/trunk/; revision=1934
|
|
|
|
|
|
|
|
| |
2000-02-22 Martin Baulig <martin@home-of-linux.org>
* autogen.sh: Don't run libtoolize when `NO_LIBTOOLIZE' is set.
svn path=/trunk/; revision=1905
|
|
|
|
| |
svn path=/trunk/; revision=1801
|
|
|
|
| |
svn path=/trunk/; revision=1763
|
|
|
|
| |
svn path=/trunk/; revision=1747
|
|
|
|
| |
svn path=/trunk/; revision=1746
|
|
|
|
|
|
| |
* autogen.sh: Fix GNUism introduced in the previous fix.
svn path=/trunk/; revision=1715
|
|
|
|
|
|
|
|
| |
2000-02-08 Miguel de Icaza <miguel@gnu.org>
* autogen.sh: Handle non GNU find programs.
svn path=/trunk/; revision=1701
|
|
|
|
|
|
|
|
|
|
| |
* libgnomeui/libgnomeui.h: Include gnome-animator as part of non-experimental header files.
* libgnomeui/gnome-textfu.[ch]: Implement tags specified by dcm.
* macros/autogen.sh: Only delete macros/gnome-gettext.m4, not other files (such as gnome-data/gnome-gettext.m4 :)
* autogen.sh: Likewise
* gnome-config.in: Fix --libs gtkxmhtml to actually include -lgtkxmhtml in the link line.
svn path=/trunk/; revision=1685
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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=1667
|
|
|
|
|
|
|
|
|
| |
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=1643
|
|
|
|
|
|
|
|
|
| |
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=1642
|
|
|
|
| |
svn path=/trunk/; revision=1613
|
|
|
|
|
|
|
| |
* gnome-pilot.m4: i broke the version-checking macro for other
distribs in my last commit. fixing that now.
svn path=/trunk/; revision=1612
|
|
|
|
|
|
|
|
|
| |
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=1611
|
|
|
|
|
|
|
| |
* gnome-pilot.m4 (PILOT_LIBS): fix the version-checking macro for
debian
svn path=/trunk/; revision=1610
|
|
|
|
|
|
|
| |
* gnome-objc-checks.m4: Look for sched_yield in -lrt, too.
Suggested by Drazen Kazar <dave@srce.hr>.
svn path=/trunk/; revision=1598
|
|
|
|
| |
svn path=/trunk/; revision=1583
|
|
|
|
|
|
| |
* gnome-pilot.m4: Fix typo in PILOT_LINK_HOOK.
svn path=/trunk/; revision=1575
|
|
|
|
|
|
|
| |
* gnome-pilot.m4: PILOT_LINK_HOOK now check pilot-link version.
GNOME_PILOT_CHECK defaults to requiring 0.9.3.
svn path=/trunk/; revision=1571
|
|
|
|
|
|
|
|
| |
Fix for proper include directory.
Remove gnome-gettext.m4 if needed.
Stick gnome-gettext.m4 contents in gnome.m4
svn path=/trunk/; revision=1569
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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=1558
|
|
|
|
| |
svn path=/trunk/; revision=1557
|
|
|
|
|
|
|
|
|
|
| |
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=1546
|
|
|
|
|
|
|
|
|
| |
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=1512
|
|
|
|
| |
svn path=/trunk/; revision=1506
|
|
|
|
| |
svn path=/trunk/; revision=1495
|
|
|
|
| |
svn path=/trunk/; revision=1483
|
|
|
|
|
|
|
|
| |
1999-12-05 Martin Baulig <martin@home-of-linux.org>
* gnome-libgtop-checks.m4: Removed all guile variables.
svn path=/trunk/; revision=1463
|
|
|
|
| |
svn path=/trunk/; revision=1433
|
|
|
|
|
|
| |
me know if I was wrong. lacage@email.enst.fr
svn path=/trunk/; revision=1432
|
|
|
|
|
|
|
|
| |
1999-11-18 Jeff Garzik <jgarzik@mandrakesoft.com>
* gnome-xml-check.m4: Better scoping of GNOME_XML_LIB fix.
svn path=/trunk/; revision=1403
|
|
|
|
|
|
|
|
|
| |
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=1402
|
|
|
|
| |
svn path=/trunk/; revision=1401
|
|
|
|
| |
svn path=/trunk/; revision=1400
|
|
|
|
|
|
| |
Do the grand OAF hokey-pokey properly.
svn path=/trunk/; revision=1391
|
|
|
|
|
|
|
| |
* gnome-pilot.m4: uses test -r instead of test -e, was reported as
a portability bug wrt solaris.
svn path=/trunk/; revision=1373
|
|
|
|
|
|
|
| |
* gnome-pilot.m4: added PILOT_LINK_CHECK, used by
GNOME_PILOT_CHECK. Adds --with-pisock=$dir_for_pilot_link.
svn path=/trunk/; revision=1357
|
|
|
|
|
|
|
|
| |
1999-10-24 Jacob Berkman <jberkman@andrew.cmu.edu>
* gnome-ghttp-check.m4: this should be a better fix
svn path=/trunk/; revision=1352
|
|
|
|
|
|
|
|
|
|
| |
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=1342
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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=1266
|
|
|
|
|
|
| |
warnings.
svn path=/trunk/; revision=1258
|
|
|
|
|
|
|
|
|
|
| |
* 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=1194
|
|
|
|
|
|
|
|
|
| |
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=1156
|
|
|
|
| |
svn path=/trunk/; revision=1122
|
|
|
|
|
|
|
| |
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=1121
|
|
|
|
|
|
| |
binary is smaller too.. lets go for a merge and start getting some work done again...
svn path=/trunk/; revision=1094
|
|
|
|
| |
svn path=/trunk/; revision=1060
|
|
|
|
| |
svn path=/trunk/; revision=1049
|
|
|
|
|
|
| |
Exit with error code if configure fails.
svn path=/trunk/; revision=1043
|
|
|
|
|
|
|
|
| |
Fix popt i18n:
AC_CHECK_FUNCS(dgettext)
Make libgnomeui popt table set the intl domain.
svn path=/trunk/; revision=1033
|
|
|
|
| |
svn path=/trunk/; revision=1013
|
|
|
|
|
|
| |
fix'em bugs.
svn path=/trunk/; revision=1008
|
|
|
|
| |
svn path=/trunk/; revision=1007
|
|
|
|
|
|
| |
* gnome.m4: Make "extra library" message slightly easier to read.
svn path=/trunk/; revision=1006
|
|
|
|
|
|
|
|
| |
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=996
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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=988
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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=987
|
|
|
|
| |
svn path=/trunk/; revision=973
|
|
|
|
|
|
| |
* Makefile.am (MACROS): Add `gnome-bonobo-check.m4'.
svn path=/trunk/; revision=905
|
|
|
|
|
|
|
|
|
| |
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=895
|
|
|
|
|
|
|
|
| |
* gnome-print-check.m4 (GNOME_PRINT_CHECK): Fix invocation of
AM_PATH_GNOME_PRINT.
* Makefile.am (MACROS): Sort lines.
svn path=/trunk/; revision=818
|
|
|
|
|
|
|
|
| |
Bononbized Gnumeric compiles.
Miguel.
svn path=/trunk/; revision=812
|
|
|
|
| |
svn path=/trunk/; revision=811
|
|
|
|
| |
svn path=/trunk/; revision=810
|
|
|
|
| |
svn path=/trunk/; revision=793
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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=783
|
|
|
|
| |
svn path=/trunk/; revision=782
|
|
|
|
| |
svn path=/trunk/; revision=765
|
|
|
|
|
|
|
|
|
| |
bien con variacional
adios
el rulo
svn path=/trunk/; revision=762
|
|
|
|
|
|
|
|
|
|
| |
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=745
|
|
|
|
|
|
|
|
|
|
| |
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=744
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* 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=743
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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=718
|
|
|
|
| |
svn path=/trunk/; revision=709
|
|
|
|
|
|
|
|
|
| |
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=708
|
|
|
|
|
|
|
|
| |
1999-02-25 Martin Baulig <martin@home-of-linux.org>
* gnome-libgtop-checks.m4: Require LibGTop >= 1.0.0.
svn path=/trunk/; revision=702
|
|
|
|
|
|
| |
Fixes for release.
svn path=/trunk/; revision=695
|
|
|
|
| |
svn path=/trunk/; revision=693
|
|
|
|
|
|
|
|
| |
1999-02-24 Martin Baulig <martin@home-of-linux.org>
* gnome-libgtop-checks.m4: Require LibGTop >= 0.100.0.
svn path=/trunk/; revision=690
|
|
|
|
|
|
|
|
|
| |
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=684
|
|
|
|
|
|
|
|
| |
1999-02-20 Timur Bakeyev <mc@bat.ru>
* gnome.m4: Added and exported ZVT_LIBS.
svn path=/trunk/; revision=680
|
|
|
|
|
|
| |
Alan Aspuru-Guzik
svn path=/trunk/; revision=678
|
|
|
|
|
|
| |
Tue Feb 16 19:35:42 1999 Owen Taylor <otaylor@redhat.com>
svn path=/trunk/; revision=675
|
|
|
|
|
|
|
|
|
| |
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=665
|
|
|
|
|
|
|
|
| |
Bumped the version number.
Reworked macros/gnome-print-check.m4.
Added a plugin to plugins/.cvsignore.
svn path=/trunk/; revision=664
|
|
|
|
|
|
|
|
|
|
| |
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=658
|
|
|
|
|
|
|
|
|
|
|
| |
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=646
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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=640
|
|
|
|
| |
svn path=/trunk/; revision=622
|
|
|
|
|
|
|
|
|
| |
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=619
|
|
|
|
|
|
|
|
|
|
|
| |
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=618
|
|
|
|
|
|
|
|
|
|
|
|
| |
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=616
|
|
|
|
|
|
|
| |
* 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=614
|
|
|
|
| |
svn path=/trunk/; revision=611
|
|
|
|
| |
svn path=/trunk/; revision=606
|
|
|
|
|
|
|
|
|
|
|
| |
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=596
|
|
|
|
|
|
|
|
| |
x Name changes, I still have to finish the file names
x Function API changes.
Alan Aspuru Guzik
svn path=/trunk/; revision=594
|
|
|
|
|
|
|
|
|
|
|
| |
(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=592
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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=587
|
|
|
|
|
|
|
|
| |
* 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=586
|
|
|
|
|
|
|
|
| |
1999-01-06 Nat Friedman <nat@nat.org>
* Makefile.am (MACROS): Added gnome-print-check.m4 to MACROS
svn path=/trunk/; revision=584
|
|
|
|
|
|
|
| |
one of these before, so please let me know if I messed up :-) The
macro is GNOME_PRINT_CHECK.
svn path=/trunk/; revision=582
|
|
|
|
|
|
|
|
| |
* gnome-support.m4: Include dirent.h before checking whether
`scandir' needs to be declared.
* need-declaration.m4: Revert unlogged change.
svn path=/trunk/; revision=580
|
|
|
|
| |
svn path=/trunk/; revision=579
|
|
|
|
|
|
|
| |
* macros/gnome-support.m4: Check whether we need to declare scandir ().
* support/gnomesupport.awk: Declare scandir () if necessary.
svn path=/trunk/; revision=576
|
|
|
|
| |
svn path=/trunk/; revision=573
|
|
|
|
| |
svn path=/trunk/; revision=568
|
|
|
|
| |
svn path=/trunk/; revision=559
|
|
|
|
|
|
|
|
| |
Merge the changes from GNOME_STABLE into HEAD.
Miguel.
svn path=/trunk/; revision=533
|
|
|
|
|
|
|
|
|
|
|
| |
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=526
|
|
|
|
|
|
|
|
|
|
|
| |
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=525
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
svn path=/trunk/; revision=519
|
|
|
|
| |
svn path=/trunk/; revision=516
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
svn path=/trunk/; revision=514
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
svn path=/trunk/; revision=511
|
|
|
|
| |
svn path=/trunk/; revision=510
|
|
|
|
| |
svn path=/trunk/; revision=509
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
| |
* gnome-guile-checks.m4: clear GUILE_LIBS and GUILE_INCS if
guile isn't there (quick fix)
-Yosh
svn path=/trunk/; revision=506
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
| |
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=503
|
|
|
|
| |
svn path=/trunk/; revision=502
|
|
|
|
|
|
| |
* autogen.sh: "Improve" indentation and messages somewhat.
svn path=/trunk/; revision=500
|
|
|
|
| |
svn path=/trunk/; revision=499
|
|
|
|
| |
svn path=/trunk/; revision=496
|
|
|
|
|
|
|
|
|
| |
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=495
|
|
|
|
|
|
|
|
| |
* 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=494
|
|
|
|
| |
svn path=/trunk/; revision=492
|
|
|
|
|
|
|
|
|
| |
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=490
|
|
|
|
|
|
|
|
| |
. 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=489
|
|
|
|
|
|
|
|
|
| |
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=488
|
|
|
|
|
|
|
|
|
|
|
| |
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=480
|
|
|
|
| |
svn path=/trunk/; revision=479
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
svn path=/trunk/; revision=477
|
|
|
|
|
|
|
|
| |
* 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
|
|
|
|
| |
svn path=/trunk/; revision=472
|
|
|
|
|
|
|
|
|
|
|
|
| |
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=471
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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=470
|
|
|
|
|
|
|
|
| |
* 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=468
|
|
|
|
|
|
| |
* gnome-support.m4: Fix stupid type (sterror_r -> strerror_r).
svn path=/trunk/; revision=463
|
|
|
|
|
|
|
| |
* gnome-support.m4 (need_gnome_support): Set this unconditionally
to `yes'. We'll soon be losing this variable.
svn path=/trunk/; revision=462
|
|
|
|
|
|
| |
instead of compiling them again.
svn path=/trunk/; revision=461
|
|
|
|
|
|
| |
case. -Wshadow complains a *lot* about gtk-- and gtk--draw.
svn path=/trunk/; revision=457
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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=456
|
|
|
|
|
|
|
| |
* gnome-orbit-check.m4 (GNOME_ORBIT_HOOK): Add ORBIT_IDL
detection; fix failure flag.
svn path=/trunk/; revision=454
|
|
|
|
|
|
| |
(GNOME_CXX_WARNINGS)
svn path=/trunk/; revision=453
|
|
|
|
| |
svn path=/trunk/; revision=444
|
|
|
|
|
|
|
|
| |
1998-10-12 Martin Baulig <martin@home-of-linux.org>
* compiler-flags.m4 (warnCFLAGS): Added `-Wno-unused'.
svn path=/trunk/; revision=443
|
|
|
|
|
|
|
|
|
|
| |
1998-10-11 Martin Baulig <martin@home-of-linux.org>
* gnome-libgtop-sysdeps.m4 (libgtop_postinstall): Use `:' instead
of the empty string if there is nothing to do since the empty string
is no valid shell sytax.
svn path=/trunk/; revision=441
|
|
|
|
|
|
|
|
|
|
|
| |
* gnome-guile-checks.m4: Check for "guile-config" and then for
"build-guile", if guile-config couldn't be found. Do not
explicitely include output from "info libdir", it is already
included in "link". Use "compile" instead of "info includedir". Do
not include "1.2" in error message when Guile can't be found at
all.
svn path=/trunk/; revision=440
|
|
|
|
|
|
|
|
|
|
| |
1998-10-11 Martin Baulig <martin@home-of-linux.org>
* gnome-libgtop-check.m4 (GNOME_INIT_LIBGTOP): Added optional
third parameter which is the `script-if-enabled' parameter of
the GNOME_LIBGTOP_HOOOK.
svn path=/trunk/; revision=439
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
1998-10-06 Miguel de Icaza <miguel@nuclecu.unam.mx>
* src/cell.c (cell_modified): Cells from the clipboard do not have
a Sheet parameter attached.
* src/sheet.c (sheet_cell_add): Check the computed style: if the
computed style includes a format, then turn on the cell flag for
format is set to avoid the auto guess of cell content.
(sheet_style_compute): Now can return the flags of the style that
were not part of the default style.
* src/file.c (dialog_query_load_file, workbook_save_as): Put the
window close to the mouse.
* src/workbook.c (sheet_check_dirty, workbook_close): Do not
cancel without warning the user if the workbook has changed.
(workbook_new, workbook_can_close, workbook_window_destroy,
quit_cmd, close_cmd): Reorganized the code to suit the new code to
prevent inadvertent quits.
svn path=/trunk/; revision=429
|
|
|
|
| |
svn path=/trunk/; revision=428
|
|
|
|
|
|
|
| |
* compiler-flags.m4 (warnCFLAGS): Remove `-W'.
(warn-unused): Remove.
svn path=/trunk/; revision=427
|
|
|
|
|
|
|
|
| |
1998-10-05 Karl Eichwalder <ke@suse.de>
* gnome-xml-check.m4: Fix typo while signaling the error.
svn path=/trunk/; revision=426
|
|
|
|
|
|
|
|
|
|
|
| |
1998-10-01 Martin Baulig <martin@home-of-linux.org>
* gnome-libgtop-sysdeps.m4 (libgtop_postinstall):
Added `AC_SUBST(libgtop_postinstall)'. This is used in
`src/daemon/Makefile.am' to make the server suid root or
sgid kmem if required.
svn path=/trunk/; revision=420
|
|
|
|
|
|
|
|
| |
1998-09-28 Martin Baulig <martin@home-of-linux.org>
* gnome-libgtop-check.m4: Make it accept libgtop >= 0.25.0 again.
svn path=/trunk/; revision=410
|
|
|
|
|
|
|
|
|
| |
1998-09-28 Martin Baulig <martin@home-of-linux.org>
* gnome-libgtop-sysdeps.m4: Make the default not to build the
LibGTope examples.
svn path=/trunk/; revision=409
|
|
|
|
|
|
|
|
|
| |
1998-09-28 Martin Baulig <martin@home-of-linux.org>
* compiler-flags.m4 (--enable-warn-unused): New configure parameter
to add `-Wunused' to the warning flags.
svn path=/trunk/; revision=408
|
|
|
|
|
|
|
|
| |
1998-09-27 Martin Baulig <martin@home-of-linux.org>
* gnome-libgtop-check.m4: Make it require libgtop >= 0.26.2.
svn path=/trunk/; revision=404
|
|
|
|
| |
svn path=/trunk/; revision=400
|
|
|
|
|
|
| |
* gnome-ghttp-check.m4: Add checks for -lsocket -lnsl.
svn path=/trunk/; revision=397
|
|
|
|
|
|
|
| |
* Say "Now type `make` to build $PKG_NAME", not "... the $PKG_NAME". That
was getting on my nerves :-)
svn path=/trunk/; revision=386
|
|
|
|
| |
svn path=/trunk/; revision=385
|
|
|
|
|
|
|
|
|
| |
Do not use -W as in the context of Gtk/Gnome, we get warnings for
the unused parameters in callback funcions which we cant fix.
Miguel.
svn path=/trunk/; revision=384
|
|
|
|
|
|
| |
* gnome-support.m4: Remove commented out code.
svn path=/trunk/; revision=383
|
|
|
|
|
|
|
|
|
| |
Make libgnorba part of the build procedure.
Fix the wrong gnome-popup-menu commit.
Miguel.
svn path=/trunk/; revision=382
|
|
|
|
| |
svn path=/trunk/; revision=381
|
|
|
|
|
|
|
|
| |
1998-09-12 Martin Baulig <martin@home-of-linux.org>
* gnome-libgtop-sysdeps.m4: Added (AC_SUBST): `libgtop_have_sysinfo'.
svn path=/trunk/; revision=374
|
|
|
|
| |
svn path=/trunk/; revision=371
|
|
|
|
| |
svn path=/trunk/; revision=370
|
|
|
|
|
|
|
|
|
|
|
|
| |
1998-09-09 Martin Baulig <baulig@merkur.uni-trier.de>
* gnome-libgtop-sysdeps.m4: Added check for SMP support.
(--with-libgtop-smp): New parameter, default is to enable
it only if you're running configure on a SMP system.
Added (AC_DEFINE): `HAVE_LIBGTOP_SMP' if enabled.
(LIBGTOP_SMP): New automake conditional.
svn path=/trunk/; revision=369
|
|
|
|
| |
svn path=/trunk/; revision=368
|
|
|
|
|
|
| |
added imlib.m4 to gnome macros dir
svn path=/trunk/; revision=367
|
|
|
|
| |
svn path=/trunk/; revision=366
|
|
|
|
| |
svn path=/trunk/; revision=365
|
|
|
|
| |
svn path=/trunk/; revision=364
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Revamped the GNOME_XML_CHECK macro. Now acts (somewhat) like the GNOME_INIT
and GNOME_INIT_HOOK macros. The GNOME_XML_CHECK macro will abort a config
if XML is not found. GNOME_XML_HOOK will set GNOME_XML_LIB to the value
"iswwci"
Need to continue thinking how to better handle the not-found-but-I-can-survive-
without-it case a little more...
Mark Crichton
svn path=/trunk/; revision=362
|
|
|
|
|
|
| |
* gnome-support.m4: Remove check for `canonicalize_file_name'.
svn path=/trunk/; revision=359
|
|
|
|
|
|
|
|
|
| |
1998-09-02 Martin Baulig <martin@home-of-linux.org>
* gnome-support.m4: Check for canonicalize_file_name () and
realpath () and add `canonicalize.o' to LIBOBJS if required.
svn path=/trunk/; revision=358
|
|
|
|
|
|
|
|
|
|
| |
1998-08-30 Martin Baulig <martin@home-of-linux.org>
* gnome-libgtop-check.m4: Added (AC_SUBST): `LIBGTOP_VERSION_CODE'.
Added (AC_DEFINE_UNQUOTED): `LIBGTOP_VERSION', `LIBGTOP_VERSION_CODE',
`LIBGTOP_{MAJOR,MINOR,MICRO,SERVER}_VERSION'.
svn path=/trunk/; revision=353
|
|
|
|
|
|
|
|
|
| |
1998-08-29 Martin Baulig <martin@home-of-linux.org>
* gnome-libgtop-check.m4: Make it require libgtop >= 0.26.0.
Added (AC_SUBST): `LIBGTOP_INTERFACE_AGE' and `LIBGTOP_BINARY_AGE'.
svn path=/trunk/; revision=350
|
|
|
|
|
|
|
|
|
| |
1998-08-29 Martin Baulig <martin@home-of-linux.org>
* gnome-libgtop-check.m4: Added (AC_SUBST):
`LIBGTOP_INTERFACE_AGE' and `LIBGTOP_BINARY_AGE' for libtool.
svn path=/trunk/; revision=347
|
|
|
|
|
|
|
|
|
| |
1998-08-27 Christopher Blizzard <blizzard@appliedtheory.com>
* gnome-ghttp-check.m4: Oooo...it actually works now.
Forgot a ,
svn path=/trunk/; revision=345
|