diff options
author | Iain Holmes <iain@src.gnome.org> | 2001-08-23 06:31:53 +0800 |
---|---|---|
committer | Iain Holmes <iain@src.gnome.org> | 2001-08-23 06:31:53 +0800 |
commit | 0af9d4d9864670f408b39cdec77e83c661e70584 (patch) | |
tree | d23bc8b9466bd7c7c9ae4c004f7a58deca2d5241 /my-evolution/ChangeLog | |
parent | 1b92eea9f43d08e724c831ae6807b39b2ba73f4e (diff) | |
download | gsoc2013-evolution-0af9d4d9864670f408b39cdec77e83c661e70584.tar gsoc2013-evolution-0af9d4d9864670f408b39cdec77e83c661e70584.tar.gz gsoc2013-evolution-0af9d4d9864670f408b39cdec77e83c661e70584.tar.bz2 gsoc2013-evolution-0af9d4d9864670f408b39cdec77e83c661e70584.tar.lz gsoc2013-evolution-0af9d4d9864670f408b39cdec77e83c661e70584.tar.xz gsoc2013-evolution-0af9d4d9864670f408b39cdec77e83c661e70584.tar.zst gsoc2013-evolution-0af9d4d9864670f408b39cdec77e83c661e70584.zip |
Fix the show_full_path bug
Set up the functions for better online/offline reporting.
svn path=/trunk/; revision=12403
Diffstat (limited to 'my-evolution/ChangeLog')
-rw-r--r-- | my-evolution/ChangeLog | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/my-evolution/ChangeLog b/my-evolution/ChangeLog index c08095188f..03d9033a1d 100644 --- a/my-evolution/ChangeLog +++ b/my-evolution/ChangeLog @@ -1,3 +1,24 @@ +2001-08-22 Iain Holmes <iain@ximian.com> + + * e-summary-mail.c (make_pretty_foldername): If show_full_path is TRUE + then return the full path. Take in the ESummary as well. + (folder_gen_html): Pass ESummary to make_pretty_foldername. + (e_summary_mail_generate_html): Pass the ESummary to folder_gen_html. + + * e-summary-rdf.c (e_summary_rdf_set_online): Take in a + GNOME_Evolution_OfflineProgressListener in case we want to do + individual reporting of rdf's being destroyed. + (make_connection): Call the RDF Feed a News Feed instead. + + * e-summary-weather.c (e_summary_weather_set_online): Same. + + * e-summary.c (e_summary_set_online): Pass in the + GNOME_Evolution_OfflineProgressListener to the set_online callback. + + * e-summary-offline-handler.c (impl_goOffline): Pass the listener to the + callback. + (impl_goOnline): Pass NULL for the listener. + 2001-08-21 Iain Holmes <iain@ximian.com> * my-evolution-html.h: Set the text colour to black. |