diff options
| author | Ted Gould <ted@gould.cx> | 2010-11-11 11:28:43 -0600 |
|---|---|---|
| committer | Ted Gould <ted@gould.cx> | 2010-11-11 11:28:43 -0600 |
| commit | d69f09d8320fbd3c4e06a6b96d6b3f77f41b6ffa (patch) | |
| tree | bc30d10509e8f2814ea6c7e39fe2c9154df353e1 /ChangeLog | |
| parent | 6e1734e1ad6ea13270afc6c9730d3e4ded2cda02 (diff) | |
| parent | f0c24c976f319d0b087adc0c8bc694cf930aa30b (diff) | |
| download | libdbusmenu-d69f09d8320fbd3c4e06a6b96d6b3f77f41b6ffa.tar.gz libdbusmenu-d69f09d8320fbd3c4e06a6b96d6b3f77f41b6ffa.tar.bz2 libdbusmenu-d69f09d8320fbd3c4e06a6b96d6b3f77f41b6ffa.zip | |
* New upstream release.
* Adding build support for GTK2/3 builds
* Only force a flush of top level items, allow others to be
based on the count.
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 80 |
1 files changed, 80 insertions, 0 deletions
@@ -1,5 +1,85 @@ # Generated by Makefile. Do not edit. +2010-11-11 Ted Gould <ted@gould.cx> + + Adding in the deprecation flags even if we can't really use them yet. + +2010-11-11 Ted Gould <ted@gould.cx> + + Merging in configurable GTK build option + +2010-10-13 Michael Terry <mike@mterry.name> + + ship both .pc files in EXTRA_DIST + +2010-10-06 Michael Terry <mike@mterry.name> + + instead of always building gtk2 and gtk3, add a --with-gtk= flag to configure to specify which to build with + +2010-06-19 Michael Terry <michael.terry@canonical.com> + + support gtk3 version of libdbusmenu-gtk + +2010-10-14 Ted Gould <ted@gould.cx> + + Only force a flush for the top level of items. + +2010-09-27 Ted Gould <ted@gould.cx> + + Set a maximum number of entries to queue before sending the message. + +2010-09-27 Ted Gould <ted@gould.cx> + + Only flush at the top level + +2010-10-13 Ted Gould <ted@gould.cx> + + Breaking ABI. Getting back privates and pointers to private area. + +2010-10-12 Ted Gould <ted@gould.cx> + + Switching to using the pointer in the instance + +2010-10-12 Ted Gould <ted@gould.cx> + + Switching to using the pointer in the instance + +2010-10-12 Ted Gould <ted@gould.cx> + + Switching to using the pointer in the instance + +2010-10-12 Ted Gould <ted@gould.cx> + + Switching to using the pointer in the instance + +2010-10-12 Ted Gould <ted@gould.cx> + + Switching to using the pointer in the instance + +2010-10-12 Ted Gould <ted@gould.cx> + + Private pointers in instance structs + +2010-10-12 Ted Gould <ted@gould.cx> + + Putting the pointer to the private area in the instance + +2010-10-12 Ted Gould <ted@gould.cx> + + Going to 6 privates like others + +2010-10-12 Ted Gould <ted@gould.cx> + + Taking back the reserved + +2010-10-12 Ted Gould <ted@gould.cx> + + Change library version + +2010-09-22 Ted Gould <ted@gould.cx> + + 0.3.16 + 2010-09-22 Ted Gould <ted@gould.cx> Removing a typedef in headers as it confuses vapigen |
