diff options
author | Ted Gould <ted@gould.cx> | 2011-03-10 23:13:34 -0600 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2011-03-10 23:13:34 -0600 |
commit | d5704c2079611bff30a3878443b2e47981095b2a (patch) | |
tree | 1b734b48c42cbf928050209305d1ed3f3fbebfa6 /ChangeLog | |
parent | 1177ae9dd0e27e41bed1e68b47019b89fb05831f (diff) | |
parent | 2fd5f32d9810dd1b7b7506d2fc1999d292cc33b3 (diff) | |
download | ayatana-indicator-datetime-d5704c2079611bff30a3878443b2e47981095b2a.tar.gz ayatana-indicator-datetime-d5704c2079611bff30a3878443b2e47981095b2a.tar.bz2 ayatana-indicator-datetime-d5704c2079611bff30a3878443b2e47981095b2a.zip |
* New upstream release.
* Fix handling of reoccruing events
* Handle settings in the indicator
* Allow for hiding the calendar and the clock
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 60 |
1 files changed, 60 insertions, 0 deletions
@@ -1,5 +1,65 @@ # Generated by Makefile. Do not edit. +2011-03-10 Ted Gould <ted@gould.cx> + + 0.1.97 + +2011-03-10 Ted Gould <ted@gould.cx> + + Making it so the clock can be hidden entirely. Adding a desktop file to get to the preferences when it is hidden. + +2011-03-10 Michael Terry <mike@mterry.name> + + make show-clock work + +2011-03-10 Ted Gould <ted@gould.cx> + + Make showing the calendar into a property in the indicator + +2011-03-10 Michael Terry <mike@mterry.name> + + make 'show monthly calendar' checkbox work + +2011-03-10 Ted Gould <ted@gould.cx> + + Check to see if the service is running + +2011-03-10 Ted Gould <ted@gould.cx> + + Use the shared header file for the service and interface names. + +2011-03-10 Michael Terry <mike@mterry.name> + + prefs: only let user change clock prefs if the clock is running; don't connect to response signal, it's no longer a dialog + +2011-03-08 Ted Gould <ted@gould.cx> + + Show the week numbers if configured to do so. + +2011-03-04 karl-qdh <karl@qdh.org.uk> + + Fixed #729020 - Week numbers not respecting configuration on startup + +2011-03-07 Ted Gould <ted@gould.cx> + + Fix the icon size lookup + +2011-03-04 karl-qdh <karl@qdh.org.uk> + + Fix for gtk lookup icon size returning negative numbers + +2011-03-04 karl-qdh <karl@qdh.org.uk> + + Few more minor cleanups + +2011-03-04 karl-qdh <karl@qdh.org.uk> + + Merging back with trunk + +2011-03-04 karl-qdh <karl@qdh.org.uk> + + Cleaning up a few dead comments and code + 2011-03-03 Ted Gould <ted@gould.cx> 0.1.96 |