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