diff options
author | Charles Kerr <charles.kerr@canonical.com> | 2012-04-11 11:54:01 -0500 |
---|---|---|
committer | Charles Kerr <charles.kerr@canonical.com> | 2012-04-11 11:54:01 -0500 |
commit | 5efaab3c334031f1ed9b4193ea64d644c07364fc (patch) | |
tree | 07e56f7b039827c04782a70a4b8f4906c1f58e9c /ChangeLog | |
parent | f5f01c530c79bff5739a709c26e2d91a3f04b8f3 (diff) | |
parent | 4940701cf76bc33c40cb908211b3293ab65d26c5 (diff) | |
download | libdbusmenu-5efaab3c334031f1ed9b4193ea64d644c07364fc.tar.gz libdbusmenu-5efaab3c334031f1ed9b4193ea64d644c07364fc.tar.bz2 libdbusmenu-5efaab3c334031f1ed9b4193ea64d644c07364fc.zip |
* New upstream release.
* Fix mnemonics in wifi hotspot names. (LP: #903200)
* Fix nautilus crash in dbusmenu_menuitem_property_remove() (LP: #959821)
* Fix about-to-show grouping.
* Fix visibility signal in the server.
* Silence false positives in dbusmenu's signal smoke tests.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 86 |
1 files changed, 86 insertions, 0 deletions
@@ -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 |