Commit Graph

479 Commits

Author SHA1 Message Date
fa2ffdb513 Run gettextize if needed. : Run libtoolize only if configure.in has
1998-12-01  Changwoo Ryu  <cwryu@adam.kaist.ac.kr>

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

svn path=/trunk/; revision=495
1998-12-01 10:02:56 +00:00
6c6da37ef9 Re-arranged tests such that "--without-gnome" is fully supported. Not only
* gnome.m4: Re-arranged tests such that "--without-gnome" is
        fully supported.  Not only is the logic now correct, programs
        can test "want_gnome=yes/no" for the results of this arg.

svn path=/trunk/; revision=494
1998-11-30 08:03:20 +00:00
3f12ccb5e4 Remove more deprecated gnome_dialog functions
svn path=/trunk/; revision=493
1998-11-29 16:35:23 +00:00
98faeebc5e Require GTK 1.1.5 -mig
svn path=/trunk/; revision=492
1998-11-29 00:35:38 +00:00
a0faca82e8 All parts of GNOME will now require LibGTop >= 0.29.0 which is the latest
1998-11-27  Martin Baulig  <martin@home-of-linux.org>

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

svn path=/trunk/; revision=490
1998-11-27 12:58:17 +00:00
c7fa75f1d2 . libgnome/gnome-mime.c: read gnomedatadir/mime.types as well . In
. libgnome/gnome-mime.c: read gnomedatadir/mime.types as well
. In general, move data files not associated with any specific
  directory into a 'gnome-data' directory.

svn path=/trunk/; revision=489
1998-11-27 04:29:33 +00:00
4faeacf5ab Following names changed to bring MC in accordance with curses.m4:
NO_COLOR_SUPPORT -> NO_COLOR_CURSES
SUNOS_CURSES -> USE_SUNOS_CURSES
HAS_CURSES defined in acconfig.h
config.h.in removed from CVS as it is generated by autoheader

svn path=/trunk/; revision=488
1998-11-26 12:27:06 +00:00
5b0d0d575c Add missing declaration for GtkWidget *sw.
svn path=/trunk/; revision=487
1998-11-24 07:56:21 +00:00
5c4be5ae09 Update GtkClist usage.
1998-11-23  Miguel de Icaza  <miguel@nuclecu.unam.mx>

	* eventedit.c (ee_rp_init_exceptions): Update GtkClist usage.

svn path=/trunk/; revision=486
1998-11-24 02:45:59 +00:00
5f0c248bca err, meant to say gtk changes not gtk clist change :)
svn path=/trunk/; revision=485
1998-11-23 19:10:01 +00:00
0b04bfdfc7 Use gtk_scrolled_window_add_with_viewport instead of gtk_container_add
* gncal-day-panel.c (gncal_day_panel_new): Use
	gtk_scrolled_window_add_with_viewport instead of
	gtk_container_add (gtk_clist change).

svn path=/trunk/; revision=484
1998-11-23 18:41:52 +00:00
309adf8b53 use GPOINTER_TO_INT
1998-11-23  Herbert V. Riedel <hvr@hvrlab.ml.org>

	* eventedit.c: use GPOINTER_TO_INT

	* gncal-todo.c: same.

svn path=/trunk/; revision=483
1998-11-23 18:23:35 +00:00
9926c18e04 Ditto
svn path=/trunk/; revision=482
1998-11-23 18:08:23 +00:00
d88fa11ae3 Fixed the popt event parsing callback to have the correct number of
1998-11-22  Matthew Wilson  <msw@redhat.com>

	* main.c: Fixed the popt event parsing callback to have the
	correct number of arguments.  This stops it from segfaulting.

svn path=/trunk/; revision=481
1998-11-22 07:17:51 +00:00
56fc08a7e5 Changed the call to GNOME_GNORBA_CHECK to GNOME_GNORBA_HOOK([],$2). Before
1998-11-20  James Henstridge  <james@daa.com.au>

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

svn path=/trunk/; revision=480
1998-11-20 11:14:02 +00:00
fba1c5dffe allow setting $OBJ_DIR to specify building in a subdir
svn path=/trunk/; revision=479
1998-11-20 04:24:15 +00:00
7f4300223d We need to check for <net/if_var.h> and conditionally include it before
1998-11-17  Martin Baulig  <martin@home-of-linux.org>

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

svn path=/trunk/; revision=478
1998-11-17 22:11:43 +00:00
9988b00f0a *** empty log message ***
svn path=/trunk/; revision=477
1998-11-17 21:05:17 +00:00
b1eafac4bc Add GUILE_LIBS to LIBS when checking whether guile works. Adding them to
* gnome-guile-checks.m4: Add GUILE_LIBS to LIBS when checking
whether guile works.  Adding them to LDFLAGS does not work on all
systems.  (Thanks to Rusty Chris Holleman)

svn path=/trunk/; revision=476
1998-11-17 21:04:27 +00:00
a24713d8b3 Doh. Fixed stupid bug where the classification buttons were not being set
1998-11-16  Federico Mena Quintero  <federico@nuclecu.unam.mx>

	* eventedit.c (ee_classification_widgets): Doh.  Fixed stupid bug
	where the classification buttons were not being set correctly.
	(ee_store_general_values_to_ical): Take into account the fact that
	radio group lists are stored in reverse order of insertion.

	* gncal-todo.c (gncal_todo_init): Use a scrolled window to put the
	clist into.

svn path=/trunk/; revision=475
1998-11-17 16:53:59 +00:00
0a730e6874 Use a scrolled window to put the clist into.
1998-11-16  Federico Mena Quintero  <federico@nuclecu.unam.mx>

	* gncal-todo.c (gncal_todo_init): Use a scrolled window to put the
	clist into.

svn path=/trunk/; revision=474
1998-11-16 20:29:44 +00:00
a1d3f9fa2c fix my email address in log
svn path=/trunk/; revision=472
1998-11-13 05:25:04 +00:00
f9b0daa567 Remove AC_DEFINE(HAVE_ORBIT). Add AM_CONDITIONAL for HAVE_ORBIT.
1998-11-12  Andrew T. Veliath  <andrewv@usa.net>

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

svn path=/trunk/; revision=471
1998-11-13 04:11:17 +00:00
3c70d2ff66 Add GNOME_GNORBA_CHECK if gnome-config is found. New GNOMEGNORBA_LIBS
1998-11-12  Andrew T. Veliath  <andrewv@usa.net>

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

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

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

svn path=/trunk/; revision=470
1998-11-12 23:58:59 +00:00
317f6a9bcc Remove easy-vsnprintf hack -- it doesn't work for Solaris 2.5 binaries
* gnome-support.m4 (vsnprintf): Remove easy-vsnprintf hack -- it
doesn't work for Solaris 2.5 binaries running on Solaris 2.6.
From Frederic Devernay <devernay@istar.fr>.

svn path=/trunk/; revision=468
1998-11-12 16:49:21 +00:00
1fa38d37db Backup the old file before saving the caledar.
1998-11-11  Miguel de Icaza  <miguel@nuclecu.unam.mx>

	* calendar.c (calendar_save): Backup the old file before saving
	the caledar.

svn path=/trunk/; revision=467
1998-11-12 00:32:45 +00:00
c5cb76042a Changed a sprintf to a snprintf in vcc.y
Should vcc.c be under CVS control? I thought it was a derived file.

This fixes gnomecard segfaulting when it tried to load a non-existant
file on startup.

Dr Mike <msf@redhat.com>

svn path=/trunk/; revision=466
1998-11-07 21:29:05 +00:00
f57edfbc19 Add ctype.h
1998-11-06  Miguel de Icaza  <miguel@nuclecu.unam.mx>

	* calobj.c: Add ctype.h

svn path=/trunk/; revision=465
1998-11-07 00:39:32 +00:00
75b865884f Fix stupid type (sterror_r -> strerror_r).
* gnome-support.m4: Fix stupid type (sterror_r -> strerror_r).

svn path=/trunk/; revision=463
1998-11-06 22:04:27 +00:00
1d86a2f84f Set this unconditionally to `yes'. We'll soon be losing this variable.
* gnome-support.m4 (need_gnome_support): Set this unconditionally
to `yes'.  We'll soon be losing this variable.

svn path=/trunk/; revision=462
1998-11-04 22:28:11 +00:00
ccdc954dd0 use the ORBit-supplied name service stubs (in lib -lORBitCosNaming)
instead of compiling them again.

svn path=/trunk/; revision=461
1998-11-03 12:47:28 +00:00
2d3528b307 poptimization
svn path=/trunk/; revision=460
1998-11-02 20:42:08 +00:00
c9f5b15c16 Add the offset from the beginning of the current time unit
1998-10-31  Federico Mena Quintero  <federico@nuclecu.unam.mx>

	* gnome-cal.c (gnome_calendar_direction): Add the offset from the
	beginning of the current time unit (day/month/etc), otherwise it
	does not work right, for example, you are on the 31st day of a
	month and the next month is a 30-day one and you jump to the next
	month.

svn path=/trunk/; revision=459
1998-11-02 16:43:52 +00:00
86ef4d8ab5 Added -Wshadow and -Woverloaded-virtual to the --enable-cxx-warnings=yes
case. -Wshadow complains a *lot* about gtk-- and gtk--draw.

svn path=/trunk/; revision=457
1998-10-28 18:24:48 +00:00
7d44d543de Added new feature to get PPP/ISDN support:
enum {
	GLIBTOP_PPP_STATE_UNKNOWN = 0,
	GLIBTOP_PPP_STATE_HANGUP,
	GLIBTOP_PPP_STATE_ONLINE
};

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

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

svn path=/trunk/; revision=456
1998-10-25 17:06:53 +00:00
ca3be9e5c8 Week view work in progress - Federico
svn path=/trunk/; revision=455
1998-10-21 00:19:23 +00:00
450e506e9d Add ORBIT_IDL detection; fix failure flag.
* gnome-orbit-check.m4 (GNOME_ORBIT_HOOK): Add ORBIT_IDL
detection; fix failure flag.

svn path=/trunk/; revision=454
1998-10-20 16:02:54 +00:00
b12b9818d5 Simple-minded copy of GNOME_COMPILE_WARNINGS that sets CXXFLAGS
(GNOME_CXX_WARNINGS)

svn path=/trunk/; revision=453
1998-10-17 18:07:57 +00:00
66701930a9 Changed a lot of stuff not to use the layout code -- the month view's days
1998-10-16  Federico Mena Quintero  <federico@nuclecu.unam.mx>

	* month-view.c: Changed a lot of stuff not to use the layout code
	-- the month view's days are too small to display layout
	usefully.  Now they display a little list of the events in each
	day.  We also have a popup menu for the days in the month view.

	* calendar.c (calendar_get_objects_in_range): Reverse the list so
	that it is returned in increasing order.

	* eventedit.c (event_editor_new_whole_day): New public function to
	create an event for the complete span of day_begin to day_end.

	* year-view.c (new_appointment): Use event_editor_new_whole_day().

	* year-view.c (yv_popup_menu): Mark strings for i18n.

svn path=/trunk/; revision=452
1998-10-16 22:19:12 +00:00
4627acaf00 Syncety sync -- don't you love it? - Federico
svn path=/trunk/; revision=451
1998-10-16 00:02:22 +00:00
d5a94c1962 Syncety sync, work in progress for an actually useful month view - Federico
svn path=/trunk/; revision=450
1998-10-15 03:20:53 +00:00
b09a9a669d sync sync - Federico
svn path=/trunk/; revision=449
1998-10-14 00:14:32 +00:00
6dd325d7ea Sync - Federico
svn path=/trunk/; revision=448
1998-10-13 15:37:17 +00:00
6bc3532cbb Sync sync, do not try to compile - Federico
svn path=/trunk/; revision=447
1998-10-13 01:21:37 +00:00
3e09b5e4b2 The interval was never being loaded from the spin button.
1998-10-12  Ji Lee <g@ucsd.edu>

	* eventedit.c (ee_store_recur_rule_to_ical): The interval was
	never being loaded from the spin button.

svn path=/trunk/; revision=446
1998-10-12 07:17:09 +00:00
1ffd143502 Now it should also work when building packages.
svn path=/trunk/; revision=444
1998-10-11 22:47:29 +00:00
273fc61231 Added `-Wno-unused'.
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 22:40:11 +00:00
e5c3c13873 Use `:' instead of the empty string if there is nothing to do since the
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
1998-10-11 19:49:11 +00:00
9d4241b7c7 Check for "guile-config" and then for "build-guile", if guile-config
* 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 13:21:53 +00:00
eb77c46802 Added optional third parameter which is the `script-if-enabled' parameter
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-11 11:57:55 +00:00