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