3 * src/nntp.h (NNTPSockInfo): new type.
5 * src/nntp.c: all functions updated to use NNTPSockInfo instead of
7 (nntp_open_auth, nntp_close): new functions.
8 (nntp_gen_command): new function to handle authentication; all
9 NNTP command functions updated to use it.
10 (nntp_authinfo_user, nntp_authinfo_pass): deleted.
11 (nntp_list): removed old useless code.
13 * src/news.h (NNTPSession): new field nntp_sock.
15 * src/news.c: all functions updated to use NNTPSockInfo instead of
17 (news_session_new): new arguments (userid, passwd); made static;
18 use nntp_open_auth() if needed.
19 (news_session_destroy): use nntp_close() instead of sock_close().
20 (news_query_password): changed arguments.
21 (news_session_new_for_folder): new function.
22 (news_session_get): use news_session_new_for_folder().
23 (news_authenticate): deleted.
24 (news_get_uncached_articles): removed old authentication code.
28 * src/news.c: reverted my previous changes (need to do NNTP
29 authentication in a cleaner way).
33 * src/news.c (news_nntp_group, news_nntp_list, news_nntp_xover,
34 news_nntp_post, news_nntp_mode): new functions (wrappers with
35 authentication support).
36 (news_get_article_cmd, news_get_article, news_get_header): new
37 argument "folder"; all callers changed.
38 (news_get_article_cmd): added authentication support.
39 (news_session_get): use news_nntp_mode() instead of nntp_mode().
40 (news_post): use news_nntp_post() instead of nntp_post().
41 (news_get_uncached_articles): use news_nntp_group() instead of
42 nntp_group() and news_nntp_xover() instead of nntp_xover();
43 removed old authentication code.
44 (news_get_group_list): use news_nntp_list() instead of nntp_list().
46 * src/nntp.c (nntp_list): return real error code instead of
51 * configure.in: fixed wint_t typedef detection again
55 * src/prefs_account.[ch], added A_LOCAL_CMD
56 (send mail with mail command)
57 * src/send.c added function send_message_with_command()
58 * src/inc.c made a more secure get_spool() function with
59 mktemp() but maybe mkstemp() or something more
64 * src/textview.c, colorization of email addresses in headers
68 * bug sync with sylpheed
69 * prefs_common.c: created date format ui for darko
70 * sync with 0.4.65cvs11
71 * configure.in: corrected to have the new gpg checks
75 * completed sync with 0.4.65cvs10
76 * minor debug things added to gtkstext.c
80 * configure.in: remove check for availability of
81 strftime() as advised by Hiroyuki
82 * src/prefs_common.[ch], src/procheader.c:
83 synch strftime() code with Hiroyki's main branch
87 * src/news.c: news_query_password(), news_authenticate(): new
89 news_get_uncached_articles(): added NNTP authentication
91 * src/nntp.[ch]: nntp_authinfo_user(), nntp_authinfo_pass():
93 * src/prefs_account.c: prefs_account_protocol_activated():
94 enable userid and password fields for NNTP.
98 * configure.in: check for availability of strftime()
100 * src/prefs_common.[ch], src/procheader.c: use
101 strftime() for displaying date in summary pane if it
106 * more .cvsignore cleanups [alfons]
110 * ac/sv-check-type.m4: new autoconf macro.
111 * configure.in: fixed wint_t typedef detection (did not work
116 * acconfig.h: added USE_GTKGDK_XIM definition for autoheader.
120 * modified gtkstext.c : buggy cursor navigation fixed,
121 and font descent also taken in account when drawing
125 * added comments in src/news.c src/nntp.c
126 * added src/prefs_headers.[ch]
127 * added src/headers.[ch]
128 * modified compose.c to activate custom headers
129 added function is_in_custom_headers
130 * modified prefs_account.[ch]
131 added function prefs_account_customhdr_edit
132 * modified src/defs.h :
133 added HEADERS_RC : name of the config file
134 for the custom headers
145 added gtkstext with configure.in patch by Hiroyuki which
146 should fix the XIM detection [alfons]
148 * more clean up of cvs [alfons]
150 * removed all Makefile.in files to attic.
152 * updated all .cvsignores to really ignore things that could
153 be unintentionally committed by a recursive commit.
156 * added src/grouplist_dialog.[ch]
157 * changed src/folderview.c to call grouplist_dialog instead
160 added functions news_reset_group_list
161 and news_get_group_list
163 added function nntp_list
165 added GROUPLIST_FILE : name of the newsgroup list cache file
169 * added option to warn about queued messages on exit [sergey]:
171 * src/compose.c: compose_queue(): call folder_item_scan()
172 and folderview_update_item() after queueing.
173 * src/folderview.c: folderview_update_node(): draw the queue
174 folder in bold font if there are queued messages.
175 * src/mainwindow.c: queued_messages(): new function.
176 app_exit_cb(): display warning if there are queued messages
177 if warn_queued_on_exit is set.
178 * prefs_common.[ch]: add warn_queued_on_exit option.
180 * enhanced GnuPG key selection support [sergey]:
182 * src/select-keys.c: updated to newer version from Win32
183 branch with support for selecting arbitrary keys.
184 * src/prefs_account.c: added the Privacy tab to the account
186 prefs_account_privacy_create(),
187 prefs_account_sign_key_set_data_from_radiobtn(),
188 prefs_account_sign_key_set_radiobtn(): new functions.
189 * src/prefs_account.h: new preferences sign_key_type, sign_key_id.
190 * src/rfc2015.c: set_signers(): new function.
191 pgp_sign(): add the account parameter, call set_signers().
192 rfc2015_sign(): add the account parameter, pass it to pgp_sign().
193 * src/rfc2015.h: rfc2015_sign(): updated prototype.
194 * src/compose.c: pass the current account to rfc2015_sign().
196 * tag name claws added to prevent confusion with main branch [alfons]
198 * Sync with sylpheed-0.4.65cvs4 and made it compile. [sergey]
200 * autogen.sh: Added "--enable-maintainer-mode". [sergey]
202 * sync with recent sylpheed cvs. Untested though. [alfons]