aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2012-03-09 14:21:04 -0600
committerTed Gould <ted@gould.cx>2012-03-09 14:21:04 -0600
commit890165c74783d1771e0a391987630481885cbe4a (patch)
treebc1cc8422136534c0a17da5decea5976c8efd370 /ChangeLog
parent2ca22ea68d9bad535a42b7d40d027c8763e5ac44 (diff)
parentb314d39809c37d6beff47389d3dfaedf058c0fcd (diff)
downloadlibdbusmenu-890165c74783d1771e0a391987630481885cbe4a.tar.gz
libdbusmenu-890165c74783d1771e0a391987630481885cbe4a.tar.bz2
libdbusmenu-890165c74783d1771e0a391987630481885cbe4a.zip
Import upstream version 0.5.94
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog50
1 files changed, 50 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index c1fad0b..124b986 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,55 @@
# Generated by Makefile. Do not edit.
+2012-03-09 Ted Gould <ted@gould.cx>
+
+ 0.5.94
+
+2012-03-09 Ted Gould <ted@gould.cx>
+
+ Removing underscores in the ATK name
+
+2012-03-09 Ted Gould <ted@gould.cx>
+
+ Restructuring slightly to have two cases, allocating memory and not allocating
+
+2012-03-09 Luke Yelavich <luke.yelavich@canonical.com>
+
+ Remove the underscores used for mnewmonics, as orca speaks them, which is not
+ what we want.
+
+2012-03-09 Ted Gould <ted@gould.cx>
+
+ Making sure to disconnect theme changed handler universally
+
+2012-03-09 Ted Gould <ted@gould.cx>
+
+ Attaching bug
+
+2012-03-09 Ted Gould <ted@gould.cx>
+
+ Missing a couple of cases of removing the signal handler and clearing the stored value
+
+2012-03-08 Ted Gould <ted@gould.cx>
+
+ Making sure the ATK object name always gets set to the label if nothing else
+
+2012-03-08 Luke Yelavich <luke.yelavich@canonical.com>
+
+ Set the accessible name from the dbusmenu item label. THis is a work-around until GTK follows atk docs.
+
+2012-03-08 Luke Yelavich <luke.yelavich@canonical.com>
+
+ Merge from trunk.
+
+2012-02-17 Luke Yelavich <luke.yelavich@canonical.com>
+
+ Do not set the accessible name to an empty string if the accessible_desc
+ property = NULL. Yes this was recently changed so that dbusmenu conformed
+ to Atk documentation, but the GTK menu item accessibility code does not yet
+ conform to sed documentation. As a result, all dbusmenu menu items that do not
+ have the accessible_desc property set end up getting an empty string for their
+ accessible name. In the long term, GTK accessibility needs to be fixed.
+
2012-03-08 Ted Gould <ted@gould.cx>
0.5.93