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