Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove all references to JavaScriptCore and use of JavaScript | Dan Vrátil | 2012-08-09 | 1 | -3/+1 |
| | | | | | | | | | | JavaScript is disabled in EWebView, so any attempt to evaluate a JavaScript code will fail. We are using DOM bindings instead to interact with the document. This commit removes some helper functions created in the early days of WebKit port which are not used anymore and also fixes mail-to-task plugin, which was relying on some JavaScript. | ||||
* | Post-release version bump. | Matthew Barnes | 2012-08-06 | 1 | -1/+1 |
| | |||||
* | configure.ac: Remove nm_minimum_version. | Matthew Barnes | 2012-08-04 | 1 | -1/+0 |
| | | | | We don't talk directly to NetworkManager anymore. | ||||
* | Post-release version bump. | Matthew Barnes | 2012-07-16 | 1 | -1/+1 |
| | |||||
* | Update to libgweather 3.5 | Giovanni Campagna | 2012-07-12 | 1 | -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 Barnes | 2012-07-03 | 1 | -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 Barnes | 2012-07-03 | 1 | -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 Barnes | 2012-07-03 | 1 | -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 Barnes | 2012-06-25 | 1 | -1/+1 |
| | |||||
* | Remove --enable-plugins=list variation. | Matthew Barnes | 2012-06-19 | 1 | -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 Barnes | 2012-06-19 | 1 | -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 Barnes | 2012-06-18 | 1 | -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 Barnes | 2012-06-18 | 1 | -1/+4 |
| | |||||
* | Remove -Werror from AM_INIT_AUTOMAKE. | Matthew Barnes | 2012-06-17 | 1 | -1/+1 |
| | | | | Can't guarantee external software packages will not cause warnings. | ||||
* | Remove the last remaining usage of GConf | Milan Crha | 2012-06-15 | 1 | -17/+0 |
| | |||||
* | Bump minimum libnotify version to 0.7. | Matthew Barnes | 2012-06-08 | 1 | -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 modules | Dan Vrátil | 2012-06-06 | 1 | -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 Barnes | 2012-06-04 | 1 | -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 Barnes | 2012-06-03 | 1 | -2/+1 |
| | | | | Obsoleted by EBookSourceConfig and ECalSourceConfig. | ||||
* | Add 'mail-config' module. | Matthew Barnes | 2012-06-03 | 1 | -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 Barnes | 2012-06-03 | 1 | -2/+2 |
| | | | | | | Adds an extra page to EMailConfigNotebook for 'imap' accounts. Replaces the 'imap-features' plugin. | ||||
* | Add 'cal-config-webcal' module. | Matthew Barnes | 2012-06-03 | 1 | -2/+2 |
| | | | | | | Registers the "On The Web" backend in ECalSourceConfig widgets. Replaces the 'calendar-http' plugin. | ||||
* | Add 'cal-config-weather' module. | Matthew Barnes | 2012-06-03 | 1 | -6/+5 |
| | | | | | | Registers the "Weather" backend in ECalSourceConfig widgets. Replaces the 'calendar-weather' plugin. | ||||
* | Add 'cal-config-google' module. | Matthew Barnes | 2012-06-03 | 1 | -2/+2 |
| | | | | | | Registers the "Google" backend in ECalSourceConfig widgets. Replaces the 'google-account-setup' plugin. | ||||
* | Add 'cal-config-contacts' module. | Matthew Barnes | 2012-06-03 | 1 | -0/+1 |
| | | | | Registers the "Contacts" backend in ECalSourceConfig widgets. | ||||
* | Add 'cal-config-caldav' module. | Matthew Barnes | 2012-06-03 | 1 | -2/+2 |
| | | | | | | Registers the "CalDAV" backend in ECalSourceConfig widgets. Replaces the 'caldav' plugin. | ||||
* | Add 'cal-config-local' module. | Matthew Barnes | 2012-06-03 | 1 | -2/+2 |
| | | | | | | Registers the "On This Computer" backend in ECalSourceConfig widgets. Replaces the 'calendar-file' plugin. | ||||
* | Add 'book-config-webdav' module. | Matthew Barnes | 2012-06-03 | 1 | -2/+2 |
| | | | | | | Registers the "WebDAV" backend in EBookSourceConfig widgets. Replaces the 'webdav-account-setup' plugin. | ||||
* | Add 'book-config-ldap' module. | Matthew Barnes | 2012-06-03 | 1 | -0/+1 |
| | | | | Register the "On LDAP Servers" backend in EBookSourceConfig widgets. | ||||
* | Add 'book-config-google' module. | Matthew Barnes | 2012-06-03 | 1 | -0/+1 |
| | | | | | | Register the "Google" backend in EBookSourceConfig widgets. Partially replaces the 'google-account-setup' plugin. | ||||
* | Add 'book-config-local' module. | Matthew Barnes | 2012-06-03 | 1 | -2/+2 |
| | | | | | | Registers the "On This Computer" backend in EBookSourceConfig widgets. Replaces the 'addressbook-file' plugin. | ||||
* | Add 'backup-restore' module. | Matthew Barnes | 2012-06-03 | 1 | -2/+2 |
| | | | | Replaces the 'backup-restore' plugin. | ||||
* | Remove EDS_DISABLE_DEPRECATED. | Matthew Barnes | 2012-06-03 | 1 | -2/+4 |
| | | | | libedataserverui/e-passwords.h is deprecated. We need to stop using it. | ||||
* | Post-release version bump. | Matthew Barnes | 2012-06-03 | 1 | -1/+1 |
| | |||||
* | Reduce diff noise with 'account-mgmt' branch. | Matthew Barnes | 2012-06-03 | 1 | -6/+6 |
| | | | | One last time. | ||||
* | Bump goa_minimum_version to 3.2. | Matthew Barnes | 2012-05-30 | 1 | -1/+1 |
| | | | | Just to make it a stable release number. | ||||
* | Make the settings capplet optional. | Matthew Barnes | 2012-05-29 | 1 | -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 content | Javier Jardón | 2012-05-16 | 1 | -2/+2 |
| | |||||
* | Bug #669657 - Move External Editor plugin to standard plugins | Holger Macht | 2012-05-14 | 1 | -2/+2 |
| | |||||
* | Bug #675871 - Hide gnu make extensions warnings for automake 1.12 | Milan Crha | 2012-05-11 | 1 | -1/+1 |
| | |||||
* | Bug #200683 - Composer subject spell checking | Milan Crha | 2012-05-10 | 1 | -1/+1 |
| | |||||
* | Require libsoup >= 2.38.1. | Matthew Barnes | 2012-05-01 | 1 | -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 Barnes | 2012-04-29 | 1 | -1/+1 |
| | |||||
* | Bug #671537 - Option to validate SSL certificates with libsoup | Milan Crha | 2012-04-23 | 1 | -1/+1 |
| | |||||
* | Drop the ConnMan/NetworkManager/WindowsSENS modules. | Matthew Barnes | 2012-04-01 | 1 | -71/+0 |
| | | | | | | We rely on GNetworkMonitor for network availability now. Not our problem anymore. \o/ | ||||
* | WebKit port - bump dependencies minimum versions | Dan Vrátil | 2012-03-29 | 1 | -3/+8 |
| | |||||
* | Typo fix. | Matthew Barnes | 2012-03-27 | 1 | -1/+1 |
| | |||||
* | Require gnome-doc-utils >= 0.20.10. | Matthew Barnes | 2012-03-27 | 1 | -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 Barnes | 2012-03-26 | 1 | -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 Barnes | 2012-03-26 | 1 | -2/+2 |
| | |||||
* | Post-release version bump. | Matthew Barnes | 2012-03-26 | 1 | -2/+2 |
| | |||||
* | post release version bump | Chenthill Palanisamy | 2012-03-19 | 1 | -2/+2 |
| | |||||
* | Bug #659756 - Initialize dbus-glib threading for GConf | Milan Crha | 2012-03-16 | 1 | -0/+9 |
| | |||||
* | Suppress deprecation warnings. | Matthew Barnes | 2012-03-07 | 1 | -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 Barnes | 2012-03-06 | 1 | -1/+1 |
| | |||||
* | Add libevolution-utils for prepping filter/ for EDS move. | Srinivasa Ragavan | 2012-03-03 | 1 | -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-config | Matthew Barnes | 2012-02-20 | 1 | -2/+2 |
| | |||||
* | post release version bump | Chenthill Palanisamy | 2012-02-20 | 1 | -1/+1 |
| | |||||
* | Bug #663077 - Reorder mx-1.0 and clutter-gtk-1.0 in PKG_CHECK_MODULES | Alexandre Rostovtsev | 2012-02-17 | 1 | -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 Barnes | 2012-02-06 | 1 | -1/+1 |
| | |||||
* | Post-release version bump. | Matthew Barnes | 2012-02-06 | 1 | -1/+1 |
| | |||||
* | Remove duplicate Windows SENS checks | Priit Laes | 2012-01-21 | 1 | -19/+0 |
| | |||||
* | Introduce libemail-engine and libemail-utils. | Matthew Barnes | 2012-01-19 | 1 | -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 Barnes | 2012-01-17 | 1 | -1/+1 |
| | |||||
* | Post-release version bump. | Matthew Barnes | 2012-01-17 | 1 | -1/+1 |
| | |||||
* | Bug #667346 - Fix build with libpst 0.6.54 and require this version | Vincent Untz | 2012-01-10 | 1 | -2/+2 |
| | |||||
* | Bug #353743 - Add Print button to meeting notification dialog | Milan Crha | 2012-01-03 | 1 | -1/+1 |
| | |||||
* | post release version bump | Chenthill Palanisamy | 2011-12-19 | 1 | -1/+1 |
| | |||||
* | Bump minimum geoclue version to 0.12. | Alban Browaeys | 2011-12-13 | 1 | -1/+1 |
| | |||||
* | Bug 665980 - Bump minimum champlain-gtk version to 0.12 | Alban Browaeys | 2011-12-13 | 1 | -3/+3 |
| | |||||
* | Bug 665782 - configure.ac: Add gmodule-2.0 to GNOME_PLATFORM | Christophe Fergeau | 2011-12-13 | 1 | -0/+1 |
| | |||||
* | Remove almost all *_DISABLED_DEPRECATED_FLAGS. | Matthew Barnes | 2011-11-25 | 1 | -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 Barnes | 2011-11-25 | 1 | -2/+0 |
| | | | | We already comply, and it's required now anyway for gtk3. | ||||
* | Merge branch 'master' into wip/gsettings | Matthew Barnes | 2011-11-23 | 1 | -0/+1 |
|\ | | | | | | | | | Conflicts: mail/e-mail-paned-view.c | ||||
| * | Split MDN handling into a module. | Matthew Barnes | 2011-11-22 | 1 | -0/+1 |
| | | |||||
* | | Merge branch 'master' into wip/gsettings | Rodrigo Moya | 2011-11-21 | 1 | -1/+1 |
|\| | |||||
| * | Post-release version bump. | Matthew Barnes | 2011-11-21 | 1 | -1/+1 |
| | | |||||
* | | Merge branch 'master' into wip/gsettings | Rodrigo Moya | 2011-11-14 | 1 | -1/+1 |
|\| | |||||
| * | Bug #636214 fetch configuration details from server | Punit Jain | 2011-11-09 | 1 | -1/+1 |
| | | | | | | | | Code changes | ||||
* | | Merge branch 'master' into wip/gsettings | Rodrigo Moya | 2011-11-08 | 1 | -1/+1 |
|\| | |||||
| * | Kill gtk-doc tmpl files. | Matthew Barnes | 2011-11-08 | 1 | -1/+1 |
| | | | | | | | | Bump our gtk-doc requirement to 1.14 and use --flavour no-tmpl. | ||||
* | | Merge branch 'master' into wip/gsettings | Rodrigo Moya | 2011-10-24 | 1 | -1/+1 |
|\| | |||||
| * | Post-release version bump. | Matthew Barnes | 2011-10-23 | 1 | -1/+1 |
| | | |||||
* | | Merge branch 'master' into wip/gsettings | Rodrigo Moya | 2011-10-13 | 1 | -5/+2 |
|\| | |||||
| * | Require libgdata >= 0.10. | Matthew Barnes | 2011-10-13 | 1 | -5/+2 |
| | | | | | | | | Drop all the backward-compatibility cruft. | ||||
* | | Merge branch 'master' into wip/gsettings | Rodrigo Moya | 2011-10-10 | 1 | -1/+1 |
|\| | |||||
| * | Increase dependency on gtk+ to 3.2.0 | Milan Crha | 2011-10-06 | 1 | -1/+1 |
| | | |||||
* | | Merge from master | Rodrigo Moya | 2011-10-05 | 1 | -90/+14 |
|\| | |||||
| * | Simplify library dependency flags. | Matthew Barnes | 2011-10-05 | 1 | -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 Barnes | 2011-09-30 | 1 | -1/+1 |
| | | | | | | | | Drop all GLIB_CHECK_VERSION macros. | ||||
| * | Adapt to camel-provider-1.2.pc going away. | Matthew Barnes | 2011-09-28 | 1 | -8/+4 |
| | | |||||
| * | The EExtension framework is now in libebackend. | Matthew Barnes | 2011-09-26 | 1 | -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 Barnes | 2011-09-25 | 1 | -4/+4 |
| | | |||||
| * | post release version bump | Chenthill Palanisamy | 2011-09-19 | 1 | -2/+2 |
| | | |||||
| * | Make maintiner mode enabled by default | Javier Jardón | 2011-09-09 | 1 | -1/+1 |
| | | | | | | | | See http://blogs.gnome.org/desrt/2011/09/08/am_maintainer_mode-is-not-cool/ | ||||
| * | Post-release version bump. | Matthew Barnes | 2011-09-04 | 1 | -1/+1 |
| | | |||||
| * | Add "Contact Maps" to the configure summary. | Matthew Barnes | 2011-09-03 | 1 | -0/+1 |
| | | |||||
| * | Create tar.xz files for 'make dist' only | Milan Crha | 2011-08-31 | 1 | -1/+1 |
| | | |||||
| * | Fix default in image-inline help string. | Matthew Barnes | 2011-08-30 | 1 | -1/+1 |
| | | |||||
| * | Disable inline-image plugin by default. | Matthew Barnes | 2011-08-30 | 1 | -1/+1 |
| | | | | | | | | Still waiting for a gtkimageview release that works with GTK+ 3. | ||||
| * | Post-release version bump. | Matthew Barnes | 2011-08-29 | 1 | -1/+1 |
| | | |||||
| * | post release version bump | Chenthill Palanisamy | 2011-08-15 | 1 | -1/+1 |
| | | |||||
| * | Post-release version bump. | Matthew Barnes | 2011-07-24 | 1 | -1/+1 |
| | | |||||
| * | Convert junk filtering EPlugins to EExtensions. | Matthew Barnes | 2011-07-14 | 1 | -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 support | Antoine Jacoutot | 2011-07-13 | 1 | -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 Barnes | 2011-07-10 | 1 | -2/+1 |
| | | |||||
| * | post release version bump | Chenthill Palanisamy | 2011-07-04 | 1 | -1/+1 |
| | | |||||
| * | Prototype an online-accounts module. | Matthew Barnes | 2011-06-25 | 1 | -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.0 | Philip Withnall | 2011-06-14 | 1 | -1/+5 |
| | | |||||
| * | Do not use deprecated EBook/ECal API | Milan Crha | 2011-06-14 | 1 | -1/+2 |
| | | |||||
| * | Post-release version bump. | Matthew Barnes | 2011-06-14 | 1 | -1/+1 |
| | | |||||
| * | Bug #642557 - Display maps in contact preview | Dan Vrátil | 2011-06-02 | 1 | -33/+32 |
| | | |||||
| * | Bug #601541 - Add 'Copy Image' Option On Inline Email Images | Milan Crha | 2011-05-16 | 1 | -1/+1 |
| | | |||||
| * | Post-release version bump. | Matthew Barnes | 2011-05-09 | 1 | -1/+1 |
| | | |||||
| * | NEWS update for 3.1.1 release.EVOLUTION_3_1_1 | Matthew Barnes | 2011-05-09 | 1 | -1/+1 |
| | | |||||
| * | Bug 649365 - Creation of new repository evolution-groupwise | Vibha Yadav | 2011-05-04 | 1 | -4/+2 |
| | | | | | | | | Removing groupwise plugin code from evolution. | ||||
| * | Bump gladeui-2.0 minimum version to 3.10.0. | Matthew Barnes | 2011-04-24 | 1 | -1/+1 |
| | | |||||
| * | Bug #645721 - Fix build error when enabling kerberos without specifying path | Niki Guldbrand | 2011-04-19 | 1 | -1/+1 |
| | | |||||
| * | Bug 646200 - Insufficient requirement on libsoup | Matthew Barnes | 2011-03-30 | 1 | -1/+1 |
| | | | | | | | | | | Require libsoup >= 2.31.2 so we can use the get methods for SoupCookie, SoupData and SoupURI. | ||||
| * | Remove the profiler plugin. | Matthew Barnes | 2011-03-29 | 1 | -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 option | Matthew Barnes | 2011-03-27 | 1 | -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 Barnes | 2011-03-25 | 1 | -2/+0 |
| | | |||||
| * | Begin Evolution 3.1 development. | Matthew Barnes | 2011-03-22 | 1 | -3/+3 |
| | | |||||
| * | Post-release version bump. | Matthew Barnes | 2011-03-21 | 1 | -3/+3 |
| | | |||||
| * | Bug 644166 - Add style class to primary toolbars | Matthew Barnes | 2011-03-08 | 1 | -1/+1 |
| | | | | | | | | | | Requires GTK+ >= 3.0.2 since GTK_STYLE_CLASS_PRIMARY_TOOLBAR is a very recent addition. | ||||
| * | Post-release version bump. | Matthew Barnes | 2011-03-06 | 1 | -1/+1 |
| | | |||||
| * | Bump BASE_VERSION to 3.0. | Matthew Barnes | 2011-03-06 | 1 | -2/+2 |
| | | | | | | | | Looks like GNOME 3.0 might actually happen this cycle. | ||||
| * | post release version bump | Chenthill Palanisamy | 2011-02-21 | 1 | -1/+1 |
| | | |||||
| * | Require libsoup-gnome-2.4 instead of libsoup-2.4. | Matthew Barnes | 2011-02-15 | 1 | -1/+1 |
| | | | | | | | | So Evolution can utilize GNOME integration features in libsoup. | ||||
| * | Bump GTK+ requirement to 3.0. | Matthew Barnes | 2011-02-11 | 1 | -2/+2 |
| | | | | | | | | This requirement is now locked until GNOME 3.3 development begins. | ||||
| * | Bug #634571 - Check for 'mono-2' rather than 'mono' package | Milan Crha | 2011-02-07 | 1 | -3/+1 |
| | | |||||
| * | Bug 222423 - Support Face headers | Dan Vrátil | 2011-02-03 | 1 | -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 Barnes | 2011-02-02 | 1 | -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 Barnes | 2011-02-02 | 1 | -5/+2 |
| | | | | | | | | Check for champlain-gtk-0.8 not 0.5, and drop the fallback to 0.4. | ||||
| * | post release version bump | Chenthill Palanisamy | 2011-01-31 | 1 | -1/+1 |
| | | |||||
| * | libchamplain-0.8 exists now. | Matthew Barnes | 2011-01-31 | 1 | -1/+1 |
| | | |||||
| * | gladeui is 2.0 now | Milan Crha | 2011-01-29 | 1 | -1/+1 |
| | | |||||
| * | Require the latest gtk+-3.0 release until 3.0. | Matthew Barnes | 2011-01-27 | 1 | -1/+1 |
| | | |||||
| * | Not gonna deal with deprecated API in GTK3 just yet. | Matthew Barnes | 2011-01-25 | 1 | -1/+0 |
| | | |||||
| * | Drop support for gtk+-2.0. | Matthew Barnes | 2011-01-25 | 1 | -114/+41 |
| | | |||||
| * | Post-release version bump. | Matthew Barnes | 2011-01-09 | 1 | -1/+1 |
| | | |||||
| * | Temporarily remove GDK_DISABLE_DEPRECATED (again). | Matthew Barnes | 2010-12-23 | 1 | -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 bump | Chenthill Palanisamy | 2010-12-20 | 1 | -1/+1 |
| | | |||||
| * | Update gtkhtml API versionEVOLUTION_2_91_4 | Chenthill Palanisamy | 2010-12-20 | 1 | -1/+1 |
| | | |||||
| * | Bug #616452 - Do not set '-Wl,--no-undefined' on freebsd/openbsd | Milan Crha | 2010-12-13 | 1 | -1/+8 |
| | | |||||
| * | post release version bump | Chenthill Palanisamy | 2010-11-29 | 1 | -1/+1 |
| | | |||||
| * | Post-release version bump. | Matthew Barnes | 2010-11-08 | 1 | -1/+1 |
| | | |||||
* | | Add GLIB_GSETTINGS macro to configure.ac | Rodrigo Moya | 2011-09-26 | 1 | -0/+2 |
| | | |||||
* | | Post-release version bump. | Matthew Barnes | 2011-09-26 | 1 | -4/+4 |
| | | |||||
* | | post release version bump | Chenthill Palanisamy | 2011-09-21 | 1 | -2/+2 |
| | | |||||
* | | Make maintiner mode enabled by default | Javier Jardón | 2011-09-14 | 1 | -1/+1 |
| | | | | | | | | See http://blogs.gnome.org/desrt/2011/09/08/am_maintainer_mode-is-not-cool/ | ||||
* | | Post-release version bump. | Matthew Barnes | 2011-09-14 | 1 | -1/+1 |
| | | |||||
* | | Add "Contact Maps" to the configure summary. | Matthew Barnes | 2011-09-14 | 1 | -0/+1 |
| | | |||||
* | | Create tar.xz files for 'make dist' only | Milan Crha | 2011-09-14 | 1 | -1/+1 |
| | | |||||
* | | Fix default in image-inline help string. | Matthew Barnes | 2011-09-14 | 1 | -1/+1 |
| | | |||||
* | | Disable inline-image plugin by default. | Matthew Barnes | 2011-09-14 | 1 | -1/+1 |
| | | | | | | | | Still waiting for a gtkimageview release that works with GTK+ 3. | ||||
* | | Post-release version bump. | Matthew Barnes | 2011-09-14 | 1 | -1/+1 |
| | | |||||
* | | post release version bump | Chenthill Palanisamy | 2011-09-14 | 1 | -1/+1 |
| | | |||||
* | | Post-release version bump. | Matthew Barnes | 2011-09-14 | 1 | -1/+1 |
| | | |||||
* | | Convert junk filtering EPlugins to EExtensions. | Matthew Barnes | 2011-09-14 | 1 | -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 support | Antoine Jacoutot | 2011-09-14 | 1 | -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 Barnes | 2011-09-14 | 1 | -2/+1 |
| | | |||||
* | | post release version bump | Chenthill Palanisamy | 2011-09-14 | 1 | -1/+1 |
| | | |||||
* | | Prototype an online-accounts module. | Matthew Barnes | 2011-06-30 | 1 | -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.0 | Philip Withnall | 2011-06-30 | 1 | -1/+5 |
| | | |||||
* | | Do not use deprecated EBook/ECal API | Milan Crha | 2011-06-30 | 1 | -1/+2 |
| | | |||||
* | | Post-release version bump. | Matthew Barnes | 2011-06-30 | 1 | -1/+1 |
| | | |||||
* | | Bug #642557 - Display maps in contact preview | Dan Vrátil | 2011-06-30 | 1 | -33/+32 |
| | | |||||
* | | Bug #601541 - Add 'Copy Image' Option On Inline Email Images | Milan Crha | 2011-06-30 | 1 | -1/+1 |
| | | |||||
* | | Post-release version bump. | Matthew Barnes | 2011-06-30 | 1 | -1/+1 |
| | | |||||
* | | NEWS update for 3.1.1 release. | Matthew Barnes | 2011-06-30 | 1 | -1/+1 |
| | | |||||
* | | Bug 649365 - Creation of new repository evolution-groupwise | Vibha Yadav | 2011-06-30 | 1 | -4/+2 |
| | | | | | | | | Removing groupwise plugin code from evolution. | ||||
* | | Bump gladeui-2.0 minimum version to 3.10.0. | Matthew Barnes | 2011-06-30 | 1 | -1/+1 |
| | | |||||
* | | Bug #645721 - Fix build error when enabling kerberos without specifying path | Niki Guldbrand | 2011-06-30 | 1 | -1/+1 |
| | | |||||
* | | Bug 646200 - Insufficient requirement on libsoup | Matthew Barnes | 2011-06-30 | 1 | -1/+1 |
| | | | | | | | | | | Require libsoup >= 2.31.2 so we can use the get methods for SoupCookie, SoupData and SoupURI. | ||||
* | | Remove the profiler plugin. | Matthew Barnes | 2011-06-30 | 1 | -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 option | Matthew Barnes | 2011-06-30 | 1 | -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 Barnes | 2011-06-30 | 1 | -2/+0 |
| | | |||||
* | | Begin Evolution 3.1 development. | Matthew Barnes | 2011-06-30 | 1 | -3/+3 |
| | | |||||
* | | Post-release version bump. | Matthew Barnes | 2011-06-30 | 1 | -3/+3 |
| | | |||||
* | | Bug 644166 - Add style class to primary toolbars | Matthew Barnes | 2011-06-30 | 1 | -1/+1 |
| | | | | | | | | | | Requires GTK+ >= 3.0.2 since GTK_STYLE_CLASS_PRIMARY_TOOLBAR is a very recent addition. | ||||
* | | Post-release version bump. | Matthew Barnes | 2011-06-30 | 1 | -1/+1 |
| | | |||||
* | | Bump BASE_VERSION to 3.0. | Matthew Barnes | 2011-06-30 | 1 | -2/+2 |
| | | | | | | | | Looks like GNOME 3.0 might actually happen this cycle. | ||||
* | | post release version bump | Chenthill Palanisamy | 2011-06-30 | 1 | -1/+1 |
| | | |||||
* | | Require libsoup-gnome-2.4 instead of libsoup-2.4. | Matthew Barnes | 2011-06-30 | 1 | -1/+1 |
| | | | | | | | | So Evolution can utilize GNOME integration features in libsoup. | ||||
* | | Bump GTK+ requirement to 3.0. | Matthew Barnes | 2011-06-30 | 1 | -2/+2 |
| | | | | | | | | This requirement is now locked until GNOME 3.3 development begins. | ||||
* | | Bug #634571 - Check for 'mono-2' rather than 'mono' package | Milan Crha | 2011-06-30 | 1 | -3/+1 |
| | | |||||
* | | Bug 222423 - Support Face headers | Dan Vrátil | 2011-06-30 | 1 | -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 Barnes | 2011-06-30 | 1 | -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 Barnes | 2011-06-30 | 1 | -5/+2 |
| | | | | | | | | Check for champlain-gtk-0.8 not 0.5, and drop the fallback to 0.4. | ||||
* | | post release version bump | Chenthill Palanisamy | 2011-06-30 | 1 | -1/+1 |
| | | |||||
* | | libchamplain-0.8 exists now. | Matthew Barnes | 2011-06-30 | 1 | -1/+1 |
| | | |||||
* | | gladeui is 2.0 now | Milan Crha | 2011-06-30 | 1 | -1/+1 |
| | | |||||
* | | Require the latest gtk+-3.0 release until 3.0. | Matthew Barnes | 2011-06-30 | 1 | -1/+1 |
| | | |||||
* | | Not gonna deal with deprecated API in GTK3 just yet. | Matthew Barnes | 2011-06-30 | 1 | -1/+0 |
| | | |||||
* | | Drop support for gtk+-2.0. | Matthew Barnes | 2011-06-30 | 1 | -114/+41 |
| | | |||||
* | | Post-release version bump. | Matthew Barnes | 2011-06-30 | 1 | -1/+1 |
| | | |||||
* | | Temporarily remove GDK_DISABLE_DEPRECATED (again). | Matthew Barnes | 2011-06-30 | 1 | -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 bump | Chenthill Palanisamy | 2011-06-30 | 1 | -1/+1 |
| | | |||||
* | | Update gtkhtml API version | Chenthill Palanisamy | 2011-06-30 | 1 | -1/+1 |
| | | |||||
* | | Bug #616452 - Do not set '-Wl,--no-undefined' on freebsd/openbsd | Milan Crha | 2011-06-30 | 1 | -1/+8 |
| | | |||||
* | | post release version bump | Chenthill Palanisamy | 2011-06-30 | 1 | -1/+1 |
| | | |||||
* | | Post-release version bump. | Matthew Barnes | 2010-11-10 | 1 | -1/+1 |
|/ | |||||
* | Reinstate GDK_DISABLE_DEPRECATED | Benjamin Otte | 2010-10-30 | 1 | -0/+1 |
| | | | | Everything compiles with this flag now. | ||||
* | Remove libart | Benjamin Otte | 2010-10-30 | 1 | -1/+0 |
| | | | | It's not used by the gnome-canvas anymore. | ||||
* | gnome-canvas: Remove pangoft2 requirement | Benjamin Otte | 2010-10-30 | 1 | -2/+0 |
| | | | | | It's not really necessary to pull in libs for an unused variable, now is it? | ||||
* | build: Depend on cairo-gobject | Benjamin Otte | 2010-10-30 | 1 | -0/+1 |
| | | | | | GTK3 depends on it anyway, and we need it for property types in gnome-canvas. | ||||
* | Bug 631731 - Remove status icon from mail notifier | William Jon McCann | 2010-10-28 | 1 | -3/+2 |
| | |||||
* | Remove EVO_MARSHAL_RULE. | Matthew Barnes | 2010-10-23 | 1 | -4/+0 |
| | | | | Use glib-gen.mak instead. | ||||
* | Bug 632903 - Support libnotify-0.7 | Flo Gravo | 2010-10-23 | 1 | -1/+5 |
| | |||||
* | Bug #597567 - Crash in comp_subject() | Milan Crha | 2010-10-21 | 1 | -0/+14 |
| | | | | Fix works only when compiled with libical 0.46 or later | ||||
* | Move more account utilities to e-account-utils.c. | Matthew Barnes | 2010-10-19 | 1 | -1/+1 |
| | |||||
* | Add an EOfflineAlert module. | Matthew Barnes | 2010-10-19 | 1 | -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 bump | Chenthill Palanisamy | 2010-10-18 | 1 | -1/+1 |
| | |||||
* | Replace EBinding with GBinding. | Matthew Barnes | 2010-10-14 | 1 | -1/+1 |
| | | | | | | GObject now does property bindings itself. Requires GLib >= 2.26. | ||||
* | Post-release version bump. | Matthew Barnes | 2010-10-05 | 1 | -1/+1 |
| | |||||
* | Change version to 2.91.0. | Matthew Barnes | 2010-10-04 | 1 | -4/+4 |
| | | | | In accordance with http://live.gnome.org/TwoPointNinetyone. | ||||
* | Use upstream gettext instead the glib one | Javier Jardón | 2010-10-01 | 1 | -2/+3 |
| | |||||
* | Bump gtk+-2.0 requirement to 2.22.0. | Matthew Barnes | 2010-09-29 | 1 | -1/+1 |
| | | | | Remove backward-compatibility hacks for older GTK+ versions. | ||||
* | Kill the subject-thread plugin. | Matthew Barnes | 2010-09-15 | 1 | -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 Barnes | 2010-09-13 | 1 | -2/+2 |
| | | | | How ironic. | ||||
* | Post-branch version bump. | Matthew Barnes | 2010-09-13 | 1 | -4/+4 |
| | |||||
* | post release version bump | Chenthill Palanisamy | 2010-09-13 | 1 | -2/+2 |
| | |||||
* | Convert composer autosave to an EExtension. | Matthew Barnes | 2010-09-03 | 1 | -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 Barnes | 2010-08-30 | 1 | -1/+1 |
| | |||||
* | Fix build break. | Matthew Barnes | 2010-08-29 | 1 | -0/+1 |
| | |||||
* | post release version bump | Chenthill Palanisamy | 2010-08-16 | 1 | -1/+1 |
| | |||||
* | Bump minimum GtkHtml version to 2.31.90. | Matthew Barnes | 2010-08-13 | 1 | -5/+2 |
| | | | | For bug 624913. | ||||
* | Remove -DGDK_DISABLE_DEPRECATED | Matthew Barnes | 2010-08-11 | 1 | -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 GCC | Matthew Barnes | 2010-08-05 | 1 | -6/+11 |
| | |||||
* | Post-release version bump. | Matthew Barnes | 2010-08-03 | 1 | -1/+1 |
| | |||||
* | Whoops, I broke configure.ac. | Matthew Barnes | 2010-08-03 | 1 | -4/+4 |
| | |||||
* | Prefer gio-2.0 when requiring GLib libraries. | Matthew Barnes | 2010-08-02 | 1 | -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 icon | Rob Bradford | 2010-08-02 | 1 | -1/+1 |
| | |||||
* | Bug 624500 - Missing EggSMClient linker flags in shell | Matthew Barnes | 2010-07-30 | 1 | -1/+5 |
| | |||||
* | Bug #625606 - git/master build dies with glib-2.25.12 | Milan Crha | 2010-07-30 | 1 | -1/+1 |
| | |||||
* | Reset BASE_VERSION to 2.32. | Matthew Barnes | 2010-07-29 | 1 | -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 GDBus | Milan Crha | 2010-07-28 | 1 | -9/+1 |
| | |||||
* | More clutter-gtk requirement tweaks. | Matthew Barnes | 2010-07-27 | 1 | -1/+2 |
| | |||||
* | Update clutter-gtk requirement for gtk+-3.0. | Matthew Barnes | 2010-07-27 | 1 | -4/+8 |
| | |||||
* | Option to build with clutter/MX | Srinivasa Ragavan | 2010-07-26 | 1 | -0/+21 |
| | |||||
* | Post-release version bump.EVOLUTION_2_31_5_CORRECTED | Matthew Barnes | 2010-07-13 | 1 | -1/+1 |
| | |||||
* | Bug #623204 - Be able to report detailed errors from backends | Milan Crha | 2010-07-09 | 1 | -0/+2 |
| | |||||
* | Bug 623432 - Use gweather-3.0 when building with gtk3 | Maciej Piechotka | 2010-07-04 | 1 | -4/+8 |
| | |||||
* | post release version bump | Chenthill Palanisamy | 2010-06-30 | 1 | -1/+1 |
| | |||||
* | Use the correct evolution-shell pkg-config file. | Matthew Barnes | 2010-06-30 | 1 | -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 Barnes | 2010-06-29 | 1 | -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 Barnes | 2010-06-29 | 1 | -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 Barnes | 2010-06-29 | 1 | -2/+5 |
| | |||||
* | Show the GTK+ package in configure summary. | Matthew Barnes | 2010-06-29 | 1 | -0/+1 |
| |