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