commit 2ead86d34d0e0b82e8cbf543716c37dbe8d1b278 Author: Sébastien Wilmet Date: 2014-01-27 Release 3.10.2 M NEWS commit c388d18803a6b828994cf8bccc5e0831aabb3f65 Author: Sébastien Wilmet Date: 2014-01-21 SearchContext: do not emit the highlight-updated signal When the search was implemented in gedit, there was the search-highlight-updated signal, similar to the highlight-updated signal from GtkSourceBuffer. So when moving the search implementation in GtkSourceView, I reused the highlight-updated signal. I think the signal is no longer required for the search. Moreover, the search didn't send the signal at the right time. When g_signal_emit_by_name() was called, the start and end variables could be the entire buffer, resulting in performances problems when the spell gedit plugin was enabled with the Highlight Misspelled Words option (because the plugin connects to the signal, and rescan the specified region). https://bugzilla.gnome.org/show_bug.cgi?id=722535 M gtksourceview/gtksourcesearchcontext.c commit 2be3ca4f8be1c7fa77b3db42dce251fb072420b5 Author: Wylmer Wang Date: 2014-01-12 Update Chinese simplified translation M po/zh_CN.po commit ca6ab0752ab43b1741b78d8e0393196e9f9eb601 Author: Sébastien Wilmet Date: 2014-01-05 Completion: fix a bug with the select-on-show property When the GtkTreeView can take the focus, the first row is selected when the widget is shown, even if the select-on-show property is FALSE. With can_focus to False, we have all the control. M gtksourceview/gtksourcecompletion.ui commit 35615fb9cae1b49402c670c4304f7534dda2e79e Author: Sébastien Wilmet Date: 2014-01-05 Completion: fix a critical message See the comment in the code. M gtksourceview/gtksourcecompletion.c commit 9e4767200fcf36d87e21ec688b0f21b48df561ee Author: Dimitris Spingos Date: 2014-01-03 Updated Greek translation M po/el.po commit e39d7e69eaba674e6b3b6ee2dc52adddf8b55ff7 Author: Christian Kirbach Date: 2014-01-02 Updated German translation M po/de.po commit 645804923ac36722cca9b3c85d72f1827922f6df Author: Sébastien Wilmet Date: 2013-10-14 Post-release version bump M README M configure.ac