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