commit cec792700af41e808ab23e1b4d5dab5de9feec64
Author: Garrett Regier <garrettregier@gmail.com>
Date:   2013-07-01

    Release 3.9.2

M	NEWS
M	README
M	configure.ac

commit 83665f0c86dbd2369ee6c30116fbc3f50a59b75e
Author: Garrett Regier <garrettregier@gmail.com>
Date:	2013-07-01

    Silence the new GTK+ deprecations as we cannot fix them now

    Many APIs which gedit requires are now deprecated.

    Also, fix files to correctly #include <config.h> which is required
    to silence the warnings.

M	configure.ac
M	gedit/gedit-settings.c
M
plugins/filebrowser/messages/gedit-file-browser-message-activation.c
M
plugins/filebrowser/messages/gedit-file-browser-message-add-context-item.c
M
plugins/filebrowser/messages/gedit-file-browser-message-add-filter.c
M	plugins/filebrowser/messages/gedit-file-browser-message-get-root.c
M	plugins/filebrowser/messages/gedit-file-browser-message-get-view.c
M
plugins/filebrowser/messages/gedit-file-browser-message-id-location.c
M	plugins/filebrowser/messages/gedit-file-browser-message-id.c
M
plugins/filebrowser/messages/gedit-file-browser-message-set-emblem.c
M
plugins/filebrowser/messages/gedit-file-browser-message-set-markup.c
M	plugins/filebrowser/messages/gedit-file-browser-message-set-root.c
M	tools/generate-message.py

commit c9562288e968b9a288fd8f69164081d4e5885e4a
Author: Daniel Mustieles <daniel.mustieles@gmail.com>
Date:	2013-07-01

    Updated Spanish translation

M	po/es.po

commit 5fbccd67ca44e282f88d6b88d075b12587b5ece9
Author: Garrett Regier <garrettregier@gmail.com>
Date:	2013-07-01

    Add "set_markup" method to the file browser

    This allows setting the actual text used to display the file.

M	plugins/filebrowser/Makefile.am
M	plugins/filebrowser/gedit-file-browser-messages.c
M	plugins/filebrowser/gedit-file-browser-store.c
M	plugins/filebrowser/gedit-file-browser-store.h
M	plugins/filebrowser/gedit-file-browser-view.c
M	plugins/filebrowser/messages.xml
A
plugins/filebrowser/messages/gedit-file-browser-message-set-markup.c
A
plugins/filebrowser/messages/gedit-file-browser-message-set-markup.h
M	plugins/filebrowser/messages/messages.h

commit 4b2e0e14ca66c9126b718d2ecb50a0c9d9ce12ad
Author: Garrett Regier <garrettregier@gmail.com>
Date:	2013-07-01

    Add a "name" property to the file browser's MessageIdLocation

    This is the display name for the location and will be useful
    when the display of the name can be changed.

M	plugins/filebrowser/gedit-file-browser-messages.c
M	plugins/filebrowser/messages.xml
M
plugins/filebrowser/messages/gedit-file-browser-message-id-location.c

commit a1c7addc098fa8539f1178405a4d7b13d9d9cce3
Author: Garrett Regier <garrettregier@gmail.com>
Date:	2013-07-01

    Allow passing a NULL emblem to set_emblem in the file browser

    Otherwise an emblem cannot be unset, also force the emblem's
    size to prevent it from being cut off.

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

commit f0454abbec92f34431bd59fd1e3da6ad346a000e
Author: Garrett Regier <garrettregier@gmail.com>
Date:	2013-07-01

    Do not parse .hidden in the file browser anymore

    Gio now does it for use since 2.36 and gedit already depends on 2.37.

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

commit d4fbe141660f211e773ad3c87a7e3811b6ab72b6
Author: Sébastien Wilmet <swilmet@gnome.org>
Date:	2013-07-01

    Remove dead code

M	gedit/gedit-commands.h

commit 1f3a52d50e2d8f86750d846690cd5d888d54b7c9
Author: Sébastien Wilmet <swilmet@gnome.org>
Date:	2013-07-01

    Replace dialog: remove the buttons from the private struct

    They are used nowhere in the code. What glues them with the code
    is the
    dialog response IDs.

M	gedit/gedit-replace-dialog.c

commit b4aafc7a199f975d8dbc9b5dd32fb6e0d05669a3
Author: Sébastien Wilmet <swilmet@gnome.org>
Date:	2013-07-01

    Fix search and replace action buttons

    When we clicked on the buttons in the search and replace dialog, the
    dialog became hidden, instead of doing the action (find, replace or
    replace all). The dialog response IDs were not present.

    glade also cleaned up a bit the .ui file.

M	gedit/gedit-replace-dialog.ui

commit 8512f9eef9d61ba52e08681f91821f26e3bed0b0
Author: Piotr Drąg <piotrdrag@gmail.com>
Date:	2013-06-30

    Updated POTFILES.in

M	po/POTFILES.in

commit 95fe80d017591e8083089abf902786151416be42
Author: Garrett Regier <garrettregier@gmail.com>
Date:	2013-06-30

    Fix typo

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

commit 7c5a12a037eafd9819b50803eebb8ad0123cbc24
Author: Garrett Regier <garrettregier@gmail.com>
Date:	2013-06-30

    Don't use deprecated stock and image menu item API

M	gedit/gedit-close-confirmation-dialog.c
M	gedit/gedit-io-error-info-bar.c
M	gedit/gedit-notebook-popup-menu.c
M	gedit/gedit-panel.c
M	gedit/gedit-progress-info-bar.c
M	gedit/gedit-statusbar.c
M	gedit/gedit-tab.c
M	gedit/gedit-utils.c
M	plugins/filebrowser/gedit-file-browser-plugin.c
M	plugins/filebrowser/gedit-file-browser-utils.c
M	plugins/filebrowser/gedit-file-browser-widget.c

commit 64f3427d674da920e0525cb7e0c409426df0dcd6
Author: Marek Černocký <marek@manet.cz>
Date:	2013-06-30

    Updated Czech translation

M	po/cs.po

commit b900092052d47ac2190b099c4877660963a87e9d
Author: Garrett Regier <garrettregier@gmail.com>
Date:	2013-06-29

    Bug 698592 - Add an "Always available" applicability to external tools

    This also fixes the tools menu so it does not display tools which are
    inapplicabile when all documents are closed.

M	plugins/externaltools/tools/manager.py
M	plugins/externaltools/tools/tools.ui
M	plugins/externaltools/tools/windowactivatable.py

commit 6b648a153ed167dfb25f56976f8241b498184c1d
Author: Marek Černocký <marek@manet.cz>
Date:	2013-06-28

    Updated Czech translation

M	po/cs.po

commit a58e143d29001a02eaee61c5fb33cf20e0d4b17c
Author: Sébastien Wilmet <swilmet@gnome.org>
Date:	2013-06-26

    ViewFrame: code clean-up

    - Use g_timeout_add_seconds().
    - In the private structure, have better types (knowing the exact
    type of
      a variable can be really useful. If it's a GtkWidget, we don't know
      exactly what kind of widget it is).
    - Simplify the code at several places.
    - Space-out the code at several places.
    - Add comments.
    - etc.

M	gedit/gedit-view-frame.c

commit ef5ed2e5717e65d878b657c55d064e2260d40fc0
Author: Ignacio Casal Quinteiro <icq@gnome.org>
Date:	2013-06-26

    notebook: remove leftover

M	gedit/gedit-notebook.c

commit c15b51bc7001895d72500040e87b6df947150d47
Author: Daniel Mustieles <daniel.mustieles@gmail.com>
Date:	2013-06-25

    Updated Spanish translation

M	po/es.po

commit ac5c8080d4fda60ff18a1079ad61b90b8c1d3855
Author: Garrett Regier <garrettregier@gmail.com>
Date:	2013-06-25

    Bug 703007 - Fix typo in file browser's binary-patterns setting

M
plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml.in.in

commit b70fb20c51bedcd96f4fa4a997ca949f7c8b4863
Author: Ignacio Casal Quinteiro <icq@gnome.org>
Date:	2013-06-24

    notebook: add a priv variable

M	gedit/gedit-notebook.c

commit 213ea87c423cd5e7c862c4478473d2e15db4a5be
Author: Kjartan Maraas <kmaraas@gnome.org>
Date:	2013-06-20

    Updated Norwegian bokmål translation

M	po/nb.po

commit 11c18e49f9ce974cccb64e1666b14d99f645b309
Author: Milo Casagrande <milo@ubuntu.com>
Date:	2013-06-19

    [l10n] Updated Italian translation.

M	po/it.po

commit 936a354b6007470428b61a875bd085f01e7f87a6
Author: Garrett Regier <garrettregier@gmail.com>
Date:	2013-06-18

    Bug 699312 - Default to a generic icon in the file browser

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

commit 4400072ed9f7711b31d5280e8ac49d40a5ad9b01
Author: Garrett Regier <garrettregier@gmail.com>
Date:	2013-06-18

    Bug 659437 - Only save modified documents in external tools

M	plugins/externaltools/tools/functions.py

commit d0127477a6ca0987f4af67e1a5db8cc059213500
Author: Garrett Regier <garrettregier@gmail.com>
Date:	2013-06-18

    Use the correct saving function in external tools

    Otherwise we bypass gedit's special handling for saving all docs.

M	plugins/externaltools/tools/functions.py

commit 7c178bf27a43d59cfcc1b2069224414f7b6f2c8b
Author: Garrett Regier <garrettregier@gmail.com>
Date:	2013-06-18

    Add myself to the authors list

M	AUTHORS
M	gedit/gedit-commands-help.c