[evolution] Created tag EVOLUTION_3_1_2
- From: Matthew Barnes <mbarnes src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [evolution] Created tag EVOLUTION_3_1_2
- Date: Mon, 13 Jun 2011 17:36:22 +0000 (UTC)
The unsigned tag 'EVOLUTION_3_1_2' was created.
Tagger: Matthew Barnes <mbarnes redhat com>
Date: Mon Jun 13 13:21:35 2011 -0400
Evolution 3.1.2
Changes since the last tag 'EVOLUTION_3_1_1':
Abduxukur Abdurixit (1):
Added UG translation
Alexander Shopov (1):
Updated Bulgarian translation
Andre Klapper (1):
Fix typo in gl translation. See bug 650384
Carles Ferrando (1):
[l10n]Updated Catalan (Valencian) translation
Chenthill Palanisamy (2):
Updated the help license from GFDL 1.2 to GFDL 1.3 and CC-BY-SA 3.0
Fixes a crash while creating VeeFolders at the root level.
Colin Walters (3):
Bug 650522 - em-format-html: Fix uninitialized variable
Bug 650525 - Don't install a SEGV handler
Bug 650524 - Use g_unix_signal_add_watch_full() for SIGTERM
Dan Vrátil (6):
Bug #649392 - Improve calendar's "Goto" dialog and move it to dialogs
Bug #643819 - Autocomplete the Location field
Bug #229244 - Re-ordering email addresses in contact list editor
Bug #642557 - Display maps in contact preview
Bug #636809 - Address labels formatting improvements
Bug #332907 - Contact editor duplication alert misleading
Daniel Mustieles (3):
Updated Spanish translation
Updated Spanish translation
Updated Spanish translation
Fran Diéguez (2):
Updated Galician translations
Updated Galician translations
Jorge González (6):
Updated Spanish translation
Updated Spanish translation
Updated Spanish translation
Updated Spanish translation
Updated Spanish translation
Updated Spanish translation
Kjartan Maraas (1):
Updated Norwegian bokmål translation
Lucian Langa (1):
Bug 651001 - Cannot send message from accounts not having a provider
Marek Ä?ernocký (1):
Updated Czech translation
Matej UrbanÄ?iÄ? (2):
Updated Slovenian translation
Updated Slovenian translation
Mathieu Trudel-Lapierre (1):
Bug #633948 - Try harder to use -lresolv in LDAP_LIBS
Matt McCutchen (1):
Bug #614274 - Labeling many messages is very slow
Matthew Barnes (107):
Post-release version bump.
Coding style cleanups.
Encode the path part of folder URIs.
"email://" URIs have encoded paths too.
Add e_mail_folder_get_multiple_messages().
Add e_mail_folder_find_duplicate_messages().
EMailReader: Reimplement "mail-remove-duplicates" action.
Add e_mail_folder_build_attachment().
Reimplement em_utils_forward_messages().
Add a 'message_uid' param to em_utils_edit_message().
Reimplement em_utils_edit_messages().
Remove mail_build_attachment().
Remove mail_get_messages().
Add e_activity_handle_cancellation().
Fix some GPtrArray leaks.
mark-all-read: Reimplement to not block.
Get vfolder_edit_rule() working again.
Reimplement em_folder_properties_show().
Remove mail_get_folder().
e_mail_session_uri_to_folder_sync(): Remove redundant status message.
EMConfigTargetFolder: Remove URI member.
Reimplement e_mail_reader_create_filter_from_selected().
Reimplement e_mail_reader_create_vfolder_from_selected().
Reimplement e_mail_reader_create_vfolder_from_selected().
Add e_mail_reader_new_activity().
Reimplement the "mail-redirect" action.
Remove em_utils_redirect_message_by_uid().
em_utils_reply_to_message(): Require a CamelMimeMessage.
em_format_html_print_message(): Require a CamelMimeMessage.
Miscellaneous cleanups.
Reimplement "mailing-list-actions" plugin.
Keep forgetting to add prefixes to EAlert tags.
EMailShellView: Remove some unused utility functions.
Reimplement part of the "templates" plugin.
Reimplement the "mail-reply-all" action.
Reimplement the "mail-reply-sender" action.
Remove mail_get_message().
EMFolderProperties: Fetch quota information asynchronously.
Remove mail_get_folder_quota().
Remove unused e_get_gnome2_user_dir().
Bug 649990 - Remove get_font_options() from e-util.c.
Bug 650088 - Cannot send message from Contacts view
Add EPortEntry to the Glade catalog.
Bug 650223 - evolution-backup does not terminate without --gui
Remove mail_remove_attachments().
Remove mail_check_service().
Remove mail_store_prepare_offline().
Remove mail_save_messages().
Remove mail_get_folderinfo().
Remove mail_remove_folder().
mail-autofilter.c: Add argument guards in public functions.
EMailReader: Support multiple action groups.
Bug 650587 - Hide Search Folder actions when Search Folders are disabled
EMailReader: Remove the forward/reply style hack.
Coding style and whitespace cleanup.
Handle SIGTERM instead of SIGQUIT.
Fix crash when opening message window.
Bug 650491 - Shell handles forwarding uris to existing process wrong
Revert "Correct garbled mailto: uris passed in through GApplication interface"
Bug 537691 - Account editor window HIG
Remove emfu_create_folder_real().
EMFolderTree: Store an EMailBackend instead of an EMailSession.
Bug 649993 - Change behavior of --component option
EMFolderTree: Whitespace cleanups.
Let EMFolderSelector create its own EMFolderTree.
EMFolderTree: Add an EAlertSink property.
Add em_folder_tree_new_activity().
EMFolderTree: Rewrite async folder info loading.
Add em_folder_tree_get_selected().
Remove em_folder_tree_get_selected_path().
Use em_folder_tree_get_selected() in places to simplify code.
EMFolderSelector: Fix some silly typos.
Fix em_folder_selector_get_selected_uri().
Check for vfolder stores by UID, not URI.
Bug 651062 - refresh_folders_exec() reports progress incorrectly.
Remove display_name from EMFolderTreeModelStoreInfo.
EMFolderTreeModel: Remove internal account_index.
Remove account from EMFolderTreeModelStoreInfo.
Including <glib.h> directly is rarely needed.
Including <glib-object.h> directly is rarely needed.
EMFolderTreeModel: Miscellaneous cleanups.
Add em_folder_tree_model_list_stores().
EMailShellView: Avoid e_get_subscribable_accounts().
EMSubscriptionEditor: Manage stores, not accounts.
Remove e_get_subscribable_accounts().
Change EMEventTargetFolder contents.
Remove em_utils_folder_name_from_uri().
e_mail_store_add_by_account(): Fix a potential use-before-set.
Fix more places where old-style folder URIs are used.
EMFilterSourceElement cleanups.
EMFilterSourceElement: Add an EMailBackend constructor property.
EMFolderSourceElement: Store UIDs instead of URIs.
EMFilterFolderElement cleanups.
mail_vfolder_add_folder(): Change parameters.
Fix build breaks.
e-mail-folder-utils.c cleanups.
Move EPopupMenu to /widgets/table.
Embed e_hsv_tweak() directly in e-table-item.c.
EMVFolderRule: Track folder URIs in a GQueue instead of GList.
vfolder_adduri(): Take an EMailBackend instead of EMailSession.
Miscellaneous mail cleanups.
Coding style and whitespace cleanups.
Fix some uninitialized variable usage.
Replace G_CONST_RETURN with 'const'.
Coding style and whitespace cleanups.
NEWS update for 3.1.2 release.
Add a COPYING-DOCS file, needed for distcheck.
Milan Crha (33):
Bug #649939 - Cann't create new folder
Bug #649952 - Do not unref result of camel_session_get_service()
Bug #649939 - Cann't create new folder (second shot)
Cannot send message with just enabled account
Bug #645476 - Avoid scroll to cursor on folder change in message list
Bug #619347 - Decode QP in email in Contact List Editor
GN-bug #649935 - Check folder validity before asking for its URI
Bug #646033 - Update progress in Send/Receive dialog
Bug #243938 - Clicking on week numbers changes work week to week view
Correct garbled mailto: uris passed in through GApplication interface
Bug #601541 - Add 'Copy Image' Option On Inline Email Images
Bug #646615 - Bad single form
Bug #647785 - Pasting an 24h event in month and week view doesn't work
Always initialized all structure members
Bug #651039 - Always update signature in composer on account change
Bug #651135 - Crash using saved search with an empty expression
Bug #646109 - Fix use of include <config.h> to make sure translations work
Bug #651062 - Emit operation progress on the correct cancellable
Bug #649939 - Cann't create new folder
Replace deprecated g_atomic_int_exchange_and_add()
Bug #578245 - View settings for threads getting lost
Bug #649757 - 'Local delivery' accounts stopped working
Do not add 'Local delivery' accounts into folder tree
Bug #640083 - Cannot configure LDAPS on port 636
Bug #651684 - Creates a copy of message in Outbox instead of replacing
Bug #649310 - Calendar only shows midnight to noon
Little text typo fix
Bug #651761 - Message window doesn't mark message seen
Bug #651316 - Crash with Outgoing mail filters
Fix compiler warnings
Bug #651976 - Reply/Forward setting isn't respected in message window
Bug #608203 - Left pane of mailer window is narrow at startup
Bug #643526 - Crash in et_get_n_children
Punit Jain (1):
bug #648612 crash during drag & drop of recurring events
Seán de Búrca (1):
Updated Irish translation.
Yuri Kozlov (1):
Updated Russian translation
Ð?иÑ?оÑ?лав Ð?иколиÑ? (1):
Updated Serbian translation
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]