commit 96e62cd620954e4b31ced1a820dd51615485b0a0 Author: Paolo Borelli Date: 2013-06-18 Release 3.9.2 M NEWS M README M configure.ac commit 184cb1872d1bb0cb56af306c770aaaaea639bbde Author: Daniel Mustieles Date: 2013-06-17 Updated Spanish translation M po/es.po commit 48d0707828d071f20edbb3b2c7b6e6e7ca5c2bbf Author: Adam Dingle Date: 2013-06-01 external tools: Save all documents in Build tool M plugins/externaltools/data/build.desktop.in commit c624487ea4fe49d1efc976c578dc766eb3bc8a2e Author: Garrett Regier Date: 2013-06-17 Bug 698292 - Do not include non-text files in quick open M plugins/quickopen/quickopen/popup.py commit 6fb8b8bae20ff0c3cd93cf5546bf577332850d57 Author: Garrett Regier Date: 2013-06-16 Bug 698291 - Fix filtering for duplicate items in quick open M plugins/quickopen/quickopen/popup.py commit 4c1e7f754eedfa0d3aebf3dae213c5c8999d5055 Author: Garrett Regier Date: 2013-06-16 Fix setting the virtual root Must use the file browser widget's method to get the correct root M plugins/filebrowser/gedit-file-browser-widget.c commit e7ca301dc721af6082846c8e03bd6c20c867c4b2 Author: Garrett Regier Date: 2013-06-16 Bug 698434 - Show popup on right-click for history buttons in file browser This is partially a reversion of: https://git.gnome.org/browse/gedit/commit/?id=b69de75046faf4844d45fa67b772a68335b2ff57 M plugins/filebrowser/gedit-file-browser-widget.c M plugins/filebrowser/gedit-file-browser-widget.ui commit ad498a8c3bdc68ca080f489549912562d354a802 Author: Garrett Regier Date: 2013-06-16 Correctly reserve space in a GPtrArray for the binary pattern specs M plugins/filebrowser/gedit-file-browser-store.c commit 6db05b6ec7be94302ec839456db71f238a65925c Author: Garrett Regier Date: 2013-06-16 Bug 697428 - Add binary-patterns setting to the file browser This is a list of extra glob patterns to consider as binary files. M plugins/filebrowser/gedit-file-browser-plugin.c M plugins/filebrowser/gedit-file-browser-store.c M plugins/filebrowser/gedit-file-browser-store.h M plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml.in.in commit 568bb9b4d7a4dfaf909358c659660c96da58859e Author: Garrett Regier Date: 2013-06-16 Bug 697433 - Allow directly typing a path in file browser The path can be either absolute, uri, or relative. The entry is initially hidden and is only displayed when ~, /, \ or Ctrl+L are pressed and will be hidden if Escape is pressed. M plugins/filebrowser/gedit-file-browser-widget.c M plugins/filebrowser/gedit-file-browser-widget.ui commit 0701c9c4639c93e6f7b3840d0adff46b88ea6569 Author: Garrett Regier Date: 2013-06-16 Bug 620011 - Activate selected item when search is completed This also fixes it so that any time GtkTreeView emits "row-activated" the row is correctly activated. M plugins/filebrowser/gedit-file-browser-view.c commit 3ebacd152af742ae03f86e5a78abcabc66be9ee1 Author: Jiro Matsuzawa Date: 2013-06-16 l10n: Update Japanese translation M po/ja.po commit 7ab82e00873a589c26696d37e7d9feb405665f7f Author: Garrett Regier Date: 2013-06-15 Bug 697246 - Fix the sorting of the external tools menu items Before it was depending on the ToolLibrary to sort the subdirs and tools for it. It also seems that reusing action names causes some problems. M plugins/externaltools/tools/windowactivatable.py commit d1fd126b1956326e7835080d26fffda56277869b Author: Garrett Regier Date: 2013-06-14 Remove all uses of map() and filter(), instead use list comprehensions Also, stop creating a pointless list just for str.join(). M plugins/externaltools/tools/library.py M plugins/snippets/snippets/completion.py M plugins/snippets/snippets/document.py M tools/generate-message.py commit 101979471f99c69c54a541c189db9113037f8288 Author: Garrett Regier Date: 2013-06-14 Bug 697044 - Fix removing an external tool The code checks if the result with `not` which returns True for an iterator, but False for an empty list. M plugins/externaltools/tools/manager.py commit 46f1b11bfa503803f9938510bb76e4be77aed0ba Author: Garrett Regier Date: 2013-06-14 Bug 698501 - Fix sorting files in file browser Hidden files were always at the end which is not the expected behavior and conflicts with the behavior of nautilus. If one does not wish to see hidden files they should instead use the filter. M plugins/filebrowser/gedit-file-browser-store.c commit 4c659efe4fe479b1bcb29523e9f045ff2e02bde4 Author: Garrett Regier Date: 2013-06-14 Bug 697251 - Alt+Home should go to home directory M plugins/filebrowser/gedit-file-browser-widget.c commit 9183a27d40b72e73b8ee1fe83f56b4e5326dae62 Author: Garrett Regier Date: 2013-06-12 Fix activating browser actions in the file browser plugin M plugins/filebrowser/gedit-file-browser-widget.c commit 661b8d682ebb92ea3289ce9b961d6888815d07e3 Author: Garrett Regier Date: 2013-06-12 Only check for python when python is enabled M configure.ac commit 7ea45bdc7212d4c88325be8abd0bc721f0b7c378 Author: Daniel Mustieles Date: 2013-06-13 Updated Spanish translation M help/es/es.po commit 6e3bdf54fb3da6ade315f9595b59e3b1de3e8198 Author: Sébastien Wilmet Date: 2013-06-09 Revert "Add FIXME comment for a potential memory leak" This reverts commit 5ebe29c84d73c6f53b034b2f0f533f6f474e0556. I didn't see that the destroy signal is connected to free the struct. M plugins/time/gedit-time-plugin.c commit fa2dd0816299ba8fa0522771339a5ef5d3edb714 Author: Benjamin Steinwender Date: 2013-06-09 Updated German translation M po/de.po commit 5ebe29c84d73c6f53b034b2f0f533f6f474e0556 Author: Sébastien Wilmet Date: 2013-06-09 Add FIXME comment for a potential memory leak M plugins/time/gedit-time-plugin.c commit 53ca4b9b7ac86e7ef93f0abb1c78a6010c45ee37 Author: Ignacio Casal Quinteiro Date: 2013-06-08 Select language on highlight mode dialog M gedit/gedit-commands-view.c M gedit/gedit-highlight-mode-dialog.c M gedit/gedit-highlight-mode-dialog.h commit 6251bd97ad13281ca7c4f5d5f79ba450e0b22c81 Author: Shobha Tyagi Date: 2013-06-02 Add help for the Zeitgeist plugin, bug 697129 A help/C/gedit-plugins-zeitgeist-dataprovider.page M help/Makefile.am commit 0967523c5257b9704175096c162d35301b79dc42 Author: Dimitris Spingos Date: 2013-06-06 Updated Greek translation M po/el.po commit 75d5f6524e02df0b1f3983b0fb455364d4b526c4 Author: Sandeep Sheshrao Shedmake Date: 2013-06-05 Updated Marathi Translations M po/mr.po commit 6237a2eb208da3934605c381b0a537dcab3f54b0 Author: Marek Černocký Date: 2013-06-04 Updated Czeach translation M po/cs.po commit 327221676148edfea3492a487c97a338319e86f5 Author: Akom Chotiphantawanon Date: 2013-06-04 Updated Thai translation. M po/th.po