Commit Graph

1527 Commits

Author SHA1 Message Date
263e728c12 do not add the srcdir prefix as $< already returns the full path. Fixes
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-10-03 05:46:08 +00:00
aab7424773 Just slight rewording.
svn path=/trunk/; revision=30410
2005-09-28 11:54:53 +00:00
52016fab4e libdir is prefix/lib, not bin.
2005-09-28  Tor Lillqvist  <tml@novell.com>

	* win32/dummy.la: libdir is prefix/lib, not bin.

svn path=/trunk/; revision=30408
2005-09-28 11:46:25 +00:00
665105ab10 Drop unused SOCKET_LIBS leftover. Don't check for OpenLDAP on Win32. Set
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-28 08:55:59 +00:00
fb0375e2f9 grep on Solaris doesn't support -q, use > /dev/null instead.
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-09-08 10:07:12 +00:00
f1bdf77f36 Turn stable release bit on. Set version to 2.4.0. Update.
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-28 17:11:15 +00:00
4d70956356 Enable building of exchange plugins by default.
2005-08-24  Sarfraaz Ahmed <asarfraaz@novell.com>

        * configure.in : Enable building of exchange plugins by default.

svn path=/trunk/; revision=30249
2005-08-25 13:58:33 +00:00
003da4df38 correct inadvertent delete in the previous commit
svn path=/trunk/; revision=30205
2005-08-22 19:50:30 +00:00
05d01f22e9 Release 2.3.8
2005-08-23  Harish Krishnaswamy  <kharish@novell.com>

	* configure.in: Release 2.3.8

svn path=/trunk/; revision=30203
2005-08-22 19:41:59 +00:00
2c08d66386 fixed a typo: s/occured/occurred/g
svn path=/trunk/; revision=30180
2005-08-21 19:35:00 +00:00
e967f26d1a Resolve #309074
2005-08-21  Francisco Javier F. Serrador  <serrador@cvs.gnome.org>

	* Resolve #309074

svn path=/trunk/; revision=30179
2005-08-21 18:10:23 +00:00
dcb5bcea6f Don't try to build killev on Win32.
2005-08-10  Tor Lillqvist  <tml@novell.com>

	* tools/Makefile.am: Don't try to build killev on Win32.

svn path=/trunk/; revision=30076
2005-08-10 10:38:36 +00:00
1589a14d71 Added "th" (Thai) to ALL_LINGUAS. Added Thai translation by Supranee
2005-08-09  Theppitak Karoonboonyanan  <thep@linux.thai.net>

	* configure.in: Added "th" (Thai) to ALL_LINGUAS.
	* po/th.po: Added Thai translation by
	Supranee Thirawatthanasuk <supranee@opentle.org>.

svn path=/trunk/; revision=30043
2005-08-09 02:53:10 +00:00
91fc6988a2 Release 2.3.7
2005-08-08  Harish Krishnaswamy  <kharish@novell.com>

* configure.in: Release 2.3.7

svn path=/trunk/; revision=30039
2005-08-08 17:34:24 +00:00
014c126856 Change references to the term "vfolder" to use the term "Search Folder"
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-08-07 21:20:35 +00:00
452a445b52 Added Telugu translations done by Prajasakti Localisation Team <localisation@prajasakti.com>
svn path=/trunk/; revision=29983
2005-08-04 06:48:50 +00:00
6fb4a4f31a Bump version number
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-29 06:27:26 +00:00
2cf7a28ecc Fix make distcheck issues. Bump version number ***** Release 2.3.6 *****
2005-07-26  Harish Krishnaswamy  <kharish@novell.com>

* plugins/calendar-weather/Makefile.am:
* plugins/groupwise-features/Makefile.am:
* plugins/mail-account-disable/Makefile.am:
* plugins/mailing-list-actions/Makefile.am:
* plugins/print-message/Makefile.am:
 Fix make distcheck issues.
* configure.in: Bump version number
***** Release 2.3.6 *****

svn path=/trunk/; revision=29892
2005-07-26 16:43:44 +00:00
f66a60879c Add AC_LIBTOOL_WIN32_DLL. It is apparently required when using bleeding
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-20 08:19:50 +00:00
e2209f993c Removed the proxy and proxy-login plugins as they are merged into the
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-20 05:11:34 +00:00
f77c925431 Add libedataserverui to the IMPORTERS dependency list.
2005-07-13  Tor Lillqvist  <tml@novell.com>

	* configure.in: Add libedataserverui to the IMPORTERS dependency
	list.

svn path=/trunk/; revision=29754
2005-07-13 10:10:13 +00:00
81208794b2 remove the reference to shell/importer/libevolution-importer.la in
2005-07-13  Harish Krishnaswamy <kharish@novell.com>
remove the reference to shell/importer/libevolution-importer.la
in startup-wizard.
***** Release 2.3.5.1 *****

svn path=/trunk/; revision=29748
2005-07-13 07:56:24 +00:00
c409f1ca7f Don't attempt to build the sa-junk-plugin on Win32, it's very
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 23:39:54 +00:00
4446b93079 Add more entries.
2005-07-13  Tor Lillqvist  <tml@novell.com>

	* win32/libevolution-mail.def: Add more entries.

svn path=/trunk/; revision=29745
2005-07-12 23:38:21 +00:00
20af9f76e1 Remove groupwise-features plugin as it is already listed as a base plugin
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-12 09:44:54 +00:00
f43bff294d Removed the shell importer from configure.in
svn path=/trunk/; revision=29737
2005-07-12 09:31:54 +00:00
5653218900 bump version ***** Release 2.3.5 *****
2005-07-12  Harish Krishnaswamy  <kharish@novell.com>

* configure.in: bump version
***** Release 2.3.5 *****

svn path=/trunk/; revision=29735
2005-07-12 06:59:42 +00:00
9cb1ad75de correted twice inclusion of sa-junk-plugin in "plugins_base"section
2005-07-12  Vivek Jain <jvivek@novell.com>

	* configure.in : correted twice inclusion of sa-junk-plugin in
	"plugins_base"section

svn path=/trunk/; revision=29734
2005-07-12 06:47:17 +00:00
5f7590cf48 added sa-junk-plugin to base plugins and AC_OUTPUT section
2005-07-12  Vivek Jain <jvivek@novell.com>

	* configure.in : added sa-junk-plugin to
	base plugins and AC_OUTPUT section

svn path=/trunk/; revision=29727
2005-07-12 04:39:34 +00:00
ca25e6fcb2 Removed this directory. This functionality has now been moved to
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-11 09:24:51 +00:00
6454ebb3b7 Added gnome-vfs-module-2.0 to E_WIDGET_CFLAGS. Added e-attachment-bar.[ch]
2005-07-11 Srinivasa Ragavan <sragavan@novell.com>

	* configure.in: Added gnome-vfs-module-2.0 to E_WIDGET_CFLAGS.
	* Added e-attachment-bar.[ch] e-attachment.[ch] e-attachment.glade to
	directory structure and the Makefile.am

svn path=/trunk/; revision=29708
2005-07-11 08:44:02 +00:00
12440a7ce8 Add mail-account-disable, proxy, proxy-login and groupwise-account-setup
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-07-10 10:41:43 +00:00
10315aabac bump version
2005-07-02  Harish Krishnaswamy  <kharish@novell.com>

* configure.in: bump version

svn path=/trunk/; revision=29616
2005-07-02 12:38:46 +00:00
4c31da1385 Drop local mail file lock method tests and the option
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-27 00:36:06 +00:00
18ba8b5f14 Add e_selection_model_selection_row_changed.
2005-06-27  Tor Lillqvist  <tml@novell.com>

	* win32/libemiscwidgets.def: Add e_selection_model_selection_row_changed.

svn path=/trunk/; revision=29590
2005-06-27 00:26:24 +00:00
1bdd067eef remove need to define NULL in getaddrinfo check.
2005-06-25  Not Zed  <NotZed@Ximian.com>

        * configure.in: remove need to define NULL in getaddrinfo check.

svn path=/trunk/; revision=29583
2005-06-24 17:46:46 +00:00
0ef0eccd86 move prefer-plain and save-attachments to experimental where they belong.
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-24 17:06:35 +00:00
a61871ec44 add mono plugin to the base list only if it was enabled as a configure
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 13:09:01 +00:00
df07f02cae Added widgets in INCLUDES.
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-23 09:11:11 +00:00
8a2d69e680 fix the --enable-profiler not to disable otherwise enabled plugins. &
2005-06-23  Not Zed  <NotZed@Ximian.com>

        * configure.in: fix the --enable-profiler not to disable otherwise
        enabled plugins.  & added default-mailer plugin stuff.

svn path=/trunk/; revision=29571
2005-06-23 04:19:48 +00:00
3998d8c399 New autoconf variable. On Unix it is identical to privlibdir, on Win32
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 17:47:40 +00:00
0f6df5b91d Clarify last entry.
svn path=/trunk/; revision=29532
2005-06-18 11:04:29 +00:00
2e699f7ab6 Use $FULL_GNOME_DEPS here explicitly, as it de facto is a superset of it.
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-18 11:03:17 +00:00
b7d8d60782 Add libetable and libetext.
2005-06-18  Tor Lillqvist  <tml@novell.com>

	* win32/Makefile.am (EXTRA_DIST): Add libetable and libetext.

	* win32/libetable.def
	* win32/libetext.def: New files.

	* win32/libemiscwidgets.def: Add new entries.

svn path=/trunk/; revision=29529
2005-06-18 01:01:20 +00:00
5b611b051c Add e_utf8_to_locale_string, used in e-util.
2005-06-18  Tor Lillqvist  <tml@novell.com>

	* win32/libemiscwidgets.def: Add e_utf8_to_locale_string, used in
	e-util.

svn path=/trunk/; revision=29525
2005-06-17 23:26:15 +00:00
ebae73d6cf Typo.
2005-06-18  Tor Lillqvist  <tml@novell.com>

	* win32/Makefile.am (EXTRA_DIST): Typo.

svn path=/trunk/; revision=29524
2005-06-17 23:08:51 +00:00
27a61acf27 Retired GAL from Head. The relevant files have moved inside evolution.
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
2005-06-17 15:20:35 +00:00
1565f9f382 +2005-06-16 Harish Krishnaswamy <kharish@novell.com>
* 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-16 13:37:37 +00:00
bb518cc4f0 Add win32.
2005-06-15  Tor Lillqvist  <tml@novell.com>

	* Makefile.am (SUBDIRS): Add win32.

svn path=/trunk/; revision=29512
2005-06-15 19:49:08 +00:00
1e2acdd66b Expand also @SOEXT@.
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
2005-06-15 19:47:28 +00:00