diff options
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 |