5 * src/prefs_account.[ch]
7 removed local account without SMTP server
8 added option to use mail command instead of a connexion
9 to SMTP server when a local account is used
13 fixed a bug when connexion immediately closed
23 * src/prefs_account.c (Basic, prefs_account_basic_create): new
24 widget nntpauth_chkbtn.
25 (prefs_account_protocol_activated): handle nntpauth_chkbtn
27 (prefs_account_nntpauth_toggled): new function.
29 * src/news.c (news_session_new_for_folder): use NNTP
30 authentication only if ac->use_nntp_auth is set.
34 * src/Makefile.am changed headers.[ch] in customheader.[ch]
35 * src/prefs_display_headers.c changed the UI
36 * src/prefs_headers.c changed account_name to account_id
37 * src/compose.c using customheader.h
43 src/nntp.c: changed sock_read() to sock_gets(), they've been left
48 * src/Makefile.am added prefs_display_headers.[ch] headers_display.[ch]
49 * src/defs.h added HEADERS_DISPLAY_RC : name of the config file
50 for displaying of headers
51 * src/grouplist_dialog.[ch] minor changes to remove warnings
52 * src/prefs_display_headers.[ch] dialog to choose the
53 headers to display in the mail viewer.
54 * src/headers.h correction of #define
55 * src/headers_display.[ch] configuration for displaying of headers.
56 * src/main.c read config of displaying of headers
57 * src/prefs_common.c add a button to access the config dialog
58 for displaying of headers
59 * src/prefs_display_headers.[ch] dialog for configuration for
60 displaying of the headers.
61 * src/prefs_headers.c cleaning of code
62 * src/procheader.c comments added to code
63 * src/textview.c changes to reorder the headers depending
64 on the config for displaying of headers
70 * sync with 0.4.65cvs12
72 NOTE: nntp.c and news.c in claws and cvs branch differ significantly!
76 * src/nntp.h (NNTPSockInfo): new field auth_failed.
78 * src/nntp.c (nntp_mode): return NN_AUTHREQ if sock->auth_failed
79 is set to force reconnection after authentication failure.
80 (nntp_gen_command): set sock->auth_failed on authentication
81 failure, or if sock->userid and sock->passwd are not set.
83 * src/news.c (news_session_new_for_folder): set userid=NULL if
84 password dialog is cancelled.
88 * src/nntp.h (NNTPSockInfo): new type.
90 * src/nntp.c: all functions updated to use NNTPSockInfo instead of
92 (nntp_open_auth, nntp_close): new functions.
93 (nntp_gen_command): new function to handle authentication; all
94 NNTP command functions updated to use it.
95 (nntp_authinfo_user, nntp_authinfo_pass): deleted.
96 (nntp_list): removed old useless code.
98 * src/news.h (NNTPSession): new field nntp_sock.
100 * src/news.c: all functions updated to use NNTPSockInfo instead of
102 (news_session_new): new arguments (userid, passwd); made static;
103 use nntp_open_auth() if needed.
104 (news_session_destroy): use nntp_close() instead of sock_close().
105 (news_query_password): changed arguments.
106 (news_session_new_for_folder): new function.
107 (news_session_get): use news_session_new_for_folder().
108 (news_authenticate): deleted.
109 (news_get_uncached_articles): removed old authentication code.
113 * src/news.c: reverted my previous changes (need to do NNTP
114 authentication in a cleaner way).
118 * src/news.c (news_nntp_group, news_nntp_list, news_nntp_xover,
119 news_nntp_post, news_nntp_mode): new functions (wrappers with
120 authentication support).
121 (news_get_article_cmd, news_get_article, news_get_header): new
122 argument "folder"; all callers changed.
123 (news_get_article_cmd): added authentication support.
124 (news_session_get): use news_nntp_mode() instead of nntp_mode().
125 (news_post): use news_nntp_post() instead of nntp_post().
126 (news_get_uncached_articles): use news_nntp_group() instead of
127 nntp_group() and news_nntp_xover() instead of nntp_xover();
128 removed old authentication code.
129 (news_get_group_list): use news_nntp_list() instead of nntp_list().
131 * src/nntp.c (nntp_list): return real error code instead of
136 * configure.in: fixed wint_t typedef detection again
140 * src/prefs_account.[ch], added A_LOCAL_CMD
141 (send mail with mail command)
142 * src/send.c added function send_message_with_command()
143 * src/inc.c made a more secure get_spool() function with
144 mktemp() but maybe mkstemp() or something more
149 * src/textview.c, colorization of email addresses in headers
153 * bug sync with sylpheed
154 * prefs_common.c: created date format ui for darko
155 * sync with 0.4.65cvs11
156 * configure.in: corrected to have the new gpg checks
160 * completed sync with 0.4.65cvs10
161 * minor debug things added to gtkstext.c
165 * configure.in: remove check for availability of
166 strftime() as advised by Hiroyuki
167 * src/prefs_common.[ch], src/procheader.c:
168 synch strftime() code with Hiroyki's main branch
172 * src/news.c: news_query_password(), news_authenticate(): new
174 news_get_uncached_articles(): added NNTP authentication
176 * src/nntp.[ch]: nntp_authinfo_user(), nntp_authinfo_pass():
178 * src/prefs_account.c: prefs_account_protocol_activated():
179 enable userid and password fields for NNTP.
183 * configure.in: check for availability of strftime()
185 * src/prefs_common.[ch], src/procheader.c: use
186 strftime() for displaying date in summary pane if it
191 * more .cvsignore cleanups [alfons]
195 * ac/sv-check-type.m4: new autoconf macro.
196 * configure.in: fixed wint_t typedef detection (did not work
201 * acconfig.h: added USE_GTKGDK_XIM definition for autoheader.
205 * modified gtkstext.c : buggy cursor navigation fixed,
206 and font descent also taken in account when drawing
210 * added comments in src/news.c src/nntp.c
211 * added src/prefs_headers.[ch]
212 * added src/headers.[ch]
213 * modified compose.c to activate custom headers
214 added function is_in_custom_headers
215 * modified prefs_account.[ch]
216 added function prefs_account_customhdr_edit
217 * modified src/defs.h :
218 added HEADERS_RC : name of the config file
219 for the custom headers
230 added gtkstext with configure.in patch by Hiroyuki which
231 should fix the XIM detection [alfons]
233 * more clean up of cvs [alfons]
235 * removed all Makefile.in files to attic.
237 * updated all .cvsignores to really ignore things that could
238 be unintentionally committed by a recursive commit.
241 * added src/grouplist_dialog.[ch]
242 * changed src/folderview.c to call grouplist_dialog instead
245 added functions news_reset_group_list
246 and news_get_group_list
248 added function nntp_list
250 added GROUPLIST_FILE : name of the newsgroup list cache file
254 * added option to warn about queued messages on exit [sergey]:
256 * src/compose.c: compose_queue(): call folder_item_scan()
257 and folderview_update_item() after queueing.
258 * src/folderview.c: folderview_update_node(): draw the queue
259 folder in bold font if there are queued messages.
260 * src/mainwindow.c: queued_messages(): new function.
261 app_exit_cb(): display warning if there are queued messages
262 if warn_queued_on_exit is set.
263 * prefs_common.[ch]: add warn_queued_on_exit option.
265 * enhanced GnuPG key selection support [sergey]:
267 * src/select-keys.c: updated to newer version from Win32
268 branch with support for selecting arbitrary keys.
269 * src/prefs_account.c: added the Privacy tab to the account
271 prefs_account_privacy_create(),
272 prefs_account_sign_key_set_data_from_radiobtn(),
273 prefs_account_sign_key_set_radiobtn(): new functions.
274 * src/prefs_account.h: new preferences sign_key_type, sign_key_id.
275 * src/rfc2015.c: set_signers(): new function.
276 pgp_sign(): add the account parameter, call set_signers().
277 rfc2015_sign(): add the account parameter, pass it to pgp_sign().
278 * src/rfc2015.h: rfc2015_sign(): updated prototype.
279 * src/compose.c: pass the current account to rfc2015_sign().
281 * tag name claws added to prevent confusion with main branch [alfons]
283 * Sync with sylpheed-0.4.65cvs4 and made it compile. [sergey]
285 * autogen.sh: Added "--enable-maintainer-mode". [sergey]
287 * sync with recent sylpheed cvs. Untested though. [alfons]