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