diff options
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 109 |
1 files changed, 105 insertions, 4 deletions
@@ -1,17 +1,118 @@ # Generated by Makefile. Do not edit. -2012-06-13 Ted Gould <ted@gould.cx> +2012-09-20 Charles Kerr <charles.kerr@canonical.com> - 0.6.2 + 12.10.0 -2012-06-07 Ted Gould <ted@gould.cx> +2012-09-20 Charles Kerr <charles.kerr@canonical.com> + + merge lp:~charlesk/dbusmenu/fix-json-tests to fix breakage in the test-json unit tests. + +2012-09-19 Charles Kerr <charles.kerr@canonical.com> + + Undo r423, I found this bug while preparing the dbusmenu release but forgot to revert the version before pushing this branch. + +2012-09-19 Charles Kerr <charles.kerr@canonical.com> + + in the test-json and test-json-instruction unit tests, don't tell dbus-test-runner to ignore the server & clients' return values + +2012-09-19 Charles Kerr <charles.kerr@canonical.com> + + 12.10.0 + +2012-09-13 Michael Terry <michael.terry@canonical.com> + + pay attention to GtkSettings's gtk-menu-images value as it changes on the client end + +2012-09-10 Michael Terry <michael.terry@canonical.com> + + pay attention to GtkSettings's gtk-menu-images value as it changes on the client end + +2012-08-21 Charles Kerr <charles.kerr@canonical.com> - Escape the text we are using for markup + merge lp:~charlesk/dbusmenu/constify-dbusmenu-menuitem-getters + +2012-04-25 Charles Kerr <charles.kerr@canonical.com> + + constify the dbusmenu_menuitem_get*() functions + +2012-06-18 Charles Kerr <charles.kerr@canonical.com> + + merge lp:~evgeni/dbusmenu/optional-valgrind to allow dbusmenu to build and run its non-valgrind checks on architectures where valgrind isn't available. + +2012-06-12 Evgeni Golov <evgeni@debian.org> + + make pkg-config check not fail if valgrind was not found + + this allows to build and run non-valgrind checks on arches where valgrind + is not available 2012-06-07 Ted Gould <ted@gould.cx> Making the headers match independent of build directory +2012-05-24 evgeni@debian.org + + don't include build-time filenames in comments of the enum header files + + If we do, the header files may be different on each build. + This is especially harmful when building multiple times for multiple + architectures and expecting the files to be identical. + + See: http://bugs.debian.org/674200 + +2012-06-04 Charles Kerr <charles.kerr@canonical.com> + + merge lp:~aacid/dbusmenu/amp_replacement to prevent menuitems containing a '&' from incorrectly showing an underscore + +2012-06-04 Albert Astals <albert.astals@canonical.com> + + Use g_markup_escape_text instead of manually trying to fix the text + +2012-06-04 Albert Astals <albert.astals@canonical.com> + + Replace & with & since we are using set_markup in the label + +2012-04-26 Charles Kerr <charles.kerr@canonical.com> + + Evan Nemerson's patch to make the Vala bindings use pkg-config names, rather than GIR names, so that valac can automatically pick up the relevant libraries and flags. + +2012-04-11 Charles Kerr <charles.kerr@canonical.com> + + apply Evan Nemerson's patch to make the Vala binidngs use pkg-config names, not GIR names, so that valac can automatically pick up the relevant libraries and flags. + +2012-04-23 Charles Kerr <charles.kerr@canonical.com> + + merge lp:~ted/dbusmenu/double-underscore to make libdbusmenu-gtk/genericmenuitem.c's sanitize_label() function static. + +2012-04-23 Ted Gould <ted@gould.cx> + + Static is probably better to ensure we don't get out of the binary + +2012-04-12 Ted Gould <ted@gould.cx> + + Make sanitize_label static for sure and inline if available + +2012-04-23 Charles Kerr <charles.kerr@canonical.com> + + merge lp:~ted/dbusmenu/lp982656 to set the widget for the accelerator even if there isn't a mnemonic. + +2012-04-16 Ted Gould <ted@gould.cx> + + Attaching bug + +2012-04-16 Ted Gould <ted@gould.cx> + + Move setting the accell widget out of the if statement + +2012-04-23 Charles Kerr <charles.kerr@canonical.com> + + merge lp:~charlesk/dbusmenu/lp-981766 to fix a leaked dbus_object_path string + +2012-04-14 Charles Kerr <charles.kerr@canonical.com> + + fix leaky DbusmenuServer.priv.dbusobject + 2012-04-11 Charles Kerr <charles.kerr@canonical.com> merge lp:~ted/dbusmenu/double-underscore to fix the double underscore regression introduced earlier. |