platform/upstream/evolution-data-server.git
19 years agouse API_VERSION instead of BASE_VERSION in pc files. bump version, leave
Harish Krishnaswamy [Mon, 11 Apr 2005 12:21:33 +0000 (12:21 +0000)]
use API_VERSION instead of BASE_VERSION in pc files. bump version, leave

2005-04-11  Harish Krishnaswamy  <kharish@novell.com>

* Makefile.am files: use API_VERSION instead of BASE_VERSION in
pc files.
* configure.in: bump version, leave extensiondir, idldir,
bonobo server and libtool numbers untouched (use API_VERSION
instead).
* evolution-data-server.pc.in, libedataserver/Makefile.am,
servers/groupwise/Makefile.am, src/Makefile.am: use API_VERSION.

19 years agocallback function should take (key, value)pair as first two arguments and
Vivek Jain [Mon, 11 Apr 2005 09:00:07 +0000 (09:00 +0000)]
callback function should take (key, value)pair as first two arguments and

2005-04-11  Vivek Jain <jvivek@novell.com>

* backends/groupwise/e-cal-backend-groupwise.c :
(e_cal_backend_groupwise_compute_changes_foreach_key):
callback function should take (key, value)pair as first two arguments
and then the user data

19 years agoUpdated italian translation
Marco Ciampa [Mon, 11 Apr 2005 08:06:36 +0000 (08:06 +0000)]
Updated italian translation

19 years agoAdded code to handle the item type NOTIFICATION so as to enable viewing
Sankar P [Mon, 11 Apr 2005 07:51:07 +0000 (07:51 +0000)]
Added code to handle the item type NOTIFICATION so as to enable viewing

2005-04-08  Sankar P <psankar@novell.com>

* camel-groupwise-folder.c: (groupwise_folder_get_message)
Added code to handle the item type NOTIFICATION so as to
        enable viewing notification mails such as Shared Folder Notification.
Fixes #74369

19 years agoAdded code to handle the item type NOTIFICATION so as to enable viewing
Sankar P [Mon, 11 Apr 2005 06:37:14 +0000 (06:37 +0000)]
Added code to handle the item type NOTIFICATION so as to enable viewing

2005-04-08  Sankar P <psankar@novell.com>

* camel-groupwise-folder.c: (groupwise_folder_get_message)
Added code to handle the item type NOTIFICATION so as to
        enable viewing notification mails such as Shared Folder Notification.
Fixes #74369

19 years agoUpdated Czech translation.
Miloslav Trmac [Sat, 9 Apr 2005 16:54:11 +0000 (16:54 +0000)]
Updated Czech translation.

2005-04-09  Miloslav Trmac  <mitr@volny.cz>

* cs.po: Updated Czech translation.

19 years agoUpdated Canadian English translation.
Adam Weinberger [Fri, 8 Apr 2005 19:44:52 +0000 (19:44 +0000)]
Updated Canadian English translation.

2005-04-08  Adam Weinberger  <adamw@gnome.org>

* en_CA.po: Updated Canadian English translation.

19 years agoadded new function's prototype.
Rodrigo Moya [Fri, 8 Apr 2005 16:07:42 +0000 (16:07 +0000)]
added new function's prototype.

2005-04-08  Rodrigo Moya <rodrigo@novell.com>

* libecal/e-cal-util.h: added new function's prototype.

19 years agoFixes #70035
Rodrigo Moya [Fri, 8 Apr 2005 15:42:29 +0000 (15:42 +0000)]
Fixes #70035

2005-04-08  Rodrigo Moya <rodrigo@novell.com>

Fixes #70035

* libecal/e-cal-util.c (e_cal_util_parse_ics_string): new function that
supports strings with multiple VCALENDAR's.

* backends/http/e-cal-backend-http.c (retrieval_done): use the new
function instead of icalparser_parse_string.

19 years agoget the uri from Ebook instead of Esource. e_source_get_uri returns NULL
Sivaiah Nallagatla [Fri, 8 Apr 2005 13:27:17 +0000 (13:27 +0000)]
get the uri from Ebook instead of Esource. e_source_get_uri returns NULL

2005-04-04  Sivaiah Nallagatla <snallagatla@novell.com>

       * e-book-auth-util.c (load_source_auth_cb)
        (addressbook_authenticate) : get the uri from Ebook
       instead of Esource. e_source_get_uri returns NULL when
       it does not have a reference to source group with it
       which happens when the source list from which this source
       was taken is destroyed but Ebook has reference to that source.
       e_book_get_uri returns the same uri and it will be always present
       Fixes #73330

2005-03-31  Hans Petter Jansson  <hpj@novell.com>

        * e-name-selector.c (source_books_destroy): Implement.
        (e_name_selector_init): Create a list of completion books, and open
        them with interactive authentication.
        (e_name_selector_peek_section_entry): Re-use the list of opened books
        for each entry.

        * e-name-selector-entry.c (e_name_selector_entry_realize): If the user
        didn't set a contact store, create the default one here.
        (e_name_selector_entry_class_init): Set up our realize method.
        (e_name_selector_entry_init): Don't set up the default contact store
        here.
        (setup_default_contact_store): Also create the contact store itself.
        (set_completion_query)
        (find_existing_completion)
        (completion_match_selected)
                                                                         1,9           Top

19 years agoget the ids of all items in a folder from the server.
Parthasarathi Susarla [Fri, 8 Apr 2005 08:57:12 +0000 (08:57 +0000)]
get the ids of all items in a folder from the server.

2005-04-07  Parthasarathi Susarla <sparthasarathi@novell.com>

* camel-groupwise-folder.c:
  (groupwise_refresh_info): get the ids of all items
  in a folder from the server.
  (gw_update_all_items): update summary with items
  that have been deleted from the server.
  Fixes bug **72302 **74381 **72303

19 years agoUpdated British English translation
Gareth Owen [Fri, 8 Apr 2005 00:00:40 +0000 (00:00 +0000)]
Updated British English translation

19 years agocheck load state and if in progress or already loaded, notify caller and
Rodrigo Moya [Thu, 7 Apr 2005 18:05:43 +0000 (18:05 +0000)]
check load state and if in progress or already loaded, notify caller and

2004-04-06  Rodrigo Moya <rodrigo@novell.com>

* libecal/e-cal.c (e_cal_open_async): check load state and if in
progress or already loaded, notify caller and return.

2005-04-06  Chenthill Palanisamy  <pchenthill@novell.com>

* libecal/e-cal.c
        (open_calendar): Added a boolean variable in open_calendar
to ensure authentication when the mode is switched.If the calendar is
loaded  return TRUE. Set the load_state to not loaded if the loading
fails.
(open_async), (e_cal_open), (reopen_with_auth): Added additional
argument for the open_calendar call.

19 years agoremoved "\n"'s from exception strings
Jeffrey Stedfast [Thu, 7 Apr 2005 18:00:58 +0000 (18:00 +0000)]
removed "\n"'s from exception strings

19 years agoResponds with a list of all item ids if "id" is the view for the filter
Parthasarathi Susarla [Thu, 7 Apr 2005 15:49:59 +0000 (15:49 +0000)]
Responds with a list of all item ids if "id" is the view for the filter

2005-04-07  Parthasarathi Susarla <sparthasarathi@novell.com>

* e-gw-connection.c: (e_gw_connection_get_quick_messages):
 Responds with a list of all item ids if "id" is the view
 for the filter "All".
 This fixes **72302.

19 years agoadd a new element in the EGwItemAttachment structure for storing the
Parthasarathi Susarla [Thu, 7 Apr 2005 07:16:06 +0000 (07:16 +0000)]
add a new element in the EGwItemAttachment structure for storing the

2005-04-07  Parthasarathi Susarla <sparthasarathi@novell.com>

* e-gw-item.h: add a new element in the EGwItemAttachment
  structure for storing the itemRefernce value for an
  attachment
* e-gw-item.c: (e_gw_item_new_from_soap_parameter):
  check for the itemReference property for an attachment

19 years agoAdd support for scalix provider. Also plug a small mem leak. Patch from
Christian Kellner [Wed, 6 Apr 2005 18:17:38 +0000 (18:17 +0000)]
Add support for scalix provider. Also plug a small mem leak. Patch from

2005-04-06  Christian Kellner  <gicmo@gnome.org>
* libecal/e-cal.c (set_local_attachment_store):
Add support for scalix provider. Also plug a
small mem leak.
Patch from Carsten Guenther <Carsten.Guenther@scalix.com>

19 years agoUpdated Persian translation by Hessam M. Armandehi <hessam@cs.sharif.edu>.
Roozbeh Pournader [Wed, 6 Apr 2005 14:23:04 +0000 (14:23 +0000)]
Updated Persian translation by Hessam M. Armandehi <hessam@cs.sharif.edu>.

2005-04-06  Roozbeh Pournader  <roozbeh@farsiweb.info>

* fa.po: Updated Persian translation by
  Hessam M. Armandehi <hessam@cs.sharif.edu>.

19 years agoUpdated Serbian translation.
Danilo Šegan [Wed, 6 Apr 2005 08:02:09 +0000 (08:02 +0000)]
Updated Serbian translation.

19 years agoUpdated German translation.
Frank Arnold [Tue, 5 Apr 2005 09:00:32 +0000 (09:00 +0000)]
Updated German translation.

2005-04-05  Frank Arnold  <farnold@cvs.gnome.org>

* de.po: Updated German translation.

19 years agoThe Trash folder in the groupwise server works well only with getItems
Parthasarathi Susarla [Tue, 5 Apr 2005 06:08:24 +0000 (06:08 +0000)]
The Trash folder in the groupwise server works well only with getItems

2005-04-05  Parthasarathi Susarla <sparthasarathi@novell.com>

* camel-groupwise-folder.c: (groupwise_refresh_info):
  The Trash folder in the groupwise server works well
  only with getItems request. So we compare the folder
  full name (?) and if it is a trash folder, we use
  getItems instead of getQuickMessages.

  Fixes bugs **72310 and **73318

19 years agoUpdated Nepali Translation
Pawan Chitrakar [Tue, 5 Apr 2005 05:04:39 +0000 (05:04 +0000)]
Updated Nepali Translation

2005-04-05  Pawan Chitrakar  <pawan@nplinux.org>

* ne.po: Updated Nepali Translation

19 years agoTranslation updated by Tino Meinen.
Vincent van Adrighem [Mon, 4 Apr 2005 21:35:11 +0000 (21:35 +0000)]
Translation updated by Tino Meinen.

2005-04-04  Vincent van Adrighem  <adrighem@gnome.org>

* nl.po: Translation updated by Tino Meinen.

19 years agoIf the SASL negotiation fails or is cancelled, then the challenge and/or
Jeffrey Stedfast [Mon, 4 Apr 2005 19:09:20 +0000 (19:09 +0000)]
If the SASL negotiation fails or is cancelled, then the challenge and/or

2005-03-31  Jeffrey Stedfast  <fejj@novell.com>

* camel-sasl-digest-md5.c (camel_sasl_digest_md5_finalize): If the
SASL negotiation fails or is cancelled, then the challenge and/or
response may be NULL and so dereferencing them will cause a
crash. Possible fix for bug #72325.

19 years agoUpdated pt_BR translation
Raphael Higino [Sat, 2 Apr 2005 16:38:59 +0000 (16:38 +0000)]
Updated pt_BR translation

19 years agoPushed the index up one count on deletion of a summary item. Fixes #74183
Sankar P [Fri, 1 Apr 2005 10:24:53 +0000 (10:24 +0000)]
Pushed the index up one count on deletion of a summary item. Fixes #74183

2005-03-31  Sankar P <psankar@novell.com>

* camel-groupwise-folder.c:
  (groupwise_expunge) (groupwise_sync)
  Pushed the index up one count on deletion of a summary item.
    Fixes #74183

19 years agoUpdated Xhosa translation.
Adi Attar [Fri, 1 Apr 2005 08:02:09 +0000 (08:02 +0000)]
Updated Xhosa translation.

2005-04-01  Adi Attar  <aattar@cvs.gnome.org>

* xh.po: Updated Xhosa translation.

19 years agoAdded new Language, Kinyarwanda (rw), to this package
Steven Michael Murphy [Fri, 1 Apr 2005 05:06:11 +0000 (05:06 +0000)]
Added new Language, Kinyarwanda (rw), to this package

19 years agooops, wrong branch
Jeffrey Stedfast [Thu, 31 Mar 2005 20:00:43 +0000 (20:00 +0000)]
oops, wrong branch

19 years agoreverted previous commit since it broke string freeze
Jeffrey Stedfast [Thu, 31 Mar 2005 19:57:43 +0000 (19:57 +0000)]
reverted previous commit since it broke string freeze

19 years agodeleting the messages only if the copy is successful *** fixes bug 73897
Parthasarathi Susarla [Thu, 31 Mar 2005 11:44:38 +0000 (11:44 +0000)]
deleting the messages only if the copy is successful *** fixes bug 73897

2005-03-31  Parthasarathi Susarla <sparthasarathi@novell.com>

* camel-groupwise-folder.c:(groupwise_transfer_messages_to):
  deleting the messages only if the copy is successful
  *** fixes bug 73897

19 years agoUpdated Czech translation.
Miloslav Trmac [Thu, 31 Mar 2005 09:06:43 +0000 (09:06 +0000)]
Updated Czech translation.

2005-03-31  Miloslav Trmac  <mitr@volny.cz>

* cs.po: Updated Czech translation.

19 years agoUpdated Canadian English translation.
Adam Weinberger [Thu, 31 Mar 2005 04:27:04 +0000 (04:27 +0000)]
Updated Canadian English translation.

2005-03-30  Adam Weinberger  <adamw@gnome.org>

* en_CA.po: Updated Canadian English translation.

19 years agoDon't try to EXPUNGE in READ-ONLY mode. (imap4_sync_changes): Don't check
Jeffrey Stedfast [Wed, 30 Mar 2005 21:15:14 +0000 (21:15 +0000)]
Don't try to EXPUNGE in READ-ONLY mode. (imap4_sync_changes): Don't check

2005-03-11  Jeffrey Stedfast  <fejj@novell.com>

* camel-imap4-folder.c (imap4_sync): Don't try to EXPUNGE in
READ-ONLY mode.
(imap4_sync_changes): Don't check permanent_flags here.
(imap4_sync): Check permanent_flags here instead and don't bother
wasting cycles if permanent_flags is empty.
(imap4_sync): Don't attempt to EXPUNGE if the folder is READ-ONLY.
(imap4_append_message): Set an exception if the folder is
read-only and don't bother trying to append.

* camel-imap4-engine.c (camel_imap4_engine_select_folder): Set the
READ-ONLY bit on the folder if the server says we've opened it in
READ-ONLY mode.

19 years agoAdded Xhosa translation. Added "xh" to ALL_LINGUAS.
Adi Attar [Wed, 30 Mar 2005 15:36:16 +0000 (15:36 +0000)]
Added Xhosa translation. Added "xh" to ALL_LINGUAS.

2005-03-30  Adi Attar  <aattar@cvs.gnome.org>

* xh.po: Added Xhosa translation.
* configure.in: Added "xh" to ALL_LINGUAS.

19 years agoAdd e-time-utils and e-xml-hash-utils.
James Bowes [Tue, 29 Mar 2005 14:07:20 +0000 (14:07 +0000)]
Add e-time-utils and e-xml-hash-utils.

2005-03-28  James Bowes  <bowes@cs.dal.ca>

* docs/reference/libedataserver/libedataserver-docs.sgml:
* docs/reference/libedataserver/libedataserver-sections.txt: Add
e-time-utils and e-xml-hash-utils.
* docs/reference/libedataserver/tmpl/e-time-utils.sgml:
* docs/reference/libedataserver/tmpl/e-xml-hash-utils.sgml: New API
template files.
* libedataserver/e-time-utils.c:
* libedataserver/e-time-utils.h:
* libedataserver/e-xml-hash-utils.c:
* libedataserver/e-xml-hash-utils.h: New API documentation.

19 years agoHungarian translation updated.
Gabor Kelemen [Tue, 29 Mar 2005 14:05:26 +0000 (14:05 +0000)]
Hungarian translation updated.

2005-03-29  Gabor Kelemen  <kelemeng@gnome.hu>

* hu.po: Hungarian translation updated.

19 years agoUpdated Catalan translation.
Josep Puigdemont i Casamajó [Tue, 29 Mar 2005 11:39:16 +0000 (11:39 +0000)]
Updated Catalan translation.

19 years agoAdd nepali translation
Pawan Chitrakar [Sun, 27 Mar 2005 12:33:00 +0000 (12:33 +0000)]
Add nepali translation

2005-03-27  Pawan Chitrakar  <pawan@nplinux.org>

* ne.po: Add nepali translation

* configure.in: add ne in ALL_LINGUAS

19 years agoDon't try to convert boundary param values into UTF-8 even if they contain
Jeffrey Stedfast [Fri, 25 Mar 2005 18:17:16 +0000 (18:17 +0000)]
Don't try to convert boundary param values into UTF-8 even if they contain

2005-03-25  Jeffrey Stedfast  <fejj@novell.com>

* camel-mime-utils.c (header_append_param): Don't try to convert
boundary param values into UTF-8 even if they contain binary
text. Based on a patch from Pavel Fedin.

19 years agoAdd docs/reference/libedataserver/Makefile as output. Add libedataserver
James Bowes [Thu, 24 Mar 2005 18:23:37 +0000 (18:23 +0000)]
Add docs/reference/libedataserver/Makefile as output. Add libedataserver

2005-03-23  James Bowes  <bowes@cs.dal.ca>

* configure.in: Add docs/reference/libedataserver/Makefile
as output.
* docs/reference/Makefile.am: Add libedataserver as subdir.
* docs/reference/libedataserver/Makefile.am: Remove ignored files
section.
* docs/reference/libedataserver/libedataserver-docs.sgml: Add
sections for new API docs.
* docs/reference/libedataserver/libedataserver-sections.txt: Make
nice formatting for the new documentation.
* libedataserver/e-trie.c:
* libedataserver/e-uid.c:
* libedataserver/e-url.c:
* libedataserver/e-url.h:
* libedataserver/e-util.c:
* libedataserver/e-util.h:
* libedataserver/md5-utils.c:
* libedataserver/md5-utils.h: Document public functions and data
structures.
* docs/reference/libedataserver/tmpl/e-trie.sgml:
* docs/reference/libedataserver/tmpl/e-uid.sgml:
* docs/reference/libedataserver/tmpl/e-url.sgml:
* docs/reference/libedataserver/tmpl/e-util.sgml:
* docs/reference/libedataserver/tmpl/md5-utils.sgml: New template
files for API documentation.

19 years agoFixes #73336 Check for the container id before calling the cache init.
Chenthill Palanisamy [Thu, 24 Mar 2005 08:40:24 +0000 (08:40 +0000)]
Fixes #73336 Check for the container id before calling the cache init.

2005-03-24  Chenthill Palanisamy  <pchenthill@novell.com>

Fixes #73336
* backends/groupwise/e-cal-backend-groupwise.c:
(connect_to_server): Check for the container id
before calling the cache init.

19 years agoChanged the date if commit to 24 from 22
Chenthill Palanisamy [Thu, 24 Mar 2005 08:35:11 +0000 (08:35 +0000)]
Changed the date if commit to 24 from 22

2005-03-24  Chenthill Palanisamy  <pchenthill@novell.com>

Changed the date if commit to 24 from 22

19 years agoFixes #73508
Chenthill Palanisamy [Thu, 24 Mar 2005 08:33:29 +0000 (08:33 +0000)]
Fixes #73508

2005-03-22  Chenthill Palanisamy  <pchenthill@novell.com>

Fixes #73508
* backends/groupwise/e-cal-backend-groupwise.c:
(e_cal_backend_groupwise_get_static_capabilities):
* libecal/e-cal-util.h: Added a new static capability
to check and set the partstat as NEEDS ACTION for the
organizer.
* libecal/e-cal.[ch] (e_cal_get_organizer_must_accept):
Added a function to check the static capability.

19 years agoFixes #73472
Rodrigo Moya [Wed, 23 Mar 2005 11:16:08 +0000 (11:16 +0000)]
Fixes #73472

2005-03-23  Rodrigo Moya <rodrigo@novell.com>

Fixes #73472

* e-categories-dialog.c (load_properties_dialog): make the
GnomeFileEntry use the file chooser widget.

19 years agoUpdated German translation.
Frank Arnold [Wed, 23 Mar 2005 10:37:46 +0000 (10:37 +0000)]
Updated German translation.

2005-03-23  Frank Arnold  <farnold@cvs.gnome.org>

* de.po: Updated German translation.

19 years agoUpdated Canadian English translation.
Adam Weinberger [Tue, 22 Mar 2005 18:28:24 +0000 (18:28 +0000)]
Updated Canadian English translation.

* en_CA.po: Updated Canadian English translation.

19 years agoChanging the date in the ChangeLog
Chenthill Palanisamy [Tue, 22 Mar 2005 14:54:38 +0000 (14:54 +0000)]
Changing the date in the ChangeLog

19 years agoDo not emit popup signals when clicked on the source group.
Chenthill Palanisamy [Tue, 22 Mar 2005 14:53:31 +0000 (14:53 +0000)]
Do not emit popup signals when clicked on the source group.

2005-03-11  Chenthill Palanisamy  <pchenthill@novell.com>

* e-source-selector.c (selector_button_press_event): Do
not emit popup signals when clicked on the source group.

19 years agoAdded missing file entry.
Christian Rose [Tue, 22 Mar 2005 11:41:26 +0000 (11:41 +0000)]
Added missing file entry.

2005-03-22  Christian Rose  <menthos@menthos.com>

* POTFILES.in: Added missing file entry.

19 years agoContinue reading data until we've read all the data (camel_stream_read()
Jeffrey Stedfast [Mon, 21 Mar 2005 18:56:49 +0000 (18:56 +0000)]
Continue reading data until we've read all the data (camel_stream_read()

2005-03-18  Jeffrey Stedfast  <fejj@novell.com>

* camel-imap-command.c (imap_read_untagged): Continue reading data
until we've read all the data (camel_stream_read() makes no
guarantee that it will read n bytes in a single call).

19 years agoFixes #73421 Converts the groupwise item to task ical string checking for
Chenthill Palanisamy [Mon, 21 Mar 2005 16:58:40 +0000 (16:58 +0000)]
Fixes #73421 Converts the groupwise item to task ical string checking for

2005-03-15  Chenthill Palanisamy  <pchenthill@novell.com>

Fixes #73421
* camel-groupwise-folder.c: (groupwise_folder_get_message),
(convert_to_task): Converts the groupwise item to task ical
string checking for the type.

19 years agouse a different fd for the mime parser, so the fd doesn't get closed
Not Zed [Mon, 21 Mar 2005 03:37:18 +0000 (03:37 +0000)]
use a different fd for the mime parser, so the fd doesn't get closed

2005-03-18  Not Zed  <NotZed@Ximian.com>

        * camel-mbox-summary.c (mbox_summary_sync_quick): use a different
        fd for the mime parser, so the fd doesn't get closed twice.

19 years agoFix warnings in build.
Gary Ekker [Fri, 18 Mar 2005 22:51:54 +0000 (22:51 +0000)]
Fix warnings in build.

19 years agocamel-groupwise-utils.h add an include file camel-string-utils.h
Parthasarathi Susarla [Fri, 18 Mar 2005 06:06:25 +0000 (06:06 +0000)]
camel-groupwise-utils.h add an include file camel-string-utils.h

2005-03-18  Parthasarathi Susarla <sparthasarathi@novell.com>
        * camel-groupwise-utils.h
          add an include file camel-string-utils.h

19 years ago**Fixes bug #73458 changed the X_RETURN_NOTIFY_DECLINE to
Vivek Jain [Fri, 18 Mar 2005 06:01:55 +0000 (06:01 +0000)]
**Fixes bug #73458 changed the X_RETURN_NOTIFY_DECLINE to

2005-03-18  Vivek Jain <jvivek@novell.com>

**Fixes bug #73458
* camel-groupwise-utils.h: changed the  X_RETURN_NOTIFY_DECLINE to
 X_RETURN_NOTIFY_DELETE
* camel-groupwise-utils.c: check the property and then call
 (e_gw_item_set_notify_deleted) instead of
 (e_gw_item_set_notify_declined )

19 years agousing GString for all string operations.
Parthasarathi Susarla [Fri, 18 Mar 2005 05:58:49 +0000 (05:58 +0000)]
using GString for all string operations.

2005-03-17  Parthasarathi Susarla <sparthasarathi@novell.com>

* camel-groupwise-folder.c:(convert_to_calendar):
  using GString for all string operations.

19 years agousing GString for all string operations.
Parthasarathi Susarla [Thu, 17 Mar 2005 16:52:40 +0000 (16:52 +0000)]
using GString for all string operations.

2005-03-17  Parthasarathi Susarla <sparthasarathi@novell.com>

* camel-groupwise-folder.c:(convert_to_calendar):
  using GString for all string operations.

19 years agousing GString for all string operations.
Parthasarathi Susarla [Thu, 17 Mar 2005 11:42:09 +0000 (11:42 +0000)]
using GString for all string operations.

2005-03-17  Parthasarathi Susarla <sparthasarathi@novell.com>

* camel-groupwise-folder.c:(convert_to_calendar):
  using GString for all string operations.

19 years agoFixes #38408
Rodrigo Moya [Thu, 17 Mar 2005 09:32:14 +0000 (09:32 +0000)]
Fixes #38408

2005-03-04  Rodrigo Moya <rodrigo@novell.com>

Fixes #38408

* e-categories-dialog.c (check_category_name): new function to check
categories entered by the user for invalid characters.
(new_button_clicked_cb): added category name checking. Also, run the
dialog continously while there are validation errors.

19 years agoThe type of the folder comes in the tag "folderType" and not just "type"
Parthasarathi Susarla [Thu, 17 Mar 2005 05:12:32 +0000 (05:12 +0000)]
The type of the folder comes in the tag "folderType" and not just "type"

2005-03-16  Parthasarathi Susarla <sparthasarathi@novell.com>

* e-gw-container.c: (e_gw_container_set_from_soap_parameter):
The type of the folder comes in the tag "folderType" and not
just "type" anymore.

19 years ago** See bug #73401?
Not Zed [Thu, 17 Mar 2005 02:08:59 +0000 (02:08 +0000)]
** See bug #73401?

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

        ** See bug #73401?

        * camel-mbox-summary.c (mbox_info_set_user_tag)
        (mbox_info_set_user_flag): do not flag xevchange here, these
        values are not stored in x-evolution-header anymore.

19 years agomodified patch below to make it a bit simpler.
Not Zed [Wed, 16 Mar 2005 08:42:43 +0000 (08:42 +0000)]
modified patch below to make it a bit simpler.

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

        * modified patch below to make it a bit simpler.

2005-01-22  Jeff Bailey <jbailey@ubuntu.com>

        * camel-nntp-store.c (connect_to_server): Allow the username to be
          an empty string as well as a NULL for anonymous connections.

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

        * added nntp changelog

19 years agoUpdated Canadian English translation.
Adam Weinberger [Wed, 16 Mar 2005 00:22:45 +0000 (00:22 +0000)]
Updated Canadian English translation.

* en_CA.po: Updated Canadian English translation.

19 years agoAdd e-passwords.c.
Hans Petter Jansson [Tue, 15 Mar 2005 21:21:51 +0000 (21:21 +0000)]
Add e-passwords.c.

2005-03-15  Hans Petter Jansson  <hpj@novell.com>

* POTFILES.in: Add e-passwords.c.

* da.po:
* de.po:
* es.po:
* fi.po:
* ja.po:
* ko.po:
* nb.po:
* no.po:
* pl.po: Carry over two strings from the Evolution module;
they should've been moved along with e-passwords.c.

19 years agoFixes #68533 (hackily)
JP Rosevear [Tue, 15 Mar 2005 18:42:51 +0000 (18:42 +0000)]
Fixes #68533 (hackily)

2005-03-15  JP Rosevear  <jpr@novell.com>

Fixes #68533 (hackily)

* libedata-book/e-data-book-factory.c (out_of_proc_check): call
back to check for out of proc backends
(e_data_book_factory_get_n_backends): if no out of proc clients
are left, report no backends

* libedata-book/e-book-backend.h: new proto

* libedata-book/e-book-backend.c
(e_book_backend_has_out_of_proc_clients): see if the remaining
clients are all in proc

19 years agoFix for systems where read is a macro by David Malcolm.
Jeffrey Stedfast [Tue, 15 Mar 2005 18:28:57 +0000 (18:28 +0000)]
Fix for systems where read is a macro by David Malcolm.

2005-03-15  Jeffrey Stedfast  <fejj@novell.com>

* camel-stream.c (camel_stream_read): Fix for systems where read
is a macro by David Malcolm.

19 years agoMerge from branch to grab news and missing gcc 4 fixes.
JP Rosevear [Tue, 15 Mar 2005 01:48:04 +0000 (01:48 +0000)]
Merge from branch to grab news and missing gcc 4 fixes.

19 years agoREAD-ONLY doesn't mean we can't sync flags, allow flag syncing even in
Jeffrey Stedfast [Mon, 14 Mar 2005 19:13:34 +0000 (19:13 +0000)]
READ-ONLY doesn't mean we can't sync flags, allow flag syncing even in

2005-03-10  Jeffrey Stedfast  <fejj@novell.com>

* camel-imap-folder.c (imap_sync_online): READ-ONLY doesn't mean
we can't sync flags, allow flag syncing even in READ-ONLY mode
since the RFC states that flags listed in PERMANENTFLAGS are
always settable.

19 years agouse a single global ref-counted db-env for all opened db's.
Not Zed [Mon, 14 Mar 2005 07:06:19 +0000 (07:06 +0000)]
use a single global ref-counted db-env for all opened db's.

2005-03-09  Not Zed  <NotZed@Ximian.com>

        * backends/file/e-book-backend-file.c
        (e_book_backend_file_load_source): use a single global ref-counted
        db-env for all opened db's.
        (e_book_backend_file_dispose): clean up the env when finished.

19 years agoRun the get deltas in a thread to avoid the inresponsiveness of the GUI
Chenthill Palanisamy [Mon, 14 Mar 2005 05:19:44 +0000 (05:19 +0000)]
Run the get deltas in a thread to avoid the inresponsiveness of the GUI

2005-03-12  Chenthill Palanisamy  <pchenthill@novell.com>

* backends/groupwise/e-cal-backend-groupwise.c:
(connect_to_server): Run the get deltas in a thread to
avoid the inresponsiveness of the GUI when evolution
changes mode from offline to online.

19 years agoUpdated Turkish Translation
Baris Cicek [Sat, 12 Mar 2005 14:04:28 +0000 (14:04 +0000)]
Updated Turkish Translation

* tr.po: Updated Turkish Translation

19 years agouse 'peek' while downloading new items so when the calendar gets the new
Harish Krishnaswamy [Sat, 12 Mar 2005 12:26:53 +0000 (12:26 +0000)]
use 'peek' while downloading new items so when the calendar gets the new

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

* backends/groupwise/e-cal-backend-groupwise.c (get_deltas) :
use 'peek' while downloading new items so when the calendar gets
the new item before the mailer has a chance to retrieve it, the item
is not flagged read.

19 years agoFixes a memory corruption issue in GW backend
Harish Krishnaswamy [Sat, 12 Mar 2005 11:16:10 +0000 (11:16 +0000)]
Fixes a memory corruption issue in GW backend

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

Fixes a memory corruption issue in GW backend
* backends/groupwise/e-cal-backend-groupwise.c
* (get_deltas) : strftime should be passed an array of sufficient length, not a
char *. Fetch t_str from cache - so you are always sure of having
the correct value.Add some extra safety code checking empty strings.

19 years agousing GString. An efficient way for fixing bug #72145
Parthasarathi Susarla [Fri, 11 Mar 2005 08:39:56 +0000 (08:39 +0000)]
using GString. An efficient way for fixing bug #72145

2005-03-11  Parthasarathi Susarla <sparthasarathi@novell.com>

* camel-groupwise-folder.c:
  (gw_update_summary): using GString. An efficient way
  for fixing bug #72145

19 years agousing GString. An efficient way for fixing bug #72145
Parthasarathi Susarla [Fri, 11 Mar 2005 08:37:12 +0000 (08:37 +0000)]
using GString. An efficient way for fixing bug #72145

2005-03-11  Parthasarathi Susarla <sparthasarathi@novell.com>

* camel-groupwise-folder.c:
  (gw_update_summary): using GString. An efficient way
  for fixing bug #72145

19 years agoadd peek and status views to the creatCursorRequest initialise the status
Parthasarathi Susarla [Thu, 10 Mar 2005 06:59:15 +0000 (06:59 +0000)]
add peek and status views to the creatCursorRequest initialise the status

2005-03-10  Parthasarathi Susarla <sparthasarathi@novell.com>

* camel-groupwise-store.c:
  (groupwise_get_folder): add peek and status views to
  the creatCursorRequest
* camel-groupwise-folder.c:
  (gw_update_summary): initialise the status flag
  variable.
  *** Fixes bug #73308

19 years agoAdded code to fix the problem of Priority not set in outgoing mails
Sankar P [Wed, 9 Mar 2005 11:58:34 +0000 (11:58 +0000)]
Added code to fix the problem of Priority not set in outgoing mails

2005-03-09  Sankar P <psankar@novell.com>

* camel-groupwise-utils.c:(camel_groupwise_util_item_from_message)
Added code to fix the problem of Priority not set in outgoing mails

19 years agoFixes #73141 Check if the uri is not NULL before getting the password from
Chenthill Palanisamy [Tue, 8 Mar 2005 07:59:47 +0000 (07:59 +0000)]
Fixes #73141 Check if the uri is not NULL before getting the password from

2005-03-08  Chenthill Palanisamy  <pchenthill@novell.com>

Fixes #73141
* libecal/e-cal.c: (open_calendar): Check if the uri
is not NULL before getting the password from
e_passwords.

19 years agonotify writable state after looking at priv->is_writable. Some books are
Sivaiah Nallagatla [Tue, 8 Mar 2005 01:13:41 +0000 (01:13 +0000)]
notify writable state after looking at priv->is_writable. Some books are

2005-03-07  Sivaiah Nallagatla <snallagatla@novell.com>

        * backends/groupwise/e-bbok-backend-groupwise.c
        (e_book_backend_groupwise_set_mode) : notify writable
        state after looking at priv->is_writable. Some books
        are read only for groupwise.

        Fixes #73021

19 years agoFixes #72454
Rodrigo Moya [Sun, 6 Mar 2005 02:47:03 +0000 (02:47 +0000)]
Fixes #72454

2005-03-06  Rodrigo Moya <rodrigo@novell.com>

Fixes #72454

* backends/http/e-cal-backend-http.c (begin_retrieval_cb): call
g_object_set with correct arguments.

19 years agoReverted last patch
Rodrigo Moya [Sun, 6 Mar 2005 02:12:09 +0000 (02:12 +0000)]
Reverted last patch

19 years agoFixes #72454
Rodrigo Moya [Sun, 6 Mar 2005 02:01:39 +0000 (02:01 +0000)]
Fixes #72454

2005-03-06  Rodrigo Moya <rodrigo@novell.com>

Fixes #72454

* backends/http/e-cal-backend-http.c (begin_retrieval_cb): added missing
NULL to g_object_set call.

19 years agoUpdated pt_BR translation
Raphael Higino [Sat, 5 Mar 2005 20:29:43 +0000 (20:29 +0000)]
Updated pt_BR translation

19 years agoHungarian translation updated by Gabor Kelemen.
Laszlo Dvornik [Fri, 4 Mar 2005 14:22:35 +0000 (14:22 +0000)]
Hungarian translation updated by Gabor Kelemen.

2005-03-04  Laszlo Dvornik  <dvornik@gnome.hu>

* hu.po: Hungarian translation updated by Gabor Kelemen.

19 years agoUpdated pt_BR translation
Raphael Higino [Thu, 3 Mar 2005 17:43:07 +0000 (17:43 +0000)]
Updated pt_BR translation

19 years agoFixes #73226
JP Rosevear [Thu, 3 Mar 2005 15:13:58 +0000 (15:13 +0000)]
Fixes #73226

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

Fixes #73226

* libebook/e-destination.c (e_destination_list_get_dests): get a
list of destination addresses

* libebook/e-destination.h: add proto

19 years agoadded recipient view for get quick messages added recipient view for get
Parthasarathi Susarla [Thu, 3 Mar 2005 12:16:27 +0000 (12:16 +0000)]
added recipient view for get quick messages added recipient view for get

2005-03-03  Parthasarathi Susarla <sparthasarathi@novell.com>

* camel-groupwise-store.c:
  (groupwise_get_folder): added recipient view
  for get quick messages
* camel-groupwise-folder.c:
  (groupwise_refresh_info): added recipient view
  for get quick messages
  (gw_update_summary): parse the recipient list
  for mail ids to be set in the "To" field of the
  summary.
  ** Fixes # 72145

19 years ago***Fixes # 72455 #73231 #73239 initialize status_flags to 0
Vivek Jain [Thu, 3 Mar 2005 10:21:58 +0000 (10:21 +0000)]
***Fixes # 72455 #73231 #73239 initialize status_flags to 0

2005-03-03  Vivek Jain <jvivek@novell.com>

***Fixes # 72455
 #73231
 #73239
* camel-groupwise-folder.c :(gw_update_summary)
initialize status_flags to 0

19 years agofix the case of the charset specification, now we properly canonicalise
Not Zed [Thu, 3 Mar 2005 04:05:54 +0000 (04:05 +0000)]
fix the case of the charset specification, now we properly canonicalise

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

        * tests/misc/test2.c: fix the case of the charset specification,
        now we properly canonicalise them.

19 years ago** See bug #73015
Not Zed [Thu, 3 Mar 2005 04:03:58 +0000 (04:03 +0000)]
** See bug #73015

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

        ** See bug #73015

        * tests/misc/test1.c: Test case for references decoding.

        * camel-mime-utils.c (header_decode_addrspec): if we get no start
        word, then return NULL not "".

19 years ago** See bug #70195
Not Zed [Thu, 3 Mar 2005 03:58:28 +0000 (03:58 +0000)]
** See bug #70195

2005-03-02  Not Zed  <NotZed@Ximian.com>

        ** See bug #70195

        * camel-mime-utils.c (rfc2047_encode_word): if we fail to convert
        all the buffer, skip the content we didn't convert - don't just
        skip the number of bytes we didn't convert from the start of the
        string.
        (header_encode_phrase_merge_words): when we merge the word, make
        sure we merge the encoding too.

19 years ago** See bug #70590 (again)
Not Zed [Thu, 3 Mar 2005 03:56:43 +0000 (03:56 +0000)]
** See bug #70590 (again)

2005-03-02  Not Zed  <NotZed@Ximian.com>

        ** See bug #70590 (again)

        * camel-filter-driver.c (camel_filter_driver_filter_message):
        don't drop to default folder if we moved it.
        (do_move): mark moved, not copied.

19 years ago***Fixes # 72373
Vivek Jain [Wed, 2 Mar 2005 06:48:48 +0000 (06:48 +0000)]
***Fixes # 72373

2005-03-02  Vivek Jain <jvivek@novell.com>

***Fixes # 72373
* camel-groupwise-store.c :(groupwise_get_folder)
* camel-groupwise_folder.c :(groupwise_refresh_info)
pass types as NULL in the call of e_gw_connection_get_quick_messages
to retrieve all the items

19 years ago** See bug #72878
Not Zed [Wed, 2 Mar 2005 02:58:13 +0000 (02:58 +0000)]
** See bug #72878

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

        ** See bug #72878

        * libebook/e-destination.c (e_destination_copy): copy the raw
        address.

19 years ago** See bug #72876
Not Zed [Wed, 2 Mar 2005 02:56:20 +0000 (02:56 +0000)]
** See bug #72876

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

        ** See bug #72876

        * camel-mime-message.c (process_header): if there are no addresses
        in from or reply-to header, don't save empty address list.

19 years ago** See bug #73112
Not Zed [Wed, 2 Mar 2005 02:56:03 +0000 (02:56 +0000)]
** See bug #73112

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

        ** See bug #73112

        * camel-imap-store.c (query_auth_types): don't re-connect if we're
        already connected.

19 years agoFix for 73010.
Harry Lu [Wed, 2 Mar 2005 02:24:51 +0000 (02:24 +0000)]
Fix for 73010.

2005-03-01  Harry Lu <harry.lu@sun.com>

        Fix for 73010.

        * e-categories-dialog.c: (load_properties_dialog): set modal for
        the gnome_file_entry.

19 years agoUpdated Bulgarian translation by Vladimir Petkov <vpetkov@i-space.org>
Alexander Shopov [Tue, 1 Mar 2005 16:25:11 +0000 (16:25 +0000)]
Updated Bulgarian translation by Vladimir Petkov <vpetkov@i-space.org>

2005-03-01  Alexander Shopov  <ash@contact.bg>

* bg.po: Updated Bulgarian translation by
Vladimir Petkov <vpetkov@i-space.org>

19 years agoUpdated Catalan translation by Xavier Conde Rueda <xaviconde@eresmas.com>.
Jordi Mallach [Tue, 1 Mar 2005 10:56:41 +0000 (10:56 +0000)]
Updated Catalan translation by Xavier Conde Rueda <xaviconde@eresmas.com>.