2007-05-14 Jules Colding * camel-nntp-newsrc.c (camel_nntp_newsrc_read_for_server): Fix file descriptor leak 2007-04-05 Ross Burton * camel-nntp-folder.c: (camel_nntp_folder_new): Use g_mkdir_with_parents (#383686). 2007-03-29 Matthew Barnes * camel-nntp-store-summary.c: Fix "incompatible pointer type" warnings (#360619). 2007-02-23 Matthew Barnes * camel-nntp-folder.c: * camel-nntp-store.c: Migrate from EMutex to GStaticMutex or GStaticRecMutex. 2006-06-15 Andre Klapper * camel-nntp-store.c: * camel-nntp-folder.c: changing "cancelled" to "canceled" in user-visible strings. Fixes bug #342163. 2006-06-15 Andre Klapper * 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 * camel-nntp-summary.c (message_info_new_from_header): Fix memory leak. Fixes bug #335423. 2005-12-13 Tor Lillqvist * camel-nntp-grouplist.c * camel-nntp-newsrc.c: Use gstdio wrappers. 2005-11-30 Tor Lillqvist * camel-nntp-folder.c * camel-nntp-store.c: Remove some unneeded headers. 2005-09-16 Tor Lillqvist * 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 * camel-nntp-stream.c (stream_read): cast print args to int. 2005-08-12 Tor Lillqvist * Makefile.am: Use NO_UNDEFINED. Link with libcamel-provider, libcamel and CAMEL_LIBS. 2005-04-17 Changwoo Ryu ** 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 * 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 * camel-nntp-store.c (nntp_folder_info_from_store_info): Copy the flags field when converting from CamelStoreInfo to CamelFolderInfo. 2005-04-22 rganesan *camel-nntp-provide.c: Patch for bug #301460 give space at the end of line. 2005-04-22 Not Zed * 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 * camel-nntp-store.c (nntp_store_get_folder_info_all): If we fail to get the date, just abort. 2005-03-16 Not Zed * modified patch below to make it a bit simpler. 2005-01-22 Jeff Bailey * 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 * added nntp changelog