commit 8ba8885356505564a4bb01ad08b027a73cf0582b
Author: Juan Pablo Ugarte <juanpablougarte@gmail.com>
Date:   Mon Sep 16 17:18:22 2013 -0300

    Disabled select-multiple properties in GtkRecentAction and GtkRecentChooserMenu.
    They are not supported in these derived classes giving you a warning that make glade test fail.

 plugins/gtk+/gtk+.xml.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit d70c3ce11dd2f03ce6e7518db78d2aa93d5876ef
Author: Juan Pablo Ugarte <juanpablougarte@gmail.com>
Date:   Mon Sep 16 15:40:55 2013 -0300

    Fixed bug when copying a button with custom content.
    Custom widget was being replaced with a placeholder when syncing
    custom-child property.

 plugins/gtk+/glade-gtk-button.c | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

commit da561f30499da3e9ed97be2386ba6a2a993a6de7
Author: Juan Pablo Ugarte <juanpablougarte@gmail.com>
Date:   Mon Sep 16 14:28:54 2013 -0300

    Added extra check in glade_project_verify_signal_internal()
    because it the widget could not have an associated project.

 gladeui/glade-project.c | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

commit d013d66637140e64513d263e6c7fe983adb9df07
Author: Juan Pablo Ugarte <juanpablougarte@gmail.com>
Date:   Mon Sep 16 14:17:03 2013 -0300

    Added workaround for Bug 625867 "RadioButton information lost on cut+paste, add/remove parent, etc"

 gladeui/glade-widget.c | 9 +++++++--
 1 file changed, 7 insertions(+), 2 deletions(-)

commit e9afca7664f4a9e7f3bebe62498373a6a03feef0
Author: Juan Pablo Ugarte <juanpablougarte@gmail.com>
Date:   Sat Sep 14 18:11:59 2013 -0300

    Fixed glade_gtk_image_get_property() chainup. (was calling set_property)
    Fixes bug that prevented the runtime object to show the right pixbuf when copying a GtkImage.

 plugins/gtk+/glade-gtk-image.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit dd47302e9b125942ed780990336b1a045218e59a
Author: Juan Pablo Ugarte <juanpablougarte@gmail.com>
Date:   Sat Sep 14 03:55:52 2013 -0300

    Fixed Bug 679079 "Glade changes the "homogenous" packing property of toolbar buttons to "yes""

 plugins/gtk+/gtk+.xml.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit b4b825108cd7ff0aae01360f541a61919ee815bd
Author: Juan Pablo Ugarte <juanpablougarte@gmail.com>
Date:   Fri Sep 13 23:55:32 2013 -0300

    Improved pango text integer attributes editors.
    Make the spin button numeric and clear the attr if the new text is an empty string!
    
    This should be enough to close Bug 679006
    "The "size" attribute for labels only accepts integer values (not strings like "larger")"

 plugins/gtk+/glade-attributes.c | 13 ++++++++++++-
 1 file changed, 12 insertions(+), 1 deletion(-)

commit ebf8ef73649ea4d4a991e691c21a68f5735ed839
Author: Juan Pablo Ugarte <juanpablougarte@gmail.com>
Date:   Fri Sep 13 18:05:41 2013 -0300

    Fixed bug 643923 "Should not use markup for GtkFrame's label"
    
    Its better not to promote the use of markups since they do not fit well with
    themming. And its a failure point for translations.

 plugins/gtk+/glade-gtk-frame.c | 8 +-------
 1 file changed, 1 insertion(+), 7 deletions(-)

commit f7a9e665548fa52f751b86eac7376d37cd64718b
Author: Juan Pablo Ugarte <juanpablougarte@gmail.com>
Date:   Thu Sep 12 17:21:08 2013 -0300

    Fixed bug 584381 "Saving as an existing file name except the extension overwrites without confirmation."
    
    The problem was that if the selected filename did not had an extension we appended append a .glade extension
    but did not check if the new filename existed or not.
    Now we fixed this problem by selecting the file if it exist and running the dialog again, giving it a chance
    to promt the user about overwriting.

 src/glade-window.c | 63 ++++++++++++++++++++++++++++++++++++++----------------
 1 file changed, 44 insertions(+), 19 deletions(-)

commit 828a9f20dfe866f4f109f634db371a384c0def7a
Author: Juan Pablo Ugarte <juanpablougarte@gmail.com>
Date:   Wed Sep 11 18:45:56 2013 -0300

    Updated TODO

 TODO | 29 +++++++++--------------------
 1 file changed, 9 insertions(+), 20 deletions(-)

commit eac22ef55c6a7dae84582884b2e91d0a0c0527c0
Author: Juan Pablo Ugarte <juanpablougarte@gmail.com>
Date:   Wed Sep 11 18:05:26 2013 -0300

    Fixed selection bug exposed by Bug #652655 fix.
    
    We made Project selection restoration more robust by saving a list of selected
    objects before rebuilding one of them and clearing it after the rebuild and
    just before restoring the selection.
    
    We still have a minor but obscure bug where the property editor of the
    construct only property does not work after rebuilding the object unless
    the move is moved out of the widget.
    
    This really shows why we need to split model data from runtime objects!

 gladeui/glade-widget.c | 47 ++++++++++++++++++++++++++++++-----------------
 1 file changed, 30 insertions(+), 17 deletions(-)

commit 0119bf2dead490d2f763794fb169682a21195fa4
Author: Juan Pablo Ugarte <juanpablougarte@gmail.com>
Date:   Wed Sep 11 16:12:59 2013 -0300

    glade_project_remove_object() check if object has a GladeWidget first since its cheaper
    and issue a warning if we have an object in the project without a GladeWidget.

 gladeui/glade-project.c | 18 ++++++++++++++----
 1 file changed, 14 insertions(+), 4 deletions(-)

commit edc0aa2368f9eda676d9ff1f33900bc5a7159b4b
Author: Juan Pablo Ugarte <juanpablougarte@gmail.com>
Date:   Mon Sep 9 17:25:51 2013 -0300

    Fixed Bug 652655 "Setting entry on combobox moves the widget"

 plugins/gtk+/glade-gtk-box.c | 3 +++
 1 file changed, 3 insertions(+)

commit af0d155c62cb914436c39efe254415fa4916ca3a
Author: Juan Pablo Ugarte <juanpablougarte@gmail.com>
Date:   Mon Sep 9 17:24:58 2013 -0300

    Push superuser state at the begining of glade_widget_rebuild() and pop it at the end.

 gladeui/glade-widget.c | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

commit 18685d41ac33ccc1c21d8e882c316e3f365c3976
Author: Juan Pablo Ugarte <juanpablougarte@gmail.com>
Date:   Fri Sep 6 16:23:06 2013 -0300

    Added executable check after make install

 build/mingw-w64/nsis_make_installer.sh | 5 +++++
 1 file changed, 5 insertions(+)

commit f84e5bad3dd152cf68ddd7b8c7783828bf017fba
Author: Juan Pablo Ugarte <juanpablougarte@gmail.com>
Date:   Sat Aug 31 20:59:04 2013 -0300

    Updated information

 HACKING | 30 +++++++++++++++---------------
 1 file changed, 15 insertions(+), 15 deletions(-)

commit 1440292c2eefafe0ae93f430cd50a13aafd6b7e5
Author: Andika Triwidada <andika@gmail.com>
Date:   Sun Sep 15 10:55:29 2013 +0700

    Updated Indonesian translation

 po/id.po | 2313 +++++++++++++++++++++++++++++++++++---------------------------
 1 file changed, 1317 insertions(+), 996 deletions(-)

commit a1b93fdcde853eea3a7c974faf43a416468a0b78
Author: Changwoo Ryu <cwryu@debian.org>
Date:   Sat Sep 14 02:40:17 2013 +0900

    Updated Korean translation

 po/ko.po | 4922 ++++++++++++++++++++++++++++++++++++++++----------------------
 1 file changed, 3167 insertions(+), 1755 deletions(-)

commit a4b149f8e59e9fc60dcb8590f4a18769baa017f5
Author: Alexandre Franke <alexandre.franke@gmail.com>
Date:   Fri Sep 13 17:08:01 2013 +0200

    Update French translation

 po/fr.po | 6418 ++++++++++++++++++++++++++++++++++++++++----------------------
 1 file changed, 4109 insertions(+), 2309 deletions(-)

commit 80e8c992b75c20e11d6d5b86a0f33a890d9a0fb3
Author: Bruce Cowan <bruce@bcowan.me.uk>
Date:   Thu Sep 12 14:14:26 2013 +0100

    Updated British English translation

 po/en_GB.po | 5044 ++++++++++++++++++++++++++++++++++++++---------------------
 1 file changed, 3234 insertions(+), 1810 deletions(-)

commit 50d35188474a1dbcf02d3f5441e1984062a624cf
Author: Matej Urbančič <mateju@svn.gnome.org>
Date:   Wed Sep 11 21:38:31 2013 +0200

    Updated Slovenian translation

 po/sl.po | 126 ++++++++++++++++++++++++---------------------------------------
 1 file changed, 47 insertions(+), 79 deletions(-)

commit 2d1100bb005acaf988d8f3112b021ed719d56e73
Author: Milo Casagrande <milo@ubuntu.com>
Date:   Tue Sep 10 21:26:20 2013 +0200

    [l10n] Updated Italian translation.

 po/it.po | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

commit 264381c52bdbc88f52c00c9918fba916b97a3077
Author: Marek Černocký <marek@manet.cz>
Date:   Tue Sep 10 20:08:41 2013 +0200

    Updated Czech translation

 po/cs.po | 2280 +++++++++++++++++++++++++++++++++++---------------------------
 1 file changed, 1299 insertions(+), 981 deletions(-)

commit 6a850d3c0ef176373533459458d1908eb44701dd
Author: Milo Casagrande <milo@ubuntu.com>
Date:   Sat Sep 7 19:25:21 2013 +0200

    [l10n] Updated Italian translation.

 po/it.po | 18 +++++++++---------
 1 file changed, 9 insertions(+), 9 deletions(-)

commit 8db469bc369e91ae46c235a0cc586cf1ba5732f6
Author: Milo Casagrande <milo@ubuntu.com>
Date:   Fri Sep 6 13:45:51 2013 +0200

    [l10n] Updated Italian translation.

 po/it.po | 4874 ++++++++++++++++++++++++++++++++++++++++----------------------
 1 file changed, 3146 insertions(+), 1728 deletions(-)

commit d80c50d5a887f35ff123ac0c19e055a9539ced7a
Author: Chao-Hsiung Liao <j_h_liau@yahoo.com.tw>
Date:   Fri Sep 6 16:20:09 2013 +0800

    Updated Traditional Chinese translation(Hong Kong and Taiwan)

 po/zh_HK.po | 40 ++++++++++++++++++++--------------------
 po/zh_TW.po | 40 ++++++++++++++++++++--------------------
 2 files changed, 40 insertions(+), 40 deletions(-)

commit 7a5a621040b0582773ac9834b7c10587de7f05f8
Author: Juan Pablo Ugarte <juanpablougarte@gmail.com>
Date:   Wed Sep 4 17:25:54 2013 -0300

    Initialization cleanup, return if pygobject init fails

 plugins/python/glade-python.c | 24 +++++++++++++-----------
 1 file changed, 13 insertions(+), 11 deletions(-)

commit aecd58908ef2617351b3f34f0cdf363b8b763f7a
Author: Juan Pablo Ugarte <juanpablougarte@gmail.com>
Date:   Wed Sep 4 17:03:35 2013 -0300

    Fixed Bug 706304 "Python plugin broken by over-zealous version check"
    Bumped pygobject version to 3.8.0 (stable serie) because pygobject_init()
    does not like the old development version 2.90.4

 configure.ac | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

commit a8a3611e33495dadc0279aa263eea04d154d3b9d
Author: Juan Pablo Ugarte <juanpablougarte@gmail.com>
Date:   Wed Sep 4 17:02:09 2013 -0300

    Fixed regresion introduced when implemented GladeWindow as a composite widget.
    I forgot to move catalog paths initialization to glade_window_init()

 src/glade-window.c | 20 ++++++++++----------
 1 file changed, 10 insertions(+), 10 deletions(-)

commit 4659ed51420a63d64ccebed73dc6ccae851fb0bd
Author: Juan Pablo Ugarte <juanpablougarte@gmail.com>
Date:   Mon Sep 2 16:28:52 2013 -0300

    Rolling 3.15.3

 NEWS         | 20 ++++++++++++++++++++
 configure.ac |  8 ++++----
 2 files changed, 24 insertions(+), 4 deletions(-)