2006-07-10  Harish Krishnaswamy  <kharish@novell.com>

	* configure.in, NEWS: EDS 1.7.4 release updates
	and version, libtool numbers bumped.

2006-07-10  Frederic Peters <fpeters@entrouvert.com>

	* *.pc.in: defined @datarootdir@. Fixes #344596.

2006-07-08  Chenthill Palanisamy  <pchenthill@novell.com>
	
	Fixes #335692
	* libedataserver/e-iterator.c (e_iterator_is_valid):
	Added a NULL check.

2006-06-16  Tor Lillqvist  <tml@novell.com>

	* libedataserver/e-msgport.c: Rename the E_IS_SELECT_STATUS_INTR()
	portability macro to E_IS_STATUS_INTR() as it isn't spefic to
	select().
	(e_msgport_put, e_msgport_wait, e_msgport_get): Use
	E_IS_STATUS_INTR() instead of looking at errno directly. On Win32
	the socket functions don't touch errno. (And there is no EINTR
	style error possible in WinSock 2 anyway, according to MSDN.)
	
2006-06-15  Tor Lillqvist  <tml@novell.com>

	* configure.in: Add AM_CONDITIONAL for SUNLDAP (as always false)
	also to the Win32 branch of the if statement, to avoid error
	message when running the configure script.

2006-06-13  Andre Klapper <a9016009@gmx.de>

	* src/server.c:
	changing "couldn't", "can't" and "didn't" to proper
	English. Fixes bug #342160.