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