aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMilan Crha <mcrha@redhat.com>2014-07-28 13:58:04 +0800
committerMilan Crha <mcrha@redhat.com>2014-07-28 13:58:04 +0800
commit1e289b0785ccfd2bbb607f8420803b330d0bb7c4 (patch)
tree2275e84e84e3002c02a744144460fd0d42d954b8
parent12d64c850414230b18f5ac7f13ab83bc983f038c (diff)
downloadgsoc2013-evolution-1e289b0785ccfd2bbb607f8420803b330d0bb7c4.tar
gsoc2013-evolution-1e289b0785ccfd2bbb607f8420803b330d0bb7c4.tar.gz
gsoc2013-evolution-1e289b0785ccfd2bbb607f8420803b330d0bb7c4.tar.bz2
gsoc2013-evolution-1e289b0785ccfd2bbb607f8420803b330d0bb7c4.tar.lz
gsoc2013-evolution-1e289b0785ccfd2bbb607f8420803b330d0bb7c4.tar.xz
gsoc2013-evolution-1e289b0785ccfd2bbb607f8420803b330d0bb7c4.tar.zst
gsoc2013-evolution-1e289b0785ccfd2bbb607f8420803b330d0bb7c4.zip
NEWS update for 3.13.4
-rw-r--r--NEWS101
1 files changed, 101 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 0d66465ff0..198700e954 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,104 @@
+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
---------------------------