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