Fixed and improved NNTP authentication support.
[claws.git] / ChangeLog.claws
index e7fccb19f843997ea8697cb3d2d01fa456d06aba..5caa34d75ad55c03d5debc76702822fd9564754b 100644 (file)
@@ -1,6 +1,42 @@
+2001-04-29 [sergey]
+
+       * src/news.c (news_nntp_group, news_nntp_list, news_nntp_xover,
+       news_nntp_post, news_nntp_mode): new functions (wrappers with
+       authentication support).
+       (news_get_article_cmd, news_get_article, news_get_header): new
+       argument "folder"; all callers changed.
+       (news_get_article_cmd): added authentication support.
+       (news_session_get): use news_nntp_mode() instead of nntp_mode().
+       (news_post): use news_nntp_post() instead of nntp_post().
+       (news_get_uncached_articles): use news_nntp_group() instead of
+       nntp_group() and news_nntp_xover() instead of nntp_xover();
+       removed old authentication code.
+       (news_get_group_list): use news_nntp_list() instead of nntp_list().
+
+       * src/nntp.c (nntp_list): return real error code instead of
+       hardcoded NN_ERROR.
+
+2001-04-29 [sergey]
+
+       * configure.in: fixed wint_t typedef detection again
+
+2001-04-28 [hoa]
+
+       * src/prefs_account.[ch], added A_LOCAL_CMD
+               (send mail with mail command)
+       * src/send.c added function send_message_with_command()
+       * src/inc.c made a more secure get_spool() function with
+               mktemp() but maybe mkstemp() or something more
+               secure can be used.
 
 2001-04-28 [alfons]
 
+       * src/textview.c, colorization of email addresses in headers
+
+       0.4.65claws6
+
+       * bug sync with sylpheed
+       * prefs_common.c: created date format ui for darko
        * sync with 0.4.65cvs11
        * configure.in: corrected to have the new gpg checks
 
@@ -55,7 +91,7 @@
          and font descent also taken in account when drawing
          cursor. [alfons]
 
-2001-04-24
+2001-04-24 [hoa]
        * added comments in src/news.c src/nntp.c
        * added src/prefs_headers.[ch]
        * added src/headers.[ch]
                 * updated all .cvsignores to really ignore things that could
                   be unintentionally committed by a recursive commit.
 
-2001-04-23
+2001-04-23 [hoa]
        * added src/grouplist_dialog.[ch]
        * changed src/folderview.c to call grouplist_dialog instead
                of inputdialog