[evolution] Created tag EVOLUTION_3_13_4



The unsigned tag 'EVOLUTION_3_13_4' was created.

Tagger: Milan Crha <mcrha redhat com>
Date: Mon Jul 28 07:58:21 2014 +0200

    Tag 3.13.4 release

Changes since the last tag 'EVOLUTION_3_13_3':

Christian Schaarschmidt (3):
      Bug 729963 - Consistently name EMail/Phone/IM/SIP contact fields in the UI
      Bug 543572 - Display more information in a certificate selector
      Add translator comments and contexts for texts added for bug 729963

Jonas Hahnfeld (1):
      Bug 732802 - data/evolution.appdata.xml is not git-ignored

Milan Crha (29):
      Post-release version bump
      Drop the last references to GtkHTML
      Bug 719379 - Send/Receive dialog doesn't close on errors properly
      Propagate Send/Receive errors to UI
      Bug 607753 - Appointment tooltip sometimes 'stick' to screen
      store_info_insert_folder_info: Use g_hash_table_replace() to avoid use-after-free
      Reply to selection in text-highlight part loses white-spaces
      Bug 732180 - Excessive CPU usage due to GtkSpinner
      Bug 732091 - Automatically mark message as read sometimes doesn't work
      Bug 732502 - Ignore get_quota errors in folder properties
      Bug 732140 - Allow multiple folder selection when creating Send account overrides
      Bug 732724 - mail-send-recv.c:report_error_to_ui() does UI calls in non-main thread
      Replace GtkStyle usages with GtkStyleContext
      SMTP part of a new mail account dialog doesn't update UI properly
      Disconnect the store when connected it on send from an Outbox
      Correct typo in the previous commit ('error' versus 'local_error')
      Bug 732091 - Automatically mark message as read sometimes doesn't work (take 2)
      Bug 732747 - alloca.h in e-util/e-color-combo.c is not needed
      Bug 732541 - Small calendar print doesn't follow week-start-day option
      Remove usages of deprecated gtk_widget_ensure_style()
      Remove unused and obsolete evolution-zip.in
      Correct draw of all-day events in a day/work-week view
      Bug 722068 - Make Evolution build under Win32
      Incorrect text color for selected cells in ETree/ETable
      Add missing chain-up-s to parent's constructed() method
      Always use selected color for selected region in EDayView
      e_day_view_show_popup_menu: Avoid runtime warning from tooltip_get_view_event
      Calendar View: Use smaller icons in the Search bar
      NEWS update for 3.13.4

Olav Vitters (1):
      remove gtkhtml version define as gtkhtml is not used anymore

Piotr Drąg (2):
      Updated POTFILES.in
      Updated POTFILES.in

Sebastian Keller (1):
      Bug 731872 - EWebView: Use named colors from themes

Tomas Popela (57):
      EHTMLEditorView - Generate new line into plain text version even when paragraph has no children
      EHTMLEditorView - Replace 2+ spaces with non-breaking spaces and create anchors for links when 
processing data from convertor
      EHTMLEditorView - Insert quote symbols before HTML element when it has no previous sibling
      EHTMLEditor - Process text in convertor when pasting plain text from clipboard
      EHTMLEditorView - Preserve spaces and create anchors for the links in the text after the last BR element
      EHTMLEditorView - Preserve empty lines when processing the text in convertor
      EHTMLEditorView - Process the element only if it has children
      EHTMLEditor - Stop using deprecated gtk-stock items
      Bug 731507 - [webkit-composer] paste does not work, shift-ins or CTRL-V works
      Bug 732202 - [webkit-composer] Paste scrolls view
      Bug 731508 - [webkit-composer] no option to paste as text (without formatting)
      EHTMLEditorActions - Hide HTML actions in plain text mode instead of making them insensitible
      EHTMLEditorView - Fix clipboard paste into quoted content
      EHTMLEditorSelection - Fix detection of the paragraph format inside the quoted content
      EHTMLEditorSelection - When removing the elements use by composer for quoted content remove all of them
      EHTMLEditorSelection - Correctly find the element's parent node when changing the block's format
      Bug 731416 - [webkit-composer] Busy-loop when replying to an email
      EHTMLEditorSelection - Fix wrapping of the anchor elements
      EHTMLEditorView - Correctly replace tabulators with spaces
      EHTMLEditorView - Refactor the code that triggers the surround of links with anchor elements
      EHTMLEditorView - Fix quoting of the lines with anchors
      Bug 473198 - evolution should ignore signature when checking for missing attachments
      EMsgComposer - Remove unneeded GtkHTML code
      EHTMLEditorSelection - Try to move with the caret only when it is possible to save it
      EHTMLEditorView - Create new paragraph in body if body is empty and save caret there
      When setting some content into the composer body we have to specify if it is a HTML content
      Bug 732609 - Cannot decrease indentation
      EHTMLEditorView - Fix reply to message
      Bug 732891 - Crash under process_elements() at e-html-editor-view.c:5004
      EMsgComposer - Correctly save the composer mode into the message headers
      EHTMLEditorSelection - Rework how the collapsed selection is saved
      EHTMLEditorView - Save selection instead of just caret position when forcing the spell check
      EHTMLEditorView - Introduce functions to register/remove the HTML "input" event on body
      EHTMLEditorView - Don't lose the empty lines when converting HTML to plain text
      Bug 732608 - Composer paste issues
      EHTMLEditor - Fix indent/undent of the block
      EHTMLEditorView - Remove our attributes from blockquotes when generating the HTML version of the message
      EHTMLEditorView - Replace the Tab characters in the text nodes just when generating the plain text 
version of the message
      EHTMLEditorSelection - Avoid runtime warning when there is no selection or the whole body element is 
selected
      Bug 733140 - Backspace removes too much when editing quotation
      Bug 733000 - Splitting quoted part changes clipboard content
      Images in contact preview are not shown with webkitgtk3 2.4.x
      Bug 732892 - Scale-down contact images in message preview
      EHTMLEditorView - Move the paragraph from citation into the body only when the backspace is pressed in 
the beginning of it
      EHTMLEditor - Fix e_html_editor_view_force_spell_check_for_current_paragraph and use it where possible
      EHTMLEditorSelection - When wrapping the paragraph wrap just the text that is after the caret
      EHTMLEditorSelection - Optimalize the e_html_editor_selection_restore
      EHTMLEditorView - Speed up quoting of the block that was wrapped
      EHTMLEditorView - When writing into the citation rewrap and requote just when it is necessary
      EHTMLEditorSelection - Avoid runtime warning when trying to cast DOMText to DOMElement
      EHTMLEditorView - Wrap and quote just the first block after newly inserted line into the citation
      EHTMLEditorView - Don't put quote characters after the anchor when it is in the middle of the quoted 
text
      EHTMLEditorView - When the link has non-breaking space in the prefix skip it
      EHTMLEditorView - Don't put unnecessary new lines in the quoted content when generating the plain text 
version of the message
      Bug 733477 - Paste can select following text
      EHTMLEditorView - Select the right node for processing after the new line was inserted into the quoted 
content
      Bug 733010 - Cannot split quotation after an empty line

Vadim Rutkovsky (2):
      test: rename email fields after bug 729963 was resolved
      tests: rename email fields in expected results

Yanko Kaneti (1):
      EHTMLEditorView - Don't leak dom-evo-draft outside evolution

Yuri Myasoedov (1):
      Updated Russian translation


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]