diff options
author | Ken VanDine <ken.vandine@canonical.com> | 2011-01-31 17:30:46 -0500 |
---|---|---|
committer | Ken VanDine <ken.vandine@canonical.com> | 2011-01-31 17:30:46 -0500 |
commit | 109c9dea8cb6924d53eec79d7ce9eb4c9736bc0d (patch) | |
tree | f19bffa21b5d81d7ed3c369a65efbe603509e7a6 /ChangeLog | |
parent | e08b0e33060a39b3c95e43531825a95f5d415af8 (diff) | |
parent | ff4cd6cd6a3eb7de96101a02e84545059b9c71be (diff) | |
download | libdbusmenu-109c9dea8cb6924d53eec79d7ce9eb4c9736bc0d.tar.gz libdbusmenu-109c9dea8cb6924d53eec79d7ce9eb4c9736bc0d.tar.bz2 libdbusmenu-109c9dea8cb6924d53eec79d7ce9eb4c9736bc0d.zip |
releasing version 0.3.95-0ubuntu1
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 52 |
1 files changed, 52 insertions, 0 deletions
@@ -1,5 +1,57 @@ # Generated by Makefile. Do not edit. +2011-01-31 Ted Gould <ted@gould.cx> + + 0.3.95 + +2011-01-31 Ted Gould <ted@gould.cx> + + Fix the property return signature. + +2011-01-31 Michael Terry <mike@mterry.name> + + fix variant type of props return + +2011-01-31 Ted Gould <ted@gould.cx> + + Handling changing submenus by watching for the notify event + +2011-01-31 Ted Gould <ted@gould.cx> + + Handle the case where we don't have a cached item. Not sure how that'd be, but we shouldn't let it drop. + +2011-01-31 Ted Gould <ted@gould.cx> + + Switching to take_children() so that we can ensure all the data remains valid + +2011-01-28 Michael Terry <mike@mterry.name> + + notice new submenus + +2011-01-31 Ted Gould <ted@gould.cx> + + Fixing a set of issues with not keeping references to objects in callbacks. + +2011-01-31 Ted Gould <ted@gould.cx> + + Attaching bug number + +2011-01-31 Ted Gould <ted@gould.cx> + + Switching the properties callback to use custom structure so that we can reference the client throughout the callback. + +2011-01-31 Ted Gould <ted@gould.cx> + + Keeping the root so that we can remove the signal handlers. + +2011-01-31 Ted Gould <ted@gould.cx> + + Disconnect realized handler when we don't care about the item anymore. + +2011-01-31 Ted Gould <ted@gould.cx> + + Keep a ref to the client through-out the call to the update + 2011-01-27 Ted Gould <ted@gould.cx> 0.3.94 |