diff options
author | Ted Gould <ted@gould.cx> | 2011-08-18 14:52:47 -0500 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2011-08-18 14:52:47 -0500 |
commit | 70ef2f0a626ffbb05b85874398ca2e7ce9058745 (patch) | |
tree | 307a5f0057746cb18a4f4aa63d42902dce5c85d5 /ChangeLog | |
parent | 9edb75b4d3cef35eead04e58293a92eaf0a5db42 (diff) | |
parent | 5298a3957ac3c81ff197a73e1f7986ead22818c2 (diff) | |
download | ayatana-indicator-datetime-70ef2f0a626ffbb05b85874398ca2e7ce9058745.tar.gz ayatana-indicator-datetime-70ef2f0a626ffbb05b85874398ca2e7ce9058745.tar.bz2 ayatana-indicator-datetime-70ef2f0a626ffbb05b85874398ca2e7ce9058745.zip |
Import upstream version 0.2.93
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 |