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