commit 9a2e921ec3901e9001b6402798e76a826748fb06 Author: Paolo Borelli Date: 2013-08-19 Release 3.9.90 M NEWS M README M configure.ac commit e2a93b217735a2be012f005eb18d6427a0b71f48 Author: Matej Urbančič Date: 2013-08-19 Updated Slovenian translation M po/sl.po commit f042a30bf2fd2c3cc0041815b99ad9c5539dd096 Author: Marek Černocký Date: 2013-08-19 Updated Czech translation M po/cs.po commit 3280c4c34b48ab077d59b30af383f42c278c4b52 Author: Sébastien Wilmet Date: 2013-08-19 Show regex error in the search and replace dialog The error appears as a symbolic icon in the GtkEntry (secondary icon, on the right). The error message is in the tooltip. The secondary icon is better in my opinion, because it doesn't move the text while we are typing it. Depending on the regex error type, the error icon is shown in the search entry, or the replace entry. M gedit/gedit-commands-search.c M gedit/gedit-replace-dialog.c M gedit/gedit-replace-dialog.h commit b455d7cb5fd6c116dd00e3de64f062a37ff00540 Author: Sébastien Wilmet Date: 2013-08-16 ViewFrame: smaller goto line M gedit/gedit-view-frame.c M gedit/gedit-view-frame.ui commit c0b22e6a24ae4c6a055deca1cda9bb2feb9dc7ea Author: Sébastien Wilmet Date: 2013-08-16 ViewFrame: fix a bug with the search context M gedit/gedit-view-frame.c commit 4f281a84e7867a967dba0e77ba3d417196b37b28 Author: Sébastien Wilmet Date: 2013-08-14 Incremental regex search M gedit/gedit-view-frame.c commit c0bd412fb19d33d820d823d686b87975c008fafb Author: Sébastien Wilmet Date: 2013-08-14 Search and replace: fix a bug with text escaping M gedit/gedit-commands-search.c M gedit/gedit-replace-dialog.c M gedit/gedit-replace-dialog.h commit 3b6cff710ebbb964655f4e8e9e084d45555958bb Author: Sébastien Wilmet Date: 2013-08-14 Regex search, finally Regex errors are not reported, but it's usable. M gedit/gedit-replace-dialog.c M gedit/gedit-replace-dialog.ui commit 395b7b4680a1899f211378117fc3cafd4d5cb16b Author: Sébastien Wilmet Date: 2013-08-13 Fix sensitivity of search menu actions For the find prev, find next and clear highlight menu actions. They relied on the "search-text" buffer property. But now the "search-text" property is in the SearchSettings. And the SearchSettings is accessible via a SearchContext. And GeditDocument can have two different SearchContext (from GeditViewFrame and from the search and replace). So it is a little more difficult to implement. M gedit/gedit-document.c M gedit/gedit-document.h M gedit/gedit-window.c commit b5582cedaea2184eaa3472f625301814f2132d91 Author: Sébastien Wilmet Date: 2013-08-08 Use the new search and replace API from GtkSourceView One remaining thing: update the sensitivity of the menu items: find next, find prev, and clear search highlight. M configure.ac M gedit/gedit-commands-search.c M gedit/gedit-document.c M gedit/gedit-document.h M gedit/gedit-replace-dialog.c M gedit/gedit-replace-dialog.h M gedit/gedit-view-frame.c M gedit/gedit-window.c M plugins/spell/gedit-spell-plugin.c commit f7fbd3bd6f42d5a0d82c73253f8c32ebf992de84 Author: Sébastien Wilmet Date: 2013-08-16 Explain dictionaries in help for spellchecking The dictionary needs to be installed for spellchecking to work in any given language. https://bugzilla.gnome.org/show_bug.cgi?id=706164 M help/C/gedit-spellcheck.page commit 6ac2b0fbd51bbb518cee182a5857f5002ec65816 Author: Sébastien Wilmet Date: 2013-08-08 ViewFrame: little clean-up M gedit/gedit-view-frame.c commit 38039bd3f46c4b00e55408e7591b0c8618545ee8 Author: Sébastien Wilmet Date: 2013-08-08 ViewFrame: call directly forward_search() and backward_search() Instead of calling search_again() with a boolean param. M gedit/gedit-view-frame.c commit b659a776c4c050b5ed919bf82b81ff2274f237a7 Author: Sébastien Wilmet Date: 2013-08-07 ViewFrame: remove disable_popdown from the private struct We can block the focus-out-event signal handler instead of disabling the hiding of the search widget. M gedit/gedit-view-frame.c commit 924abd087793afbffd19628d1fdc1146f7a75719 Author: Sébastien Wilmet Date: 2013-08-07 ViewFrame: smaller search_entry_changed_cb() M gedit/gedit-view-frame.c commit ebaf70dcca9b9ed37c5772e695267f11949b2465 Author: Sébastien Wilmet Date: 2013-08-07 ViewFrame: add renew_flush_timeout() function M gedit/gedit-view-frame.c commit a570e3955cd4a65110f3f1a04054c8fb05e68be6 Author: Sébastien Wilmet Date: 2013-08-07 ViewFrame: connect to the changed signal, not notify::text The GtkSearchEntry "changed" signal is fixed. M gedit/gedit-view-frame.c commit 64c7d253e17bf0142791f1fb32351c01f61309c9 Author: Sébastien Wilmet Date: 2013-08-07 ViewFrame: use GDK_EVENT_PROPAGATE and GDK_EVENT_STOP This also fixes a bug with the scrolling. Ctrl+scroll doesn't work, but at least the buffer is scrolled. M gedit/gedit-view-frame.c commit 80183442b0ac55cc85870572edec7fad370c8fb5 Author: Sébastien Wilmet Date: 2013-08-07 ViewFrame: remove setup_search_widget() Move the function's contents in the init() function. M gedit/gedit-view-frame.c commit aff080628016de50c9132a46e10528c8030674e4 Author: Sébastien Wilmet Date: 2013-08-07 ViewFrame: small clean-up M gedit/gedit-view-frame.c commit c0b42f7fd849b89b2d6ff160691dd358098d75e6 Author: Sébastien Wilmet Date: 2013-08-07 ViewFrame: rename typeselect_flush_timeout -> flush_timeout_id Why "typeselect"? It is simply a timeout for hiding the search entry. M gedit/gedit-view-frame.c commit 3a40eaf9fc60b479d91df3619568451d0873100f Author: Sébastien Wilmet Date: 2013-08-07 ViewFrame: rename GeditSearchEntryBgColor -> SearchState The bg color is an implementation detail. The normal/not-found thing is a state. M gedit/gedit-view-frame.c commit c710c115faf054e1420720cf6bbdcde2f22581e6 Author: Sébastien Wilmet Date: 2013-08-07 ViewFrame: don't align fields in the private struct The alignment was broken, and if we fix it now, it will again be broken in the near future. M gedit/gedit-view-frame.c commit 2566fe372c813fff8ea9b23c72aef0b44325fc68 Author: Sébastien Wilmet Date: 2013-08-07 ViewFrame: rename slider -> revealer It's a GtkRevealer. M gedit/gedit-view-frame.c M gedit/gedit-view-frame.ui commit 10452663aef40c1bd33d8401e392b275512a1c73 Author: Sébastien Wilmet Date: 2013-08-07 ViewFrame: remove request_search_mode from private struct A simple paramater to a function is sufficient. M gedit/gedit-view-frame.c commit 06006149c1a3f58e9df7092094e8926db73da006 Author: Akom Chotiphantawanon Date: 2013-08-04 Updated Thai translation. M po/th.po commit 6c335b69d0e9b423395746a1ada62d980234d38e Author: Paolo Borelli Date: 2013-08-03 Remove a dead assignment found by clang M plugins/filebrowser/gedit-file-browser-store.c commit efdb36e21efda8f0e8ca6b13ab2f8c4a111d7386 Author: Rafael Ferreira Date: 2013-08-02 Updated Brazilian Portuguese translation M po/pt_BR.po commit 81b6436ac9494b6a4d46d1924f0397eb063b0fc7 Author: Christian Kirbach Date: 2013-08-03 Updated German translation M po/de.po commit aa16c3071cb7d244fef79824d38446c03db50bf3 Author: Chao-Hsiung Liao Date: 2013-08-02 Updated Traditional Chinese translation(Hong Kong and Taiwan) M po/zh_HK.po M po/zh_TW.po commit 7afaf5371afddfbcfcee896e907e7d00faa55ee3 Author: Gabor Kelemen Date: 2013-07-31 Updated Hungarian translation M po/hu.po commit 51ea26c36d90c585609dc2c159ecf0212b8b0948 Author: Yaron Shahrabani Date: 2013-07-31 Updated Hebrew translation. M po/he.po commit 40e458942aee12fa210d59d694c2caeb0fac872d Author: Yaron Shahrabani Date: 2013-07-31 Updated Hebrew translation. M po/he.po commit 24afbf8105859318736aa13cdfbdf251d62298ef Author: Milo Casagrande Date: 2013-07-30 [l10n] Updated Italian translation. M po/it.po commit 36249780066b1110fcc324bd1fd917c3c6898363 Author: Kjartan Maraas Date: 2013-07-30 Updated Norwegian bokmål translation M po/nb.po commit f2530e5456ec1e78bd481992bb43717c0f1e1ec4 Author: Christian Kirbach Date: 2013-07-29 Updated German help translation M help/de/de.po