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