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