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