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