diff options
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 |