diff options
author | Chris Toshok <toshok@helixcode.com> | 2000-10-03 04:06:11 +0800 |
---|---|---|
committer | Chris Toshok <toshok@src.gnome.org> | 2000-10-03 04:06:11 +0800 |
commit | bfe2227dd0f527b2c8da97d73ed2361a564f08bd (patch) | |
tree | f500e26f95bf24753565cfaddefdbdd996d84bf0 /mail/ChangeLog | |
parent | 26973c935a4ec47fe20f248885d0881b18560fe0 (diff) | |
download | gsoc2013-evolution-bfe2227dd0f527b2c8da97d73ed2361a564f08bd.tar gsoc2013-evolution-bfe2227dd0f527b2c8da97d73ed2361a564f08bd.tar.gz gsoc2013-evolution-bfe2227dd0f527b2c8da97d73ed2361a564f08bd.tar.bz2 gsoc2013-evolution-bfe2227dd0f527b2c8da97d73ed2361a564f08bd.tar.lz gsoc2013-evolution-bfe2227dd0f527b2c8da97d73ed2361a564f08bd.tar.xz gsoc2013-evolution-bfe2227dd0f527b2c8da97d73ed2361a564f08bd.tar.zst gsoc2013-evolution-bfe2227dd0f527b2c8da97d73ed2361a564f08bd.zip |
subscribe-control.[ch] -> subscribe_dialog.[ch]
2000-10-02 Chris Toshok <toshok@helixcode.com>
* Makefile.am (evolution_mail_SOURCES): subscribe-control.[ch] -> subscribe_dialog.[ch]
* mail-callbacks.c (manage_subscriptions): subscribe_control ->
subscribe_dialog. Also, pass the shell to subscribe_dialog_new.
* mail-types.h: SubscribeControl -> SubscribeDialog.
* subscribe-dialog.c, subscribe-dialog.h: rename from subscribe-control.[ch].
* subscribe-dialog.c (subscribe_dialog_construct): pass
Evolution_Shell in.
(subscribe_dialog_new): takes Evolution_Shell argument now.
svn path=/trunk/; revision=5668
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r-- | mail/ChangeLog | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog index e93799d43e..90b3b125ea 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,5 +1,20 @@ 2000-10-02 Chris Toshok <toshok@helixcode.com> + * Makefile.am (evolution_mail_SOURCES): subscribe-control.[ch] -> subscribe_dialog.[ch] + + * mail-callbacks.c (manage_subscriptions): subscribe_control -> + subscribe_dialog. Also, pass the shell to subscribe_dialog_new. + + * mail-types.h: SubscribeControl -> SubscribeDialog. + + * subscribe-dialog.c, subscribe-dialog.h: rename from subscribe-control.[ch]. + + * subscribe-dialog.c (subscribe_dialog_construct): pass + Evolution_Shell in. + (subscribe_dialog_new): takes Evolution_Shell argument now. + +2000-10-02 Chris Toshok <toshok@helixcode.com> + * message-list.c (message_list_init_renderers): remove the 2 tree pixbufs, so adjust the offsets to the score pixbufs. also, pass NULL for the open/closed pixbufs to the tree cell renderer. |