diff options
author | Ted Gould <ted@gould.cx> | 2011-03-23 14:46:23 -0500 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2011-03-23 14:46:23 -0500 |
commit | 53691e5c73a343fec78e6782089e092bd6bcd3ac (patch) | |
tree | c89ae4902111858a3b6def7811e44bb34c7fc062 /ChangeLog | |
parent | 3c9af9576901318917a4c20ab668742255bbe429 (diff) | |
parent | e7acae9db34e6abea6b7aa1fe532ad18e13577c7 (diff) | |
download | libdbusmenu-53691e5c73a343fec78e6782089e092bd6bcd3ac.tar.gz libdbusmenu-53691e5c73a343fec78e6782089e092bd6bcd3ac.tar.bz2 libdbusmenu-53691e5c73a343fec78e6782089e092bd6bcd3ac.zip |
Import upstream version 0.4.0
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 52 |
1 files changed, 52 insertions, 0 deletions
@@ -1,5 +1,57 @@ # Generated by Makefile. Do not edit. +2011-03-23 Ted Gould <ted@gould.cx> + + 0.4.0 + +2011-03-23 Ted Gould <ted@gould.cx> + + Ensure that we don't remove properties that are getting their values updated + +2011-03-22 Ted Gould <ted@gould.cx> + + Protect against NULL properties + +2011-03-22 Ted Gould <ted@gould.cx> + + Remove the link instead of the data + +2011-03-22 Ted Gould <ted@gould.cx> + + Protect the entries that are about to be updated from being removed + +2011-03-23 Ted Gould <ted@gould.cx> + + Switch to using iter_loop to protect from NULL variants + +2011-03-21 Ted Gould <ted@gould.cx> + + A couple more intr_loops with a small memory leak fix + +2011-03-21 Ted Gould <ted@gould.cx> + + Moving from iter_next to iter_loop on a couple more iterators + +2011-03-21 Ted Gould <ted@gould.cx> + + Removing an unneeded iner_new + +2011-03-21 Ted Gould <ted@gould.cx> + + Use iter_loop to handle unref'ing the variants cleanly. + +2011-03-22 Ted Gould <ted@gould.cx> + + Look everywhere for accel closures + +2011-03-21 Michael Terry <mike@mterry.name> + + check menu items for accelerators directly if accel label doesn't have one + +2011-03-21 Oleg Shparber <oleg.shparber@wisetroll.com> + + Entering and exiting the GDK threads when calling up to GTK + 2011-03-16 Ted Gould <ted@gould.cx> 0.3.102 |