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