commit 422678d12613af7bbc0ed3a762ae79774a282ce2 Author: Jesse van den Kieboom Date: 2009-11-14 Make sure to update accelerator state properly M plugins/externaltools/tools/manager.py commit c66958ad0bbbc66908da6f53975dcf28872664a2 Author: Jesse van den Kieboom Date: 2009-11-15 Fix single click behavior when item is selected for file browser view M plugins/filebrowser/gedit-file-browser-view.c commit 67b02d5bc99b5afed07c82c009ac4e2facc0b941 Author: Travis Fickett Date: 2009-10-22 Select item on cursor when right clicking in file browser view This fixes bug #598212 M plugins/filebrowser/gedit-file-browser-widget.c commit c2edfd47af2997e69e2b2bd91147054097ded7c0 Author: Jesse van den Kieboom Date: 2009-11-15 Order hidden files after normal files (fixes bug #599949) M plugins/filebrowser/gedit-file-browser-store.c commit 20d81f003982aad0a954fb5adcde4be84059b9ca Author: Jesse van den Kieboom Date: 2009-11-15 Fixed regression in restoring external tools manager window size M plugins/externaltools/tools/__init__.py M plugins/externaltools/tools/manager.py commit a9ce9d62b1c5a293a460cb39bab86bd583d2d934 Author: Jesse van den Kieboom Date: 2009-11-15 Fixed escaping literals for shell placeholder M plugins/snippets/snippets/Placeholder.py commit 2e87332b09b58f9c618934f1b688eb5b557fa332 Author: Ignacio Casal Quinteiro Date: 2009-10-29 Update git.mk from pango M git.mk commit 31f38849d431a32d4e001ca4a84c0021997afab7 Author: Jesse van den Kieboom Date: 2009-10-11 Grab focus on the view when activating a snippet M plugins/snippets/snippets/Document.py commit d8f483a84075cc6227e797a36fb01901b420c480 Author: Jesse van den Kieboom Date: 2009-10-11 Override setattr/getattr for gedit.Message to return message values By default, an attribute is now looked up in the message first before calling the default attribute handlers of python. This makes the message API a bit more pythonic (you can do message. instead of message.get_value()). M plugin-loaders/python/bindings/geditmessage.override commit 461172aaa936e6085f06b49defd60958e52cda79 Author: Jesse van den Kieboom Date: 2009-10-11 Bind gedit_document_set_uri in python Signed-off-by: Jesse van den Kieboom M plugin-loaders/python/bindings/gedit.defs commit 18d23bf0c742c090c01aca7a8aedf4aa2318b3e0 Author: Jesse van den Kieboom Date: 2009-11-28 Guard against spaces in path in osx launcher script M osx/launcher.sh commit c9befdfe2de0666721874f7f07a5d39c07198e3a Author: Nikos Charonitakis Date: 2009-11-23 Updated Greek translation M po/el.po commit 15ed822be542350cc47ecdf607788ece9941e830 Author: Nikos Charonitakis Date: 2009-11-23 Updated Greek translation M po/el.po commit 20e2696a826b405c821f65d2a782eb757d9d37d6 Author: Paolo Borelli Date: 2009-11-20 Fix refcounting error in doc.get_search_text M plugin-loaders/python/bindings/gedit.override commit 4d9370e40e72c2f7005c9f2b6f1e0a0ccbde3e29 Author: Jesse van den Kieboom Date: 2009-11-15 Move FileClose to separate action group to manage it on OS X On OS X, File Close should be sensitive even if there are no tabs since it will then close the window (but not the app) OS X style M gedit/gedit-ui.h M gedit/gedit-window-private.h M gedit/gedit-window.c