Commit Graph

311 Commits

Author SHA1 Message Date
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
e5ecf5d84e Use --moddatadir to derive this.
2001-05-31  Christopher James Lahey  <clahey@ximian.com>

	* configure.in (GTKHTML_DATADIR): Use --moddatadir to derive this.

From composer/ChangeLog:

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

	* Makefile.am (HTML_EDITOR_GENERATED): Use GTKHTML_DATADIR here.

svn path=/trunk/; revision=10070
2001-05-31 21:11:41 +00:00
f40024c726 Bump gal dependency to 0.8.99.1
* configure.in: Bump gal dependency to 0.8.99.1

svn path=/trunk/; revision=10056
2001-05-30 21:39:59 +00:00
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
4c2d071302 Create MAILER_CFLAGS and MAILER_LIBS so that we don't have the same libs
2001-05-22  Jeffrey Stedfast  <fejj@ximian.com>

	* configure.in: Create MAILER_CFLAGS and MAILER_LIBS so that we
	don't have the same libs multiple times in the libtool
	command-line.

svn path=/trunk/; revision=9926
2001-05-22 18:43:48 +00:00
65e03ad7ca Create CAMEL_CFLAGS and CAMEL_LIBS so that we don't have to link in all
2001-05-15  Jeffrey Stedfast  <fejj@ximian.com>

	* configure.in: Create CAMEL_CFLAGS and CAMEL_LIBS so that we
	don't have to link in all sorts of unnecessary garbage from GNOME
	that we don't need.

svn path=/trunk/; revision=9824
2001-05-15 19:27:46 +00:00
c414a3739a add the nspr includes to the list of includes used to test for NSS
2001-05-09  Chris Toshok  <toshok@ximian.com>

	* configure.in: add the nspr includes to the list of includes used
	to test for NSS headers, and don't assume -lpthread in the
	nss/nspr libs - use PTHREAD_LIB.

svn path=/trunk/; revision=9743
2001-05-10 06:17:23 +00:00
76b3a1c207 OpenSSL LDFLAGS also needs to include -lcrypt
2001-05-09  Jeffrey Stedfast  <fejj@ximian.com>

	* configure.in: OpenSSL LDFLAGS also needs to include -lcrypt

svn path=/trunk/; revision=9727
2001-05-09 17:35:54 +00:00
c64eccfe00 Importer changes
svn path=/trunk/; revision=9722
2001-05-08 22:53:41 +00:00
acf9e759d9 Bumped check for gal to 0.7.99.3.
2001-05-08  Christopher James Lahey  <clahey@ximian.com>

	* configure.in: Bumped check for gal to 0.7.99.3.

svn path=/trunk/; revision=9712
2001-05-08 05:02:50 +00:00
d0c769d285 undef HAVE_SSL and HAVE_OPENSSL
2001-05-04  Jeffrey Stedfast  <fejj@ximian.com>

	* acconfig.h: undef HAVE_SSL and HAVE_OPENSSL

	* configure.in: Check for OpenSSL.

svn path=/trunk/; revision=9698
2001-05-07 20:35:07 +00:00
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
ca6c493597 Merge fix from the 0.10 branch:
Don't autogen `executive-summary/widgets/Makefile' as that
  subdirectory doesn't get distributed anymore.

svn path=/trunk/; revision=9600
2001-04-26 21:46:11 +00:00
ac59d9fb45 Check for gethostbyname_r so e_gethostbyname_r will DTRT.
* configure.in: Check for gethostbyname_r so e_gethostbyname_r
	will DTRT.

svn path=/trunk/; revision=9591
2001-04-26 20:02:39 +00:00
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
2ab420a858 Bump up the gal requirement
* configure.in: Bump up the gal requirement

svn path=/trunk/; revision=9546
2001-04-24 16:21:59 +00:00
c8ace927b9 Documentation building fixes merged from the evolution-0-10-branch:
Get the docs to build and install properly.  Temporarily disable the
  importer devel docs as they seem to be pretty broken.

svn path=/trunk/; revision=9507
2001-04-23 16:06:53 +00:00
29b0f2cffc We need to link in more than just libnspr4, we also need libpthread.
2001-04-21  Jeffrey Stedfast  <fejj@ximian.com>

	* configure.in (have_nspr_libs): We need to link in more than just
	libnspr4, we also need libpthread.
	(have_nss_libs): Don't forget to add nsprlibs to the LDFLAGS.

svn path=/trunk/; revision=9497
2001-04-23 00:24:34 +00:00
862bee6f12 Merge fix from the 0.10 branch:
`AC_OUTPUT()' `mail/Makefile' before `mail/importers/Makefile'.

svn path=/trunk/; revision=9386
2001-04-16 17:25:28 +00:00
d0df7bb293 Pull up fix from the branch:
Check for Editor.idl in the GNOME_PATH as well.  Add `doc' to the
  SUBDIRS in the top-level Makefile.

svn path=/trunk/; revision=9376
2001-04-16 15:52:49 +00:00
2814f8d765 Updated the required version of gal to 0.6.99.0.
2001-04-12  Christopher James Lahey  <clahey@ximian.com>

	* configure.in: Updated the required version of gal to 0.6.99.0.

svn path=/trunk/; revision=9292
2001-04-13 00:51:02 +00:00
f132c28d7f Check if gethostbyname_r take five params
2001-04-11  JP Rosevear  <jpr@ximian.com>

	* configure.in: Check if gethostbyname_r take five params

	* acconfig.h: add GETHOSTBYNAME_R_FIVE_ARGS

2001-04-11  JP Rosevear  <jpr@ximian.com>

	* providers/imap/Makefile.am: user GNOME_INCLUDEDIR since gnome
	files are included in the top level camel headers and the gtk
	include dir is now versioned and such

	* providers/local/Makefile.am: ditto

	* providers/pop3/Makefile.am: ditto

	* providers/smtp/Makefile.am: ditto

	* providers/sendmail/Makefile.am: ditto

	* camel-service.c: use five arg version of gethostbyname_r if
	appropriate
	(camel_get_host_byname): check if msg->herr is non-zero instead of
	checking if msg->hp is null since we may not always have msg->hp

svn path=/trunk/; revision=9239
2001-04-11 16:10:30 +00:00
1991d205da i18n fixes, added missing includes.
2001-04-10  Gediminas Paulauskas <menesis@delfi.lt>

	* AUTHORS: /me is a translator.
	* configure.in (EVO_CHECK_LIB): fail with AC_MSG_ERROR, not echo &&
	exit 1.

2001-04-10  Gediminas Paulauskas <menesis@delfi.lt>

	* backend/ebook/evolution-gnomecard-importer.c: added missing #include.
	* contact-editor/e-contact-editor.c (_arrow_pressed): popup menu items were
	not translated after selecting one of them.
	* gui/widgets/e-addressbook-view.c: mark popup menu items with N_().
	Updated list[] for translators.
	* gui/widgets/e-minicard.c: same.
	* gui/widgets/e-minicard-view-widget.c (e_minicard_view_widget_set_arg): fix warning
	for "editable" arg.
	* gui/widgets/e-minicard-view.c: convert "empty_message" to utf8.

2001-04-10  Gediminas Paulauskas <menesis@delfi.lt>

	* widgets/e-summary-subwindow.c: added some missing includes.
	* widgets/e-summary-title-button.h: same.

2001-04-10  Gediminas Paulauskas <menesis@delfi.lt>

	* menus/gal-view-menus.c: convert label to utf8.

svn path=/trunk/; revision=9215
2001-04-10 21:28:40 +00:00
bcc5969a21 create the makefile in camel/tests/smime
2001-04-10  Jeffrey Stedfast  <fejj@ximian.com>

	* configure.in (EVOLUTION_DIR): create the makefile in
	camel/tests/smime

svn path=/trunk/; revision=9212
2001-04-10 15:41:52 +00:00
4ff1d39039 Bump this to 10. (We forgot to do this before branching *again*...)
* configure.in (EVOLUTION_MICRO_VERSION): Bump this to 10. (We
	forgot to do this before branching *again*...)

svn path=/trunk/; revision=9053
2001-03-30 21:44:12 +00:00
a9819dd335 oops libunicode isn't quite dead yet
svn path=/trunk/; revision=8999
2001-03-28 22:39:52 +00:00
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
25d35e4efd create camel/misc/Makefile
2001-03-26  Radek Doulik  <rodo@ximian.com>

	* configure.in: create camel/misc/Makefile

svn path=/trunk/; revision=8940
2001-03-26 13:43:19 +00:00
46c32e77f9 Bumped gal requirement to 0.5.99.11.
2001-03-22  Christopher James Lahey  <clahey@ximian.com>

	* configure.in: Bumped gal requirement to 0.5.99.11.

svn path=/trunk/; revision=8885
2001-03-22 09:39:10 +00:00
cacbb83e0d Require bison, not yacc (for vcc.y)
* configure.in: Require bison, not yacc (for vcc.y)

svn path=/trunk/; revision=8877
2001-03-21 22:46:22 +00:00
ad0bbfd8a0 More fixes for NSPR and NSS checks - use fixed it to use AC_CHECK_HEADERS
2001-03-20  Jeffrey Stedfast  <fejj@ximian.com>

	* configure.in: More fixes for NSPR and NSS checks - use fixed it
	to use AC_CHECK_HEADERS instead of AC_CHECK_FILES. Also made it
	not default the nspr lib path to /usr/lib/mozilla which may not be
	in the user's library path when checking for nspr libs.

svn path=/trunk/; revision=8856
2001-03-20 22:19:01 +00:00
4380849ce4 Fix ettore's fix ;-)
2001-03-19  Jeffrey Stedfast  <fejj@ximian.com>

	* configure.in: Fix ettore's fix ;-)

svn path=/trunk/; revision=8842
2001-03-20 06:01:06 +00:00
68a731e0a0 Bumped gal requirement to 0.5.99.8.
2001-03-19  Christopher James Lahey  <clahey@ximian.com>

	* configure.in: Bumped gal requirement to 0.5.99.8.

From addressbook/ChangeLog:

2001-03-19  Christopher James Lahey  <clahey@ximian.com>

	* Merged branch:

2001-03-14  Christopher James Lahey  <clahey@ximian.com>

	* gui/widgets/e-minicard-view.c: Call
	e_selection_model_simple_insert_rows and
	e_selection_model_simple_delete_rows instead of
	e_selection_model_simple_insert_row and
	e_selection_model_simple_delete_row.

End of branch

From mail/ChangeLog:

2001-03-19  Christopher James Lahey  <clahey@ximian.com>

	* Merged e-tree-rework-branch:

2001-03-18  Christopher James Lahey  <clahey@ximian.com>

	* message-list.c: Added has_save_id and get_save_id methods.

	* subscribe-dialog.c: Added arguments for
	e_tree_memory_callbacks_new of get_save_id and has_save_id to
	NULL.

2001-03-16  Christopher James Lahey  <clahey@ximian.com>

	* message-list.c: Added a call to
	e_tree_memory_set_expanded_default to TRUE.  Removed all calls to
	set_expanded on nodes while the tree is frozen since this fails
	miserably now.

2001-03-13  Christopher James Lahey  <clahey@ximian.com>

	* message-list.c (message_list_get_layout): Turned off draw-grid.

2001-03-09  Christopher James Lahey  <clahey@ximian.com>

	* folder-browser-factory.c, folder-browser.c, message-list.c,
	message-list.h, subscribe-dialog.c, subscribe-dialog.h,
	mail-callbacks.c: Converted these all to use ETree instead of
	ETable.

End of branch

From shell/ChangeLog:

2001-03-19  Christopher James Lahey  <clahey@ximian.com>

	* Merged e-tree-rework-branch:

2001-03-19  Christopher James Lahey  <clahey@ximian.com>

	* e-storage-set-view.c (etree_get_save_id): Made "root" detection
	deal properly with removed nodes.

2001-03-18  Christopher James Lahey  <clahey@ximian.com>

	* e-shell-view.c (e_shell_view_save_settings): Added some unused
	code to implement saving of the expanded state.

	* e-storage-set-view.c: Added has_save_id and get_save_id methods.

2001-03-13  Christopher James Lahey  <clahey@ximian.com>

	* e-storage-set-view.c (ETREE_SPEC): Set draw-grid here to false.

2001-03-09  Christopher James Lahey  <clahey@ximian.com>

	* e-storage-set-view.c, e-storage-set-view.h: Chaned this to use
	ETree instead of ETable.

End of branch

svn path=/trunk/; revision=8839
2001-03-20 04:48:59 +00:00
1d0afa980c Make sure we never define NSPR_CFLAGS' or NSS_CFLAGS' as just "-I".
2001-03-19  Ettore Perazzoli  <ettore@ximian.com>

	* configure.in: Make sure we never define `NSPR_CFLAGS' or
	`NSS_CFLAGS' as just "-I".

svn path=/trunk/; revision=8824
2001-03-19 17:21:29 +00:00
c8ad537cb8 Updated the checks for NSS and NSPR
2001-03-18  Jeffrey Stedfast  <fejj@ximian.com>

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

svn path=/trunk/; revision=8803
2001-03-19 00:21:01 +00:00
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
eb34e75797 Bump gal requirement to 0.5.99.7
* configure.in: Bump gal requirement to 0.5.99.7

svn path=/trunk/; revision=8750
2001-03-15 22:53:00 +00:00
9bc0a19510 Added Azeri language file
fixed various po files
fixed a no-c-format tag

svn path=/trunk/; revision=8733
2001-03-15 10:42:18 +00:00
1e9f8b5d12 create doc/devel/executive-summary/Makefile
2001-03-14  Gediminas Paulauskas <menesis@delfi.lt>

	* configure.in: create doc/devel/executive-summary/Makefile

	* doc/C/Makefile.am: there's no apx-fdl.sgml and evolution-guide.sgml
	anymore

	* filter/filter-system-flag.c: translate status flag title.

svn path=/trunk/; revision=8714
2001-03-14 22:50:55 +00:00
f19bb8e86d Updated to AC_SUBST the NSPR/NSS flags.
2001-03-12  Jeffrey Stedfast  <fejj@ximian.com>

	* configure.in: Updated to AC_SUBST the NSPR/NSS flags.

svn path=/trunk/; revision=8712
2001-03-14 22:02:23 +00:00
ae7e62bf85 add -lresolv to LDAP_LIBS if it's there.
2001-03-13  Chris Toshok  <toshok@ximian.com>

	* configure.in: add -lresolv to LDAP_LIBS if it's there.

svn path=/trunk/; revision=8678
2001-03-13 20:29:39 +00:00
8c2f3a00ef All my changes to get the folder creation working, and the magic Netscape
importer.

svn path=/trunk/; revision=8661
2001-03-13 02:26:18 +00:00
c8556446ae Hm... probably would be clever to be calling this 0.9 rather than 0.8,
* configure.in (EVOLUTION_MICRO_VERSION): Hm... probably would be
	clever to be calling this 0.9 rather than 0.8, since it's almost
	0.10.

svn path=/trunk/; revision=8620
2001-03-09 21:03:06 +00:00
06cd1f4436 Removed --enable-assbarn-security and replaced it with the real options:
2001-03-07  Jeffrey Stedfast  <fejj@ximian.com>

	* configure.in: Removed --enable-assbarn-security and replaced it
	with the real options:
	--with-nspr-includes=PREFIX
	--with-nspr-libs=PREFIX
	--with-nss=PREFIX

	* acconfig.h: #undef HAVE_NSS

svn path=/trunk/; revision=8591
2001-03-08 02:23:42 +00:00
82ae1edb4d Require GAL 0.5.99.6.
svn path=/trunk/; revision=8588
2001-03-07 23:46:28 +00:00
303052ac31 Don't try to generate a Makefile in camel/providers/vee as it's empty.
2001-03-07  Kjartan Maraas  <kmaraas@gnome.org>

	* configure.in: Don't try to generate a Makefile in
	camel/providers/vee as it's empty.

svn path=/trunk/; revision=8583
2001-03-07 19:57:31 +00:00
21cad27c3f Check for gal 0.5.99.4.
2001-03-05  Christopher James Lahey  <clahey@ximian.com>

	* configure.in: Check for gal 0.5.99.4.

svn path=/trunk/; revision=8557
2001-03-05 16:14:00 +00:00
f3573fb2c9 Reorganize a bit to get rid of warnings about AC_TRY_COMPILE being used
* configure.in: Reorganize a bit to get rid of warnings about
	AC_TRY_COMPILE being used before AC_ISC_POSIX

svn path=/trunk/; revision=8543
2001-03-04 18:46:54 +00:00
66c7b5f975 Added views/addressbook/Makefile.
2001-03-04  Christopher James Lahey  <clahey@ximian.com>

	* configure.in: Added views/addressbook/Makefile.

svn path=/trunk/; revision=8541
2001-03-04 10:36:01 +00:00
dee3e832b9 install conduit icons
2001-03-02  JP Rosevear  <jpr@ximian.com>

	* art/Makefile.am: install conduit icons

2001-03-02  JP Rosevear  <jpr@ximian.com>

	* conduit/Makefile.am: update sed script

	* conduit/e-address.conduit.in: update for new pilot foo

2001-03-02  JP Rosevear  <jpr@ximian.com>

	* conduits/todo/e-todo.conduit.in: update for new pilot foo

	* conduits/calendar/e-calendar.conduit.in: ditto

	* conduits/todo/Makefile.am: update sed script

	* conduits/calendar/Makefile.am: ditto

svn path=/trunk/; revision=8529
2001-03-02 19:43:11 +00:00