diff options
author | Ted Gould <ted@gould.cx> | 2011-03-10 23:10:43 -0600 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2011-03-10 23:10:43 -0600 |
commit | 2fd5f32d9810dd1b7b7506d2fc1999d292cc33b3 (patch) | |
tree | b778847d353eb42bd8cb1c1ee845466b5e971cd0 /ChangeLog | |
parent | b4f9e0832d0dc2b5a1f6ffb3ae78ecdbd11ae15d (diff) | |
parent | 444370e95ed0f9e8ecf4c786e35855ff91c642ac (diff) | |
download | ayatana-indicator-datetime-2fd5f32d9810dd1b7b7506d2fc1999d292cc33b3.tar.gz ayatana-indicator-datetime-2fd5f32d9810dd1b7b7506d2fc1999d292cc33b3.tar.bz2 ayatana-indicator-datetime-2fd5f32d9810dd1b7b7506d2fc1999d292cc33b3.zip |
Import upstream version 0.1.97
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 |