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