diff options
author | Ted Gould <ted@gould.cx> | 2011-03-23 16:15:23 -0500 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2011-03-23 16:15:23 -0500 |
commit | 34527b0979874d373160f4a002e375456f0b7af2 (patch) | |
tree | 8e53c4213adf78b3a70a43e4536ecb024662661e /ChangeLog | |
parent | 5df5bfccdadeeceb31d8e13244e02bc01af557d5 (diff) | |
parent | 1daab282087696f4e83dd0da5ffd794d94e3622a (diff) | |
download | ayatana-indicator-datetime-34527b0979874d373160f4a002e375456f0b7af2.tar.gz ayatana-indicator-datetime-34527b0979874d373160f4a002e375456f0b7af2.tar.bz2 ayatana-indicator-datetime-34527b0979874d373160f4a002e375456f0b7af2.zip |
Import upstream version 0.2.0
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 94 |
1 files changed, 94 insertions, 0 deletions
@@ -1,5 +1,99 @@ # Generated by Makefile. Do not edit. +2011-03-23 Ted Gould <ted@gould.cx> + + 0.2.0 + +2011-03-23 Ted Gould <ted@gould.cx> + + Make completion more robust + +2011-03-23 Michael Terry <mike@mterry.name> + + make location completions a bit more robust in terms of when the popup is shown or not + +2011-03-23 Ted Gould <ted@gould.cx> + + Ensure no duplicate entries + +2011-03-23 Michael Terry <mike@mterry.name> + + avoid duplicates in geonames data + +2011-03-23 Ted Gould <ted@gould.cx> + + Properly free'ing memory allocated in JSON structures + +2011-03-23 Michael Terry <mike@mterry.name> + + one more free + +2011-03-23 Michael Terry <mike@mterry.name> + + free json memory and sink model ref + +2011-03-23 Ted Gould <ted@gould.cx> + + Strings and sniffle fixes for the best Canonical designer from New Zealand! + +2011-03-23 karl-qdh <karl@qdh.org.uk> + + Removed comma from date time indicator + +2011-03-23 karl-qdh <karl@qdh.org.uk> + + Date and time -> Date and month *sniffles* + +2011-03-23 karl-qdh <karl@qdh.org.uk> + + String change and small behaviour change mpt tagged "sniffles" + +2011-03-23 Ted Gould <ted@gould.cx> + + Handle cases of not being online, so we shouldn't complete + +2011-03-23 Michael Terry <mike@mterry.name> + + use default matching algorithm when using initial_model (i.e. no internet) + +2011-03-22 Ted Gould <ted@gould.cx> + + Removing the password dialog + +2011-03-17 karl-qdh <karl@qdh.org.uk> + + Unused variable + +2011-03-17 karl-qdh <karl@qdh.org.uk> + + Never prompt for password, causes segfault + +2011-03-22 Ted Gould <ted@gould.cx> + + Translator comments and making the string translatable + +2011-03-21 Gabor Kelemen <kelemeng@gnome.hu> + + Mark date format string as translatable, and add translator comment. + + Fixes: LP:737326 + +2011-03-22 Ted Gould <ted@gould.cx> + + Adding additional translator comments + +2011-03-21 David Planella <david.planella@ubuntu.com> + + Added translator comments to strftime strings + +2011-03-20 Ted Gould <ted@gould.cx> + + Translator comment from answers + +2011-03-16 Ted Gould <ted@gould.cx> + + Sadly, no more oobs for us. + 2011-03-16 Ted Gould <ted@gould.cx> 0.1.98 |