[gnome-calendar] Bump 3.19.91 release



commit 09b79e1cc8dcb166ca8df543d42e78be286975c7
Author: Georges Basile Stavracas Neto <georges stavracas gmail com>
Date:   Wed Mar 2 22:28:10 2016 -0300

    Bump 3.19.91 release

 NEWS                   |   26 ++++++++++++++++++++++++++
 configure.ac           |    2 +-
 src/gcal-application.c |    5 +++--
 3 files changed, 30 insertions(+), 3 deletions(-)
---
diff --git a/NEWS b/NEWS
index bacfab8..e8f2b76 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,29 @@
+Major changes in 3.19.91:
+* Updated translations for:
+    * Brazilian Portuguese (Fábio Nogueira)
+    * Catalan (Jordi Mas)
+    * Chinese (Taiwan) (Chao-Hsiung Liao)
+    * Czech (Marek Černocký)
+    * Dutch (hanniendu)
+    * Finnish (Jiri Grönroos)
+    * Galician (Fran Dieguez)
+    * German (Mario Blättermann)
+    * Greek (Tom Tryfonidis)
+    * Hebrew (Yosef Or Boczko)
+    * Hungarian (Balázs Meskó)
+    * Latvian (Rudolf Mazurs)
+    * Occitan (Cédric Valmary)
+    * Norwegian bokmål (Kjartan Maraas)
+    * Polish (Piotr Drag)
+    * Slovak (Dusan Kazik)
+    * Spanish (Daniel Mustieles)
+    * Ukrainian (Daniel Korostil)
+* Fixed tons of issues with timezones
+* Style fixes (Isaque Galdino)
+* Permanently remove the deleted event when closing the window
+* Show start time of event when it's a timed event
+
+
 Major changes in 3.19.90:
 * Updated translations for:
     * French (Alexandre Franke)
diff --git a/configure.ac b/configure.ac
index b8b69c6..862481b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,6 @@
 dnl -*- mode: m4 -*-
 AC_PREREQ([2.69])
-AC_INIT([gnome-calendar],[3.19.90],[http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-calendar],[gnome-calendar],[https://wiki.gnome.org/Apps/Calendar])
+AC_INIT([gnome-calendar],[3.19.91],[http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-calendar],[gnome-calendar],[https://wiki.gnome.org/Apps/Calendar])
 
 AC_CONFIG_HEADERS([config.h])
 AC_CONFIG_SRCDIR([src/main.c])
diff --git a/src/gcal-application.c b/src/gcal-application.c
index 1a6304c..723be69 100644
--- a/src/gcal-application.c
+++ b/src/gcal-application.c
@@ -452,6 +452,7 @@ gcal_application_show_about (GSimpleAction *simple,
   const gchar *authors[] = {
     "Erick Pérez Castellanos <erickpc gnome org>",
     "Georges Basile Stavracas Neto <georges stavracas gmail com>",
+    "Isaque Galdino <igaldino gmail com>",
     NULL
   };
   const gchar *artists[] = {
@@ -467,13 +468,13 @@ gcal_application_show_about (GSimpleAction *simple,
 
   if (g_date_time_get_year (date) == created_year)
     {
-      copyright = g_strdup_printf (_("Copyright \xC2\xA9 %Id "
+      copyright = g_strdup_printf (_("Copyright \xC2\xA9 %d "
                                      "The Calendar authors"),
                                    created_year);
     }
   else
     {
-      copyright = g_strdup_printf (_("Copyright \xC2\xA9 %Id\xE2\x80\x93%Id "
+      copyright = g_strdup_printf (_("Copyright \xC2\xA9 %d\xE2\x80\x93%d "
                                      "The Calendar authors"),
                                    created_year, g_date_time_get_year (date));
     }


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]