commit 825bc540a9920fbf6b743d47eb4ba504ba974e5c
Author: Georges Basile Stavracas Neto <georges.stavracas@gmail.com>
Date:   Wed Apr 13 23:15:04 2016 -0300

    Bump 3.20.1 release

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

commit 1d931308dc756c6617c40df5b6d793a2a3f3d04a
Author: Georges Basile Stavracas Neto <georges.stavracas@gmail.com>
Date:   Wed Apr 13 22:57:54 2016 -0300

    year-view: check for desktop environment
    
    This is a work around the crash introduced when we
    started depending on a setting that is not our own.
    
    Since we can't do that anymore for 3.20, let's just
    check for the desktop environment and avoid the crash.

 src/gcal-year-view.c | 12 ++++++++----
 1 file changed, 8 insertions(+), 4 deletions(-)

commit e7563af8f7af4799da07cd5a6e0082d7417d79bf
Author: Isaque Galdino <igaldino@gmail.com>
Date:   Mon Apr 4 23:12:43 2016 -0300

    year-view: Multiple Columns
    
    Make year view more flexible being able to handle different number of
    columns.
    
    View was limited to only show months in a 4x3 grid which was causing
    issues when users were trying to use in different screens sizes.
    
    It was added code to implement a dynamic layout, so year view will
    adapt the number of months shown per row, depending on the view width.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=753533

 data/ui/year-view.ui | 34 +++++++++++++------
 src/gcal-year-view.c | 94 +++++++++++++++++++++++++++-------------------------
 2 files changed, 72 insertions(+), 56 deletions(-)

commit 7baaf1005dec7e4dce59facc4df11c698cb7a4c0
Author: fosero <fosero@users.noreply.github.com>
Date:   Mon Mar 28 18:10:00 2016 +0200

    window.ui: Don't destroy GcalSourceDialog on close.
    
    Since the change in d5cd6c7fc9fc0dc6e7d22927af983dfc908fe50b closing
    the source dialog actually destroyed it and could not be used again.
    
    Use gtk_widget_hide_on_delete to handle the delete-event.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=764280

 data/ui/window.ui | 1 +
 1 file changed, 1 insertion(+)

commit 701cf85c2a2dd5b09f1cb8eb4c8b891f55a32839
Author: Shi Jing <jingshi@ubuntukylin.com>
Date:   Wed Apr 6 21:41:42 2016 +0800

    Update zh_CN translation

 po/zh_CN.po | 615 +++++++++++++++++++++++++++++++++++++++++++-----------------
 1 file changed, 442 insertions(+), 173 deletions(-)

commit 34984759c46a806c5665bd999db285e85f812bb7
Author: Milo Casagrande <milo@ubuntu.com>
Date:   Mon Apr 4 19:26:29 2016 +0000

    Updated Italian translation

 po/it.po | 23 ++++++++++++-----------
 1 file changed, 12 insertions(+), 11 deletions(-)

commit d36bb37e35292c5fe90eab20547ef39e6bd1ff66
Author: Georges Basile Stavracas Neto <georges.stavracas@gmail.com>
Date:   Tue Mar 29 20:41:04 2016 -0300

    build: define ABOUT_NLS when configuring
    
    This fixes the various translation issues throughout
    Calendar.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=764333

 configure.ac | 3 +++
 1 file changed, 3 insertions(+)

commit 3ac7d8ee72adb4864bd435adff6043e1299b4b57
Author: Javier Sánchez Ochando <jsanchez@deskblue.com>
Date:   Sat Mar 26 11:57:44 2016 +0100

    window: make Today button insensitive when today is visible
    
    When a view shows the current day, the Today button should be insensitive.
    This patch makes today button sensitive only when today is not shown.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=747963

 src/gcal-window.c | 40 ++++++++++++++++++++++++++++++++++++++++
 1 file changed, 40 insertions(+)

commit c9ce2a93afa3ef068d5081fcfdf7b7d46fb78cb9
Author: pandusonu2 <pandu.sonu@yahoo.com>
Date:   Sun Mar 27 01:58:43 2016 +0530

    month-view: selection across months
    
    In this commit we change the data type of start_mark_cell and end_mark_cell to GDateTime from gint
    
    Currently, the mark_cell's are gint and while moving across months, they cause a problem as they don't take the new month into consideration but the cell value of the selector.
    
    To fix this, we changed the data type of the mark_cell's and modified all the functions dependant on it.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=763641

 src/gcal-month-view.c | 180 ++++++++++++++++++++++++++++++++------------------
 1 file changed, 115 insertions(+), 65 deletions(-)

commit 62ddce8c8a83991a8fe6afd9efc4a034b1801ed8
Author: Dušan Kazik <prescott66@gmail.com>
Date:   Sat Mar 26 10:17:29 2016 +0000

    Updated Slovak translation

 po/sk.po | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit ada1c886f6473ac46693ad79549e1fb97ca240d6
Author: Andreas Henriksson <andreas.henriksson@endian.se>
Date:   Fri Mar 25 08:13:16 2016 +0100

    build: Require GTK+ 3.19.1
    
    Code already uses new API gtk_widget_class_set_css_name which
    was introduced in that version.

 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit fee79f7f770fa7c2e8a30f6c4716025244286d25
Author: Cheng-Chia Tseng <>
Date:   Thu Mar 24 17:32:21 2016 +0000

    Updated Chinese (Taiwan) translation

 po/zh_TW.po | 43 +++++++++++++++++++++++++------------------
 1 file changed, 25 insertions(+), 18 deletions(-)

commit d07163e19a0e05153e1fb320cd7a52e6282fb25d
Author: Muhammet Kara <muhammetk@gmail.com>
Date:   Wed Mar 23 22:16:04 2016 +0000

    Updated Turkish translation

 po/tr.po | 314 ++++++++++++++++++++++++++++++++++++++++++---------------------
 1 file changed, 208 insertions(+), 106 deletions(-)

commit 40159114974a1955277a859c1bf07bfb5204be8f
Author: Inaki Larranaga Murgoitio <dooteo@zundan.com>
Date:   Wed Mar 23 13:41:53 2016 +0100

    Updated Basque language

 po/eu.po | 322 ++++++++++++++++++++++++++++++++++++++++-----------------------
 1 file changed, 207 insertions(+), 115 deletions(-)

commit a655d30777b50d2ca3e2395b4aaa1c450b20e1be
Author: Matej Urbančič <mateju@svn.gnome.org>
Date:   Tue Mar 22 22:26:32 2016 +0100

    Updated Slovenian translation

 po/sl.po | 23 +++++++++++++++--------
 1 file changed, 15 insertions(+), 8 deletions(-)

commit e7103b9e4116911d338c45f400b272d7baa12eac
Author: Daniel Korostil <ted.korostiled@gmail.com>
Date:   Tue Mar 22 22:14:50 2016 +0200

    Updated Ukrainian translation

 po/uk.po | 51 +++++++++++++++++++++++++++++++--------------------
 1 file changed, 31 insertions(+), 20 deletions(-)

commit 6f016d8adeecfa02ec9b6152555c05fb10bc7c21
Author: Dušan Kazik <prescott66@gmail.com>
Date:   Tue Mar 22 06:54:30 2016 +0000

    Updated Slovak translation

 po/sk.po | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit bb47350d345cc7bef12f6e87c818eb4be1fa1939
Author: Georges Basile Stavracas Neto <georges.stavracas@gmail.com>
Date:   Mon Mar 21 21:45:29 2016 -0300

    Bump 3.20.0 release

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