diff options
author | Iain Holmes <iain@src.gnome.org> | 2001-07-07 05:49:20 +0800 |
---|---|---|
committer | Iain Holmes <iain@src.gnome.org> | 2001-07-07 05:49:20 +0800 |
commit | 3dc641a7bf4d435e32ee89ad7748c639574a32e0 (patch) | |
tree | 719bbdf545625dc1d2ce9e50bf605bc672c950a7 /my-evolution/ChangeLog | |
parent | 214d03a44a266edbba2e82ab776b950a2bacbaf3 (diff) | |
download | gsoc2013-evolution-3dc641a7bf4d435e32ee89ad7748c639574a32e0.tar gsoc2013-evolution-3dc641a7bf4d435e32ee89ad7748c639574a32e0.tar.gz gsoc2013-evolution-3dc641a7bf4d435e32ee89ad7748c639574a32e0.tar.bz2 gsoc2013-evolution-3dc641a7bf4d435e32ee89ad7748c639574a32e0.tar.lz gsoc2013-evolution-3dc641a7bf4d435e32ee89ad7748c639574a32e0.tar.xz gsoc2013-evolution-3dc641a7bf4d435e32ee89ad7748c639574a32e0.tar.zst gsoc2013-evolution-3dc641a7bf4d435e32ee89ad7748c639574a32e0.zip |
Mail stuff added
svn path=/trunk/; revision=10867
Diffstat (limited to 'my-evolution/ChangeLog')
-rw-r--r-- | my-evolution/ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/my-evolution/ChangeLog b/my-evolution/ChangeLog index 787d5df475..43f4942464 100644 --- a/my-evolution/ChangeLog +++ b/my-evolution/ChangeLog @@ -1,5 +1,17 @@ 2001-07-06 Iain Holmes <iain@ximian.com> + * e-summary-preferences.c (str_list_from_vector): Change the delimiter + (vector_from_str_list): Change the delimiter. + (fill_mail_all_clist): Fill the mail folder clist. + (fill_mail_shown_clist): Use nicer names. + (mail_add_clicked_cb): Add folders to the shown list. + + * e-summary-mail.c (e_summary_mail_fill_list): Flatten the hashtable + into the CList. + (e_summary_mail_uri_to_name): Get the pretty name for a uri. + +2001-07-06 Iain Holmes <iain@ximian.com> + * e-summary-preferences.c (fill_rdf_shown_list): Attach data (rdf_add_clicked_cb): Allow multiple rows to be removed. (rdf_remove_clicked_cb): Use the data. |