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