aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2011-02-10 14:30:35 -0600
committerTed Gould <ted@gould.cx>2011-02-10 14:30:35 -0600
commit42a62b91120ad832709d10ec2d9de8246c9a3396 (patch)
treed94434281d08e97198bb8142fd915215a05598a3 /ChangeLog
parent8cd6632ced5515d3793035ea18156896d4d96d5e (diff)
parentdf78fc4c1a098aa95fe530028b26a0f175bb4cf4 (diff)
downloadlibdbusmenu-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--ChangeLog28
1 files changed, 28 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index ed82801..69c26d0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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