diff options
author | Ted Gould <ted@gould.cx> | 2011-04-07 13:22:08 -0500 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2011-04-07 13:22:08 -0500 |
commit | 8028b594369055a3d6ca6577009993d4cf2e58c1 (patch) | |
tree | 405542900c5ba445ad68550a145a4823e68c206a /ChangeLog | |
parent | 27c56bd90ab38a79d5eca970b7ba4dca2652c01a (diff) | |
parent | ab9c66b70627b1ed5843fabd7259d631acb8d116 (diff) | |
download | ayatana-indicator-datetime-8028b594369055a3d6ca6577009993d4cf2e58c1.tar.gz ayatana-indicator-datetime-8028b594369055a3d6ca6577009993d4cf2e58c1.tar.bz2 ayatana-indicator-datetime-8028b594369055a3d6ca6577009993d4cf2e58c1.zip |
New upstream release.
∘ Add language and proper distro version to geonames URL to allow
for proper server side fixes
∘ Give full day events the day name instead of a time
∘ Make sure the calendar follows the user setting (LP: #748772)
∘ Ensure that events handle month boundaries correctly (LP: #746713)
∘ Only show calendars the user has configured (LP: #729033)
∘ Reenable clicking on the timezone in the menu to set it.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 77 |
1 files changed, 77 insertions, 0 deletions
@@ -1,5 +1,82 @@ # Generated by Makefile. Do not edit. +2011-04-07 Ted Gould <ted@gould.cx> + + 0.2.2 + +2011-04-07 Ted Gould <ted@gould.cx> + + Set timezone from the menuitems in the indicator + +2011-04-07 Michael Terry <mike@mterry.name> + + when user clicks a timezone location, switch to that timezone (and support showing user's preferred name for the current timezone in the menu) + +2011-04-06 Ted Gould <ted@gould.cx> + + Adds language, country and version information to the URL + +2011-04-06 Michael Terry <mike@mterry.name> + + whoops, remove debug comment + +2011-04-06 Michael Terry <mike@mterry.name> + + pass locale to server; dynamically determine version + +2011-04-06 Ted Gould <ted@gould.cx> + + Adding support for making full day items just have the day name + +2011-04-05 Ted Gould <ted@gould.cx> + + Use gmtime for full day events. + +2011-04-05 Ted Gould <ted@gould.cx> + + Use stack memory instead of the global to avoid it getting modified + +2011-04-05 Ted Gould <ted@gould.cx> + + Pull the full day into a boolean and reformat + +2011-04-05 Ted Gould <ted@gould.cx> + + Translator comment + +2011-04-05 Ted Gould <ted@gould.cx> + + Detect a full day event and print it differently + +2011-04-04 Ted Gould <ted@gould.cx> + + Using GConf to find out which calendars are shown or not. + +2011-04-04 karl-qdh <karl@qdh.org.uk> + + Working patch! YAY + +2011-04-04 karl-qdh <karl@qdh.org.uk> + + Added a change which _could_ work if evolution URI's were correct, however local:system is not a valid URI, effectively this will stop showing all calendars right now + +2011-04-04 Ted Gould <ted@gould.cx> + + Ensure the calendar is correctly shown + +2011-04-03 Dylan McCall <dylanmccall@ubuntu.com> + + Follow show-calendar setting regardless of whether Evolution is present (LP: #748772) + Visibility of upcoming events is no longer tied to show-calendar setting. + +2011-04-04 Ted Gould <ted@gould.cx> + + Making it so that months boundries can't block our events. + +2011-04-01 karl-qdh <karl@qdh.org.uk> + + Set a minimum number of days to look for appointments for, allowed it to extend past month end by 1 week. + 2011-03-31 Ted Gould <ted@gould.cx> 0.2.1 |