From 9ba03393d522e2a168f71d130205081f4e19bdc9c2f9a4ed35412574ee5b5015 Mon Sep 17 00:00:00 2001 From: Vincent Untz Date: Fri, 27 May 2011 08:17:55 +0000 Subject: [PATCH] Accepting request 71621 from home:vuntz:branches:GNOME:Factory tweak OBS-URL: https://build.opensuse.org/request/show/71621 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/evolution?expand=0&rev=120 --- evolution.changes | 69 ++++++++++++----------------------------------- 1 file changed, 17 insertions(+), 52 deletions(-) diff --git a/evolution.changes b/evolution.changes index 7341a3c..02b6297 100644 --- a/evolution.changes +++ b/evolution.changes @@ -2,62 +2,27 @@ Tue May 17 17:26:29 CEST 2011 - dimstar@opensuse.org - Update to version 3.1.1: - + Remove libunique dependency. - + Port EShell to GtkApplication. - + Port AlarmNotify to GtkApplication. - + Fix alignment of extra widgets in EAlertDialogs. - + Change the accelerator map file location. - + Reduce EAlertBar height. - + EAlertBar: Make warnings time out after 5 minutes - + Change "mail:async-error" alerts to warnings. + + Remove libunique dependency, and port to GtkApplication. + Restore lockdown integration. + Remove the profiler plugin. - + Don't crash on missing EAlert definitions. - + EWebView: Implement the EAlertSink interface - + EWebView: Fix icon retrieval when showing EAlerts. - + Demonstrate EWebView as an EAlertSink. + Don't try to refresh or sync mail folders when offline. - + Adapt to sealed up CamelService. - + Adapt to CamelService changes. - + Adapt to new CamelSession background job API. - + EMailBackend: Ignore cancelled background jobs. - + Add e_meeting_store_find_self(). - + Add itip_address_is_user(). - + Refactor CompEditor pages to isolate EAccount usage. - + Add itip_get_user_identities(). - + Add itip_get_fallback_identity(). - + Make EAlertBar messages selectable - + Adapt to extra arg in camel_session_get_service_by_url(). - + EMFolderSelectionButton: Remove unused multiselect functions. - + MailFolderCache: Remove 'folders_uri' hash table - + e_get_account_by_uid(): Also handle CamelTransport UIDs. - + EMEventTargetFolder: Add an EAccount member. - + EMConfigTargetAccount: Add original_account member. - + Simplify mail_session_get_password(). - + Remove e_get_account_by_transport_url(). - + EMailSession: Fix popb4smtp authentication. - + Add em_folder_tree_get_selected_account(). - + EMailShellView: Open the selected folder ourselves. - + Remove e_mail_reader_set_folder_uri(). - + Add some handy folder URI utility functions. - + Build vfolder rules with CamelFolders instead of folder URIs. - + MessageList: Simplify the "Location" column. - + EMFolderTreeModel: Always populate the CamelStore column. - + EMFolderTreeModel: Avoid e_get_account_by_source_url(). - + EMAccountEditor: Fix a runtime warning. - + EMFolderTreeModel: Use the new folder URI format. - + EMFilterFolderElement: Use the new folder URI format. - + EMVFolderRule: Use the new folder URI format. - + MailFolderCache: Emit folder names instead of URIs in signals. + + Fix popb4smtp authentication. + Adapt to X-Evolution-Source headers storing UIDs. - + Bugs fixed: bgo#303653, bgo#303862, bgo#332497, bgo#418954, - bgo#502188, bgo#547954, bgo#588891, bgo#597082, bgo#619782, - bgo#627952, bgo#641154, bgo#641845, bgo#644310, bgo#645545, - bgo#645551, bgo#645610, bgo#645721, bgo#645825, bgo#646197, - bgo#646200, bgo#646384, bgo#646817, bgo#647116, bgo#647429, - bgo#647698, bgo#647708, bgo#647816, bgo#648308, bgo#648346, - bgo#648756, bgo#649046, bgo#649365, bgo#649381. -- Drop pkgconfig(unique-3.0) BuildRequires. + + UI improvements and fixes. + + Adapt to API changes in Camel. + + Fix crashes. + + Misc code and build changes. + + Bug Fixes: + - bgo#303653: Make headers collapsable in preview pane + - bgo#418954: Add a separate entry combo for port numbers + - bgo#303862, bgo#332497, bgo#502188, bgo#547954, bgo#588891, + bgo#597082, bgo#619782, bgo#627952, bgo#641154, bgo#641845, + bgo#644310, bgo#645545, bgo#645551, bgo#645610, bgo#645721, + bgo#645825, bgo#646197, bgo#646200, bgo#646384, bgo#646817, + bgo#647116, bgo#647429, bgo#647698, bgo#647708, bgo#647816, + bgo#648308, bgo#648346, bgo#648756, bgo#649046, bgo#649365, + bgo#649381. +- Drop now unneeded pkgconfig(unique-3.0) BuildRequires. ------------------------------------------------------------------- Wed Apr 27 17:01:22 UTC 2011 - fcrozat@novell.com