aboutsummaryrefslogblamecommitdiffstats
path: root/plugins/exchange-operations/ChangeLog
blob: 98baae1519f798584d1a710e5b98d2be05e988f4 (plain) (tree)
1
2
3
4
5
6
7
8
9








                                                                               




                                                     



                                                            





                                                                             
                                
                      
 













                                                                               
















                                                                               







                                                                          






                                                                        

                                                            



















                                                                            






                                                                          







                                                                            






                                                                             






                                                                              








                                                                            







                                                                               








                                                                               















                                                                        









                                                                              






















                                                                           





                                                                        






                                                                          















                                                                              



                                                          










                                                                          






                                                     
                                                
 




                                                                             




                                                                             






                                                                   





                                                                       






                                                                            











                                                                                 














                                                                               
















                                                                              






                                                                          












                                                                             













                                                                             









                                                                               







                                                                            







                                                                               











                                                                               







                                                                           



                                                                    






                                                                       






                                                                          














                                                                               





                                                                              

                                                 







                                                                               














                                                                               









                                                                           












                                                                            

                                            










                                                                              















                                                                                
                                                 




                                                                           









                                                                            






                                                                               















                                                                             









                                                                               




                                                                              





                                                                          







                                                                               




                                                        
















































































































































































































































                                                                                
2005-12-12  Sushma Rai  <rsushma@novell.com>

    * exchange-account-setup.c (print_error): Passing the support URL to
    e_error_run(), so that hardcoded URL won't be marked for translation.
    See #272514.
    * org-gnome-exchange-operations.error.xml: Uisng the correct error code
    "connect-exchange-error". Changed the primary message to more 
    appropriate one. Also removed hard coded URL.

2005-12-12  Harish Krishnaswamy  <kharish@novell.com>

    * Makefile.am: Add primary CLEANFILES,
    fix BUILT_SOURCES, make-clean issues.

2005-12-07  Funda Wang  <fundawang@linux.net.cn>

    * org-gnome-exchange-operations.eplug.in: i18nlized.

2005-11-24  Sushma Rai  <rsushma@novell.com>

    * exchange-account-setup.c (org_gnome_exchange_settings): Initialize
    OOF state and check for the OOF state and message only of the account
    is valid. Fixes the problem of printing OOF error message in case
    of authentication failure.
    (set_oof_info): Similar.
    Fixes #314583.

2005-10-03  Shakti Sen <shprasad@novell.com>

    * exchange-folder-permission.c (org_gnome_exchange_folder_permissions),
    (org_gnome_exchange_menu_folder_permission): Constructing the path
    properly to get the efolder.
    * exchange-folder.c (org_gnome_exchange_folder_inbox_unsubscribe),
    (exchange_get_folder), (org_gnome_exchange_check_inbox_subscribed),
    (unsubscribe_dialog_ab_response), (unsubscribe_dialog_response): 
    Creating proper path.
    
    The above modifications will now allow the user to do the operations
    like unsubscribed to Inbox and giving permission to a folder.
        -

2005-09-30  Shakti Sen <shprasad@novell.com>

    * exchange-folder-subscription.c (setup_folder_name_combo): Sets the
    corresponding 'Folder name'.
    (create_folder_subscription_dialog): Sets the cursor to User's entry
    text field.
    * exchange-folder-subscription.h: Added one more argument to function
    create_folder_subscription_dialog() to set the window title.
    * exchange-folder.c (org_gnome_exchange_inbox_subscription),
    (org_gnome_exchange_addressbook_subscription),
    (org_gnome_exchange_calendar_subscription),
    (org_gnome_exchange_tasks_subscription): Added newly.
    * org-gnome-exchange-operations.eplug.in: Changed the activate callback
    function names so that it can show appropriate window title.

    Fixes bug #317019, #317023.
    
2005-09-28  Sarfraaz Ahmed <asarfraaz@novell.com>

    * exchange-account-setup.c (owa_authenticate_user) : Propogate the
    authentication mechanism to the backend.
    * exchange-calendar.c
    * exchange-contacts.c
    * exchange-folder.c : Parse the new account uri.

2005-09-28  Tor Lillqvist  <tml@novell.com>

    * Makefile.am (INCLUDES, LIBADD): Use just CAMEL_EXCHANGE_CFLAGS
    and _LIBS, they now includes all necessary (see top-level
    ChangeLog).
    (LDFLAGS): Use NO_UNDEFINED.

    * org-gnome-exchange-operations.eplug.in: Use SOEXT.

2005-09-22  Praveen Kumar  <kpraveen@novell.com>

    ** Fixes bug 312849

    * exchange-calendar.c
    (e_exchange_calendar_pcalendar): Populate the folder hierarchy only 
    if Evolution is online.
    (e_exchange_calendar_check): Disable the "OK" button if Evolution 
    is offline.
    (e_exchange_calendar_commit): Don't do anything if Evolution is 
    offline.

    * exchange-contacts.c
    (e_exchange_contacts_pcontacts): Populate the folder hierarchy only 
    if Evolution is online.
    (e_exchange_contacts_check): Disable the "OK" button if Evolution 
    is offline.
    (e_exchange_contacts_commit): Don't do anything if Evolution is 
    offline.

2005-09-15  Arunprakash  <arunp@novell.com>

    * exchange-account-setup.c
    (org_gnome_exchange_show_folder_size_factory) : Now checks for the
    camel provider type, and does nothing for non exchange providers.
    ** Fixes #312886.

2005-09-14  Irene Huang <Irene.Huang@sun.com>

    Fix for #316274

    * exchange-account-setup.c: (btn_chpass_clicked),
    (org_gnome_exchange_settings): Enable change password function only 
    when built with kerberos5.  

2005-08-29  Praveen Kumar  <kpraveen@novell.com>

    ** Fixes bug 314762
    
    * exchange-config-listener.c (remove_selected_non_offline_esources) :
    Fixing a nasty infinite loop by swapping an if and while block.
    
2005-08-26  Shakti Sen <shprasad@novell.com>

    * exchange-folder.c (org_gnome_exchange_folder_unsubscribe): Fixes the
    'Label disappears' problem in Tasks, Calendar and Contacts.

    Fixes bug #311959.

2005-08-25  Arunprakash  <arunp@novell.com>

    * exchange-config-listener.c (account_added) : Need to set the
    account's linestatus to online as there is no way to get the
    linestatus in plugin. Also moved the authentication code to
    exchange_operations_get_exchange_account as it is not needed here.
    * exchange-operations.c (exchange_operations_get_exchange_account) :
    Updated to return the account in offline mode.

2005-08-25  Shakti Sen  <shprasad@novell.com>

    * exchange-folder.c (exchange_refresh_folder_tree, exchange_get_folder,
    org_gnome_exchange_folder_inbox_unsubscribe): Added support for
    Unsubscribe to other user's Inbox.

    Fixes bug #313310.

2005-08-24  Shakti Sen <shprasad@novell.com>

    * exchange-permissions-dialog.c (add_clicked): Getting list of mail-ids
    instead of a single mail-id.
    * exchange-user-dialog.[c/h] (e2k_user_dialog_get_user_list): Added
    support for adding multiple IDs.

    Fixes bug #313919.

2005-08-24  Praveen Kumar  <kpraveen@novell.com>

    * plugins/exchange-operations/exchange-account-setup.c:
    * plugins/exchange-operations/exchange-calendar.c:
    * plugins/exchange-operations/exchange-config-listener.c:
    * plugins/exchange-operations/exchange-contacts.c:
    * plugins/exchange-operations/exchange-delegates-user.c:
    * plugins/exchange-operations/exchange-folder-size-display.c:
    * plugins/exchange-operations/exchange-folder.c:
    * plugins/exchange-operations/exchange-operations.c:
    Removed the warning that are generated when compiled with GCC 4.

    * plugins/exchange-operations/exchange-calendar.c:
    Fixed a build break due to the modification of the 'source_type'
    field in the ECalConfigTargetSource class.

2005-08-22  Sarfraaz Ahmed <asarfraaz@novell.com>

    * exchange-account-setup.c (btn_fsize_clicked)
    (set_oof_info) : Use exchange_operations_get_exchange_account.
    * exchange-config-listener.c (exchange_config_listener_authenticate) :
    Fetch the password and connect. Added new
    * exchange-config-listener.h : Similar.
    * exchange-operations.c (exchange_operations_get_exchange_account) :
    Try authenticating if account is not found.

2005-09-12  Praveen Kumar  <kpraveen@novell.com>

    * exchange-config-listener.c
    (remove_selected_non_offline_esources): Added new
    (add_account_esources): Don't add the calendars and tasks in the 
    selected list
    (account_added): If starting in offline mode remove the non-offline
    calendars and tasks from the selected list so that it doesn't
    throws an error

    Fixes the bug 273272.
    
2005-08-11  Praveen Kumar  <kpraveen@novell.com>

    * exchange-config-listener.c
    (exchange_camel_urls_is_equal): Added new
    (exchange_config_listener_modify_esource_group_name): Added new
    (account_changed): Handle most of the account parameter changes
    without restart. This fixes bug 272784 and partially bug 220168
    (account_removed): Removed the message dialog that says that the
    changes will be reflected after restart. This partially fixes the
    bug 220168
    
2005-08-08  Arunprakash <arunp@novell.com>

    * exchange-folder-size-display.c: Included glib/gi18n.h file for
    translation. 
    * exchange-operations.c: Same.

2005-08-05  Arunprakash <arunp@novell.com>

    * exchange-folder-size-display.c (exchange_folder_size_display) :
    Marked strings for translation that were left out.
    * exchange-operations.c (exchange_operations_cta_add_node_to_tree)
    (exchange_operations_cta_select_node_from) : Same.
    
2005-08-03  Shakti Sen <shprasad@blr.novell.com>

    * exchange-folder.c (org_gnome_exchange_folder_ab_unsubscribe)
    (org_gnome_exchange_folder_unsubscribe)
    (org_gnome_exchange_folder_subscription): Added offline/online support
    and removed some warning messages.
    * exchange-operations.c: Added a new function exchange_is_offline().
    * exchange-operations.h: Included a prototype.
    * exchange-config-listener.c
    (exchange_config_listener_get_offline_status): Added newly to get the
    online/offline status.
    * exchange-config-listener.h: Added the prototype for
    exchange_config_listener_get_offline_status().

    Fixes bug #311324.

2005-08-03  Sarfraaz Ahmed <asarfraaz@novell.com>

    * exchange-folder.c : Fixed a build break. A typo.

2005-08-02  Shakti Sen <shprasad@blr.novell.com>

    * Makefile.am: Included 'calendar' in INCLUDES and some .la in
    'liborg_gnome_exchange_operations_la_LIBADD'
    * exchange-folder-permission.c: Added the functionality for
    'File->Permissions' menu-item for Calendar, Tasks and Contacts.
    * exchange-permissions-dialog.c (exchange_permissions_dialog_new):
    Takes care of 'folder' is not-null.

    Fixes bug #231968.
    
2005-08-02  Sarfraaz Ahmed <asarfraaz@novell.com>

    * exchange-calendar.c : Check for NULL target
    * exchange-contacts.c : Similar
    * exchange-folder-permission.c : Similar
    * exchange-folder.c : Similar

2005-08-01  Praveen Kumar  <kpraveen@novell.com>

    * exchnage-config-listener.c 
    (exchange_add_autocompletion_folders) : Added new
    (add_defaults_for_account) : Added a call to the newly added function
    to select GAL for autocompletion by default. Fixes bug 303998
    
2005-07-27  Praveen Kumar <kpraveen@novell.com>

    * exchange-folder.c (org_gnome_exchange_folder_subscription) : Handle
    error conditions if folder subscription fails. Fixes bug 311712
    
2005-07-27  Harry Lu  <harry.lu@sun.com>

    Only show the unsubscribe menu if it is an exchange folder.
    * exchange-folder.c:
    (org_gnome_exchange_check_address_book_subscribed),
    (org_gnome_exchange_check_subscribed):

2005-07-25  Shakti Sen <shprasad@novell.com>

    * org-gnome-exchange-operations.eplug.in: Fixed a small typo.
    The file name is org-gnome-exchange-tasks-subscription.xml, not
    org-gnome-exchange-task-subscription.xml.

2005-07-25  Sarfraaz Ahmed <asarfraaz@novell.com>

    * exchange-calendar.c (e_exchange_calendar_pcalendar) : Add the size
    label only if the calendar exists.
    * exchange-contacts.c (e_exchange_contacts_pcontacts) : Add the size
    label only if the addressbook exists.

2005-07-25  Shakti Sen <shprasad@novell.com>

    * Makefile.am: Added EVOLUTION_CALENDAR_CFLAGS and widgets in 'INCLUDES'.
    * org-gnome-exchange-operations.eplug.in: Added the hooks for Calendar,
    Tasks and Contacts.
    * exchange-folder-permission.c: Added new functions to support 
    'File->Permissions' for all the components.
    * org-gnome-folder-permissions.xml: Changed the placeholder from 'Folder'
    to 'File' menu for 'Permissions' menu-item.
    
    Fixes bug #231968 (Partly).

2005-07-25  Sarfraaz Ahmed <asarfraaz@novell.com>

    * exchange-account-setup.c 
    (org_gnome_exchange_show_folder_size_factory): Takes care of displaying
    the folder size for mail folders.
    * exchange-calendar.c (e_exchange_calendar_pcalendar): Now also adds
    the calendar size in the properties page
    * exchange-contacts.c (e_exchange_contacts_pcontacts): Now also adds 
    the addressbook size in the properties page.
    * exchange-folder-size-display.c (exchange_folder_size_get_val) : Fetch
    the folder size of a particular exchange folder.
    * exchange-folder-size-display.h : Similar
    * org-gnome-exchange-operations.eplug.in : Added the hook for the mail
    properties page.

2005-07-25  Arunprakash <arunp@novell.com>

    * exchange-delegates.c (get_folder_security) (add_button_clicked_cb)
    (delegates_apply) : Changed the e_notice calls to e_error_run calls.
    * exchange-folder-permission.c (create_folder_subscription_dialog) :
    Same.
    * exchange-calendar.c (e_exchange_calendar_commit) : Same.
    * exchange-contacts.c (e_exchange_contacts_commit) : Same.
    * exchange-folder-subscription.c (create_folder_subscription_dialog) :
     Same
    * exchange-permissions-dialog.c (exchange_permissions_dialog_new)
    (dialog_response) (add_clicked): Same.
    * exchange-operations.c (exchange_operations_report_error) : Modified
    to report the quota value to the user.
    * org-gnome-exchange-operations.error.xml : Added few more
    error descriptions needed for the above changes.

2005-07-25  Shakti Sen <shprasad@novell.com>

    * exchange-permissions-dialog.c (add_clicked): Creating the dialog
    and getting the user.

    Fixes bug #311096.

2005-07-20  Shakti Sen <shprasad@novell.com>

    * Makefile.am: Included files org-gnome-exchange-ab-subscription.xml,
    org-gnome-exchange-tasks-subscription.xml and
    org-gnome-exchange-cal-subscription.xml.
    * org-gnome-exchange-ab-subscription.xml: Added newly to add
    "Subscribe to Other User's Contacts' menu-item in 'File' menu for
    address book.
    * org-gnome-exchange-tasks-subscription.xml: Same for 'Tasks'.
    * org-gnome-exchange-cal-subscription.xml: Same for 'Calendar'.

    Fixes bug #310985.

2005-07-22  Praveen Kumar <kpraveen@novell.com>

    * exchange-calendar.c : Handling the rename of calendars. This
    addresses the bug 310433
    * exchange-config-listener.c : Removed the functions
    add_folder_esource and remove_folder_esource
    * exchange-contacts.c : Handling the rename of addressbooks. Also 
    modified the way of Exchange addressbook ESource URI handling to be 
    the same way as calendar ESource URI handling
    * exchange-operations.c (exchange_operations_update_child_esources) :
    Added new to handle the rename of the ESources of all child folders 
    in the case of parent folder being renamed.
    * exchange-operations.h : Added prototype for the new function
    
2005-07-21  Sarfraaz Ahmed <asarfraaz@novell.com>

    * exchange-calendar.c (e_exchange_calendar_get_calendars): Rescan the
    tree before fetching the folder list.
    * exchange-contacts.c (e_exchange_contacts_get_contacts): Similar
    * exchange-config-listener.c (account_added): Dont add the sources here
    now. Its now taken care while the folders are being created in e-d-s.
    * exchange-folder.c (org_gnome_exchange_folder_subscription): Dont add
    the esources here.

2005-07-19  Shakti Sen <shprasad@novell.com>

    * exchange-permissions-dialog.c (display_role, get_widgets):
    Added a label named 'Custom' to show appropriate role in the 'Role:'
    combo box.

    Fixes bug#310837

2005-07-18  Sarfraaz Ahmed <asarfraaz@novell.com>

    * exchange-folder-size-display.c (parent_destroyed) : This is no longer
    needed. gtk_widget_destroy will take care of destroying it. 
    Fixes #310699
    * exchange-account-setup.c (org_gnome_exchange_settings) : Fixed a 
    warning. Alignment cannot be set for a radio button

2005-07-15  Shakti Sen <shprasad@novell.com>

    * exchange-folder-permission.c: Added the functions 
    org_gnome_exchange_calendar_permissions() and
    org_gnome_exchange_addressbook_permissions() to support 
    'Folder Permissions' for 'Calendar', 'Tasks' and 'Contacts' components.
    Also taken care of a bug #310493.
    * org-gnome-exchange-operations.eplug.in: Added the class hooks.

    Fixes bug#310479.
    Fixes bug#310493 as well.

2005-07-18  Praveen Kumar <kpraveen@novell.com>

    * exchange-account-setup.c (btn_chpass_clicked) : Handle the case
    of user clicking "Cancel" button in "Change Password" dialog. Fixes
    bug 310356.
    (org_gnome_exchange_setting) : Removed the duplicate signal handler
    registered for "Change Password" button.
    
2005-07-16  Sarfraaz Ahmed <asarfraaz@novell.com>

    * exchange-ask-password.c : Removed. Is no longer being used

2005-07-15  Shakti Sen <shprasad@novell.com>

    * Makefile.am: Included the e-foreign-folder-dialog.glade file.
    * e-foreign-folder-dialog.glade: Added newly.

    Fixes bug #310369.

2005-07-14  Sarfraaz Ahmed <asarfraaz@novell.com>

    * exchange-account-setup.c :
    * exchange-calendar.c :
    * exchange-folder-size-display.c :
    * exchange-permissions-dialog.c : Fixed some compile time warnings

2005-07-13  Shakti Sen <shprasad@novell.com>

    * exchange-operations.c: Checked for if the exchange account
    exist/configured.
    * exchange-folder-permission.c: Replaced all the occurences of function
    exchange_config_listener_get_accounts() with
    exchange_operations_get_exchange_account() and returns if it doesn't 
    exist. Also took care to avoid some compile time warnings.
    * exchange-folder.c: Same. Also took care to avoid some compile time
    warnings.
    * exchange-folder-subscription.c: Included 
    exchange-folder-subscription.h file to avoid compilation warning.

    Fixes bug #310233.

2005-07-13  Praveen Kumar <kpraveen@novell.com>

    * org-gnome-exchange-operations.eplug.in : Modified the eplug file to 
    add the "commit" code for folder hierarchy plugins for calendar and 
    contacts
    
2005-07-11  Sarfraaz Ahmed <asarfraaz@novell.com>

    * exchange-operations.c (exchange_operations_report_error) : Check that
    the result is not a success and only then print the error
    * exchange-account-setup.c (btn_chpass_clicked) : Call the error 
    reporting routine only if there is a failure.
    * exchange-config-listener.c (account_added) : Similar

2005-07-11  Sarfraaz Ahmed <asarfraaz@novell.com>

    Patch submitted by ArunPrakash <arunp@novell.com>
    * exchange-operations.c (exchange_operations_report_error) : Newly 
    added, to report errors using e_error_run. Also a list of error-ids is 
    added.
    * exchange-config-listener.c (account_added) (account_removed) :
    Modified the usage of e_notice to e_error_run. Also the error from
    exchange_account_connect is reported using 
    exchange_operations_report_error.
    * exchange-account-setup.c (btn_chpass_clicked) 
    (org_gnome_exchange_settings) (print_error) (set_oof_info): Changed to 
    use exchange_operations_report_error and e_error_run functions.
    * org-gnome-exchange-operations.error.xml : Newly added, defines
    the list of error messages used in the plugin.
    * Makefile.am : Modified for org-gnome-exchange-operations.error.xml

2005-07-11  Shakti Sen <shprasad@novell.com>

    * Makefile.am: Included files exchange-folder-subscription.c,
    exchange-folder-subscription.h, exchange-folder.c and 
    org-gnome-folder-subscription.xml 
    * exchange-folder.c: Renamed all the function names starting with
    org_gnome_* to org_gnome_exchnage* to resolve name space collision.
    * org-gnome-exchange-operations.eplug.in: Added the hook class for
    'Subscribe/Unsubscribe Folder'.

2005-07-08  Praveen Kumar <kpraveen@novell.com>

    * Makefile.am : Added entries for the files providing the delegation
    assistant feature
    * exchange-user-dialog.c : Added new 
    * exchange-user-dialog.h : Added new
    * exchange-account-setup.c (btn_dass_clicked) : Enabled the code for
    for invoking the delegation assistant window
    * exchange-delegates-user.c : Modified to include the header files 
    from include path instead of the local directory
    * exchange-permissions-dialog.c : Modified an occurence to include
    the file exchange-user-dialog.c instead of e2k-folder-dialog.c

2005-07-08  Shakti Sen <shprasad@novell.com>

    * Makefile.am: Included files exchange-permissions-dialog.c,
      exchange-permissions-dialog.h, exchange-folder-permission.c,
      org-gnome-folder-permissions.xml & exchange-permissions-dialog.glade
    * exchange-folder-permission.c: Renamed the function name 
      org_gnome_menu_folder_permissions to 
      org_gnome_exchnage_menu_folder_permissions
    * org-gnome-exchange-operations.eplug.in: Added the hook class for 
      Folder Permissions.

2005-07-08  Shakti Sen <shprasad@novell.com>

    * exchange-folder-permission.c: Added new file for Folder Permissions.
    * exchange-permissions-dialog.c: Added new file for Folder Permissions.
    * exchange-permissions-dialog.h: Added new file for Folder Permissions.
    * exchange-permissions-dialog.glade: Added newly for Folder Permissions 
      support.
    * org-gnome-folder-permissions.xml: Added new file for Folder 
      Permissions support.
    * exchange-folder-subscription.c: Added new file for Folder 
      Subscribe/Unsubcribe support.
    * exchange-folder-subscription.h: Added new file for Folder 
      Subscribe/Unsubcribe support.
    * exchange-folder.c: Added new file for Folder Subscribe/Unsubcribe
      support.
    * org-gnome-folder-subscription.xml:  Added new file for Folder 
      Subscribe/Unsubcribe support.

2005-07-07  Sarfraaz Ahmed <asarfraaz@novell.com>

    * exchange-account-setup.c : Include exchange-folder-size-display.h
    * exchange-folder-size-display.c : Similar

2005-07-07  Sarfraaz Ahmed <asarfraaz@novell.com>

    * exchange-account-setup.c (btn_fsize_clicked) : Implemented new to
    invoke the folder size table.
    (org_gnome_exchange_settings) : Minor re-ordering
    * exchange-folder-size-display.c : Newly added to handle the UI code
    for folder size display
    * exchange-folder-size-display.h : Similar
    * exchange-folder-size.[ch] : Removed
    * Makefile.am : Include exchange-folder-size-display.[ch]

2005-07-05  Sarfraaz Ahmed <asarfraaz@novell.com>

    * exchange-config-listener.c (add_new_sources) : Newly added. This adds
    the esources for all the folders only if the esource doesnt already
    exist.
    (account_added) : Invoke add_new_sources after connect.

2005-07-01  Praveen Kumar <kpraveen@novell.com>

    * Makefile.am : Added new file entries for calendar , contacts
      and change-password
    * exchange-account-setup.c (btn_chpass_clicked) : enabled the code
    * exchange-operations.c (exchange_operations_cta_add_node_to_tree) : 
      This now stores the relative uri of the node to the model
     (exchange_operations_cta_select_node_from_tree) : Added new. This 
     selects the node for a given relative uri.
    * exchange-operations.h : Similar
    * org-gnome-exchange-operations.eplug.in : Added commit hook action
      for calendar and contacts
    * exchange-change-password.c : Added new
    * exchange-calendar.c : Added new
    * exchange-contacts.c : Added new

2005-07-01  Sarfraaz Ahmed <asarfraaz@novell.com>

    * exchange-account-setup.c(print_error) : Added new. This prints the
    validation error string.
    (owa_authenticate_user) : Fetch the error code from validate and handle
    the printing of error strings in the plugin.
    * exchange-config-listener.c (account_added) : For now add the sources 
    before connect to avoid multiple esources. Should be fixed more 
    elegantly.

2005-06-27  Sarfraaz Ahmed <asarfraaz@novell.com>
    
    * Makefile.am : Added the header files as part of SOURCES so that they
    get disted as well.

2005-06-22  Sarfraaz Ahmed <asarfraaz@novell.com>

    * exchange-account-setup.c : We no longer should be declaring the
    global_config_listener as a static variable here. Also, added some
    NULL checks to avoid crashes.

2005-06-15  Sushma Rai  <rsushma@novell.com>

    * exchange-account-setup.c (org_gnome_exchange_settings): Trying to 
    get the exchange account, after checking the account selected in 
    an exchange account or not. It fixes a crash, when trying to edit an
    non-exchange account, where e-d-s and evolution are built with exchange
    support, but exchange account is not configured.

2005-06-14  Sarfaaz Ahmed <asarfraaz@novell.com>

    * exchange-account-setup.c : Fixed some warnings
    * exchange-config-listener.c : Similar

2005-06-12  Sarfraaz Ahmed <asarfraaz@novell.com>

    * Initial commit to rename Exchange-account-setup as Exchange 
    Operations.

2005-06-10  Sarfraaz Ahmed <asarfraaz@novell.com>

    * exchange-account-setup.c (e_plugin_lib_enable)
    (free_exchange_listener)(e_plugin_lib_enable) : Added new to 
    initialise the config listener.
    (update_state) : Now updates the state directly from the server and not
    from the file as earlier.
    (owa_authenticate_user) : Authenticates and validates directly from
    the server instead of using the camel APIs as earlier.
    (set_oof_info) : Sets the state directly on the server
    * Makefile.am : Use CAMEL_EXCHANGE CFLAGS and LIBS

2005-05-21  Sarfraaz Ahmed <asarfraaz@novell.com>

    Added a bunch of files to create exchange plugins for UI changes
    * exchange-change-password.[ch]/.glade
    * exchange-delegates.[ch]/.glade
    * exchange-delegate-user.[ch]
    * exchange-folder-size.[ch]
    * exchange-folder-tree.glade

2005-05-16  Not Zed  <NotZed@Ximian.com>

    * exchange-account-setup.c: moved e-error to e-util

2005-03-18  Sushma Rai  <rsushma@novell.com>

    * exchange-account-setup.c (org_gnome_exchange_owa_url): When the 
    Exchange account doesn't contain OWA url parameter, setting the OWA 
    url value in the receive page and saving it.
    (construct_owa_url): Forming OWA url, from the existing parameters for
    hostname, ssl, OWA path and mailbox name.
    see #73627

2005-03-17  Sushma Rai  <rsushma@novell.com>

    * exchange-account-setup.c (exchange_authtype_changed): Setting the 
    authentication mechanism to both transport and source urls.

2005-03-05  Sushma Rai  <rsushma@novell.com>

    * org-gnome-exchange-account-setup.eplug.in: Added the commit function
    to save OOF data. This got missed in the previous commit. Also removed 
    duplicate accountWizard definition.

2005-02-28  JP Rosevear  <jpr@novell.com>

    * org-gnome-exchange-account-setup.eplug.in: add account wizard item

2005-02-27  Sushma Rai  <rsushma@novell.com>

    * exchange-account-setup.c (org_gnome_exchange_settings): Storing the 
    oof data enterted by user to a file, displaying the existing data on
    this page.
    (toggled_state): Signal hander for radiobutton, that sets the oof state.
    (update_state): Signal handler that reads the oof message entered. 
    (org_gnome_exchange_commit): Stores the oof data and does cleanup.
    (store_oof_info): Checks for the oof information file, writes the 
    oof state and message to the file. 
    (destroy_oof_data): Frees OOFData. 
    
2005-02-26  Sushma Rai  <rsushma@novell.com>

        * exchange-account-setup.c (org_gnome_exchange_check_options):
        Returning FALSE on NULL host name or set to "" for receive page, 
    so that one can proceed with the account creation only after 
    hostname is retrived and set by validate().

2005-02-24  Björn Torkelsson  <torkel@acc.umu.se>

    * org-gnome-exchange-account-setup.eplug.in: Added author and
    fixed description.
    
2005-02-21  Not Zed  <NotZed@Ximian.com>

    * exchange-account-setup.c (org_gnome_exchange_owa_url): if the
    host is null in the url, set it to "", so it has a non-null value.

2005-02-07  Sushma Rai  <rsushma@novell.com>
    
    * org-gnome-exchange-account-setup.eplug.in: Added plugin for adding 
    auth type section to editor.

    * exchange-account-setup.c (org_gnome_exchange_auth_section): Adding
    and handling authentication type for exchange account. 

2005-01-28  Not Zed  <NotZed@Ximian.com>

    ** related to bug #71520.

    * exchange-account-setup.c: All but re-written.
      Fixed the license of the file.
      Fixed a translation string.
      Modified return condition check.
      Fixed problem over writing current account with the old data.
      Removed duplicated code.
      Removed the hack for handling NULL hostname, now using 
      CAMEL_URL_HIDDEN_HOST url flag in the provider.
      Using E_ACCOUNT_SOURCE_SAVE_PASSWD for remember password.
      Removed the way owa url entry was added to table in config section,
      Now econfig supports tables. 

    * exchange-ask-password.c: removed, functionality moved to
    exchange-account-setup.c.

2005-01-25  Sushma Rai  <rsushma@novell.com>

    * exchange-account-setup.c (create_page): Fixed empty
    string being marked for translation problem. #71644

2005-01-23  Sushma Rai  <rsushma@novell.com>
    
    * org-gnome-exchange-account-setup.eplug.in: Added plugins 
    for handling hiding auth type section in druid.

    * exchange-account-setup.c (add_owa_entry_to_editor): Changed the 
    button label to "Authenticate" from OK

    * exchange-ask-password.c (add_owa_entry): Changed the button label
    to Authenticate.
    (org_gnome_exchange_handle_auth): Hiding Auth section in receive page.
    (org_gnome_exchange_handle_send_auth_option): Hiding the Auth section
    in send page

2005-01-22  Sushma Rai  <rsushma@novell.com>

    * org-gnome-exchange-account-setup.eplug.in: Added 
    org_gnome_exchange_check_options plugin.

    * exchange-ask-password.c (org_gnome_exchange_check_options): 
    Reads OWA URL value and sets use_ssl and owa_url values for source 
    account url.

    * exchange-account-setup.c (org_gnome_exchange_set_url)
    (add_owa_entry_to_editor): Reading owa url value from gconf and setting
    owa url value in the account editor. Fixes #71378 

2005-01-19  Sushma Rai  <rsushma@novell.com>

    * exchange-ask-password.c (validate_exchange_user): Fix for remembering
    password if user has selected that option, while creating the account. 

2005-01-18  Sushma Rai  <rsushma@novell.com>

    * exchange-ask-password.c (validate_exchange_user): Reading the return
    value of user validation function. Fixes #71385

2005-01-18  Sushma Rai  <rsushma@novell.com>

    * exchange-ask-password.c (validate_exchange_user): Filling up
    user name so that page check doesn't fail. Fixes #71384 

2005-01-18  Sushma Rai  <rsushma@novell.com>

    * exchange-ask-password.c (org_gnome_exchange_read_url):
    Setting dummy host name, which will be reset to proper
    hostname once the user is authenticated.

2005-01-18  Sushma Rai  <rsushma@novell.com>

    * org-gnome-exchange-account-setup.eplug.in: Moved two account
    editor plugins unser same hook class. 

    * exchange-ask-password.c: Reorganized the code. 
    Used accessor functions to read and set EAccount values. 
    Removed editor specific factory function add_owa_entry_to_editor()
    from here.
    
    * exchange-account-setup.c: Reorganized the code.
    Moved add_owa_entry_to_editor() and it's sub functions into this file.
    (org_gnome_exchange_account_setup): Reading source url and transport
    url values stored in gconf and filling up the EAccount structure.
    This fixes the problem of page check failure, as improper source url 
    and transport url values, as we don't read host name in the editor.
    (org_gnome_exchange_set_url): Similar.
    
2005-01-17  Sushma Rai  <rsushma@novell.com>

    * Makefile.am: Linking to camel libs. Fixes plugin loading problem 
    due to undefined camel symbol, during evolution startup. 

2005-01-13  Sushma Rai  <rsushma@novell.com>

    * org-gnome-exchange-account-setup.eplug.in: Combined
    all the plugins into one. 

2005-01-12  Sushma Rai  <rsushma@novell.com>

    * exchange-ask-password.c: (validate_exchange_user):
    Added one more error condition check.

2005-01-12  Sushma Rai  <rsushma@novell.com>

    * org-gnome-exchange-account-setup.eplug.in: Factory
    method to add owa url entry to account editor. 

    * exchange-ask-password.c: (org_gnome_exchange_set_url)
    (add_owa_entry_to_editor): Adds owa url entry to the 
    account editor for Exchange account.
    (validate_exchange_user): Using the CamelProvider private
    function defined by Exchange camel provider.
 
2005-01-11  Sushma Rai  <rsushma@novell.com>

    * org-gnome-exchange-account-setup.eplug.in: Removed page check plugin

    * exchange-ask-password.c: Added a button to prompt for password
    instead of listening on page next signal

2005-01-11  Not Zed  <NotZed@Ximian.com>

    * Makefile.am: fix LDFLAGS variable name.

2005-01-10  Sushma Rai <rsushma@novell.com>

    * exchange-ask-password.c: (validate_exchange_user):
    Corrected argument order.

2005-01-10  Sushma Rai <rsushma@novell.com>
    
    * org-gnome-exchange-account-setup.eplug.in: Added plugin to read
    OWA url entry to the account set up druid.

    * exchange-ask-password.c: Create a entry for OWA URL and reads the
    URL value.

2005-01-09  Sushma Rai <rsushma@novell.com>
    
    * exchange-ask-password.c: Pops up password dialog and validates
    user credentials once owa url and user name are entered.

    * org-gnome-exchange-account-setup.eplug.in: Added page check plugin.

2005-01-09  Sushma Rai <rsushma@novell.com>

    * Intial ckeckin, Plugin for Exchange account specific settings