diff options
author | Ken VanDine <ken.vandine@canonical.com> | 2011-03-15 17:11:37 -0400 |
---|---|---|
committer | Ken VanDine <ken.vandine@canonical.com> | 2011-03-15 17:11:37 -0400 |
commit | dad04c02798827909038b22b993027b800596557 (patch) | |
tree | 536de42b1ae4d5b21822fc3f5d9bd477701252ab /ChangeLog | |
parent | e7b28fced8317080fe5f028a47c80d6c057ebb7b (diff) | |
parent | 66c8394d67e6a80346f2c5f4a0288088b3e83af1 (diff) | |
download | ayatana-indicator-datetime-dad04c02798827909038b22b993027b800596557.tar.gz ayatana-indicator-datetime-dad04c02798827909038b22b993027b800596557.tar.bz2 ayatana-indicator-datetime-dad04c02798827909038b22b993027b800596557.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 |