diff --git a/NEWS b/NEWS index bfbedeac1b..9f3ebcbf13 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,74 @@ +Evolution 3.19.2 2015-11-23 +--------------------------- + +Bug Fixes: + Bug 735747 - Follow GNOME notification settings under gnome-shell (Milan Crha) + Bug 757246 - Stop playing sound for each reminder (Milan Crha) + Bug 757188 - Alignment is not honored when sending a HTML message (Tomas Popela) + Bug 757348 - Endless loop in webkit_dom_node_append_child(): assertion 'WEBKIT_DOM_IS_NODE(self)' failed (Tomas Popela) + Bug 216130 - Be able to set reminders for tasks (Milan Crha) + Bug 272854 - Ability to sort tasks by task list membership (Milan Crha) + Bug 639299 - Crash under e-cell-tree.c:animate_expander (Milan Crha) + Bug 757342 - Menu key doesn't open context menu in Contacts view (Milan Crha) + Bug 755418 - Add option to not notify about missing remote content (Milan Crha) + Bug 757594 - Multiline bulleted list items has text not aligned to bullet points (Tomas Popela) + Bug 757660 - Add missing libraries to calendar/gui's Makefile.am (Milan Crha) + Bug 757658 - Still broken deletion/undo of quotes in mail composer (Tomas Popela) + Bug 598037 - Crash in safe_toggle_activate() at e-source-selector.c (Milan Crha) + Bug 692713 - Mini-calendar widget arrows in a wrong position (Milan Crha) + Bug 744859 - Incorrect calendar rendering when time-divisions is set to 60 (Milan Crha) + Bug 241050 - Can't focus message list by clicking in empty portions of it ][ (Milan Crha) + Bug 710761 - Mail message list filtered without UI indication (Milan Crha) + Bug 757654 - Add a button to archive the current/selected message (Milan Crha) + Bug 758015 - Composer lockup (Tomas Popela) + Bug 757887 - Reproducible freeze when deleting quoted lines in email composer (Tomas Popela) + Bug 616931 - Replace legacy stock_* icons with new artwork (Simon Baconnais) + Bug 758191 - Using Backspace within quotation header string can make cursor jump to very first position (Tomas Popela) + +Miscellaneous: + EHTMLEditorSelection - Remove previously inserted BR if correcting wrapping around selection markers (Tomas Popela) + EHTMLEditorView - Fix a link detection when ending a link with the Return key (Tomas Popela) + EHTMLEditorView - Don't leak the WebKitDOMRange object when undoing the Return key press (Tomas Popela) + EHTMLEditorView - New lines could be skipped when parsing the mail content into the composer (Tomas Popela) + EHTMLEditorView - Allow to append a query to the link (Tomas Popela) + EHTMLEditorView - Correctly remove the HISTORY_AND events from history (Tomas Popela) + EHTMLEditorView - Post-process every HISTORY_DELETE event (Tomas Popela) + EHTMLEditorView - After undoing the HISTORY_DELETE operation always re-wrap and re-quote current block (Tomas Popela) + Make calendar editors modular and non-UI-blocking (Milan Crha) + Updated German screen-shots (Christian Kirbach) + Forward ETable/ETree background events to an ETableItem (Milan Crha) + Task view's "Assign task" doesn't open editor with attendees (Milan Crha) + [ECompEditor] Store attachments to calendar's local store on save (Milan Crha) + [ECompEditor] Always enable the editor after the save is complete (Milan Crha) + [EActivityBar] Do not remove timeout GSource twice in dispose (Milan Crha) + [libgnomecanvas] Drag end not recognized with gtk+ 3.18.x (Milan Crha) + [EMailBrowser] Free MessageList on close (Milan Crha) + Do not leak a GalView in a GalViewInstance (Milan Crha) + Read link/visited-link colors also from the style context flags (Milan Crha) + [EMailLabelListStore] Avoid circular dependency in a tag cache (Milan Crha) + Preferences window never freed (Milan Crha) + EShell not finalized on exit (Milan Crha) + [EMeetingTimeSelector] Expects wrong objects in detach menu callbacks (Milan Crha) + [ECompEditor] Disable editing of some parts when the user is not the organizer (Milan Crha) + Disable animation of the GtkInfoBar's revealer (Milan Crha) + [ECompEditor] Change order of an alert add and remove (Milan Crha) + Free EMailFormatter/Parser extension caches on application exit (Milan Crha) + Fix possible memory leak with attachments in message preview (Milan Crha) + EAttachment/Store not freed in the message preview panel (Milan Crha) + +Translations: + Baurzhan Muftakhidinov (kk) + Pedro Albuquerque (pt) + Marek Černocký (cs) + Kjartan Maraas (nb) + Daniel Mustieles (es) + Dimitris Spingos (el) + Gábor Kelemen (hu) + Cédric Valmary (oc) + Stas Solovey (ru) + Efstathios Iosifidis (el) + Benjamin Steinwender (de) + Evolution 3.19.1 2015-10-26 ---------------------------