commit 3f64ffb1616fc65a939b8ce7589c1cdaa3a65b4c Author: Paolo Borelli Date: 2013-09-17 Release 3.9.92 M NEWS M README M configure.ac commit 09194f35ef81e7de9f1b998d9ed6a80f4bfd1597 Author: Sébastien Wilmet Date: 2013-09-17 Replace dialog: more documentation M gedit/gedit-replace-dialog.c commit 7b2f9c4e9a2bedb067abe2b601ceb7dc0cd7b27f Author: Sébastien Wilmet Date: 2013-09-17 Replace dialog: one SearchSettings per document tab To get the search context from the GeditDocument, the previous code tested if the search settings is the same as the one stored in the private struct. Now the search context is marked with g_object_set_data() to recognize it (to avoid modifying a SearchSettings created in GeditViewFrame). M gedit/gedit-replace-dialog.c commit 6dc8c5fef34f24b4ecb6c357008cac1ea32c85fb Author: Sébastien Wilmet Date: 2013-09-17 Replace dialog: do not bind the search settings The reason of the previous behavior is now explained in the code. The regex errors appear when a button is pressed, and disappear when the search entry's text is modified. Before, a regex compilation error was reported directly, as soon as the pattern is typed. This is possible if we create a hidden SearchContext (without highlighting) besides the normal SearchContext. This hidden SearchContext would be created directly, and also on each document tab switch. M gedit/gedit-replace-dialog.c commit bbf66990f72b4c929adc9b68bdfab4f9e6c00ca8 Author: Sébastien Wilmet Date: 2013-09-17 Replace dialog: create the SearchContext before the actual search The object method handler gedit_replace_dialog_response() creates the SearchContext if it is not already created. In commands-search.c, replace_dialog_response_cb() must be called after the SearchContext creation, to execute the actual find or replace. If replace_dialog_response_cb() is called before, the SearchContext may not be already created, and the find or replace doesn't work. M gedit/gedit-replace-dialog.c commit 49c455c03ce98a11018459790cb0d04ea08cdba4 Author: Sébastien Wilmet Date: 2013-09-17 Replace dialog: create the SearchContext only when a button is pressed M gedit/gedit-replace-dialog.c commit dd393a257df4fac551afae69f95f563824cc53b6 Author: Ask H. Larsen Date: 2013-09-17 Updated Danish translation M po/da.po commit 4a8dc3d306417cc0624592caa9919a79f02303c0 Author: Piotr Drąg Date: 2013-09-15 Fix a broken tag in German help translation M help/de/de.po commit b9d1e2ee4632eb70297d68d2aa518be607f157fe Author: Evgeny Bobkin Date: 2013-09-14 Update Russian translation M po/ru.po commit 4b289b2392137f0d59aa08d59b5aa296d8b37631 Author: Changwoo Ryu Date: 2013-09-14 Updated Korean translation M po/ko.po commit 254626b13ca5d9616a85cb7ebdc5e53c2e73fb15 Author: Sébastien Wilmet Date: 2013-09-13 ViewFrame: set default value of wrap-around to TRUE The default value has been changed in GtkSourceSearchSettings. M gedit/gedit-view-frame.c commit 89268b3252fbfbe63245ecb0c9ef329d12c8791e Author: Rūdolfs Mazurs Date: 2013-09-11 Updated Latvian translation M po/lv.po commit 21970527d4db7c87eb66d8184a8fe2ee363380e2 Author: Yuri Myasoedov Date: 2013-09-11 Updated Russian translation M po/ru.po commit 094635ea1016f5a9b5f19236dbbfc301573383d9 Author: Gabor Kelemen Date: 2013-09-11 Updated Hungarian help translation M help/hu/hu.po commit 49f9bf0980d64d1abb903bcf5dc6440470183f7a Author: Fran Diéguez Date: 2013-09-10 Updated galician translations for doc M help/gl/gl.po commit 8052bd843e67d2d635ec82d37f9e116001768731 Author: Yuri Myasoedov Date: 2013-09-10 Fixed bug in Russian translation M help/ru/ru.po commit 850efd1898f031c66a363ce44cf6ee0e2a07a973 Author: Мирослав Николић Date: 2013-09-10 Updated Serbian translation M po/sr.po M po/sr@latin.po commit 7f6486e491c438b4984a16d0cd555277d7daa528 Author: Gabor Kelemen Date: 2013-09-10 Updated Hungarian help translation M help/hu/hu.po commit ef64c96588a4e8458f67c3dce2559fe26504d99e Author: Andika Triwidada Date: 2013-09-09 Updated Indonesian translation M po/id.po commit c7f929d664de6bcf683440d14d365247a488444a Author: Fran Diéguez Date: 2013-09-09 Updated Galician translations for docs M help/gl/gl.po commit 8b702671cd5d3336a8644d4c86e2055f3e7e41d9 Author: Ihar Hrachyshka Date: 2013-09-08 Updated Belarusian translation. M po/be.po commit d9935722fa59753f59011f63850014edc6c92957 Author: Akom Chotiphantawanon Date: 2013-09-08 Updated Thai translation. M po/th.po commit 334df17c56d619d90b1d794a32a93fde98288a8b Author: Ville-Pekka Vainio Date: 2013-09-07 Finnish translation update by Jiri Grönroos M po/fi.po commit 36543ac3ffa80c156e64cb71776f9e748545060c Author: Christian Kirbach Date: 2013-09-07 Updated German translation M po/de.po commit 3e3fa2ea82e16fa47d75e4cf7b475ba2d3e7f6c8 Author: Alexandre Franke Date: 2013-09-04 Update French translation M po/fr.po commit bc642f7e07476af6d206a8bd83603e283333a4db Author: Paolo Borelli Date: 2013-09-05 Add an appdata file M data/Makefile.am A data/gedit.appdata.xml commit d3ef0748e39501b8476a683e31530550d7862237 Author: Chao-Hsiung Liao Date: 2013-09-04 Updated Traditional Chinese translation(Hong Kong and Taiwan) M po/zh_HK.po M po/zh_TW.po commit f5b1ffeec158314acf55b86207ed5a1a57c11aed Author: Kalev Lember Date: 2013-09-04 Fix desktop file keywords syntax in Vietnamese translation M po/vi.po commit cb1d2502ebabaf766c10dc91fb60af437e903c0e Author: Jordi Mas Date: 2013-09-03 Fix mistake in Catalan translation M po/ca.po