Fixed some more compilation warnings.
[claws.git] / ChangeLog.claws
1 2001-05-13 [sergey]
2
3         * src/main.c: include rfc2015.h to avoid compiler warnings.
4         * src/alertpanel.c (alertpanel_message_with_disable): return 0 if
5         the panel is already on screen.
6
7 2001-03-13 [alfons]
8
9         0.4.67claws3
10         
11         * sync with sylpheed 0.4.67cvs5-6
12
13 2001-05-13 [paul]
14
15         * added Alfons' font selection patch
16
17         * src/defs.h
18         * src/headerwindow.c
19         * src/prefs_common.c
20         * src/prefs_common.h
21
22 2001-05-13 [hoa]
23         * src/defs.h
24                 changed version of cache
25         * src/matcher.[ch]
26         * src/prefs_matcher.c
27                 added additionnal matching criteria
28         * src/procheader.c
29         * src/procmsg.[ch]
30         * src/news.c
31                 added references in MsgInfo
32
33 2001-05-12 [hoa]
34
35         * src/defs.h
36                 prepared some things for new filtering
37         * src/matcher.[ch]
38                 added some matching properties
39                 inreplyto need to be enhanced
40                 prepared some things for new filtering
41         * src/messageview.c
42                 added Return-Receipt-To handling
43         * src/prefs_folder_item.c
44                 changed default value to TRUE
45         * src/prefs_matcher.c
46                 added some matching properties
47         * src/prefs_scoring.[ch]
48                 the scoring dialog is finished
49         * src/procheader.c
50                 added Return-Receipt-To handling
51                 Reference need to be added
52         * src/procmsg.[ch]
53                 added Return-Receipt-To handling
54                 added threadscore to get a better score sorting when
55                 threads are enabled
56         * src/summaryview.c
57                 suppressed a bug when we sort the list
58                 when no folder is opened.
59                 better score sorting when threads are enabled
60
61 2001-05-12 [alfons]
62
63         * reverted previous patch because of potential errors 
64
65         0.4.67claws2
66         
67         * src/inc.c, src/prefs_common.c, src/prefs_common.h: 
68                 applied "toggle mail-retrieval dialog window" patch submitted 
69                 by Eric Limpens <eric@qnt.net>
70
71         * sync with sylpheed 0.4.67cvs4
72
73 2001-05-12 [sergey]
74
75         * src/matcher.c, src/scoring.c: changed "#ifdef 0" to "#if 0" for
76         some picky compilers.
77         * src/rfc2015.h: provide prototype for rfc2015_disable_all().
78         * src/grouplist_dialog.c: include alertpanel.h.
79         * src/prefs_headers.c (prefs_headers_deleted): added GTK_BUTTON to
80         fix compile warning.
81         * src/scoring.c, src/prefs_folder_item.c, src/matcher.c: brought
82         #include "defs.h" before others to prevent the warning of `MIN'
83         and `MAX' redefinition.
84
85 2001-05-11 [hoa]
86
87         * src/main.c
88         * src/messageview.c
89         * src/prefs_account.c
90         * src/prefs_display_header.c
91                 removed warning
92         * src/Makefile.am
93                 added prefs_scoring.[ch]
94         * src/grouplist_dialog.c
95                 display an error dialog box if the group list
96                 cannot be fetched.
97         * src/mainwindow.[ch]
98                 added main_window_set_thread_option() function
99                 scoring dialog box enabled
100         * src/matcher.[ch]
101                 added flags matching unread /new / marked
102                 / deleted / replied / forwarded
103         * src/news.c
104                 newsgroups are now finally in newscache
105         * src/prefs_matcher.[ch]
106                 finished preferences for matching dialog
107         * added src/prefs_scoring.[ch]
108                 scoring dialog box completed
109         * src/scoring.[ch]
110                 conversion to string : added scoringprop_to_string()
111                 write config for preferences :
112                 added prefs_scoring_write_config()
113         * src/summaryview.c
114                 threads can be enabled/disabled independently
115                 for each folder
116
117 2001-05-10 [alfons]
118
119         0.4.67claws1
120         
121         * AUTHORS: 
122                 thought it would be nice to have a list of all
123                 contributors (used Changelog as a reference)
124         
125         * configure.in: 
126                 messed up version numbering...
127
128         0.4.66claws1
129
130         * sync with sylpheed 0.4.67cvs1-3
131
132 2001-05-10 [darko]
133
134         * src/prefs_common.c:
135                 better UI for strftime format, double clicking
136                 on format now inserts the format in text entry
137                 replaced close button with standard OK/Cancel
138                 moved date format button to the right of the
139                 text entry field
140
141 2001-05-09 [alfons]
142
143         * src/gtkstext.c:
144                 Ctrl-Home / Ctrl-End have proper cursor navigation
145
146 2001-05-09 [hoa]
147
148         * src/prefs_matcher.c
149                 finished UI to define matching properties
150                 added ok and cancel button
151         * src/prefs_filter.c
152                 added ok and cancel button
153         * src/news.c
154                 fixed some bug in xhdr parsing
155
156 2001-05-08 [alfons]
157
158         * src/textview.c: 
159                 fixed a bug in textview_show_header(), which displayed two colons (':');
160                 cleaned up some warnings
161
162 2001-05-08 [hoa]
163
164         * src/Makefile.am
165                 added prefs_matcher.[ch]
166                 compilation with -W -Wall
167         * src/alertpanel.c
168                 ungrab the mouse events if grabbed - does it
169                 fix the bug for disposition notification ?
170         * src/mainwindow.c
171                 added a menu option to open the matching dialog.
172         * src/matcher.[ch]
173                 added matcherprop_to_string() and matcherlist_to_string()
174                 fixed some bugs, changed the name of some options
175                 age_sup and age_inf becomes age_greater and age_lower,
176                 body and messageheaders becomes body_part and headers_part,
177                 changed the names of constants from SCORING_XXX to MATCHING_XXX
178         * src/prefs_display_header.c
179         * src/prefs_headers.c
180                 fixed a bug that accidentally destroyed dialogs
181                 when closed them with delete_event
182                 Added *_deleted() which handle delete_event signal correctly.
183         * src/prefs_folder_item.[ch]
184                 added "enable_thread" field for future customization
185         * added src/prefs_matcher.[ch]
186                 sample of the UI to define matching properties
187         * src/procheader.c
188                 using procheader_headername_equal instead of str*cmp functions
189                 using procheader_parse_header() function
190         * src/scoring.c
191                 using MATCHING_XXX instead of SCORING_XXX
192         * src/summaryview.c
193                 display the sender of the news even if this is ourself
194                 when this is a news message.
195         * src/textview.c
196                 using headername_equal() instead of str*cmp functions
197
198 2001-05-08 [alfons]
199
200         0.4.66claws
201
202         * sync with sylpheed 0.4.66
203         * src/gtkstext.c: trace logs added 
204
205 2001-05-08 [sergey]
206
207         * src/prefs_common.[ch]: added option to enable/disable GnuPG
208         signature check popup.
209         * src/rfc2015.c (check_signature): show signature check popup only
210         if it is enabled in preferences.
211
212 2001-05-07 [alfons]
213
214         0.4.66claws4
215         
216         * sync with sylpheed 0.4.66cvs6
217
218 2001-05-07 [darko]
219
220         * src/prefs_common.[ch]: added option to enable/disable
221           looking up sender name in address book for summary pane
222         * src/summaryview.c: look up sender in the address book
223           by using Alfons' address completion code
224
225 2001-05-07 [hiroyuki]
226
227         * src/inc.h
228           src/pop.c: pop3_retr_recv(): removed cur_msg_bytes from the
229           member of Pop3State.
230         * src/news.c: brought #include "defs.h" before #include <glib.h>
231           to prevent the warning of `MIN' and `MAX' redefinition.
232
233 2001-05-06 [hoa]
234
235         * removed src/headers_display.[ch]
236         * removed src/prefs_display_headers.[ch]
237         * src/inc.c
238                 use a temporary file in the user directory for mbox import
239         * src/news.c
240                 added XHDR support to get "To" and "Cc" headers
241                 (in order to match news with to or cc field for
242                 scoring)
243                 added function news_parse_xhdr() to get XHDR response
244         * src/nntp.[ch]
245                 added function nntp_xhdr()
246         * src/matcher.c
247                 fetch the message if necessary
248
249 2001-05-06 [alfons]
250
251         0.4.66claws3
252
253         * sync with sylpheed 0.4.66cvs3-5
254
255 2001-05-06 [hoa]
256
257         * src/utils.[ch]
258                 added function itos_buf() to enable use of several buffers
259         * src/summaryview.c
260                 use of itos_buf() instead of itos() in summary list
261                 to fix the broken display of message number.
262
263 2001-05-06 [alfons]
264
265         * src/gtkstext.c: bug in cursor up navigation fixed,
266                 fixed another unsigned / signed comparison (we're getting there :-)
267
268 2001-05-06 [hoa]
269
270         * src/Makefile.am
271                 added scoring.c scoring.h
272                 prefs_folder_item.c prefs_folder_item.h
273                 matcher.c matcher.h
274         * src/defs.h
275                 added FOLDERITEM_RC SCORING_RC
276         * src/folder.[ch]
277                 added prefs field in FolderItem :
278                 properties for each folder (PrefsFolderItem),
279                 sorting type and mode were added as the first properties.
280         * src/main.c
281                 read config for scoring
282         * added src/matcher.[ch]
283                 gives functions to parse configuration file to do
284                 matching on mails with a list of conditions.
285         * src/mainwindow.c
286                 add option to sort by score
287         * src/prefs_common.[ch]
288                 added preference option to show score and for
289                 the score column size
290         * added src/prefs_folder_item.[ch]
291                 properties for each folder (PrefsFolderItem),
292                 sorting type and mode were added as the first properties.
293         * src/procheader.[ch]
294                 added procheader_parse_header()
295                 added procheader_header_free()
296                 added procheader_headername_equal()
297                 and made modification to use them.
298         * src/procmsg.[ch]
299                 added score field to MsgInfo structure
300         * added src/scoring.[ch]
301                 gives functions to parse configuration file to do
302                 scoring on mails with a list of conditions.
303         * src/summaryview.[ch]
304                 save the sorting type and mode for the folder
305                 added column to display the score of the mail
306                 added function summary_score_clicked()
307                 sorting type and mode are restored to the folder
308                 when it is reopen
309         * src/textview.c
310                 use procheader_parse_header(), procheader_headername_equal()
311                 removed memory leak in text_scan_header when freeing headers
312         * src/filter.c
313                 changed the function to match names of headers
314                 using procheader_headername_equal()
315
316         Scoring functions are implemented, an interface is needed
317         to configure that.
318
319 2001-05-04 [alfons]
320
321         * src/gtkstext.c: 
322                 hopefully fixed the row up navigation bug,
323                 removed adding back / forward lines to cache
324
325 2001-05-04 [sergey]
326
327         * src/prefs_display_headers.c: user interface changes:
328         (prefs_display_headers_create): remove unused "Show" check button;
329         allow reordering of headers by dragging.
330         (prefs_display_headers_write_config): remove unused variables.
331         (prefs_display_headers_set_dialog): do not insert "(New)" at top
332         of lists (not needed with the new UI).
333         (prefs_display_headers_set_list): scan lists starting from row 0,
334         not 1 (do not skip "(New)").
335         (prefs_display_headers_find_header): new function.
336         (prefs_display_headers_clist_set_row): do not allow duplicates.
337         (prefs_display_headers_delete_cb): do not skip row 0; treat
338         closing the alert window by ESC as "No".
339         (prefs_display_headers_up): do not protect row 0.
340         (prefs_display_headers_down): do not protect row 0.
341
342 2001-05-04 [sergey]
343
344         * src/mainwindow.c (next_marked_cb, prev_marked_cb): new
345         functions.  
346
347         * src/summaryview.c
348         (summary_find_next_marked_msg, summary_find_prev_marked_msg,
349         summary_select_next_marked, summary_select_prev_marked): new
350         functions.
351
352 2001-05-03 [sergey]
353
354         * src/news.c: fixed a bug when no article can be fetched after
355         server timeout if the connection was restored by news_post():
356         (news_select_group): new function.
357         (news_fetch_msg): call news_select_group() before fetching
358         article.
359         (news_get_uncached_articles): set session->group after successful
360         GROUP command.
361
362 2001-05-03 [hoa]
363
364         * src/defs.h
365         * src/procmsg.[ch]
366         * src/procheader.c
367                  changed version of cache, added cc field
368
369         * src/prefs_display_headers.c
370                 the interface was changed
371
372         * src/prefs_headers.c
373                 added cancel button
374
375 2001-05-03 [alfons]
376
377         * completed sync of sylpheed cvs2
378         * src/gtkstext.c: updated row up / down cursor navigation
379         * src/textview.c: re-edited, prepared for fixing the email address
380                 scanner.
381
382 2001-05-03 [darko]
383
384         * src/prefs_common.c: use alfons' strftime ui code
385         entry_datefmt and datefmt_sample widgets have to be
386         global in this module because of this change
387
388 2001-05-03 [hoa]
389
390         * src/messageview.c
391         * src/prefs_common.[ch] added option to activate the return receipt
392                 feature.
393
394 2001-05-02 [alfons]
395
396         * src/gtkstext.c: fix for row up/down cursor navigation. 
397
398         0.4.66claws2
399         
400         * sync with 0.4.66cvs2
401
402 2001-05-02 [paul]
403
404         added add-sender-to-addressbook patch
405
406         * src/addressbook.c
407         * src/addressbook.h
408         * src/summaryview.c
409
410 2001-05-02 [sergey]
411
412         * src/alertpanel.h (AlertValue): added G_ALERT_VALUE_MASK,
413         G_ALERTDISABLE.
414
415         * src/alertpanel.c (alertpanel_create): new argument can_disable,
416         all existing callers changed to pass FALSE; create a check button
417         to disable the message.
418         (alertpanel_message_with_disable): new function.
419         (alertpanel_show): mask value with G_ALERT_VALUE_MASK.
420         (alertpanel_button_toggled): new function.
421         (alertpanel_button_clicked, alertpanel_close): set value using
422         G_ALERT_VALUE_MASK.
423
424         * src/prefs_common.h (PrefsCommon): new field gpgme_warning.
425
426         * src/prefs_common.c (prefs_privacy_create): new check button
427         checkbtn_gpgme_warning.
428
429         * src/main.c (main): moved preferences reading before gpgme
430         initialization; check prefs_common.gpgme_warning before giving the
431         GnuPG warning and set it to FALSE if the user wants to disable the
432         warning.
433
434 2001-05-02 [hiroyuki]
435
436         * src/prefs_display_headers.c: modified the layout and some labels.
437
438 2001-05-02 [sergey]
439
440         * src/prefs_account.c (prefs_account_fix_size): new function.
441         (prefs_account_create): call prefs_account_fix_size(); use
442         gtk_widget_show instead of gtk_widget_show_all (fixes too large
443         size when the window is shown for the first time).
444         (prefs_account_basic_create): changed layout of serv_table; moved
445         localmbox_entry above smtpserv_entry (logically it replaces
446         POP3/IMAP server).
447         (prefs_account_protocol_activated): set sensitivity of
448         nntpauth_chkbtn according to the protocol (in addition to
449         hide/show); commented out gtk_table_set_row_spacing() calls.
450         (prefs_account_nntpauth_toggled): do nothing if nntpauth_chkbtn is
451         not sensitive (fixes a bug with disabled username/password boxes
452         when editing POP3 account after NNTP with authentication).
453
454 2001-05-02 [hoa]
455
456         * src/account.c
457         * src/inc.c
458         * src/prefs_account.[ch]
459         * src/send.c
460                 removed local account without SMTP server
461                 added option to use mail command instead of a connexion
462                 to SMTP server when a local account is used
463         * src/prefs_headers.c
464                 fixed a bug
465         * src/news.c
466                 fixed a bug when connexion immediately closed
467
468 2001-05-01 [alfons]
469
470         0.4.66claws1
471         
472         * sync with 0.4.65
473
474 2001-05-01 [sergey]
475
476         * src/prefs_account.c (Basic, prefs_account_basic_create): new
477         widget nntpauth_chkbtn.
478         (prefs_account_protocol_activated): handle nntpauth_chkbtn
479         visibility.
480         (prefs_account_nntpauth_toggled): new function.
481
482         * src/news.c (news_session_new_for_folder): use NNTP
483         authentication only if ac->use_nntp_auth is set.
484
485 2001-05-01 [hoa]
486
487         * src/Makefile.am changed headers.[ch] in customheader.[ch]
488         * src/prefs_display_headers.c changed the UI
489         * src/prefs_headers.c changed account_name to account_id
490         * src/compose.c using customheader.h
491
492 2001-05-01 [hiroyuki]
493
494         * src/esmtp.c
495           src/news.c
496           src/nntp.c: changed sock_read() to sock_gets(), they've been left
497           unsynched.
498
499 2001-05-01 [hoa]
500
501         * src/Makefile.am added prefs_display_headers.[ch] headers_display.[ch]
502         * src/defs.h added HEADERS_DISPLAY_RC : name of the config file
503                 for displaying of headers
504         * src/grouplist_dialog.[ch] minor changes to remove warnings
505         * src/prefs_display_headers.[ch] dialog to choose the
506         headers to display in the mail viewer.
507         * src/headers.h correction of #define
508         * src/headers_display.[ch] configuration for displaying of headers.
509         * src/main.c read config of displaying of headers
510         * src/prefs_common.c add a button to access the config dialog
511                 for displaying of headers
512         * src/prefs_display_headers.[ch] dialog for configuration for
513                 displaying of the headers.
514         * src/prefs_headers.c cleaning of code
515         * src/procheader.c comments added to code
516         * src/textview.c changes to reorder the headers depending
517                 on the config for displaying of headers
518
519 2001-04-30 [alfons]
520
521         0.4.65claws7
522
523         * sync with 0.4.65cvs12
524
525         NOTE: nntp.c and news.c in claws and cvs branch differ significantly!
526
527 2001-04-30 [sergey]
528
529         * src/nntp.h (NNTPSockInfo): new field auth_failed.
530
531         * src/nntp.c (nntp_mode): return NN_AUTHREQ if sock->auth_failed
532         is set to force reconnection after authentication failure.
533         (nntp_gen_command): set sock->auth_failed on authentication
534         failure, or if sock->userid and sock->passwd are not set.
535
536         * src/news.c (news_session_new_for_folder): set userid=NULL if
537         password dialog is cancelled.
538
539 2001-04-30 [sergey]
540
541         * src/nntp.h (NNTPSockInfo): new type.
542
543         * src/nntp.c: all functions updated to use NNTPSockInfo instead of
544         SockInfo.
545         (nntp_open_auth, nntp_close): new functions.
546         (nntp_gen_command): new function to handle authentication; all
547         NNTP command functions updated to use it.
548         (nntp_authinfo_user, nntp_authinfo_pass): deleted.
549         (nntp_list): removed old useless code.
550
551         * src/news.h (NNTPSession): new field nntp_sock.
552
553         * src/news.c: all functions updated to use NNTPSockInfo instead of
554         SockInfo.
555         (news_session_new): new arguments (userid, passwd); made static;
556         use nntp_open_auth() if needed.
557         (news_session_destroy): use nntp_close() instead of sock_close().
558         (news_query_password): changed arguments.
559         (news_session_new_for_folder): new function.
560         (news_session_get): use news_session_new_for_folder().
561         (news_authenticate): deleted.
562         (news_get_uncached_articles): removed old authentication code.
563
564 2001-04-30 [sergey]
565
566         * src/news.c: reverted my previous changes (need to do NNTP
567         authentication in a cleaner way).
568         
569 2001-04-29 [sergey]
570
571         * src/news.c (news_nntp_group, news_nntp_list, news_nntp_xover,
572         news_nntp_post, news_nntp_mode): new functions (wrappers with
573         authentication support).
574         (news_get_article_cmd, news_get_article, news_get_header): new
575         argument "folder"; all callers changed.
576         (news_get_article_cmd): added authentication support.
577         (news_session_get): use news_nntp_mode() instead of nntp_mode().
578         (news_post): use news_nntp_post() instead of nntp_post().
579         (news_get_uncached_articles): use news_nntp_group() instead of
580         nntp_group() and news_nntp_xover() instead of nntp_xover();
581         removed old authentication code.
582         (news_get_group_list): use news_nntp_list() instead of nntp_list().
583
584         * src/nntp.c (nntp_list): return real error code instead of
585         hardcoded NN_ERROR.
586
587 2001-04-29 [sergey]
588
589         * configure.in: fixed wint_t typedef detection again
590
591 2001-04-28 [hoa]
592
593         * src/prefs_account.[ch], added A_LOCAL_CMD
594                 (send mail with mail command)
595         * src/send.c added function send_message_with_command()
596         * src/inc.c made a more secure get_spool() function with
597                 mktemp() but maybe mkstemp() or something more
598                 secure can be used.
599
600 2001-04-28 [alfons]
601
602         * src/textview.c, colorization of email addresses in headers
603
604         0.4.65claws6
605
606         * bug sync with sylpheed
607         * prefs_common.c: created date format ui for darko
608         * sync with 0.4.65cvs11
609         * configure.in: corrected to have the new gpg checks
610
611 2001-04-27 [alfons]
612
613         * completed sync with 0.4.65cvs10
614         * minor debug things added to gtkstext.c
615
616 2001-04-27 [darko]
617
618         * configure.in: remove check for availability of
619           strftime() as advised by Hiroyuki
620         * src/prefs_common.[ch], src/procheader.c:
621           synch strftime() code with Hiroyki's main branch
622
623 2001-04-26 [sergey]
624
625         * src/news.c: news_query_password(), news_authenticate(): new
626           functions.
627           news_get_uncached_articles(): added NNTP authentication
628           handling.
629         * src/nntp.[ch]: nntp_authinfo_user(), nntp_authinfo_pass():
630           new functions.
631         * src/prefs_account.c: prefs_account_protocol_activated():
632           enable userid and password fields for NNTP.
633
634 2001-04-26
635
636         * configure.in: check for availability of strftime()
637           [darko]
638         * src/prefs_common.[ch], src/procheader.c: use
639           strftime() for displaying date in summary pane if it
640           is available
641
642 2001-04-25
643
644         * more .cvsignore cleanups [alfons]
645
646 2001-04-25
647
648         * ac/sv-check-type.m4: new autoconf macro.
649         * configure.in: fixed wint_t typedef detection (did not work
650           with gcc-2.96).
651
652 2001-04-25
653
654         * acconfig.h: added USE_GTKGDK_XIM definition for autoheader.
655           [hiroyuki]
656
657 2001-04-24
658         * modified gtkstext.c : buggy cursor navigation fixed, 
659           and font descent also taken in account when drawing
660           cursor. [alfons]
661
662 2001-04-24 [hoa]
663         * added comments in src/news.c src/nntp.c
664         * added src/prefs_headers.[ch]
665         * added src/headers.[ch]
666         * modified compose.c to activate custom headers
667                 added function is_in_custom_headers
668         * modified prefs_account.[ch]
669                 added function prefs_account_customhdr_edit
670         * modified src/defs.h :
671                 added HEADERS_RC : name of the config file
672                 for the custom headers
673
674 2001-04-24
675
676     0.4.65claws5
677
678         * configure.in
679           src/gtkstext.[ch]
680           src/compose.c
681           src/Makefile.am
682           
683           added gtkstext with configure.in patch by Hiroyuki which
684           should fix the XIM detection [alfons]
685
686         * more clean up of cvs [alfons]
687
688                  * removed all Makefile.in files to attic.
689
690                  * updated all .cvsignores to really ignore things that could
691                    be unintentionally committed by a recursive commit.
692
693 2001-04-23 [hoa]
694         * added src/grouplist_dialog.[ch]
695         * changed src/folderview.c to call grouplist_dialog instead
696                 of inputdialog
697         * src/news.c :
698                 added functions news_reset_group_list
699                 and news_get_group_list
700         * src/nntp.c :
701                 added function nntp_list
702         * src/defs.h :
703                 added GROUPLIST_FILE : name of the newsgroup list cache file
704
705 2001-04-21
706
707         * added option to warn about queued messages on exit [sergey]:
708
709           * src/compose.c: compose_queue(): call folder_item_scan()
710             and folderview_update_item() after queueing.
711           * src/folderview.c: folderview_update_node(): draw the queue
712             folder in bold font if there are queued messages.
713           * src/mainwindow.c: queued_messages(): new function.
714             app_exit_cb(): display warning if there are queued messages
715             if warn_queued_on_exit is set.
716           * prefs_common.[ch]: add warn_queued_on_exit option.
717
718         * enhanced GnuPG key selection support [sergey]:
719
720           * src/select-keys.c: updated to newer version from Win32
721             branch with support for selecting arbitrary keys.
722           * src/prefs_account.c: added the Privacy tab to the account
723             options window.
724             prefs_account_privacy_create(),
725             prefs_account_sign_key_set_data_from_radiobtn(),
726             prefs_account_sign_key_set_radiobtn(): new functions.
727           * src/prefs_account.h: new preferences sign_key_type, sign_key_id.
728           * src/rfc2015.c: set_signers(): new function.
729             pgp_sign(): add the account parameter, call set_signers().
730             rfc2015_sign(): add the account parameter, pass it to pgp_sign().
731           * src/rfc2015.h: rfc2015_sign(): updated prototype.
732           * src/compose.c: pass the current account to rfc2015_sign().
733
734         * tag name claws added to prevent confusion with main branch [alfons]
735
736         * Sync with sylpheed-0.4.65cvs4 and made it compile. [sergey]
737
738         * autogen.sh: Added "--enable-maintainer-mode". [sergey]
739
740         * sync with recent sylpheed cvs. Untested though. [alfons]
741