diff options
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 |