diff options
author | Ken VanDine <ken.vandine@canonical.com> | 2011-08-18 16:41:15 -0400 |
---|---|---|
committer | Ken VanDine <ken.vandine@canonical.com> | 2011-08-18 16:41:15 -0400 |
commit | 823c619ac0fcc7dd8c18decd43562a3ac800b3f6 (patch) | |
tree | 09891ef401abbfbff429e9aef382a330e186c964 /ChangeLog | |
parent | 8b224a3afe8b206ad941dfc87b2c5a3b3e614613 (diff) | |
parent | 4cf539bab02a919d43dd5c370bdb0fab7a389a68 (diff) | |
download | ayatana-indicator-datetime-823c619ac0fcc7dd8c18decd43562a3ac800b3f6.tar.gz ayatana-indicator-datetime-823c619ac0fcc7dd8c18decd43562a3ac800b3f6.tar.bz2 ayatana-indicator-datetime-823c619ac0fcc7dd8c18decd43562a3ac800b3f6.zip |
New upstream release.
∘ Use cleaner GDateTime API
∘ Use locale preferred date format (LP: #729056)
∘ Use real ellipsis (LP: #621339)
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 41 |
1 files changed, 41 insertions, 0 deletions
@@ -1,5 +1,46 @@ # Generated by Makefile. Do not edit. +2011-08-18 Ted Gould <ted@gould.cx> + + 0.2.93 + +2011-08-17 Ted Gould <ted@gould.cx> + + Use cleaner gdatetime + +2011-08-17 Javier Jardón <javier.jardon@codethink.co.uk> + + Set the correct month number + + g_datetime_get_ymd() gets the Gregorian month number but + gtk_calendar_set_month() needs a value between [0,11] + +2011-08-16 Javier Jardón <javier.jardon@codethink.co.uk> + + Use the new GDateTime glib API to deal with time + +2011-08-17 Ted Gould <ted@gould.cx> + + Use locale prefered date format + +2011-08-16 Javier Jardón <javier.jardon@codethink.co.uk> + + Show the preferred date representation for the current locale + + Fixes https://bugs.launchpad.net/indicator-datetime/+bug/729056 + +2011-08-17 Ted Gould <ted@gould.cx> + + Fixing ellipsis to be true ellipsis + +2011-08-05 Jeremy Bicha <jbicha@ubuntu.com> + + Use real ellipsis (LP: #621339) + +2011-08-05 Jeremy Bicha <jbicha@ubuntu.com> + + Spell out "and" to match other System Settings panels + 2011-08-11 Ted Gould <ted@gould.cx> 0.2.92 |