diff options
author | Ted Gould <ted@gould.cx> | 2012-03-08 09:58:14 -0600 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2012-03-08 09:58:14 -0600 |
commit | 2ca22ea68d9bad535a42b7d40d027c8763e5ac44 (patch) | |
tree | b0c4f2cb476f0757078b2f31e21b7ffcf1b049bd /ChangeLog | |
parent | 8dc3a0013a6fd0d8ab54edf0944f842da751c4e7 (diff) | |
parent | 1f223542ce9a8ae00d17928bd91e244793a76c24 (diff) | |
download | libdbusmenu-2ca22ea68d9bad535a42b7d40d027c8763e5ac44.tar.gz libdbusmenu-2ca22ea68d9bad535a42b7d40d027c8763e5ac44.tar.bz2 libdbusmenu-2ca22ea68d9bad535a42b7d40d027c8763e5ac44.zip |
Import upstream version 0.5.93
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 72 |
1 files changed, 72 insertions, 0 deletions
@@ -1,5 +1,77 @@ # Generated by Makefile. Do not edit. +2012-03-08 Ted Gould <ted@gould.cx> + + 0.5.93 + +2012-03-08 Ted Gould <ted@gould.cx> + + Fixing a trivial annotation bug + +2012-03-08 Ted Gould <ted@gould.cx> + + Fixing resetting an icon numerous times + +2012-03-08 Ted Gould <ted@gould.cx> + + Switching out logic, we're using replaced now because it gets set everytime that the hashtable is modified, and if we weren't modifying the hash table in some way, we don't want to signal. And, conversely, no one cares if we didn't modify the hash table. + +2012-03-02 Ted Gould <ted@gould.cx> + + Attaching bug + +2012-03-02 Ted Gould <ted@gould.cx> + + Don't need to setup this signal twice + +2012-03-02 Ted Gould <ted@gould.cx> + + Not sending the update signal if the value is being cleared and it was already cleared + +2012-03-02 Ted Gould <ted@gould.cx> + + Moving the adding of signals to the update_icon function so that everyone gets them + +2012-03-02 Ted Gould <ted@gould.cx> + + Changing 'update_icon' to take more variables so we can do more fun stuff with it soon! + +2012-03-02 Ted Gould <ted@gould.cx> + + Track the theme changed signal so we ensure that we can drop it eventually + +2012-03-07 Ted Gould <ted@gould.cx> + + Set the ATK role on menuitems + +2012-03-01 Ted Gould <ted@gould.cx> + + Fixing for GTK2 + +2012-03-01 Ted Gould <ted@gould.cx> + + Attaching bug + +2012-03-01 Ted Gould <ted@gould.cx> + + Set the role of the menu item based on how it's being displayed + +2012-03-01 Ted Gould <ted@gould.cx> + + Setting the default role to be a menu item + +2012-03-07 Ted Gould <ted@gould.cx> + + Clean up code paths to avoid unneeded goto's + +2012-03-01 Ted Gould <ted@gould.cx> + + Attaching bug + +2012-03-01 Ted Gould <ted@gould.cx> + + Clean up a goto and make the lifecycles of the variables more clear + 2012-02-22 Ted Gould <ted@gould.cx> 0.5.92 |