diff options
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r-- | mail/ChangeLog | 30 |
1 files changed, 27 insertions, 3 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog index 3c26efdc5b..9773b8f793 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,3 +1,30 @@ +2001-08-07 Peter Williams <peterw@ximian.com> + + * subscribe-dialog.c (folder_etree_construct): Move fe_create_root_node + farther down, so we can check for its children without problems. + (storage_tree_path): Removed, this was broken. + (subscribe_get_short_folderinfo): Use the queued thread instead of the + new thread. + (subscribe_do_subscribe_folder): Same. + (ftree_node_new_root): Don't create the path anymore; it was broken + and there's a better way to get it now. + (fe_got_children): Remove some debugging output. + (fe_check_for_children): Here too. + (fe_done_subscribing): Get the path from the URI instead of the ftree_node. + (_SubscribeDialogPrivate): Add all of our useful widgets as members. + (sc_refresh_pressed): Don't clear the search... that makes no sense now. + (sc_search_activated): Don't set the filter radio button as active now; + we use sensitivity instead. + (sc_all_toggled): Make the search entry insensitive. + (sc_filter_toggled): Make the search entry sensitive. + (kill_default_view): New function. Gets rid of the default view stuff and + makes all the widgetry sensitive. + (menu_item_selected): Check if we moved off of the default view and, if so, + call kill_default_view(). + (subscribe_dialog_construct): Initialize our new private widget members, and + by default insensitize most of the buttons because they make no sense in the + default view. + 2001-08-06 Jeffrey Stedfast <fejj@ximian.com> * mail-config.glade: Added key accelerators to a bunch of the @@ -35,9 +62,6 @@ * mail-callbacks.c (manage_subscriptions): Change to reflect API update. - * component-factory.c (mail_load_storages): Don't add the storage - if it has been disabled. - * Makefile.am (etspec_DATA): Add subscribe-dialog.etspec. (glade_DATA): And the glade file. |