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