Evolution 3.13.5 2014-08-25 --------------------------- Bug Fixes: Bug 733825 - Busy loop/deadlock when changing paragraph style in quoted part (Tomas Popela) Bug 733725 - Runtime critical when pasting test from the same composer instance (Tomas Popela) Bug 733846 - Empty lines removed on send (quoted text edited) (Tomas Popela) Bug 733953 - Citation marks incorrectly transformed on send (Tomas Popela) Bug 733956 - Multiple quotations should be deleted by one (Tomas Popela) Bug 733954 - Enter doesn't delete selection with cited text (Tomas Popela) Bug 733917 - Critical warning when hiding the tooltip above the event (Milan Crha) Bug 733918 - Color chooser for citation color is not working in Composer (Milan Crha) Bug 733973 - Calling e_html_editor_view_get_text_html() changes editors content (Tomas Popela) Miscellaneous: e_mail_folder_uri_build: Encode special characters in folder names (Milan Crha) e_client_cache_get_client: Fix a memory leak (Milan Crha) Propagate settings from Prefences to the EHTMLEditorView (Tomas Popela) Include 'tests' folder in the distribution tarball (Milan Crha) doap category apps (Olav Vitters) Reduce the memory used by DOM variables (Tomas Popela) Updated German help translation and screen-shots (Christian Kirbach) EHTMLEditor - Fix indentation after EEditor -> EHTMLEditor rename (Tomas Popela) EHTMLEditor - Change the way how the Indent/Unindent and Alignment works (Tomas Popela) EHTMLEditorActions - Allow the action that shows the spell check dialog (Tomas Popela) EHTMLEditorSelection - Introduce e_html_editor_selection_is_collapsed and use it where possible (Tomas Popela) EHTMLEditorSelection - Fix the spell check after settings alignment (Tomas Popela) EHTMLEditorSelection - Fix the unindentation of the list (Tomas Popela) EHTMLEditorSelection - Limit the paragraph minimal width to 5 characters (Tomas Popela) EHTMLEditorSelection - Remove just the BR elements that are used for the wrapping unless it is forced (Tomas Popela) EHTMLEditorSelection - Simplify some loops and free more of the WebKit DOM variables (Tomas Popela) EHTMLEditorSpellCheckDialog - Avoid crash when no iter was set in the dictionaries combo box (Tomas Popela) EHTMLEditorView - Avoid forcing of the spell check when the body has no children (Tomas Popela) EHTMLEditorView - Avoid wrapping of the preformatted block when it is inside the quoted text (Tomas Popela) EHTMLEditorView - Wrap just paragraphs that are not in the quoted content (Tomas Popela) EHTMLEditorView - Don't insert the new line character, when the empty line in the quoted content is on the end of it (Tomas Popela) EHTMLEditorView - Fix the HTML structure after pasting the multiline content that was copied from composer (Tomas Popela) EHTMLEditorView - Turn on the spell check if the inline spelling option is set (Tomas Popela) EHTMLEditorView - Remove the unneeded comment (Tomas Popela) EHTMLEditorView - Process the plain text version the right way when sending the HTML mail (Tomas Popela) EHTMLEditorView - Fix critical warning when creating Address and Header 1 - 6 blocks (Tomas Popela) EHTMLEditorView - Unset the bold font when the return is pressed in the Heading 1 - 6 block (Tomas Popela) EHTMLEditorView - Fix changing of the format from the list to the Address and Heading 1 - 6 formats (Tomas Popela) EHTMLEditorView - Remove classes that were used for marking the BR elements from converted text (Tomas Popela) EHTMLEditorView - Avoid critical warnings when pressing backspace on the beginning of the quoted content (Tomas Popela) EWebView - If the parent of the node that we want to remove doesn't exist, just free it (Tomas Popela) Translations: Christian Kirbach (de) Evolution 3.13.4 2014-07-28 --------------------------- Bug Fixes: Bug 731872 - EWebView: Use named colors from themes (Sebastian Keller) Bug 719379 - Send/Receive dialog doesn't close on errors properly (Milan Crha) Bug 607753 - Appointment tooltip sometimes 'stick' to screen (Milan Crha) Bug 731507 - [webkit-composer] paste does not work, shift-ins or CTRL-V works (Tomas Popela) Bug 732202 - [webkit-composer] Paste scrolls view (Tomas Popela) Bug 731508 - [webkit-composer] no option to paste as text (without formatting) (Tomas Popela) Bug 729963 - Consistently name EMail/Phone/IM/SIP contact fields in the UI (Christian Schaarschmidt) Bug 732180 - Excessive CPU usage due to GtkSpinner (Milan Crha) Bug 543572 - Display more information in a certificate selector (Christian Schaarschmidt) Bug 731416 - [webkit-composer] Busy-loop when replying to an email (Tomas Popela) Bug 473198 - evolution should ignore signature when checking for missing attachments (Tomas Popela) Bug 732091 - Automatically mark message as read sometimes doesn't work (Milan Crha) Bug 732502 - Ignore get_quota errors in folder properties (Milan Crha) Bug 732140 - Allow multiple folder selection when creating Send account overrides (Milan Crha) Bug 732609 - Cannot decrease indentation (Tomas Popela) Bug 732724 - mail-send-recv.c:report_error_to_ui() does UI calls in non-main thread (Milan Crha) Bug 732091 - Automatically mark message as read sometimes doesn't work (take 2) (Milan Crha) Bug 732747 - alloca.h in e-util/e-color-combo.c is not needed (Milan Crha) Bug 732802 - data/evolution.appdata.xml is not git-ignored (Jonas Hahnfeld) Bug 732541 - Small calendar print doesn't follow week-start-day option (Milan Crha) Bug 732891 - Crash under process_elements() at e-html-editor-view.c:5004 (Tomas Popela) Bug 722068 - Make Evolution build under Win32 (Milan Crha) Bug 732608 - Composer paste issues (Tomas Popela) Bug 733140 - Backspace removes too much when editing quotation (Tomas Popela) Bug 733000 - Splitting quoted part changes clipboard content (Tomas Popela) Bug 732892 - Scale-down contact images in message preview (Tomas Popela) Bug 733477 - Paste can select following text (Tomas Popela) Bug 733010 - Cannot split quotation after an empty line (Tomas Popela) Miscellaneous: EHTMLEditorView - Generate new line into plain text version even when paragraph has no children (Tomas Popela) EHTMLEditorView - Replace 2+ spaces with non-breaking spaces and create anchors for links when processing data from convertor (Tomas Popela) EHTMLEditorView - Insert quote symbols before HTML element when it has no previous sibling (Tomas Popela) EHTMLEditorView - Preserve spaces and create anchors for the links in the text after the last BR element (Tomas Popela) EHTMLEditorView - Preserve empty lines when processing the text in convertor (Tomas Popela) EHTMLEditorView - Process the element only if it has children (Tomas Popela) EHTMLEditorView - Fix clipboard paste into quoted content (Tomas Popela) EHTMLEditorView - Correctly replace tabulators with spaces (Tomas Popela) EHTMLEditorView - Refactor the code that triggers the surround of links with anchor elements (Tomas Popela) EHTMLEditorView - Fix quoting of the lines with anchors (Tomas Popela) EHTMLEditorView - Create new paragraph in body if body is empty and save caret there (Tomas Popela) EHTMLEditorView - Fix reply to message (Tomas Popela) EHTMLEditorView - Save selection instead of just caret position when forcing the spell check (Tomas Popela) EHTMLEditorView - Introduce functions to register/remove the HTML "input" event on body (Tomas Popela) EHTMLEditorView - Don't lose the empty lines when converting HTML to plain text (Tomas Popela) EHTMLEditorView - Remove our attributes from blockquotes when generating the HTML version of the message (Tomas Popela) EHTMLEditorView - Replace the Tab characters in the text nodes just when generating the plain text version of the message (Tomas Popela) EHTMLEditorView - Don't leak dom-evo-draft outside evolution (Yanko Kaneti) EHTMLEditorView - Move the paragraph from citation into the body only when the backspace is pressed in the beginning of it (Tomas Popela) EHTMLEditorView - Speed up quoting of the block that was wrapped (Tomas Popela) EHTMLEditorView - When writing into the citation rewrap and requote just when it is necessary (Tomas Popela) EHTMLEditorView - Wrap and quote just the first block after newly inserted line into the citation (Tomas Popela) EHTMLEditorView - Don't put quote characters after the anchor when it is in the middle of the quoted text (Tomas Popela) EHTMLEditorView - When the link has non-breaking space in the prefix skip it (Tomas Popela) EHTMLEditorView - Don't put unnecessary new lines in the quoted content when generating the plain text version of the message (Tomas Popela) EHTMLEditorView - Select the right node for processing after the new line was inserted into the quoted content (Tomas Popela) EHTMLEditor - Process text in convertor when pasting plain text from clipboard (Tomas Popela) EHTMLEditor - Stop using deprecated gtk-stock items (Tomas Popela) EHTMLEditor - Fix indent/undent of the block (Tomas Popela) EHTMLEditor - Fix e_html_editor_view_force_spell_check_for_current_paragraph and use it where possible (Tomas Popela) EHTMLEditorActions - Hide HTML actions in plain text mode instead of making them insensitible (Tomas Popela) EHTMLEditorSelection - Fix detection of the paragraph format inside the quoted content (Tomas Popela) EHTMLEditorSelection - When removing the elements use by composer for quoted content remove all of them (Tomas Popela) EHTMLEditorSelection - Correctly find the element's parent node when changing the block's format (Tomas Popela) EHTMLEditorSelection - Fix wrapping of the anchor elements (Tomas Popela) EHTMLEditorSelection - Try to move with the caret only when it is possible to save it (Tomas Popela) EHTMLEditorSelection - Rework how the collapsed selection is saved (Tomas Popela) EHTMLEditorSelection - Avoid runtime warning when there is no selection or the whole body element is selected (Tomas Popela) EHTMLEditorSelection - When wrapping the paragraph wrap just the text that is after the caret (Tomas Popela) EHTMLEditorSelection - Optimalize the e_html_editor_selection_restore (Tomas Popela) EHTMLEditorSelection - Avoid runtime warning when trying to cast DOMText to DOMElement (Tomas Popela) remove gtkhtml version define as gtkhtml is not used anymore (Olav Vitters) Drop the last references to GtkHTML (Milan Crha) Propagate Send/Receive errors to UI (Milan Crha) store_info_insert_folder_info: Use g_hash_table_replace() to avoid use-after-free (Milan Crha) Reply to selection in text-highlight part loses white-spaces (Milan Crha) When setting some content into the composer body we have to specify if it is a HTML content (Tomas Popela) tests: rename email fields in expected results (Vadim Rutkovsky) tests: rename email fields after bug 729963 was resolved (Vadim Rutkovsky) Add translator comments and contexts for texts added for bug 729963 (Christian Schaarschmidt) Replace GtkStyle usages with GtkStyleContext (Milan Crha) SMTP part of a new mail account dialog doesn't update UI properly (Milan Crha) Disconnect the store when connected it on send from an Outbox (Milan Crha) Correct typo in the previous commit ('error' versus 'local_error') (Milan Crha) Remove usages of deprecated gtk_widget_ensure_style() (Milan Crha) Remove unused and obsolete evolution-zip.in (Milan Crha) Correct draw of all-day events in a day/work-week view (Milan Crha) Incorrect text color for selected cells in ETree/ETable (Milan Crha) Images in contact preview are not shown with webkitgtk3 2.4.x (Tomas Popela) Add missing chain-up-s to parent's constructed() method (Milan Crha) Always use selected color for selected region in EDayView (Milan Crha) e_day_view_show_popup_menu: Avoid runtime warning from tooltip_get_view_event (Milan Crha) Calendar View: Use smaller icons in the Search bar (Milan Crha) Translations: Yuri Myasoedov (ru) Evolution 3.13.3 2014-06-23 --------------------------- * Evolution now uses WebKitGTK3 also in message composer, the dependency on GtkHTML had been completely dropped. This effort had been started by Dan Vrátil and finally finished by Tomáš Popela. Thanks to both for it. Bug Fixes: Bug 730756 - Incorrect g_variant_unref() call after g_variant_builder_end() (Milan Crha) Bug 730144 - Sort Templates menu items alphabetically (Milan Crha) Bug 726746 - Allow to auto-empty trash without needing to exit (Milan Crha) Bug 730743 - Add an option to disable sender's photo search at gravatar.com (Milan Crha) Bug 730110 - Search results include also last email looked at (Milan Crha) Bug 729905 - [external-editor] Mark composer changed after message body set (Milan Crha) Bug 729963 - Include SIP, IM and TEL while merging contacts + Allow to select GivenName, FN (Christian Schaarschmidt) Bug 729667 - Create Folder window is much too short (Milan Crha) Bug 729303 - Default width of Message Filters window is too small (Milan Crha) Bug 731082 - Send mail in offline mode should use Outbox folder (Milan Crha) Bug 604346 - Ctrl+Enter sends mail without asking confirmation (Milan Crha) Bug 730738 - Extra new line at the beginning of the message in Edit as New (Milan Crha) Bug 227536 - Add "Message Location" filter option (Milan Crha) Bug 730977 - Online state change received in a dedicated thread (Milan Crha) Bug 731321 - Missing custom types when loading .ui definition (Milan Crha) Bug 668006 - Crash when dragging column headers of Tasks list (Milan Crha) Bug 540362 - [webkit-composer] Use webkit for composer (Tomas Popela) Bug 731416 - [webkit-composer] Busy-loop when replying to an email (Tomas Popela) Bug 678843 - May re-prompt password on message send (Milan Crha) Bug 731278 - Next message is not selected after move (Milan Crha) Bug 704663 - Crash under em_folder_tree_model_add_store() (Milan Crha) Bug 731551 - [webkit-composer] Whitespace lost on message reply (plain text) (Tomas Popela) Bug 731549 - EMFolderTree: Text column doesn't expand with recent gtk+ (Sebastian Keller) Bug 702703 - Be able to overwrite domain in Message IDs (Milan Crha) Bug 731231 - Automatic 'mark as seen' sometimes cancelled incorrectly (Milan Crha) Bug 731590 - Crash on calendar Copy (Milan Crha) Bug 731767 - [webkit-composer] Inline images not attached to the email (Tomas Popela) Bug 731721 - Reorder junk filtering configuration UI (Milan Crha) Bug 731770 - Sometimes crashes when trying to load images in e-mails (Milan Crha) Bug 731604 - Recursive inline-PGP-signed text not shown properly (Milan Crha) Bug 731766 - [webkit-composer] Emoticon cannot be inserted at the end of the email (Tomas Popela) Bug 652132 - Google Tasks support (Milan Crha) Miscellaneous: Add "Send messages through Outbox folder" option (Milan Crha) Ignore false GObject property change notifications (Milan Crha) Properly disconnect signal handlers added with e_signal_connect_notify*() (Milan Crha) Ignore false GSettings key change notifications (Milan Crha) Fix possible crash after migrate of mbox to maildir (Milan Crha) Fix runtime warnings when opening Edit->Preferences (Milan Crha) Check whether value really changed in callbacks of GSettings::changed signal (Milan Crha) Fix memory leaks when generating message list (Milan Crha) Crash in client_selector_allow_auth_prompt_done_cb() on error (Milan Crha) EClientSelector: Do not check connection for empty or "localhost" host (Milan Crha) EHTMLEditor: Fix various bugs in block in/undent (Tomas Popela) EHTMLEditor: Set right width to paragraphs that are quoted (Tomas Popela) EHTMLEditor: Fix block format change with selection in quoted content (Tomas Popela) EHTMLEditor: Move remove_node and remove_node_if_empty to EWebView (Tomas Popela) EHTMLEditor: When setting the body background image set it as its base64 data instead of uri (Tomas Popela) EHTMLEditor: Make functions that remove quote and wrap elements public (Tomas Popela) EHTMLEditorSelection: Return the format of list that we determined for ordered list (Tomas Popela) EHTMLEditorSelection: When changing the format of block set EHTMLEditorView as changed (Tomas Popela) EHTMLEditorSelection: Don't try to save selection markers straight into body (Tomas Popela) EHTMLEditorSelection: Fix caret position when changing block format (Tomas Popela) EHTMLEditorView: Replace Tab character with 8 spaces instead of 4 (Tomas Popela) EHTMLEditorView: Skip BR on the end of HTML that's parsed into paragraphs (Tomas Popela) EHTMLEditorView: Rename quote_character class to -x-evo-quote-character (Tomas Popela) EHTMLEditorView: Introduce is_return_key and use it where possible (Tomas Popela) EHTMLEditorView: When changing from html to plain text mode adjust composer's content (Tomas Popela) EHTMLEditorView: Remove unused function (Tomas Popela) EHTMLEditorView: Activate inline image resize just when hovering over image (Tomas Popela) EHTMLEditorView: When quoting the elements correctly skip the selection markers (Tomas Popela) EHTMLEditorView: Improve the writing into quoted content (Tomas Popela) EWebView: Check if the link has fragment (Tomas Popela) tests: capture stdout (Vadim Rutkovsky) tests: don't use pkexec (Vadim Rutkovsky) tests: correctly calculate combobox/textbox pair (Vadim Rutkovsky) tests: don't attach empty stdout / stderr (Vadim Rutkovsky) tests: correctly fetch combobox/textbox pair in contact editor (Vadim Rutkovsky) tests: correctly detect if contact editor section needs expanding (Vadim Rutkovsky) tests: don't scroll up if we're checking IMs (Vadim Rutkovsky) tests: fix ugly scrolling problem (Vadim Rutkovsky) Translations: Alexandre Franke (fr) Muhammet Kara (tr) Evolution 3.13.2 2014-05-26 --------------------------- Bug Fixes: Bug 685323 - Provide SIP field for contacts (Milan Crha) Bug 729256 - Busy loop under replace_local_image_links() (Tomas Popela) Bug 729084 - Use tel: URI instead of callto: for phone numbers (Milan Crha) Bug 653892 - Allow to enter more than four email addresses (Christian Schaarschmidt) Bug 666142 - Filtered message not opened in a separate window (Milan Crha) Bug 691957 - MDN: Do not show "Sender has been notified..." message (Milan Crha) Bug 678843 - May re-prompt password on account re-enable (Milan Crha) Bug 563048 - Prefer Inbox type over other types in folder description (Milan Crha) Bug 730145 - Switching folders marks message as seen (Carl Schaefer) Bug 730199 - [MessageList] Support dates with value larger than 2^32 (Milan Crha) Miscellaneous: EFileRequest: Fix build with additional debug messages enabled (Tomas Popela) EContactEditor: IM service name not localized properly (Milan Crha) EContactEditor: IM field is focused after editor open (Milan Crha) EWebView: Allow navigation in page through HTML anchor elements (Tomas Popela) EWebView: Rework how link with fragment is detected, use SoupURI for it (Tomas Popela) EContactEditor: Restore focused widget in sensitize_all() (Milan Crha) EContactEditor: Make sure custom widget types are available (Milan Crha) Custom mail account order reset on an account add or remove (Milan Crha) Update tar format to tar-ustar (Yanko Kaneti) Updated German translation (Christian Kirbach) Runtime criticals when closing an appointment editor with reminders (Milan Crha) tests: fix searchbar lookup (Vadim Rutkovsky) tests: add necessary comboboxes in contact editor if needed (Vadim Rutkovsky) tests: wait until contact editor is hidden while saving (Vadim Rutkovsky) tests: attach journald logs to html report (Vadim Rutkovsky) tests: make a small pause for menu to appear (Vadim Rutkovsky) tests: scroll to the bottom of contact editor if needed (Vadim Rutkovsky) tests: remove extra table header from addressbook.feature (Vadim Rutkovsky) tests: eliminate tabs from tests (Vadim Rutkovsky) tests: run pkexec journalctl (Vadim Rutkovsky) tests: make addressbook_contacts test shorter (Vadim Rutkovsky) tests: correctly search for combobox-textbox pair (Vadim Rutkovsky) tests: give an app 5 secs to start (Vadim Rutkovsky) Translations: Matej Urbančič (sl) Juhani Numminen (fi) Yuri Myasoedov (ru) Carles Ferrando (ca@valencia) Marek Černocký (cs) Evolution 3.13.1 2014-04-28 --------------------------- Bug Fixes: Bug 340075 - More IM contact fields (Christian Schaarschmidt) Bug 508744 - Select PGP key from a list in mail account properties (Milan Crha) Bug 545106 - [Automatic Contacts] Adds duplicate email addresses (Watson Yuuma Sato) Bug 551793 - Alarms dialog: Change "Customize" option (Anup-Allamsetty) Bug 684425 - Do not pass NULL text to gtk_entry_set_text() (Milan Crha) Bug 699797 - Verify SSL trust after redirection (Matt McCutchen) Bug 719417 - Remove em-filter-i18n.h (Matthew Barnes) Bug 724059 - Allow arbitrary number of phone entries in the contact editor (Christian Schaarschmidt) Bug 726110 - Use gtk_drag_check_threshold() instead of hard-coded values (Milan Crha) Bug 726542 - Unpadded black border on various mail account settings pages (Milan Crha) Bug 726654 - Search bar's filter change may not steal keyboard focus (Milan Crha) Bug 727888 - Wrap the Location label in a reminder dialog (Milan Crha) Bug 727967 - Undo/Redo text is not displayed in menus (Milan Crha) Other Changes: * User documentation improvements. (Andre Klapper) * Refactor the folder selection dialog to show progress and errors inline. (Matthew Barnes) * Plugged assorted memory leaks. (Milan Crha) * Add an --enable-code-coverage configure option to enable gcov support. (Milan Crha) * Installed test suite improvements. (Vadim Rutkovsky) * e-util: Port to thread-safe ECategories API (Philip Withnall) * Cancel pending mail operations when going offline or on quit (Milan Crha) * EMailDisplay: Install HTML click event handlers on images in all frames (Tomas Popela) * Reset MessageList::seen_id in mail_reader_message_seen_cb() (Milan Crha) * Make 'Copy Link Location' copy into both primary and selection clipboards (Milan Crha) Translations: Marek Černocký (cs) Christian Kirbach (de) Tom Tryfonidis (el) Fran Dieguez (gl) Gianvito Cavasoli (it) Jiro Matsuzawa (ja) Kjartan Maraas (nb) Yuri Myasoedov (ru) Matej Urbančič (sl) Evolution 3.12.0 2014-03-24 --------------------------- * Forbid header bars in stock GTK+ dialogs. (Matthew Barnes) Translations: Kenneth Nielsen (da) Christian Kirbach (de) Inaki Larranaga Murgoitio (eu) Jiri Grönroos (fi) Gábor Kelemen (hu) Duarte Loreto (pt) Enrico Nicoletto (pt_BR) Yuri Myasoedov (ru) Matej Urbančič (sl) Мирослав Николић (sr) Evolution 3.11.92 2014-03-17 ---------------------------- Bug Fixes: Bug 446659 - Message view can scroll away after message deletion (Milan Crha) Bug 550697 - Crash after folder open in a closed mail view (Milan Crha) Bug 710337 - Define ETree/ETable "alternating-row-colors" style property (Milan Crha) Bug 711350 - Cannot position caret in received message body without using the mouse (Tomas Popela) Bug 711351 - Folder change in folder tree steals focus (Milan Crha) Bug 711658 - Time zone for new events sometimes defaults to UTC (Milan Crha) Bug 722938 - Adapt a11y code for newest gtk (Mike Gorse) Bug 723204 - Account assistant is too wide (Matthew Barnes) Bug 725402 - Checking sender for multiple images causes hang (Milan Crha) Bug 725615 - Disable Delete button in a vTrash folder (Milan Crha) Bug 726225 - [abrt] Memory corruption during message list regen after Trash expunge (Milan Crha) Other Changes: * Don't close base stream when destroying a CamelFilterOutputStream. (Matthew Barnes) * EWebView/EMailDisplay: Setup custom CSS styles to DOM right after document loads. (Milan Crha) * Contact photos not always shown in a contact preview. (Milan Crha) * Missing attachment button for attachments of a known type. (Milan Crha) Translations: China) translation (Wylmer Wang (zh_CN) Pau Iranzo (ca) Jiří Eischmann (cs) Alain Lojewski (fr) Fran Diéguez (gl) Gábor Kelemen (hu) Andika Triwidada (id) Changwoo Ryu (ko) Rūdolfs Mazurs (lv) Kjartan Maraas (nb) Paweł Żołnowski (pl) Chao-Hsiung Liao (zh_HK) Evolution 3.11.91 2014-03-03 ---------------------------- Bug Fixes: Bug 542723 - [vCard importer] Some fields get imported also into notes (Sebastian Fritz) Bug 553927 - Autoselect newly created accounts in the folder tree (Milan Crha) Bug 597552 - Remove evolution-plugin.pc.in (Matthew Barnes) Bug 709162 - Use-after-free on a reminder snooze (Milan Crha) Bug 711443 - IMAPX account unread count goes only up, not down (Milan Crha) Bug 711758 - Handle relative path when importing from command line (Milan Crha) Bug 724437 - Content-Disposition inline confuses message formatter (Milan Crha) Bug 724854 - Cursor moves to incorrect message when deleting multiple messages (Milan Crha) Bug 724909 - Highlight module hangs on large attachments (Matthew Barnes) Bug 725010 - Fix strings in "Composer Preferences > Send Account" tab (Milan Crha) Other Changes: * Add shortcuts and action captions previously defined by gtk-stock item definitions (Milan Crha) * Make calendar tooltip count also days, not only hours/minutes/seconds (Milan Crha) * EMFolderTreeModel: Fix a circular dependency between model and its data (Milan Crha) * ETree/ETable: Allow easier adding of columns for sorting (Milan Crha) * EWebView: Limit zoom-in/zoom-out to 0.1 .. 5.0 values (Milan Crha) * EMailFormatter: Use GOutputStream instead of CamelStream. (Matthew Barnes) Translations: Daniel Mustieles (es) Aurimas Černius (lt) Kjartan Maraas (nb) Manoj Kumar Giri (or) Wylmer Wang (zh_CN) Evolution 3.11.90 2014-02-17 ---------------------------- Bugs Fixes: Bug #655806 - Folder deletion is very slow (Fabiano Fidêncio) Bug #685381 - POP3's "delete-expunged" ignored when Empty trash on exit (Milan Crha) Bug #720542 - Crash on calendar view's tooltip timeout (Milan Crha) Bug #720940 - Always asked to synchronize folders when going offline (Milan Crha) Bug #721639 - Cannot overwrite builtin mail view definitions (Milan Crha) Bug #722041 - NNTP Messages are silently dropped from Outbox (Milan Crha) Bug #724023 - Run EMailFormatter in the main/UI thread (Milan Crha) Other Changes: * Fix typos in a logic of a "mail:ask-quick-offline" user prompt (Milan Crha) * e_table_sort_info_duplicate: Missing ref of a 'column_spec' member (Milan Crha) * Fix a runtime warning on startup. (Matthew Barnes) * EMailConfigAssistant: Hack the "Go Back" button after autoconfig. (Matthew Barnes) * Stop using deprecated gtk-stock items (Milan Crha) Translations: Dimitris Spingos (el) Daniel Mustieles (es) Fran Diéguez (gl) Andika Triwidada (id) Shankar Prasad (kn) Rafael Ferreira (pt_BR) Enrico Nicoletto (pt_BR) Yuri Myasoedov (ru) Victor Ibragimov (tg) Daniel Korostil (uk) Evolution 3.11.5 2014-02-03 --------------------------- Bugs Fixed: Bug 583773 - Does not always mark mails as read automatically (Milan Crha) Bug 645476 - Avoid scroll to cursor on folder change in message list (Milan Crha) Bug 702709 - Do not forget to set CamelSession offline (Milan Crha) Bug 702958 - Crash on attachment add or remove (Milan Crha) Bug 707121 - Merge contacts dialogs indefinitely expands by itself (Milan Crha) Bug 707518 - Deleting a local address book triggers error "Unable to open address book" (Milan Crha) Bug 721213 - Character encoding combo opened empty (Milan Crha) Bug 721427 - Alert about missing condition in a filter rule editor (Milan Crha) Bug 721577 - Contact editor - rearrange "Office" field (Chris) Bug 721577 - Show Office field in Contact's preview (Chris) Bug 722346 - _NL_MEASUREMENT_MEASUREMENT is not portable (Milan Crha) Bug 722352 - libresolv does not exist on FreeBSD (Matthew Barnes) Bug 722415 - Memo does not support Start Date property (Fabiano Fidêncio) Bug 722698 - Crash creating a new folder (Fabiano Fidêncio) Bug 722951 - Check for empty rule values (Milan Crha) Bug 723377 - Add alternate zoom shortcuts (Matthew Barnes) Other Changes: * Drop KRB5 dependency (Milan Crha) * Drop libsoup-gnome dependency (Fabiano Fidêncio) * User documentation improvements. (Andre Klapper) * EDateEdit: Force 24 hour format for locales without am/pm equivalents (Milan Crha) * Prevent GSettings from freaking out over a missing junk filter. (Matthew Barnes) * MailFolderCache: Remove 'ping' operation. (Matthew Barnes) * ESourceSelector: Fix a memory leak on a mouse button press event (Milan Crha) * Forward/Reply styles in Preferences opened empty (Milan Crha) * Avoid multiple save of folder changes on application quit (Milan Crha) * Memory leaks of GSettings objects (Milan Crha) * Add entry to DOAP file (Andre Klapper) * EHttpRequest: Avoid possible data stream memory leak (Milan Crha) Translations: Nilamdyuti Goswami (as) Marek Černocký (cs) Dimitris Spingos (el) Daniel Mustieles (es) Aurimas Černius (lt) Kjartan Maraas (nb) Enrico Nicoletto (pt_BR) Tong Hui (zh_CN) Chao-Hsiung Liao (zh_HK) Evolution 3.11.4 2014-01-13 --------------------------- Bugs Fixed: Bug 333184 - Add Undo support to component editors (Milan Crha) Bug 677300 - Add 3 px padding above and below the searchbar (Matthew Barnes) Bug 721545 - License text contains obsolete FSF postal address (Matthew Barnes) Other Changes: * configure.ac: Update PACKAGE_URL to Evolution wiki. (Matthew Barnes) * Update copyright year in About dialog. (Matthew Barnes) Translations: Nilamdyuti Goswami (as) Marek Černocký (cs) Christian Kirbach (de) Dimitris Spingos (el) Daniel Mustieles (es) Fran Diéguez (gl) Andika Triwidada (id) Rafael Ferreira (pt_BR) Stas Solovey (ru) Marián Čavojský (sk) Krishnababu Krothapalli (te) Victor Ibragimov (tg) Wylmer Wang (zh_CN) Chao-Hsiung Liao (zh_HK) Evolution 3.11.3 2013-12-16 --------------------------- Highlights: * Nicer playback controls for audio attachments. (Matthew Barnes) * Folder tree shows connection icons next to accounts. (Matthew Barnes) Bug Fixes: Bug 329616 - Spell checking for Event/Task/Memo editors (Milan Crha) Bug 704832 - Event removal doesn't update week/month views properly (Milan Crha) Bug 711499 - Failed image download lefts opened file descriptor (Milan Crha) Bug 711669 - "Other address" is not displayed in preview (Milan Crha) Bug 711685 - Check calendar email as an organizer (Milan Crha) Bug 711824 - Crash due to use-after-free after pine import (Milan Crha) Bug 712342 - Calendar search doesn't finish (Milan Crha) Bug 712388 - Crash when opening Properties of a Weather calendar (Milan Crha) Bug 712668 - Disable message recovery after initial scan (Matthew Barnes) Bug 712738 - Recovered message doesn't restore options (Milan Crha) Bug 715057 - Weather calendar is using Fahrenheit units as default (Fabiano Fidêncio) Bug 715067 - does not save in the full name editor (Michael Ekstrand) Other Changes: * Bump libsoup requirement to 2.42. (Matthew Barnes) * Bump minimum libgweather requirement. (Matthew Barnes) * Remove --enable-strict configure option. (Matthew Barnes) * User documentation improvements. (Andre Klapper) * Purge remaining EProxy usage. (Matthew Barnes) * [itip-formatter] Search for an event in enabled calendars only (Milan Crha) * Remove "side-bar-ellipsize-mode" setting. (Matthew Barnes) * Weather calendar: Be able to change temperature unit (Milan Crha) * Use SoupSession's request API instead of SoupRequester. (Matthew Barnes) * Extend test-source-selector test program (Milan Crha) * pine-importer: Fix a crash when importing with no existing address books (Philip Withnall) * icalendar-importer: Fix a crash when importing with no existing cals (Philip Withnall) * EMFolderTreeModel: Fix subscribing to a folder with children. (Matthew Barnes) Translations: Aurimas Černius (lt) Daniel Mustieles (es) Dimitris Spingos (el) Krishnababu Krothapalli (te) Piotr Drąg (pl) Shantha kumar (ta) Мирослав Николић (sr) Gan Lu (zh_CN) Evolution 3.11.2 2013-11-18 --------------------------- * Network proxy support is far more configurable. Alternate proxy settings can be defined in Network Preferences and applied to individual accounts. Bug Fixes: Bug 657808 - Copy/move of a single instance should grab whole series (Milan Crha) Bug 689055 - Port contact map to geocode-glib 3.10 (Canek Peláez Valdés) Bug 707112 - Replace webkit_dom_html_element_get_id usage (Kerrick Staley) Bug 709428 - Searchbar widgets should not wrap (Matthew Barnes) Bug 710489 - Network detection broken at startup (Matthew Barnes) Bug 710797 - Name all the timeouts added with g_timeout_add() (Bastien Nocera) Bug 710835 - evolution.convert: Add trailing / for schemas paths (Colin Walters) Bug 710852 - Missing linker flag in evolution-alarm-notify (Canek Peláez Valdés) Bug 711198 - Crashes on creating a new task (Matthew Barnes) Bug 711477 - Print/export tasks/memos without summary displays "(null)" (Milan Crha) Bug 711532 - Infinite recursion from message/news attachment (Matthew Barnes) Bug 711835 - Clang build in broken: void function 'cal_comp_transfer_item_to' should not return a value (Fabiano Fidêncio) Other Changes: * Bump webkitgtk-3.0 requirement to 2.0.1. (Matthew Barnes) * Fix error handling glitch in mail_session_send_to_thread(). (Matthew Barnes) * Update error handling when sending offline. (Matthew Barnes) * Fix potential issues found by static analysis tools. (Milan Crha) * Make e_attachment_set_file_info() thread-safe. (Matthew Barnes) * Alarm-Notify: Skip disabled sources/calendars (Milan Crha) * Generate documentation for libemail-engine. (Matthew Barnes) Translations: Dimitris Spingos (el) Daniel Mustieles (es) Fran Diéguez (gl) Anish A (ml) Hannie Dumoleyn (nl) Piotr Drąg (pl) Yuri Myasoedov (ru) Matej Urbančič (sl) Evolution 3.11.1 2013-10-21 --------------------------- Bug Fixes: Bug 215115 - Per-folder From: email address (Milan Crha) Bug 640382 - Prevent a crash in e_week_view_on_text_item_event() (Milan Crha) Bug 659890 - Merge addressbook 'widgets' and 'merging' libraries (Milan Crha) Bug 689787 - Prefer-plain can hide message body for composer (Milan Crha) Bug 699997 - Show unreferenced images in multipart/related parser (Milan Crha) Bug 705685 - Contact(-list)-editor - reject save when book is still opening (Milan Crha) Bug 707425 - Inconsistent capitalization in calendar Search menu (Matthew Barnes) Bug 707720 - Change 'mail' keyword to 'email' in evolution.desktop (Matthew Barnes) Bug 707856 - Custom recurrence dropped on event editor save (Milan Crha) Bug 708347 - Memory leak from EWebView/webkit (Tomas Popela) Bug 708349 - Memory leaks around mail config (Milan Crha) Bug 708390 - text-highlight: Don't interfere with printing (Matthew Barnes) Bug 708682 - Move with 'End' key with collapsed threads fails (Milan Crha) Bug 708840 - Crash when closing subscription dialog with running operation (Milan Crha) Bug 709108 - Make Appdata file translatable (Daniel Mustieles) Bug 709396 - Quoted text truncated when "Keep signature above" is set (Milan Crha) Bug 710171 - EShellTaskbar: Gtk+ functions called out of the main thread (Milan Crha) Other Changes: * Bump minimum GLib requirement to 2.36. (Matthew Barnes) * New base dependency: gcr-3 >= 3.4 (Matthew Barnes) * Use GcrCertificateWidget to display certificate details. (Matthew Barnes) * Show both component summary and alarm description in Reminders (Milan Crha) Translations: Nilamdyuti Goswami (as) Josep Sànchez (ca) Carles Ferrando (ca@valencia) Christian Kirbach (de) Balázs Úr (hu) Jiro Matsuzawa (ja) Daniel Korostil (uk) Chao-Hsiung Liao (zh_HK) Cheng-Chia Tseng (zh_HK) Evolution 3.10.0 2013-09-23 --------------------------- Translations: Nilamdyuti Goswami (as) Jiří Eischmann (cs) Ask H. Larsen (da) Inaki Larranaga Murgoitio (eu) A S Alam (pa) Enrico Nicoletto (pt_BR) Marián Čavojský (sk) Evolution 3.9.92 2013-09-16 --------------------------- Bug Fixes: Bug 706008 - Workaround gnome-shell style change on focus change (Tomas Popela) Bug 707048 - [bbdb] GError double free when contact save fails (Milan Crha) Bug 707392 - Only very first Collapse/Expand button in message header pane works (Tomas Popela) Bug 707571 - Bad EOF check in getNextCSVEntry (Andreas Schwab) Bug 708004 - Deleting in threaded mode moves cursor to incorrect message (David Dillow) Other Changes: * Add EShellView to E{Calendar,MemoList,TaskList}Selector (Fabiano Fidêncio) * Add an AppData description for Evolution. (Matthew Barnes) * Fix folder name encoding in em_folder_utils_create_folder(). (Matthew Barnes) * calendar: do not assume time_t is long (Antoine Jacoutot) * EClientSelector: Show an initial icon based on host name. (Matthew Barnes) Translations: Ihar Hrachyshka (be) Jordi Mas (ca) Christian Kirbach (de) Daniel Mustieles (es) Timo Jyrinki (fi) Alexandre Franke (fr) Seán de Búrca (ga) Balázs Úr (hu) Gabor Kelemen (hu) Andika Triwidada (id) Changwoo Ryu (ko) Aurimas Černius (lt) Rūdolfs Mazurs (lv) Kjartan Maraas (nb) Yuri Myasoedov (ru) Мирослав Николић (sr) Chao-Hsiung Liao (zh_HK) Evolution 3.9.91 2013-09-02 --------------------------- Bug Fixes: Bug 274144 - 'Update attendee status' might not be done multiple times (Milan Crha) Bug 656804 - Cannot create folder with special characters in name (Milan Crha) Bug 658164 - Pressing the "Make this Occurrence Movable" changes meeting time (Fabiano Fidêncio) Bug 659715 - Reject folder copy/move in offline (Fabiano Fidêncio) Bug 682277 - Multiselect of messages causes slow UI update (Milan Crha) Bug 698275 - Enable/disable account yields to a several seconds busy loop (Milan Crha) Bug 706463 - Refcounting error in e_mail_reader_reply_to_message() (Matthew Barnes) Bug 706814 - Do not use folder uri in copy/move folder errors (Fabiano Fidêncio) Bug 706901 - Large default book slows down composer open (Milan Crha) Bug 707043 - Audio attachment not shown correctly (David Woodhouse) Other Changes: * User documentation improvements. (Andre Klapper) * EShellSearchbar: Put focus on search results after changing filter. (Matthew Barnes) * Skip evolution from 'Open with' list of applications on attachments (Milan Crha) Translations: Christian Kirbach (de) Benjamin Steinwender (de) Alexandre Franke (fr) Fran Diéguez (gl) Balázs Úr (hu) Aurimas Černius (lt) Anish A (ml) Piotr Drąg (pl) Rafael Ferreira (pt_BR) Enrico Nicoletto (pt_BR) Matej Urbančič (sl) Evolution 3.9.90 2013-08-19 --------------------------- Bug Fixes: Bug 695633 - Attachments disappear after opening one (Milan Crha) Bug 698723 - Crash on saving contact with categories (Milan Crha) Bug 699603 - Message list scrolls to cursor on style change (Milan Crha) Bug 704207 - Dragged column's arrow indicator oversized (Milan Crha) Bug 704369 - Meeting change asks on save, but tries to send update anyway (Milan Crha) Bug 704440 - Close shell window alerts with Escape key (Matthew Barnes) Bug 704549 - Missing mnemonic in External Editor plugin configuration (Milan Crha) Bug 704861 - Runtime warning in calendar module (Matthew Barnes) Bug 705119 - File descriptors for images not closed (Milan Crha) Bug 705194 - Failure to decrypt inline encrypted GPG messages (Matthew Barnes) Bug 705446 - Old POP3 mails can be removed before getting them (Milan Crha) Bug 705657 - Crash in em_utils_selection_set_urilist() (Milan Crha) Bug 705814 - Crash in certificate_viewer_new() (Milan Crha) Other Changes: * Fix sidebar message counts for real Junk / Trash folders. (Matthew Barnes) * [Addressbook] Show editor errors above editor window (Milan Crha) * Close inline alert messages with Escape key. (Matthew Barnes) * Update Authors list in About dialog. (Matthew Barnes) * [alarm-notify] Do not change selection on new reminder arrival (Thomas Mittelstaedt) Translations: Christian Kirbach (de) Daniel Mustieles (es) Fran Diéguez (gl) Gabor Kelemen (hu) Aurimas Černius (lt) Kjartan Maraas (nb) Rafael Ferreira (pt_BR) Yuri Myasoedov (ru) Matej Urbančič (sl) Chao-Hsiung Liao (zh_HK) Evolution 3.9.5 2013-07-29 -------------------------- Bug Fixes: Bug 386113 - Show custom alarm message in pop-up alerts (Fabiano Fidêncio) Bug 697575 - ESourceConfig: Avoid calling check_complete() too soon (Matthew Barnes) Bug 697878 - Image popup menu not always shown for images in HTML mails (Matthew Barnes) Bug 702664 - Settings migration issue from "headers" to "show-headers" (Matthew Barnes) Bug 703153 - Forgotten signal callbacks for freed objects (Milan Crha) Bug 703244 - Work around GtkBox regression in GTK 3.9.1 (Matthew Barnes) Bug 703389 - Proxy ignored for images (Milan Crha) Bug 703490 - Stop invoking spamc, just use spamassassin (Matthew Barnes) Bug 703899 - Moving a meeting does not ask for confirmation (Fabiano Fidêncio) Bug 703991 - Crash when using -fstack-protector-strong (Matthew Barnes) Bug 704259 - Fix "reply-style" key migration logic (Matthew Barnes) Bug 704459 - GnomeCanvasItem: Implement all methods (Matthew Barnes) Bug 704494 - EStockRequest calls into GTK+ from worker thread (Matthew Barnes) Bug 704558 - Crash when using -fstack-protector-strong (Matthew Barnes) Bug 704682 - Runtime warning in MailFolderCache (Matthew Barnes) Bug 704778 - Default Free/Busy dialog view to zoom-in (Milan Crha) Other Changes: * User documentation improvements. (Andre Klapper) * Remove nautilus-sendto integration. (Matthew Barnes) * EMailParserMessage: Better handle message bodies as attachments. (Matthew Barnes) * EaMinicardView: Create a minicard object, if not present in a list. (Milan Crha) * EDayView's event resize abort doesn't always restore original event size. (Milan Crha) * EContactStore: Stop book views in a dedicated thread (Milan Crha) * MailFolderCache: Thread-safety improvements and other cleanups. (Matthew Barnes) * EMailRequest: Handle empty message bodies more gracefully. (Matthew Barnes) * Do not mask CAMEL_ERROR_GENERIC in composer_send_completed() (Milan Crha) * Only use the alarm description if the client supports it. (Fabiano Fidêncio) Translations: Andika Triwidada (id) Daniel Mustieles (es) Dimitris Spingos (el) Kjartan Maraas (nb) Marek Černocký (cs) Shankar Prasad (kn) Evolution 3.9.4 2013-07-08 -------------------------- Bug Fixes: Bug 386113 - Show custom alarm message in pop-up alerts (Milan Crha) Bug 641711 - Crash in remove_queued_alarm (Milan Crha) Bug 689640 - Print Preview of composer text is empty (Milan Crha) Bug 693216 - Email type is changed to other after merging (Milan Crha) Bug 699576 - Mail reader frame is black (in the mail view) (Milan Crha) Bug 702006 - Select All does not select collapsed threads (Matthew Barnes) Bug 702454 - EMailBrowser fails to show message (Matthew Barnes) Bug 702664 - Settings migration issue from "headers" to "show-headers" (Matthew Barnes) Bug 702710 - MessageList: Delay state capture for regen. (Matthew Barnes) Bug 702796 - Work around GNode's O(N) tail insertions (Matthew Barnes) Bug 703053 - Error on setting reminder 'after start of appointment' (Fabiano Fidêncio) Bug 703181 - Asked for password which is never used (David Woodhouse) Bug 703194 - Custom alarm message is REMINDER (Fabiano Fidêncio) Bug 703638 - Keep ItipView alive while connecting to calendar (Matthew Barnes) Bug 703732 - Unnecessary localedir override in configure.ac (Evgeny Bobkin) Other Changes: * User documentation updates. (Andre Klapper) * More ETable/ETree refactoring. (Matthew Barnes) * Heavy GalView refactoring, replace "Define Views..." menu item with "Delete Current View", delete GalViewFactory. (Matthew Barnes) * Make Ctrl+C/V/X work while editing text in calendar views. (Milan Crha) * EMFolderTreeModel: Listen for "folder-info-stale" signals and regenerate the folder tree for that mail store. (Matthew Barnes) * EUrlEntry: Replace the big, bulky "open" button with clickable inline icon. (Matthew Barnes) * Notify user about question dialogs (Milan Crha) * Add ETreeViewFrame. (Matthew Barnes) * Set network-available on a CamelSession when going online (Milan Crha) * Fix typo: appointmenet -> appointment (Fabiano Fidêncio) * Contacts view: Add 'Refresh' into books context menu (Milan Crha) Translations: Marek Černocký (cs) Benjamin Steinwender (de) Daniel Mustieles (es) Kjartan Maraas (nb) Evolution 3.9.3 2013-06-17 -------------------------- Bug Fixes: Bug 250046 - Empty group address as recipient prevents message send (Milan Crha) Bug 555130 - Redesign task editor (Milan Crha) Bug 684302 - Prompt to close message window on reply should be inline (Matthew Barnes) Bug 700277 - EClientCache allocates memory ad infinity (Matthew Barnes) Bug 700812 - Search in Calendar view is broken (Milan Crha) Bug 701669 - Bad assumption in prefer-plain module (Matthew Barnes) Other Changes: * Rename some base libraries to libevolution-$FOO. (Matthew Barnes) * Use F9 to toggle sidebar visibility. (Matthew Barnes) * Update Quick Reference Card to show F12 shortcut. (Matthew Barnes) * Remove Evolution icon from header section. (Matthew Barnes) * Make EAlertDialog non-resizable. (Matthew Barnes) * Ask for a Smart Card password with a token name too (Milan Crha) * GnomeCalendar: Get rid of the async message dispatcher. (Matthew Barnes) * Make the "Headers" print dialog tab actually work. (Matthew Barnes) * Reimplement the main toolbar's prefer-item feature. (Matthew Barnes) * Fix various causes for crashes after closing a 2nd Evolution window. (Matthew Barnes) * Heavily refactor MessageList and ETreeModel. (Matthew Barnes) * Remove lots of unused legacy APIs. (Matthew Barnes) Translations: Jorge Pérez Pérez (an) Dimitris Spingos (el) Daniel Mustieles (es) Fran Diéguez (gl) Jiro Matsuzawa (ja) Aurimas Černius (lt) Sandeep Sheshrao Shedmake (mr) Kjartan Maraas (nb) ManojKumar Giri (or) Matej Urbančič (sl) Shantha kumar (ta) Evolution 3.9.2 2013-05-27 -------------------------- Bug Fixes: Bug 301323 - "Edit as new message" doesn't strip signature properly (Milan Crha) Bug 696531 - Force white background for HTML parts (Milan Crha) Bug 697632 - [mail-to-task] Invalid unref of a CamelFolder (Samarjit Adhikari) Bug 699334 - Calendar: reply all doesn't quite work (Milan Crha) Bug 699551 - Signature is not removed on reply (Milan Crha) Bug 699555 - prompt-on-mark-all-read doesn't work in context menu (Milan Crha) Bug 699980 - Calendar delete does not remove events from view (Milan Crha) Bug 700028 - Drag-n-drop export of a file produces 0 sized PDF file (Matthew Barnes) Other Changes: * Make sure EAddressbookModel has a fresh EBookClient. (Matthew Barnes) * Merge [mark-all-read] plugin into core code (Milan Crha) * contact-photos: Obtain an EClient asynchronously. (Matthew Barnes) * Right-align mail header names. (Matthew Barnes) * Improve mail header layout in right-to-left locales. (Matthew Barnes) * Remove "drag-and-drop-save-name-format" setting. (Matthew Barnes) * Convert EMailPart to a GObject. (Matthew Barnes) * Use an user-friendlier message when update comp-editor fails (Fabiano Fidêncio) * Make EAttachment a little more thread-safe. (Matthew Barnes) * EMailSession: Add helper functions for sending messages. (Matthew Barnes) Translations: Nilamdyuti Goswami (as) Marek Černocký (cs) Daniel Mustieles (es) Sweta Kothari (gu) OKANO Takayoshi (ja) Kjartan Maraas (nb) ManojKumar Giri (or) Piotr Drąg (pl) Yuri Myasoedov (ru) Matej Urbančič (sl) Evolution 3.9.1 2013-04-29 -------------------------- * The Express Mode feature developed for MeeGo has been removed. The MeeGo project is long dead and the Express Mode feature has been unmaintained quite for some time. It served its purpose, but it's dead weight now. * Dependency change: Evolution no longer links to libgoa-1.0. GNOME Online Accounts support is now contained entirely within Evolution-Data-Server. * Evolution now queries gravatar.com in addition to address books to find email sender images. Bug Fixes: Bug 271262 - Allow Send/Receive of local stores in offline (Milan Crha) Bug 626215 - Prefer mail saving in order by UI (Milan Crha) Bug 662568 - Use-after-free in Templates plugin signal handlers (Milan Crha) Bug 677300 - Add 3 px padding above and below the searchbar (Jean-François Fortin Tam) Bug 681837 - Make enum type registration thread safe (Milan Crha) Bug 684245 - Disable 3rd-party browser plugins (Tomas Popela) Bug 687412 - Crash under mail_folder_cache_service_removed() (Milan Crha) Bug 696173 - Various memory leaks (Milan Crha) Bug 696175 - bbdb: Blocks main thread when obtaining an EBookClient (Matthew Barnes) Bug 696185 - Disable WebKit's caching (Milan Crha) Bug 696257 - Handle default values for "primary" selection settings (Matthew Barnes) Bug 696663 - Save without close should update comp-editor (Fabiano Fidêncio) Bug 696715 - ESelectNamesEditable needs an EClientCache (Matthew Barnes) Bug 697141 - User docs: Remove express mode (Andre Klapper) Bug 697228 - User Docs: Remove CSS page now that we have WebKit rendering (Andre Klapper) Bug 697268 - Incorrect mnemonic widget in 'Add Reminder' dialog (Matthew Barnes) Bug 697710 - Going offline doesn't disconnect remote stores (Milan Crha) Bug 698042 - Crash when sending e-mail with attachment (Matthew Barnes) Bug 698487 - Contact Editor's Image's file chooser must show only images files (Fabiano Fidêncio) Bug 698488 - Attachment file chooser should preview attachments' content when possible (Fabiano Fidêncio) Bug 699083 - X-GNOME-Bugzilla-OtherBinares missing trailing semicolon (Matthew Barnes) Other Changes: * User documentation improvements. (Andre Klapper) * Convert all settings usage to GSettings and remove EShellSettings. (Matthew Barnes) * Fix mbox-to-Maildir conversion... again. (Matthew Barnes) * Fix for typing in ITIP comments when some keys triggered actions. (Tomas Popela) * EMailAccountManager: Add Online Account blurbs. (Matthew Barnes) * Show parts with Content-ID of multipart/mixed as attachments (Milan Crha) * e_mail_folder_uri_parse: Handle local mbox folder URIs. (Matthew Barnes) * Update copyright year on About dialog. (Matthew Barnes) * Remove Evolution's implementation of highlighting and use WebKit highlighting. (Tomas Popela) * web-inspector: Change the shortcut key to match Chrome. (Matthew Barnes) * ECalModel: Make view handling thread-safe. (Matthew Barnes) * Restore "Automatic Contacts" plugin preferences page. (Matthew Barnes) * Remove backward-compatibility cruft for goa-1.0 < 3.8. (Matthew Barnes) * alarm-queue: Remove the "mail notifications not supported" dialog (Matthew Barnes) * EShellBackend: Log outstanding activities during shutdown. (Matthew Barnes) * Workaround broken Free/Busy fetching (Bug #692361) (Milan Crha) * Remove "Search for sender photograph only in local address books". (Matthew Barnes) Translations: Nilamdyuti Goswami (as) Gil Forcada (ca) Carles Ferrando (ca@valencia) Jiri Eischmann (cs) Flemming Christensen (da) Dimitris Spingos (el) Daniel Mustieles (es) Inaki Larranaga Murgoitio (eu) Danial Behzadi (fa) Alexandre Franke (fr) Fran Diéguez (gl) Gabor Kelemen (hu) OKANO Takayoshi (ja) Shankar Prasad (kn) Changwoo Ryu (ko) Ani Peter (ml) Anish A (ml) ManojKumar Giri (or) A S Alam (pa) Enrico Nicoletto (pt_BR) Yuri Myasoedov (ru) Matej Urbančič (sl) Shantha kumar (ta) Evolution 3.7.92 2013-03-18 --------------------------- Bug Fixes: Bug 415371 - Create Incoming filter for messages with Received header (Milan Crha) Bug 645476 - Avoid scroll to cursor on folder change in message list (Milan Crha) Bug 676696 - Automatic EXIF image rotation doesn't work (Matthew Barnes) Bug 690092 - Crash under format_full_headers() (Milan Crha) Bug 690930 - Launching calendar from clock-applet applies timezone twice (Milan Crha) Bug 693254 - Mail reply uses wrong "From:" account (Milan Crha) Bug 695193 - Window size resets to default at exit with gtk 3.7.10+ (Fabien Tassin) Bug 695477 - Crash in EContactListEditor (Matthew Barnes) Bug 695570 - Don't use gtk_container_add() to pack a GtkBox (Matthew Barnes) Bug 695693 - Handle tags during auto-configuration (Matthew Barnes) Other Changes: * [itip-formatter] Reference a view when searching for a calendar (Tomas Popela) * org.gnome.evolution.calendar.gschema.xml.in: Define a 'Duration' enum. (Matthew Barnes) * [backup-restore] Dir separator removal breaks DConf settings restore (Milan Crha) * Add utility functions for manipulating weekdays. (Matthew Barnes) * evolution-addressbook-export: Remove main loop event flushing. (Matthew Barnes) * e_mail_config_notebook_commit: Skip non-writable sources. (Matthew Barnes) * Do not leak each sent message (Milan Crha) Translations: Nilamdyuti Goswami (as) Ihar Hrachyshka (be) Jiri Eischmann (cs) Christian Kirbach (de) Bruce Cowan (en_GB) Andika Triwidada (id) Rūdolfs Mazurs (lv) Duarte Loreto (pt) Enrico Nicoletto (pt_BR) Rafael Ferreira (pt_BR) Martin Srebotnjak (sl) Matej Urbančič (sl) Dr.T.Vasudevan (ta) Gheyret Kenji (ug) Evolution 3.7.91 2013-03-04 --------------------------- Bug Fixes: Bug 674236 - Extra ref in e_action_combo_box_set_action() (Milan Crha) Bug 693250 - Signature HTML problem using <...> (Milan Crha) Bug 693420 - Crash when adding contact list as attendee (Milan Crha) Bug 693625 - [itip-formatter] Save button insensitive for multiple events (Milan Crha) Bug 694159 - Malformed content-type header causes infinite recursion (Matthew Barnes) Bug 694170 - Accepted invitation not removed from Inbox when it should (Milan Crha) Bug 694363 - CALDAV navigation through Calendars or Tasklist is wrong (Milan Crha) Bug 694460 - 'Email' section toggle button in contact editor has incorrect name (Vadim Rutkovsky) Other Changes: * Keep EClient instances in a central cache for more consistent event-handling. (Matthew Barnes) * Add status icons in sidebar for calendar, contact, task and memo backends. Similiar icons for mail accounts are not yet finished. (Matthew Barnes) * Rewrite the contact photo in email feature to avoid deadlocks. (Matthew Barnes) * EAttachment: Use Subject as fallback filename for message attachments (Milan Crha) * Show local images in Signature preview (Milan Crha) * Speed-up auto-completion results showing (Milan Crha) * Autocompletion - do not use quick timeout when user types text (Milan Crha) * Add mnemonic widgets for Status and Priority comboboxes (Vadim Rutkovsky) * Correct label for "Country:" textbox in Work section on "Mailing Address" tab of contact editor (Vadim Rutkovsky) * evolution-addressbook-export: Remove --async option. (Matthew Barnes) * Remove obsolete "mime-types" mail setting. (Matthew Barnes) * Added mnemonic widget for 'Time zone' field in event editor (Vadim Rutkovsky) Translations: Ihar Hrachyshka (be) Dimitris Spingos (el) Daniel Mustieles (es) Fran Diéguez (gl) Sweta Kothari (gu) Aurimas Černius (lt) Kjartan Maraas (nb) Piotr Drąg (pl) Мирослав Николић (sr) Gheyret Kenji (ug) Nguyễn Thái Ngọc Duy (vi) Chao-Hsiung Liao (zh_HK) Evolution 3.7.90 2013-02-18 --------------------------- Bug Fixes: Bug 683867 - Schedule actions with higher idle priority (Michel Dänzer) Bug 693132 - Editing a signature does not refresh preview after save (Milan Crha) Other Changes: * Add a centralized cache for EClient instances and adapt most of the application to use it. (Matthew Barnes) * [web-inspector] Add a secret debugging shortcut. (Matthew Barnes) * Add mnemonic widgets for title and suffix comboboxes. (Vadim Rutkovsky) * Add mnemonic widget for Start date field in memo editor. (Vadim Rutkovsky) Translations: Fran Diéguez (gl) Piotr Drąg (pl) Gheyret Kenji (ug) Nguyễn Thái Ngọc Duy (vi) Evolution 3.7.5 2013-02-04 -------------------------- Bug Fixes: Bug 639698 - Crash in mail_shell_view_execute_search() (Milan Crha) Bug 680537 - Reply to individual message in digest generates empty body (Milan Crha) Bug 685757 - [userdocs] Update cache location in user docs (Andre Klapper) Bug 688294 - [userdocs] Update how online/offline mode works nowadays (Andre Klapper) Bug 689476 - Slow composer open (ENameSelector object leaks) (Milan Crha) Bug 690696 - [userdocs] Remove references to the old IMAP backend (Andre Klapper) Bug 690697 - [userdocs] Document using real (non-virtual) Junk and Trash folders with IMAP+ (Andre Klapper) Bug 691194 - Import .ics preview shows UTC time instead of local time (Milan Crha) Bug 691640 - Distinguish the word "Title" for translation (Milan Crha) Bug 691732 - multipart/related hides attachments (Milan Crha) Bug 692003 - Print of text/html with no html/body end tag cuts content (Milan Crha) Bug 692005 - Changing character encoding doesn't work (Milan Crha) Bug 692009 - text/css always formatted as attachment (Milan Crha) Bug 692143 - Auto-configured MSN account should use POP, not IMAP (Matthew Barnes) Bug 692213 - [userdocs] Remove evolution-exchange recommendation (Andre Klapper) Bug 692775 - Double-quoting message with HTML and text (Milan Crha) Bug 692777 - Crash on folder rename (Milan Crha) Bug 692781 - [pine-importer] Abort on book failure during contact import (Milan Crha) Bug 692783 - [mail-to-task] Crash on edit prompt cancel (Milan Crha) Bug 692818 - [userdocs] Remove documentation on Novell GroupWise (Andre Klapper) Other Changes: * Bump libsoup dependency to 2.40.3 (Milan Crha) * Add a "settings" module. (Matthew Barnes) * Contact's print doesn't decode QP encoded email addresses (Milan Crha) * Use e_book_client_connect(). (Matthew Barnes) * Use e_cal_client_connect(). (Matthew Barnes) * Incorporate ESourceUOA. (Matthew Barnes) * EMailAccountStore: Use an appropriate icon for online accounts. (Matthew Barnes) * Add a priority field for mail formatter and parser extensions. (Matthew Barnes) Translations: Nilamdyuti Goswami (as) Daniel Mustieles (es) Aurimas Černius (lt) Kjartan Maraas (nb) Patrick Holthuizen (nl) Marián Čavojský (sk) Matej Urbančič (sl) Мирослав Николић (sr) Akom Chotiphantawanon (th) Theppitak Karoonboonyanan (th) Gheyret Kenji (ug) Chao-Hsiung Liao (zh_HK) Evolution 3.7.4 2013-01-14 -------------------------- Bug Fixes: Bug 588216 - 'Unsubscribe' disabled for newsgroups (Matthew Barnes) Bug 690177 - Use trust-prompt for certificate verification in WebDAV backends (Milan Crha) Bug 691047 - Support notification filtering (Matthew Barnes) Bug 691133 - Evolution creates 'highlight' zombies (Matthew Barnes) Bug 691134 - New contact lists always saved to a default book (Milan Crha) Bug 691134 - Only autocompleted name is added to a contact list (Milan Crha) Bug 691470 - ENameSelectorEntry: Copy to clipboard issue with multi-byte characters (Milan Crha) Other Changes: * evolution-shell.pc.in: Remove libedataserverui-3.0 (Matthew Barnes) * Reset the maintainer list in the About dialog. (Matthew Barnes) * Remove the "imap-features" module. (Matthew Barnes) * Move CamelSaslXOAuth2 to libemail-engine. (Matthew Barnes) * Remove --with-kde-applnk-path configure option. (Matthew Barnes) * Be more strict in inline PGP mime filter/part parser (Milan Crha) * Do not hide 'attachment' images with Content-ID (Milan Crha) Translations: Nilamdyuti Goswami (as) Ihar Hrachyshka (be) Krasimir Chonov (bg) Dimitris Spingos (el) Daniel Mustieles (es) Alexandre Franke (fr) Aurimas Černius (lt) Kjartan Maraas (nb) Rafael Ferreira (pt_BR) Yuri Myasoedov (ru) Martin Srebotnjak (sl) Evolution 3.7.3 2012-12-16 -------------------------- Bug Fixes: Bug 202576 - A way to refresh IMAP folder list (Milan Crha) Bug 315317 - Add option to expunge messages on folder leave (Milan Crha) Bug 449081 - Drop read-only calendar error message (Milan Crha) Bug 502516 - Avoid "source" string in user visible dialogs (Milan Crha) Bug 525932 - Unhelpful "Error while Filtering Selected Messages." (Milan Crha) Bug 529743 - Add "Any header" filter and search folder condition (Milan Crha) Bug 579315 - Identify filter names in filtering errors (Milan Crha) Bug 671200 - Inherit source message crypto options when reply on selection (Milan Crha) Bug 671628 - Size of backup window is big (Milan Crha) Bug 672200 - Skip Reply-To-List check for list administrative messages (Milan Crha) Bug 674678 - Event notification uses wrong app name (Milan Crha) Bug 677378 - Alert about self-signed certificates when checking auth types (Milan Crha) Bug 678606 - Crash under mail_backend_folder_deleted_cb() (Milan Crha) Bug 680201 - Backup restore doesn't migrate accounts from GConf (Milan Crha) Bug 680244 - CalDAV URL should be configured in once, not separated (Milan Crha) Bug 685808 - Search bar entry background does not change on search (Milan Crha) Bug 686212 - Cannot print html mails with defined