f10b78e7f1f0a397393b3943013936dbb3e6e614
[claws.git] / ChangeLog.claws
1 2001-05-03 [darko]
2
3         * src/prefs_common.c: use alfons' strftime ui code
4         entry_datefmt and datefmt_sample widgets have to be
5         global in this module because of this change
6
7
8 2001-05-03 [hoa]
9
10         * src/messageview.c
11         * src/prefs_common.[ch] added option to activate the return receipt
12                 feature.
13
14 2001-05-02 [alfons]
15
16         * src/gtkstext.c: fix for row up/down cursor navigation. 
17
18         0.4.66claws2
19         
20         * sync with 0.4.66cvs2
21
22 2001-05-02 [paul]
23
24         added add-sender-to-addressbook patch
25
26         * src/addressbook.c
27         * src/addressbook.h
28         * src/summaryview.c
29
30 2001-05-02 [sergey]
31
32         * src/alertpanel.h (AlertValue): added G_ALERT_VALUE_MASK,
33         G_ALERTDISABLE.
34
35         * src/alertpanel.c (alertpanel_create): new argument can_disable,
36         all existing callers changed to pass FALSE; create a check button
37         to disable the message.
38         (alertpanel_message_with_disable): new function.
39         (alertpanel_show): mask value with G_ALERT_VALUE_MASK.
40         (alertpanel_button_toggled): new function.
41         (alertpanel_button_clicked, alertpanel_close): set value using
42         G_ALERT_VALUE_MASK.
43
44         * src/prefs_common.h (PrefsCommon): new field gpgme_warning.
45
46         * src/prefs_common.c (prefs_privacy_create): new check button
47         checkbtn_gpgme_warning.
48
49         * src/main.c (main): moved preferences reading before gpgme
50         initialization; check prefs_common.gpgme_warning before giving the
51         GnuPG warning and set it to FALSE if the user wants to disable the
52         warning.
53
54 2001-05-02 [hiroyuki]
55
56         * src/prefs_display_headers.c: modified the layout and some labels.
57
58 2001-05-02 [sergey]
59
60         * src/prefs_account.c (prefs_account_fix_size): new function.
61         (prefs_account_create): call prefs_account_fix_size(); use
62         gtk_widget_show instead of gtk_widget_show_all (fixes too large
63         size when the window is shown for the first time).
64         (prefs_account_basic_create): changed layout of serv_table; moved
65         localmbox_entry above smtpserv_entry (logically it replaces
66         POP3/IMAP server).
67         (prefs_account_protocol_activated): set sensitivity of
68         nntpauth_chkbtn according to the protocol (in addition to
69         hide/show); commented out gtk_table_set_row_spacing() calls.
70         (prefs_account_nntpauth_toggled): do nothing if nntpauth_chkbtn is
71         not sensitive (fixes a bug with disabled username/password boxes
72         when editing POP3 account after NNTP with authentication).
73
74 2001-05-02 [hoa]
75
76         * src/account.c
77         * src/inc.c
78         * src/prefs_account.[ch]
79         * src/send.c
80                 removed local account without SMTP server
81                 added option to use mail command instead of a connexion
82                 to SMTP server when a local account is used
83         * src/prefs_headers.c
84                 fixed a bug
85         * src/news.c
86                 fixed a bug when connexion immediately closed
87
88 2001-05-01 [alfons]
89
90         0.4.66claws1
91         
92         * sync with 0.4.65
93
94 2001-05-01 [sergey]
95
96         * src/prefs_account.c (Basic, prefs_account_basic_create): new
97         widget nntpauth_chkbtn.
98         (prefs_account_protocol_activated): handle nntpauth_chkbtn
99         visibility.
100         (prefs_account_nntpauth_toggled): new function.
101
102         * src/news.c (news_session_new_for_folder): use NNTP
103         authentication only if ac->use_nntp_auth is set.
104
105 2001-05-01 [hoa]
106
107         * src/Makefile.am changed headers.[ch] in customheader.[ch]
108         * src/prefs_display_headers.c changed the UI
109         * src/prefs_headers.c changed account_name to account_id
110         * src/compose.c using customheader.h
111
112 2001-05-01 [hiroyuki]
113
114         * src/esmtp.c
115           src/news.c
116           src/nntp.c: changed sock_read() to sock_gets(), they've been left
117           unsynched.
118
119 2001-05-01 [hoa]
120
121         * src/Makefile.am added prefs_display_headers.[ch] headers_display.[ch]
122         * src/defs.h added HEADERS_DISPLAY_RC : name of the config file
123                 for displaying of headers
124         * src/grouplist_dialog.[ch] minor changes to remove warnings
125         * src/prefs_display_headers.[ch] dialog to choose the
126         headers to display in the mail viewer.
127         * src/headers.h correction of #define
128         * src/headers_display.[ch] configuration for displaying of headers.
129         * src/main.c read config of displaying of headers
130         * src/prefs_common.c add a button to access the config dialog
131                 for displaying of headers
132         * src/prefs_display_headers.[ch] dialog for configuration for
133                 displaying of the headers.
134         * src/prefs_headers.c cleaning of code
135         * src/procheader.c comments added to code
136         * src/textview.c changes to reorder the headers depending
137                 on the config for displaying of headers
138
139 2001-04-30 [alfons]
140
141         0.4.65claws7
142
143         * sync with 0.4.65cvs12
144
145         NOTE: nntp.c and news.c in claws and cvs branch differ significantly!
146
147 2001-04-30 [sergey]
148
149         * src/nntp.h (NNTPSockInfo): new field auth_failed.
150
151         * src/nntp.c (nntp_mode): return NN_AUTHREQ if sock->auth_failed
152         is set to force reconnection after authentication failure.
153         (nntp_gen_command): set sock->auth_failed on authentication
154         failure, or if sock->userid and sock->passwd are not set.
155
156         * src/news.c (news_session_new_for_folder): set userid=NULL if
157         password dialog is cancelled.
158
159 2001-04-30 [sergey]
160
161         * src/nntp.h (NNTPSockInfo): new type.
162
163         * src/nntp.c: all functions updated to use NNTPSockInfo instead of
164         SockInfo.
165         (nntp_open_auth, nntp_close): new functions.
166         (nntp_gen_command): new function to handle authentication; all
167         NNTP command functions updated to use it.
168         (nntp_authinfo_user, nntp_authinfo_pass): deleted.
169         (nntp_list): removed old useless code.
170
171         * src/news.h (NNTPSession): new field nntp_sock.
172
173         * src/news.c: all functions updated to use NNTPSockInfo instead of
174         SockInfo.
175         (news_session_new): new arguments (userid, passwd); made static;
176         use nntp_open_auth() if needed.
177         (news_session_destroy): use nntp_close() instead of sock_close().
178         (news_query_password): changed arguments.
179         (news_session_new_for_folder): new function.
180         (news_session_get): use news_session_new_for_folder().
181         (news_authenticate): deleted.
182         (news_get_uncached_articles): removed old authentication code.
183
184 2001-04-30 [sergey]
185
186         * src/news.c: reverted my previous changes (need to do NNTP
187         authentication in a cleaner way).
188         
189 2001-04-29 [sergey]
190
191         * src/news.c (news_nntp_group, news_nntp_list, news_nntp_xover,
192         news_nntp_post, news_nntp_mode): new functions (wrappers with
193         authentication support).
194         (news_get_article_cmd, news_get_article, news_get_header): new
195         argument "folder"; all callers changed.
196         (news_get_article_cmd): added authentication support.
197         (news_session_get): use news_nntp_mode() instead of nntp_mode().
198         (news_post): use news_nntp_post() instead of nntp_post().
199         (news_get_uncached_articles): use news_nntp_group() instead of
200         nntp_group() and news_nntp_xover() instead of nntp_xover();
201         removed old authentication code.
202         (news_get_group_list): use news_nntp_list() instead of nntp_list().
203
204         * src/nntp.c (nntp_list): return real error code instead of
205         hardcoded NN_ERROR.
206
207 2001-04-29 [sergey]
208
209         * configure.in: fixed wint_t typedef detection again
210
211 2001-04-28 [hoa]
212
213         * src/prefs_account.[ch], added A_LOCAL_CMD
214                 (send mail with mail command)
215         * src/send.c added function send_message_with_command()
216         * src/inc.c made a more secure get_spool() function with
217                 mktemp() but maybe mkstemp() or something more
218                 secure can be used.
219
220 2001-04-28 [alfons]
221
222         * src/textview.c, colorization of email addresses in headers
223
224         0.4.65claws6
225
226         * bug sync with sylpheed
227         * prefs_common.c: created date format ui for darko
228         * sync with 0.4.65cvs11
229         * configure.in: corrected to have the new gpg checks
230
231 2001-04-27 [alfons]
232
233         * completed sync with 0.4.65cvs10
234         * minor debug things added to gtkstext.c
235
236 2001-04-27 [darko]
237
238         * configure.in: remove check for availability of
239           strftime() as advised by Hiroyuki
240         * src/prefs_common.[ch], src/procheader.c:
241           synch strftime() code with Hiroyki's main branch
242
243 2001-04-26 [sergey]
244
245         * src/news.c: news_query_password(), news_authenticate(): new
246           functions.
247           news_get_uncached_articles(): added NNTP authentication
248           handling.
249         * src/nntp.[ch]: nntp_authinfo_user(), nntp_authinfo_pass():
250           new functions.
251         * src/prefs_account.c: prefs_account_protocol_activated():
252           enable userid and password fields for NNTP.
253
254 2001-04-26
255
256         * configure.in: check for availability of strftime()
257           [darko]
258         * src/prefs_common.[ch], src/procheader.c: use
259           strftime() for displaying date in summary pane if it
260           is available
261
262 2001-04-25
263
264         * more .cvsignore cleanups [alfons]
265
266 2001-04-25
267
268         * ac/sv-check-type.m4: new autoconf macro.
269         * configure.in: fixed wint_t typedef detection (did not work
270           with gcc-2.96).
271
272 2001-04-25
273
274         * acconfig.h: added USE_GTKGDK_XIM definition for autoheader.
275           [hiroyuki]
276
277 2001-04-24
278         * modified gtkstext.c : buggy cursor navigation fixed, 
279           and font descent also taken in account when drawing
280           cursor. [alfons]
281
282 2001-04-24 [hoa]
283         * added comments in src/news.c src/nntp.c
284         * added src/prefs_headers.[ch]
285         * added src/headers.[ch]
286         * modified compose.c to activate custom headers
287                 added function is_in_custom_headers
288         * modified prefs_account.[ch]
289                 added function prefs_account_customhdr_edit
290         * modified src/defs.h :
291                 added HEADERS_RC : name of the config file
292                 for the custom headers
293
294 2001-04-24
295
296     0.4.65claws5
297
298         * configure.in
299           src/gtkstext.[ch]
300           src/compose.c
301           src/Makefile.am
302           
303           added gtkstext with configure.in patch by Hiroyuki which
304           should fix the XIM detection [alfons]
305
306         * more clean up of cvs [alfons]
307
308                  * removed all Makefile.in files to attic.
309
310                  * updated all .cvsignores to really ignore things that could
311                    be unintentionally committed by a recursive commit.
312
313 2001-04-23 [hoa]
314         * added src/grouplist_dialog.[ch]
315         * changed src/folderview.c to call grouplist_dialog instead
316                 of inputdialog
317         * src/news.c :
318                 added functions news_reset_group_list
319                 and news_get_group_list
320         * src/nntp.c :
321                 added function nntp_list
322         * src/defs.h :
323                 added GROUPLIST_FILE : name of the newsgroup list cache file
324
325 2001-04-21
326
327         * added option to warn about queued messages on exit [sergey]:
328
329           * src/compose.c: compose_queue(): call folder_item_scan()
330             and folderview_update_item() after queueing.
331           * src/folderview.c: folderview_update_node(): draw the queue
332             folder in bold font if there are queued messages.
333           * src/mainwindow.c: queued_messages(): new function.
334             app_exit_cb(): display warning if there are queued messages
335             if warn_queued_on_exit is set.
336           * prefs_common.[ch]: add warn_queued_on_exit option.
337
338         * enhanced GnuPG key selection support [sergey]:
339
340           * src/select-keys.c: updated to newer version from Win32
341             branch with support for selecting arbitrary keys.
342           * src/prefs_account.c: added the Privacy tab to the account
343             options window.
344             prefs_account_privacy_create(),
345             prefs_account_sign_key_set_data_from_radiobtn(),
346             prefs_account_sign_key_set_radiobtn(): new functions.
347           * src/prefs_account.h: new preferences sign_key_type, sign_key_id.
348           * src/rfc2015.c: set_signers(): new function.
349             pgp_sign(): add the account parameter, call set_signers().
350             rfc2015_sign(): add the account parameter, pass it to pgp_sign().
351           * src/rfc2015.h: rfc2015_sign(): updated prototype.
352           * src/compose.c: pass the current account to rfc2015_sign().
353
354         * tag name claws added to prevent confusion with main branch [alfons]
355
356         * Sync with sylpheed-0.4.65cvs4 and made it compile. [sergey]
357
358         * autogen.sh: Added "--enable-maintainer-mode". [sergey]
359
360         * sync with recent sylpheed cvs. Untested though. [alfons]
361