From fd244132adb4225b6982422632bd69bc57b4e589 Mon Sep 17 00:00:00 2001 From: Jeffrey Stedfast Date: Thu, 13 Nov 2003 19:02:07 +0000 Subject: New folder-tree widget that replaces the shell's folder-tree widget. 2003-11-13 Jeffrey Stedfast * em-folder-tree.[c,h]: New folder-tree widget that replaces the shell's folder-tree widget. * em-folder-tree-model.[c,h]: New source files subclassing GtkTreeStore for handling the mess that is drag&drop. * em-folder-selection-button.c: Ported to use EMFolderTree. * em-folder-selection.c: Ported to use EMFolderTree. * em-folder-selector.c: Ported to use EMFolderTree. * mail-component.c: Ported to use EMFolderTree. * mail-offline-handler.c (storage_go_online): Updated to not pass a storage argument. * mail-folder-cache.c: Removed storage stuff. * mail-send-recv.c (receive_update_got_store): Don't do EStorage* stuff anymore. svn path=/trunk/; revision=23331 --- mail/ChangeLog | 62 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 61 insertions(+), 1 deletion(-) (limited to 'mail/ChangeLog') diff --git a/mail/ChangeLog b/mail/ChangeLog index 0413bf7094..ae41feb26a 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,3 +1,27 @@ +2003-11-13 Jeffrey Stedfast + + * em-folder-tree.[c,h]: New folder-tree widget that replaces the + shell's folder-tree widget. + + * em-folder-tree-model.[c,h]: New source files subclassing + GtkTreeStore for handling the mess that is drag&drop. + + * em-folder-selection-button.c: Ported to use EMFolderTree. + + * em-folder-selection.c: Ported to use EMFolderTree. + + * em-folder-selector.c: Ported to use EMFolderTree. + + * mail-component.c: Ported to use EMFolderTree. + + * mail-offline-handler.c (storage_go_online): Updated to not pass + a storage argument. + + * mail-folder-cache.c: Removed storage stuff. + + * mail-send-recv.c (receive_update_got_store): Don't do EStorage* + stuff anymore. + 2003-11-13 Ettore Perazzoli * mail-component.c (impl__get_userCreatableItems): New, @@ -31,7 +55,8 @@ 2003-11-11 Not Zed - * em-format-html.c (efh_application_xpkcs7mime): output icons of the status. + * em-format-html.c (efh_application_xpkcs7mime): output icons of + the status. (em_format_html_add_pobject): Changed to take a size specificier, return the pobject, and re-ordered args to be more consistent with puri stuff. @@ -77,6 +102,41 @@ * Makefile.am: build the marshall files right at the beginning +2003-11-11 Not Zed + + * mail-security.glade: new glade file for security related stuff. + + * mail-config.glade: removed the message security dialogue, it + gets opened automatically by the config code :( + +2003-11-10 Ettore Perazzoli + + * GNOME_Evolution_Mail.server.in.in: Set an + "evolution:component_alias" property with a value of "mail". + +2003-11-10 Not Zed + + * em-format-html.c (em_format_html_multipart_signed_sign): changed + for cipher context api changes. + * em-format.c (emf_multipart_signed): ditto. + +2003-11-07 Not Zed + + * mail-config.glade: added security_information_dialog (probably + temporarily in this file). + + * em-format.c (em_format_is_attachment): also treat pkcs7-mime as + non-attachment. + (emf_application_xpkcs7mime): no longer need to worry about + scanning the part. + +2003-11-07 Dan Winship + + * message-list.c: Don't #include e-name-western.h, since the code + that uses it is commented out, and we want to remove the local + copy, but we don't want to make the mailer depend on the e-d-s + copy if it's not even going to be using it. + 2003-11-07 JP Rosevear * Makefile.am: Make sure the marshal files are listed above other -- cgit v1.2.3