aboutsummaryrefslogtreecommitdiffstats
path: root/mail/ChangeLog
diff options
context:
space:
mode:
authorEttore Perazzoli <ettore@src.gnome.org>2000-08-13 13:20:54 +0800
committerEttore Perazzoli <ettore@src.gnome.org>2000-08-13 13:20:54 +0800
commit53337e992fde35e34fc9b8211ca717cc0c465705 (patch)
tree3113d63ff45c9895ee5b0242e613536ce62d00ee /mail/ChangeLog
parent9f128d951a3ab24341afbb677a2f1dd665b56548 (diff)
downloadgsoc2013-evolution-53337e992fde35e34fc9b8211ca717cc0c465705.tar
gsoc2013-evolution-53337e992fde35e34fc9b8211ca717cc0c465705.tar.gz
gsoc2013-evolution-53337e992fde35e34fc9b8211ca717cc0c465705.tar.bz2
gsoc2013-evolution-53337e992fde35e34fc9b8211ca717cc0c465705.tar.lz
gsoc2013-evolution-53337e992fde35e34fc9b8211ca717cc0c465705.tar.xz
gsoc2013-evolution-53337e992fde35e34fc9b8211ca717cc0c465705.tar.zst
gsoc2013-evolution-53337e992fde35e34fc9b8211ca717cc0c465705.zip
Get the mail component to use the new Evolution::ShellView interface.
This implementation is so ugly and evil and needs to be replaced. Don't look at it. Go away. svn path=/trunk/; revision=4797
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r--mail/ChangeLog28
1 files changed, 28 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog
index c09bf593f3..1e7342be4c 100644
--- a/mail/ChangeLog
+++ b/mail/ChangeLog
@@ -1,3 +1,31 @@
+2000-08-13 Ettore Perazzoli <ettore@helixcode.com>
+
+ * folder-browser-factory.c (control_destroy_cb): Remove the
+ control from the active control list, if it's there.
+
+ * mail.h (folder_browser_factory_new_control): Removed prototype.
+ (folder_browser_factory_init): Removed prototype.
+
+ * folder-browser-factory.h: New.
+
+ * folder-browser-factory.c: New static variable `active_controls',
+ list of the currently active controls.
+ (control_activate): Add the control to it.
+ (control_deactivate): Remove the control from it.
+ (folder_browser_factory_get_active_control_list): New.
+
+ * mail-threads.c (mail_operations_get_status): New function.
+
+ * folder-browser.c (folder_browser_gui_init): Add i18n support for
+ the labels.
+
+ [The following is actually from a patch by Peter Williams
+ <peterw@helixcode.com>.]
+
+ * Removed types `PERCENTAGE', `HIDE_PBAR', `SHOW_PBAR'. New
+ struct `block_info_s'. Removed all the code to create and destroy
+ the progress window.
+
2000-08-13 Jeffrey Stedfast <fejj@helixcode.com>
* component-factory.c (create_news_storage): Updated to reflect