aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2011-03-16 14:01:25 -0500
committerTed Gould <ted@gould.cx>2011-03-16 14:01:25 -0500
commit3c9af9576901318917a4c20ab668742255bbe429 (patch)
treeff02b9f31e4137b92ab500044c079eb0dd8e0599 /ChangeLog
parentcec350b1d24eeeb308fd02846bf637d4ec92fbb5 (diff)
parent0c14221e10d1adb346b4c22d7ff503be52a62899 (diff)
downloadlibdbusmenu-3c9af9576901318917a4c20ab668742255bbe429.tar.gz
libdbusmenu-3c9af9576901318917a4c20ab668742255bbe429.tar.bz2
libdbusmenu-3c9af9576901318917a4c20ab668742255bbe429.zip
Import upstream version 0.3.102
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog103
1 files changed, 103 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index da7410f..4626e49 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,108 @@
# Generated by Makefile. Do not edit.
+2011-03-16 Ted Gould <ted@gould.cx>
+
+ 0.3.102
+
+2011-03-16 Ted Gould <ted@gould.cx>
+
+ Add handling for children getting removed
+
+2011-03-09 Ted Gould <ted@gould.cx>
+
+ Update to current trunk
+
+2011-03-08 Ted Gould <ted@gould.cx>
+
+ If we call the parse function and we already have the menu item built for the passed in value let's just use that and not bother looking any further.
+
+2011-03-08 Ted Gould <ted@gould.cx>
+
+ Disconnecting the child removed handlers
+
+2011-03-08 Ted Gould <ted@gould.cx>
+
+ Removing the dbusmenu menuitem from the parent if it gets removed on the GTK side
+
+2011-03-08 Ted Gould <ted@gould.cx>
+
+ Add a callback for child-removed as well
+
+2011-03-16 Ted Gould <ted@gould.cx>
+
+ Adding defines for the event identifiers
+
+2011-03-16 Ted Gould <ted@gould.cx>
+
+ Adding event defines to the documentation.
+
+2011-03-16 Ted Gould <ted@gould.cx>
+
+ Adding opened and closed to the spec
+
+2011-03-16 Ted Gould <ted@gould.cx>
+
+ Using the new defines
+
+2011-03-16 Ted Gould <ted@gould.cx>
+
+ Adding defines for the event ids
+
+2011-03-16 Ted Gould <ted@gould.cx>
+
+ Send open and close signals when menu visibility changes.
+
+2011-03-16 Michael Terry <mike@mterry.name>
+
+ add opened and closed events
+
+2011-03-16 Ted Gould <ted@gould.cx>
+
+ Empty images are images too
+
+2011-03-16 Michael Terry <mike@mterry.name>
+
+ handle empty image types
+
+2011-03-16 Ted Gould <ted@gould.cx>
+
+ Removing a noisy warning
+
+2011-03-15 Ted Gould <ted@gould.cx>
+
+ Not everything is a menuitem
+
+2011-03-16 Ted Gould <ted@gould.cx>
+
+ Adding needed dependencies to pkgconfig files
+
+2011-03-15 Ted Gould <ted@gould.cx>
+
+ Adding needed requirements to pkgconfig files.
+
+2011-03-14 Ted Gould <ted@gould.cx>
+
+ Handle NULL better in finding the label
+
+2011-03-14 Michael Terry <mike@mterry.name>
+
+ be a little more cautious about pointers in sanitize_label_text
+
+2011-03-14 Ted Gould <ted@gould.cx>
+
+ Lots of memory leak fixes
+
+2011-03-14 Chris Coulson <chrisccoulson@ubuntu.com>
+
+ The g_variant_get_* family of calls which return a GVariant
+ actually return reference counted, non-floating variant. Ensure that we
+ always keep pointers to these so that we can properly unref them.
+
+ The same also applies to g_variant_iter_next_value.
+
+ Also fix a couple of other minor leaks along the way. This fixes
+ LP: #722972
+
2011-03-10 Ted Gould <ted@gould.cx>
0.3.101