aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Toshok <toshok@src.gnome.org>2000-06-24 02:36:53 +0800
committerChris Toshok <toshok@src.gnome.org>2000-06-24 02:36:53 +0800
commitcfe31b1d5ca4bd0402e9147b5fd5182fbe7be609 (patch)
tree6ec2f442c3d03bec89ece7930fbe77ef36eb5798
parentb92cdaf00a018c7994da1d4eb8e36c28b33a78ea (diff)
downloadgsoc2013-evolution-cfe31b1d5ca4bd0402e9147b5fd5182fbe7be609.tar
gsoc2013-evolution-cfe31b1d5ca4bd0402e9147b5fd5182fbe7be609.tar.gz
gsoc2013-evolution-cfe31b1d5ca4bd0402e9147b5fd5182fbe7be609.tar.bz2
gsoc2013-evolution-cfe31b1d5ca4bd0402e9147b5fd5182fbe7be609.tar.lz
gsoc2013-evolution-cfe31b1d5ca4bd0402e9147b5fd5182fbe7be609.tar.xz
gsoc2013-evolution-cfe31b1d5ca4bd0402e9147b5fd5182fbe7be609.tar.zst
gsoc2013-evolution-cfe31b1d5ca4bd0402e9147b5fd5182fbe7be609.zip
forgot this changelog entry last night.
svn path=/trunk/; revision=3710
-rw-r--r--camel/ChangeLog26
1 files changed, 26 insertions, 0 deletions
diff --git a/camel/ChangeLog b/camel/ChangeLog
index ea796dc1da..6e800f9fc2 100644
--- a/camel/ChangeLog
+++ b/camel/ChangeLog
@@ -1,3 +1,29 @@
+2000-06-22 Chris Toshok <toshok@helixcode.com>
+
+ * providers/nntp/.cvsignore: ignore test-newsrc
+
+ * providers/nntp/camel-nntp-store.c,
+ providers/nntp/camel-nntp-store.h,
+ providers/nntp/camel-nntp-folder.c,
+ providers/nntp/camel-nntp-folder.h,
+ providers/nntp/camel-nntp-utils.c: Bring the nntp provider up to a
+ state where it builds and is usable with the current camel. there
+ are still warts (semi-broken .newsrc file handling, and a lack of
+ a subscribe ui -- in fact no way to add a new server, really), but
+ it'll display news messages.
+
+ * providers/nntp/Makefile.am (libcamelnntp_la_SOURCES): add
+ camel-nntp-newsrc.c
+ (libcamelnntpinclude_HEADERS): add camel-nntp-newsrc.h
+ also, add test-newsrc stuff.
+
+ * providers/nntp/test-newsrc.c: new file that tests the newsrc
+ stuff by parsing and regurgitating a .newsrc file for a particular
+ server.
+
+ * providers/nntp/camel-nntp-newsrc.c,
+ providers/nntp/camel-nntp-newsrc.h: new files, initial support for .newsrc files.
+
2000-06-22 Jeffrey Stedfast <fejj@helixcode.com>
* providers/imap/camel-imap-folder.c (imap_get_message_count):