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