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