Accepting request 331545 from GNOME:Next

Tweaked

OBS-URL: https://build.opensuse.org/request/show/331545
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/evolution?expand=0&rev=275
This commit is contained in:
Dominique Leuenberger 2015-09-17 12:50:18 +00:00 committed by Git OBS Bridge
parent aeecffe1a4
commit 7aa340e3c6
4 changed files with 43 additions and 4 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:393e36d1af1d5fedb9309320335fc01f3929acd1a2e6d1bc1eeeb82cfbe8ed88
size 11981892

3
evolution-3.17.92.tar.xz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:4ad0f134683a37412fdf658e814cd215145aba433234478495efbe69eb09d2ae
size 11983332

View File

@ -1,3 +1,42 @@
-------------------------------------------------------------------
Mon Sep 14 10:35:34 UTC 2015 - dimstar@opensuse.org
- Update to version 3.17.92:
+ [Win32] Miscellaneous build changes.
+ Extend ECanvas cursor positioning routine.
+ Crash under e_mail_reader_destroy_menu_idle_cb().
+ Don't wrap on Unicode's non-breaking space character.
+ EHTMLEditorSelection:
- Last word that could fit on one line is put on the following
line.
- Avoid wrong wrapping in some cases.
- Remove the GObject data after using it to avoid possible
mis-function.
- Correct wrapping when deleting characters in quoted content.
- Remove trailing spaces.
- Correctly wrap text nodes around selection markers.
- Just first line in block is wrapped.
- Dash is a valid character for wrapping only if it's not
surrounded by spaces.
- Correctly wrap text nodes around selection markers.
- If copy/pasting in composer WebKit wraps content in SPAN.
+ EHTMLEditorUtils: Add argument where we can specify into what
level the node will be split.
+ EHTMLEditorView:
- Try to merge adjacent blockquotes when editing quoted text.
- Avoid double quotes when deleting a text inside quoted
content.
- Modifying the text of a smiley should convert the smiley to a
text node.
- Bringing anchor from quoted text to body with Backspace
doesn't work.
- Avoid plain text quote characters to be inserted in HTML
mode.
- Undo/Redo history is wrong after redoing UNQUOTE operation.
- Avoid multiple unnecessary spell checking.
+ Bugs fixed: bgo#661886, bgo#675154, bgo#754329.
+ Updated translations.
-------------------------------------------------------------------
Mon Aug 31 17:13:02 UTC 2015 - zaitor@opensuse.org

View File

@ -24,7 +24,7 @@
Name: evolution
# This should be updated upon major version changes; it should match BASE_VERSION as defined in configure.in.
%define evolution_base_version 3.18
Version: 3.17.91
Version: 3.17.92
Release: 0
# _version needs to be %{version} stripped to major.minor.micro only...
%define _version %(echo %{version} | grep -E -o '[0-9]+\.[0-9]+\.[0-9]+')