Commit Graph

802 Commits

Author SHA1 Message Date
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
c3c9ca3526 add some more 16 character versions for freebsd.
2001-04-08  Chris Toshok  <toshok@ximian.com>

	* tools/killev (sysname): add some more 16 character versions for
	freebsd.

svn path=/trunk/; revision=9208
2001-04-09 00:25:55 +00:00
bb551848f5 Brag.
2001-04-04  Kjartan Maraas  <kmaraas@gnome.org>

	* AUTHORS: Brag.

svn path=/trunk/; revision=9188
2001-04-04 20:55:58 +00:00
c7179850dc Executive summary and Trash now have nice icons both in tree/folder title and
shortcut bar.

Converted and replaced icons for trash and summary:
exec-16-summary.xpm => evolution-today-mini.png
delete_mesage.xpm => evolution-trash-mini.png,
Copied evolution-trash.png icons from mc (needs tweaking to match other
evolution icons though)

svn path=/trunk/; revision=9154
2001-04-03 23:24:50 +00:00
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
042704ddd3 Blessed by Ettore.
Guided by Jacub Stener's mail, where he explaned which icons were renamed or
added, I added a bunch of new icons to menus, fixed renamed ones. Changed Trash
and Executive summary folder type icons. Fixed art/Makefile.am for these
changes.

Also, pulled icon cache from mailer and moved it to e-util/e-gui-utils.h, made
all components and dialogs use cache and not load pixmaps every time.

Accidentally got a couple of includes fix in, but they won't break anything.

svn path=/trunk/; revision=9092
2001-04-02 03:59:11 +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
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
17e6b9ce17 In a burst of egomania, added myself.
2001-03-28  Jon Trowbridge  <trow@ximian.com>

        * AUTHORS: In a burst of egomania, added myself.

svn path=/trunk/; revision=8988
2001-03-28 06:59:57 +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
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
2282cef752 new menu icons
svn path=/trunk/; revision=8893
2001-03-22 12:28:40 +00:00
2252976cf4 fixing checkerboard
svn path=/trunk/; revision=8892
2001-03-22 11:22:30 +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
a52b65816a renaming icons to make Miguel's speedups possible
svn path=/trunk/; revision=8884
2001-03-22 09:15:30 +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
cea7205f5e Added all the new icons to the distribution.
2001-03-20  Miguel de Icaza  <miguel@ximian.com>

	* art/Makefile.am (images_DATA): Added all the new icons to the
	distribution.

svn path=/trunk/; revision=8869
2001-03-21 18:04:31 +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
ef59955e2d color coded app icons and some new icons. also a new splash (probably to be replaced in seconds by tigert's ;)
svn path=/trunk/; revision=8855
2001-03-20 20:45:11 +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
5a469caab6 pulled from the 0.9 release.
2001-03-19  Jeffrey Stedfast  <fejj@ximian.com>

	* NEWS: pulled from the 0.9 release.

svn path=/trunk/; revision=8819
2001-03-19 07:32:40 +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
01b977304f import druid icon
svn path=/trunk/; revision=8751
2001-03-16 00:04:41 +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
8391885d18 Removed .oafinfo files -- they are obsolete. Moved pixmaps from
2001-03-15  Gediminas Paulauskas <menesis@delfi.lt>

Removed .oafinfo files -- they are obsolete.
Moved pixmaps from calendar/gui/ to art/
Moved evolution.png to art/
Moved evolution.desktop.in to data/
Generate doc/devel/executive-summary/Makefile

svn path=/trunk/; revision=8727
2001-03-15 03:46:54 +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
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
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
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
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
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
62d28aab75 Changed int to char when returning a character from a stream (since it
2001-03-09  Christopher James Lahey  <clahey@ximian.com>

	* libversit/vcc.y: Changed int to char when returning a character
	from a stream (since it needs to be able to hold EOF.)

svn path=/trunk/; revision=8617
2001-03-09 19:34:30 +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
1aa3a1f9bf /* xgettext:no-c-format */ before the welcome message.
2001-03-07  Kjartan Maraas  <kmaraas@gnome.org>

	* shell/main: /* xgettext:no-c-format */ before the welcome
	message.

svn path=/trunk/; revision=8584
2001-03-07 19:58:20 +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
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
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