2005-06-07  Harish Krishnaswamy <[email protected]>

       * configure.in : bump version, libtool numbers.

2005-05-31  Rodrigo Moya <[email protected]>

       * src/GNOME_Evolution_DataServer.server.in.in: added missing
       names for CORBA services.

2005-05-28  Kjartan Maraas  <[email protected]>

       * configure.in: Disable the libedataserver api docs build
       * docs/reference/Makefile.am: Here too. It doesn't build.

2005-05-24  Tor Lillqvist  <[email protected]>

       * configure.in: Define NO_UNDEFINED as -no-undefined and
       SOCKET_LIBS as -lws2_32 (the WinSock2 library) on Win32. AC_SUBST
       them. Check for strtok_r. Add gobject-2.0 to
       EVOLUTION_ADDRESSBOOK_DEPS and EVOLUTION_CALENDAR_DEPS.

2005-05-24  Tor Lillqvist  <[email protected]>

       Make libdb as included in e-d-s build on Win32 with mingw. (The
       official build setup for libdb uses MSVC.)

       * libdb/dist/Makefile.in: Use EXEEXT for Win32 portability. Use
       the MAKEFILE_MAYBE_WIN32 variable (which configure.ac sets to
       empty on Unix, "_win32" on Win32) to use those source files that
       have an own copy in os_win32 from there.

       * libdb/dist/config.hin: Add DB_WIN32 flag. Insert stuff from the
       libdb/build_win32_db_config.h file.

       * libdb/dist/configure.ac: Changes for mingw builds. AC_SUBST some
       more variables.

       * libdb/dist/configure: Manually make corresponding changes as in
       configure.ac. (Yuck! But we don't run autogen in libdb/dost, so
       what else to do?)

       * libdb/os_win32/os_type.c: Include db_int_def.h here, too.

2005-05-19  Tor Lillqvist  <[email protected]>

       * configure.in: Check for regexec in a separate -lregex. Add
       gmodule to CAMEL_CFLAGS and _LIBS, as camel uses gmodule,
       too. Don't bother mentioning glib as gthread and gmodule drag in
       it automatically.