diff options
author | Ted Gould <ted@gould.cx> | 2011-07-07 00:32:12 -0500 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2011-07-07 00:32:12 -0500 |
commit | 709208d42375adfe05102f9dbddd638a81776e16 (patch) | |
tree | d8399537ea41dbddf2f816e51bb670867da833a0 /ChangeLog | |
parent | 9a18c1c095a420b16431b4f411d627786448a81a (diff) | |
parent | c1034173faf54120c693c984123f343968621359 (diff) | |
download | libayatana-indicator-709208d42375adfe05102f9dbddd638a81776e16.tar.gz libayatana-indicator-709208d42375adfe05102f9dbddd638a81776e16.tar.bz2 libayatana-indicator-709208d42375adfe05102f9dbddd638a81776e16.zip |
* New upstream release.
* Build Fixes
* Adding license to test files (LP: #684886)
* Bump API/ABI versions appropriately and make easier to edit them in
the future
* Adding a name-hint to the indicator entries
* Merging scroll functions into a single good one (LP: #804618)
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 86 |
1 files changed, 86 insertions, 0 deletions
@@ -1,5 +1,91 @@ # Generated by Makefile. Do not edit. +2011-07-06 Ted Gould <ted@gould.cx> + + 0.3.90 + +2011-07-06 Ted Gould <ted@gould.cx> + + Cleaning up the built pc file + +2011-07-06 Ted Gould <ted@gould.cx> + + Switch to using gtk_box_new() + +2011-07-06 Ted Gould <ted@gould.cx> + + Making some test XFAIL and attaching to bugs + +2011-07-06 Ted Gould <ted@gould.cx> + + Adding headers to tests + +2011-07-06 Ted Gould <ted@gould.cx> + + Adding license info to [ch] files + +2011-07-06 Ted Gould <ted@gould.cx> + + Changing the API and ABI versioning slightly + +2011-07-05 Ted Gould <ted@gould.cx> + + Setting default GTK version to 3 + +2011-07-05 Ted Gould <ted@gould.cx> + + Changing the pkgconfig file version to include the API version + +2011-07-05 Ted Gould <ted@gould.cx> + + Making the API and ABI versions variables + +2011-07-05 Ted Gould <ted@gould.cx> + + Adding another level of .in for the pc files. + +2011-07-06 Ted Gould <ted@gould.cx> + + Adding in the name hint for the indicators + +2011-07-05 Ted Gould <ted@gould.cx> + + Clearing our local name_hint and ensuring we fill it if a function is provided. + +2011-07-05 Ted Gould <ted@gould.cx> + + Adding a get name hint function as well. + +2011-07-05 Ted Gould <ted@gould.cx> + + Adding the naming hint to the entry structure + +2011-07-05 Ted Gould <ted@gould.cx> + + Switching to single scrolling event. + +2011-07-02 Marco Trevisan (Treviño) <mail@3v1n0.net> + + Merging "scroll" and "scroll-entry" into the "entry-scrolled" signal + + API change to merge the duplication of signals, as defined in + the blueprint desktop-dx-o-indicators-review + +2011-06-16 Ted Gould <ted@gould.cx> + + Updating autotools + +2011-06-15 Javier Jardón <javier.jardon@codethink.co.uk> + + configure.ac: Generate xz tarballs with pax format by default + +2011-06-15 Javier Jardón <javier.jardon@codethink.co.uk> + + Update autotools configuration + + Do not use deprecated macros + Use new libtool syntax + 2011-03-23 Ted Gould <ted@gould.cx> 0.3.22 |