commit 1f9ed3a1dd448e220f2e57e86d811318f8e08650 Author: Ignacio Casal Quinteiro Date: 2009-06-21 release 2.27.2 M NEWS M README M configure.ac commit fcae337dfd1292ef1f13f2f3db86740a5bcd676a Author: Ignacio Casal Quinteiro Date: 2009-06-21 Fix plugins distcheck. M configure.ac M plugins/Makefile.am commit 650971fe2302a099d506c5d486fdb6a6e5e76ecf Author: Ignacio Casal Quinteiro Date: 2009-06-21 Remove gedit-message-area from docs. Now that gedit-message-area is optional the docs have to be removed. M docs/reference/Makefile.am M docs/reference/gedit-docs.sgml M docs/reference/gedit-sections.txt M docs/reference/gedit.types M docs/reference/tmpl/gedit-unused.sgml commit 82bcc956ecd82efc221ecd11acdd2e24ab2a2536 Author: Jorge Gonzalez Date: 2009-06-21 Updated Spanish translation M po/es.po commit cda3fddaff08172b790f52fe34f7273f416116a2 Author: Ignacio Casal Quinteiro Date: 2009-06-20 Update POTFILES M po/POTFILES.in M po/POTFILES.skip commit b7e37fa32253324a6408e999c9a978a1c93f3496 Author: Ignacio Casal Quinteiro Date: 2009-06-20 Add check update plugin. This plugin provides a way to check on win32 or mac osx if there is a new release. M configure.ac M data/Makefile.am R099 data/gedit.schemas.in data/gedit.schemas.in.in M plugins/Makefile.am A plugins/checkupdate/Makefile.am A plugins/checkupdate/checkupdate.gedit-plugin.desktop.in A plugins/checkupdate/gedit-check-update-plugin.c A plugins/checkupdate/gedit-check-update-plugin.h commit 57cbc3cef035859e739703b32d4809c5652cf306 Author: Ignacio Casal Quinteiro Date: 2009-06-18 Update the message of doom M message-of-doom commit e827e1c01de4d58017f40e4e7848a303e575a52c Author: Ignacio Casal Quinteiro Date: 2009-06-18 Show the message of doom M configure.ac commit d4ead5e444d38775157b9e49b0d58f6e1e7e9f3a Author: Ignacio Casal Quinteiro Date: 2009-06-17 When opeing gedit from console on win32 visualize the stdout. M gedit/gedit.c commit 0b738c5229fde62a5f52fae785e1c25a6e6c1a3d Author: Gil Forcada Date: 2009-06-14 Minor fix to Catalan translation M po/ca.po commit 5c2e391238fff919c8449ea139e675a4dbcd3b76 Author: Ignacio Casal Quinteiro Date: 2009-06-13 Add gedit-message-area as public api. This was already public api but with the infobar patch I removed it by mistake. M gedit/Makefile.am commit b0b7a86205dfde2081e0b22de77a3811b9e33893 Author: Jesse van den Kieboom Date: 2009-06-13 Set initial external tool text not undoable M plugins/externaltools/tools/manager.py commit 7a5c1c261a61009b6a4ab4940d912b30889ab141 Author: Ignacio Casal Quinteiro Date: 2009-06-06 Use gtkinfobar in case we have gtk+ >= 2.17.1 M configure.ac M gedit/Makefile.am M gedit/gedit-io-error-message-area.c M gedit/gedit-progress-message-area.c M gedit/gedit-progress-message-area.h M gedit/gedit-tab.c commit d11b28ee6e977b0a5b57ccd8ad2541bc4fb4560c Author: Ignacio Casal Quinteiro Date: 2009-06-10 Remember the search dialog position. Remember the search dialog position for the current window. (Fixes bug #165267). M gedit/dialogs/gedit-search-dialog.c M gedit/gedit-commands-search.c commit 30f824352b3a9165f44f867973f4f6fa673cc5d7 Author: Kjartan Maraas Date: 2009-06-10 Updated Norwegian bokmål translation. M po/nb.po commit 28052e18a60ec5c83a4c059d8f326dceb36b665a Author: Paolo Borelli Date: 2009-06-08 gedit-commands header is public M gedit/Makefile.am commit 92d642191efe674cc336f47f783eb9fc156a29f5 Author: Paolo Borelli Date: 2009-06-08 Avoid sync stat for the icon of remote bookmarks For remote bookmarks we use the generic folder icon instead of performing a sync get_info otherwise we may block during startup waiting gvfs mounts. Fixes bug #582443. M plugins/filebrowser/gedit-file-bookmarks-store.c commit e4d4750d43557218d44a0475c2e1b7d8cda7e58d Author: Jorge Gonzalez Date: 2009-06-07 Updated Spanish translation M po/es.po commit d39551315985319b413dedd3e3336470cc98c6cc Author: Ignacio Casal Quinteiro Date: 2009-06-06 Add translator comments. M gedit/gedit-commands-search.c commit 8ef1dfdc39c152b6bdc106c533c8c2e4d297e775 Author: Ignacio Casal Quinteiro Date: 2009-06-06 Remove the use of "Phrase" when searching. Remove the word "Phrase" and use "%s" instead to visualized what it was searched. (Fixes bug #572901). M gedit/gedit-commands-search.c M gedit/gedit-utils.c M gedit/gedit-utils.h commit 80a35dfb1f74f9bb8edeabb32e086affe0c097ca Author: Ivar Smolin Date: 2009-06-03 Updating Estonian translation M po/et.po commit 4c7f050c2f9324a4b450128849948589f7bae8f8 Author: Praveen Arimbrathodiyil Date: 2009-06-02 Malayalam translation updated M po/ml.po commit 85d532cf11637d2e5dedaef353971315f951d0d4 Author: Paolo Borelli Date: 2009-06-02 Do not append the final endline for empty files M gedit/gedit-document-saver.c M gedit/gedit-gio-document-saver.c commit 2c6ca9cba9a69c6a6e351db04c65461766fde8a9 Author: Praveen Arimbrathodiyil Date: 2009-06-01 Malayalam translation corrections M po/ml.po commit 470f1cc62b5673f598a84a1e8b9098378319a12a Author: Praveen Arimbrathodiyil Date: 2009-06-01 Malayalam translation updated M po/ml.po commit c5aab1fda7cef9caaebc4279c3948dae38a26780 Author: Ignacio Casal Quinteiro Date: 2009-05-30 Snippet insertion should be not undoable. Snippet insertion should be not undoable. (Fixes bug #584288). M plugins/snippets/snippets/Manager.py commit 34093e0435f08f5727b472b2195fb1090ebe7928 Author: Ignacio Casal Quinteiro Date: 2009-05-30 Do not use deprecated gtk.Tooltips. M plugins/snippets/snippets/Manager.py commit 6d6923d2005d145d52a57bfab11556d4b24ebb22 Author: Ask H. Larsen Date: 2009-05-30 Updated Danish translation M po/da.po commit bba4279f7db04364a5bca64c4946a23a6913de78 Author: Ignacio Casal Quinteiro Date: 2009-05-29 Show the help on windows. Show the help on windows on library.gnome.org. M gedit/gedit-help.c commit bc23a9a2250ca5a16d98c0beee453032b7e7d0bf Author: dooteo Date: 2009-05-28 Updated Basque language M po/eu.po commit 8f1324a9f72a0bbbf9fcdd1e6b8578dfb3c648e6 Author: Ignacio Casal Quinteiro Date: 2009-05-28 Hide the fullscreen control when minimizing gedit. Hide the fullscreen control when you change from workspace or when you minimize gedit. (Fixes #584017) M gedit/gedit-window.c