aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
Commit message (Collapse)AuthorAgeFilesLines
* Update to libgweather 3.5Giovanni Campagna2012-07-121-6/+1
| | | | | | | libgweather 3.5.0 changed API compared to API, and some small changes are needed in the configuration widgets. https://bugzilla.gnome.org/show_bug.cgi?id=678984
* Remove evolution-nognome script.Matthew Barnes2012-07-031-1/+0
| | | | | | | Looks like some ancient development environment script. I actually use something very similar for my own development environment, but it doesn't belong in a version control system.
* Record the actual Evolution version after migration.Matthew Barnes2012-07-031-0/+5
| | | | | | Not the next stable version. If migration needs to occur multiple times during a development cycle for different reasons, we'll need an accurate last-used-version stamp.
* Remove UPGRADE_REVISION definition.Matthew Barnes2012-07-031-7/+0
| | | | | | This is always '0'. I've never changed it to anything else so it's a useless definition.
* Post-release version bump.Matthew Barnes2012-06-251-1/+1
|
* Remove --enable-plugins=list variation.Matthew Barnes2012-06-191-3/+3
| | | | | | | | | | | | | | | | With the removal of the 'experimental' plugin group, passing --enable-plugins=experimental to configure will now cause the Makefile to try and build a plugin named 'experimental', which will result in a mysterious "experimental: No such file or directory" build error. This is because of the "list" fallback behavior: if the option is not one of "no", "base" or "all" then the configure script assumes it to be a list of plugin names. I've never known that to be useful to anyone, so remove the "list of plugin names" behavior and replace it with an informative error message. Eventually the --enable-plugins will be removed entirely since EPlugin is deprecated.
* Remove Mono and Python EPlugin bindings.Matthew Barnes2012-06-191-62/+0
| | | | | EPlugin is deprecated. These bindings have never been used for anything and they're never going to be used at this point. Remove the dead weight.
* No more experimental plugins.Matthew Barnes2012-06-181-11/+1
| | | | | We don't have any experimental plugins left. Remove the slot for it in configure.ac so we don't pick up anymore. EPlugin is deprecated anyway.
* Clarify that libcanberra-gtk3 is optional.Matthew Barnes2012-06-181-1/+4
|
* Remove -Werror from AM_INIT_AUTOMAKE.Matthew Barnes2012-06-171-1/+1
| | | | Can't guarantee external software packages will not cause warnings.
* Remove the last remaining usage of GConfMilan Crha2012-06-151-17/+0
|
* Bump minimum libnotify version to 0.7.Matthew Barnes2012-06-081-5/+1
| | | | | | GNOME has included libnotify 0.7.x since GNOME 3.0. It's still an optional dependency for Evolution, but if you're gonna use it you'll need a GNOME3-era release.
* Mail formatter rewrite - convert some plugins to modulesDan Vrátil2012-06-061-14/+20
| | | | | | | | | | audio-inline, itip-formatter, prefer-plain, tnef-attachments and vcard-inline plugins were converted to modules so that they can fit into concept of the new formatter. Every module still installs .eplug file, because there is no suitable API at the moment to register plugins to the plugins dialog and to extend the Preferences dialog.
* Remove local mail autoconfiguration data.Matthew Barnes2012-06-041-1/+0
| | | | | | We're using version 1.1 of Mozilla's ClientConfig format now. These files are all version 1.0. But even aside from that, offline autoconfig is not compelling enough to warrant maintaining two copies of this data.
* Remove default-source plugin.Matthew Barnes2012-06-031-2/+1
| | | | Obsoleted by EBookSourceConfig and ECalSourceConfig.
* Add 'mail-config' module.Matthew Barnes2012-06-031-0/+1
| | | | | | This breaks a good chunk of logic out of EMAccountEditor and hopefully makes it less brittle. Because honestly, every time I fix one thing in EMAccountEditor it breaks three other things. It's unmaintainable.
* Add 'imap-features' module.Matthew Barnes2012-06-031-2/+2
| | | | | | Adds an extra page to EMailConfigNotebook for 'imap' accounts. Replaces the 'imap-features' plugin.
* Add 'cal-config-webcal' module.Matthew Barnes2012-06-031-2/+2
| | | | | | Registers the "On The Web" backend in ECalSourceConfig widgets. Replaces the 'calendar-http' plugin.
* Add 'cal-config-weather' module.Matthew Barnes2012-06-031-6/+5
| | | | | | Registers the "Weather" backend in ECalSourceConfig widgets. Replaces the 'calendar-weather' plugin.
* Add 'cal-config-google' module.Matthew Barnes2012-06-031-2/+2
| | | | | | Registers the "Google" backend in ECalSourceConfig widgets. Replaces the 'google-account-setup' plugin.
* Add 'cal-config-contacts' module.Matthew Barnes2012-06-031-0/+1
| | | | Registers the "Contacts" backend in ECalSourceConfig widgets.
* Add 'cal-config-caldav' module.Matthew Barnes2012-06-031-2/+2
| | | | | | Registers the "CalDAV" backend in ECalSourceConfig widgets. Replaces the 'caldav' plugin.
* Add 'cal-config-local' module.Matthew Barnes2012-06-031-2/+2
| | | | | | Registers the "On This Computer" backend in ECalSourceConfig widgets. Replaces the 'calendar-file' plugin.
* Add 'book-config-webdav' module.Matthew Barnes2012-06-031-2/+2
| | | | | | Registers the "WebDAV" backend in EBookSourceConfig widgets. Replaces the 'webdav-account-setup' plugin.
* Add 'book-config-ldap' module.Matthew Barnes2012-06-031-0/+1
| | | | Register the "On LDAP Servers" backend in EBookSourceConfig widgets.
* Add 'book-config-google' module.Matthew Barnes2012-06-031-0/+1
| | | | | | Register the "Google" backend in EBookSourceConfig widgets. Partially replaces the 'google-account-setup' plugin.
* Add 'book-config-local' module.Matthew Barnes2012-06-031-2/+2
| | | | | | Registers the "On This Computer" backend in EBookSourceConfig widgets. Replaces the 'addressbook-file' plugin.
* Add 'backup-restore' module.Matthew Barnes2012-06-031-2/+2
| | | | Replaces the 'backup-restore' plugin.
* Remove EDS_DISABLE_DEPRECATED.Matthew Barnes2012-06-031-2/+4
| | | | libedataserverui/e-passwords.h is deprecated. We need to stop using it.
* Post-release version bump.Matthew Barnes2012-06-031-1/+1
|
* Reduce diff noise with 'account-mgmt' branch.Matthew Barnes2012-06-031-6/+6
| | | | One last time.
* Bump goa_minimum_version to 3.2.Matthew Barnes2012-05-301-1/+1
| | | | Just to make it a stable release number.
* Make the settings capplet optional.Matthew Barnes2012-05-291-0/+14
| | | | | | | | | The evolution-settings capplet was originally designed for Anjal, it was used in MeeGo as part of the Express Mode effort, but doesn't really fit in GNOME 3 nowadays (nor did it really fit in GNOME 2, in my opinion). Add a --with-capplet configure switch defaulting to 'no'. The capplet will eventually be removed unless I see someone actively maintaining it.
* Update About dialog contentJavier Jardón2012-05-161-2/+2
|
* Bug #669657 - Move External Editor plugin to standard pluginsHolger Macht2012-05-141-2/+2
|
* Bug #675871 - Hide gnu make extensions warnings for automake 1.12Milan Crha2012-05-111-1/+1
|
* Bug #200683 - Composer subject spell checkingMilan Crha2012-05-101-1/+1
|
* Require libsoup >= 2.38.1.Matthew Barnes2012-05-011-1/+1
| | | | | To pick up the fix for bug 673678: "Property SSL_USE_SYSTEM_CA_FILE's value is ignored"
* Post-release version bump.Matthew Barnes2012-04-291-1/+1
|
* Bug #671537 - Option to validate SSL certificates with libsoupMilan Crha2012-04-231-1/+1
|
* Drop the ConnMan/NetworkManager/WindowsSENS modules.Matthew Barnes2012-04-011-71/+0
| | | | | | We rely on GNetworkMonitor for network availability now. Not our problem anymore. \o/
* WebKit port - bump dependencies minimum versionsDan Vrátil2012-03-291-3/+8
|
* Typo fix.Matthew Barnes2012-03-271-1/+1
|
* Require gnome-doc-utils >= 0.20.10.Matthew Barnes2012-03-271-1/+2
| | | | | Works around the "Argument list too long" error when building user documentation on Linux. We gots lots 'o docs!
* Limit supported gweather to < 3.5.Matthew Barnes2012-03-261-0/+5
| | | | | | | | | gweather-3.5 introduces API changes we do not yet support. A patch for gweather-3.5 support exists in bug 672805, but since our policy forbids requiring unstable libraries, gweather-3.4 support must be retained until GNOME 3.6 is released. gweather-3.5/3.6 support will remain optional until 3.7.1.
* Bump base version to 3.6.Matthew Barnes2012-03-261-2/+2
|
* Post-release version bump.Matthew Barnes2012-03-261-2/+2
|
* post release version bumpChenthill Palanisamy2012-03-191-2/+2
|
* Bug #659756 - Initialize dbus-glib threading for GConfMilan Crha2012-03-161-0/+9
|
* Suppress deprecation warnings.Matthew Barnes2012-03-071-0/+1
| | | | | | Suppress deprecated declaration warnings, particularly from GTK+, until we're ready to care again. Once we require GTK+ 3.4 we can start using the new deprecation min/max macros.
* Post-release version bump.Matthew Barnes2012-03-061-1/+1
|
* Add libevolution-utils for prepping filter/ for EDS move.Srinivasa Ragavan2012-03-031-0/+2
| | | | | | This library is temporary. The plan is to eventually distribute its APIs across libedataserver and libedataserverui, but it's a little too late to do that for Evolution-Data-Server 3.4.
* Bug 670432 - Check for EggSMClient dependencies with pkg-configMatthew Barnes2012-02-201-2/+2
|
* post release version bumpChenthill Palanisamy2012-02-201-1/+1
|
* Bug #663077 - Reorder mx-1.0 and clutter-gtk-1.0 in PKG_CHECK_MODULESAlexandre Rostovtsev2012-02-171-1/+1
| | | | | | | | | | clutter-gtk-1.0 installs headers in /usr/include/clutter-gtk-1.0/clutter-gtk; clutter-gtk-0.10 installs headers in /usr/include/clutter-1.0/clutter-gtk To ensure that clutter-gtk-1.0's headers (and not 0.10's) are used, -I/usr/include/clutter-gtk-1.0 must come before -I/usr/include/clutter-1.0 in CLUTTER_CFLAGS. And that means clutter-gtk-1.0 must come before mx-1.0 in PKG_CHECK_MODULES.
* Fix version bump, next is 3.3.90.Matthew Barnes2012-02-061-1/+1
|
* Post-release version bump.Matthew Barnes2012-02-061-1/+1
|
* Remove duplicate Windows SENS checksPriit Laes2012-01-211-19/+0
|
* Introduce libemail-engine and libemail-utils.Matthew Barnes2012-01-191-0/+4
| | | | | | | These libraries are bound for E-D-S so they live at the lowest layer of Evolution for now -- even libeutil can link to them (but please don't). This is the first step toward moving mail handing to a D-Bus service.
* configure.ac: Mention libpst minimum version in error message.Matthew Barnes2012-01-171-1/+1
|
* Post-release version bump.Matthew Barnes2012-01-171-1/+1
|
* Bug #667346 - Fix build with libpst 0.6.54 and require this versionVincent Untz2012-01-101-2/+2
|
* Bug #353743 - Add Print button to meeting notification dialogMilan Crha2012-01-031-1/+1
|
* post release version bumpChenthill Palanisamy2011-12-191-1/+1
|
* Bump minimum geoclue version to 0.12.Alban Browaeys2011-12-131-1/+1
|
* Bug 665980 - Bump minimum champlain-gtk version to 0.12Alban Browaeys2011-12-131-3/+3
|
* Bug 665782 - configure.ac: Add gmodule-2.0 to GNOME_PLATFORMChristophe Fergeau2011-12-131-0/+1
|
* Remove almost all *_DISABLED_DEPRECATED_FLAGS.Matthew Barnes2011-11-251-3/+1
| | | | | | | Leave the EDS macros alone since we control them. I'll care about deprecated APIs again when a gtk4 release date is announced. Meanwhile it's just causing distros unnecessary pain.
* Remove *_DISABLE_SINGLE_INCLUDES macros.Matthew Barnes2011-11-251-2/+0
| | | | We already comply, and it's required now anyway for gtk3.
* Merge branch 'master' into wip/gsettingsMatthew Barnes2011-11-231-0/+1
|\ | | | | | | | | Conflicts: mail/e-mail-paned-view.c
| * Split MDN handling into a module.Matthew Barnes2011-11-221-0/+1
| |
* | Merge branch 'master' into wip/gsettingsRodrigo Moya2011-11-211-1/+1
|\|
| * Post-release version bump.Matthew Barnes2011-11-211-1/+1
| |
* | Merge branch 'master' into wip/gsettingsRodrigo Moya2011-11-141-1/+1
|\|
| * Bug #636214 fetch configuration details from serverPunit Jain2011-11-091-1/+1
| | | | | | | | Code changes
* | Merge branch 'master' into wip/gsettingsRodrigo Moya2011-11-081-1/+1
|\|
| * Kill gtk-doc tmpl files.Matthew Barnes2011-11-081-1/+1
| | | | | | | | Bump our gtk-doc requirement to 1.14 and use --flavour no-tmpl.
* | Merge branch 'master' into wip/gsettingsRodrigo Moya2011-10-241-1/+1
|\|
| * Post-release version bump.Matthew Barnes2011-10-231-1/+1
| |
* | Merge branch 'master' into wip/gsettingsRodrigo Moya2011-10-131-5/+2
|\|
| * Require libgdata >= 0.10.Matthew Barnes2011-10-131-5/+2
| | | | | | | | Drop all the backward-compatibility cruft.
* | Merge branch 'master' into wip/gsettingsRodrigo Moya2011-10-101-1/+1
|\|
| * Increase dependency on gtk+ to 3.2.0Milan Crha2011-10-061-1/+1
| |
* | Merge from masterRodrigo Moya2011-10-051-90/+14
|\|
| * Simplify library dependency flags.Matthew Barnes2011-10-051-85/+13
| | | | | | | | | | | | | | | | | | We have a confusing array of nearly-identical CFLAGS/LIBS definitions in configure.ac. Time to simplify. Instead let's just have one definition that includes all the libraries provided by Evolution-Data-Server (incl. Camel). That, in combination with GNOME_PLATFORM, gives us most of what we need for compliation and linking, and we can sprinkle definitions for additional library dependencies in Makefile.am's as needed.
| * Require GLib 2.30.Matthew Barnes2011-09-301-1/+1
| | | | | | | | Drop all GLIB_CHECK_VERSION macros.
| * Adapt to camel-provider-1.2.pc going away.Matthew Barnes2011-09-281-8/+4
| |
| * The EExtension framework is now in libebackend.Matthew Barnes2011-09-261-1/+1
| | | | | | | | | | | | | | | | The EModule, EExtensible and EExtension classes as well as the e_type_traverse() function have been moved to Evolution-Data-Server's libebackend library to replace e-data-server-module.c. Now Evolution-Data-Server modules use the same framework as Evolution.
| * Post-release version bump.Matthew Barnes2011-09-251-4/+4
| |
| * post release version bumpChenthill Palanisamy2011-09-191-2/+2
| |
| * Make maintiner mode enabled by defaultJavier Jardón2011-09-091-1/+1
| | | | | | | | See http://blogs.gnome.org/desrt/2011/09/08/am_maintainer_mode-is-not-cool/
| * Post-release version bump.Matthew Barnes2011-09-041-1/+1
| |
| * Add "Contact Maps" to the configure summary.Matthew Barnes2011-09-031-0/+1
| |
| * Create tar.xz files for 'make dist' onlyMilan Crha2011-08-311-1/+1
| |
| * Fix default in image-inline help string.Matthew Barnes2011-08-301-1/+1
| |
| * Disable inline-image plugin by default.Matthew Barnes2011-08-301-1/+1
| | | | | | | | Still waiting for a gtkimageview release that works with GTK+ 3.
| * Post-release version bump.Matthew Barnes2011-08-291-1/+1
| |
| * post release version bumpChenthill Palanisamy2011-08-151-1/+1
| |
| * Post-release version bump.Matthew Barnes2011-07-241-1/+1
| |
| * Convert junk filtering EPlugins to EExtensions.Matthew Barnes2011-07-141-8/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | We now have a proper junk mail filtering API. All junk filtering extensions must subclass EMailJunkFilter for user preferences and availability testing, and implement the CamelJunkFilter interface for the actual junk filtering and learning operations. The bogofilter module should be feature-equivalent to its former EPlugin. The spamassassin module is far more complex. It's nearly feature-equivalent to its former EPlugin, but I ditched the spamd respawning code since it seemed unnecessary for a mail client to have to deal with. If there's a huge outcry from users about it I'll reluctantly put it back, but I don't expect one. This gets us a step closer to killing off EConfig, and eventually the EPlugin framework itself.
| * Fix OpenBSD/FreeBSD supportAntoine Jacoutot2011-07-131-2/+13
| | | | | | | | | | | | | | | | | | Move the "$host" down when $host is actually set (that is after AC_CANONICAL_HOST). Don't set DL_LIB to libdl which is not available on OpenBSD/FreeBSD and set NO_UNDEFINED to null. https://bugzilla.gnome.org/show_bug.cgi?id=654478
| * Remove G_DISABLE_DEPRECATED.Matthew Barnes2011-07-101-2/+1
| |
| * post release version bumpChenthill Palanisamy2011-07-041-1/+1
| |
| * Prototype an online-accounts module.Matthew Barnes2011-06-251-1/+21
| | | | | | | | | | | | | | | | | | | | | | Integrates with the GNOME Online Accounts service. Creates Evolution sources for a GOA Google account and keeps them synchronized. Also registers a new CamelSaslXOAuth class for use with GMail. Authentication of Google Calendars and Google Contacts using OAuth is still under development.
| * Bug #652394 - Port google-account-setup plugin to libgdata 0.9.0Philip Withnall2011-06-141-1/+5
| |
| * Do not use deprecated EBook/ECal APIMilan Crha2011-06-141-1/+2
| |
| * Post-release version bump.Matthew Barnes2011-06-141-1/+1
| |
| * Bug #642557 - Display maps in contact previewDan Vrátil2011-06-021-33/+32
| |
| * Bug #601541 - Add 'Copy Image' Option On Inline Email ImagesMilan Crha2011-05-161-1/+1
| |
| * Post-release version bump.Matthew Barnes2011-05-091-1/+1
| |
| * NEWS update for 3.1.1 release.EVOLUTION_3_1_1Matthew Barnes2011-05-091-1/+1
| |
| * Bug 649365 - Creation of new repository evolution-groupwiseVibha Yadav2011-05-041-4/+2
| | | | | | | | Removing groupwise plugin code from evolution.
| * Bump gladeui-2.0 minimum version to 3.10.0.Matthew Barnes2011-04-241-1/+1
| |
| * Bug #645721 - Fix build error when enabling kerberos without specifying pathNiki Guldbrand2011-04-191-1/+1
| |
| * Bug 646200 - Insufficient requirement on libsoupMatthew Barnes2011-03-301-1/+1
| | | | | | | | | | Require libsoup >= 2.31.2 so we can use the get methods for SoupCookie, SoupData and SoupURI.
| * Remove the profiler plugin.Matthew Barnes2011-03-291-17/+1
| | | | | | | | | | | | | | This plugin was for developers, but no one uses it anymore. Plus the only profiling hooks left in Evolution were in the MessageList widget, which performs fine. There's better ways to collect profiling data these days anyway (sysprof, systemtap, etc.).
| * Bug 644310 - Rework "Set as Background" image optionMatthew Barnes2011-03-271-2/+3
| | | | | | | | | | | | | | | | | | This adds a dependency on gsettings-desktop-schemas >= 2.91.92. The version was chosen for the change from "picture-filename" to "picture-uri" in the "org.gnome.desktop.background" schema. Also, we now save the background image under ~/Pictures since the old directory (~/.gnome2/wallpapers) is presumed deprecated in GNOME 3.
| * Remove unique-3.0 dependency from configure.ac.Matthew Barnes2011-03-251-2/+0
| |
| * Begin Evolution 3.1 development.Matthew Barnes2011-03-221-3/+3
| |
| * Post-release version bump.Matthew Barnes2011-03-211-3/+3
| |
| * Bug 644166 - Add style class to primary toolbarsMatthew Barnes2011-03-081-1/+1
| | | | | | | | | | Requires GTK+ >= 3.0.2 since GTK_STYLE_CLASS_PRIMARY_TOOLBAR is a very recent addition.
| * Post-release version bump.Matthew Barnes2011-03-061-1/+1
| |
| * Bump BASE_VERSION to 3.0.Matthew Barnes2011-03-061-2/+2
| | | | | | | | Looks like GNOME 3.0 might actually happen this cycle.
| * post release version bumpChenthill Palanisamy2011-02-211-1/+1
| |
| * Require libsoup-gnome-2.4 instead of libsoup-2.4.Matthew Barnes2011-02-151-1/+1
| | | | | | | | So Evolution can utilize GNOME integration features in libsoup.
| * Bump GTK+ requirement to 3.0.Matthew Barnes2011-02-111-2/+2
| | | | | | | | This requirement is now locked until GNOME 3.3 development begins.
| * Bug #634571 - Check for 'mono-2' rather than 'mono' packageMilan Crha2011-02-071-3/+1
| |
| * Bug 222423 - Support Face headersDan Vrátil2011-02-031-2/+2
| | | | | | | | | | | | The configuration section for the Face plugin now has a preview image. Also promoting this plugin out of "experimental" status so more distros will pick it up.
| * Bump gtk_minimum_version to 2.99.3.Matthew Barnes2011-02-021-1/+1
| | | | | | | | | | The actual requirement right now is git HEAD, but this is the best we can do with pkg-config.
| * Fix champlain-gtk checks in configure.ac.Matthew Barnes2011-02-021-5/+2
| | | | | | | | Check for champlain-gtk-0.8 not 0.5, and drop the fallback to 0.4.
| * post release version bumpChenthill Palanisamy2011-01-311-1/+1
| |
| * libchamplain-0.8 exists now.Matthew Barnes2011-01-311-1/+1
| |
| * gladeui is 2.0 nowMilan Crha2011-01-291-1/+1
| |
| * Require the latest gtk+-3.0 release until 3.0.Matthew Barnes2011-01-271-1/+1
| |
| * Not gonna deal with deprecated API in GTK3 just yet.Matthew Barnes2011-01-251-1/+0
| |
| * Drop support for gtk+-2.0.Matthew Barnes2011-01-251-114/+41
| |
| * Post-release version bump.Matthew Barnes2011-01-091-1/+1
| |
| * Temporarily remove GDK_DISABLE_DEPRECATED (again).Matthew Barnes2010-12-231-3/+0
| | | | | | | | | | GTK+ 2.23.3 deprecated gdk_set_sm_client_id(), which is used by eggsmclient-xsmp.c. We'll deal with that after GNOME 3.0.
| * post release version bumpChenthill Palanisamy2010-12-201-1/+1
| |
| * Update gtkhtml API versionEVOLUTION_2_91_4Chenthill Palanisamy2010-12-201-1/+1
| |
| * Bug #616452 - Do not set '-Wl,--no-undefined' on freebsd/openbsdMilan Crha2010-12-131-1/+8
| |
| * post release version bumpChenthill Palanisamy2010-11-291-1/+1
| |
| * Post-release version bump.Matthew Barnes2010-11-081-1/+1
| |
* | Add GLIB_GSETTINGS macro to configure.acRodrigo Moya2011-09-261-0/+2
| |
* | Post-release version bump.Matthew Barnes2011-09-261-4/+4
| |
* | post release version bumpChenthill Palanisamy2011-09-211-2/+2
| |
* | Make maintiner mode enabled by defaultJavier Jardón2011-09-141-1/+1
| | | | | | | | See http://blogs.gnome.org/desrt/2011/09/08/am_maintainer_mode-is-not-cool/
* | Post-release version bump.Matthew Barnes2011-09-141-1/+1
| |
* | Add "Contact Maps" to the configure summary.Matthew Barnes2011-09-141-0/+1
| |
* | Create tar.xz files for 'make dist' onlyMilan Crha2011-09-141-1/+1
| |
* | Fix default in image-inline help string.Matthew Barnes2011-09-141-1/+1
| |
* | Disable inline-image plugin by default.Matthew Barnes2011-09-141-1/+1
| | | | | | | | Still waiting for a gtkimageview release that works with GTK+ 3.
* | Post-release version bump.Matthew Barnes2011-09-141-1/+1
| |
* | post release version bumpChenthill Palanisamy2011-09-141-1/+1
| |
* | Post-release version bump.Matthew Barnes2011-09-141-1/+1
| |
* | Convert junk filtering EPlugins to EExtensions.Matthew Barnes2011-09-141-8/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | We now have a proper junk mail filtering API. All junk filtering extensions must subclass EMailJunkFilter for user preferences and availability testing, and implement the CamelJunkFilter interface for the actual junk filtering and learning operations. The bogofilter module should be feature-equivalent to its former EPlugin. The spamassassin module is far more complex. It's nearly feature-equivalent to its former EPlugin, but I ditched the spamd respawning code since it seemed unnecessary for a mail client to have to deal with. If there's a huge outcry from users about it I'll reluctantly put it back, but I don't expect one. This gets us a step closer to killing off EConfig, and eventually the EPlugin framework itself.
* | Fix OpenBSD/FreeBSD supportAntoine Jacoutot2011-09-141-2/+13
| | | | | | | | | | | | | | | | | | Move the "$host" down when $host is actually set (that is after AC_CANONICAL_HOST). Don't set DL_LIB to libdl which is not available on OpenBSD/FreeBSD and set NO_UNDEFINED to null. https://bugzilla.gnome.org/show_bug.cgi?id=654478
* | Remove G_DISABLE_DEPRECATED.Matthew Barnes2011-09-141-2/+1
| |
* | post release version bumpChenthill Palanisamy2011-09-141-1/+1
| |
* | Prototype an online-accounts module.Matthew Barnes2011-06-301-1/+21
| | | | | | | | | | | | | | | | | | | | | | Integrates with the GNOME Online Accounts service. Creates Evolution sources for a GOA Google account and keeps them synchronized. Also registers a new CamelSaslXOAuth class for use with GMail. Authentication of Google Calendars and Google Contacts using OAuth is still under development.
* | Bug #652394 - Port google-account-setup plugin to libgdata 0.9.0Philip Withnall2011-06-301-1/+5
| |
* | Do not use deprecated EBook/ECal APIMilan Crha2011-06-301-1/+2
| |
* | Post-release version bump.Matthew Barnes2011-06-301-1/+1
| |
* | Bug #642557 - Display maps in contact previewDan Vrátil2011-06-301-33/+32
| |
* | Bug #601541 - Add 'Copy Image' Option On Inline Email ImagesMilan Crha2011-06-301-1/+1
| |
* | Post-release version bump.Matthew Barnes2011-06-301-1/+1
| |
* | NEWS update for 3.1.1 release.Matthew Barnes2011-06-301-1/+1
| |
* | Bug 649365 - Creation of new repository evolution-groupwiseVibha Yadav2011-06-301-4/+2
| | | | | | | | Removing groupwise plugin code from evolution.
* | Bump gladeui-2.0 minimum version to 3.10.0.Matthew Barnes2011-06-301-1/+1
| |
* | Bug #645721 - Fix build error when enabling kerberos without specifying pathNiki Guldbrand2011-06-301-1/+1
| |
* | Bug 646200 - Insufficient requirement on libsoupMatthew Barnes2011-06-301-1/+1
| | | | | | | | | | Require libsoup >= 2.31.2 so we can use the get methods for SoupCookie, SoupData and SoupURI.
* | Remove the profiler plugin.Matthew Barnes2011-06-301-17/+1
| | | | | | | | | | | | | | This plugin was for developers, but no one uses it anymore. Plus the only profiling hooks left in Evolution were in the MessageList widget, which performs fine. There's better ways to collect profiling data these days anyway (sysprof, systemtap, etc.).
* | Bug 644310 - Rework "Set as Background" image optionMatthew Barnes2011-06-301-2/+3
| | | | | | | | | | | | | | | | | | This adds a dependency on gsettings-desktop-schemas >= 2.91.92. The version was chosen for the change from "picture-filename" to "picture-uri" in the "org.gnome.desktop.background" schema. Also, we now save the background image under ~/Pictures since the old directory (~/.gnome2/wallpapers) is presumed deprecated in GNOME 3.
* | Remove unique-3.0 dependency from configure.ac.Matthew Barnes2011-06-301-2/+0
| |
* | Begin Evolution 3.1 development.Matthew Barnes2011-06-301-3/+3
| |
* | Post-release version bump.Matthew Barnes2011-06-301-3/+3
| |
* | Bug 644166 - Add style class to primary toolbarsMatthew Barnes2011-06-301-1/+1
| | | | | | | | | | Requires GTK+ >= 3.0.2 since GTK_STYLE_CLASS_PRIMARY_TOOLBAR is a very recent addition.
* | Post-release version bump.Matthew Barnes2011-06-301-1/+1
| |
* | Bump BASE_VERSION to 3.0.Matthew Barnes2011-06-301-2/+2
| | | | | | | | Looks like GNOME 3.0 might actually happen this cycle.
* | post release version bumpChenthill Palanisamy2011-06-301-1/+1
| |
* | Require libsoup-gnome-2.4 instead of libsoup-2.4.Matthew Barnes2011-06-301-1/+1
| | | | | | | | So Evolution can utilize GNOME integration features in libsoup.
* | Bump GTK+ requirement to 3.0.Matthew Barnes2011-06-301-2/+2
| | | | | | | | This requirement is now locked until GNOME 3.3 development begins.
* | Bug #634571 - Check for 'mono-2' rather than 'mono' packageMilan Crha2011-06-301-3/+1
| |
* | Bug 222423 - Support Face headersDan Vrátil2011-06-301-2/+2
| | | | | | | | | | | | The configuration section for the Face plugin now has a preview image. Also promoting this plugin out of "experimental" status so more distros will pick it up.
* | Bump gtk_minimum_version to 2.99.3.Matthew Barnes2011-06-301-1/+1
| | | | | | | | | | The actual requirement right now is git HEAD, but this is the best we can do with pkg-config.
* | Fix champlain-gtk checks in configure.ac.Matthew Barnes2011-06-301-5/+2
| | | | | | | | Check for champlain-gtk-0.8 not 0.5, and drop the fallback to 0.4.
* | post release version bumpChenthill Palanisamy2011-06-301-1/+1
| |
* | libchamplain-0.8 exists now.Matthew Barnes2011-06-301-1/+1
| |
* | gladeui is 2.0 nowMilan Crha2011-06-301-1/+1
| |
* | Require the latest gtk+-3.0 release until 3.0.Matthew Barnes2011-06-301-1/+1
| |
* | Not gonna deal with deprecated API in GTK3 just yet.Matthew Barnes2011-06-301-1/+0
| |
* | Drop support for gtk+-2.0.Matthew Barnes2011-06-301-114/+41
| |
* | Post-release version bump.Matthew Barnes2011-06-301-1/+1
| |
* | Temporarily remove GDK_DISABLE_DEPRECATED (again).Matthew Barnes2011-06-301-3/+0
| | | | | | | | | | GTK+ 2.23.3 deprecated gdk_set_sm_client_id(), which is used by eggsmclient-xsmp.c. We'll deal with that after GNOME 3.0.
* | post release version bumpChenthill Palanisamy2011-06-301-1/+1
| |
* | Update gtkhtml API versionChenthill Palanisamy2011-06-301-1/+1
| |
* | Bug #616452 - Do not set '-Wl,--no-undefined' on freebsd/openbsdMilan Crha2011-06-301-1/+8
| |
* | post release version bumpChenthill Palanisamy2011-06-301-1/+1
| |
* | Post-release version bump.Matthew Barnes2010-11-101-1/+1
|/
* Reinstate GDK_DISABLE_DEPRECATEDBenjamin Otte2010-10-301-0/+1
| | | | Everything compiles with this flag now.
* Remove libartBenjamin Otte2010-10-301-1/+0
| | | | It's not used by the gnome-canvas anymore.
* gnome-canvas: Remove pangoft2 requirementBenjamin Otte2010-10-301-2/+0
| | | | | It's not really necessary to pull in libs for an unused variable, now is it?
* build: Depend on cairo-gobjectBenjamin Otte2010-10-301-0/+1
| | | | | GTK3 depends on it anyway, and we need it for property types in gnome-canvas.
* Bug 631731 - Remove status icon from mail notifierWilliam Jon McCann2010-10-281-3/+2
|
* Remove EVO_MARSHAL_RULE.Matthew Barnes2010-10-231-4/+0
| | | | Use glib-gen.mak instead.
* Bug 632903 - Support libnotify-0.7Flo Gravo2010-10-231-1/+5
|
* Bug #597567 - Crash in comp_subject()Milan Crha2010-10-211-0/+14
| | | | Fix works only when compiled with libical 0.46 or later
* Move more account utilities to e-account-utils.c.Matthew Barnes2010-10-191-1/+1
|
* Add an EOfflineAlert module.Matthew Barnes2010-10-191-2/+3
| | | | | | | | | This module posts an alert to the first EShellWindow when starting offline, and also posts an alert when the network connection drops. We get frequent questions on the mailing list from users not realizing Evolution is starting in offline mode, so this is meant to help address that confusion.
* post release version bumpChenthill Palanisamy2010-10-181-1/+1
|
* Replace EBinding with GBinding.Matthew Barnes2010-10-141-1/+1
| | | | | | GObject now does property bindings itself. Requires GLib >= 2.26.
* Post-release version bump.Matthew Barnes2010-10-051-1/+1
|
* Change version to 2.91.0.Matthew Barnes2010-10-041-4/+4
| | | | In accordance with http://live.gnome.org/TwoPointNinetyone.
* Use upstream gettext instead the glib oneJavier Jardón2010-10-011-2/+3
|
* Bump gtk+-2.0 requirement to 2.22.0.Matthew Barnes2010-09-291-1/+1
| | | | Remove backward-compatibility hacks for older GTK+ versions.
* Kill the subject-thread plugin.Matthew Barnes2010-09-151-2/+1
| | | | | | All this time I never realized the subject-thread plugin was nothing more than a stupid checkbox. The actual thread-by-subject code lives in the core mail library.
* Convert plugin-manager to an EExtension.Matthew Barnes2010-09-131-2/+2
| | | | How ironic.
* Post-branch version bump.Matthew Barnes2010-09-131-4/+4
|
* post release version bumpChenthill Palanisamy2010-09-131-2/+2
|
* Convert composer autosave to an EExtension.Matthew Barnes2010-09-031-0/+1
| | | | | | | | | | | | | | | | | | | Given the way the autosave feature was awkwardly bolted on to the composer, an EExtension seemed like a natural fit. And it helped clean up some object lifecycle hacks (and bugs). What we have now is a new module consisting of two EExtensions: EComposerAutosave extends EMsgComposer and determines when to kick off an asynchronous autosave operation. EComposerRegistry extends EShell and offers to restore orphaned autosave files on startup (which is also asynchronous now). e-autosave-utils.c holds the actual asynchronous functions and a few other miscellaneous utility functions. Source code for the new module lives in /modules/composer-autosave.
* Post-release version bump.Matthew Barnes2010-08-301-1/+1
|
* Fix build break.Matthew Barnes2010-08-291-0/+1
|
* post release version bumpChenthill Palanisamy2010-08-161-1/+1
|
* Bump minimum GtkHtml version to 2.31.90.Matthew Barnes2010-08-131-5/+2
| | | | For bug 624913.
* Remove -DGDK_DISABLE_DEPRECATEDMatthew Barnes2010-08-111-1/+2
| | | | | | Until we can port the GDK drawing code to cairo. See: http://blogs.gnome.org/otte/2010/07/27/rendering-cleanup/
* Bug 626090 - Only set -fno-strict-aliasing for GCCMatthew Barnes2010-08-051-6/+11
|
* Post-release version bump.Matthew Barnes2010-08-031-1/+1
|
* Whoops, I broke configure.ac.Matthew Barnes2010-08-031-4/+4
|
* Prefer gio-2.0 when requiring GLib libraries.Matthew Barnes2010-08-021-7/+6
| | | | | | | | gio-2.0 is the "top level" library within GLib. It requires everything else we may need from GLib: glib-2.0, gobject-2.0, gmodule-2.0, gthread-2.0
* build: Update gnome-icon-theme dependency for new default-avatar iconRob Bradford2010-08-021-1/+1
|
* Bug 624500 - Missing EggSMClient linker flags in shellMatthew Barnes2010-07-301-1/+5
|
* Bug #625606 - git/master build dies with glib-2.25.12Milan Crha2010-07-301-1/+1
|
* Reset BASE_VERSION to 2.32.Matthew Barnes2010-07-291-2/+2
| | | | | | | In light of today's announcement that GNOME 3.0 is delayed again, the September 2010 release will be called Evolution 2.32. http://www.gnome.org/press/releases/2010-07-gnome-3.0-rescheduled.html
* Bug #622912 - Migrate from dbus-glib to glib's GDBusMilan Crha2010-07-281-9/+1
|
* More clutter-gtk requirement tweaks.Matthew Barnes2010-07-271-1/+2
|
* Update clutter-gtk requirement for gtk+-3.0.Matthew Barnes2010-07-271-4/+8
|
* Option to build with clutter/MXSrinivasa Ragavan2010-07-261-0/+21
|
* Post-release version bump.EVOLUTION_2_31_5_CORRECTEDMatthew Barnes2010-07-131-1/+1
|
* Bug #623204 - Be able to report detailed errors from backendsMilan Crha2010-07-091-0/+2
|
* Bug 623432 - Use gweather-3.0 when building with gtk3Maciej Piechotka2010-07-041-4/+8
|
* post release version bumpChenthill Palanisamy2010-06-301-1/+1
|
* Use the correct evolution-shell pkg-config file.Matthew Barnes2010-06-301-0/+5
| | | | | | evolution-mail-3.0 and evolution-calendar-3.0 should require evolution-shell-3.0. evolution-mail and evolution-calendar should require evolution-shell.
* Bump reqs on more libraries that don't link to gtk+-3.0 yet.Matthew Barnes2010-06-291-14/+21
| | | | | | | | | These are bogus versions to force the plugins that use them to be disabled. champlain-gtk >= 0.8 (latest is 0.7) clutter-gtk >= 1.0 (latest is 0.90.1) gtkimageview >= 2.0 (latest is 1.6)
* Require gweather >= 2.90.0 when building against gtk+-3.0.Matthew Barnes2010-06-291-4/+4
| | | | | Note, at this moment libgweather-2.90.0 doesn't exist. The version requirement is a guess. The tarball should appear "any minute now".
* Require libnotify >= 0.5.1 when building against gtk+-3.0.Matthew Barnes2010-06-291-2/+5
|
* Show the GTK+ package in configure summary.Matthew Barnes2010-06-291-0/+1
|
* Add Outlook Express DBX mailbox file importer pluginDavid Woodhouse2010-06-291-1/+2
| | | | [patch v2: Don't error on empty mailboxes, build plugin by default]
* look for gtkhtml-editor-3.14 while using gtk2Chenthill Palanisamy2010-06-291-1/+1
|
* set gtk3 minimum version 2.90.4Chenthill Palanisamy2010-06-291-3/+3
|
* Use version 3.0 for evolution-<module>.pc files while compiling with gtk3. ↵Chenthill Palanisamy2010-06-291-31/+78
| | | | Set dependencies right between gtk3 and gtk2 compilations