2006-01-17 Harish Krishnaswamy * configure.in, NEWS: Release updates, bump version libtool numbers. ***** Release 1.5.5 ***** 2006-01-16 P S Chakravarthi * libedataserver/e-source-list.[ch] : added a function called e_source_list_is_gconf_updated () which returns a boolean indicating whether or not a given ESourceList instance is in sync with its corresponding gconf xml or not. e_source_list_sync () : added an if clause that uses the above function before updating the gconf. 2006-01-16 Harish Krishnaswamy * configure.in : Add target for CALDAV calendar backend. 2006-01-12 Harish Krishnaswamy * src/GNOME_Evolution_DataServer.server.in.in: * src/server.c: The Cal and Book Factory oafids should reflect the API version rather than the BASE version. Fixes #323115. 2006-01-10 Simon Zheng * docs/reference/camel/camel-sections.txt: * docs/reference/camel/tmpl/camel-file-utils.sgml: Detele the function camel_mkdir description. * libedataserver/e-data-server-util.h: Rename e-util.h as this file. * libedataserver/e-data-server-util.c: Rename e-util.c as this file. (e_util_mkdir_hier):Merge the change of evolution/e-util/e-util.c (e_mkdir_hier) into this copy. (e_strftime):Merge the change of evolution/e-util/e-util.c into this copy. * libedataserver/Makefile.am: * libedataserver/e-file-cache.c: * libedataserver/e-msgport.c: * libedataserver/e-time-utils.c: * src/server.c: Replace e-util.h as e-data-server-util.h, and replace e-util.c as e-data-server-util.c. 2006-01-08 Tor Lillqvist * configure.in: Define _WIN32_WINNT as 0x501 in the config.h on Win32 to get freeaddrinfo(), getaddrinfo() and getnameinfo() declarations with current mingw w32api headers. 2006-01-06 Simon Zheng * libedataserver/e-account-list.c: Since e-util/e-account-list.c in evolution module has been developed further, merge those changes into libedataserver and drop e-util/e-account-list.c. libedataserver/e-account-list.h: Since e-util/e-account-list.h in evolution module has been developed further, merge those changes into libedataserver and drop e-util/e-account-list.h. libedataserver/e-account.c: Since e-util/e-account.c in evolution module has been developed further, merge those changes into libedataserver and drop e-util/e-account.c. libedataserver/e-account.h: Since e-util/e-account.h in evolution module has been developed further, merge those changes into libedataserver and drop e-util/e-account.h. 2006-01-04 Tor Lillqvist * libedataserver/e-util.c (e_util_replace_prefix): As this (Win32-only) function is called from evo, too, it needs a third argument, the configure time prefix that it should replace, instead of harcoding e-d-s's one. (Assuming e-d-s and evo are configured with different temporary dirs as prefix, which is the recommended way.) * libedataserver/e-util.h: Update declaration correspondingly. * src/server.c (libdir): Modify calls correspondingly.