aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2011-03-16 16:07:34 -0500
committerTed Gould <ted@gould.cx>2011-03-16 16:07:34 -0500
commitb9470a568ec5c149f64362a0e3f243c38fcc5ec8 (patch)
treecaa35fe576b75f7b6ed613b4c1da22ea3b8d74dc /ChangeLog
parent9f4692c75d64a4ed46584420170445935a0709ae (diff)
parent5df5bfccdadeeceb31d8e13244e02bc01af557d5 (diff)
downloadayatana-indicator-datetime-b9470a568ec5c149f64362a0e3f243c38fcc5ec8.tar.gz
ayatana-indicator-datetime-b9470a568ec5c149f64362a0e3f243c38fcc5ec8.tar.bz2
ayatana-indicator-datetime-b9470a568ec5c149f64362a0e3f243c38fcc5ec8.zip
New upstream release.
∘ Make appointments match calendar month ∘ Fix time format of appointments ∘ Get date change signals from calendar and adjust based on them. ∘ Crash fixes (LP: #733833, LP: #729444) ∘ Valgrind invalid read (LP: #729175) ∘ Translation fixes to date label (LP: #729632)
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog67
1 files changed, 67 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index c48a912..8448b10 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,72 @@
# Generated by Makefile. Do not edit.
+2011-03-16 Ted Gould <ted@gould.cx>
+
+ 0.1.98
+
+2011-03-16 Ted Gould <ted@gould.cx>
+
+ Updating to required IDO version
+
+2011-03-16 Ted Gould <ted@gould.cx>
+
+ Get more signals from the calendar and use them for good.
+
+2011-03-15 karl-qdh <karl@qdh.org.uk>
+
+ Fixed up much of the calendar browsing
+
+2011-03-15 karl-qdh <karl@qdh.org.uk>
+
+ Fixed missed build error, caused by sync problems between netbook and laptop.
+
+2011-03-14 Ted Gould <ted@gould.cx>
+
+ Fix appointment time format
+
+2011-03-14 karl-qdh <karl@qdh.org.uk>
+
+ Merged back with the pre-requisite branch and updated to include ted's suggested _()'s in strftime
+
+2011-03-08 karl-qdh <karl@qdh.org.uk>
+
+ Fixed time format of appointments not respecting the configuration
+
+2011-03-14 Ted Gould <ted@gould.cx>
+
+ Commenting out value as we're not using it yet.
+
+2011-03-14 Ted Gould <ted@gould.cx>
+
+ Change the appointments so that they're modified by the calendar month
+
+2011-03-14 karl-qdh <karl@qdh.org.uk>
+
+ Fixing ted's comments
+
+2011-03-08 karl-qdh <karl@qdh.org.uk>
+
+ Fixed calendar browsing with month-changed and removed bogus off by one error
+
+2011-03-08 karl-qdh <karl@qdh.org.uk>
+
+ Changed update appointment items so there's less of a delay when refreshing between no-appointments and appointments loaded.
+ Fixed the handle_event signalling from the client to the service.
+ Started hooking up calendar browsing.
+
+2011-03-08 karl-qdh <karl@qdh.org.uk>
+
+ Fixed incorrect year in tm struct for indicator-datetime.c:month_changed_cb, still receiving a segfault in
+ datetime-service.c when we try to use the variant. Checked the variant value over dbus and its fine.
+
+2011-03-06 karl-qdh <karl@qdh.org.uk>
+
+ Tried using uint but still segfaulting in variant code
+
+2011-03-06 karl-qdh <karl@qdh.org.uk>
+
+ Hooking up the signals from the calendar and getting it working on service side
+
2011-03-10 Ted Gould <ted@gould.cx>
0.1.97