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