local account without SMTP
[claws.git] / ChangeLog.claws
index ce7b604862f2928af94c13def0faca3c94786c0f..9bd8512b0aa378ef5ae1c9611b7210dafdde1b20 100644 (file)
@@ -1,3 +1,53 @@
+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]
+
+       * prefs_common.c: created date format ui for darko
+       * sync with 0.4.65cvs11
+       * configure.in: corrected to have the new gpg checks
+
+2001-04-27 [alfons]
+
+       * completed sync with 0.4.65cvs10
+       * minor debug things added to gtkstext.c
+
+2001-04-27 [darko]
+
+       * configure.in: remove check for availability of
+         strftime() as advised by Hiroyuki
+       * src/prefs_common.[ch], src/procheader.c:
+         synch strftime() code with Hiroyki's main branch
+
+2001-04-26 [sergey]
+
+       * src/news.c: news_query_password(), news_authenticate(): new
+         functions.
+         news_get_uncached_articles(): added NNTP authentication
+         handling.
+       * src/nntp.[ch]: nntp_authinfo_user(), nntp_authinfo_pass():
+         new functions.
+       * src/prefs_account.c: prefs_account_protocol_activated():
+         enable userid and password fields for NNTP.
+
+2001-04-26
+
+       * configure.in: check for availability of strftime()
+         [darko]
+       * src/prefs_common.[ch], src/procheader.c: use
+         strftime() for displaying date in summary pane if it
+         is available
+
+2001-04-25
+
+       * more .cvsignore cleanups [alfons]
+
 2001-04-25
 
        * ac/sv-check-type.m4: new autoconf macro.
@@ -14,7 +64,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]
@@ -45,7 +95,7 @@
                 * 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