2005-10-3 Harish Krishnaswamy <kharish@novell.com>
* marshal.mk : do not add the srcdir prefix as
$< already returns the full path.
Fixes#271308.
svn path=/trunk/; revision=30465
2005-09-28 Tor Lillqvist <tml@novell.com>
* configure.in: Drop unused SOCKET_LIBS leftover. Don't check for
OpenLDAP on Win32. Set corresponding variables unconditionally on
Win32, as LDAP support is always present (in <winldap.h> and
-lwldap32).
(CAMEL_EXCHANGE): Add more stuff to CAMEL_EXCHANGE_CFLAGS and
_LIBS. These are used only in
plugins/exchange-operations/Makefile.am, and now it's enough to
use only that CAMEL_EXCHANGE_CFLAGS and _LIBS there.
In plugins/exchange-operations:
2005-09-28 Tor Lillqvist <tml@novell.com>
* Makefile.am (INCLUDES, LIBADD): Use just CAMEL_EXCHANGE_CFLAGS
and _LIBS, they now includes all necessary (see top-level
ChangeLog).
(LDFLAGS): Use NO_UNDEFINED.
svn path=/trunk/; revision=30388
2005-09-05 Mengjie Yu <meng-jie.yu@sun.com>
* configure.in:grep on Solaris doesn't support -q, use > /dev/null instead.
svn path=/trunk/; revision=30339
2005-08-28 Harish Krishnaswamy <kharish@novell.com>
* configure.in : Turn stable release bit on. Set
version to 2.4.0.
* MAINTAINERS : Update.
svn path=/trunk/; revision=30277
2005-08-07 Rodney Dawes <dobey@novell.com>
* help/C/evolution.xml: Change references to the term "vfolder" to
use the term "Search Folder" instead
svn path=/trunk/; revision=30025
2005-07-29 Harish Krishnaswamy <kharish@novell.com>
* configure.in: Bump version number
*****Release 2.3.6.1***** includes fix for
#311731 - (Removing folders from an IMAP)
svn path=/trunk/; revision=29930
2005-07-20 Tor Lillqvist <tml@novell.com>
* configure.in: Add AC_LIBTOOL_WIN32_DLL. It is apparently
required when using bleeding edge libtool.
Enable building with Mozilla nspr and nss on Win32. No -ldl on
Win32. No import library for softokn3.dll provided by the Mozilla
people for some reason.
Add libedataserverui, libglade and gtk+ to the dependencies of
CERT_UI, as the libraries in smime call functions from them.
svn path=/trunk/; revision=29810
2005-07-19 Sankar P <psankar@novell.com>
* configure.in : Removed the proxy and proxy-login plugins as they are
merged into the groupwise-features plugin.
svn path=/trunk/; revision=29805
2005-07-13 Tor Lillqvist <tml@novell.com>
* configure.in: Don't attempt to build the sa-junk-plugin on
Win32, it's very Unix-specific.
svn path=/trunk/; revision=29746
2005-07-12 Harish Krishnaswamy <kharish@novell.com>
* plugins/Makefile.am : Remove groupwise-features
plugin as it is already listed as a base plugin
svn path=/trunk/; revision=29739
2005-07-11 Sarfraaz Ahmed <asarfraaz@novell.com>
* plugins/exchange-account-setup : Removed this directory. This
functionality has now been moved to exchange-operations.
svn path=/trunk/; revision=29710
2005-07-10 Shreyas Srinivasan <sshreyas@novell.com>
* configure.in: Add mail-account-disable, proxy, proxy-login and
groupwise-account-setup to the plugin list.
* plugins/proxy/*: Plugin to implement Proxy assignment on a
groupwise account.
* plugins/proxy-login/*: Plugin to implement Proxy Login on a
groupwise account.
* plugins/mail-account-disable/*: Plugin to add Disable/ Proxy
Logout to a store menu on right click.
* plugins/groupwise-account-setup/*: Make the
camel-groupwise-listener load on startup.
* plugins/groupwise-features/*: Remove the
camel-groupwise-listener code as it runs in a different plugin.
* po/POTFILES.in: Add files which need to be translated.
svn path=/trunk/; revision=29700
2005-06-27 Tor Lillqvist <tml@novell.com>
* configure.in: Drop local mail file lock method tests and the
option --enable-file-locking, these are not used in evolution. (Is
used in e-d-s.) Ditto for sendmail operation tests and the
--with-broken-spool option.
svn path=/trunk/; revision=29591
2005-06-25 Not Zed <NotZed@Ximian.com>
* configure.in: move prefer-plain and save-attachments to
experimental where they belong.
svn path=/trunk/; revision=29581
2005-06-23 Harish Krishnaswamy <kharish@novell.com>
* configure.in : add mono plugin to the base list only if
it was enabled as a configure option.
svn path=/trunk/; revision=29576
2005-06-23 Kaushal Kumar <kakumar@novell.com>
* e-util/Makefile.am, widgets/e-timezone-dialog/Makefile.am,
addressbook/gui/search/Makefile.am,
plugins/groupwise-features/Makefile.am: Added widgets in INCLUDES.
Updated the include paths to use misc instead of widgets/misc.
svn path=/trunk/; revision=29574
2005-06-18 Tor Lillqvist <tml@novell.com>
* configure.in (privsolibdir): New autoconf variable. On Unix
it is identical to privlibdir, on Win32 identical to libdir.
There is no RPATH mechanism in Win32 DLLs or EXEs. The
intention is that Evolution's private shared libraries will be
marked in the Makefile.am files as privsolib_LTLIBRARIES. They
will thus on Windows get installed in libdir. The DLLs will
actually get installed in bindir, thanks to libtool magic. It
will thus suffice to have bindir in PATH.
This also means that we can use gnome_win32_get_prefixes() in
libeutil to find out the installation location on the end-user
machine based on the location of the DLL. gnome_win32_get_prefixes()
assumes the DLL is in a "bin" subfolder of the end-user
installation prefix.
svn path=/trunk/; revision=29544
2005-06-18 Tor Lillqvist <tml@novell.com>
* configure.in (EXTRA_GNOME dependencies): Use $FULL_GNOME_DEPS
here explicitly, as it de facto is a superset of it. In the
makefiles thus no need to use both EXTRA_GNOME_CFLAGS and
GNOME_FULL_CFLAGS, EXTRA_GNOME_CFLAGS is enough. (Ditto for
_LIBS.)
svn path=/trunk/; revision=29531
2005-06-17 Kaushal Kumar <kakumar@novell.com>
* Retired GAL from Head. The relevant files have moved inside
evolution. Thanks to JP Rosevear for performing the cvs surgery. The
files have been moved in the following order.
evolution/e-util <- gal/gal/util
evolution/a11y <- gal/gal/a11y
evolution/a11y/e-table <- gal/gal/a11y/e-table
evolution/a11y/e-text <- gal/gal/a11y/e-text
evolution/widgets/table <- gal/gal/e-table
evolution/widgets/text <- gal/gal/e-text
evolution/widgets/misc <- gal/gal/widgets
evolution/widgets/misc/pixmaps <- gal/gal/widgets/pixmaps
evolution/widgets/menus <- gal/gal/menus
Following is the summary of changes done to fix the build:-
- New files added to cvs repository,
- a11y/e-table/Makefile.am
- a11y/e-text/Makefile.am
- widgets/table/Makefile.am
- widgets/text/Makefile.am
- widgets/misc/pixmaps/Makefile.am
- iconv-detect.h
- iconv-detect.c
- Updated configure.in.
- Updated all the relevant Makefile.am files.
- Updated the include paths to replace all gal references.
- Updated the marshal list to suit gal files requirements.
svn path=/trunk/; revision=29522
* configure.in : add mono to the plugins list
* data/evolution.desktop.in.in :
Fix for#307176 (patch from Andre Klapper)
correct the version of evolution-data-server.
* plugins/mono/Makefile.am : mono-plugin.h should be included
in the sources too.
svn path=/trunk/; revision=29518
2005-06-15 Tor Lillqvist <tml@novell.com>
* plugin.mk: Expand also @SOEXT@.
* server.mk: Expand also @SOEXT@ and @EXEEXT@.
svn path=/trunk/; revision=29511