diff options
author | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2017-10-26 23:19:26 +0200 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2017-10-27 00:17:29 +0200 |
commit | e917d3a28a238208ecf786cfda93dcd2893e3df2 (patch) | |
tree | 7025063a06c7ba398ba64548d060c9a97e69210d /NEWS.Canonical | |
parent | ba82b68035b55a7abbafc7d488e04f5ca9a3836c (diff) | |
download | ayatana-indicator-messages-e917d3a28a238208ecf786cfda93dcd2893e3df2.tar.gz ayatana-indicator-messages-e917d3a28a238208ecf786cfda93dcd2893e3df2.tar.bz2 ayatana-indicator-messages-e917d3a28a238208ecf786cfda93dcd2893e3df2.zip |
Fork from Ubuntu's Indicator Messages.
Diffstat (limited to 'NEWS.Canonical')
-rw-r--r-- | NEWS.Canonical | 42 |
1 files changed, 42 insertions, 0 deletions
diff --git a/NEWS.Canonical b/NEWS.Canonical new file mode 100644 index 0000000..341594a --- /dev/null +++ b/NEWS.Canonical @@ -0,0 +1,42 @@ + +12.10.5 + +* fix crash caused by GError not being cleared (lp #1064314) +* fix crash when registering an app that was previously unregistered (lp #1065169) +* remove the icon if NULL is passed to source_set_icon (lp #1070421) +* call gtk-update-icon-cache (lp #1060618) + +12.10.4 + +* specify fallback icons for the ones with status emblem (lp #1056595) +* make icon size consistent with the other indicators (lp #1055966) +* libmessaging-menu: fix crash when receiving a invalid desktop id (lp #1058386) + + +12.10.3 + +* hide indicator when no application shows in the menu (lp #661059) +* remove apps as soon as they are uninstalled (lp #864545) +* make generated .gir compatible with vala (lp #104496) +* draw counts as lozenges (lp #1046331) +* show separators (lp #1048245) +* show chat presence in the panel (lp #859905) +* improve documentation + + +12.10.2 + +* libmessaging-menu: + - expand source documentation and add gtk-doc to the build system + - added new API: messaging_menu_app_set_source_{label,icon} + - fix bug: only one MessagingMenuApp was exported to the messaging menu + + +12.10.1 + +* presence icons are shown again +* the icon is changed when a source draws attention +* the time in source menu items is always kep current +* fixed all g-ir-scanner warnings +* libmessaging-menu now removes sources when they are activated +* fixed several bugs |