diff options
author | Ken VanDine <ken.vandine@canonical.com> | 2011-08-24 20:46:15 -0400 |
---|---|---|
committer | Ken VanDine <ken.vandine@canonical.com> | 2011-08-24 20:46:15 -0400 |
commit | 9ceb41ac228d78973195973d65a1bccd4ea50f0d (patch) | |
tree | 91238ccdf2f336656583b8964e0d7d120de9ba22 /ChangeLog | |
parent | cb4fecf5e6eec692069d4e2417f58a77d604887f (diff) | |
parent | c2fe3f52956cf27d76cc7c6f1ca0e29937c66c82 (diff) | |
download | libdbusmenu-9ceb41ac228d78973195973d65a1bccd4ea50f0d.tar.gz libdbusmenu-9ceb41ac228d78973195973d65a1bccd4ea50f0d.tar.bz2 libdbusmenu-9ceb41ac228d78973195973d65a1bccd4ea50f0d.zip |
* New upstream release (0.4.91).
* Add in a property for setting the menuitem disposition
* New upstream release (0.4.92).
* Fix GTK 2 build for style properties
* Fixed proxied menu events not getting returned (LP: #799878)
* Removed debian/patches:
* All upstream
* debian/libdbusmenu-gtk4.symbols debian/libdbusmenu-gtk3-4.symbols
- Added new symbols
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 101 |
1 files changed, 101 insertions, 0 deletions
@@ -1,5 +1,106 @@ # Generated by Makefile. Do not edit. +2011-08-24 Ted Gould <ted@gould.cx> + + 0.4.92 + +2011-08-24 Ted Gould <ted@gould.cx> + + Fix signatures on signals + +2011-06-28 Chris Coulson <chrisccoulson@ubuntu.com> + + When there are no removed properties in ItemsPropertiesUpdated, ensure the arguments + have the correct signature so that they aren't rejected by the client (LP: #799878) + +2011-08-24 Ted Gould <ted@gould.cx> + + Making the capturing of colors from the theme GTK3 specific (it is) so that GTK2 can build + +2011-08-24 Ted Gould <ted@gould.cx> + + 0.4.91 + +2011-08-24 Ted Gould <ted@gould.cx> + + Adding discriptive text to the enums + +2011-08-24 Ted Gould <ted@gould.cx> + + Ignoring the enum types as well + +2011-08-24 Ted Gould <ted@gould.cx> + + Adding disposition entries to the docs + +2011-08-23 Ted Gould <ted@gould.cx> + + Add in a disposition for menuitems + +2011-08-23 Ted Gould <ted@gould.cx> + + Fixing the color names + +2011-08-22 Ted Gould <ted@gould.cx> + + Fixing the comparision so that we don't block updates + +2011-08-22 Ted Gould <ted@gould.cx> + + Adding in a mnemonic test + +2011-08-22 Ted Gould <ted@gould.cx> + + Adding disposition tests + +2011-08-22 Ted Gould <ted@gould.cx> + + Create a local string with a color if the disposition is non-normal + +2011-08-22 Ted Gould <ted@gould.cx> + + Implement the setter and getter for disposition + +2011-08-22 Ted Gould <ted@gould.cx> + + Add in a disposition and set it at init + +2011-08-22 Ted Gould <ted@gould.cx> + + Set the disposition from the value given and from the enum. + +2011-08-22 Ted Gould <ted@gould.cx> + + Make sure that we get rid of the enum stuff as well + +2011-08-22 Ted Gould <ted@gould.cx> + + Adding in a disposition type and get proper enum generation + +2011-08-22 Ted Gould <ted@gould.cx> + + Adding an enum for the the disposition and functions to set and get it + +2011-08-22 Ted Gould <ted@gould.cx> + + Adding infrastructure to watch for the disposition property. + +2011-08-22 Ted Gould <ted@gould.cx> + + Putting in some headers to make this file easier to read + +2011-08-22 Ted Gould <ted@gould.cx> + + Updating the protocol spec + +2011-08-22 Ted Gould <ted@gould.cx> + + Adding a disposition property in to the header and defaults + +2011-08-23 Ted Gould <ted@gould.cx> + + Fix docs on which GTK is default + 2011-06-20 Ted Gould <ted@gould.cx> 0.4.90 |