diff options
author | Chris Toshok <toshok@helixcode.com> | 2000-09-28 08:43:42 +0800 |
---|---|---|
committer | Chris Toshok <toshok@src.gnome.org> | 2000-09-28 08:43:42 +0800 |
commit | 67c50dc234f6ad9366c32ba25acb1971b76a0130 (patch) | |
tree | e2a2c7111c9531557f0544a756a58e18b25bb630 /mail/ChangeLog | |
parent | 6c4d4168047713cb57d4a96c671e2c24c3dfad87 (diff) | |
download | gsoc2013-evolution-67c50dc234f6ad9366c32ba25acb1971b76a0130.tar.gz gsoc2013-evolution-67c50dc234f6ad9366c32ba25acb1971b76a0130.tar.zst gsoc2013-evolution-67c50dc234f6ad9366c32ba25acb1971b76a0130.zip |
add SubscribeControl typedef.
2000-09-27 Chris Toshok <toshok@helixcode.com>
* mail-types.h: add SubscribeControl typedef.
* Makefile.am (evolution_mail_SOURCES): add the subscribe stuff.
* subscribe-control-factory.h
* subscribe-control-factory.c
* subscribe-control.c:
* subscribe-control.h: Mostly mocked up subscribe ui.
svn path=/trunk/; revision=5610
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r-- | mail/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog index b6870cefd4..0244838e78 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,3 +1,14 @@ +2000-09-27 Chris Toshok <toshok@helixcode.com> + + * mail-types.h: add SubscribeControl typedef. + + * Makefile.am (evolution_mail_SOURCES): add the subscribe stuff. + + * subscribe-control-factory.h + * subscribe-control-factory.c + * subscribe-control.c: + * subscribe-control.h: Mostly mocked up subscribe ui. + 2000-09-27 Jeffrey Stedfast <fejj@helixcode.com> Note: We need a configuration option to specify whether to log filtering actions or not. |