Commit Graph

66 Commits

Author SHA1 Message Date
Ettore Perazzoli 3527f74ba6 Updated slightly.
* README: Updated slightly.

svn path=/trunk/; revision=12629
2001-09-05 20:55:33 +00:00
Ettore Perazzoli 261a380610 [Fixes by Neil Conway <neilconway@home.com, as per #8090.]
* configure.in: Fix the error message if scrollkeeper is not found.

* README: A bunch of minor fixes, tweaks and cleanups.

svn path=/trunk/; revision=12614
2001-09-04 23:34:28 +00:00
Ettore Perazzoli 671c94e329 [Fix #8089, Undocumented Scrollkeeper dependency.]
* README: Add scrollkeeper 0.1.4 to the list of dependencies.

svn path=/trunk/; revision=12613
2001-09-04 23:22:03 +00:00
Kjartan Maraas 7fa4db74cb Some info on adding --localstatedir to the configure options.
2001-08-16  Kjartan Maraas  <kmaraas@gnome.org>

	* README: Some info on adding --localstatedir to the configure
	options.

svn path=/trunk/; revision=12089
2001-08-16 15:32:13 +00:00
Kjartan Maraas 270ae01e09 Be truthful about the versions of libs we need.
2001-08-11  Kjartan Maraas  <kmaraas@gnome.org>

	* README: Be truthful about the versions of libs we need.

svn path=/trunk/; revision=11911
2001-08-11 08:32:21 +00:00
JP Rosevear 51e9aa8577 Update pilot information
2001-08-08  JP Rosevear  <jpr@ximian.com>

	* README: Update pilot information

svn path=/trunk/; revision=11787
2001-08-08 14:47:10 +00:00
Jody Goldberg c84aecb2e0 Include note specifying NOT to install in the evo tree, or wierd autoconf
problems arise.

svn path=/trunk/; revision=10477
2001-06-25 13:25:43 +00:00
Ettore Perazzoli 4133620058 Added instructions about compiling libdb.
svn path=/trunk/; revision=10230
2001-06-14 16:49:40 +00:00
Christopher James Lahey 8f183d269e Included information about db3.
2001-05-31  Christopher James Lahey  <clahey@ximian.com>

	* README: Included information about db3.

	* acconfig.h: Added HAVE_DB_H and HAVE_DB3_DB_H.

	* configure.in: Added various checks for db3 libraries and
	includes.  Of note are the new configure options
	--with-db3-includes=PREFIX and --with-db3-libs=PREFIX to specify
	the location for your db3 library.

From addressbook/ChangeLog:

2001-05-31  Christopher James Lahey  <clahey@ximian.com>

	* backend/pas/Makefile.am (INCLUDES): Added db3 cflags.

	* backend/pas/pas-backend-file.c: Updated this to use db3.

From e-util/ChangeLog:

2001-05-31  Christopher James Lahey  <clahey@ximian.com>

	* Makefile.am (INCLUDES): Added db3 cflags.

	* e-dbhash.c: Made this use db3.

	* e-db3-utils.c, e-db3-utils.h: New files with some helper
	functions.

From wombat/ChangeLog:

2001-05-31  Christopher James Lahey  <clahey@ximian.com>

	* Makefile.am (wombat_LDADD): Added db3 libs.

svn path=/trunk/; revision=10077
2001-06-01 01:02:12 +00:00
JP Rosevear 0f0dd1ed36 update version requirements
2001-05-29  JP Rosevear  <jpr@ximian.com>

	* README: update version requirements

svn path=/trunk/; revision=10038
2001-05-29 16:09:33 +00:00
Dan Winship cd75a45fc9 Remove reference to verify-evolution-install.sh since it doesn't work any
* README: Remove reference to verify-evolution-install.sh since it
	doesn't work any more.

	* configure.in (EVO_CHECK_LIB): allow this to take a max version
	too, mostly so we can bound the allowable gal versions for
	releases, but also to require libxml < 2.0.
	(OpenSSL): Fixicate to work on NetBSD (OpenSSL in /usr, no libdl).

svn path=/trunk/; revision=9951
2001-05-23 19:21:12 +00:00
Gediminas Paulauskas 1a2b496879 upped required gtkhtml version to 0.9.3, even that is not enough for idl
2001-05-05  Gediminas Paulauskas <menesis@delfi.lt>

	* configure.in: upped required gtkhtml version to 0.9.3, even that is
	not enough for idl changes.
	* README: you need LIB_XML_1_BRANCH. updated all version requirements
	from configure.in

svn path=/trunk/; revision=9683
2001-05-05 16:28:29 +00:00
Dan Winship d522b604df We no longer depend on libunicode.
* README: We no longer depend on libunicode.

	* configure.in: Remove check for libunicode. Remove unicode cflags
	and libs from all CFLAGS and LIBS variables. Add GAL_LIBS for
	things that need to depend on just gal (for gunicode).

svn path=/trunk/; revision=9586
2001-04-26 18:21:54 +00:00
Jeffrey Stedfast c7232066ec Remind users that they will currently have to copy their cert database
2001-04-02  Jeffrey Stedfast  <fejj@ximian.com>

	* README (SSL): Remind users that they will currently have to copy
	their cert database from their mozilla directory into ~/evolution.

svn path=/trunk/; revision=9118
2001-04-03 03:22:39 +00:00
Dan Winship e3ac0bad97 add a bit mentioning that if configure claims you don't have something
* README: add a bit mentioning that if configure claims you don't
	have something installed when you think you do, that it's probably
	because you installed it in the wrong prefix, or because you need
	a -devel package.

	* configure.in: Add a new macro EVO_CHECK_LIB that checks for a
	gnome-config-based library of a given version or later, correctly,
	and if doesn't find it, suggests that you consult the README. Fix
	the various library checks to use this. Meanwhile, remove a bunch
	of old cruft and reorganize a little.

	* acconfig.h: Remove cruft

svn path=/trunk/; revision=8997
2001-03-28 22:15:35 +00:00
Dan Winship 81742b6677 Update xml-i18n-tools version
* README: Update xml-i18n-tools version

svn path=/trunk/; revision=8898
2001-03-22 18:00:51 +00:00
Jeffrey Stedfast 7367bd18e7 Added directions on how to build with SSL support.
2001-03-16  Jeffrey Stedfast  <fejj@ximian.com>

	* README: Added directions on how to build with SSL support.

	* configure.in: Updated the checks for NSS and NSPR

svn path=/trunk/; revision=8773
2001-03-17 02:47:15 +00:00
Dan Winship 2ce992aae5 Pull up some of the clarifications from the 0.9 branch
* README: Pull up some of the clarifications from the 0.9 branch

svn path=/trunk/; revision=8707
2001-03-14 15:12:01 +00:00
Jeffrey Stedfast c807d96e58 Rearranged some of the dependencies to try to get them into a more correct
2001-03-12  Jeffrey Stedfast  <fejj@ximian.com>

	* README: Rearranged some of the dependencies to try to get them
	into a more correct order (needed for people building all of these
	packages by hand).

svn path=/trunk/; revision=8660
2001-03-13 01:32:27 +00:00
JP Rosevear 56d1340c36 Update
2001-03-12  JP Rosevear  <jpr@ximian.com>

	* README: Update

svn path=/trunk/; revision=8643
2001-03-12 20:30:51 +00:00
JP Rosevear 7070cc67b2 update
svn path=/trunk/; revision=8637
2001-03-12 03:48:37 +00:00
JP Rosevear 2aba8415fb Update
svn path=/trunk/; revision=8636
2001-03-12 03:47:05 +00:00
JP Rosevear 9b8456b4d1 Update pilot instructions
2001-03-05  JP Rosevear  <jpr@ximian.com>

	* README: Update pilot instructions

svn path=/trunk/; revision=8564
2001-03-05 23:27:50 +00:00
Dan Winship 75dddcffb4 Mention the GNOME VFS stable tag.
svn path=/trunk/; revision=8542
2001-03-04 16:42:27 +00:00
JP Rosevear e67bc5fb8c Update to latest requirements
2001-02-07  JP Rosevear  <jpr@ximian.com>

	* README: Update to latest requirements

svn path=/trunk/; revision=8049
2001-02-07 10:03:08 +00:00
JP Rosevear 3532a74349 create a new cal component alarm (cal_component_add_alarm): add alarm to
2001-01-19  JP Rosevear  <jpr@ximian.com>

	* cal-util/cal-component.c (cal_component_alarm_new): create a new
	cal component alarm
	(cal_component_add_alarm): add alarm to the cal component
	(cal_component_remove_alarm): remove alarm from the cal component
	(remove_alarm): remove alarm from hash

	* cal-util/cal-component.h: new protos

	* conduits/calendar/calendar-conduit.c (comp_from_remote_record):
	add alarm information, still needs to be hacked to replace an already
	existing alarm.  questions abound about the heuristic for doing this.

2001-01-17  JP Rosevear  <jpr@ximian.com>

	* README: Update package requirements

svn path=/trunk/; revision=7647
2001-01-19 14:57:09 +00:00
Dan Winship 22fecd089c Ximianize. Also update the README a bit and mention the OAF stable branch.
* MAINTAINERS, AUTHORS, README: Ximianize. Also update the README
	a bit and mention the OAF stable branch.

svn path=/trunk/; revision=7450
2001-01-12 16:35:54 +00:00
Ettore Perazzoli bf5e0bacd8 Bumped up the GtkHTML dependency and updated README.
svn path=/trunk/; revision=7009
2000-12-14 16:23:00 +00:00
Christopher James Lahey 825c833f54 Removed mention of ETable and EText in widgets directory.
2000-12-12  Christopher James Lahey  <clahey@helixcode.com>

	* README: Removed mention of ETable and EText in widgets
	directory.

svn path=/trunk/; revision=6986
2000-12-14 01:40:05 +00:00
Dan Winship d46c9da28d Mention the gconf stable branch.
* README: Mention the gconf stable branch.

svn path=/trunk/; revision=6955
2000-12-12 23:31:43 +00:00
JP Rosevear 07abeb8b27 minor tweak
2000-12-05  JP Rosevear  <jpr@helixcode.com>

	* README: minor tweak

svn path=/trunk/; revision=6799
2000-12-05 22:12:40 +00:00
Dan Winship 4008cef734 gnome-vfs depends on gconf, so add that.
* README: gnome-vfs depends on gconf, so add that.

svn path=/trunk/; revision=6755
2000-12-01 16:17:04 +00:00
Jeffrey Stedfast fb9047c159 Bumped required gal version to 0.2.99.4 for e_str_make_safe.
2000-11-30  Jeffrey Stedfast  <fejj@helixcode.com>

	* configure.in: Bumped required gal version to 0.2.99.4 for
	e_str_make_safe.

	* README: Added some necessary :'s in the pilot-link cvs stuff.

svn path=/trunk/; revision=6746
2000-11-30 22:45:47 +00:00
JP Rosevear cda143465f Update pilot info
2000-11-29  JP Rosevear  <jpr@helixcode.com>

	* README: Update pilot info

svn path=/trunk/; revision=6726
2000-11-30 00:32:22 +00:00
JP Rosevear d5ca27ea56 Correct the bonobo version error message
2000-11-27  JP Rosevear  <jpr@helixcode.com>

	* configure.in: Correct the bonobo version error message

	* README: Update

svn path=/trunk/; revision=6683
2000-11-27 20:43:39 +00:00
Dan Winship 122b2426db add gal as a dependency
* README: add gal as a dependency

svn path=/trunk/; revision=5497
2000-09-19 01:40:26 +00:00
Dan Winship d435ef1f87 Add a mention of the verify-evolution-install.sh script in tools/.
* README: Add a mention of the verify-evolution-install.sh script
	in tools/.

svn path=/trunk/; revision=5230
2000-09-07 15:37:32 +00:00
Dan Winship efe980e4c0 update dependencies
svn path=/trunk/; revision=4818
2000-08-13 22:58:06 +00:00
Dan Winship 7792286802 Depend on gnome-vfs 0.3
* configure.in, README: Depend on gnome-vfs 0.3

svn path=/trunk/; revision=4776
2000-08-12 15:14:28 +00:00
Dan Winship 51df4b80b2 Update the README and the text of the Bonobo configure check to match
* configure.in, README: Update the README and the text of the
	Bonobo configure check to match reality. Remove the 0.15 vs
	0.15-and-a-half check since we require post-0.16 now.

	* folder-browser-factory.c (control_activate): Remove bonobo 0.15
	vs 0.15-and-a-half ifdef, since we require post-0.16 now.

svn path=/trunk/; revision=4552
2000-08-05 16:37:22 +00:00
Dan Winship 24be06c166 Mention that you should pass "--disable-more-warnings" to oaf and
gnome-vfs's configure scripts, since they are Pure Concentrated Evil
and otherwise default to using "-Werror", which breaks on lots of
peoples' machines.

svn path=/trunk/; revision=4420
2000-07-30 21:35:28 +00:00
Ettore Perazzoli 672fb81ed0 0.3 "Jelly Fish".
svn path=/trunk/; revision=4389
2000-07-27 16:09:13 +00:00
Dan Winship 4d152ca88c update dependencies
svn path=/trunk/; revision=4357
2000-07-26 19:07:03 +00:00
Dan Winship 2aaffa2560 update
svn path=/trunk/; revision=4146
2000-07-13 16:13:27 +00:00
Dan Winship d15735bd1b updates
* README: updates

svn path=/trunk/; revision=4071
2000-07-10 23:40:36 +00:00
Dan Winship d3e03fac93 put gnome-vfs before bonobo since bonobo has an optional dependency on it
svn path=/trunk/; revision=3923
2000-07-06 16:51:08 +00:00
Dan Winship bc4c507c9e updates
svn path=/trunk/; revision=3894
2000-07-05 19:57:15 +00:00
Dan Winship 26788bf81f Mention OAF_INFO_PATH. Fix gtkhtml entry (need CVS gtkhtml now)
svn path=/trunk/; revision=3612
2000-06-17 18:56:56 +00:00
Dan Winship 4d5d1960b3 bye bye goad
* README: bye bye goad

svn path=/trunk/; revision=3572
2000-06-15 15:03:14 +00:00
Damon Chaplin da4535cdc2 added command to co ORBit.
2000-06-14  Damon Chaplin  <damon@helixcode.com>

	* README (http): added command to co ORBit.

svn path=/trunk/; revision=3563
2000-06-14 05:10:59 +00:00