2005-08-11  Joe Shaw  <joeshaw@novell.com>

	* Tag version 0.8

	* configure.in: Bump mono requirement up to 1.0.0.  Bump gtk-sharp
	requirement up to 1.0.  Require either evolution-shell 2.4 or 2.2.

	* glue/Makefile.am: Don't use -Werror by default.  Add some other
	warnings

2005-08-11  Veerapuram Varadhan <vvaradhan@novell.com>

	* glue/cal/e-cal-glue.c:
	* glue/cal/e-cal-glue-recur.c:
	* glue/cal/e-cal-glue-recur-util.c:
	* glue/mail/e-mail-remote-*.[c,h]: Fix for compiler warnings.
	(Special thanks goes to Joe Shaw for pointing it all).

	* glue/Makefile.am: Treat warnings as errors.

	* evolution/Makefile.am: Add TestCal.cs and TestBook.cs to 
	EXTRA_DIST.

	* glue/mail/e-mail-remote-glue-utils.[c,h]: Newly added contains
	utility functions.
	
2005-08-10  Veerapuram Varadhan <vvaradhan@novell.com>

	* Reverting back the commit for CalGlueComponentUtil.cs, which
	went it piggy backing the MailRemoteGlueMessageInfo.custom file.
	
2005-08-10  Veerapuram Varadhan <vvaradhan@novell.com>

	* evolution/Evolution.Metadata: Change PeekFoo() methods and
	override them to be GetFoo() methods.

	* evolution/MailRemoteGlueMessageInfo.custom: Handstitch
	GetUserFlags() and GetUserTag() methods.

	* evolution/TestCal.cs: Use Dtstamp and Created properties.

	* Makefile.am: Add marshal.mk to EXTRA_DIST.
	
2005-08-10  Veerapuram Varadhan <vvaradhan@novell.com>

	* glue/cal/e-cal-glue.c (get_ecal_comp_properties): Memory leak fix.
	e_cal_component_get_dtstamp() expects an allocated icaltimetype struct.
	
>>>>>>> 1.70
2005-08-10  Veerapuram Varadhan <vvaradhan@novell.com>

	* glue/cal/e-cal-glue-comp.[c,h]: Store DTSTAMP and CREATED fields.

	* glue/cal/e-cal-glue.c (get_ecal_comp_properties): Fetch values
	for DTSTAMP and CREATED properties and update the glue component
	accordingly.

	* evolution/src/CalGlueComponentUtil.cs: Added GetDtstamp and
	GetCreated methods.
	(GetDtstart) (GetDtend) (GetLastModified) (GetCreated): Return
	DateTime.MinValue if the return value from the native call is 0.

	* evolution/src/CalComponent.cs: Added Dtstamp and Created
	properties.

	* evolution/src/CalUtil.cs (GLibSListToCalCompArray): Update
	Dtstamp and Created properties when creating CalComponent objects.

	* evolution/evolution-api.raw: Regenerate this.

	* evolution/TestCal.cs (OnItemsAdded): Added comments on how to 
	use the combination of LastModified, Dtstamp and Created fields
	to avoid indexing the unmodified-already-indexed events.
	
2005-08-10  Veerapuram Varadhan <vvaradhan@novell.com>

	* glue/mail/e-mail-remote-glue.[c,h]: Removed
	e_mail_remote_glue_get_folders_for_store().
	(e_mail_remote_glue_peek_session_listener)
	(e_mail_remote_glue_peek_store_listener)
	(e_mail_remote_glue_peek_folder_listener): Return respective
	pointers.

	* glue/mail/e-mail-remote-glue-storeinfo.[c,h]
	(e_mail_remote_glue_get_folders): Use the stored reference of the
	top-level EMailRemoteGlue* to peek the corresponding
	folder-listener to pass to the underlying plugin interface call.
	
2005-08-10  Veerapuram Varadhan <vvaradhan@novell.com>

	* glue/mail/e-mail-remote-glue.h: A typo fix.

	* sources.xml: Change namespace back to "E".

	* evolution/evolution-api.raw: Regenerate this.
	
2005-08-10  Veerapuram Varadhan <vvaradhan@novell.com>

	* glue/mail/e-mail-remote-glue-folderinfo.[c,h]: A typo fix.
	
2005-08-10  Veerapuram Varadhan <vvaradhan@novell.com>
	
	* glue/mail/e-mail-remote-glue.c (e_mail_remote_glue_get_folders):
	Renamed as (e_mail_remote_get_folders_from_store) and calls
	e_mail_remote_glue_storeinfo_get_folders to get folders list.
	(e_mail_remote_glue_get_messages) is moved to
	e-mail-remote-glue-folderinfo.c.

	* glue/mail/e-mail-remote-glue-folderinfo.[c,h]:
	(e_mail_remote_glue_folderinfo_get_messages)
	(e_mail_remote_glue_folderinfo_get_message): New APIs to return
	list of messageinfos and messagestream pertaining to a particular
	message-uid.

	* glue/mail/e-mail-remote-glue-storeinfo.[c,h]:
	(e_mail_remote_glue_storeinfo_get_folders): Returns a list of 
	folderinfo objects.
	
2005-08-10  Veerapuram Varadhan <vvaradhan@novell.com>

	* glue/mail/e-mail-remote-glue-msgstream.[c,h]: Wrapper for
	Evolution_Mail_MessageStream Bonobo interface.

	* glue/Makefile.am: Ditto
	
2005-08-10  Veerapuram Varadhan <vvaradhan@novell.com>

	* glue/mail/e-mail-remote-glue.c (e_mail_remote_glue_getMessages):
	Changed to e_mail_remote_glue_messages and will return a
	EMailRemoteGlueMsgIterator and not a GSList.

	* glue/mail/e-mail-remote-msgiter.[c,h]: Wrapper for
	Evolution_Mail_MessageIterator Bonobo interface.

2005-08-09  Joe Shaw  <joeshaw@novell.com>

	* evolution/Source.custom: Allow a few other URI schemes as local,
	but deal with strings rather than Uris because System.Uri sucks.

2005-08-10  Veerapuram Varadhan <vvaradhan@novell.com>

	* glue/mail/e-mail-remote-glue-storeinfo.h
	(e_mail_remote_glue_storeinfo_peek_store): replace store with
	EMStore.

	* glue/mail/e-mail-remote-glue-folderinfo.h,
	glue/mail/e-mail-remote-glue-sessionchange.h,
	glue/mail/e-mail-remote-glue-folderchange.h,
	glue/mail/e-mail-remote-glue-storeinfo.h: Include the generated
	header from IDL.
	
2005-08-10  Veerapuram Varadhan <vvaradhan@novell.com>

	* glue/mail/Evolution-DataServer-Mail.idl: Oops, I forgot to cvs add 
	this file. 
	
2005-08-10  Veerapuram Varadhan <vvaradhan@novell.com>

	* glue/mail/Evolution-DataServer-Mail.idl: The Bonobo idl provided
	by the mail-remote plugin.  We must update this file whenever the
	original one gets updated.
	
	* glue/mail/Makefile.am: Use our local IDL file to generate the stubs/skels.
	Add the IDL file, marshall.list etc to EXTRA_DIST.

	* marshall.mk: Tweak a little bit to work for our source tree structure.
	Fixes my previous broken-commit.
	
2005-08-09  Veerapuram Varadhan <vvaradhan@novell.com>

	* glue/mail/e-mail-remote-glue.[c,h]: Glue code that talks
	to the evolution-mail-remote plugin and wraps CORBA_objects
	to an intermediate object type that can be wrapped in C#. Also,
	the code processes the signals from the plugin and emits signals
	that are split-up according to the original change types.

	* glue/mail/evolution-mail-sessionlistener.[c,h]: Provides a 
	wrapped "session listener" implementation over the Bonobo interface
	provided by the plugin idl.
	
	* glue/mail/evolution-mail-storelistener.[c,h]: Provides a 
	wrapped "store listener" implementation over the Bonobo interface
	provided by the plugin idl.

	* glue/mail/evolution-mail-folderlistener.[c,h]: Provides a 
	wrapped "folder listener" implementation over the Bonobo interface
	provided by the plugin idl.

	* glue/mail/e-mail-remote-glue-sessionchange.[c,h]: Wraps the
	underlying SessionChange Bonobo interface.

	* glue/mail/e-mail-remote-glue-storechange.[c,h]: Wraps the 
	underlying StoreChange Bonobo interface.

	* glue/mail/e-mail-remote-glue-folderchange.[c,h]: Wraps the
	underlying FolderChange Bonobo interface.

	* glue/mail/e-mail-remote-glue-storeinfo.[c,h]: Wraps the
	underlying StoreInfo CORBA object.

	* glue/mail/e-mail-remote-glue-folderinfo.[c,h]: Wraps the
	underlying FolderInfo CORBA object.

	* glue/mail/e-mail-remote-glue-messageinfo.[c,h]: Wraps the
	underlying MessageInfo CORBA object.

	* glue/mail/e-mail-remote-glue-marshal.list: Input file for
	glib-genmarshaller.

	* glue/Makefile.am: Changed for mail-remote-glue code.

	* marshall.mk: Marshaller rule file.
	
	* configure.in: Ditto.
	
2005-08-05  Joe Shaw  <joeshaw@novell.com>

	* evolution/Contact.custom: Add a Rev property.

2005-08-04  Joe Shaw  <joeshaw@novell.com>

	* sources.xml: Add e-cal-types.h to the sources list.

	* evolution/evolution-api.raw: Regenerate this.

	* glue/cal/e-cal-glue.c (get_ecal_comp_properties): Check to see
	if tt is NULL before we dereference it.  Fixes a crash for
	calendar items which don't have last-modified.

2005-08-04  Veerapuram Varadhan <vvaradhan@novell.com>

	* glue/cal/e-cal-glue-comp.[c,h]: Last-modified-date changes.

	* glue/cal/e-cal-glue.c: Ditto.

	* evolution/src/CalComponent.cs: Ditto.

	* evolution/src/CalGlueComponentUtil.cs: Ditto.

	* evolution/src/CalUtil.cs: Ditto.
	
2005-08-03  Joe Shaw  <joeshaw@novell.com>

	* evolution/Makefile.am: Build the assembly with -debug

	* evolution/Book.custom, evolution/Cal.custom: Ensure that the
	arrays returned are always non-null.

2005-08-03  Veerapuram Varadhan <vvaradhan@novell.com>

	* glue/cal/e-cal-glue.c: Use the clone of the icalcomponent.
	Fixes a crash. (sort of reverting back my recent changes).
	
2005-08-02  Veerapuram Varadhan <vvaradhan@novell.com>

	* evolution/Cal.custom (GetChanges): Change ref to out as we are
	not using the values of those parameters inside the method.

	* evolution/Book.custom (GetChanges): Ditto.

	* evolution/Test[Cal,Book].cs: Ditto.

2005-08-02  Veerapuram Varadhan <vvaradhan@novell.com>

	* evolution/Source.custom (IsLocal): Newly added. 
	To identify whether a source is local or remote.

	* evolution/Makefile.am: Source.custom changes.

	* evolution/TestCal.cs: Test the above added API. 
	
2005-08-02  Veerapuram Varadhan <vvaradhan@novell.com>

	* glue/addressbook/e-book-glue.c: (e_book_glue_ebook_get_changes):
	A glue-wrapper for the e_book_get_changes () API in e-d-s.

	* glue/Makefile.am: Included the new file for compilation.

	* configure.in: Check for libebook libraries and set the CFLAGS
	and LIBS accordingly.

	* evolution/Book.custom (GetChanges): Customized GetChanges
	wrapper to return new/updated/removed contacts list/id list.

	* evolution/Evolution.metadata: Mark GetChanges API as hidden for
	Book class.

	* evolution/TestBook.cs: Updated to test GetChanges API.

	* evolution/Cal.custom (GetChanges): Initialize the pointers.

	* evolution/GLibUtil.cs: New file created from CalUtil.cs.
	Contains all GLib based utility functions.

	* evolution/CalUtil.cs: Moved GLib based utility functions to
	GLibUtil.cs and derive CalUtil from GLibUtil.

	* evolution/Makefile.am: Added GLibUtil.cs.
	
2005-08-01  Veerapuram Varadhan <vvaradhan@novell.com>

	* glue/cal/e-cal-glue-recur.c (e_cal_recur_from_icalproperty): Set
	the count field appropriately in the return value.  Also,
	corrected a type (ie.) by_minute was being updated twice.

	* glue/cal/e-cal-glue-comp.h: Added field for handling
	exception-rules in recursion and get/set functions.

	* glue/cal/e-cal-glue-comp.c (e_cal_glue_component_get_uid)
	(e_cal_glue_component_get_rid): Now returns strdup'd pointer that
	the caller has to free it. (Work around for a probable mono bug).
	(e_cal_glue_component_finalize): Typo.

	* glue/cal/e-cal-glue.c (e_cal_glue_ecal_get_changes): A new API
	to return the list of added/modified/deleted items since the last
	call.
	(e_cal_glue_free_glue_component_list): An API for a memory-leak fix.
	(get_ecal_comp_properties): Handling for exception-rules.
	
	* evolution/Cal.custom: Wrapper for e_cal_glue_ecal_get_changes API.
	Some un-wanted code clean-ups.

	* evolution/src/CalGlueComponentUtil.cs: All the calls to
	GLibSListToStringArray() should pass a boolean second parameter
	that should specify whether to free the source memory or not.
	(GetUid), (GetRid): Work around for a probable mono bug.
	(GetExceptionRules): New method to fetch exception-rules.

	* evolution/src/CalUtil.cs (GLibSListToStringArray): Now take two
	parameters.
 	(CalCompFromEcal), (CalCompFromICal): Frees the memory that was
	allocated by the respective glue-code call.
	(FreeGlueCompGLibSList): Wrapper for the underlying glue-API to
	free the e_cal_glue_component list.

	* evolution/src/CalComponent.cs (ExceptionRules): Get/set methods
	for the exrules property.

	* evolution/src/CalGlueRecurrenceUtil.cs (GetEnddate): Return
	DateTime.MinValue, if return value is zero from the glue-code.
	(GetFrequency): Returns FrequencyType enumerated value.

	* evolution/src/CalRecurrence.cs: (FrequencyType), (WeekDayType):
	New enumerations.
	(ToString): An override that returns the recurrence data in a
	user-friendly readable form.

	* evolution/TestCal.cs: Clean-ups and updates w.r.t new APIs.
	
2005-07-28  Veerapuram Varadhan <vvaradhan@novell.com>

	* glue/cal/e-cal-glue-recur.[ch],
	glue/cal/e-cal-glue-recur-util.[ch]: Newly added for handling
	recurrences in evolution calendars.

	* glue/cal/e-cal-glue-comp.h: Added recurrence fields to
	ECalGlueComponent object.  Now we store a list of rrules in the
	glue component.

	* glue/cal/e-cal-glue-comp.c: Get/Set functions for "recurrence"
	related fields.
	
	* glue/cal/e-cal-glue.c: When a calendar item has
	recurrences, parse through the recurrence rules and update the
	rrules list.

	* evolution/src/CalRecurrence.cs: Defines the CalRecurrence class
	that represent the underlying "recurrence" structure in the glue
	code.

	* evolution/src/CalGlueRecurrenceUtil.cs: Wrapper class for the
	underlying ECalGlueRecurrence structure.

	* evolution/src/CalComponent.cs: A member called "rrules" and its
	get/set properties methods are added.

	* evolution/src/CalGlueComponentUtil.cs: Added recurrence-field 
	corresponding method wrappers for e-cal-glue-component.
	
	* evolution/src/CalUtil.cs: (GLibSListToCalRecurrenceArray): Newly
	added for recurrence support and other changes for the same.

	* evolution/TestCal.cs: Ditto.

	* All the required Makefile.am's are changed to reflect the newly
	added source files.
	
2005-07-21  Joe Shaw  <joeshaw@novell.com>

	* evolution/evolution-api.raw: Regenerated this from sources, with
	an e-d-s patch that allows signals on ESource, ESourceGroup, and
	ESourceList to be detected.

2005-07-19  Joe Shaw  <joeshaw@novell.com>

	* evolution/Makefile.am: Build (but don't install) TestCal and
	TestBook.

	* evolution/Evolution.metadata: Rid the API of the ugly PeekFoo()
	methods, and override them to be either GetFoo() methods or
	properties instead.

	* evolution/TestCal.cs, evolution/TestBook.cs: Update for the API
	change.

	* evolution/src/CalComponent.cs: Change the PeekSource() method to
	be a Source property, to go with the new API.

2005-07-18  Joe Shaw  <joeshaw@novell.com>

	* configure.in: Bump version number to 0.8.  Add the libecal .so
	version number to the list of things being exported.

	* evolution/Cal.custom: Add a GetItems() method to make the API
	nicer.

	* evolution/evolution-sharp.dll.config.in: dllmap libecal.

	* evolution/src/CalComponent: Rename UID to Uid to be consistent
	with C# naming conventions.

	* evolution/src/CalGlueComponentUtil.cs: Ditto.

	* evolution/src/CalUtil.cs: Ditto.  Also add MinDate and MaxDate
	properties which are the lowest and highest dates that ecal can
	handle for range queries.  In GetQueryStringForTimeRange() throw
	an ArgumentOutOfRangeException if those bounds are exceeded.

	* glue/Makefile.am: Install libevolutionglue in libdir, and set
	LDFLAGS to reflect that we'll always only be p/invoking into it.

2005-06-15  Veerapuram Varadhan <vvaradhan@novell.com>

	* evolution/Cal.custom, evolution/Evolution.Metadata:
	Hand-implement GetQuery, GetItems, GetItemsForRange,
	GetObjectsList and GetObjectListAsComp.
	* evolution/glue/cal/e-cal-glue.c,
	* evolution/glue/cal/e-cal-glue-comp.c:
	* evolution/glue/cal/e-cal-glue-comp.h: Glue code that talks to
	e-d-s and converts ical to ecal and ecal to an intermediate
	e-cal-glue component.
	* sources.xml: Added e-cal related files to parse.
	* evolution/evolution-api.raw: APIs for e-cal.
	* evolution/src/CalUtil.cs: Utility methods to convert from GSList to
	string[] and etc.
	* evolution/src/CalComponent.cs: A minimalistic representation of
	an e-cal component.
	* evolution/src/CalGlueComponent.cs: Wrapper for the glue-code.
	* evolution/TestCal.cs: A test program to verify Cal bindings.
	* configure.in: Added checks for the presence of libecal.
	* All the related Makefile.am's are changed.
	
2005-07-08  Joe Shaw  <joeshaw@novell.com>

	* evolution/ContactPhoto.custom: Don't try to marshal from the
	pointers by hand.  We can't account for weird padding and such.
	Just define our structure and let Marshal.PtrToStructure() do all
	the heavy lifting for us.  Fixes extracting photos on x86-64
	machines.
	
2005-04-04  Joe Shaw  <joeshaw@novell.com>

	* evolution/Book.custom (GetContacts): If the query passed in is
	null, throw a ArgumentNullException.

2005-03-15  Larry Ewing  <lewing@novell.com>

	* configure.in: make the e-d-s requirement 2.2.0 since that
	appears to be what ships with evo 2.2

2005-02-15  Mike Kestner  <mkestner@novell.com>

	* configure.in : bump requirement to e-d-s 2.2.0.

2005-02-13  Mike Kestner  <mkestner@novell.com>

	* evolution/Evolution.metadata : add a couple renames for collisions.
	* evolution/evolution-api.raw : reparse current API.

2005-02-11  Jon Trowbridge  <trow@novell.com>

	* evolution/Book.custom: In GetBookView, check to make sure
	that requestedFields is not null.

2004-11-02  Christopher James Lahey  <clahey@ximian.com>

	* evolution/Makefile.am (install-data-local, uninstall-local):
	Reverting to the state yesterday since that works when packaging.
	Will use whatever mono-devel-list comes up with.

2004-11-02  Nat Friedman  <nat@novell.com>

	* evolution/Makefile.am (install-data-local): Do the whole
	gacdir/root thing properly for gacutil.

2004-10-25  Mike Kestner  <mkestner@ximian.com>

	* configure.in: Add a test for EDS 1.2.

	* evolution/evolution-sharp.dll.config.in: Select the 1.2
	libraries if we're using EDS 1.2

2004-10-23  Nat Friedman  <nat@novell.com>

	* evolution/Contact.custom: Added a FullName thing accessor.
	Add Get/SetStringArray.  Add ImGroupwise.

2004-09-22  Dave Camp  <dave@novell.com>

	* evolution/Book.custom:
	* evolution/Evolution.metadata: Hand-implement GetBookView

2004-06-22  Jon Trowbridge  <trow@ximian.com>	

	* evolution/Makefile.am: Changed /root to /gacdir in
	install-data-local and uninstall-local.

	* evolution/ContactPhoto.custom: The arguments to Marshal.Copy in
	the Data prop were in the wrong order, so the image data was not
	getting copied to the result array.

2004-06-15  Mike Kestner  <mkestner@ximian.com>

	* evolution/Evolution.metadata : ContactPhoto fixes.
	* evolution/ContactPhoto.custom : ditto.

2004-06-03  Mike Kestner  <mkestner@ximian.com>

	* evolution/Evolution.metadata : BookQuery.And/Or array
	param marking and s/nqs/n_qs to hide the count param.

2004-06-02  Mike Kestner  <mkestner@ximian.com>

	* evolution/Evolution.metadata : fix the data field of 
	ContactPhoto.
	* evolution/Makefile.am : add the new custom.
	* evolution/ContactPhoto.custom : add Data prop to access
	the _data pointer.

2004-06-01  Todd Berman  <tberman@sevenl.net>

	* evolution-sharp.pc.in: make work properly.

2004-06-01  Mike Kestner  <mkestner@ximian.com>

	* evolution/Contact.custom : add Photo prop and fix
	the GValue handling in all the existing props.

2004-06-01  Mike Kestner  <mkestner@ximian.com>

	* Makefile.am : add pub to dist.
	* configure.in : expand new in files. check for mono.
	ACSUBST CSC, GACUTIL, LIB_PREFIX, and LIB_SUFFIX.
	* sources.xml : merge ebook and edataserver into one api
	file.
	* evolution/AssemblyInfo.cs.in : version and signing info.
	* evolution/Evolution.metadata : merged rules.
	* evolution/Makefile.am : gac and more.
	* evolution/Makefile.in : kill
	* evolution/ebook-api.xml : kill
	* evolution/edataserver-api.xml : kill
	* evolution/ebook.metadata : kill
	* evolution/edataserver.metadata : kill
	* evolution/evolution-api.raw : new combined raw api file.
	* evolution/evolution-sharp.dll.config.in : map libnames.

2004-05-27  Mike Kestner  <mkestner@ximian.com>

	* configure.in : req e-d-s >= 0.0.93

2004-05-27  Mike Kestner  <mkestner@ximian.com>

	* configure.in : gtk-sharp req beta1 and AC_SUBST the LIBS.
	* evolution/Makefile.in : replace -pkg:

2004-05-27  Mike Kestner  <mkestner@ximian.com>

	* configure.in : bump gtk-sharp req
	* evolution/Makefile.in : use -pkg:gtk-sharp
	* evolution/*-api.xml : regen

2004-05-07  Todd Berman  <tberman@sevenl.net>

	* evolution/Contact.custom: Fixup to new GetProperty api

2004-03-25  Todd Berman  <tberman@sevenl.net>

	* evolution-sharp.pc.in: add a valid Libs: field

2004-02-19  Mike Kestner  <mkestner@ximian.com>

	* configure.in : tag 0.2 and bump VERSION for cvs.

2004-02-19  Mike Kestner  <mkestner@ximian.com>

	* evolution/ebook-api.xml : reparse

2004-02-04  Mike Kestner  <mkestner@ximian.com>

	* evolution/Contact.custom : add the IM multi-list props.

2004-01-16  Mike Kestner  <mkestner@ximian.com>

	* evolution/Book.custom : return Contact[] from GetContacts, not 
	GLib.List.

2004-01-16  Mike Kestner  <mkestner@ximian.com>

	* configure.in : tag 0.1 and bump VERSION for cvs.

2004-01-16  Mike Kestner  <mkestner@ximian.com>

	* configure.in : bump Gtk# req to 0.16.
	* sources.xml : work for cvs co's of e-d-s and e-s in same dir.
	* evolution/*-api.xml : regen

2003-11-19  Mike Kestner  <mkestner@ximian.com>

	* configure.in : bump Gtk# req to 0.15.
	* sources.xml : add e-source* files to parse.
	* evolution/edataserver-api.xml : new api file
	* evolution/edataserver.metadata : new metadata.
	* evolution/Makefile.in : gen source for libedataserver.

2003-11-11  Mike Kestner  <mkestner@ximian.com>

	* configure : kill it, oops

2003-11-11  Mike Kestner  <mkestner@ximian.com>

	* initial import

