diff options
author | Ken VanDine <ken.vandine@canonical.com> | 2011-02-10 16:29:28 -0500 |
---|---|---|
committer | Ken VanDine <ken.vandine@canonical.com> | 2011-02-10 16:29:28 -0500 |
commit | 6328219f2148273e34f4a2b5e80efef8a38a3475 (patch) | |
tree | 847458e0959da1d366038153a13d26f662e98a2f /ChangeLog | |
parent | 680497cd7a666d1a33396aacf4cce82d7133898c (diff) | |
parent | fbb66e32fc9aaa74636d09b9940eaf9d0fb07c18 (diff) | |
download | libdbusmenu-6328219f2148273e34f4a2b5e80efef8a38a3475.tar.gz libdbusmenu-6328219f2148273e34f4a2b5e80efef8a38a3475.tar.bz2 libdbusmenu-6328219f2148273e34f4a2b5e80efef8a38a3475.zip |
releasing version 0.3.97-0ubuntu1
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 |