2005-10-25 Harish Krishnaswamy * Makefile.am: Distclean should remove the header, not iconv-detect.c 2005-10-25 Harish Krishnaswamy * configure.in: Turn development warning on. Bump version to 2.5.1. 2005-10-19 Harish Krishnaswamy Committing for Nathan Owens * configure.in: Add views/memos/Makefile, calendar/conduits/memo/Makefile to Makefile list 2005-10-18 Srinivasa Ragavan * configure.in: Added iPod sync e-plugin to experimental plugins. 2005-10-17 Runa Bhattacharjee * configure.in : Added Bengali (bn) to ALL_LINGUAS. 2005-10-3 Harish Krishnaswamy * marshal.mk : do not add the srcdir prefix as $< already returns the full path. Fixes #271308. 2005-09-28 Tor Lillqvist * configure.in: Drop unused SOCKET_LIBS leftover. Don't check for OpenLDAP on Win32. Instead, set related variables unconditionally, as LDAP support is always present (in 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. * win32/dummy.la: libdir is prefix/lib, not bin. 2005-09-05 Mengjie Yu * configure.in:grep on Solaris doesn't support -q, use > /dev/null instead. 2005-08-28 Harish Krishnaswamy * configure.in : Turn stable release bit on. Set version to 2.4.0. * MAINTAINERS : Update. 2005-08-24 Sarfraaz Ahmed * configure.in : Enable building of exchange plugins by default. 2005-08-23 Harish Krishnaswamy * configure.in : Release 2.3.8 2005-08-21 Jens Seidel * e-util/e-plugin.c: * mail/mail-mt.c: * plugins/sa-junk-plugin/em-junk-filter.c: Fixed the typo "occured" (also in all effected PO files to avoid fuzzyness) 2005-08-21 Francisco Javier F. Serrador * widgets/misc/e-canvas-background.c: * widgets/text/e-entry.c: Resolve Bug #309074 2005-08-10 Tor Lillqvist * tools/Makefile.am: Don't try to build killev on Win32. 2005-08-09 Theppitak Karoonboonyanan * configure.in: Added "th" (Thai) to ALL_LINGUAS. 2005-08-08 Harish Krishnaswamy * configure.in: Release 2.3.7 2005-08-07 Rodney Dawes * help/C/evolution.xml: Change references to the term "vfolder" to use the term "Search Folder" instead 2005-08-04 Sunil Mohan Adapa * configure.in: Added "te" to ALL_LINGUAS 2005-07-29 Harish Krishnaswamy * configure.in: Bump version number *****Release 2.3.6.1***** includes fix for #311731 - (Removing folders from an IMAP) 2005-07-26 Harish Krishnaswamy * 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 ***** 2005-07-20 Tor Lillqvist * 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. 2005-07-19 Sankar P * configure.in : Removed the proxy and proxy-login plugins as they are merged into the groupwise-features plugin. 2005-07-13 Tor Lillqvist * configure.in: Add libedataserverui to the IMPORTERS dependency list. 2005-07-13 Harish Krishnaswamy *configure.in : bump version ***** Release 2.3.5.1 ***** 2005-07-13 Tor Lillqvist * configure.in: Don't attempt to build the sa-junk-plugin on Win32, it's very Unix-specific. * win32/libevolution-mail.def: Add more entries. 2005-07-12 Harish Krishnaswamy * configure.in: bump version ***** Release 2.3.5 ***** 2005-07-12 Harish Krishnaswamy * plugins/Makefile.am : Remove groupwise-features plugin as it is already listed as a base plugin 2005-07-12 Chenthill Palanisamy * configure.in: Removed the shell/importer from AC_OUPUT. 2005-07-12 Vivek Jain * configure.in : correted twice inclusion of sa-junk-plugin in "plugins_base" section 2005-07-12 Vivek Jain * configure.in : added sa-junk-plugin to base plugins and AC_OUTPUT section 2005-07-11 Sarfraaz Ahmed * plugins/exchange-account-setup : Removed this directory. This functionality has now been moved to exchange-operations. 2005-07-11 Srinivasa Ragavan * configure.in: Added gnome-vfs-module-2.0 to E_WIDGETS_CFLAGS for the merged attachment bar. 2005-07-10 Shreyas Srinivasan * configure.in: Add mail-account-disable, proxy, proxy-login and groupwise-account-setup to the plugin list. 2005-07-02 Harish Krishnaswamy * configure.in: bump version 2005-06-27 Tor Lillqvist * 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. * win32/libemiscwidgets.def: Add e_selection_model_selection_row_changed. 2005-06-25 Not Zed * configure.in: remove need to define NULL in getaddrinfo check. 2005-06-25 Not Zed * configure.in: move prefer-plain and save-attachments to experimental where they belong. 2005-06-23 Harish Krishnaswamy * configure.in : add mono plugin to the base list only if it was enabled as a configure option. 2005-06-23 Kaushal Kumar * 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. 2005-06-23 Not Zed * configure.in: fix the --enable-profiler not to disable otherwise enabled plugins. & added default-mailer plugin stuff. 2005-06-18 Tor Lillqvist * configure.in (EXTRA_GNOME dependencies): Use $FULL_GNOME_DEPS here explicitly instead of duplicating the list. In the makefiles no need to use both EXTRA_GNOME_CFLAGS and GNOME_FULL_CFLAGS, EXTRA_GNOME_CFLAGS is enough. (Ditto for _LIBS.) (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. * win32/Makefile.am (EXTRA_DIST): Fix typo. Add libetable and libetext. * win32/libetable.def * win32/libetext.def: New files. * win32/libemiscwidgets.def: Add new entries. 2005-06-17 Kaushal Kumar * 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. 2005-06-16 Harish Krishnaswamy * 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. 2005-06-15 Tor Lillqvist * configure.in: Check for Win32. Define Automake conditional OS_WIN32. Define autoconf substitutions SOEXT (.so vs. .dll) and NO_UNDEFINED (empty vs. -no-undefined). Check for regexec, perhaps in a separate -lregex. Include also camel-provider's CFLAGS and LIBS for IMPORTERS. Expand win32/Makefile. * Makefile.am (SUBDIRS): Add win32. * plugin.mk: Expand also @SOEXT@. * server.mk: Expand also @SOEXT@ and @EXEEXT@. * win32/README * win32/Makefile.am * win32/dummy.la * win32/libemiscwidgets.def * win32/libevolution-addressbook.def * win32/libevolution-calendar.def * win32/libevolution-mail.def * win32/libfilter.def: New files. Build bootstrap import libraries for some of Evolution's DLLs to work around circular dependencies between some of the shared libraries. Circular dependecies are problematic on Win32 where one can't have undefined symbols in executables (or shared libraries). 2005-06-14 Sarfraaz Ahmed * configure.in : Add a configure option --enable-exchange to build Exchange plugins. Also changed the Exchange plugin name to exchange-operations. 2005-06-12 Sarfraaz Ahmed * plugins/exchange-operations : Added a new plugin directory for renaming exchange-account-setup as exchange-operations. 2005-06-10 Sarfraaz Ahmed * configure.in : Added CAMEL_EXCHANGE CFLAGS/LIBS for exchange plugins. 2005-06-07 Harish Krishnaswamy * configure.in: bump version. 2005-05-25 Not Zed * configure.in: if --enable-mono, then enable the mono plugin. 2005-05-23 Vivek Jain * configure.in : Removed the entries of groupwise-account-setup shared-folder groupwise-send-options groupwise-status-tacking send-options addressbook-groupwise from AC_OUTPUT and base plugins and added consolidated 'groupwise-features' plugin to base plugins and AC_OUTPUT 2005-05-19 Chenthill Palanisamy * configure.in: Added a plugin to mark all messages as read for the selected and the sub folders to base plugin. 2005-05-19 Vivek Jain * configure.in : add print-message plugin to base plugins and AC_OUTPUT 2005-05-18 Harish Krishnaswamy * configure.in : Bump version 2005-05-13 Rodney Dawes * plugins/Makefile.am (DIST_SUBDIRS): Add profiler so that it gets disted properly 2005-05-12 Not Zed * configure.in: Added mail-remote stuff. an experimental plugin. 2005-05-12 Harish Krishnaswamy * configure.in: check for libsoup-2.4 else fail over to libsoup-2.2. 2005-05-06 Not Zed * plugin.mk: changed .eplug rule to also convert i18n tags if it ends in xml. Also convert .error.xml into .error converting i18n tags. 2005-05-06 Srinivasa Ragavan * addressbook/gui/component/ldap-config.glade: Changed string 'login' * mail/evolution-mail.schemas.in.in: Rephrased photo string * mail/mail-config.glade: Rephrased photo string * ui/evolution-mail-message.xml: Changed 'From' to 'from' 2005-05-05 Harish Krishnaswamy * configure.in: reset upgrade revision to 0 2005-05-04 Amish * evolution-plugin.pc.in, evolution-shell.pc.in : use @GAL_PACKAGE@ instead of hardcoding the version. Fixes evolution-exchange build issues. 2005-04-28 Not Zed * configure.in: add an --enable-profiling arg, build the profiling plugin optionally as well. 2005-04-26 Harish Krishnaswamy * configure.in : Bump version 2005-04-25 Harish Krishnaswamy * configure.in: Bump libsoup requires. 2005-04-20 James Henstridge * configure.in (EVO_SET_COMPILE_FLAGS): fix up macro so that it doesn't trigger configure failures with newer versions of pkg-config. Fixes bug #300436. 2005-04-11 Harish Krishnaswamy * configure.in: bump version, requires 2005-03-11 David Malcolm * configure.in: set up DBUS_VERSION for use in the new-mail-notify plugin 2005-03-31 Steve Murphy * configure.in: Added "rw" to ALL_LINGUAS. 2005-03-29 Adi Attar * configure.in: Added "xh" to ALL_LINGUAS. 2005-03-27 Ahmad Riza H Nst * configure.in: Added id (Indonesian) to ALL_LINGUAS line. 2005-03-21 Radek Doulik * configure.in: require gtkhmtl 3.7.0 with 3.8 package/api version 2005-03-21 Philip Van Hoof * configure.in: Fix for #73917 2005-03-16 Pawan Chitrakar * configure.in: Added ne in ALL_LINGUAS 2005-03-07 JP Rosevear * configure.in: bump version, requires 2005-02-28 JP Rosevear * configure.in: bump version, requires 2005-02-28 JP Rosevear * configure.in: add startup wizard plugin 2005-02-28 JP Rosevear * plugins/Makefile.am: dist standard and experimental plugins * configure.in: move "all" plugins to standard and experimental and default to building the standard set 2005-02-27 JP Rosevear * configure.in: add mail/default/de to ac_output to fix the build 2005-02-23 Björn Torkelsson * Makefile.am (DISTCLEANFILES): remove *.pc and intltool-* files generated by configure when running make distclean. 2005-02-23 Hans Petter Jansson * configure.in: Make mailer depend on libedataserverui. 2005-02-22 Marco Pesenti Gritti * configure.in: Depend on gnome-vfs >= 2.4 2005-02-22 Rodney Dawes * data/Makefile.am (CLEANFILES): add new variable with the generated keys and desktop file listed so that they get removed with make clean (EXTRA_DIST): Don't dist the generated keys file 2005-02-01 Priit Laes * configure.in : Remove duplicate entries for addressbook-groupwise, groupwise-status-tracking and default-source in plugins list. Fixes make distclean. 2005-02-01 JP Rosevear * MAINTAINERS: Update 2005-02-01 Priit Laes * configure.in : Remove duplicate entry for calendar-file in plugins list. 2005-01-30 Harish Krishnaswamy * configure.in : Correct the typo in plugins_base made in the commit below - let the HEAD to get built again. 2005-01-29 Sivaiah Nallagatla * configure.in : add addressbook-groupwise plguin to the plguin list 2005-01-26 Rodney Dawes * configure.in: Add mail/default/pt/Makefile to AC_OUTPUT 2005-01-24 JP Rosevear * configure.in: bump version and requires 2005-01-21 JP Rosevear * configure.in: e-util needs libgnomeprintui now 2005-01-21 Sivaiah Nallagatla * configure.in : added addressbook-file plugin 2005-01-21 Sivaiah Nallagatla * configure.in : added default-source plugin 2005-01-20 Parthasarathi Susarla * configure.in : added a plugin for displaying the groupwise status tracking options 2005-01-13 JP Rosevear * configure.in: bump version to 2.1.3.2 2005-01-13 Rodney Dawes * configure.in: Add new-mail-notify to the plugins_all listing so that it gets disted properly 2005-01-12 JP Rosevear * configure.in: fix plugin listing, bump upgrade revision so weather calendar group appears 2005-01-10 JP Rosevear * configure.in: make itip-formatter a base plugin 2005-01-11 JP Rosevear * configure.in: bump version 2005-01-11 Not Zed * configure.in: added new mail plugin & checks. 2005-01-10 Sushma Rai * configure.in: Added Exchange account settings plugin 2005-1-10 Parthasarathi Susarla * configure.in : added send options plugin to base plugin list 2005-01-10 Vivek Jain * configure.in : Add shared-folder to plugin and base plugin list. Add corresponding Makfile to AC_OUTPUT section. 2005-01-10 Chenthill Palanisamy * configure.in: add send-options plugin 2005-01-09 JP Rosevear * configure.in: add calendar-file plugin 2005-01-08 Priit Laes * configure.in : Remove duplicate entry for itip-formatter in plugins list. 2005-01-08 Harish Krishnaswamy * configure.in : Add gnome-vfs-module-2.0 to Evo compile flags for the calendar. 2005-01-08 Hans Petter Jansson * configure.in: Add libedataserverui to the e-util libs and cflags. 2005-01-07 Rodrigo Moya * configure.in: removed weatherdatadir definition here. 2005-01-07 David Trowbridge * configure.in: added calendar-weather plugin to build. 2005-01-06 JP Rosevear * data/Makefile.am: add some uninstall rules for local data 2005-01-03 JP Rosevear * configure.in: add itip-formatter to the "all" list, its not ready to be in the base yet though 2004-12-23 Hans Petter Jansson * configure.in: Remove select-names from Makefile output list. 2004-12-17 Not Zed * devel-docs/misc/errors.txt (BUILT_SOURCES): add translation stuff. 2004-12-16 Not Zed * Makefile.am, configure.in: added evolution-plugin.pc, pkg-config file required for plugin development. 2004-12-20 JP Rosevear * configure.in: bump version, requires 2004-12-14 JP Rosevear Fixes #6066 * README.translators: New information for translators * README: Update slightly for 2.1/2.2 2004-12-14 Rodney Dawes * configure.in (AC_OUTPUT): Add mail/default/zh_CN/Makefile 2004-12-08 Hans Petter Jansson * plugins/shared-folder/share-folder-common.c: Include from evolution-data-server. 2004-12-03 Sivaiah Nallagatla * configure.in : Add groupwise-account-setup to plguin and base plugin list. Add corresponding Makfile to AC_OUTPUT section. 2004-12-01 Dafydd Harries * configure.in: Add "cy" (Welsh) to ALL_LINGUAS. 2004-11-29 JP Rosevear * configure.in: bump version, requires 2004-12-02 Not Zed * configure.in: Make evolution mail link to camel-provider not camel only. Removed some camel stuff. 2004-11-16 Not Zed * Makefile.am (SUBDIRS): removed camel. * configure.in: Removed camel building, fixed module includes to use camel via packageconfig. 2004-11-15 Not Zed * configure.in: Added libeds to camel and mail and filter cflags. 2004-11-09 Rodney Dawes * configure.in: Add AC_SUBST for plugins_base also * plugins/Makefile.am: Add plugins_base to DIST_SUBDIRS so that we dist the plug-ins we actually build by default 2004-11-04 Not Zed * configure.in: added mailing-list-actions plugin. 2004-11-04 Not Zed * configure.in: modified base vs optional logic slightly and added a warning if you build with --enable-plugins=no. 2004-11-04 David Trowbridge * configure.in: Added calendar-http module, and setup a mechanism for base vs optional plugins. 2004-11-03 JP Rosevear * configure.in: fix the logic 2004-11-03 JP Rosevear * configure.in: handle plain --enable-plugins and --enable-plugins=yes by making it the equivalent of "all" 2004-11-03 Not Zed * configure.in: added plugin-manager plugin. 2004-11-01 JP Rosevear * Makefile.am: dist plugin.mk 2004-10-29 Rodrigo Moya * configure.in: added mail-to-meeting plugin. 2004-10-28 Nat Friedman * configure.in: Re-enable bbwhatever becuase I think it works now. 2004-10-27 JP Rosevear * configure.in: revive E_WIDGETS_CFLAGS/LIBS because of needing to add libedataserverui 2004-10-27 Not Zed * configure.in: removed bbwhatever it is until the makefiles are fixed. 2004-10-25 Radek Doulik * configure.in: added audio-inline plugin, added gstreamer check for it if gstreamer is not available, remove audio-inline plugin from the plugins list 2004-10-22 Harish K * configure.in: Added mark-calendar-offline plugin 2004-10-22 Jeffrey Stedfast * configure.in: Added folder-unsubscribe plugin 2004-10-22 Nat Friedman * configure.in: Added the bbdb plugin. 2004-10-21 Rodrigo Moya * configure.in: added save-calendar plugin. 2004-10-21 Not Zed * configure.in: added copy-tool plugin. 2004-10-20 JP Rosevear * configure.in: add select-one-source to the plugin list 2004-10-20 Not Zed * configure.in: added prefer plain plugin. 2004-10-20 Not Zed * configure.in: added save attachments plugin. 2004-10-20 JP Rosevear * Makefile.am: list plugins as a subdir * plugins/Makefile.am: build enabled plugins * plugin.mk: simple rule for creating .eplug files * configure.in: add plugin foo; --enable-plugins=all turns them all on, or you can --enable-plugins=" " to list specific ones 2004-10-15 Sarfraaz Ahmed * camel.pc.in : Change gal-2.2 to gal-2.4 * evolution-shell.pc.in : Similar 2004-10-13 JP Rosevear * configure.in: remove plugins from ac output 2004-10-13 JP Rosevear * configure.in: pull in libedataserverui as appropriate 2004-10-01 Jeffrey Stedfast * configure.in (localedir): Enable imap4 plugin by default. We need to get people building this and testing it. 2004-10-01 JP Rosevear * configure.in: set the GETTEXT_PACKAGE to evolution-2.2 2004-10-01 JP Rosevear * configure.in: set a GTKHTML_API_VERSION variable 2004-09-13 Not Zed * configure.in: change the way ipv6 stuff is done. separate ipv6 setting from getaddrinfo call check, and default to on if the interfaces are available. 2004-09-17 William Jon McCann * configure.in: Fix typos in gal dependency. 2004-09-16 JP Rosevear * configure.in: use AC_DEFINE properly 2004-09-16 JP Rosevear * configure.in: bump EDS and gal requirements 2004-09-16 JP Rosevear * configure.in: bump version to 2.1.0 and set base version to 2.2; define DEVELOPMENT here so we don't have to alter code to change in future 2004-09-13 Tomasz Kłoczko * data/evolution.desktop.in: added missing Encoding=UTF-8 field (validate desktop file). 2004-09-11 Akagic Amila * configure.in: Added 'bs' to ALL_LINGUAS. 2004-08-27 JP Rosevear * configure.in: bump version, requirements 2004-08-23 Jeffrey Stedfast * configure.in: Added some comments about --enable-openssl (e.g. why it is disabled) 2004-08-18 Kjartan Maraas * configure.in: Added «nb» to ALL_LINGUAS. 2004-08-13 JP Rosevear * configure.in: bump version. requires 2004-08-13 Rodney Dawes * acinclude.m4: Revert previous EVO_LDAP_CHECK changes, aren't working as well as expceted and determined in testing 2004-08-13 Frederic Crozat * configure.in: Add option to specify location of kerberos 4/5 libraries and headers directories. Needed for 64bits support. 2004-08-13 Rodney Dawes * configure.in: Add value and description fields to AC_DEFINE calls for the HAVE_ET_COM_ERR_H and HAVE_COM_ERR_H checks 2004-08-13 Rodney Dawes * acinclude.m4: Remove EVO_CHECK_LIB Update EVO_LDAP_CHECK to support --with-openldap-{libs,includes} Sync with e-d-s acinclude.m4 (Adds GTK_DOC_CHECK) 2004-08-13 Rodney Dawes * configure.in: Check for et/comm-err.h and comm_err.h so that we can include the correct one 2004-08-12 Rodney Dawes * data/evolution.desktop.in.in: Update Name and description to not include "Ximian" or "(Unstable)" Remove the MimeType field since we can't open these types on the command line 2004-08-12 Jeffrey Stedfast * configure.in: Check for gtk+-2.4 in order to enable the use of GtkFileChooser. 2004-08-09 Ankit Patel * configure.in: Gujarati & Panjabi Languages added 2004-08-02 JP Rosevear * configure.in: bump version, requirements 2004-08-01 JP Rosevear * configure.in: add libedataserver to E_UTIL flags 2004-07-25 Gil Osher * configure.in: Added 'he' (Hebrew) to ALL_LINGUAS. 2004-07-21 Ray Strode * evolution/data/evolution.desktop.in.in: Add MimeType line to desktop file new mime sytem. 2004-07-19 JP Rosevear * configure.in: bump version, requirements 2004-07-07 Chris Toshok * configure.in: add CAMEL_GROUPWISE cflags/libs. 2004-07-02 JP Rosevear * configure.in: bump version, requirements 2004-08-24 JP Rosevear * configure.in (plugindir): set a plugin dir so we can easily install to the same place everywhere 2004-08-24 JP Rosevear * configure.in: Check for mono support properly 2004-07-05 Not Zed * configure.in: add some mono checks. 2004-06-24 Pablo Saratxaga * configure.in: Added Walloon (wa) to ALL_LINGUAS. 2004-06-20 Arafat Medini * configure.in: Added arabic locale ar to ALL_LINGUAS. 2004-06-17 Fernando Herrera * data/evolution.desktop.in.in: Use "Evolution" for X-GNOME-Bugzilla-Product to match b.x.c product name. 2004-06-09 Dan Winship * configure.in (AC_OUTPUT): Remove shell/glade/Makefile, which has been merged into shell/Makefile 2004-06-03 JP Rosevear * configure.in: bump version, requirements 2004-06-02 Chris Toshok * configure.in (EDS_REQUIRED): bump to 0.0.93.1. (BASE_VERSION): change to 12 for the ESource absolute_uri stuff. 2004-06-01 Not Zed * configure.in: check for statvfs. 2004-05-24 Chris Toshok * configure.in: add addressbook/tools/Makefile.am back to the build. 2004-05-19 Jeffrey Stedfast * configure.in: Setup the icon install paths (not that we actually use them yet). 2004-05-19 JP Rosevear * configure.in: bump version 2004-05-12 Not Zed * configure.in: add some stuff for statfs. * devel-docs/misc/errors.txt: updated for xml format and i18n changes. 2004-04-30 Rodney Dawes * configure.in: Require intltool 0.30 for the error xml files 2004-04-30 Mike Castle * data/Makefile.am (install-data-local): get the mime file from src dir for srcdir != builddir 2004-04-30 Not Zed * tools/killev.c (main): use gnome_i18n_get_language_list so we get the right one (LC_MESSAGES). 2004-04-26 Jeffrey Stedfast * configure.in (UPGRADE_REVISION): Changed to 11. 2004-04-26 Jeffrey Stedfast * configure.in (UPGRADE_REVISION): Changed to 10. 2004-04-26 Radek Doulik * configure.in: require newer gtkhtml with new gtk_html_begin's flags 2004-04-21 Rodney Dawes * autogen.sh: Require automake 1.6 or neweer, we already do for libsoup and evolution-data-server, there is no reason not to here 2004-04-21 Chris Toshok * configure.in (EDS_REQUIRED): bump to 0.0.92.1 for new EContact company phone foo. (UPGRADE_REVISION): bump to 9. 2004-04-21 Sivaiah Nallagatla * configure.in : added libegroupwise dependency to CAMEL compile flags 2004-04-19 Rodney Dawes * configure.in: Require gnome-icon-theme >= 1.2.0 2004-04-19 Michael Terry * data/evolution.desktop.in.in: Use the icon theme 2004-04-19 JP Rosevear * configure.in: bump version, requirements 2004-04-09 Chris Toshok * configure.in (UPGRADE_REVISION): bump to 8 for new contact list migration, since there was a bug in the shell that caused all migration to fail, but the key was still updated. 2004-04-09 Chris Toshok * configure.in (UPGRADE_REVISION): bump to 7 for new contact list migration. 2004-04-08 Chris Toshok * configure.in (UPGRADE_REVISION): add a new variable that should be bumped whenever a migration change happens in any component. 2004-04-07 Samúel Jón Gunnarsson * configure.in: Added "is" to ALL_LINGUAS 2004-04-02 JP Rosevear * configure.in: bump version, requirements 2004-03-22 Radek Doulik * configure.in: require gtkhtml 3.1.10, it's needed for composer changes 2004-03-15 Hao Sheng * a11y/addressbook/Makefile.am: make distcheck work * a11y/calendar/Makefile.am: make distcheck work 2004-03-15 Hao sheng * configure.in: add a11y/addressbook/Makefile 2004-03-05 JP Rosevear * configure.in: bump version, requirements 2004-03-02 Dan Winship * configure.in (DATASERVER_API_VERSION): Define this (the number used in the e-d-s component repo_ids). * tools/killev.c (main): Update the repo_ids 2004-02-26 Jeffrey Stedfast * configure.in: Fixed the ENABLE_SMIME conditional to work. Fixes the addressbook relocation error. 2004-02-25 Chris Toshok * configure.in: add "$xhave_nss = xyes" to the AM_CONDITIONAL for ENABLE_SMIME. 2004-02-24 JP Rosevear * marshal.mk: make sure to use the srcdir to build the list 2004-02-23 Rodney Dawes * configure.in: Fix a typo in the smime check, so it actually works 2004-02-23 Adam Weinberger * configure.in: Added "en_CA" (Canadian English) to ALL_LINGUAS. 2004-02-19 Chris Toshok * configure.in: add AC_ARG_ENABLE(smime...) -- "finally", i can hear the people rejoice. Only check the --enable-smime status if --enable-ssl is also "yes". AC_DEFINE (ENABLE_SMIME) if smime is enabled. 2004-02-18 Rodney Dawes * configure.in: Require ORBit 2.9.8 or newer 2004-02-12 Dan Winship * Makefile.am (%-$(BASE_VERSION).pc): cp the unversioned file rather than mv'ing it so it doesn't get regenerated at install time. 2004-02-11 Not Zed * configure.in (IMPORTERS_*): Added libebook-1.0. Added back mail/importers/Makefile.am. 2004-02-10 JP Rosevear * configure.in: Add addressbook/importers to AC_OUTPUT 2004-02-09 JP Rosevear * configure.in: bump version, requirements 2004-02-09 Rodney Dawes * tools/killev.c: Use the AlarmNotify_Factory for --force-shutdown Fixes #54084 2004-02-09 Rodney Dawes * data/evolution.desktop.in.in: Updated BugzillaOtherBinaries tag 2004-01-28 Jeffrey Stedfast * configure.in: Revert previous change. 2004-01-28 Jeffrey Stedfast * configure.in: Update to require glib-2.0 >= 2.3.2 (needed for some GValue usage). 2004-01-28 Rodney Dawes * configure.in: Disable the possibility of using OpenSSL until someone decides it is worthy and ends up maintaining the code, though porting to GNUTLS would probably be a better option, if that happens 2004-01-26 David Trowbridge * configure.in: add facilities for installing a help dir 2004-01-26 JP Rosevear * configure.in: bump requirements, version 2004-01-24 Sanlig Badral * configure.in: added "mn" to ALL_LINGUAS. 2004-01-22 Rodney Dawes * data/Makefile.am: Add rule to substitute BASE_VERSION in keys * data/evolution.keys.in: Removed this file from CVS * data/evolution.keys.in.in: Update to use BASE_VERSION and the new addressbook vcard control that replaces the MiniCard control 2004-01-22 Rodney Dawes * configure.in: Don't require $LIBBONOBOUI_REQUIRED version of libbonobo 2004-01-16 Not Zed * configure.in: added mail/default/Makefile and mail/default/C/Makefile. 2004-01-13 Rodney Dawes * configure.in: Check for libsoup separately 2004-01-12 JP Rosevear * configure.in: bump version and requirements 2004-01-12 JP Rosevear * configure.in: add soup as a calendar dep 2004-01-12 Meilof Veeningen * configure.in: enable NNTP support by default 2004-01-12 JP Rosevear * configure.in: compile flags for the test component and a conditional compile 2004-01-11 JP Rosevear * configure.in: dont kill the quote 2004-01-11 JP Rosevear * configure.in: add enable option to build test component 2004-01-08 Rodney Dawes * configure.in: Add BONOBOUI_REQUIRED variable and depend on libbonoboui >= 2.4.3, add an AC_SUBST() for EDS_REQUIRED also * evolution-shell.pc.in: Require the same version of bonoboui that we do in configure.in 2004-01-08 Sivaiah Nallagatla * configure.in : add camel/providers/groupwise/Makefile to AC_OUTPUT section 2004-01-08 Robert Sedak * configure.in: Added "hr" (Croatian) to ALL_LINGUAS. 2004-01-05 JP Rosevear * tools/Makefile.am: Add e-util libs * configure.in: try compiling with sys/types for freebsd (Joe Marcus Clarke ) 2004-01-05 Laurent Dhima * configure.in: Added "sq" to ALL_LINGUAS. 2004-01-01 Roozbeh Pournader * configure.in: Added "fa" (Persian) to ALL_LINGUAS. 2003-12-30 Nicel KM * configure.in: removed default_user directory references from AC_OUTPUT 2003-12-29 JP Rosevear * configure.in: default_user is gone * Makefile.am: ditto 2003-12-29 JP Rosevear * configure.in: bump version and gal, e-d-s and gtkhtml requirements 2003-12-22 Rodrigo Moya * configure.in: added camel/providers/groupwise to the build. 2003-12-15 Chris Toshok * Makefile.am (ACLOCAL_AMFLAGS): remove. 2003-12-07 JP Rosevear * configure.in: update version reliance 2003-12-06 JP Rosevear * tools/Makefile.am: Remove hard coded disable deprecated flags 2003-12-05 Radek Doulik * configure.in: require gtkhtml 3.1.3 (new gtk_html_flush method to be used in mailer) 2003-12-04 Christian Hammond * art/im*.png, art/Makefile.am: Added IM png files from Gaim. 2003-12-02 Jeffrey Stedfast * configure.in (EVOLUTION_DIR): Remove the Junk folder 2003-12-01 Rodney Dawes * data/Makefile.am: Install evolution.desktop as evolution-$(BASE_VERSION).desktop * data/evolution.desktop.in: Remove generated file * data/evolution.desktop.in.in: Add (Unstable) to name Fix comment to be more correct and have correct capitalization 2003-12-01 Rodney Dawes * tools/killev.c: Use BASE_VERSION for repo_ids and OAFIIDs, Update gnome-spell repo_id to correct version, Update gtkhtml editor OAFIID to GtkHTML 3.1 2003-12-01 JP Rosevear * configure.in: define privconduitdir 2003-11-28 Anders Carlsson * configure.in: Look for mozilla-nss.pc, not mozilla.pc. 2003-11-26 JP Rosevear * configure.in: make sure the mozilla .pc file exists before checking for it 2003-11-24 Rodrigo Moya * tools/killev.c (main): kill Evo 2.0's alarm daemon, not 1.4's. 2003-11-19 JP Rosevear * MAINTAINERS: Update 2003-11-18 JP Rosevear * configure.in: remove db3 check 2003-11-18 Rodrigo Moya * tools/killev.c (main): kill the alarm notification service, not the factory, which no longer exists. 2003-11-17 JP Rosevear * Makefile.am: make sure server.mk is disted 2003-11-17 JP Rosevear * Makefile.am (EXTRA_DIST): do the right thing for disting 2003-11-17 JP Rosevear * configure.in: use the server.mk file to get rules for building versioned .server files * */Makefile.am: use simplified rule subst 2003-11-17 JP Rosevear * Makefile.am: Install versioned package config files 2003-11-14 JP Rosevear * configure.in: make source selector flags/libs 2003-11-14 JP Rosevear * MAINTAINERS: Update 2003-11-11 Chris Toshok * Makefile.am (SUBDIRS): remove libversit from the build. * configure.in (CERT_UI): change the libraries we link. (AC_OUTPUT): remove libversit/Makefile 2003-11-11 JP Rosevear * configure.in: determine the e-d-s version, version the gettext files properly 2003-11-07 Dan Winship * configure.in (AC_OUTPUT): Remove e-util/ename/Makefile 2003-11-07 JP Rosevear * configure.in: we don't have to configure the libical subdir now 2003-11-07 JP Rosevear * configure.in: pull in evolution-data-server stuff and remove backends from output 2003-10-31 JP Rosevear * configure.in: set up vars and rules for versioning the .server files * Makefile.am's: use rules for versioning .server file, ensure built files are removed before disting 2003-10-30 Chris Toshok * configure.in: (AC_OUTPUT): remove smime/tests for now. 2003-10-30 Chris Toshok * configure.in: set enable_smime=yes wherever nss would be enabled.. fixes manually specifying the nss libs and enabling the smime ui. Also, add a section for generating the correct SMIME UI flags. gross, but necessary. it should probably be wrapped in with all the other nss library crap. (AC_OUTPUT): add smime/tests 2003-10-29 Chris Toshok * Makefile.am (SUBDIRS): use $SMIME_DIR. instead of explicitly including smime. * configure.in: add some smime foo - a status message, an AM_CONDITIONAL (ENABLE_SMIME) 2003-10-17 Jeffrey Stedfast * configure.in: added a configure check for AI_ADDRCONFIG 2003-10-24 Dan Winship * libversit/Makefile.am: Change YFLAGS to AM_YFLAGS to stop an automake 1.7 warning 2003-10-23 Rodney Dawes * confiugre.in: Remove mail/importers/Makefile from AC_OUTPUT yet again 2003-10-23 Chris Toshok * configure.in: add smime/* dirs. to AC_OUTPUT. * Makefile.am (SUBDIRS): add smime/. 2003-10-23 Frederic Crozat * configure.in: Check for gnome-thumbnail.h existence (really committed this time). 2003-10-22 Ettore Perazzoli * configure.in: Set $ACLOCAL to have the $ACLOCAL_FLAGS in it, so it doesn't fail to regenerate the files if you run make without a manual autogen after making changes to configure.in and friends. [Many thanks to Marco Pesenti Gritti for pointing out the fix to me.] 2003-10-22 Rodney Dawes * configure.in: Require ORBit 2.8.0 or newer for threading 2003-10-22 Rodney Dawes * configure.in: Revert broken previous commit and actually remove mail/importers/Makefile from AC_OUTPUT 2003-10-22 Rodney Dawes * configure.in: Removed mail/importers/Makefile from AC_OUTPUT 2003-10-22 Rodney Dawes * configure.in: Removed addressbook/tools/Makefile from AC_OUTPUT 2003-10-22 Jeffrey Stedfast * configure.in: Removed pedantic pgp/mime configure flag. 2003-10-22 Dan Winship * executive-summary/*: Removed; this code has not been used since pre-1.0. * importers/*: Removed; the actual importers were moved to {mail,calendar}/importers long ago. * my-evolution/*: Removed; gone in evolution 2.0. * notes/*: Removed; never finished and no one is working on it. * omf-install/*: Removed; part of old doc system * tests/*: Removed; these are ancient. Camel regression tests are in camel/tests now. * configure.in (E_UTIL_{CFLAGS,LIBS}): Remove soup-2.0 since e-proxy is gone. (EVOLUTION_MAIL_{CFLAGS,LIBS}): Remove soup-2.0 since the mailer uses CamelHTTPStream now. (EVOLUTION_EXECUTIVE_SUMMARY_{CFLAGS,LIBS}): Gone (AC_OUTPUT): Remove my-evolution/Makefile * README: evolution no longer depends on soup 2003-10-21 Dan Winship * configure.in (GNOME_COMPILE_WARNINGS): Turn off the annoying "comparison between signed and unsigned" warning in gcc 3.3 * evolution-calendar.pc.in (Cflags): add -I${privincludedir}/libical 2003-10-08 Frederic Crozat * configure.in: Check for gnome-thumbnail.h existence. 2003-09-04 Dan Winship * camel.pc.in (Requires): * evolution-addressbook.pc.in (Requires): * evolution-calendar.pc.in (Requires): * evolution-shell.pc.in (Requires): Require gal-2.2 2003-08-27 Bolian Yin * configure.in: add a11y/widgets/Makefile * Makefile.am: move a11y directory before widgets directory. 2003-08-21 Not Zed * HACKING: Wrote one. 2003-08-20 Bolian Yin * configure.in: Add a11y checking, and a11y Makefiles * Makefile.am: add a11y subdirectory 2003-08-13 Mike Kestner * configure.in: don't make 1.5 the default version (ie LN_S) update to use gal-2.2 2003-08-01 Not Zed * configure.in: Add option for '--enable-imapp', for 'new' imap code. 2003-07-26 Larry Ewing * configure.in: use libgtkhtml-3.1 for linking. 2003-07-26 Rodney Dawes * configure.in: Bump version to "1.5", so that we end up being parallel installable with 1.4 again, but we can still release a "1.5.0" tarball when we get to that point in 6 months 2003-07-23 Dan Winship * configure.in: Define EVO_MARSHAL_RULE, which creates glib marshaller .c and .h files that don't cause gcc warnings * marshal.mk: The Makefile fragment used by EVO_MARSHAL_RULE. (Can't include newlines in an AC_SUBST, so we have to use AC_SUBST_FILE) * Makefile.am (EXTRA_DIST): add marshal.mk 2003-07-20 Hasbullah Bin Pit *configure.in: Added 'ms' (Malay) to ALL_LINGUAS. 2003-07-10 Rodney Dawes * configure.in: Change version to 1.4.99 since HEAD is not the stable 1.4 branch, as evolution-1-4-branch was created post-1.4.1 2003-07-01 Dan Winship * configure.in: Check for gnome-icon-lookup.h (which could mean either plain GNOME 2.2 or Sun GNOME 2.0) 2003-06-30 Rodrigo Moya * configure.in: * Makefile.am: removed libwombat from the build. * evolution-calendar.pc.in: removed -lwombat. * libwombat/*: removed unused directory. == Version 1.4.1 == 2003-06-25 Ettore Perazzoli * configure.in: Depend on GtkHTML 3.0.6, gal 1.99.8. * README: Update 2003-06-23 Ettore Perazzoli * data/Makefile.am: Added implicity rule to subst @BASE_VERSION@ in evolution.desktop.in.in to generate evolution.desktop.in. (desktop_in_file): Removed. (desktop_in_in_file): New. (kdedesktop_file): Update substitution to use $(desktop_in_in_file) instead of $(desktop_in_file). (noinst_DATA): Add $(desktop_file). (install-data-local): Depend on $(mime_file) and $(keys_file). (EXTRA_DIST): Remove $(desktop_file), replace $(desktop_in_file) with $(desktop_in_in_file). 2003-06-19 Dan Winship * tools/killev.c (kill_component): clean this up a little and make it deal with "evolution" vs "evolution-1.4" 2003-06-19 Danilo Šegan * configure.in: Added "sr" and "sr@Latn" to ALL_LINGUAS. 2003-06-17 Not Zed * NEWS: Updated for current mail stuff. 2003-06-13 Ettore Perazzoli * tools/Makefile.am: Remove evolution-launch-composer since it's no longer needed.