9 * src/prefs_account.c (Basic, prefs_account_basic_create): new
10 widget nntpauth_chkbtn.
11 (prefs_account_protocol_activated): handle nntpauth_chkbtn
13 (prefs_account_nntpauth_toggled): new function.
15 * src/news.c (news_session_new_for_folder): use NNTP
16 authentication only if ac->use_nntp_auth is set.
20 * src/Makefile.am changed headers.[ch] in customheader.[ch]
21 * src/prefs_display_headers.c changed the UI
22 * src/prefs_headers.c changed account_name to account_id
23 * src/compose.c using customheader.h
29 src/nntp.c: changed sock_read() to sock_gets(), they've been left
34 * src/Makefile.am added prefs_display_headers.[ch] headers_display.[ch]
35 * src/defs.h added HEADERS_DISPLAY_RC : name of the config file
36 for displaying of headers
37 * src/grouplist_dialog.[ch] minor changes to remove warnings
38 * src/prefs_display_headers.[ch] dialog to choose the
39 headers to display in the mail viewer.
40 * src/headers.h correction of #define
41 * src/headers_display.[ch] configuration for displaying of headers.
42 * src/main.c read config of displaying of headers
43 * src/prefs_common.c add a button to access the config dialog
44 for displaying of headers
45 * src/prefs_display_headers.[ch] dialog for configuration for
46 displaying of the headers.
47 * src/prefs_headers.c cleaning of code
48 * src/procheader.c comments added to code
49 * src/textview.c changes to reorder the headers depending
50 on the config for displaying of headers
56 * sync with 0.4.65cvs12
58 NOTE: nntp.c and news.c in claws and cvs branch differ significantly!
62 * src/nntp.h (NNTPSockInfo): new field auth_failed.
64 * src/nntp.c (nntp_mode): return NN_AUTHREQ if sock->auth_failed
65 is set to force reconnection after authentication failure.
66 (nntp_gen_command): set sock->auth_failed on authentication
67 failure, or if sock->userid and sock->passwd are not set.
69 * src/news.c (news_session_new_for_folder): set userid=NULL if
70 password dialog is cancelled.
74 * src/nntp.h (NNTPSockInfo): new type.
76 * src/nntp.c: all functions updated to use NNTPSockInfo instead of
78 (nntp_open_auth, nntp_close): new functions.
79 (nntp_gen_command): new function to handle authentication; all
80 NNTP command functions updated to use it.
81 (nntp_authinfo_user, nntp_authinfo_pass): deleted.
82 (nntp_list): removed old useless code.
84 * src/news.h (NNTPSession): new field nntp_sock.
86 * src/news.c: all functions updated to use NNTPSockInfo instead of
88 (news_session_new): new arguments (userid, passwd); made static;
89 use nntp_open_auth() if needed.
90 (news_session_destroy): use nntp_close() instead of sock_close().
91 (news_query_password): changed arguments.
92 (news_session_new_for_folder): new function.
93 (news_session_get): use news_session_new_for_folder().
94 (news_authenticate): deleted.
95 (news_get_uncached_articles): removed old authentication code.
99 * src/news.c: reverted my previous changes (need to do NNTP
100 authentication in a cleaner way).
104 * src/news.c (news_nntp_group, news_nntp_list, news_nntp_xover,
105 news_nntp_post, news_nntp_mode): new functions (wrappers with
106 authentication support).
107 (news_get_article_cmd, news_get_article, news_get_header): new
108 argument "folder"; all callers changed.
109 (news_get_article_cmd): added authentication support.
110 (news_session_get): use news_nntp_mode() instead of nntp_mode().
111 (news_post): use news_nntp_post() instead of nntp_post().
112 (news_get_uncached_articles): use news_nntp_group() instead of
113 nntp_group() and news_nntp_xover() instead of nntp_xover();
114 removed old authentication code.
115 (news_get_group_list): use news_nntp_list() instead of nntp_list().
117 * src/nntp.c (nntp_list): return real error code instead of
122 * configure.in: fixed wint_t typedef detection again
126 * src/prefs_account.[ch], added A_LOCAL_CMD
127 (send mail with mail command)
128 * src/send.c added function send_message_with_command()
129 * src/inc.c made a more secure get_spool() function with
130 mktemp() but maybe mkstemp() or something more
135 * src/textview.c, colorization of email addresses in headers
139 * bug sync with sylpheed
140 * prefs_common.c: created date format ui for darko
141 * sync with 0.4.65cvs11
142 * configure.in: corrected to have the new gpg checks
146 * completed sync with 0.4.65cvs10
147 * minor debug things added to gtkstext.c
151 * configure.in: remove check for availability of
152 strftime() as advised by Hiroyuki
153 * src/prefs_common.[ch], src/procheader.c:
154 synch strftime() code with Hiroyki's main branch
158 * src/news.c: news_query_password(), news_authenticate(): new
160 news_get_uncached_articles(): added NNTP authentication
162 * src/nntp.[ch]: nntp_authinfo_user(), nntp_authinfo_pass():
164 * src/prefs_account.c: prefs_account_protocol_activated():
165 enable userid and password fields for NNTP.
169 * configure.in: check for availability of strftime()
171 * src/prefs_common.[ch], src/procheader.c: use
172 strftime() for displaying date in summary pane if it
177 * more .cvsignore cleanups [alfons]
181 * ac/sv-check-type.m4: new autoconf macro.
182 * configure.in: fixed wint_t typedef detection (did not work
187 * acconfig.h: added USE_GTKGDK_XIM definition for autoheader.
191 * modified gtkstext.c : buggy cursor navigation fixed,
192 and font descent also taken in account when drawing
196 * added comments in src/news.c src/nntp.c
197 * added src/prefs_headers.[ch]
198 * added src/headers.[ch]
199 * modified compose.c to activate custom headers
200 added function is_in_custom_headers
201 * modified prefs_account.[ch]
202 added function prefs_account_customhdr_edit
203 * modified src/defs.h :
204 added HEADERS_RC : name of the config file
205 for the custom headers
216 added gtkstext with configure.in patch by Hiroyuki which
217 should fix the XIM detection [alfons]
219 * more clean up of cvs [alfons]
221 * removed all Makefile.in files to attic.
223 * updated all .cvsignores to really ignore things that could
224 be unintentionally committed by a recursive commit.
227 * added src/grouplist_dialog.[ch]
228 * changed src/folderview.c to call grouplist_dialog instead
231 added functions news_reset_group_list
232 and news_get_group_list
234 added function nntp_list
236 added GROUPLIST_FILE : name of the newsgroup list cache file
240 * added option to warn about queued messages on exit [sergey]:
242 * src/compose.c: compose_queue(): call folder_item_scan()
243 and folderview_update_item() after queueing.
244 * src/folderview.c: folderview_update_node(): draw the queue
245 folder in bold font if there are queued messages.
246 * src/mainwindow.c: queued_messages(): new function.
247 app_exit_cb(): display warning if there are queued messages
248 if warn_queued_on_exit is set.
249 * prefs_common.[ch]: add warn_queued_on_exit option.
251 * enhanced GnuPG key selection support [sergey]:
253 * src/select-keys.c: updated to newer version from Win32
254 branch with support for selecting arbitrary keys.
255 * src/prefs_account.c: added the Privacy tab to the account
257 prefs_account_privacy_create(),
258 prefs_account_sign_key_set_data_from_radiobtn(),
259 prefs_account_sign_key_set_radiobtn(): new functions.
260 * src/prefs_account.h: new preferences sign_key_type, sign_key_id.
261 * src/rfc2015.c: set_signers(): new function.
262 pgp_sign(): add the account parameter, call set_signers().
263 rfc2015_sign(): add the account parameter, pass it to pgp_sign().
264 * src/rfc2015.h: rfc2015_sign(): updated prototype.
265 * src/compose.c: pass the current account to rfc2015_sign().
267 * tag name claws added to prevent confusion with main branch [alfons]
269 * Sync with sylpheed-0.4.65cvs4 and made it compile. [sergey]
271 * autogen.sh: Added "--enable-maintainer-mode". [sergey]
273 * sync with recent sylpheed cvs. Untested though. [alfons]