diff options
author | Jeffrey Stedfast <fejj@helixcode.com> | 2001-01-07 09:02:05 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2001-01-07 09:02:05 +0800 |
commit | 670a2b34ff6e9a3912ea8fcb93cea9f6b83317d8 (patch) | |
tree | b363df4d539cdd25f85a3a5f7b8a42018312b922 /mail/ChangeLog | |
parent | e640e3a1bc66a30f6912e52a91803eb5d30cc358 (diff) | |
download | gsoc2013-evolution-670a2b34ff6e9a3912ea8fcb93cea9f6b83317d8.tar gsoc2013-evolution-670a2b34ff6e9a3912ea8fcb93cea9f6b83317d8.tar.gz gsoc2013-evolution-670a2b34ff6e9a3912ea8fcb93cea9f6b83317d8.tar.bz2 gsoc2013-evolution-670a2b34ff6e9a3912ea8fcb93cea9f6b83317d8.tar.lz gsoc2013-evolution-670a2b34ff6e9a3912ea8fcb93cea9f6b83317d8.tar.xz gsoc2013-evolution-670a2b34ff6e9a3912ea8fcb93cea9f6b83317d8.tar.zst gsoc2013-evolution-670a2b34ff6e9a3912ea8fcb93cea9f6b83317d8.zip |
Coded a bunch of the methods.
2001-01-06 Jeffrey Stedfast <fejj@helixcode.com>
* mail-account-editor.c: Coded a bunch of the methods.
svn path=/trunk/; revision=7287
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r-- | mail/ChangeLog | 14 |
1 files changed, 10 insertions, 4 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog index b70745125f..ae1b471224 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,12 +1,18 @@ +2001-01-06 Jeffrey Stedfast <fejj@helixcode.com> + + * mail-account-editor.c: Coded a bunch of the methods. + 2001-01-04 Iain Holmes <iain@helixcode.com> - * mail-summary.c (idle_check): Check if the HTML for the current summary - has been created, and if not then keep trying until it has. + * mail-summary.c (idle_check): Check if the HTML for the current + summary has been created, and if not then keep trying until it + has. (new_folder_cb) (removed_folder_cb) - (create_summary_view): Use the idle_check function to generate the + (create_summary_view): Use the idle_check function to generate the summary. - (create_summary_view): Don't set the HTML here. Set it via the pipe. + (create_summary_view): Don't set the HTML here. Set it via the + pipe. 2001-01-05 Jeffrey Stedfast <fejj@helixcode.com> |