2008-10-14  Srinivasa Ragavan  <sragavan@novell.com>

	** Fix for bug #552261

	* camel-nntp-summary.c: Include camel-db.h

2008-09-26  Milan Crha  <mcrha@redhat.com>

	** Part of fix for bug #553301

	* camel-nntp-store.c: (camel_nntp_try_authenticate): Do not forget
	password when server not available at the moment or user cancelled.
	* camel-nntp-auth.c: (camel_nntp_auth_authenticate):
	Use correct parameters.

2008-08-06  Milan Crha  <mcrha@redhat.com>

	** Part of fix for bug #546397

	* camel-nntp-folder.c: (nntp_folder_search_free):
	Guard access to 'search' member with its lock.

2008-08-01  Matthew Barnes  <mbarnes@redhat.com>

	* camel-nntp-store-summary.c:
	Remove unnecessary <libedataserver/e-memory.h> include.

2008-07-28  Srinivasa Ragavan  <sragavan@novell.com>

	* camel/providers/nntp/camel-nntp-summary.c: Fix uid/pstring issues.

2008-07-16  Sankar P  <psankar@novell.com>

	Pushing disk summary changes from the madagascar branch

	* camel-nntp-folder.c (nntp_folder_sync_online),
	(nntp_folder_sync_offline), (nntp_folder_finalise),
	(camel_nntp_folder_new):
	* camel-nntp-summary.c (camel_nntp_summary_class_init),
	(summary_header_from_db), (summary_header_to_db),
	(camel_nntp_summary_check):
	* camel-nntp-utils.c (uid_num):

2008-03-27  Matthew Barnes  <mbarnes@redhat.com>

	** Fixes part of bug #518710

	* camel-nntp-store-summary.c:
	* camel-nntp-utils.c:
	Use GLib's new MD5 Checksum API.  The MD5 utilities in
	libedataserver are now deprecated.

2008-02-11  Milan Crha  <mcrha@redhat.com>

	** Fix for bug #455248

	* camel-nntp-store.c: (nntp_delete_folder):
	Call unsubscribe instead of subscribe function.

2008-01-21  Matthew Barnes  <mbarnes@redhat.com>

	** Fixes part of bug #510303

	* camel-nntp-store.c (camel_nntp_try_authenticate):
	Escape the authentication error message so the markup parser
	will parse it verbatim.

2008-01-17  Matthew Barnes  <mbarnes@redhat.com>

	** Fixes part of bug #506250

	* camel-nntp-auth.c (camel_nntp_auth_authenticate):
	* camel-nntp-store.c (camel_nntp_try_authenticate):
	Use a consistently worded password prompt message by calling
	camel_session_build_password_prompt().

2007-12-11  Milan Crha  <mcrha@redhat.com>

	** Part of fix for bug #336074

	* camel-nntp-store.c: (nntp_can_refresh_folder),
	(nntp_store_class_init): Implements its own CamelStore's
	can_refresh_folder function - any folder can be refreshed here.

2007-12-04 David Turner <cillian64@googlemail.com>

	** Fix for bug #466499

	* camel-nntp-provider.c: Added mnemonics to configuration options

2007-11-14  Matthew Barnes  <mbarnes@redhat.com>

	** Merge a bunch of compiler warning fixes and cosmetic
	   cleanups from camel-lite.

2007-05-14  Jules Colding  <colding@omesc.com>

	* camel-nntp-newsrc.c (camel_nntp_newsrc_read_for_server): Fix file descriptor leak

2007-04-05  Ross Burton  <ross@openedhand.com>

	* camel-nntp-folder.c: (camel_nntp_folder_new):
	Use g_mkdir_with_parents (#383686).

2007-03-29  Matthew Barnes  <mbarnes@redhat.com>

	* camel-nntp-store-summary.c:
	Fix "incompatible pointer type" warnings (#360619).

2007-02-23  Matthew Barnes  <mbarnes@redhat.com>

	* camel-nntp-folder.c:
	* camel-nntp-store.c:
	Migrate from EMutex to GStaticMutex or GStaticRecMutex.

2006-06-15  Andre Klapper  <a9016009@gmx.de>

	* camel-nntp-store.c: 
	* camel-nntp-folder.c: 
	changing "cancelled" to "canceled" in user-visible strings.
	Fixes bug #342163.

2006-06-15  Andre Klapper <a9016009@gmx.de>

	* addressbook/libebook/e-book.c:
	* camel/camel-folder.c:
	* camel/providers/nntp/camel-nntp-folder.c:
	* camel/providers/pop3/camel-pop3-folder.c:
	changing "uri" to "URI" in user-visible strings.
	Fixes bug #342161.

2006-06-09  Chris Heath  <chris@heathens.co.nz>

	* camel-nntp-summary.c (message_info_new_from_header): Fix memory leak.
	Fixes bug #335423.

2005-12-13  Tor Lillqvist  <tml@novell.com>

	* camel-nntp-grouplist.c
	* camel-nntp-newsrc.c: Use gstdio wrappers.

2005-11-30  Tor Lillqvist  <tml@novell.com>

	* camel-nntp-folder.c
	* camel-nntp-store.c: Remove some unneeded headers.

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

	* camel-nntp-stream.c: If no ECONNRESET (Win32), use EIO instead.

	* camel-nntp-utils.c: Use g_ascii_strcasecmp() instead of the
	deprecated g_strcasecmp(). The strings we are comparing are just
	ASCII anyway, so spell it out that we really do need ASCII
	casefolding only.

2005-08-22  Not Zed  <NotZed@Ximian.com>

	* camel-nntp-stream.c (stream_read): cast print args to int.

2005-08-12  Tor Lillqvist  <tml@novell.com>

	* Makefile.am: Use NO_UNDEFINED. Link with libcamel-provider,
	libcamel and CAMEL_LIBS.

2005-04-17  Changwoo Ryu  <cwryu@debian.org>

	** See bug #300891
	
	* Makefile.am (INCLUDES): define
	CAMEL_EXPLICIT_TRANSLATION_DOMAIN.

	* camel-nntp-provider.c (camel_provider_module_init):
	set translation_domain in CamelProvider struct.

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

	* camel-nntp-store.c (nntp_construct): setup the cache here.
	(nntp_connect_offline, nntp_connect_online): not here or here.
	(nntp_store_finalize): free the cache.

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.

2005-04-22  rganesan <rganesan@novell.com>

        *camel-nntp-provide.c:  Patch for bug #301460 give space at the end of line.

2005-04-22  Not Zed  <NotZed@Ximian.com>

	* camel-nntp-store.c (nntp_store_get_folder_info_all): don't set
	exceptions for failed date commands from last patch.

2005-04-22  Alessandro Decina <alessandro@nnva.org>

	* camel-nntp-store.c (nntp_store_get_folder_info_all): If we fail
	to get the date, just abort.

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 an
	empty string as well as a NULL for anonymous connections.

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

	* added nntp changelog

