diff options
author | Ted Gould <ted@gould.cx> | 2011-08-11 09:29:30 -0500 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2011-08-11 09:29:30 -0500 |
commit | 52de3eb2a2a7cc6a1ed8272d85585f1463f836d9 (patch) | |
tree | f74f9f13dac6e58bfcd813a7ab2a20ef178b3db2 /ChangeLog | |
parent | bfd668716a3702fbc27abee0bf609fc747b88f4e (diff) | |
parent | 6deeec596bef04ffaf469dfcf5197b36b41813cf (diff) | |
download | ayatana-indicator-messages-52de3eb2a2a7cc6a1ed8272d85585f1463f836d9.tar.gz ayatana-indicator-messages-52de3eb2a2a7cc6a1ed8272d85585f1463f836d9.tar.bz2 ayatana-indicator-messages-52de3eb2a2a7cc6a1ed8272d85585f1463f836d9.zip |
* New upstream release.
* Add an item to clear the alert
* Choose mail applications based on the default application
* Clear based on middle click
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 106 |
1 files changed, 106 insertions, 0 deletions
@@ -1,5 +1,111 @@ # Generated by Makefile. Do not edit. +2011-08-11 Ted Gould <ted@gould.cx> + + 0.4.93 + +2011-08-11 Ted Gould <ted@gould.cx> + + Migrating to libindicate 0.6 API + +2011-07-22 Ted Gould <ted@gould.cx> + + Add a clear attention menu item and attach it to middle click + +2011-07-22 Ted Gould <ted@gould.cx> + + Make sure clear attention stays at the end + +2011-07-22 Ted Gould <ted@gould.cx> + + No need to track the last separator as we now have a menu item below it. + +2011-07-22 Ted Gould <ted@gould.cx> + + Adding in the clear attention menu item + +2011-07-21 Ted Gould <ted@gould.cx> + + Removing the menu item from the indicator + +2011-07-21 Ted Gould <ted@gould.cx> + + Responding to clear attention method by clearing the dot + +2011-07-21 Ted Gould <ted@gould.cx> + + Switching to calling a method instead of clearing in the indictor. + +2011-07-21 Ted Gould <ted@gould.cx> + + Removing Watch method as that's been moved to libindicator (for a while) + +2011-07-21 Ted Gould <ted@gould.cx> + + Adding a method to clear the attention + +2011-07-21 Marco Trevisan (Treviño) <mail@3v1n0.net> + + Don't use g_return_if_fail in middle-click cb function + + We don't need an assertion there. + +2011-07-21 Marco Trevisan (Treviño) <mail@3v1n0.net> + + X and Y pointer position aren't supported anymore by libindicator + + Dropping them! + +2011-07-19 Marco Trevisan (Treviño) <mail@3v1n0.net> + + Added a "Clear notifications" menu as well... + +2011-07-19 Marco Trevisan (Treviño) <mail@3v1n0.net> + + Merge with upstream + +2011-07-11 Marco Trevisan (Treviño) <mail@3v1n0.net> + + Reset the un-attention icon on secondary-activate over indicator + + When the messaging menu is in the "attention" state, middle-clicking + over the indicator-messages will clear the attention icon. + +2011-07-11 Marco Trevisan (Treviño) <mail@3v1n0.net> + + configure.ac: Use the "--with-gtk" option flag. + + Use this flag, as all other projects in unity and indicators land + +2011-07-22 Ted Gould <ted@gould.cx> + + Making mail applications based on the default mail client not a hardcoded desktop file. + +2011-07-22 Ted Gould <ted@gould.cx> + + Use the G_N_ELEMENTS macro + +2011-07-22 Ted Gould <ted@gould.cx> + + Reworking found slightly to make clean up code nicer + +2011-07-21 Chris Coulson <chrisccoulson@ubuntu.com> + + Honour the default mail client rather than hardcoding the Mail entry to point to Evolution + +2011-07-22 Ted Gould <ted@gould.cx> + + Make sure to insert in the right locations + +2011-07-22 Chris Coulson <chrisccoulson@ubuntu.com> + + Make all indicator entries appear after an applications shortcuts + + Currently, indicator_added and resort_menu have different ideas of where they should go. + indicator_added puts them before shortcuts, whereas resort_menu will move the shortcuts + before them. This leads to a situation where shortcut entries end up inbetween an applications + indicator entries (and this happens a lot with Thunderbird) + 2011-07-14 Ted Gould <ted@gould.cx> 0.4.92 |