commit 3340f587d9da1ffc780e56b45097aa9773447db6
Author: Georges Basile Stavracas Neto <georges.stavracas@gmail.com>
Date:   Wed Aug 31 17:21:12 2016 -0300

    edit-dialog: initially assume 24h format
    
    The current code assumes the code is 12h format
    when the UI is initially assumed to be 24h, causing
    the AM/PM selector to be hidden when it should be
    visible.
    
    Fix that by assuming 24h initially.

 src/gcal-edit-dialog.c | 1 +
 1 file changed, 1 insertion(+)

commit 2c9fd0527cae1d4986350843bb8568d648b839be
Author: Georges Basile Stavracas Neto <georges.stavracas@gmail.com>
Date:   Wed Jun 29 23:59:23 2016 -0300

    window: avoid a crashing timeout
    
    If the user quickly performs a search, open up the calendar
    and close it immediately after, the timeout for showing the
    event is mistakenly called after the window is destroyed and
    causes Calendar to crash.
    
    Fix that by keeping the source id tracked, and realizing it
    on finalize().

 src/gcal-window.c | 22 ++++++++++++++++------
 1 file changed, 16 insertions(+), 6 deletions(-)

commit 56dd308512ed170d827a0dea4eea638ecccb078d
Author: Georges Basile Stavracas Neto <georges.stavracas@gmail.com>
Date:   Wed Jun 29 23:57:00 2016 -0300

    manager: keep the Shell's activated event alive
    
    Currently, the user performs a search in Shell and activates
    the result. That should show the edit dialog with the event
    being edited, but it's not happening correctly.
    
    Debugging the warnings generated, it was found that the event
    was being unref()d and, obviously, that was not what we wanted.
    
    Fix that by only unref()ing the events we don't want, and keeping
    the wanted event alive.

 src/gcal-manager.c | 9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)

commit ce49adcf41039df1e96c295a56ac65f838e20165
Author: Andika Triwidada <atriwidada@gnome.org>
Date:   Wed Jun 29 23:05:59 2016 +0000

    Updated Indonesian translation

 po/id.po | 624 +++++++++++++++++++++++++++++++++++++++++++++------------------
 1 file changed, 451 insertions(+), 173 deletions(-)

commit b87dacd5b12b127c896d52f1661629314f2085ef
Author: Akom Chotiphantawanon <knight2000@gmail.com>
Date:   Mon May 23 14:36:43 2016 +0700

    Updated Thai translation

 po/th.po | 307 ++++++++++++++++++++++++++++++++++++++++++---------------------
 1 file changed, 206 insertions(+), 101 deletions(-)

commit e2fd6e4242ecef381c64798d2d4295755214c1c3
Author: Georges Basile Stavracas Neto <georges.stavracas@gmail.com>
Date:   Sat May 21 17:34:26 2016 -0300

    subscriber-view: iter the single day table
    
    When we modify an event, the start date may change
    and there is no way to retrieve it back. Since we're
    relying on the start date to get the cell number and,
    remove the widget, it leads to a crash because the
    widget is not removed.
    
    Fix that by brute-forcely search the widget in the
    correct table.

 src/gcal-subscriber-view.c | 50 ++++++++++++++++++++++++++++++++++++++--------
 1 file changed, 42 insertions(+), 8 deletions(-)

commit 474cc2e455894e359ab73f1394c7860f48c4a840
Author: Georges Basile Stavracas Neto <georges.stavracas@gmail.com>
Date:   Sat May 21 10:21:20 2016 -0300

    trivial: style fix

 src/gcal-event-widget.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 05406537bc9825282671ca1f11ef620d9d866996
Author: Sveinn í Felli <sv1@fellsnet.is>
Date:   Sun May 15 13:54:20 2016 +0000

    Updated Icelandic translation

 po/is.po | 344 +++++++++++++++++++++++++++++++++++++++++----------------------
 1 file changed, 226 insertions(+), 118 deletions(-)

commit 7b6dc221db4b0d929863795c41044d0ea0695320
Author: René Manassé GALEKWA <renemanasse@gmail.com>
Date:   Tue May 10 11:52:52 2016 +0000

    Added Lingala translation

 po/LINGUAS |   1 +
 po/ln.po   | 553 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 554 insertions(+)

commit 1c5cd1f30633e8522f1b29cf47ae42b39b9b74fc
Author: Georges Basile Stavracas Neto <georges.stavracas@gmail.com>
Date:   Sun May 8 18:52:03 2016 -0300

    Bump 3.20.2 release

 NEWS         | 9 +++++++++
 configure.ac | 2 +-
 2 files changed, 10 insertions(+), 1 deletion(-)