diff options
author | Boby Wang <boby.wang@sun.com> | 2006-04-27 15:25:48 +0800 |
---|---|---|
committer | Li Yuan <liyuan@src.gnome.org> | 2006-04-27 15:25:48 +0800 |
commit | c9a45a3fcaeb5f27f5f883a6cdecc25fbb042033 (patch) | |
tree | 84428b25a16d8bf67a012d07b2011da6b53698a3 /a11y/ChangeLog | |
parent | 280fb432f4293786ae307a259eee9d633f6d9b86 (diff) | |
download | gsoc2013-evolution-c9a45a3fcaeb5f27f5f883a6cdecc25fbb042033.tar.gz gsoc2013-evolution-c9a45a3fcaeb5f27f5f883a6cdecc25fbb042033.tar.zst gsoc2013-evolution-c9a45a3fcaeb5f27f5f883a6cdecc25fbb042033.zip |
Fix for #332821
2006-04-27 Boby Wang <boby.wang@sun.com>
Fix for #332821
* widgets/Makefile.am:
* widgets/ea-expander.[ch]:
Add two new files to implement the accessibility of EExpander.
* widgets/ea-widgets.[ch]:(e_expander_a11y_init):
Implement the accessibility of EExpander.
svn path=/trunk/; revision=31911
Diffstat (limited to 'a11y/ChangeLog')
-rw-r--r-- | a11y/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/a11y/ChangeLog b/a11y/ChangeLog index 795179aa1e..82db5cf0bd 100644 --- a/a11y/ChangeLog +++ b/a11y/ChangeLog @@ -1,3 +1,13 @@ +2006-04-27 Boby Wang <boby.wang@sun.com> + + Fix for #332821 + + * widgets/Makefile.am: + * widgets/ea-expander.[ch]: + Add two new files to implement the accessibility of EExpander. + * widgets/ea-widgets.[ch]:(e_expander_a11y_init): + Implement the accessibility of EExpander. + 2006-04-24 Rajeev ramanathan <rajeevramanathan_2004@yahoo.co.in> reviewed by: Harish Krishnaswamy <kharish@novell.com> |