diff options
author | Ted Gould <ted@gould.cx> | 2011-02-10 14:30:35 -0600 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2011-02-10 14:30:35 -0600 |
commit | 42a62b91120ad832709d10ec2d9de8246c9a3396 (patch) | |
tree | d94434281d08e97198bb8142fd915215a05598a3 /ChangeLog | |
parent | 8cd6632ced5515d3793035ea18156896d4d96d5e (diff) | |
parent | df78fc4c1a098aa95fe530028b26a0f175bb4cf4 (diff) | |
download | libdbusmenu-42a62b91120ad832709d10ec2d9de8246c9a3396.tar.gz libdbusmenu-42a62b91120ad832709d10ec2d9de8246c9a3396.tar.bz2 libdbusmenu-42a62b91120ad832709d10ec2d9de8246c9a3396.zip |
New upstream release.
∘ Handle ChildAdded on GtkShell items
∘ Fixing take_children() to not unref
∘ Fix naming of the GIR file
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 28 |
1 files changed, 28 insertions, 0 deletions
@@ -1,5 +1,33 @@ # Generated by Makefile. Do not edit. +2011-02-10 Ted Gould <ted@gould.cx> + + 0.3.97 + +2011-02-09 Ted Gould <ted@gould.cx> + + Fixing the naming of the Dbusmenu Glib GIR file + +2011-02-09 Ken VanDine <ken.vandine@canonical.com> + + Fix the name used for the Dbusmenu-Glib-0.4 typelib so it can be properly used with GI. It should be Dbusmenu-0.4 (LP: #713099) + +2011-02-06 Ted Gould <ted@gould.cx> + + Fixing take to not unref + +2011-02-04 Ted Gould <ted@gould.cx> + + take_children() shouldn't unref the items as they might get deleted before the caller would be abel to use them. Making sure to put those annotations in the docs. + +2011-02-04 Ted Gould <ted@gould.cx> + + Handle ChildAdded on GtkShell items and clean up the code so that it has single functions for doing common operations. + +2011-02-04 Michael Terry <mike@mterry.name> + + watch for new menu items being added to existing menu shells + 2011-02-03 Ted Gould <ted@gould.cx> 0.3.96 |