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