platform/upstream/evolution-data-server.git
19 years agoMake libdb as included in e-d-s build on Win32 with mingw. (The official
Tor Lillqvist [Tue, 24 May 2005 06:50:21 +0000 (06:50 +0000)]
Make libdb as included in e-d-s build on Win32 with mingw. (The official

2005-05-24  Tor Lillqvist  <tml@novell.com>

Make libdb as included in e-d-s build on Win32 with mingw. (The
official build setup for libdb uses MSVC.)

* libdb/dist/Makefile.in: Use EXEEXT for Win32 portability. Use
the MAKEFILE_MAYBE_WIN32 variable (which configure.ac sets to
empty on Unix, "_win32" on Win32) to use those source files that
have an own copy in os_win32 from there.

* libdb/dist/config.hin: Add DB_WIN32 flag. Insert stuff from the
libdb/build_win32_db_config.h file.

* libdb/dist/configure.ac: Changes for mingw builds. AC_SUBST some
more variables.

* libdb/dist/configure: Manually make corresponding changes as in
configure.ac. (Yuck! But we don't run autogen in libdb/dost, so
what else to do?)

* libdb/os_win32/os_type.c: Include db_int_def.h here, too.

19 years agoThe UIDPLUS extension doesn't give a "UID APPEND" command, instead it just
Jeffrey Stedfast [Mon, 23 May 2005 17:18:35 +0000 (17:18 +0000)]
The UIDPLUS extension doesn't give a "UID APPEND" command, instead it just

2005-05-23  Jeffrey Stedfast  <fejj@novell.com>

* camel-imap4-folder.c (imap4_append_message): The UIDPLUS
extension doesn't give a "UID APPEND" command, instead it just
provides the APPENDUID RESP-CODE, so no need to conditionalise the
command-creation code here. Simply always send "APPEND ..."
(imap4_transfer_messages_to): Sync the flags before performing a
COPY. Fixes bug #274407.

19 years agoThe UIDPLUS extension doesn't give a "UID APPEND" command, instead it just
Jeffrey Stedfast [Mon, 23 May 2005 15:24:36 +0000 (15:24 +0000)]
The UIDPLUS extension doesn't give a "UID APPEND" command, instead it just

2005-05-23  Jeffrey Stedfast  <fejj@novell.com>

* camel-imap4-folder.c (imap4_append_message): The UIDPLUS
extension doesn't give a "UID APPEND" command, instead it just
provides the APPENDUID RESP-CODE, so no need to conditionalise the
command-creation code here. Simply always send "APPEND ..."

19 years agoKick into shape a bit.
Dafydd Harries [Sun, 22 May 2005 23:24:20 +0000 (23:24 +0000)]
Kick into shape a bit.

2005-05-23  Dafydd Harries  <daf@muse.19inch.net>

* cy.po: Kick into shape a bit.

19 years agoUpdated Japanese translation for v1.3.2.
Takeshi AIHANA [Sat, 21 May 2005 15:16:27 +0000 (15:16 +0000)]
Updated Japanese translation for v1.3.2.

2005-05-20  Takeshi AIHANA <aihana@gnome.gr.jp>
* ja.po: Updated Japanese translation for v1.3.2.

19 years agoFix pretty bad memory leak
Ross Burton [Fri, 20 May 2005 11:15:22 +0000 (11:15 +0000)]
Fix pretty bad memory leak

19 years agoCall the replyRequest api before replying to a message
Parthasarathi Susarla [Fri, 20 May 2005 11:05:55 +0000 (11:05 +0000)]
Call the replyRequest api before replying to a message

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

* camel-groupwise-transport.c (groupwise_send_to):
  Call the replyRequest api before replying to a message

19 years agoCheck for regexec in a separate -lregex. Add gmodule to CAMEL_CFLAGS and
Tor Lillqvist [Thu, 19 May 2005 09:31:38 +0000 (09:31 +0000)]
Check for regexec in a separate -lregex. Add gmodule to CAMEL_CFLAGS and

2005-05-19  Tor Lillqvist  <tml@novell.com>

* configure.in: Check for regexec in a separate -lregex. Add
gmodule to CAMEL_CFLAGS and _LIBS, as camel uses gmodule,
too. Don't bother mentioning glib as gthread and gmodule drag in
it automatically.

19 years agoMore templates
Rodrigo Moya [Thu, 19 May 2005 06:45:10 +0000 (06:45 +0000)]
More templates

19 years agoCall camel_quoted_encode_close() instead of quoted_decode_close() when
Jeffrey Stedfast [Wed, 18 May 2005 16:52:00 +0000 (16:52 +0000)]
Call camel_quoted_encode_close() instead of quoted_decode_close() when

2005-05-16  Jeffrey Stedfast  <fejj@novell.com>

* camel-mime-filter-basic.c (complete): Call
camel_quoted_encode_close() instead of quoted_decode_close() when
encoding.

* camel-mime-utils.c (camel_quoted_decode_close): This function
was named incorrectly, it's really camel_quoted_encode_close
(camel_quoted_encode_close): New name.

19 years agoAdded templates
Rodrigo Moya [Wed, 18 May 2005 14:00:53 +0000 (14:00 +0000)]
Added templates

19 years agoBump version and libtool numbers
Harish Krishnaswamy [Wed, 18 May 2005 08:41:07 +0000 (08:41 +0000)]
Bump version and libtool numbers

19 years agoFix memory leaks
Ross Burton [Wed, 18 May 2005 08:06:31 +0000 (08:06 +0000)]
Fix memory leaks

19 years agonew class to implement VJOURNAL backend.
Rodrigo Moya [Wed, 18 May 2005 07:29:01 +0000 (07:29 +0000)]
new class to implement VJOURNAL backend.

2005-05-18  Rodrigo Moya <rodrigo@novell.com>

* backends/file/e-cal-backend-file-journal.[ch]: new class to implement
VJOURNAL backend.

* backends/file/e-cal-backend-factory.c (_journal_new_backend,
_journal_get_kind, journal_backend_factory_class_init,
journal_backend_factory_get_type): new functions for the journal backend.
(eds_module_initialize, eds_module_list_types): add the new backend.

* backends/file/Makefile.am: added new files.

19 years agoDo not build camel docs.
Harish Krishnaswamy [Wed, 18 May 2005 06:07:52 +0000 (06:07 +0000)]
Do not build camel docs.

19 years agoFixed API docs
Rodrigo Moya [Mon, 16 May 2005 09:05:51 +0000 (09:05 +0000)]
Fixed API docs

19 years agoTemplate files created
Rodrigo Moya [Mon, 16 May 2005 09:01:05 +0000 (09:01 +0000)]
Template files created

19 years agoUpdated Bulgarian translation by Rostislav Raykov <zbrox@i-space.org>
Alexander Shopov [Sat, 14 May 2005 15:34:47 +0000 (15:34 +0000)]
Updated Bulgarian translation by Rostislav Raykov <zbrox@i-space.org>

2005-05-14  Alexander Shopov  <ash@contact.bg>

* bg.po: Updated Bulgarian translation by
Rostislav Raykov <zbrox@i-space.org>

19 years agoWrote API docs.
Hans Petter Jansson [Sat, 14 May 2005 06:36:47 +0000 (06:36 +0000)]
Wrote API docs.

2005-05-14  Hans Petter Jansson  <hpj@novell.com>

* libedata-book/e-book-backend-cache.c:
* libedata-book/e-book-backend-factory.c:
* libedata-book/e-book-backend-sexp.c:
* libedata-book/e-book-backend-summary.c:
* libedata-book/e-book-backend-sync.c:
* libedata-book/e-book-backend.c:
* libedata-book/e-data-book-factory.c:
* libedata-book/e-data-book-view.c:
* libedata-book/e-data-book.c: Wrote API docs.

19 years agoanother class documented
Jeffrey Stedfast [Fri, 13 May 2005 20:48:05 +0000 (20:48 +0000)]
another class documented

19 years agoadded journal to the docs
Jeffrey Stedfast [Fri, 13 May 2005 20:47:53 +0000 (20:47 +0000)]
added journal to the docs

19 years agomore changes
Jeffrey Stedfast [Fri, 13 May 2005 20:34:32 +0000 (20:34 +0000)]
more changes

19 years agolots and lots o' docs
Jeffrey Stedfast [Fri, 13 May 2005 19:54:53 +0000 (19:54 +0000)]
lots and lots o' docs

19 years agoFixes #301116
Changwoo Ryu [Fri, 13 May 2005 13:35:29 +0000 (13:35 +0000)]
Fixes #301116

2005-05-13  Changwoo Ryu  <cwryu@debian.org>

Fixes #301116

* e-categories-dialog.c (e_categories_dialog_init): specify the
translation domain on glade_xml_new().

19 years agoEnabling query based on nicknames. Fixes #255756.
Sushma Rai [Fri, 13 May 2005 09:25:15 +0000 (09:25 +0000)]
Enabling query based on nicknames. Fixes #255756.

19 years agofixed gtk-doc comments for functions without return value.
Rodrigo Moya [Fri, 13 May 2005 07:13:30 +0000 (07:13 +0000)]
fixed gtk-doc comments for functions without return value.

2005-05-13  Rodrigo Moya <rodrigo@novell.com>

* libedata-cal/e-cal-backend.c (e_cal_backend_get_cal_address):
fixed gtk-doc comments for functions without return value.

19 years agoFixes 271838
The Written Word [Fri, 13 May 2005 07:11:15 +0000 (07:11 +0000)]
Fixes 271838

2005-05-13  The Written Word <bugzilla-novell@thewrittenword.com>

Fixes 271838

* libedata-cal/e-cal-backend.c (e_cal_backend_get_object_list):
don't return value from void function.

19 years agonew private function to create standard categories if they don't exist.
Rodrigo Moya [Fri, 13 May 2005 06:32:48 +0000 (06:32 +0000)]
new private function to create standard categories if they don't exist.

2005-05-13  Rodrigo Moya <rodrigo@novell.com>

* libedataserver/e-categories.c (add_category_if_present): new private
function to create standard categories if they don't exist.
(initialize_categories_config): make sure, in all cases, that our
standard categories are available.

19 years agoFix #256874
Shreyas Srinivasan [Fri, 13 May 2005 06:04:33 +0000 (06:04 +0000)]
Fix #256874

2005-05-13  Shreyas Srinivasan <sshreyas@novell.com>

* backends/contacts/e-cal-backend-contacts.c: Fix #256874

19 years agoAdd new Anniversary category, Fixes #256874
Shreyas Srinivasan [Fri, 13 May 2005 05:58:47 +0000 (05:58 +0000)]
Add new Anniversary category, Fixes #256874

2005-05-13  Shreyas Srinivasan  <sshreyas@novell.com>

* libedataserver/e-categories.c: Add new Anniversary category,
Fixes #256874

19 years agoexport LIBSOUP for use elsewhere
Harish Krishnaswamy [Fri, 13 May 2005 05:47:34 +0000 (05:47 +0000)]
export LIBSOUP for use elsewhere

19 years agomore docs
Jeffrey Stedfast [Thu, 12 May 2005 20:50:27 +0000 (20:50 +0000)]
more docs

19 years agogtk-doc comments
Jeffrey Stedfast [Thu, 12 May 2005 17:53:42 +0000 (17:53 +0000)]
gtk-doc comments

19 years agoFixes #271592 check the uid to return the object corresponding to
Vivek Jain [Thu, 12 May 2005 13:28:15 +0000 (13:28 +0000)]
Fixes #271592 check the uid to return the object corresponding to

2005-05-12  Vivek Jain <jvivek@novell.com>

 Fixes #271592
 * backends/contacts/e-cal-backend-contacts.c:
 (e_cal_backend_contacts_get_object):
 check the uid to return the object corresponding to
 birthday/anniversary

19 years agoRemove hardcoded value. Use LIBSOUP from configure instead.
Harish Krishnaswamy [Thu, 12 May 2005 10:18:48 +0000 (10:18 +0000)]
Remove hardcoded value. Use LIBSOUP from configure instead.

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

* libegroupwise.pc.in: Remove hardcoded value.
Use LIBSOUP from configure instead.

19 years agoFix a memory leak.
Ulrich Neumann [Thu, 12 May 2005 04:30:09 +0000 (04:30 +0000)]
Fix a memory leak.

2005-05-12  Ulrich Neumann <uli@myuli.com>

* e-gw-item.c (get_notification_value): Fix a memory leak.

19 years agocamel_folder_summary_format_string etc functions no longer exist, remove the prototypes
Jeffrey Stedfast [Wed, 11 May 2005 20:18:21 +0000 (20:18 +0000)]
camel_folder_summary_format_string etc functions no longer exist, remove the prototypes

19 years agoremoved some unused function prototypes
Jeffrey Stedfast [Wed, 11 May 2005 20:17:49 +0000 (20:17 +0000)]
removed some unused function prototypes

19 years agoyay, finally documented... only took all day
Jeffrey Stedfast [Wed, 11 May 2005 20:04:30 +0000 (20:04 +0000)]
yay, finally documented... only took all day

19 years agoremoved some debugging functions from the sections file
Jeffrey Stedfast [Wed, 11 May 2005 20:03:13 +0000 (20:03 +0000)]
removed some debugging functions from the sections file

19 years agoUpdated Greek Translation.
Kostas Papadimas [Wed, 11 May 2005 10:37:47 +0000 (10:37 +0000)]
Updated Greek Translation.

19 years agoWe need to implement the popup_menu function to make 'F10 + Shift Key'
Mengjie Yu [Wed, 11 May 2005 07:36:33 +0000 (07:36 +0000)]
We need to implement the popup_menu function to make 'F10 + Shift Key'

2005-05-09  Mengjie Yu  <meng-jie.yu@sun.com>

        * e-source-selector.c: (selector_popup_menu),
        (e_source_selector_class_init):
        We need to implement the popup_menu function to make
        'F10 + Shift Key' pressing work.

        Fixes #303540

19 years agoimproved API documentation.
Rodrigo Moya [Wed, 11 May 2005 05:45:48 +0000 (05:45 +0000)]
improved API documentation.

2005-05-11  Rodrigo Moya <rodrigo@novell.com>

* libedata-cal/e-cal-backend-sync.c:
* libedata-cal/e-cal-backend-util.c:
* libedata-cal/e-cal-backend.c:
* libedata-cal/e-data-cal-factory.c:
* libedata-cal/e-data-cal-view.c:
* libedata-cal/e-data-cal.c: improved API documentation.

19 years agoCopy the flags field when converting from CamelStoreInfo to
Alessandro Decina [Wed, 11 May 2005 04:43:33 +0000 (04:43 +0000)]
Copy the flags field when converting from CamelStoreInfo to

2005-04-30  Alessandro Decina  <alessandro@nnnva.org>

        * camel-nntp-store.c (nntp_folder_info_from_store_info): Copy the
        flags field when converting from CamelStoreInfo to CamelFolderInfo.

19 years agomore doc fixes
Jeffrey Stedfast [Tue, 10 May 2005 19:29:35 +0000 (19:29 +0000)]
more doc fixes

19 years agoremoevd camel_folder_[un]lock
Jeffrey Stedfast [Tue, 10 May 2005 19:29:24 +0000 (19:29 +0000)]
remoevd camel_folder_[un]lock

19 years agomore docs written
Jeffrey Stedfast [Tue, 10 May 2005 18:50:37 +0000 (18:50 +0000)]
more docs written

19 years agobuild camel docs
Jeffrey Stedfast [Mon, 9 May 2005 20:13:54 +0000 (20:13 +0000)]
build camel docs

19 years agogtk-doc stuff
Jeffrey Stedfast [Mon, 9 May 2005 20:13:13 +0000 (20:13 +0000)]
gtk-doc stuff

19 years agomore fixes
Jeffrey Stedfast [Mon, 9 May 2005 19:54:13 +0000 (19:54 +0000)]
more fixes

19 years agoAdded last modified time field support for vcf addressbook backend.
Sushma Rai [Mon, 9 May 2005 13:22:55 +0000 (13:22 +0000)]
Added last modified time field support for vcf addressbook backend.

19 years agoLast modified time support for GroupWise addressbook.
Sushma Rai [Mon, 9 May 2005 13:15:45 +0000 (13:15 +0000)]
Last modified time support for GroupWise addressbook.

19 years agoMemory leak fixes.
Sushma Rai [Mon, 9 May 2005 12:24:36 +0000 (12:24 +0000)]
Memory leak fixes.

19 years ago camel-groupwise-provider.c
Sankarasivasubramanian Pasupathilingam [Sat, 7 May 2005 06:25:14 +0000 (06:25 +0000)]
  camel-groupwise-provider.c
        Added code so as to disable sent items button and prevent
        copying of sent items to any folder, for a GroupWise account.

19 years ago Added a new flag CAMEL_PROVIDER_DISABLE_SENT_FOLDER so as to facilitate disabling...
Sankarasivasubramanian Pasupathilingam [Sat, 7 May 2005 06:21:53 +0000 (06:21 +0000)]
Added a new flag CAMEL_PROVIDER_DISABLE_SENT_FOLDER so as to facilitate disabling sent button and prevent copying sent items.
This flag is introduced for the GroupWise provider, but can be made use of by any other type of provider, if needed.

19 years agofixed
Jeffrey Stedfast [Fri, 6 May 2005 19:45:09 +0000 (19:45 +0000)]
fixed

19 years agobah, more fixes
Jeffrey Stedfast [Fri, 6 May 2005 19:08:25 +0000 (19:08 +0000)]
bah, more fixes

19 years agogtk-doc comment fixes
Jeffrey Stedfast [Fri, 6 May 2005 19:06:04 +0000 (19:06 +0000)]
gtk-doc comment fixes

19 years agospelling mistakes
Jeffrey Stedfast [Fri, 6 May 2005 19:05:25 +0000 (19:05 +0000)]
spelling mistakes

19 years agoimproved API documentation. (e_cal_backend_cache_put_server_utc_time):
Rodrigo Moya [Fri, 6 May 2005 11:22:28 +0000 (11:22 +0000)]
improved API documentation. (e_cal_backend_cache_put_server_utc_time):

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

* libedata-cal/e-cal-backend-factory.c:
* libedata-cal/e-cal-backend-sexp.c:
* libedata-cal/e-cal-backend-cache.c: improved API documentation.
(e_cal_backend_cache_put_server_utc_time): fixed leak.

19 years agoFixed two memory leaks.
Ulrich Neumann [Fri, 6 May 2005 10:34:31 +0000 (10:34 +0000)]
Fixed two memory leaks.

2005-05-06  Ulrich Neumann <uli@myuli.com>

* e-gw-sendoptions.c (set_status_tracking_changes):
Fixed two memory leaks.

19 years agoCheck for Win32 (mingw), set Automake conditional. Move the libtool stuff
Tor Lillqvist [Fri, 6 May 2005 08:43:48 +0000 (08:43 +0000)]
Check for Win32 (mingw), set Automake conditional. Move the libtool stuff

2005-05-06  Tor Lillqvist  <tml@novell.com>

* configure.in: Check for Win32 (mingw), set Automake
conditional. Move the libtool stuff a bit earlier so that $host
gets set early and can be checked in a more logical place. Check
for some more headers and functions. Use gobject-2.0 instead of
glib-2.0 in E_DATA_SERVER_DEPS as the libs we build do depend on
gobject. Check for libsoup-2.4 first, as that is what HEAD libsoup
calls its .pc file. On Win32, copy the libtool generated here to
libdb/dist.

19 years agoFixes #272504 GroupWise is the right way to spell.
Chenthill Palanisamy [Fri, 6 May 2005 05:36:08 +0000 (05:36 +0000)]
Fixes #272504 GroupWise is the right way to spell.

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

Fixes #272504
* camel-groupwise-store.c: (groupwise_auth_loop): GroupWise is
the right way to spell.

19 years agoGo API docs go
Rodrigo Moya [Fri, 6 May 2005 05:35:23 +0000 (05:35 +0000)]
Go API docs go

19 years ago*camel-nntp-provide.c: Patch for bug #301460 give space at the end of line.
Ganesan Rajamani [Fri, 6 May 2005 05:20:58 +0000 (05:20 +0000)]
*camel-nntp-provide.c:  Patch for bug #301460 give space at the end of line.

19 years agoimproved API documentation. (e_cal_util_expand_uri): removed unused
Rodrigo Moya [Fri, 6 May 2005 05:19:57 +0000 (05:19 +0000)]
improved API documentation. (e_cal_util_expand_uri): removed unused

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

* libecal/e-cal.c:
* libecal/e-cal-time-util.c:
* libecal/e-cal-view.c:
* libecal/e-cal-view-listener.c:
* libecal/e-cal-util.[ch]: improved API documentation.
(e_cal_util_expand_uri): removed unused function.

19 years agoHanding encoding type "BASE64" and forming FN from N when FN is not
Sushma Rai [Fri, 6 May 2005 05:08:01 +0000 (05:08 +0000)]
Handing encoding type "BASE64" and forming FN from N when FN is not
present. Fixes #268271.

19 years agoFix for some memory leaks in addressbook cache handling code
Sushma Rai [Fri, 6 May 2005 04:59:31 +0000 (04:59 +0000)]
Fix for some memory leaks in addressbook cache handling code

19 years agoA typo. Fixes 272503. Patch submitted by Thierry Moisan
Sarfraaz Ahmed [Fri, 6 May 2005 04:25:26 +0000 (04:25 +0000)]
A typo. Fixes 272503. Patch submitted by Thierry Moisan

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

        * camel-groupwise-store.c : A typo. Fixes 272503. Patch submitted
        by Thierry Moisan

19 years agoFixes #273264
Rodrigo Moya [Fri, 6 May 2005 03:26:48 +0000 (03:26 +0000)]
Fixes #273264

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

Fixes #273264

* libecal/e-cal.c (add_instance): set RECURRENCE-ID correctly.
(generate_instances): use detached instances' start and end times, not
the RECURRENCE-ID.

* backends/file/e-cal-backend-file.c
(e_cal_backend_file_modify_object): no need to add exceptions for
detached recurrences.
(e_cal_backend_file_get_static_capabilities): disable THISAND*, so that
the broken GUI does not try to use them.

19 years agoadded/updated/fixed gtk-doc comments
Jeffrey Stedfast [Thu, 5 May 2005 20:51:34 +0000 (20:51 +0000)]
added/updated/fixed gtk-doc comments

19 years agomore corrections
Jeffrey Stedfast [Thu, 5 May 2005 20:51:10 +0000 (20:51 +0000)]
more corrections

19 years agoadded, changed, or updated gtk-doc style comments and variable names (when the protot...
Jeffrey Stedfast [Thu, 5 May 2005 18:38:49 +0000 (18:38 +0000)]
added, changed, or updated gtk-doc style comments and variable names (when the prototype's variable names differed to make gtk-doc happy)

19 years agomore changes
Jeffrey Stedfast [Thu, 5 May 2005 18:36:26 +0000 (18:36 +0000)]
more changes

19 years agoAdded missing "docs/reference/calendar/libedata-cal/Makefile" to
Veerapuram Varadhan [Thu, 5 May 2005 05:00:40 +0000 (05:00 +0000)]
Added missing "docs/reference/calendar/libedata-cal/Makefile" to

* Added missing "docs/reference/calendar/libedata-cal/Makefile" to configure.in

19 years agoUpdate
JP Rosevear [Thu, 5 May 2005 03:36:42 +0000 (03:36 +0000)]
Update

19 years agowhat the bloody fuck. fucking gtk-doc
Jeffrey Stedfast [Wed, 4 May 2005 20:25:42 +0000 (20:25 +0000)]
what the bloody fuck. fucking gtk-doc

19 years agomany more updates
Jeffrey Stedfast [Wed, 4 May 2005 20:23:34 +0000 (20:23 +0000)]
many more updates

19 years agoadded
Jeffrey Stedfast [Wed, 4 May 2005 18:10:28 +0000 (18:10 +0000)]
added

19 years agomore fixes
Jeffrey Stedfast [Wed, 4 May 2005 18:10:09 +0000 (18:10 +0000)]
more fixes

19 years agoadded gtk-doc setup for libedata-cal.
Rodrigo Moya [Wed, 4 May 2005 12:59:28 +0000 (12:59 +0000)]
added gtk-doc setup for libedata-cal.

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

* configure.in:
* docs/reference/calendar/Makefile.am:
* docs/reference/calendar/libedata-cal/*: added gtk-doc setup for
libedata-cal.

* docs/reference/libedataserver/libedataserver-docs.sgml: added missing
files.

19 years agoWrote API docs.
Hans Petter Jansson [Wed, 4 May 2005 08:46:12 +0000 (08:46 +0000)]
Wrote API docs.

2005-05-04  Hans Petter Jansson  <hpj@novell.com>

* libebook/e-address-western.c:
* libebook/e-book-listener.c:
* libebook/e-book-query.c:
* libebook/e-book-view-listener.c:
* libebook/e-book-view.c:
* libebook/e-book.c:
* libebook/e-contact.c:
* libebook/e-destination.c:
* libebook/e-name-western.c:
* libebook/e-vcard.c: Wrote API docs.

19 years agoWrote API docs.
Hans Petter Jansson [Wed, 4 May 2005 08:43:58 +0000 (08:43 +0000)]
Wrote API docs.

2005-05-04  Hans Petter Jansson  <hpj@novell.com>

* e-book-auth-util.c:
* e-categories-dialog.c:
* e-contact-store.c:
* e-destination-store.c:
* e-name-selector-dialog.c:
* e-name-selector-entry.c:
* e-name-selector-model.c:
* e-name-selector.c:
* e-source-option-menu.c:
* e-source-selector.c:
* e-tree-model-generator.c: Wrote API docs.

19 years agoSome generated files
Philip Van Hoof [Wed, 4 May 2005 07:52:26 +0000 (07:52 +0000)]
Some generated files

19 years agoFixes #300920
Rodrigo Moya [Wed, 4 May 2005 06:44:36 +0000 (06:44 +0000)]
Fixes #300920

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

Fixes #300920

* libecal/libecal.pc.in:
* libedata-cal/libedata-cal.pc.in: fixed Name: and Description:
fields.

19 years agoimproved API documentation.
Rodrigo Moya [Wed, 4 May 2005 06:43:46 +0000 (06:43 +0000)]
improved API documentation.

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

* libecal/e-cal-component.c:
* libecal/e-cal-listener.c:
* libecal/e-cal-recur.[ch]: improved API documentation.

19 years agoimproved API documentation.
Rodrigo Moya [Wed, 4 May 2005 06:41:28 +0000 (06:41 +0000)]
improved API documentation.

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

* docs/reference/calendar/*: improved API documentation.

19 years agomore changes
Jeffrey Stedfast [Tue, 3 May 2005 20:31:10 +0000 (20:31 +0000)]
more changes

19 years agoadded a ton of files
Jeffrey Stedfast [Tue, 3 May 2005 19:53:43 +0000 (19:53 +0000)]
added a ton of files

19 years agoadded some files
Jeffrey Stedfast [Fri, 29 Apr 2005 20:37:56 +0000 (20:37 +0000)]
added some files

19 years agoUpdated Danish translation.
Martin Willemoes Hansen [Fri, 29 Apr 2005 09:51:29 +0000 (09:51 +0000)]
Updated Danish translation.

        * da.po: Updated Danish translation.

19 years agoset the 'CAMEL_FOLDER_FILTER_RECENT' folder flag for the Mailbox folder
Parthasarathi Susarla [Thu, 28 Apr 2005 05:10:58 +0000 (05:10 +0000)]
set the 'CAMEL_FOLDER_FILTER_RECENT' folder flag for the Mailbox folder

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

* camel-groupwise-folder.c:
  (camel_gw_folder_new): set the 'CAMEL_FOLDER_FILTER_RECENT'
  folder flag for the Mailbox folder
  (gw_update_summary): add the new messages in the ChangeInfo
  structure under 'recent' type. Only those uids which fall
  under recent are filtered.

* camel-groupwise-store.c:
  (groupwise_store_construct): set 'CAMEL_STORE_FILTER_INBOX'
  to store flags, to enable filtering

  ** Fixes bug #274194

19 years agoSetting the status for both synchronous and asynchronous operations.
Sushma Rai [Wed, 27 Apr 2005 10:19:41 +0000 (10:19 +0000)]
Setting the status for both synchronous and asynchronous operations.
Fixes #273716.

19 years agocode formatting done. removed space between the statement and ';' as per
Parthasarathi Susarla [Wed, 27 Apr 2005 10:04:29 +0000 (10:04 +0000)]
code formatting done. removed space between the statement and ';' as per

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

* camel-groupwise-folder.c: code formatting done.
  removed space between the statement and ';' as per
  the coding style

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

* camel-groupwise-folder.c: (groupwise_folder_get_message):
  ** Fixes bug - 273246: the Mime.822 file would not be shown
  anymore
  ** Fixes bug - 273243: HTML mail would be displayed inline
  and not as an attachment

19 years agoQuietly move changelog entries to the right place
Ross Burton [Wed, 27 Apr 2005 08:28:50 +0000 (08:28 +0000)]
Quietly move changelog entries to the right place

19 years agoUse a static POA
Ross Burton [Wed, 27 Apr 2005 08:27:14 +0000 (08:27 +0000)]
Use a static POA

19 years agodoc commits
Harish Krishnaswamy [Tue, 26 Apr 2005 12:56:36 +0000 (12:56 +0000)]
doc commits

19 years agobump version, libtool numbers
Harish Krishnaswamy [Tue, 26 Apr 2005 12:54:29 +0000 (12:54 +0000)]
bump version, libtool numbers

19 years agoadd release updates for 1.3.1
Harish Krishnaswamy [Tue, 26 Apr 2005 12:50:44 +0000 (12:50 +0000)]
add release updates for 1.3.1

19 years agoReverting patch adding itemReference in the EGwItemAttachment structure.
Parthasarathi Susarla [Tue, 26 Apr 2005 12:48:25 +0000 (12:48 +0000)]
Reverting patch adding itemReference in the EGwItemAttachment structure.

2005-04-26  Parthasarathi Susarla <sparthasarathi@novell.com>
* e-gw-item.[ch]: Reverting patch adding itemReference
  in the EGwItemAttachment structure.