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