diff options
author | Ted Gould <ted@gould.cx> | 2011-09-15 10:07:23 -0500 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2011-09-15 10:07:23 -0500 |
commit | 59a60d1e418b2ad975a58890e9e925f5a6f6e013 (patch) | |
tree | a68d772770adc264ce844a7061a3ee7c6120d3be /ChangeLog | |
parent | 70ef2f0a626ffbb05b85874398ca2e7ce9058745 (diff) | |
parent | d6580b428dacb69690def235fbdee1ed00d95b5f (diff) | |
download | ayatana-indicator-datetime-59a60d1e418b2ad975a58890e9e925f5a6f6e013.tar.gz ayatana-indicator-datetime-59a60d1e418b2ad975a58890e9e925f5a6f6e013.tar.bz2 ayatana-indicator-datetime-59a60d1e418b2ad975a58890e9e925f5a6f6e013.zip |
Import upstream version 0.2.94
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 131 |
1 files changed, 131 insertions, 0 deletions
@@ -1,5 +1,136 @@ # Generated by Makefile. Do not edit. +2011-09-15 Ted Gould <ted@gould.cx> + + 0.2.94 + +2011-09-15 Ted Gould <ted@gould.cx> + + Use the GNOME Wall Clock interface + +2011-09-05 Javier Jardón <javier.jardon@codethink.co.uk> + + indicator-datetime: Update the desktop schema when showing seconds + + As GnomeWallClock uses "clock-show-seconds" desktop key to update the current + time + +2011-09-05 Javier Jardón <javier.jardon@codethink.co.uk> + + indicator-datetime.c: Fix typo + +2011-09-05 Javier Jardón <javier.jardon@codethink.co.uk> + + datetime-service: Fix typo + +2011-09-05 Javier Jardón <javier.jardon@codethink.co.uk> + + indicator-datetime.c: Use GnomeWallClock instead of periodic timeout + + This class support changes in the timezone and notifications of clock skews + when using a recent version of Linux (using timerfds) + See https://bugzilla.gnome.org/show_bug.cgi?id=655129 + + Fixes https://bugs.launchpad.net/indicator-datetime/+bug/837440 + +2011-09-05 Javier Jardón <javier.jardon@codethink.co.uk> + + Bump gnome-desktop required version to 3.1.91 + + GnomeWallClock was added in this version + +2011-09-05 Javier Jardón <javier.jardon@codethink.co.uk> + + Use GnomeWallClock instead of periodic timeout + + This class support changes in the timezone and notifications of clock skews + when using a recent version of Linux (using timerfds) + See https://bugzilla.gnome.org/show_bug.cgi?id=655129 + + Fixes https://bugs.launchpad.net/indicator-datetime/+bug/837440 + +2011-09-15 Ted Gould <ted@gould.cx> + + Set the builder language before opening the file + +2011-09-09 Gabor Kelemen <kelemeng@gnome.hu> + + Set translation domain before the gtk_builder_add_from_file call. LP: #845473 + +2011-09-15 Ted Gould <ted@gould.cx> + + Update comments to discuss the new format options in glib + +2011-09-05 Javier Jardón <javier.jardon@codethink.co.uk> + + configure.ac: Bump glib required version + + This version of Glib supports all the strftime format specifiers + Fixes https://bugs.launchpad.net/indicator-datetime/+bug/775113 + +2011-09-02 Javier Jardón <javier.jardon@codethink.co.uk> + + Warning when the user use a date format not supported + + We are using the g_date_time_format () function and the format strings + understood by this function are a subset of the strftime() format language. + +2011-09-06 Ted Gould <ted@gould.cx> + + Some optimizations to the private pointers and a const + +2011-09-06 Javier Jardón <javier.jardon@codethink.co.uk> + + indicator-datetime.c: Use G_GNUC_CONST in the type declaration + +2011-09-06 Javier Jardón <javier.jardon@codethink.co.uk> + + indicator-datetime.c: Use private pointer instead GET_PRIV macro + +2011-09-06 Javier Jardón <javier.jardon@codethink.co.uk> + + timezone-completion: Use private pointer instead GET_PRIV macro + +2011-09-06 Ted Gould <ted@gould.cx> + + Remove unused code + +2011-09-06 Javier Jardón <javier.jardon@codethink.co.uk> + + Remove death code: calendar-menu-item + + We use IdoCalendarMenuItem nowadays + +2011-09-06 Ted Gould <ted@gould.cx> + + Checking for pow + +2011-09-06 Javier Jardón <javier.jardon@codethink.co.uk> + + configure.ac: Check for 'pow' in math library + +2011-09-01 Espen Wiborg <espenhw@grumblesmurf.org> + + Set default timezone on events + +2011-08-31 Ted Gould <ted@gould.cx> + + Remove visibility check so we can update the date before we're visible. + +2011-08-25 Javier Jardón <javier.jardon@codethink.co.uk> + + Update the date when open the indicator-datetime menu + + Fixes https://bugs.launchpad.net/indicator-datetime/+bug/793450 + +2011-08-31 Ted Gould <ted@gould.cx> + + Check for greeter mode to whether we should show Evolution options. + +2011-08-31 Michael Terry <michael.terry@canonical.com> + + disable evolution functionality when in greeter mode + 2011-08-18 Ted Gould <ted@gould.cx> 0.2.93 |