2005-03-31 Parthasarathi Susarla <sparthasarathi@novell.com>
* share-folder-common.c:(create_folder):
check the store state, can create a shared
folder only in online mode
Fixes bug 74002
svn path=/trunk/; revision=29203
2005-04-08 Chenthill Palanisamy <pchenthill@novell.com>
Fixes#74265
* itip-view.c (format_date_and_time_x): In time_days_in_month
the months are indexed from 0, so subtract one from the month
argument and send it.
svn path=/trunk/; revision=29189
2005-03-11 David Malcolm <dmalcolm@redhat.com>
* new-mail-notify.c: preprocessor hackery using the value of
DBUS_VERSION to cope with changes to the semantics of
dbus_message_append_args
* Makefile.am: define the DBUS_VERSION in the preprocessor
svn path=/trunk/; revision=29154
2005-03-31 JP Rosevear <jpr@novell.com>
Fixes#73844
* itip-formatter.c (extract_itip_data): make sure we check the
kind of the correct item
svn path=/trunk/; revision=29133
2005-03-31 Vivek Jain <jvivek@novell.com>
**Fixes #74002
* share-folder-common.c :
(get_cnc): return cnc as NULL if evoluiton is in offline.
(create_folder): return -1 if in offline
svn path=/trunk/; revision=29132
2005-03-31 Vivek Jain <jvivek@novell.com>
**Fixes #73787 (bugzilla innerweb.novell)
* share-folder.c :
(add_right_clicked)
(edit_right_clicked)
(delete_right_clicked) : use path passed in the callback to get the
current iterator
also including some NULL checks
svn path=/trunk/; revision=29131
2005-03-28 Vivek Jain <jvivek@novell.com>
**Fixes #73198
* share-folder-common.c :
(org_gnome_shared_folder_factory):
(create_folder__created) : pass the full name in get_conatiner_id
(get_container_id) : break the full name and start looking for the
name from the top most parent. This will give proper container id
even in the case of the duplicate names at different hierarchies
svn path=/trunk/; revision=29115
2005-03-22 David Trowbridge <trowbrds@cs.colorado.edu>
* Makefile.am: Use $(weatherdatadir) rather than $(weatherdir), get
rid of an incorrect comment
svn path=/trunk/; revision=29092
2005-03-22222222222222222222222222222222222222222222 Chenthill Palanisamy <pchenthill@novell.com>
Fixes#73541
* csv-format.c: (do_save_calendar_csv):
* ical-format.c: (do_save_calendar_ical):
* rdf-format.c: (do_save_calendar_rdf): Changed the
cal e_cal_new to auth_new_from_source, so that the
ecal has the auth function in it.
svn path=/trunk/; revision=29089
2005-03-18 Vivek Jain <jvivek@novell.com>
**Fixes #73473
* send-options.c :(org_gnome_compose_send_options)
user proper entry to calculate the date of reply requested
svn path=/trunk/; revision=29058
2005-03-11 JP Rosevear <jpr@novell.com>
* itip-formatter.c (extract_itip_data): set the type appropriately
so that assigned tasks can be handled
svn path=/trunk/; revision=29025
2005-03-10 Vivek Jain <jvivek@novell.com>
**Fixes #73201
* share-folder-common.c : (org_gnome_shared_folder_factory)
use full_name given by CamelFolder to get the selected folder name
svn path=/trunk/; revision=28993
2005-03-09 Sankar P <psankar@novell.com>
* send-options.c: (org_gnome_compose_send_options)
Updated code to add priority to the appropriate header
Fixes the problem of Priority not set in outgoing mails
svn path=/trunk/; revision=28988
2005-03-07 Sivaiah Nallagatla <snallagatla@novell.com>
* camel-gw-listner.c (add_addressbook_sources) :
don't free container list here. It is chaced in
connection and will be frred later.
Fixes#72807
svn path=/trunk/; revision=28973
2005-02-28 Sivaiah Nallagatla <snallagatla@novell.com>
* calendar-file.c (e_calendar_file_dummy) :
don't set the relative uri if already present.
part of fix for #73152
svn path=/trunk/; revision=28960
2005-02-28 Sivaiah Nallagatla <snallagatla@novell.com>
* addressbook-file.c (e_book_file_dummy) :
don't set the relative uri if already present.
Also change the typo in the prototype s/calendar/book
part of fix for #73152
svn path=/trunk/; revision=28959
2005-02-16 Not Zed <NotZed@Ximian.com>
* groupwise-account-setup.c (org_gnome_gw_account_setup): return
NULL, not an invisible, so it doesn't interfere with account
editor.
svn path=/trunk/; revision=28946
2005-03-02 Philip Van Hoof <pvanhoof@gnome.org>
* rdf-format.c: Fixes for Bug #73099 and Bug #73098
* csv-format.c: Changed malloc to g_malloc and char to gchar
svn path=/trunk/; revision=28937
2005-02-28 JP Rosevear <jpr@novell.com>
* configure.in: bump version, requires
2005-02-28 JP Rosevear <jpr@novell.com>
* configure.in: add startup wizard plugin
2005-02-28 JP Rosevear <jpr@novell.com>
* plugins/Makefile.am: dist standard and experimental plugins
* configure.in: move "all" plugins to standard and experimental
and default to building the standard set
svn path=/trunk/; revision=28927
2005-02-21 Rodrigo Moya <rodrigo@novell.com>
Fixes#71527
* ical-format.c (display_error_message): changed to get a simple
string instead of a GError.
(do_save_calendar_ical): use GNOME-VFS for saving the file.
svn path=/trunk/; revision=28888
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.
svn path=/trunk/; revision=28857
2005-02-17 Vivek Jain <jvivek@novell.com>
* share-folder-common.c : (get_cnc):
use ssl when "always" and "whenever possible" is enabled
changed "soap_ssl" to "use_ssl"
use the default port "7191" instead of "7181"
svn path=/trunk/; revision=28806
2005-02-10 Chenthill Palanisamy <pchenthill@novell.com>
* send-options.c: (e_sendoptions_clicked_cb): IF
we get a invalid session string back from the server
do the operation again.
svn path=/trunk/; revision=28765