aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog86
1 files changed, 86 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index e44f1fc..4924fe7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,91 @@
# Generated by Makefile. Do not edit.
+2012-04-11 Charles Kerr <charles.kerr@canonical.com>
+
+ 0.6.1
+
+2012-04-11 Charles Kerr <charles.kerr@canonical.com>
+
+ merge lp:~ted/dbusmenu/lp903200 to be more explicit about what is and isn't a mnemonic.
+
+2012-04-09 Ted Gould <ted@gould.cx>
+
+ Handle mnemonic stuff on updates as well
+
+2012-04-09 Ted Gould <ted@gould.cx>
+
+ Check the string for mnemonic support when setting the value
+
+2012-04-09 Ted Gould <ted@gould.cx>
+
+ Catching up to trunk
+
+2012-03-01 Ted Gould <ted@gould.cx>
+
+ Attaching bug
+
+2012-04-11 Charles Kerr <charles.kerr@canonical.com>
+
+ 0.6.0
+
+2012-04-11 Charles Kerr <charles.kerr@canonical.com>
+
+ merge lp:~charlesk/dbusmenu/disconnect-menuitem-shown to have menuitem_signals_remove() disconnect the DBUSMENU_MENUITEM_SIGNAL_SHOW_TO_USER event that we connected to in menuitem_signals_create().
+
+2012-04-10 Charles Kerr <charles.kerr@canonical.com>
+
+ In menuitem_signals_remove(), disconnect the DBUSMENU_MENUITEM_SIGNAL_SHOW_TO_USER event that we connected to in menuitem_signals_create().
+
+ It looks like this non-disconnected signal goes all the way back to July 2010 <http://bazaar.launchpad.net/~dbusmenu-team/dbusmenu/trunk.0.6/revision/139#libdbusmenu-glib/server.c> so I'd like ted's eyes on this to confirm there's not some nuance that I'm missing...
+
+2012-04-10 Charles Kerr <charles.kerr@canonical.com>
+
+ merge lp:~charlesk/dbusmenu/lp-977803 to silence false positives in dbusmenu's signal smoke tests.
+
+2012-04-10 Charles Kerr <charles.kerr@canonical.com>
+
+ switch the smoke test to a g_debug statement
+
+2012-04-10 Charles Kerr <charles.kerr@canonical.com>
+
+ make the signal disconnect warnings in dbusmenu-gtk more fine-grained.
+
+2012-04-09 Charles Kerr <charles.kerr@canonical.com>
+
+ merge lp:~charlesk/dbusmenu/lp-959821
+
+2012-04-09 Charles Kerr <charles.kerr@canonical.com>
+
+ warn if we're not able to disconnect from the signals that we're monitoring
+
+2012-04-06 Charles Kerr <charles.kerr@canonical.com>
+
+ don't use g_intern_static_string() as a drop-in replacement for strcmp()
+
+2012-04-06 Charles Kerr <charles.kerr@canonical.com>
+
+ fix prop_value leak in widget_notify_cb() when a widget's label changes
+
+2012-04-06 Charles Kerr <charles.kerr@canonical.com>
+
+ remove convoluted & unnecessary branch in update_icon()
+
+2012-04-06 Charles Kerr <charles.kerr@canonical.com>
+
+ fix dbusmenu_item_freed(), it called g_object_get_data() on a finalized GObject
+
+2012-04-09 Charles Kerr <charles.kerr@canonical.com>
+
+ merge lp:~ted/dbusmenu/about-to-show-tuple to fix about-to-show grouping.
+
+2012-04-09 Ted Gould <ted@gould.cx>
+
+ Apparently this type is wrong, if only this language supported some way to communicate to programmers the types that variables were. Oh, we can dream.
+
+2012-04-09 Ted Gould <ted@gould.cx>
+
+ Pull the items out of the tuple
+
2012-04-05 Charles Kerr <charles.kerr@canonical.com>
0.5.99