diff options
author | Ted Gould <ted@gould.cx> | 2011-02-17 10:19:45 -0600 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2011-02-17 10:19:45 -0600 |
commit | 7840128ffb7df770b4ff84c2ec6472e3fcb43d3d (patch) | |
tree | 13a2e25db352c4589611f18c4603f76517ec1b36 /ChangeLog | |
parent | b22f471a026de778bc2594b23768d1a3024f27c3 (diff) | |
parent | 27d079891cdcc65bc1e7174a2d8dfe6bb2f639df (diff) | |
download | libayatana-indicator-7840128ffb7df770b4ff84c2ec6472e3fcb43d3d.tar.gz libayatana-indicator-7840128ffb7df770b4ff84c2ec6472e3fcb43d3d.tar.bz2 libayatana-indicator-7840128ffb7df770b4ff84c2ec6472e3fcb43d3d.zip |
Import upstream version 0.3.19
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 50 |
1 files changed, 50 insertions, 0 deletions
@@ -1,5 +1,55 @@ # Generated by Makefile. Do not edit. +2011-02-17 Ted Gould <ted@gould.cx> + + 0.3.19 + +2011-02-16 Ted Gould <ted@gould.cx> + + Returning reserveds as we're breaking ABI anyway + +2011-02-16 Ted Gould <ted@gould.cx> + + Bumping the major version of the lib and the indicator directory + +2011-02-16 Ted Gould <ted@gould.cx> + + Merging support for having an accessible description + +2011-02-08 Luke Yelavich <luke.yelavich@canonical.com> + + accessible_name -> accessible_desc in tests as well + +2011-02-08 Luke Yelavich <luke.yelavich@canonical.com> + + * accessible_name -> accessible_desc to better reflect the use of the content. + * Add accessible-desc-update signal so that indicators can tell + indicator-applet/unity that the accessible description has changed + +2011-02-01 Luke Yelavich <luke.yelavich@canonical.com> + + use const gchar for variable and prototype + +2011-02-01 Luke Yelavich <luke.yelavich@canonical.com> + + Merge from trunk + +2011-01-18 Luke Yelavich <luke.yelavich@canonical.com> + + Add accessible_name variable in indicator entry structure + +2011-02-16 Ted Gould <ted@gould.cx> + + Fixing makefile to include all the necissary files in dist + +2011-02-15 Ted Gould <ted@gould.cx> + + Adding the service.in files as well + +2011-02-15 Sebastien Bacher <seb128@ubuntu.com> + + Add session.conf.in to dist + 2011-01-27 Ted Gould <ted@gould.cx> 0.3.18 |