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