2006-06-12 Harish Krishnaswamy <
[email protected]>
* configure.in, NEWS: EDS 1.7.3 release updates
and version, libtool numbers bumped.
2006-06-12 simon.zheng <
[email protected]>
Fix for #336453
* acinclude.m4:
* configure.in:
Add SunLDAP library support - a variant of Netscape LDAP.
2006-06-07 Frederic Peters <
[email protected]>
* configure.in: Assume strftime() is ok and supports %l and %k when
running in cross-compilation mode.
2006-06-02 Tor Lillqvist <
[email protected]>
* configure.in: Catch more failure modes of strftime() when
presented with conversion specifications %l and %k: On Windows,
these just do nothing, you don't get a 'l' or 'k' in the result,
which was all we used to test for here. Catch also if strftime()
does nothing at all when presented with a format containing
unsupported conversion specifications.
* libedataserver/e-data-server-util.c (e_strftime): The Microsoft
strftime() doesn't have %e either.
2006-06-01 Jeffrey Stedfast <
[email protected]>
* libedataserver/e-msgport.c (e_msgport_get): Loop the reads
checking errno for EINTR.
(e_msgport_put): Loop the writes checking for EINTR. Also, instead
of writing a nul-char, write 'E' as suggested by Michael Meeks for
easier strace debugging purposes.
2006-05-31 Jeffrey Stedfast <
[email protected]>
Hopeful fix for Novell bug #176277
* libedataserver/e-msgport.c: Changed the structure of EMsgPort
slightly to make ::prpipe a union more like ::pipe.
(e_pipe): For convenience, on error set the fds each to -1.
(e_prpipe): New convenience function much like e_pipe but for
PRFileDescs.
(e_msgport_new): Always create the pipes here now instead of
creating them on demand.
(e_msgport_fd): Simply return the pipe fd (no longer creates the
pipe on demand).
(e_msgport_prfd): Same.
2006-05-24 Srinivasa Ragavan <
[email protected]>
* configure.in: Added gnome-vfs-2.0 to camel library
2006-05-24 Ross Burton <
[email protected]>
* docs/reference/addressbook/libebook/tmpl/e-book-view-listener.sgml:
* docs/reference/addressbook/libebook/tmpl/e-book-view.sgml:
* docs/reference/addressbook/libebook/tmpl/e-book.sgml:
Update for doc changes.
2006-05-22 Harish Krishnaswamy <
[email protected]>
* configure.in: Update intltool requirements.
2006-05-18 Devashish Shamra <
[email protected]>
* libedataserver/e-dbhash.c (e_dbhash_new) :If there is an error in opening the
database delete the DB structure.
Patch by Ross Burton <
[email protected]>
Fixes Bug #340039.