diff options
author | Ted Gould <ted@gould.cx> | 2011-01-31 15:45:33 -0600 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2011-01-31 15:45:33 -0600 |
commit | 6c339510a684ba9a8f01fc57188bb4953be0e30b (patch) | |
tree | 91e10d62322eb3eb710dba0ab996744ded02092f /ChangeLog | |
parent | 2a91021522eb038b3aa18f2532ac289b921c9a48 (diff) | |
parent | cd7a287de9d00f258d720a745ebdb840d3b31b67 (diff) | |
download | libdbusmenu-6c339510a684ba9a8f01fc57188bb4953be0e30b.tar.gz libdbusmenu-6c339510a684ba9a8f01fc57188bb4953be0e30b.tar.bz2 libdbusmenu-6c339510a684ba9a8f01fc57188bb4953be0e30b.zip |
Import upstream version 0.3.95
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 |