commit ebcfe976983e4c45e8a52167d857a987c7e86497
Author: Ignacio Casal Quinteiro <icq@gnome.org>
Date:   2011-06-30

    externaltools: fix event managing

M	plugins/externaltools/tools/manager.py

commit e483ab955254245bc828010081cf1b3f9f858e29
Author: Paolo Borelli <pborelli@gnome.org>
Date:	2011-06-26

    Fix slowdown when closing all tabs

    We were O^2 stupid: for each tab we were getting its position,
    which in
    turns requires walking the list of children and then we were removing
    the tab, which in turns requires gtk to re-walk the list of tabs
    to find
    the one we want to remove. Besides removing tabs starting from
    the first
    is bad for gtknotebook since even/odd css of each tab is recalculated
    over and over: we can remove tabs in reverse order.

M	gedit/gedit-notebook.c

commit e39946e1fd5ef0ebe03e38fc571dc734edf7dc89
Author: Ignacio Casal Quinteiro <icq@gnome.org>
Date:	2011-06-28

    snippets: use list_targets instead of direct access

M	plugins/snippets/snippets/document.py

commit 6fa28e0c5e822adfd1560fc26c417efdca1106e9
Author: Ignacio Casal Quinteiro <icq@gnome.org>
Date:	2011-06-25

    externaltools: be sure to have a menu when updating the state

M	plugins/externaltools/tools/windowactivatable.py

commit 90000697f19522eda0df2b61fa1bd8b904a4b137
Author: Мирослав Николић <miroslavnikolic@rocketmail.com>
Date:	2011-06-24

    Updated Serbian translation

M	po/sr.po
M	po/sr@latin.po

commit 5c8ab7cb8a1650ca2f9906a6e593bee662dc4655
Author: Mario Blättermann <mariobl@gnome.org>
Date:	2011-06-24

    [l10n] Updated German doc translation

M	help/de/de.po

commit 495a7db9e4d7d0ff24b44fe58fb4983573a2fb2e
Author: Ignacio Casal Quinteiro <icq@gnome.org>
Date:	2011-06-20

    snippets: use Gtk.MessageType.QUESTION intead of INFORMATION

M	plugins/snippets/snippets/manager.py

commit d688394f6cc3e6c0d3ff1e7d1c638b53ea370018
Author: Paolo Borelli <pborelli@gnome.org>
Date:	2011-06-18

    Revert "filebrowser: set toolbar style as primary"

    This reverts commit a76e832ea66e26a93a603af29da389b07e41659c.
    It was a test to see how it looks, but having two primary toolbars
    near
    each other does not look very good.

M	plugins/filebrowser/gedit-file-browser-widget.c

commit f6c5aa57c4afd6076869b95bb13b550d2389f40c
Author: Paolo Borelli <pborelli@gnome.org>
Date:	2011-06-18

    The user snippet dir may not exist yet

    Fixes bug #651938

M	plugins/snippets/snippets/importer.py

commit a00dd3d4da329eaee19c03c38f1b5e96e6fc39cc
Author: Ignacio Casal Quinteiro <icq@gnome.org>
Date:	2011-06-18

    filebrowser: set toolbar style as primary

M	plugins/filebrowser/gedit-file-browser-widget.c

commit 36af9d72f210ebe519078a6b35ce6cc62ab9200d
Author: José Aliste <jaliste@src.gnome.org>
Date:	2011-06-17

    filebrowser: fix crash on open_terminal action.

    The callback for the action expects a FileBrowserPlugin pointer.

M	plugins/filebrowser/gedit-file-browser-plugin.c

commit f63bfaf8d9564eb0ffe430e420ee248055e6faa9
Author: Ignacio Casal Quinteiro <icq@gnome.org>
Date:	2011-06-16

    Release 3.0.5

M	NEWS
M	README
M	configure.ac