commit 14af58293f2cc93bbe86ef7e399c1c9aa303cc8a Author: Jim Campbell Date: 2011-10-15 Initial drafting of gedit-plugins-commander.page.stub M help/C/gedit-plugins-commander.page.stub commit b9e2b5ae124c74b0d2f9be5c35c974f0f1722487 Author: Jim Campbell Date: 2011-10-14 Wrote the help file for the bookmarks plugin. Converted to page from stub. A help/C/gedit-plugins-bookmarks.page D help/C/gedit-plugins-bookmarks.page.stub commit b18872b3e5833bd18cb27618d38caae6903397ac Author: Ignacio Casal Quinteiro Date: 2011-10-13 snippets: also update it for cpp lang M plugins/snippets/data/cpp.xml commit 586cf736ff3635dd529bb865e05a5f395dc70cba Author: Ignacio Casal Quinteiro Date: 2011-10-13 snippets: update fsf address M plugins/snippets/data/c.xml M plugins/snippets/data/chdr.xml commit 9f6ea03608f6afc216bec243249d7fb170ff0b6d Author: Ignacio Casal Quinteiro Date: 2011-10-11 snippets: let the default handler manage the position of the completion window. For some reason when we return the iter of the place of where the window should be placed we get a warning that the iter is invalid. pygobject bug? maybe the annotation should be inout? M plugins/snippets/snippets/completion.py commit 6718dea9024b1c03c95eec905fb4e18001c1aba4 Author: Ignacio Casal Quinteiro Date: 2011-10-10 snippets: add the iter property to the message bus. This was fixed in pygobject so we can add this feature back. M plugins/snippets/snippets/windowactivatable.py commit 1932ad7233b997bd35eeba0fee5cb5555626e66a Author: Ignacio Casal Quinteiro Date: 2011-10-10 externaltools: fix help visualization M plugins/externaltools/tools/manager.py M plugins/externaltools/tools/tools.ui commit d5ecf90337f40ffa3e1320e7c0c282ad8f0bd9e1 Author: Ignacio Casal Quinteiro Date: 2011-10-10 externaltools: update menuitems when something changes in the manager. M plugins/externaltools/tools/manager.py M plugins/externaltools/tools/windowactivatable.py commit 6c77932b4a62db6a7f8e1b6612bd7a0f28b707fb Author: Ignacio Casal Quinteiro Date: 2011-10-10 Fix python regex, usually it has a , at the end but it may not have it. https://bugzilla.gnome.org/show_bug.cgi?id=658000 M plugins/externaltools/tools/linkparsing.py M plugins/externaltools/tools/linkparsing_test.py commit 9f102d29b3cd57efe34d427e19651002c2cd962c Author: Ignacio Casal Quinteiro Date: 2011-10-09 externaltools: Fix link parsing for gcc output. New gcc compilers add column information, if this is the case this info is taken into account and passed to the loaded file. Kudos to Paolo Borelli for helping on fixing this too. M plugins/externaltools/tools/linkparsing.py M plugins/externaltools/tools/linkparsing_test.py M plugins/externaltools/tools/outputpanel.py commit 6833d5da67daa038c8455d67c3d1c7a236ebf25f Author: Ignacio Casal Quinteiro Date: 2011-10-09 tools: connect the button-press-event signal manually. For some reason this signal is not getting emitted unless I change it to connect it manually. M plugins/externaltools/tools/outputpanel.py M plugins/externaltools/tools/outputpanel.ui commit 18fa6dd3a8f03758bae1bb4748aecc5d0903342a Author: Kristjan SCHMIDT Date: 2011-10-09 Updated Esperanto translation M po/eo.po commit 5ffa0457100c6135e4764d1fb6221543f6f4278d Author: Ignacio Casal Quinteiro Date: 2011-10-08 Add gedit_utils_get_ui_objects_with_translation_domain. This is needed for C plugins that are not contained in the gedit module. M gedit/gedit-utils.c M gedit/gedit-utils.h commit cb5829d81cd5a48e471ce526e3dd01842a80b703 Author: Ignacio Casal Quinteiro Date: 2011-10-07 tab: restore the cursor and scroll in an idle. The reason for this is that after the doc is loaded the text view is still working relocating so we wait until the text view give us some priority to actually scroll. M gedit/gedit-tab.c commit b6d8aa0a88be5e3c4eb4027c6db543e1859138da Author: Ignacio Casal Quinteiro Date: 2011-10-04 snippets: Add ids to mallard snippets M plugins/snippets/data/mallard.xml commit 378f9c8b122a4f4059dfec4cd68399e07c26ffa5 Author: Rudolfs Mazurs Date: 2011-10-03 Updated Latvian translation. M po/lv.po commit 1979aa14803f91d320285b9186389ccfb874a038 Author: Kenneth Nielsen Date: 2011-10-01 Update Danish translation of gedit M po/da.po commit e19c39e72c67e4c737db15bd42d153b7e778d8ff Author: Paolo Borelli Date: 2011-09-30 Use GtkGrid in the replace dialog. M gedit/dialogs/gedit-replace-dialog.c M gedit/dialogs/gedit-replace-dialog.ui commit 1ae30a3ba978ef30dcc119629b576089b0dd8192 Author: Ignacio Casal Quinteiro Date: 2011-09-30 snippets: use the right property M plugins/snippets/snippets/windowactivatable.py commit a11357f4d0a8a0e116d74f865ebb00c7f42e1c7e Author: Ignacio Casal Quinteiro Date: 2011-09-30 bump pygobject to 3.0.0 M configure.ac commit f5b10094eff898432d1e36d27dd4b364b15a16ee Author: Ignacio Casal Quinteiro Date: 2011-09-28 Update smclient M gedit/smclient/eggsmclient-xsmp.c commit 6e0505afa768a43e7d0cf16844b948ecdc5d7646 Author: Ignacio Casal Quinteiro Date: 2011-09-26 Release 3.2.0 M NEWS M README M configure.ac