diff options
author | Not Zed <NotZed@HelixCode.com> | 2000-08-11 00:37:02 +0800 |
---|---|---|
committer | Michael Zucci <zucchi@src.gnome.org> | 2000-08-11 00:37:02 +0800 |
commit | bcbb63c59f80eb4e684036c5ef58ab141fb01b03 (patch) | |
tree | 4c2bc22eba265c15a1afe5511fc208db9c5d71f4 /mail/ChangeLog | |
parent | 0c8f2908653fdecd2ef5ef8cf7f2333f9bc910c4 (diff) | |
download | gsoc2013-evolution-bcbb63c59f80eb4e684036c5ef58ab141fb01b03.tar gsoc2013-evolution-bcbb63c59f80eb4e684036c5ef58ab141fb01b03.tar.gz gsoc2013-evolution-bcbb63c59f80eb4e684036c5ef58ab141fb01b03.tar.bz2 gsoc2013-evolution-bcbb63c59f80eb4e684036c5ef58ab141fb01b03.tar.lz gsoc2013-evolution-bcbb63c59f80eb4e684036c5ef58ab141fb01b03.tar.xz gsoc2013-evolution-bcbb63c59f80eb4e684036c5ef58ab141fb01b03.tar.zst gsoc2013-evolution-bcbb63c59f80eb4e684036c5ef58ab141fb01b03.zip |
Update for append_message api change.
2000-08-10 Not Zed <NotZed@HelixCode.com>
* mail-local.c (do_local_reconfigure_folder): Update for
append_message api change.
* message-list.c (message_list_regenerate): Change for search api
change.
(ml_tree_value_at): Add a colour column, based on the colour
assigned in the summary.
(message_list_init_renderers): Init colour column.
svn path=/trunk/; revision=4685
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 9de8de366a..e734e79217 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,3 +1,14 @@ +2000-08-10 Not Zed <NotZed@HelixCode.com> + + * mail-local.c (do_local_reconfigure_folder): Update for + append_message api change. + + * message-list.c (message_list_regenerate): Change for search api + change. + (ml_tree_value_at): Add a colour column, based on the colour + assigned in the summary. + (message_list_init_renderers): Init colour column. + 2000-08-09 Cody Russell <bratsche@gnome.org> * folder-browser-factory.c, mail-view.c: Make the toolbars |