diff options
author | Chris Toshok <toshok@helixcode.com> | 2000-09-28 14:48:49 +0800 |
---|---|---|
committer | Chris Toshok <toshok@src.gnome.org> | 2000-09-28 14:48:49 +0800 |
commit | f9a01cf88d9383b8715d49470124e3eb11e1d984 (patch) | |
tree | a95a3cd29ef7e5fa5c17126fb8c1ffa90fde8923 /mail/ChangeLog | |
parent | 3e77ddc8564793b40832afd8d464ce24b17e40c3 (diff) | |
download | gsoc2013-evolution-f9a01cf88d9383b8715d49470124e3eb11e1d984.tar.gz gsoc2013-evolution-f9a01cf88d9383b8715d49470124e3eb11e1d984.tar.zst gsoc2013-evolution-f9a01cf88d9383b8715d49470124e3eb11e1d984.zip |
new function.
2000-09-27 Chris Toshok <toshok@helixcode.com>
* subscribe-control.c (subscribe_refresh_list): new function.
* subscribe-control.h (subscribe_refresh_list): new prototype.
* subscribe-control-factory.c (update_pixmaps): add RefreshList
pixmap. also, add it to the verbs list.
svn path=/trunk/; revision=5612
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r-- | mail/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog index 0244838e78..87fa08d195 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,5 +1,14 @@ 2000-09-27 Chris Toshok <toshok@helixcode.com> + * subscribe-control.c (subscribe_refresh_list): new function. + + * subscribe-control.h (subscribe_refresh_list): new prototype. + + * subscribe-control-factory.c (update_pixmaps): add RefreshList + pixmap. also, add it to the verbs list. + +2000-09-27 Chris Toshok <toshok@helixcode.com> + * mail-types.h: add SubscribeControl typedef. * Makefile.am (evolution_mail_SOURCES): add the subscribe stuff. |