diff options
author | Ted Gould <ted@gould.cx> | 2011-03-23 16:16:17 -0500 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2011-03-23 16:16:17 -0500 |
commit | 2884233431cdd61eee5942a369a11d4daf9314aa (patch) | |
tree | 2a45abf161262d69b5675b4266e96ea3a8d8b861 /ChangeLog | |
parent | 27e02c433cc3a871e100a7120f9f9e6e73c5a661 (diff) | |
parent | 34527b0979874d373160f4a002e375456f0b7af2 (diff) | |
download | ayatana-indicator-datetime-2884233431cdd61eee5942a369a11d4daf9314aa.tar.gz ayatana-indicator-datetime-2884233431cdd61eee5942a369a11d4daf9314aa.tar.bz2 ayatana-indicator-datetime-2884233431cdd61eee5942a369a11d4daf9314aa.zip |
New upstream release.
∘ Remove unused liboobs
∘ Add translator comments and make strings translatable (LP: #737326)
∘ Remove password dialog for calendars not the keyring
∘ Use default matching when geonames aren't available (LP: #740870)
∘ UI Cleanups and naming fixes (LP: #740806, LP: #740819)
∘ Free JSON parser data
∘ Avoid duplicates in GeoNames data (LP: #740884)
∘ Make location completion more robust
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 |