Fixed hang on SMTP server failure.
[claws.git] / ChangeLog.claws
1 2001-05-20 [sergey]
2
3         * src/pixmaps/stock_mail_reply_to_author.xpm: new file.
4
5         * src/mainwindow.h (main_window_toolbar_create): created a button
6         for "Reply to all".
7         (main_window_set_toolbar_sensitive): enable/disable the new button
8         appropriately.
9         (toolbar_reply_to_author_cb): handle the new button.
10
11         * src/send.c (SEND_EXIT_IF_ERROR, SEND_EXIT_IF_NOTOK): call
12         send_progress_dialog_destroy() on failure (fixes hang on SMTP
13         failure).
14
15 2001-05-19 [sergey]
16
17         * src/compose.h (ComposeReplyMode): new modes
18         COMPOSE_REPLY_TO_AUTHOR, COMPOSE_REPLY_TO_AUTHOR_WITH_QUOTE,
19         COMPOSE_REPLY_TO_AUTHOR_WITHOUT_QUOTE.
20
21         * src/compose.c
22         (compose_send): move some code into a new function:
23         (compose_current_mail_account): new function.
24         (compose_reply): new argument to_author, all callers changed; if
25         to_author==TRUE and account->protocol==A_NNTP, find and use an
26         appropriate mail account for replying.
27         (compose_reply_set_entry): new argument to_author; ignore
28         compose->replyto if to_author==TRUE.
29
30         * src/mainwindow.c: new command "Message/Reply to author".
31         (main_window_set_menu_sensitive): enable/disable it.
32         (reply_cb): handle it.
33
34         * src/summaryview.c: new command "Reply to author".
35         (summary_set_menu_sensitive): enable/disable it.
36         (summary_reply_cb): handle it.
37
38         * src/account.c (account_find_mail_from_address): new function.
39
40 2001-05-18 [paul]
41
42         0.4.99claws1
43
44         *sync with sylpheed 0.4.99cvs1
45
46 2001-05-18 [hoa]
47
48         * src/compose.[ch]
49         * src/filtering.c
50         * src/summaryview.c
51                 new filtering action : forward and forward as attachment
52
53         * src/main.c
54                 no need for $DISPLAY when we run sylpheed --help
55                 call to parse_cmd_opt() is moved
56
57         * src/mainwindow.[ch]
58                 execute button is hidden when immediate execute
59                 is chosen
60
61         * src/mh.c
62         * src/news.c
63         * src/prefs_folder_item.c
64         * src/procmsg.c
65                 better handling of missing directories
66
67         * src/summaryview.c
68                 reedit is enabled in outbox
69                 reedit is enabled in queue
70
71 2001-05-17 [hoa]
72
73         * src/filtering.c
74         * src/matcher.[ch]
75         * src/prefs_filtering.c
76                 changed attachement into attachment
77
78 2001-05-17 [alfons]
79
80         0.4.67claws4    
81
82         * sync with sylpheed 0.4.67cvs9
83         * sync with sylpheed 0.4.67cvs7-8
84
85 2001-05-17 [hoa]
86
87         * src/Makefile.am
88                 added prefs_filtering.c
89
90         * src/filtering.[ch]
91         * src/matcher.[ch]
92                 removed action : forward_news and forward_news_as_attachement
93                 (forward and forward_as_attachement can be used instead)
94
95         * src/mainwindow.c
96                 added menu option to access filtering configuration
97
98         * src/prefs_account.c
99                 changed mail_command default to /usr/sbin/sendmail
100
101         * added src/prefs_filtering.[ch]
102                 dialog box for filtering configuration
103
104         * src/prefs_matcher.c
105                 added function prefs_matcher_get_criteria_from_matching()
106
107         * src/prefs_scoring.c
108                 reset the dialog when register or substitute is clicked
109
110 2001-05-15 [hoa]
111
112         * src/Makefile.am
113                 added filtering.[ch]
114         * src/inc.c
115                 using filering.[ch] instead of filter.[ch]
116         * src/main.c
117                 reading new filtering configuration
118         * src/matcher.[ch]
119                 added some filtering actions
120                 and fixed a bug for headers and mail body matching
121         * src/mbox.c
122                 using filering.[ch] instead of filter.[ch]
123         * src/mh.c
124                 handling invalid MsgInfo in mh_copy_msg() and mh_move_msg()
125         * src/summaryview.c
126                 some fixes for filtering
127
128 2001-05-14 [hiroyuki]
129
130         * src/send.c: fixed some weird indentations.
131           send_message_with_command(): call pclose() only if p != NULL.
132         * src/textview.c: get_email_part(): modified the code for readability.
133
134 2001-05-14 [hiroyuki]
135
136         * src/md5global.h
137           src/md5ify.c
138           src/md5ify.h: removed from the cvs.
139
140 2001-05-13 [sergey]
141
142         * src/main.c: include rfc2015.h to avoid compiler warnings.
143         * src/alertpanel.c (alertpanel_message_with_disable): return 0 if
144         the panel is already on screen.
145         * src/prefs_customheader.c (prefs_custom_header_delete_cb): treat
146         closing the alert window by ESC as "No".
147         * src/prefs_common.c (prefs_interface_create): moved return
148         receipt check button to the correct place.
149
150 2001-03-13 [alfons]
151
152         * src/prefs_common.c: 
153                 moved return receipt check button to the Send tab. (prefs_send_create)
154                 removed the date format ui related globals. (prefs_display_create)
155
156         0.4.67claws3
157         
158         * sync with sylpheed 0.4.67cvs5-6
159
160 2001-05-13 [paul]
161
162         * added Alfons' font selection patch
163
164         * src/defs.h
165         * src/headerwindow.c
166         * src/prefs_common.c
167         * src/prefs_common.h
168
169 2001-05-13 [hoa]
170         * src/defs.h
171                 changed version of cache
172         * src/matcher.[ch]
173         * src/prefs_matcher.c
174                 added additionnal matching criteria
175         * src/procheader.c
176         * src/procmsg.[ch]
177         * src/news.c
178                 added references in MsgInfo
179
180 2001-05-12 [hoa]
181
182         * src/defs.h
183                 prepared some things for new filtering
184         * src/matcher.[ch]
185                 added some matching properties
186                 inreplyto need to be enhanced
187                 prepared some things for new filtering
188         * src/messageview.c
189                 added Return-Receipt-To handling
190         * src/prefs_folder_item.c
191                 changed default value to TRUE
192         * src/prefs_matcher.c
193                 added some matching properties
194         * src/prefs_scoring.[ch]
195                 the scoring dialog is finished
196         * src/procheader.c
197                 added Return-Receipt-To handling
198                 Reference need to be added
199         * src/procmsg.[ch]
200                 added Return-Receipt-To handling
201                 added threadscore to get a better score sorting when
202                 threads are enabled
203         * src/summaryview.c
204                 suppressed a bug when we sort the list
205                 when no folder is opened.
206                 better score sorting when threads are enabled
207
208 2001-05-12 [alfons]
209
210         * reverted previous patch because of potential errors 
211
212         0.4.67claws2
213         
214         * src/inc.c, src/prefs_common.c, src/prefs_common.h: 
215                 applied "toggle mail-retrieval dialog window" patch submitted 
216                 by Eric Limpens <eric@qnt.net>
217
218         * sync with sylpheed 0.4.67cvs4
219
220 2001-05-12 [sergey]
221
222         * src/matcher.c, src/scoring.c: changed "#ifdef 0" to "#if 0" for
223         some picky compilers.
224         * src/rfc2015.h: provide prototype for rfc2015_disable_all().
225         * src/grouplist_dialog.c: include alertpanel.h.
226         * src/prefs_headers.c (prefs_headers_deleted): added GTK_BUTTON to
227         fix compile warning.
228         * src/scoring.c, src/prefs_folder_item.c, src/matcher.c: brought
229         #include "defs.h" before others to prevent the warning of `MIN'
230         and `MAX' redefinition.
231
232 2001-05-11 [hoa]
233
234         * src/main.c
235         * src/messageview.c
236         * src/prefs_account.c
237         * src/prefs_display_header.c
238                 removed warning
239         * src/Makefile.am
240                 added prefs_scoring.[ch]
241         * src/grouplist_dialog.c
242                 display an error dialog box if the group list
243                 cannot be fetched.
244         * src/mainwindow.[ch]
245                 added main_window_set_thread_option() function
246                 scoring dialog box enabled
247         * src/matcher.[ch]
248                 added flags matching unread /new / marked
249                 / deleted / replied / forwarded
250         * src/news.c
251                 newsgroups are now finally in newscache
252         * src/prefs_matcher.[ch]
253                 finished preferences for matching dialog
254         * added src/prefs_scoring.[ch]
255                 scoring dialog box completed
256         * src/scoring.[ch]
257                 conversion to string : added scoringprop_to_string()
258                 write config for preferences :
259                 added prefs_scoring_write_config()
260         * src/summaryview.c
261                 threads can be enabled/disabled independently
262                 for each folder
263
264 2001-05-10 [alfons]
265
266         0.4.67claws1
267         
268         * AUTHORS: 
269                 thought it would be nice to have a list of all
270                 contributors (used Changelog as a reference)
271         
272         * configure.in: 
273                 messed up version numbering...
274
275         0.4.66claws1
276
277         * sync with sylpheed 0.4.67cvs1-3
278
279 2001-05-10 [darko]
280
281         * src/prefs_common.c:
282                 better UI for strftime format, double clicking
283                 on format now inserts the format in text entry
284                 replaced close button with standard OK/Cancel
285                 moved date format button to the right of the
286                 text entry field
287
288 2001-05-09 [alfons]
289
290         * src/gtkstext.c:
291                 Ctrl-Home / Ctrl-End have proper cursor navigation
292
293 2001-05-09 [hoa]
294
295         * src/prefs_matcher.c
296                 finished UI to define matching properties
297                 added ok and cancel button
298         * src/prefs_filter.c
299                 added ok and cancel button
300         * src/news.c
301                 fixed some bug in xhdr parsing
302
303 2001-05-08 [alfons]
304
305         * src/textview.c: 
306                 fixed a bug in textview_show_header(), which displayed two colons (':');
307                 cleaned up some warnings
308
309 2001-05-08 [hoa]
310
311         * src/Makefile.am
312                 added prefs_matcher.[ch]
313                 compilation with -W -Wall
314         * src/alertpanel.c
315                 ungrab the mouse events if grabbed - does it
316                 fix the bug for disposition notification ?
317         * src/mainwindow.c
318                 added a menu option to open the matching dialog.
319         * src/matcher.[ch]
320                 added matcherprop_to_string() and matcherlist_to_string()
321                 fixed some bugs, changed the name of some options
322                 age_sup and age_inf becomes age_greater and age_lower,
323                 body and messageheaders becomes body_part and headers_part,
324                 changed the names of constants from SCORING_XXX to MATCHING_XXX
325         * src/prefs_display_header.c
326         * src/prefs_headers.c
327                 fixed a bug that accidentally destroyed dialogs
328                 when closed them with delete_event
329                 Added *_deleted() which handle delete_event signal correctly.
330         * src/prefs_folder_item.[ch]
331                 added "enable_thread" field for future customization
332         * added src/prefs_matcher.[ch]
333                 sample of the UI to define matching properties
334         * src/procheader.c
335                 using procheader_headername_equal instead of str*cmp functions
336                 using procheader_parse_header() function
337         * src/scoring.c
338                 using MATCHING_XXX instead of SCORING_XXX
339         * src/summaryview.c
340                 display the sender of the news even if this is ourself
341                 when this is a news message.
342         * src/textview.c
343                 using headername_equal() instead of str*cmp functions
344
345 2001-05-08 [alfons]
346
347         0.4.66claws
348
349         * sync with sylpheed 0.4.66
350         * src/gtkstext.c: trace logs added 
351
352 2001-05-08 [sergey]
353
354         * src/prefs_common.[ch]: added option to enable/disable GnuPG
355         signature check popup.
356         * src/rfc2015.c (check_signature): show signature check popup only
357         if it is enabled in preferences.
358
359 2001-05-07 [alfons]
360
361         0.4.66claws4
362         
363         * sync with sylpheed 0.4.66cvs6
364
365 2001-05-07 [darko]
366
367         * src/prefs_common.[ch]: added option to enable/disable
368           looking up sender name in address book for summary pane
369         * src/summaryview.c: look up sender in the address book
370           by using Alfons' address completion code
371
372 2001-05-07 [hiroyuki]
373
374         * src/inc.h
375           src/pop.c: pop3_retr_recv(): removed cur_msg_bytes from the
376           member of Pop3State.
377         * src/news.c: brought #include "defs.h" before #include <glib.h>
378           to prevent the warning of `MIN' and `MAX' redefinition.
379
380 2001-05-06 [hoa]
381
382         * removed src/headers_display.[ch]
383         * removed src/prefs_display_headers.[ch]
384         * src/inc.c
385                 use a temporary file in the user directory for mbox import
386         * src/news.c
387                 added XHDR support to get "To" and "Cc" headers
388                 (in order to match news with to or cc field for
389                 scoring)
390                 added function news_parse_xhdr() to get XHDR response
391         * src/nntp.[ch]
392                 added function nntp_xhdr()
393         * src/matcher.c
394                 fetch the message if necessary
395
396 2001-05-06 [alfons]
397
398         0.4.66claws3
399
400         * sync with sylpheed 0.4.66cvs3-5
401
402 2001-05-06 [hoa]
403
404         * src/utils.[ch]
405                 added function itos_buf() to enable use of several buffers
406         * src/summaryview.c
407                 use of itos_buf() instead of itos() in summary list
408                 to fix the broken display of message number.
409
410 2001-05-06 [alfons]
411
412         * src/gtkstext.c: bug in cursor up navigation fixed,
413                 fixed another unsigned / signed comparison (we're getting there :-)
414
415 2001-05-06 [hoa]
416
417         * src/Makefile.am
418                 added scoring.c scoring.h
419                 prefs_folder_item.c prefs_folder_item.h
420                 matcher.c matcher.h
421         * src/defs.h
422                 added FOLDERITEM_RC SCORING_RC
423         * src/folder.[ch]
424                 added prefs field in FolderItem :
425                 properties for each folder (PrefsFolderItem),
426                 sorting type and mode were added as the first properties.
427         * src/main.c
428                 read config for scoring
429         * added src/matcher.[ch]
430                 gives functions to parse configuration file to do
431                 matching on mails with a list of conditions.
432         * src/mainwindow.c
433                 add option to sort by score
434         * src/prefs_common.[ch]
435                 added preference option to show score and for
436                 the score column size
437         * added src/prefs_folder_item.[ch]
438                 properties for each folder (PrefsFolderItem),
439                 sorting type and mode were added as the first properties.
440         * src/procheader.[ch]
441                 added procheader_parse_header()
442                 added procheader_header_free()
443                 added procheader_headername_equal()
444                 and made modification to use them.
445         * src/procmsg.[ch]
446                 added score field to MsgInfo structure
447         * added src/scoring.[ch]
448                 gives functions to parse configuration file to do
449                 scoring on mails with a list of conditions.
450         * src/summaryview.[ch]
451                 save the sorting type and mode for the folder
452                 added column to display the score of the mail
453                 added function summary_score_clicked()
454                 sorting type and mode are restored to the folder
455                 when it is reopen
456         * src/textview.c
457                 use procheader_parse_header(), procheader_headername_equal()
458                 removed memory leak in text_scan_header when freeing headers
459         * src/filter.c
460                 changed the function to match names of headers
461                 using procheader_headername_equal()
462
463         Scoring functions are implemented, an interface is needed
464         to configure that.
465
466 2001-05-04 [alfons]
467
468         * src/gtkstext.c: 
469                 hopefully fixed the row up navigation bug,
470                 removed adding back / forward lines to cache
471
472 2001-05-04 [sergey]
473
474         * src/prefs_display_headers.c: user interface changes:
475         (prefs_display_headers_create): remove unused "Show" check button;
476         allow reordering of headers by dragging.
477         (prefs_display_headers_write_config): remove unused variables.
478         (prefs_display_headers_set_dialog): do not insert "(New)" at top
479         of lists (not needed with the new UI).
480         (prefs_display_headers_set_list): scan lists starting from row 0,
481         not 1 (do not skip "(New)").
482         (prefs_display_headers_find_header): new function.
483         (prefs_display_headers_clist_set_row): do not allow duplicates.
484         (prefs_display_headers_delete_cb): do not skip row 0; treat
485         closing the alert window by ESC as "No".
486         (prefs_display_headers_up): do not protect row 0.
487         (prefs_display_headers_down): do not protect row 0.
488
489 2001-05-04 [sergey]
490
491         * src/mainwindow.c (next_marked_cb, prev_marked_cb): new
492         functions.  
493
494         * src/summaryview.c
495         (summary_find_next_marked_msg, summary_find_prev_marked_msg,
496         summary_select_next_marked, summary_select_prev_marked): new
497         functions.
498
499 2001-05-03 [sergey]
500
501         * src/news.c: fixed a bug when no article can be fetched after
502         server timeout if the connection was restored by news_post():
503         (news_select_group): new function.
504         (news_fetch_msg): call news_select_group() before fetching
505         article.
506         (news_get_uncached_articles): set session->group after successful
507         GROUP command.
508
509 2001-05-03 [hoa]
510
511         * src/defs.h
512         * src/procmsg.[ch]
513         * src/procheader.c
514                  changed version of cache, added cc field
515
516         * src/prefs_display_headers.c
517                 the interface was changed
518
519         * src/prefs_headers.c
520                 added cancel button
521
522 2001-05-03 [alfons]
523
524         * completed sync of sylpheed cvs2
525         * src/gtkstext.c: updated row up / down cursor navigation
526         * src/textview.c: re-edited, prepared for fixing the email address
527                 scanner.
528
529 2001-05-03 [darko]
530
531         * src/prefs_common.c: use alfons' strftime ui code
532         entry_datefmt and datefmt_sample widgets have to be
533         global in this module because of this change
534
535 2001-05-03 [hoa]
536
537         * src/messageview.c
538         * src/prefs_common.[ch] added option to activate the return receipt
539                 feature.
540
541 2001-05-02 [alfons]
542
543         * src/gtkstext.c: fix for row up/down cursor navigation. 
544
545         0.4.66claws2
546         
547         * sync with 0.4.66cvs2
548
549 2001-05-02 [paul]
550
551         added add-sender-to-addressbook patch
552
553         * src/addressbook.c
554         * src/addressbook.h
555         * src/summaryview.c
556
557 2001-05-02 [sergey]
558
559         * src/alertpanel.h (AlertValue): added G_ALERT_VALUE_MASK,
560         G_ALERTDISABLE.
561
562         * src/alertpanel.c (alertpanel_create): new argument can_disable,
563         all existing callers changed to pass FALSE; create a check button
564         to disable the message.
565         (alertpanel_message_with_disable): new function.
566         (alertpanel_show): mask value with G_ALERT_VALUE_MASK.
567         (alertpanel_button_toggled): new function.
568         (alertpanel_button_clicked, alertpanel_close): set value using
569         G_ALERT_VALUE_MASK.
570
571         * src/prefs_common.h (PrefsCommon): new field gpgme_warning.
572
573         * src/prefs_common.c (prefs_privacy_create): new check button
574         checkbtn_gpgme_warning.
575
576         * src/main.c (main): moved preferences reading before gpgme
577         initialization; check prefs_common.gpgme_warning before giving the
578         GnuPG warning and set it to FALSE if the user wants to disable the
579         warning.
580
581 2001-05-02 [hiroyuki]
582
583         * src/prefs_display_headers.c: modified the layout and some labels.
584
585 2001-05-02 [sergey]
586
587         * src/prefs_account.c (prefs_account_fix_size): new function.
588         (prefs_account_create): call prefs_account_fix_size(); use
589         gtk_widget_show instead of gtk_widget_show_all (fixes too large
590         size when the window is shown for the first time).
591         (prefs_account_basic_create): changed layout of serv_table; moved
592         localmbox_entry above smtpserv_entry (logically it replaces
593         POP3/IMAP server).
594         (prefs_account_protocol_activated): set sensitivity of
595         nntpauth_chkbtn according to the protocol (in addition to
596         hide/show); commented out gtk_table_set_row_spacing() calls.
597         (prefs_account_nntpauth_toggled): do nothing if nntpauth_chkbtn is
598         not sensitive (fixes a bug with disabled username/password boxes
599         when editing POP3 account after NNTP with authentication).
600
601 2001-05-02 [hoa]
602
603         * src/account.c
604         * src/inc.c
605         * src/prefs_account.[ch]
606         * src/send.c
607                 removed local account without SMTP server
608                 added option to use mail command instead of a connexion
609                 to SMTP server when a local account is used
610         * src/prefs_headers.c
611                 fixed a bug
612         * src/news.c
613                 fixed a bug when connexion immediately closed
614
615 2001-05-01 [alfons]
616
617         0.4.66claws1
618         
619         * sync with 0.4.65
620
621 2001-05-01 [sergey]
622
623         * src/prefs_account.c (Basic, prefs_account_basic_create): new
624         widget nntpauth_chkbtn.
625         (prefs_account_protocol_activated): handle nntpauth_chkbtn
626         visibility.
627         (prefs_account_nntpauth_toggled): new function.
628
629         * src/news.c (news_session_new_for_folder): use NNTP
630         authentication only if ac->use_nntp_auth is set.
631
632 2001-05-01 [hoa]
633
634         * src/Makefile.am changed headers.[ch] in customheader.[ch]
635         * src/prefs_display_headers.c changed the UI
636         * src/prefs_headers.c changed account_name to account_id
637         * src/compose.c using customheader.h
638
639 2001-05-01 [hiroyuki]
640
641         * src/esmtp.c
642           src/news.c
643           src/nntp.c: changed sock_read() to sock_gets(), they've been left
644           unsynched.
645
646 2001-05-01 [hoa]
647
648         * src/Makefile.am added prefs_display_headers.[ch] headers_display.[ch]
649         * src/defs.h added HEADERS_DISPLAY_RC : name of the config file
650                 for displaying of headers
651         * src/grouplist_dialog.[ch] minor changes to remove warnings
652         * src/prefs_display_headers.[ch] dialog to choose the
653         headers to display in the mail viewer.
654         * src/headers.h correction of #define
655         * src/headers_display.[ch] configuration for displaying of headers.
656         * src/main.c read config of displaying of headers
657         * src/prefs_common.c add a button to access the config dialog
658                 for displaying of headers
659         * src/prefs_display_headers.[ch] dialog for configuration for
660                 displaying of the headers.
661         * src/prefs_headers.c cleaning of code
662         * src/procheader.c comments added to code
663         * src/textview.c changes to reorder the headers depending
664                 on the config for displaying of headers
665
666 2001-04-30 [alfons]
667
668         0.4.65claws7
669
670         * sync with 0.4.65cvs12
671
672         NOTE: nntp.c and news.c in claws and cvs branch differ significantly!
673
674 2001-04-30 [sergey]
675
676         * src/nntp.h (NNTPSockInfo): new field auth_failed.
677
678         * src/nntp.c (nntp_mode): return NN_AUTHREQ if sock->auth_failed
679         is set to force reconnection after authentication failure.
680         (nntp_gen_command): set sock->auth_failed on authentication
681         failure, or if sock->userid and sock->passwd are not set.
682
683         * src/news.c (news_session_new_for_folder): set userid=NULL if
684         password dialog is cancelled.
685
686 2001-04-30 [sergey]
687
688         * src/nntp.h (NNTPSockInfo): new type.
689
690         * src/nntp.c: all functions updated to use NNTPSockInfo instead of
691         SockInfo.
692         (nntp_open_auth, nntp_close): new functions.
693         (nntp_gen_command): new function to handle authentication; all
694         NNTP command functions updated to use it.
695         (nntp_authinfo_user, nntp_authinfo_pass): deleted.
696         (nntp_list): removed old useless code.
697
698         * src/news.h (NNTPSession): new field nntp_sock.
699
700         * src/news.c: all functions updated to use NNTPSockInfo instead of
701         SockInfo.
702         (news_session_new): new arguments (userid, passwd); made static;
703         use nntp_open_auth() if needed.
704         (news_session_destroy): use nntp_close() instead of sock_close().
705         (news_query_password): changed arguments.
706         (news_session_new_for_folder): new function.
707         (news_session_get): use news_session_new_for_folder().
708         (news_authenticate): deleted.
709         (news_get_uncached_articles): removed old authentication code.
710
711 2001-04-30 [sergey]
712
713         * src/news.c: reverted my previous changes (need to do NNTP
714         authentication in a cleaner way).
715         
716 2001-04-29 [sergey]
717
718         * src/news.c (news_nntp_group, news_nntp_list, news_nntp_xover,
719         news_nntp_post, news_nntp_mode): new functions (wrappers with
720         authentication support).
721         (news_get_article_cmd, news_get_article, news_get_header): new
722         argument "folder"; all callers changed.
723         (news_get_article_cmd): added authentication support.
724         (news_session_get): use news_nntp_mode() instead of nntp_mode().
725         (news_post): use news_nntp_post() instead of nntp_post().
726         (news_get_uncached_articles): use news_nntp_group() instead of
727         nntp_group() and news_nntp_xover() instead of nntp_xover();
728         removed old authentication code.
729         (news_get_group_list): use news_nntp_list() instead of nntp_list().
730
731         * src/nntp.c (nntp_list): return real error code instead of
732         hardcoded NN_ERROR.
733
734 2001-04-29 [sergey]
735
736         * configure.in: fixed wint_t typedef detection again
737
738 2001-04-28 [hoa]
739
740         * src/prefs_account.[ch], added A_LOCAL_CMD
741                 (send mail with mail command)
742         * src/send.c added function send_message_with_command()
743         * src/inc.c made a more secure get_spool() function with
744                 mktemp() but maybe mkstemp() or something more
745                 secure can be used.
746
747 2001-04-28 [alfons]
748
749         * src/textview.c, colorization of email addresses in headers
750
751         0.4.65claws6
752
753         * bug sync with sylpheed
754         * prefs_common.c: created date format ui for darko
755         * sync with 0.4.65cvs11
756         * configure.in: corrected to have the new gpg checks
757
758 2001-04-27 [alfons]
759
760         * completed sync with 0.4.65cvs10
761         * minor debug things added to gtkstext.c
762
763 2001-04-27 [darko]
764
765         * configure.in: remove check for availability of
766           strftime() as advised by Hiroyuki
767         * src/prefs_common.[ch], src/procheader.c:
768           synch strftime() code with Hiroyki's main branch
769
770 2001-04-26 [sergey]
771
772         * src/news.c: news_query_password(), news_authenticate(): new
773           functions.
774           news_get_uncached_articles(): added NNTP authentication
775           handling.
776         * src/nntp.[ch]: nntp_authinfo_user(), nntp_authinfo_pass():
777           new functions.
778         * src/prefs_account.c: prefs_account_protocol_activated():
779           enable userid and password fields for NNTP.
780
781 2001-04-26
782
783         * configure.in: check for availability of strftime()
784           [darko]
785         * src/prefs_common.[ch], src/procheader.c: use
786           strftime() for displaying date in summary pane if it
787           is available
788
789 2001-04-25
790
791         * more .cvsignore cleanups [alfons]
792
793 2001-04-25
794
795         * ac/sv-check-type.m4: new autoconf macro.
796         * configure.in: fixed wint_t typedef detection (did not work
797           with gcc-2.96).
798
799 2001-04-25
800
801         * acconfig.h: added USE_GTKGDK_XIM definition for autoheader.
802           [hiroyuki]
803
804 2001-04-24
805         * modified gtkstext.c : buggy cursor navigation fixed, 
806           and font descent also taken in account when drawing
807           cursor. [alfons]
808
809 2001-04-24 [hoa]
810         * added comments in src/news.c src/nntp.c
811         * added src/prefs_headers.[ch]
812         * added src/headers.[ch]
813         * modified compose.c to activate custom headers
814                 added function is_in_custom_headers
815         * modified prefs_account.[ch]
816                 added function prefs_account_customhdr_edit
817         * modified src/defs.h :
818                 added HEADERS_RC : name of the config file
819                 for the custom headers
820
821 2001-04-24
822
823     0.4.65claws5
824
825         * configure.in
826           src/gtkstext.[ch]
827           src/compose.c
828           src/Makefile.am
829           
830           added gtkstext with configure.in patch by Hiroyuki which
831           should fix the XIM detection [alfons]
832
833         * more clean up of cvs [alfons]
834
835                  * removed all Makefile.in files to attic.
836
837                  * updated all .cvsignores to really ignore things that could
838                    be unintentionally committed by a recursive commit.
839
840 2001-04-23 [hoa]
841         * added src/grouplist_dialog.[ch]
842         * changed src/folderview.c to call grouplist_dialog instead
843                 of inputdialog
844         * src/news.c :
845                 added functions news_reset_group_list
846                 and news_get_group_list
847         * src/nntp.c :
848                 added function nntp_list
849         * src/defs.h :
850                 added GROUPLIST_FILE : name of the newsgroup list cache file
851
852 2001-04-21
853
854         * added option to warn about queued messages on exit [sergey]:
855
856           * src/compose.c: compose_queue(): call folder_item_scan()
857             and folderview_update_item() after queueing.
858           * src/folderview.c: folderview_update_node(): draw the queue
859             folder in bold font if there are queued messages.
860           * src/mainwindow.c: queued_messages(): new function.
861             app_exit_cb(): display warning if there are queued messages
862             if warn_queued_on_exit is set.
863           * prefs_common.[ch]: add warn_queued_on_exit option.
864
865         * enhanced GnuPG key selection support [sergey]:
866
867           * src/select-keys.c: updated to newer version from Win32
868             branch with support for selecting arbitrary keys.
869           * src/prefs_account.c: added the Privacy tab to the account
870             options window.
871             prefs_account_privacy_create(),
872             prefs_account_sign_key_set_data_from_radiobtn(),
873             prefs_account_sign_key_set_radiobtn(): new functions.
874           * src/prefs_account.h: new preferences sign_key_type, sign_key_id.
875           * src/rfc2015.c: set_signers(): new function.
876             pgp_sign(): add the account parameter, call set_signers().
877             rfc2015_sign(): add the account parameter, pass it to pgp_sign().
878           * src/rfc2015.h: rfc2015_sign(): updated prototype.
879           * src/compose.c: pass the current account to rfc2015_sign().
880
881         * tag name claws added to prevent confusion with main branch [alfons]
882
883         * Sync with sylpheed-0.4.65cvs4 and made it compile. [sergey]
884
885         * autogen.sh: Added "--enable-maintainer-mode". [sergey]
886
887         * sync with recent sylpheed cvs. Untested though. [alfons]
888