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