752ea93927141e85166f53a5729db712a35ad3b5
[claws.git] / ChangeLog.claws
1 2001-05-01 [sergey]
2
3         * src/prefs_account.c (Basic, prefs_account_basic_create): new
4         widget nntpauth_chkbtn.
5         (prefs_account_protocol_activated): handle nntpauth_chkbtn
6         visibility.
7         (prefs_account_nntpauth_toggled): new function.
8
9         * src/news.c (news_session_new_for_folder): use NNTP
10         authentication only if ac->use_nntp_auth is set.
11
12 2001-05-01 [hoa]
13
14         * src/Makefile.am changed headers.[ch] in customheader.[ch]
15         * src/prefs_display_headers.c changed the UI
16         * src/prefs_headers.c changed account_name to account_id
17         * src/compose.c using customheader.h
18
19 2001-05-01 [hiroyuki]
20
21         * src/esmtp.c
22           src/news.c
23           src/nntp.c: changed sock_read() to sock_gets(), they've been left
24           unsynched.
25
26 2001-05-01 [hoa]
27
28         * src/Makefile.am added prefs_display_headers.[ch] headers_display.[ch]
29         * src/defs.h added HEADERS_DISPLAY_RC : name of the config file
30                 for displaying of headers
31         * src/grouplist_dialog.[ch] minor changes to remove warnings
32         * src/prefs_display_headers.[ch] dialog to choose the
33         headers to display in the mail viewer.
34         * src/headers.h correction of #define
35         * src/headers_display.[ch] configuration for displaying of headers.
36         * src/main.c read config of displaying of headers
37         * src/prefs_common.c add a button to access the config dialog
38                 for displaying of headers
39         * src/prefs_display_headers.[ch] dialog for configuration for
40                 displaying of the headers.
41         * src/prefs_headers.c cleaning of code
42         * src/procheader.c comments added to code
43         * src/textview.c changes to reorder the headers depending
44                 on the config for displaying of headers
45
46 2001-04-30 [alfons]
47
48         0.4.65claws7
49
50         * sync with 0.4.65cvs12
51
52         NOTE: nntp.c and news.c in claws and cvs branch differ significantly!
53
54 2001-04-30 [sergey]
55
56         * src/nntp.h (NNTPSockInfo): new field auth_failed.
57
58         * src/nntp.c (nntp_mode): return NN_AUTHREQ if sock->auth_failed
59         is set to force reconnection after authentication failure.
60         (nntp_gen_command): set sock->auth_failed on authentication
61         failure, or if sock->userid and sock->passwd are not set.
62
63         * src/news.c (news_session_new_for_folder): set userid=NULL if
64         password dialog is cancelled.
65
66 2001-04-30 [sergey]
67
68         * src/nntp.h (NNTPSockInfo): new type.
69
70         * src/nntp.c: all functions updated to use NNTPSockInfo instead of
71         SockInfo.
72         (nntp_open_auth, nntp_close): new functions.
73         (nntp_gen_command): new function to handle authentication; all
74         NNTP command functions updated to use it.
75         (nntp_authinfo_user, nntp_authinfo_pass): deleted.
76         (nntp_list): removed old useless code.
77
78         * src/news.h (NNTPSession): new field nntp_sock.
79
80         * src/news.c: all functions updated to use NNTPSockInfo instead of
81         SockInfo.
82         (news_session_new): new arguments (userid, passwd); made static;
83         use nntp_open_auth() if needed.
84         (news_session_destroy): use nntp_close() instead of sock_close().
85         (news_query_password): changed arguments.
86         (news_session_new_for_folder): new function.
87         (news_session_get): use news_session_new_for_folder().
88         (news_authenticate): deleted.
89         (news_get_uncached_articles): removed old authentication code.
90
91 2001-04-30 [sergey]
92
93         * src/news.c: reverted my previous changes (need to do NNTP
94         authentication in a cleaner way).
95         
96 2001-04-29 [sergey]
97
98         * src/news.c (news_nntp_group, news_nntp_list, news_nntp_xover,
99         news_nntp_post, news_nntp_mode): new functions (wrappers with
100         authentication support).
101         (news_get_article_cmd, news_get_article, news_get_header): new
102         argument "folder"; all callers changed.
103         (news_get_article_cmd): added authentication support.
104         (news_session_get): use news_nntp_mode() instead of nntp_mode().
105         (news_post): use news_nntp_post() instead of nntp_post().
106         (news_get_uncached_articles): use news_nntp_group() instead of
107         nntp_group() and news_nntp_xover() instead of nntp_xover();
108         removed old authentication code.
109         (news_get_group_list): use news_nntp_list() instead of nntp_list().
110
111         * src/nntp.c (nntp_list): return real error code instead of
112         hardcoded NN_ERROR.
113
114 2001-04-29 [sergey]
115
116         * configure.in: fixed wint_t typedef detection again
117
118 2001-04-28 [hoa]
119
120         * src/prefs_account.[ch], added A_LOCAL_CMD
121                 (send mail with mail command)
122         * src/send.c added function send_message_with_command()
123         * src/inc.c made a more secure get_spool() function with
124                 mktemp() but maybe mkstemp() or something more
125                 secure can be used.
126
127 2001-04-28 [alfons]
128
129         * src/textview.c, colorization of email addresses in headers
130
131         0.4.65claws6
132
133         * bug sync with sylpheed
134         * prefs_common.c: created date format ui for darko
135         * sync with 0.4.65cvs11
136         * configure.in: corrected to have the new gpg checks
137
138 2001-04-27 [alfons]
139
140         * completed sync with 0.4.65cvs10
141         * minor debug things added to gtkstext.c
142
143 2001-04-27 [darko]
144
145         * configure.in: remove check for availability of
146           strftime() as advised by Hiroyuki
147         * src/prefs_common.[ch], src/procheader.c:
148           synch strftime() code with Hiroyki's main branch
149
150 2001-04-26 [sergey]
151
152         * src/news.c: news_query_password(), news_authenticate(): new
153           functions.
154           news_get_uncached_articles(): added NNTP authentication
155           handling.
156         * src/nntp.[ch]: nntp_authinfo_user(), nntp_authinfo_pass():
157           new functions.
158         * src/prefs_account.c: prefs_account_protocol_activated():
159           enable userid and password fields for NNTP.
160
161 2001-04-26
162
163         * configure.in: check for availability of strftime()
164           [darko]
165         * src/prefs_common.[ch], src/procheader.c: use
166           strftime() for displaying date in summary pane if it
167           is available
168
169 2001-04-25
170
171         * more .cvsignore cleanups [alfons]
172
173 2001-04-25
174
175         * ac/sv-check-type.m4: new autoconf macro.
176         * configure.in: fixed wint_t typedef detection (did not work
177           with gcc-2.96).
178
179 2001-04-25
180
181         * acconfig.h: added USE_GTKGDK_XIM definition for autoheader.
182           [hiroyuki]
183
184 2001-04-24
185         * modified gtkstext.c : buggy cursor navigation fixed, 
186           and font descent also taken in account when drawing
187           cursor. [alfons]
188
189 2001-04-24 [hoa]
190         * added comments in src/news.c src/nntp.c
191         * added src/prefs_headers.[ch]
192         * added src/headers.[ch]
193         * modified compose.c to activate custom headers
194                 added function is_in_custom_headers
195         * modified prefs_account.[ch]
196                 added function prefs_account_customhdr_edit
197         * modified src/defs.h :
198                 added HEADERS_RC : name of the config file
199                 for the custom headers
200
201 2001-04-24
202
203     0.4.65claws5
204
205         * configure.in
206           src/gtkstext.[ch]
207           src/compose.c
208           src/Makefile.am
209           
210           added gtkstext with configure.in patch by Hiroyuki which
211           should fix the XIM detection [alfons]
212
213         * more clean up of cvs [alfons]
214
215                  * removed all Makefile.in files to attic.
216
217                  * updated all .cvsignores to really ignore things that could
218                    be unintentionally committed by a recursive commit.
219
220 2001-04-23 [hoa]
221         * added src/grouplist_dialog.[ch]
222         * changed src/folderview.c to call grouplist_dialog instead
223                 of inputdialog
224         * src/news.c :
225                 added functions news_reset_group_list
226                 and news_get_group_list
227         * src/nntp.c :
228                 added function nntp_list
229         * src/defs.h :
230                 added GROUPLIST_FILE : name of the newsgroup list cache file
231
232 2001-04-21
233
234         * added option to warn about queued messages on exit [sergey]:
235
236           * src/compose.c: compose_queue(): call folder_item_scan()
237             and folderview_update_item() after queueing.
238           * src/folderview.c: folderview_update_node(): draw the queue
239             folder in bold font if there are queued messages.
240           * src/mainwindow.c: queued_messages(): new function.
241             app_exit_cb(): display warning if there are queued messages
242             if warn_queued_on_exit is set.
243           * prefs_common.[ch]: add warn_queued_on_exit option.
244
245         * enhanced GnuPG key selection support [sergey]:
246
247           * src/select-keys.c: updated to newer version from Win32
248             branch with support for selecting arbitrary keys.
249           * src/prefs_account.c: added the Privacy tab to the account
250             options window.
251             prefs_account_privacy_create(),
252             prefs_account_sign_key_set_data_from_radiobtn(),
253             prefs_account_sign_key_set_radiobtn(): new functions.
254           * src/prefs_account.h: new preferences sign_key_type, sign_key_id.
255           * src/rfc2015.c: set_signers(): new function.
256             pgp_sign(): add the account parameter, call set_signers().
257             rfc2015_sign(): add the account parameter, pass it to pgp_sign().
258           * src/rfc2015.h: rfc2015_sign(): updated prototype.
259           * src/compose.c: pass the current account to rfc2015_sign().
260
261         * tag name claws added to prevent confusion with main branch [alfons]
262
263         * Sync with sylpheed-0.4.65cvs4 and made it compile. [sergey]
264
265         * autogen.sh: Added "--enable-maintainer-mode". [sergey]
266
267         * sync with recent sylpheed cvs. Untested though. [alfons]
268