~vcs-imports/evolution/+git/evolution:gnome-3-16-2

Last commit made on 2015-05-11
Get this branch:
git clone -b gnome-3-16-2 https://git.launchpad.net/~vcs-imports/evolution/+git/evolution

Branch merges

Branch information

Name:
gnome-3-16-2
Repository:
lp:~vcs-imports/evolution/+git/evolution

Recent commits

e584b08... by Milan Crha <email address hidden>

Post-release version bump

12209c2... by Milan Crha <email address hidden>

NEWS update for 3.16.2.1

3111c16... by Tomas Popela <email address hidden>

EMsgComposer - It is impossible to write 'Z' into composer

983dfe9... by Milan Crha <email address hidden>

NEWS update for 3.16.2

a0eb59a... by Milan Crha <email address hidden>

Bug 748878 - Crash in ect_dispose() on quit

93eb424... by Tomas Popela <email address hidden>

EHTMLEditorView - Replace g_timeout_add with g_timeout_add_seconds

As per documentation the g_timeout_add_seconds function "allows for
more optimizations and more efficient system power usage" over the
g_timeout_add function.

4129348... by Tomas Popela <email address hidden>

EHTMLEditorView - Don't print coordinates for HISTORY_AND and HISTORY_START events

As the coordinates are not important for these events (and are set to 0).

010d8d2... by Tomas Popela <email address hidden>

Composer - Undo/Redo on operations with selection could be wrong

Previously, i.e. when we selected some text and pressed the Enter the
selected text is removed and later the new line is inserted. In some of
these situations the removal of the selected text was not saved at all that
later led to inconsistent undo/redo operations. Also the HISTORY_AND event
was introduced to add a possibility to distinguish the history events that
are supposed to be processed as one.

3e07ea6... by Tomas Popela <email address hidden>

Composer - Undo initiated with shortcuts doesn't stop

It was repeating the last action.

ea60a95... by Tomas Popela <email address hidden>

EHTMLEditorSelection - Don't wrap every block in selection during 'Wrap lines' action

Don't try to again wrap the paragraphs in plain text mode as they are auto-wrapped
and also skip blocks that were already wrapped by user.