diff options
author | Harry Lu <harry.lu@sun.com> | 2005-01-04 15:40:37 +0800 |
---|---|---|
committer | Harry Lu <haip@src.gnome.org> | 2005-01-04 15:40:37 +0800 |
commit | ad5c80a5bea1b6201033be2bc74ad197828ea0f5 (patch) | |
tree | 86a231d239533fb27369469315d533be92ddf4a5 /a11y/ChangeLog | |
parent | 929792231aae9868bbcf6388b309a78e26ae10ba (diff) | |
download | gsoc2013-evolution-ad5c80a5bea1b6201033be2bc74ad197828ea0f5.tar.gz gsoc2013-evolution-ad5c80a5bea1b6201033be2bc74ad197828ea0f5.tar.zst gsoc2013-evolution-ad5c80a5bea1b6201033be2bc74ad197828ea0f5.zip |
add ea-combo-button.[ch] to Makefile.
2005-01-04 Harry Lu <harry.lu@sun.com>
* widgets/Makefile.am: add ea-combo-button.[ch] to Makefile.
* widgets/ea-combo-button.c:
* widgets/ea-combo-button.h: implement a11y object for e-combo-button.
* widgets/ea-widgets.c: (e_combo_button_a11y_init): set a11y factory.
* widgets/ea-widgets.h: add declaration.
svn path=/trunk/; revision=28228
Diffstat (limited to 'a11y/ChangeLog')
-rw-r--r-- | a11y/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/a11y/ChangeLog b/a11y/ChangeLog index da27fc5275..a7b15a3b5d 100644 --- a/a11y/ChangeLog +++ b/a11y/ChangeLog @@ -1,3 +1,11 @@ +2005-01-04 Harry Lu <harry.lu@sun.com> + + * widgets/Makefile.am: add ea-combo-button.[ch] to Makefile. + * widgets/ea-combo-button.c: + * widgets/ea-combo-button.h: implement a11y object for e-combo-button. + * widgets/ea-widgets.c: (e_combo_button_a11y_init): set a11y factory. + * widgets/ea-widgets.h: add declaration. + 2004-12-09 Harry Lu <harry.lu@sun.com> Fix a warning. |