diff options
author | Ted Gould <ted@gould.cx> | 2011-07-21 10:19:28 -0500 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2011-07-21 10:19:28 -0500 |
commit | 056b8a533f4056bffbdf7fffeca3d142f9ad90db (patch) | |
tree | af107ec81091e1e0a361dddcbe5170efb759dae5 /ChangeLog | |
parent | 8641c27434f27843185299a6c76e70f2e87ff5d9 (diff) | |
parent | 5d457c51b8589804278bc303af9483271193b6b8 (diff) | |
download | libayatana-indicator-056b8a533f4056bffbdf7fffeca3d142f9ad90db.tar.gz libayatana-indicator-056b8a533f4056bffbdf7fffeca3d142f9ad90db.tar.bz2 libayatana-indicator-056b8a533f4056bffbdf7fffeca3d142f9ad90db.zip |
* New upstream release.
* Adding support for a secondary activate signal
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 26 |
1 files changed, 26 insertions, 0 deletions
@@ -1,5 +1,31 @@ # Generated by Makefile. Do not edit. +2011-07-21 Ted Gould <ted@gould.cx> + + 0.3.92 + +2011-07-21 Ted Gould <ted@gould.cx> + + Adding in secondary activate support + +2011-07-21 Ted Gould <ted@gould.cx> + + Dropping the x and y paramaters from the secondary activate signal + +2011-07-09 Marco Trevisan (Treviño) <mail@3v1n0.net> + + Added support for secondary activate signal: i.e. middle-click + + Secondary activate signal is designed to be used for a secondary + kind of activation, for example using middle-click. + + It exports both the event time and the mouse position (this is + mostly needed to follow the Status Notifier specifications). + +2011-07-08 Marco Trevisan (Treviño) <mail@3v1n0.net> + + Merging with trunk + 2011-07-14 Ted Gould <ted@gould.cx> 0.3.91 |