sync with sylpheed 0.6.2cvs1
[claws.git] / ChangeLog.claws
1 2001-09-18 [paul]
2
3         * configure.in
4                 change to version 0.6.2claws1
5         * sync with sylpheed 0.6.2cvs1 
6
7 2001-09-15 [christoph]
8
9         * src/mainwindow.c
10                 comment out menu entry not existing in claws
11         * src/menu.c
12                 add debug output for non existing menu entries
13         * src/summaryview.c
14                 fix next/prev unread message for ignored threads
15         * src/utils.[ch]
16                 add sourcefile and line number to debug output
17                 otherwise it is sometimes hard to find the
18                 source code part if debug messages are translated
19
20 2001-09-14 [darko]
21         
22         * src/folderview.c
23                 refresh target folder style after colour is changed
24
25 2001-09-13 [paul]
26
27         * configure.in
28                 change to version 0.6.1claws3
29
30         * sync with sylpheed 0.6.1cvs6
31
32 2001-09-13 [darko]
33         
34         * src/folderview.c
35                 fix target folder colourization to use user selected colour
36
37 2001-09-12 [darko]
38         
39         * src/summaryview.c
40                 fix crash when message that is marked for copy/move is unmarked
41
42 2001-09-09 [paul]
43
44         * configure.in
45                 change to version 0.6.1claws2
46
47         * sync with sylpheed 0.6.1cvs3
48
49 2001-09-09 [alfons]
50         
51         * src/folderview.c
52                 fix bug with default font used for trash folder text
53
54 2001-09-06 [paul]
55
56         * po/de.po, po/es.po, po/nl.po, po/pt_BR.po
57                 updated translations
58
59         * configure.in
60                 change to version 0.6.1claws1
61
62         * sync with sylpheed 0.6.1cvs2
63
64 2001-09-03 [paul]
65
66         * po/POTFILES.in
67                 add Match's new addressbook
68
69         * po/de.po
70                 updated translation submitted by Jens Oberender
71
72 2001-09-02 [paul]
73
74         * configure.in
75                 change to 0.6.1claws
76         * sync with sylpheed 0.6.1 release
77
78 2001-09-02 [paul]
79
80         * configure.in
81                 change to 0.6.0claws2
82
83         * sync with sylpheed 0.6.0cvs4
84
85         * po/pt_BR.po
86                 updated translation submitted by Fabio Junior Beneditto
87
88 2001-09-01 [match]
89         * pixmaps/
90                 interface.xpm
91                 book.xpm
92                 address.xpm
93         * src/
94                 Makefile.am
95                 a ton of new files
96
97 2001-08-31 [paul]
98
99         * configure.in
100                 change to version 0.6.0claws1
101
102         * sync with sylpheed 0.6.0cvs1
103
104         * po/es.po
105                 updated translation submitted by Ricardo Mones Lastra
106
107         * po/POTFILES.in
108                 add 'src/prefs_templates.c'
109
110         * src/compose.c, src/summaryview.c
111                 fix segfault on 'Re_edit'               
112
113 2001-08-30 [alfons]
114
115         * configure.in, Makefile.am
116         * tools/Makefile.am
117                 add tools directory to source distribution
118
119 2001-08-30 [paul]
120
121         * configure.in
122                 change to version 0.6.0claws
123
124         * sync with sylpheed 0.6.0 release
125
126 2001-08-30 [christoph]
127
128         * configure.in
129                 removed autoconf version check
130
131 2001-08-30 [paul]
132
133         * src/account.c, src/compose.c, src/prefs_common.[ch]
134         * src/procheader.[ch] src/utils.[ch]
135                 Enhanced automatic account selection on replies
136                 Submitted by Melvin Hadasht <melvin.hadasht@free.fr>
137
138         * configure.in
139                 add LDAP and JPilot to the configuration results output.
140
141 2001-08-29 [christoph]
142
143         * src/summeryview.c
144                 no bold font for ignored threads
145
146 2001-08-29 [paul]
147
148         * configure.in
149                 change to version 0.5.3claws6
150
151         * sync with sylpheed 0.5.3cvs10
152                 src/stringtable.[ch]: New Files
153
154         * src/compose.c, src/gtkutils.c, src/gtkutils.h, src/mainwindow.c
155         * src/pixmaps/sylpheed.xpm
156                 add mini-icons to windows (by Alfons)
157
158 2001-08-27 [paul]
159
160         * src/mainwindow.c
161                 new functions: next_labeled_cb(), prev_labeled_cb()
162
163         * src/summaryview.c
164                 new functions: summary_find_next_labeled_msg(), summary_find_prev_labeled_msg(),
165                 summary_select_next_labeled(), summary_select_prev_labeled()
166
167         * src/pixmaps/dir-close.xpm, src/pixmaps/dir-open.xpm, src/pixmaps/trash.xpm
168                 give claws blue folders and a blue trash can
169
170 2001-08-27 [paul]
171
172         * configure.in
173                 change to version 0.5.3claws5
174
175         * sync with sylpheed 0.5.3cvs9
176                 src/labelcolors.[ch] renamed to src/colorlabel.[ch] 
177
178 2001-08-24 [christoph]
179
180         * src/filesel.c
181                 keep filename when browsing directories
182                 (not working for user entered filename, but
183                  for default name and selected filename from
184                  file list)
185         * src/mainwindow.c
186                 fixed wrong spelling "Folllow-up"
187         * src/mbox_folder.c
188         * src/procmsg.c
189         * src/summaryview.c
190                 fixed new/unread message count with ignored
191                 threads (2 commits, first didn't notice no
192                 longer needed decreasing)
193         * src/inc.c
194                 readded scrolling of progress dialog
195                 (lost in sync)
196
197 2001-08-24 [paul]
198
199         * configure.in
200                 change to 0.5.3claws4
201
202         * sync with sylpheed 0.5.3cvs7
203
204 2001-08-24 [christoph]
205
206         * src/compose.c
207                 set request return receipt when replying
208                 if it is set is the folder prefs of the
209                 message
210         * src/inc.c
211                 disable final error popup if popups are
212                 disabled in config (again)
213
214 2001-08-23 [paul]
215
216         * configure.in
217                 Change version number to 0.5.3claws3
218
219         * sync with sylpheed 0.5.3cvs5
220
221         * src/mimeview.c
222                 double quote '%s' in 'gedit %s' to fix bug when
223                 opening attachment with spaces in the name
224
225 2001-08-22 [alte]
226         * src/Makefile.am, src/compose.[ch], src/defs.h, src/mainwindow.c,
227           src/prefs_templates.[ch], src/template.[ch], src/template_select.[ch]
228                 initial message templates support
229
230
231 2001-08-22 [paul]
232
233         * configure.in
234                 change version number to 0.5.3claws2
235
236         * sync with sylpheed 0.5.3cvs4
237
238         * src/procmsg.h src/summaryview.c
239                 re-implement (un)ignore thread
240
241 2001-08-21 [paul]
242
243         * src/summaryview.c
244                 remove unnecessary code
245         * src/compose.c
246                 enable 'dynamic' signatures (submitted by
247                 Eric Limpens <eric@hscg-internet.nl>)
248
249 2001-08-21 [paul]
250
251         clean up after sync with sylpheed 0.5.3 release
252
253         * src/folderview.c
254                 fix re-introduced font mess, see Christoph's
255                 entry 2001-06-24
256
257         * src/summaryview.c
258                 remove prev_msgnum
259                 use sylpheed's small font instead of
260                 gtk default font for summary view
261
262
263 2001-08-17 [paul]
264
265         * configure.in
266                 add pl to ALL_LINGUAS - sync with main branch
267
268         * po/de.po, po/es.po, po/nl.po, po/pt_BR.po
269                 Updated. Translations by Jens Oberender, Ricardo Mones
270                 Lastra, Alfons, and Fabio Junior Beneditto respectively.
271
272         * po/pl.po  ** NEW FILE **
273                 sync with the main branch
274
275         * src/folderview.c
276                 fix target folder colorizing and refresh problem
277
278
279 2001-08-17 [christoph]
280
281         * src/mainwindow.c
282                 claws uses 4 colors for target folder coloring.
283                 arrays were not long enough and destroyed the
284                 stack causing a segfault.
285                 target folder colorizing does not work anymore
286                 for me
287
288 2001-08-16 [paul]
289
290         * configure.in
291                 change to version 0.5.3claws1
292
293         * src/folder.h, src/folderview.[ch], src/gtkutils.[ch],
294           src/inc.[ch], src/mainwindow.c, src/pop.c, src/prefs_account.c,
295           src/prefs_common.[ch], src/summaryview.[ch], src/textview.c, src/utils.c
296
297                 sync with sylpheed 0.5.3 release, but keep claws method of
298                 configuring/saving fonts
299
300         * src/addressbook.[ch]
301                 rename addressbook_add_contact_by_menu() to addressbook_add_submenu()
302                 in line with a similar change in Hiroyuki's branch
303
304         * src/mainwindow.[ch]
305                 disable main_window_set_thread_option()
306         * src/prefs_folder_item.c
307                 comment out &tmps_prefs.enable_thread,
308         * src/mbox_folder.c, src/procmsg.[ch]
309                 comment out MSG_IS_IGNORE_THREAD
310         * src/summaryview.c
311                 comment out summary_ignore_thread() and summary_unignore_thread()
312                 comment out MSG_IS_IGNORE_THREAD
313
314                 use Hiroyuki's threading instead.
315
316
317
318 2001-08-15 [paul]
319
320         * src/account.c
321                 use Hiroyuki's 0.5.3 column scheme but also
322                 include the enable/disable button.
323         * src/pixmaps/mark.xpm
324                 add Hiroyuki's amended pixmap
325
326 2001-08-13 [christoph]
327
328         * src/account.c
329                 receive at get all column showed wrong state for APOP
330                 button should only work for POP3 and APOP accounts
331         * src/prefs_account.c
332                 added missing preprocessor statement for SSL
333
334 2001-08-12 [paul]
335
336         * src/account.[ch]
337                 add 'receive at get all' column and enable/disable
338                 button.
339
340 2001-08-06 [christoph]
341
342         * src/account.c
343                 show usage of SSL in protocol column
344
345         * src/imap.c
346         * src/inc.c
347                 renamed ssl options
348
349         * src/prefs_account.[ch]
350                 moved ssl options to a new page
351
352         * src/send.c
353         * src/smtp.c
354         * src/ssl.[ch]
355                 renamed ssl options
356                 added support for SMTP STARTTLS command
357
358 2001-08-05 [christoph]
359
360         * configure.in
361                 debian autoconf needs version check to find
362                 correct autoconf version. if the file is
363                 named configure.in 2.13 is used, which does
364                 not work with this configure.in script.
365                 other solution would be to rename the script
366                 to configure.ac as suggested in the autoconf
367                 manual.
368
369         * src/inc.c
370                 disable final error popup if popups are
371                 diabled in config
372
373         * src/socket.c
374                 bugfix in ssl_gets
375                 fixes IMAP over SSL problem
376
377 2001-08-03 [paul]
378
379         * configure.in
380                 change to 0.5.2claws1
381
382         * sync with sylpheed 0.5.2cvs1
383
384 2001-08-02 [alfons]
385
386         * configure.in
387                 quick fix for ispell detection...
388
389 2001-08-01 [paul]
390
391         * configure.in
392                 change to 0.5.1claws4
393
394         * sync with sylpheed 0.5.1cvs7
395
396 2001-07-31 [alfons]
397
398         * src/prefs_common.c, src/prefs_common.h, 
399           src/gtkspell.c, src/gtkspell.h
400                 add global spelling checker settings (compose tab) +
401                 selection of dictionary 
402           
403         * configure.in  
404                 guess valid ispell location
405
406 2001-07-31 [paul]
407
408         * po/POTFILES.in
409                 removal of 'src/quote_fmt_parse.c'
410         * po/de.po
411                 Updated de.po
412                 (submitted by Jens Oberender <didge@suse.de>)
413
414 2001-07-31 [darko]
415
416         * src/folder.[ch]
417         * src/folderview.[ch]
418         * src/mainwindow.c
419         * src/mh.c
420         * src/prefs_common.[ch]
421         * src/summaryview.c
422                 target folder colourization
423
424 2001-07-30 [paul]
425
426         more sync with Sylpheed 0.5.1cvs6 
427
428 2001-07-30 [darko]
429
430         * src/mh.c
431         * src/prefs_folder_item.[hc]
432         * src/summaryview.c
433                 shared folders support with a GUI
434
435 2001-07-29 [paul]
436
437         0.5.1claws3
438
439         * sync with Sylpheed 0.5.1cvs6
440
441 2001-07-29 [paul]
442
443         * po/pt_BR.po
444                 updated
445                 (submitted by Fabio Junior Beneditto)
446
447 2001-07-28 [paul]
448
449         * src/procmime.c
450         * AUTHORS
451                 patch to correct bad image mime headers
452                 (submitted by Don Quijote <dq@searchlores.org>)
453
454 2001-07-28 [paul]
455
456         * tools/gif2xface.pl   **NEW FILE**
457         * tools/README
458                 script to convert file.gif to file.xface for
459                 use in a custom header.
460                 (submitted by Ricardo Mones Lastra <mones@aic.uniovi.es>)
461
462 2001-07-27 [alfons]
463         
464         * configure.in
465                 change macros for detecting JPilot and LDAP
466
467 2001-07-27 [christoph]
468
469         * src/filtering.c
470                 code cleanup (MIN / MAX warning, needed casting)
471
472 2001-07-27 [alfons]
473
474         * procheader.c
475                 disallow setting flags when detecting certain headers
476                 (X-Status, Status, Seen, X-Seen). 
477         
478         * sync with Hiroyuki's Sylpheed 0.5.1cvs5
479
480 2001-07-27 [christoph]
481
482         * src/prefs_filter.c
483         * src/prefs_filtering.c
484         * src/prefs_matcher.c
485         * src/prefs_scoring.c
486                 scroll list when moving rows up or down
487
488         * src/imap.c
489         * src/imap.h
490         * src/prefs_account.c
491         * src/prefs_account.h
492         * src/send.c
493                 SMTP over SSL (untested, feedback requested)
494                 IMAP over SSL
495
496         * src/ssl.c
497                 code cleanup
498
499 2001-07-26 [alfons]
500         
501         * configure.in, acconfig.h
502                 define CLAWS (need this for main / claws detection)
503
504 2001-07-25 [alfons]
505
506         * configure.in
507                 Sylpheed 0.5.1claws2
508                 
509         * sync with Sylpheed 0.5.1cvs4
510
511 2001-07-25 [christoph]
512
513         * src/scoring.c
514                 fixed segfault
515                 item->prefs == NULL (don't know why)
516
517 2001-07-25 [alfons]
518
519         * configure.in
520                 Sylpheed 0.5.1claws1
521
522         * sync with Sylpheed 0.5.1cvs1-3
523
524 2001-07-24 [christoph]
525
526         * src/folderview.c
527         * src/prefs_folder_item.[ch]
528                 added folderitem preferences dialog with
529                 default To: and auto request return receipt
530
531         * src/compose.[ch]
532         * src/menu.[ch]
533                 changes to handle new folderitem preferences
534
535         * src/mainwindow.c
536         * src/summaryview.c
537                 call compose new mail with current folderitem
538
539 2001-07-24 [alfons]
540
541         Release Sylpheed 0.5.1claws
542
543         * configure.in
544                 change to release version 0.5.1claws
545
546 2001-07-24 [christoph]
547
548         * src/summaryview.c
549                 fixed segfault that happend when the selected
550                 message was removed while retrieving new messages.
551
552         * po/es.po
553                 updated translation
554                 (submitted by Ricardo Mones Lastra <mones@trasgu.aic.uniovi.es>)
555
556 2001-07-22 [alfons]
557
558         add English User Manual for Sylpheed by Paul Kater (paul@nlpagan.net).
559         this is a work in progress, for more information: http://nlpagan.net/sylman 
560         
561         * configure.in, src/mainwindow.c, manual/Makefile.am
562                 add support for English manual
563
564         * AUTHORS
565                 add authors of user manuals
566
567         * manual/en/sylpheed*.html
568                 add English documentation
569
570 2001-07-22 [christoph]
571
572         * po/POTFILES.in
573                 added src/ssl.c
574         * src/ssl.c
575                 changed a wrong debug message
576
577 2001-07-22 [alfons]
578
579         * po/nl.po
580                 update Dutch translation
581
582         * src/prefs_filtering.c, 
583           src/prefs_matcher.c
584                 add more translatable strings           
585
586 2001-07-21 [alfons]
587
588         0.5.0claws7
589
590         * configure.in
591                 change version
592
593         * src/inc.c, src/summaryview.[ch]
594                 prevent update of mark file when filtering has done, by
595                 using a variable; this affects two functions:
596                         inc.c::inc_finished()
597                         summaryview.c::summary_show()
598
599 2001-07-20 [alfons]
600
601         * src/filtering.[ch], src/prefs_filtering.c, 
602           src/matcher.[ch]
603                 add filtering action for label coloring 
604
605         * po/POTFILES.in
606                 add labelcolors.c
607
608         * added src/labelcolors.c
609         * added src/labelcolors.h
610         * src/Makefile.am, src/summaryview.c
611                 rearrange label coloring code
612
613         * src/procmsg.h
614                 add more parentheses so label colouring works correctly
615
616         * src/filtering.c
617                 don't really delete message, but move it to Trash
618
619         * src/prefs_matcher.c
620                 add quote options to info dialog
621
622 2001-07-20 [christoph]
623
624         * src/Makefile.am
625         * src/inc.c
626         * src/main.[ch]
627         * src/socket.h
628         * src/ssl.[ch] (new)
629                 moved ssl stuff to a seperate file
630
631 2001-07-20 [darko]
632
633         * src/summaryview.c
634                 fix show sender using address book with no e-mail
635                 address in From: field
636
637 2001-07-19 [alfons]
638
639         * src/matcher.[ch], src/filtering.c, src/prefs_filtering.c
640                 fix messy handling of escaping... now at least the
641                 execute command is useful. escape char is '\', we
642                 accept \n and \r too. 
643
644                 Real life example:
645                 
646                 subject match "GIMME YOUR FILTERS" execute "mail -s \"%f don\'t hurt me, please!\" %f < ~/.sylpheed/filteringrc
647                 subject match "GIMME YOUR FILTERS" execute "mail -s \"mommy, mommy, %f is being mean!\" admin < %F
648
649 2001-07-18 [alfons]
650
651         0.5.0claws6
652
653         * src/summaryview.c
654                 clean up
655
656         * src/matcher.c, src/filtering.[ch], src/inc.c, src/mbox.c,
657           src/procmsg.[ch]
658                 revise filtering; currently move, copy, marking have
659                 been tested. if you like bleeding edge stuff, you
660                 should definitely go for this version :)
661
662         * mark old working stuff as VERSION_0_5_0_CLAWS5        
663
664 2001-07-17 [christoph]
665
666         * src/utils.c
667                 timestamp log
668
669 2001-07-17 [alfons]
670
671         0.5.0claws5
672
673         * sync with Hiroyuki's 0.5.0cvs5; this version allows us to put more 
674           bits in the mark file, without affecting either branch. Lots of
675           files changed, also in claws branch.
676
677           UNTESTED: use of mbox folders
678
679         * src/summaryview.c
680                 added mark all read; however this was a quick hack used for
681                 cleaning up mess after initial merge with Hiroyuki
682
683         * configure.in
684                 change claws version number back to 0.5.0claws5 to clear up 
685                 confusion & pretension (recent release was technically 
686                 0.5.0claws4, so we neatly align with Hiroyuki :-)
687
688 2001-07-16 [alfons]
689
690         sync with Hiroyuki's 0.5.0cvs4
691
692 2001-07-16 [alfons]
693
694         0.5.1claws3
695
696         * src/filtering.[ch]
697                 remove invalid updating of mark files for 
698                 filter actions MATCHING_ACTION_MOVE and 
699                 MATCHING_ACTION_DELETE; this should fix the
700                 folder update bug
701                 
702         * src/procmsg.c
703                 revert Christoph's stab at fixing the folder 
704                 update bug
705
706         * po/POTFILES.in
707                 add missing files with translatable strings
708
709         * src/summaryview.c
710                 remove debug print
711
712 2001-07-15 [alfons]
713
714         * src/addr_compl.[ch], src/prefs_filtering.c
715                 make "filtering pref dialog's destination entry" an
716                 "address completable entry", if filter destination is 
717                 an email address
718
719         0.5.1claws2
720         
721         sync with Hiroyuki's 0.5.0cvs2-3
722
723 2001-07-15 [christoph]
724
725         * src/procmsg.c
726                 fixed folder stats update after incorporation
727
728 2001-07-15 [alfons]
729
730         * src/summaryview.c
731                 * finish label colouring stuff (for now)
732                 * fix incorrect colour bug (off by one) 
733
734 2001-07-14 [alfons]
735
736         * src/mainwindow.c
737                 change text labels for news and mail message so there's
738                 plenty of toolbar estate left
739
740         * configure.in
741                 0.5.1claws1
742
743         * src/folderview.c
744           src/folder.[ch]
745                 sync with Hiroyuki's 0.5.0cvs1
746
747         * src/summaryview.c
748                 more rewrite label colouring
749
750 2001-07-14 [alfons]
751
752         * src/summaryview.[ch]
753                 * start rewrite label colouring 
754                 * fix proper location "Add Sender To Addressbook" menu item
755
756 2001-07-13
757
758         Release 0.5.0claws "Paul Will Be Back Soon, Promise!"
759         (actually this is 0.5.0claws4)
760
761 2001-07-13 [alfons]
762
763         * po/pt_BR.po
764                 * fix duplicate message
765                 * add updated Portugese / Brazilian translation
766                   submitted by Fabio Junior Beneditto
767
768 2001-07-12 [alfons]
769
770         * AUTHORS
771                 add Jens
772
773         * po/nl.po
774                 add updated Dutch translation
775
776         * po/de.po
777                 add updated German translation submitted by Jens
778
779 2001-07-11 [alfons]
780
781         Prerelease before 0.5.0claws. Please test.
782         This version is temporarily tagged as VERSION_0_5_0_TEST
783
784         * src/matcher.[ch], src/summaryview.c, src/scoring.[ch]
785           src/prefs_scoring.c, src/prefs_matcher.c, 
786           src/prefs_filtering.c, src/mbox.c, 
787           src/main.c, src/inc.c, src/filtering.[ch]
788                 revert new Hoa's new matcher (does not work yet)
789
790         * src/Makefile.am
791                 clean up
792
793 2001-07-10
794
795         Release 0.5.0claws "Paul Will Be Back Soon, Promise!"
796
797
798 2001-07-10 [alfons]
799
800         * Makefile.am
801                 add ChangeLog.claws to EXTRA_DIST
802         * src/Makefile.am
803                 add matcher_parser_parse.h to EXTRA_DIST
804
805 2001-07-10 [christoph]
806
807         * src/inc.c
808                 add destination folder to table of
809                 folders that need to be updated after
810                 incorporation
811
812 2001-07-10 [alfons]
813
814         * folder.[ch]
815           folderview.c
816                 make collapse state of folders and folder items persistent, i.e.
817                 if you collapse a folder tree, the next time sylpheed-claws starts 
818                 up the folder tree remains collapsed.  
819                 
820 2001-07-10 [christoph]
821
822         * acconfig.h
823         * configure.in
824                 added --enable-ssl
825         * src/md5.[ch]
826                 renamed MD5_CTX to MD5_CTX_syl
827                 conflicts with a struct in openssl
828         * src/inc.c
829         * src/main.[ch]
830         * src/prefs_account.[ch]
831         * src/socket.[ch]
832                 SSL support for POP
833         * src/mainwindow.c
834                 fixed compose with current account
835                 broken by new compose button stuff
836
837 2001-07-09 [hoa]
838
839         * AUTHORS
840                 changed my email address
841
842         * src/matcher_parser_parse.y
843                 clean the parser to remove conflicts
844
845 2001-07-09 [alfons]
846
847         * AUTHORS
848                 add Match Grun
849
850         * configure.in
851                 fix incorrect description of --enable-ldap parameter
852
853         * src/prefs_common.[ch]
854           src/compose.c
855                 add experimental option "smart wrapping" which makes the
856                 compose editor auto wrap.
857                 
858                 | TODO: the problem with the buggy cursor handling is caused |
859                 | by the GtkText. when deleting / backspacing text its       |
860                 | wrapping algorithm does not take in account the previous   |
861                 | line. should find a way to hack this in.                   |
862                 | or should perhaps combine this with the word wrapping      |
863                 | patch i wrote in january.                                  |
864
865         * src/about.c
866                 show build parameters for LDAP and JPilot
867
868         * src/summaryview.c
869                 revert Christoph's bugfix for selecting next unread message, 
870                 because folder stats aren't updated correctly
871
872 2001-07-08 [hoa]
873
874         * src/filtering.c
875         * src/mainwindow.c
876         * src/matcher.c
877         * src/matcher_parser_lex.l
878         * src/matcher_parser_parse.y
879         * src/prefs_filtering.c
880         * src/prefs_scoring.c
881         * src/scoring.c
882                 bugfix of the config file parser
883
884 2001-07-08 [alfons]
885
886         * src/Makefile.am
887                 added generated matcher sources to BUILT_SOURCES
888
889 2001-07-08 [hoa]
890
891         * src/Makefile.am
892         * src/.cvsignore
893                 added new config file parser
894
895         * src/scoring.[ch]
896         * src/filtering.[ch]
897         * src/matcher.[ch]
898         * src/prefs_filtering.c
899         * src/prefs_matcher.c
900         * src/prefs_scoring.c
901         * added src/matcher_parser.h
902         * added src/matcher_parser_lex.h
903         * added src/matcher_parser_lex.l
904         * added src/matcher_parser_parse.y
905                 lex & yacc config file parser
906
907         * src/mbox.c
908         * src/inc.c
909         * src/main.c
910                 changes prefs_filtering into global_filtering           
911
912         * src/summaryview.c
913                 build threads with subjects only if "Re: " is at the
914                 beginning of the subject
915
916 2001-07-07 [paul]
917
918         0.5.0claws
919
920         sync with sylpheed 0.5.0
921                 change of version number only
922
923 2001-07-06 [paul]
924
925         0.5.0claws5
926
927         sync with sylpheed 0.5.0pre5
928
929 2001-07-05 [paul]
930
931         sync with sylpheed 0.5.0pre4 release
932                 /po and /manual/ja not sync'ed
933
934 2001-07-04 [paul]
935
936         more sync with sylpheed 0.5.0pre4
937
938 2001-07-03 [christoph]
939
940         * src/addressbook.c
941                 fixed address book broken by address book
942                 for VCard, JPilot, LDAP
943
944 2001-07-03 [alfons]
945
946         * src/matcher.c
947         * src/textview.c
948                 stopped memory leaks
949
950 2001-07-03 [paul]
951
952         more sync with sylpheed 0.5.0pre4
953
954 2001-07-02 [match]
955
956         * included address book patch for VCard, JPilot, LDAP
957         * pref_common.c - fixed Font options on Display tab (cosmetic)
958         * alertpanel.c - fixed truncated message
959
960 2001-07-02 [christoph]
961
962         * src/mbox_folder.c
963         * src/procmsg.[ch]
964         * src/summaryview.c
965                 mark threads for ignoring
966
967 2001-07-02 [paul]
968
969         0.5.0claws4
970
971         * sync with sylpheed 0.5.0pre4
972                 updated gettext to 0.10.38.
973
974 2001-07-01 [paul]
975
976         * src/ mainwindow.c
977         * src/procmsg.h
978         * src/summaryview.[ch]
979                 new right-click option: Label.
980                 substitute for 'Mark-->Mark/Unmark', colours the line.
981                 (submitted by Satoshi Nagayasu <snaga@snaga.org>)
982
983 2001-07-01 [christoph]
984
985         * src/folderview.c
986                 fixed font for trash
987         * src/summaryview.c
988                 move ctree to unread message
989
990 2001-07-01 [paul]
991
992         * sync with sylpheed 0.5.0pre3 release
993
994 2001-06-30 [alfons]
995
996         * src/filesel.[ch]
997         * src/compose.c
998                 allow inserting / attaching multiple files in
999                 the composer window
1000
1001 2001-06-30 [paul]
1002
1003         * src/codeconv.c
1004                 small change to Alfons' previous stuff so that it
1005                 actually makes
1006
1007 2001-06-30 [alfons]
1008
1009         * lots of files changed; first attempt to merge the changes
1010           and bugfixes submitted by Andre Eibel (ae@baltic-online.de).
1011
1012 2001-06-30 [paul]
1013
1014         * po/pt_BR.po
1015                 updated and completed, translations by Fabio
1016                 Junior Beneditto <fjbeneditto@yahoo.com.br>
1017
1018 2001-06-29 [alfons]
1019
1020         * src/compose.c
1021         * src/mimeproc.[ch]
1022                 allow selecting an attached files' mime type from a 
1023                 list of types.
1024
1025 2001-06-29 [paul]
1026
1027         * more sync with sylpheed 0.5.0pre3
1028
1029 2001-06-29 [paul]
1030
1031         * po/pt_BR.po
1032                 merge with sylpheed.pot and pt_BR.po provided by
1033                 Fabio Junior Beneditto.
1034
1035 2001-06-29 [darko]
1036
1037         * src/procmime.c
1038                 make MIME types case insensitive
1039
1040 2001-06-28 [alfons]
1041
1042         * po/nl.po
1043                 merge with sylpheed.pot and old nl.po; translations added.
1044
1045 2001-06-28 [paul]
1046
1047         * more sync with sylpheed 0.5.0pre3
1048
1049 2001-06-27 [alfons]
1050
1051         * src/summaryview.c
1052                 don't crash when removing parent node of messages
1053                 attracted by subject. this was caused by not deleting
1054                 the parent node from the subject line hash table.
1055
1056 2001-06-27 [alfons]
1057
1058         * src/summaryview.c
1059         * src/compose.[ch]
1060         * src/mainwindow.c
1061                 if there are multiple messages selected, allow forwarding
1062                 them as attachments.
1063
1064 2001-06-27 [paul]
1065
1066         * more sync with sylpheed 0.5.0pre3
1067
1068 2001-06-26 [paul]
1069
1070         0.5.0claws3
1071
1072         * sync with sylpheed 0.5.0pre3
1073
1074 2001-06-25 [paul]
1075
1076         * src/mainwindow.c
1077                 fixed 'compose news article' bug
1078                 from icon-and-text toolbar
1079
1080 2001-06-25 [paul]
1081
1082         * sync with sylpheed 0.5.0pre2 release
1083
1084 2001-06-24 [christoph]
1085
1086         * src/prefs_common.c
1087                 bug fix in font selection
1088         * src/folderview.c
1089                 use sylpheed's normal font instead of
1090                 gtk default font for folders without
1091                 new messages
1092
1093 2001-06-24 [alfons]
1094
1095         * src/mainwindow.[ch]
1096                 added composite compose mail / news button (an idea by Leandro
1097                 Pereira <leandro@linuxmag.com.br>)
1098
1099 2001-06-24 [paul]
1100
1101         Added instructions for ldif-to-xml.py
1102
1103         * tools/README
1104
1105 2001-06-23 [alfons]
1106
1107         Some minor things.
1108
1109         * src/pixmaps/stock_news_compose.xpm
1110                 added pixmap by Leandro
1111         * src/prefs_common.c
1112                 tested built-in spelling checker of GCC 3.0 :)
1113         * po/nl.po
1114                 merged dutch translation of sylpheed-main with
1115                 sylpheed.pot
1116
1117 2001-06-23 [paul]
1118
1119         Added tools directory and files.
1120
1121         * tools/filter_conv.pl
1122                 converts old filter system to new filtering system
1123         * tools/ldif-to-xml.py
1124                 converts netscape addressbook to sylpheed addressbook
1125         * tools/README
1126                 descriptions/instructions for above two files
1127
1128 2001-06-23 [christoph]
1129
1130         * src/inc.c
1131         * src/manage_window.[ch]
1132         * src/prefs_common.[ch]
1133                 mail retrieval dialog can be enabled, disabled
1134                 or hidden if non of sylpheed's windows is active
1135
1136 2001-06-22 [paul]
1137
1138         0.5.0claws2
1139
1140         * sync with sylpheed 0.5.0pre2
1141
1142 2001-06-21 [christoph]
1143
1144         * src/summaryview.c
1145                 show recipient on 'from' for all accounts
1146                 
1147         * src/inc.c
1148         * src/prefs_common.[ch]
1149                 disable error popup on mail receive errors
1150
1151 2001-06-21 [alfons]
1152
1153         * src/compose.c
1154                 made the ruler correctly appear and disappear.
1155
1156         * src/Makefile.am
1157                 removed Hoa's work-in-progress-stuff (interesting!) so 
1158                 claws compiles ok.
1159
1160 2001-06-20 [christoph]
1161
1162         * src/inc.c
1163         * src/progressdialog.c
1164                 added scrolled window for list in progressdialog
1165
1166 2001-06-20 [paul]
1167
1168         sync with sylpheed 0.5.0pre1 release
1169
1170 2001-06-20 [christoph]
1171
1172         * src/summeryview.c
1173                 make building threads by subject work when
1174                 thread view is enabled
1175                 
1176         * src/compose.c
1177         * src/prefs_common.[ch]
1178                 automatically select account for mail replys
1179
1180 2001-06-19 [sergey]
1181
1182         * src/compose.c (compose_create): keep Bcc and Reply-To visible if
1183         they are filled in from the account settings.
1184
1185 2001-06-19 [paul]
1186
1187         * more sync with sylpheed 0.5.0pre1
1188
1189 2001-06-18 [alfons]
1190
1191         * src/Makefile.am,
1192           src/procmime.c
1193                 added --sysconfdir to CPPFLAGS for pointing to the correct
1194                 location of mime.types. 
1195
1196                 NOTE: make sure you use --sysconfdir when running ./autogen.sh
1197                 or ./configure!
1198
1199 2001-06-18 [hoa]
1200
1201         * src/summaryview.c
1202                 fixed some bug when building threads
1203
1204 2001-06-18 [paul]
1205
1206         * src/prefs_account.c
1207                 UI stuff: More changes to the English
1208
1209 2001-06-18 [paul]
1210
1211         * src/pixmaps/stock_news_compose.xpm: new file
1212         * src/Makefile.am
1213         * src/mainwindow.c
1214         * src/summaryview.c
1215                 Added new icon for Hoa's 'compose a news
1216                 message', plus minor improvements to the
1217                 English
1218
1219         * po/ja.po
1220         * ChangeLog
1221         * ChangeLog.jp
1222                 more sync with sylpheed 0.5.0pre1
1223
1224 2001-06-18 [hoa]
1225
1226         * src/compose.[ch]
1227         * src/mainwindow.c
1228                 Follow-up and reply to
1229
1230         * src/summaryview.[ch]
1231                 Build threads also with subjects
1232
1233 2001-06-17 [hoa]
1234
1235         * src/compose.c
1236                 forwarding use the current account.
1237
1238         * src/mainwindow.c
1239                 the "compose message" button has been replaced with
1240                 "new mail" and "new news" buttons
1241
1242         * src/prefs_common.[ch]
1243                 added a configuration option to use the forward button
1244                 as "forward as attachment"
1245                 changed reply and forward format description
1246
1247         * src/quote_fmt_lex.l
1248         * src/quote_fmt_parse.y
1249                 added message with no signature in format for reply
1250                 and forward.
1251
1252 2001-06-17 [paul]
1253
1254         Minor UI stuff
1255
1256         * src/mainwindow.c
1257         * src/summaryview.c
1258                 Improvements to the English
1259
1260         * src/prefs_common.c
1261                 Improvements to the English and some
1262                 clarity/continuity improvements in the
1263                 description of Quote symbols.
1264
1265 2001-06-17 [paul]
1266
1267         0.5.0claws1
1268
1269         * sync with sylpheed 0.5.0pre1
1270
1271 2001-06-17 [hoa]
1272
1273         * src/compose.c
1274                 Better interface for compose, displayed fields
1275                 are updated whenever we change account.
1276                 Newsgroups field is automatically filled.
1277
1278         * src/mainwindow.c
1279                 Newsgroups field is automatically filled.
1280
1281         * src/prefs_account.c
1282                 Some interface stuff when fields appear and
1283                 disappear.
1284
1285 2001-06-16 [paul]
1286
1287         0.4.99claws
1288
1289         * sync with sylpheed 0.4.99
1290
1291 2001-06-16 [sergey]
1292
1293         * src/base64.c, src/base64.h (Base64Decoder, base64_decoder_new,
1294         base64_decoder_free, base64_decoder_decode): new object and
1295         functions for decoding base64 streams.
1296         * src/procmime.c (procmime_decode_content): modified to use the
1297         new base64 decoder.
1298
1299 2001-06-15 [paul]
1300
1301         0.4.99claws10
1302
1303         * sync with sylpheed 0.4.99cvs11
1304
1305 2001-06-13 [paul]
1306
1307         0.4.99claws9
1308
1309         * sync with sylpheed 0.4.99cvs9
1310
1311 2001-06-13 [hoa]
1312
1313         * src/compose.c
1314         * src/prefs_account.c
1315
1316                 SMTP server can be defined in the news account
1317                 mime type of attachment are kept.
1318
1319         * src/summaryview.c
1320
1321                 now choose the highest important score between default
1322                 and important score of folder.
1323
1324 2001-06-09 [alfons]
1325         
1326         * src/prefs_common.c: 
1327
1328                 (prefs_quote_description_create): corrected description of 
1329                 quote format characters
1330
1331 2001-06-09 [paul]
1332
1333         0.4.99claws8
1334
1335         * sync with sylpheed 0.4.99cvs8
1336
1337 2001-06-08 [sergey]
1338
1339         * src/Makefile.am: fix for "make dist": added quote_fmt_parse.h
1340         and pixmaps/stock_mail_reply_to_author.xpm to EXTRA_DIST.
1341
1342 2001-06-08 [paul]
1343
1344         0.4.99claws7
1345
1346         * sync with sylpheed 0.4.99cvs7
1347
1348 2001-06-06 [sergey]
1349
1350         * src/quote_fmt.h: renamed from src/quote_fmt_parse.h (which
1351         clashes with autogenerated header).
1352         * src/compose.c, src/quote_fmt_parse.y: #include "quote_fmt.h"
1353         * src/Makefile.am: added quote_fmt.h.
1354         * src/.cvsignore: added lex/yacc autogenerated files
1355         (quote_fmt_lex.c, quote_fmt_parse.c, quote_fmt_parse.h).
1356
1357 2001-06-06 [paul]
1358
1359         0.4.99claws6
1360
1361         * sync with sylpheed 0.4.99cvs6
1362
1363 2001-06-06 [hoa]
1364
1365         * added src/quote_fmt_parse.h
1366         * src/compose.c
1367                 removed warnings
1368
1369         * src/prefs.[ch]
1370                 don't modify readonly configuration files
1371
1372         * src/prefs_account.c
1373         * src/prefs_common.c
1374         * src/prefs_customheader.c
1375         * src/prefs_display_header.c
1376         * src/prefs_filter.c
1377         * src/prefs_filtering.c
1378         * src/prefs_scoring.c
1379                 don't open dialog box when configuration files
1380                 are readonly
1381
1382 2001-06-05 [sergey]
1383
1384         * configure.in: added AM_PROG_LEX and AC_PROG_YACC.
1385
1386         * src/Makefile.am: replaced quote_fmt.tab.[ch] by
1387         quote_fmt_lex.[lh], quote_fmt_parse.y; added YFLAGS=-d; added
1388         BUILT_SOURCES to make all files rebuild properly.
1389
1390         * src/compose.c: removed #include "quote_fmt.tab.h".
1391
1392         * src/quote_fmt_lex.l: renamed from quote_fmt.l; changed to return
1393         CHARACTER value in yylval.
1394
1395         * src/quote_fmt_parse.y: renamed from quote_fmt.y; changed to
1396         receive CHARACTER value by documented means (yylval).
1397
1398         * src/lex.quote_fmt.c, src/quote_fmt.{l,y,tab.{c,h}}: removed.
1399
1400 2001-06-05 [hoa]
1401
1402         * src/Makefile.am
1403                 changed quote_fmt.[ch] into quote_fmt.tab.[ch]
1404
1405         * src/filtering.c
1406         * src/matcher.c
1407         * src/matcher.h
1408         * src/prefs_filtering.c
1409                 now keep the configuration for execute action
1410
1411         * src/mbox_folder.c
1412                 fixed a warning
1413
1414 2001-06-05 [paul]
1415
1416         * sync with sylpheed 0.4.99cvs5
1417
1418 2001-06-05 [hoa]
1419
1420         * src/Makefile.am
1421                 added quote_fmt.[ch]
1422
1423         * added src/quote_fmt.y
1424         * added src/quote_fmt.l
1425         * added src/quote_fmt.tab.h
1426         * added src/quote_fmt.tab.c
1427         * added src/lex.quote_fmt.c
1428                 parsing configuration for replying
1429                 and forwarding
1430
1431         * src/prefs_common.[ch]
1432                 added configuration UI for replying
1433                 and forwarding
1434
1435         * src/compose.c
1436                 using configuration for replying
1437                 and forwarding
1438
1439 2001-06-04 [hoa]
1440
1441         * src/filtering.c
1442         * src/matcher.c
1443         * src/matcher.h
1444         * src/prefs_filtering.c
1445         * src/prefs_matcher.c
1446         * src/prefs_matcher.h
1447                 action "run a command" for filtering
1448                 and matching with a command.
1449                 fixed the "whole message" matching
1450
1451         * src/mbox_folder.c
1452                 changed temporary filename for security
1453
1454         * src/messageview.c
1455                 queue the notification if it fails to send.
1456
1457         * src/prefs_common.c
1458         * src/prefs_folder_item.c
1459                 changed the default important score             
1460
1461         * src/prefs_scoring.c
1462         * src/scoring.c
1463                 hide kill score input when the folder is not
1464                 a newsgroup
1465
1466 2001-06-03 [alfons]
1467
1468         * src/prefs_common.c:
1469
1470                 (prefs_font_select): pass font name in font entry box to font
1471                 selection dialog.
1472
1473 2001-06-03 [sergey]
1474
1475         * src/smtp.c (smtp_ok): fixed sock_gets() error handling.
1476
1477 2001-06-03 [paul]
1478
1479         * sync with sylpheed 0.4.99cvs4
1480
1481 2001-06-03 [alfons]
1482
1483         * src/headerwindow.c:
1484
1485                 (headerwindow_show_cb): use the selected summary view item, not
1486                 the displayed item.
1487
1488 2001-06-02 [alfons]
1489
1490         * src/headerwindow.c:
1491
1492                 (headerwindow_show_cb): always try to show msginfo
1493
1494 2001-06-02 [hoa]
1495
1496         * src/compose.c
1497                 keep attached parts when reediting or forwarding.
1498
1499 2001-06-01 [hoa]
1500
1501         * src/folderview.c
1502         * src/prefs_folder_item.[ch]
1503         * src/prefs_scoring.[ch]
1504         * src/scoring.[ch]
1505         * src/summaryview.[ch]
1506         * src/main.c
1507         * src/mainwindow.c
1508         * src/prefs_common.[ch]
1509                 support for folder scoring
1510                 kill score and important score for messages
1511         
1512         * src/prefs_account.c
1513                 some display bug fixed for local account
1514                 preferences
1515
1516 2001-05-31 [alfons]
1517
1518         * src/summaryview.c:
1519
1520                 (add_sender_to_cb): don't crash when no or invalid sender; the add 
1521                 sender to address book menu item is disabled.
1522
1523 2001-05-30 [hoa]
1524
1525         * src/filtering.[ch]
1526         * src/summaryview.c
1527                 handling summary menu / filter messages
1528
1529         * src/folder.[ch]
1530                 add some stuff
1531
1532         * src/foldersel.c
1533                 imap folders now appears in list
1534
1535         * src/mbox_folder.c
1536                 doesn't crash if destination mail is not writeable
1537
1538 2001-05-29 [hoa]
1539
1540         * src/compose.c
1541                 removed some warnings
1542
1543         * src/filtering.c
1544         * src/folder.[ch]
1545         * src/prefs_filtering.c
1546                 global string to identify any folders           
1547                 removed some debug info
1548                 filtering to mbox folders is now possible
1549
1550         * src/mainwindow.c
1551                 removed some warnings
1552
1553         * src/mbox_folder.c
1554                 permission on files are changed to read/write for user only,
1555                 nothing for other.
1556                 creation of subfolder is handled better.
1557
1558 2001-05-28 [alfons]
1559
1560         Verified the sync for src/prefs_common.[ch] and
1561         src/prefs_account.[ch]. I believe there were some
1562         minor indentation differences.
1563
1564 2001-05-28 [paul]
1565
1566         0.4.99claws3
1567
1568         * sync with 0.4.99cvs3
1569
1570 2001-05-28 [hoa]
1571
1572         * src/compose.c
1573                 handling flags for mbox format
1574
1575         * src/filtering.c
1576                 use of mark file only for MH format
1577                 handling flags for mbox format
1578                 filtering cannot yet move or copy mails to mbox folders.
1579
1580         * src/folder.[ch]
1581                 changed move_msg, copy_msg,
1582                 move_msgs_with_dest, copy_msgs_with_dest functions
1583                 uses only folder->copy_msg() function
1584                 uses folder->finished_copy() to handle the destination
1585                 folder at the end of the copy or move operation.
1586
1587         * src/foldersel.c
1588                 included mbox directories.
1589
1590         * src/folderview.[ch]
1591         * src/mainwindow.c
1592                 handle folders operation for mbox format
1593
1594         * src/mbox.c
1595                 disable conversion of "From " header
1596
1597         * src/mbox_folder.[ch]
1598                 completion of mbox format handling
1599
1600         * src/mh.c
1601                 changed mh_copy_msg() function and
1602                 removed mh_move_msg(), mh_move_msgs_with_dest(),
1603                 mh_copy_msgs_with_dest()
1604
1605         * src/prefs_filtering.c
1606                 removed some warnings
1607
1608         * src/prefs_matcher.c
1609                 default boolean operation is AND
1610
1611         * src/procheader.c
1612                 handling flags for mbox format
1613                 handling of "From " header
1614
1615         * src/procmsg.[ch]
1616                 removed data field
1617                 added MSG_REALLY_DELETED flags to handle deletion of
1618                 messages in mbox format.
1619
1620         * src/summaryview.c
1621                 handling flags for mbox format
1622                 disable the MSG_DELETED flags when messages
1623                 are deleted in mbox format
1624
1625         * src/textview.c
1626                 "From " headers display fixed.
1627
1628 2001-05-27 [alfons]
1629
1630         * src/textview.c:
1631                 
1632                 (get_email_part): skip quoted email addresses, like in e.g.
1633                 "'alfons@proteus.demon.nl'".
1634
1635 2001-05-26 [alfons]
1636
1637         Minor GUI fixes adding horizontal scrollbars to Hoa's matcher dialogs,
1638         and fixing the persistence troubles when using separate windows.
1639
1640         * src/mainwindow.c:
1641         
1642             Added #define SEPARATE_ACTION used in the gtk item factory for 
1643             the SEPARATE_FOLDER and SEPARATE_MESSAGE items, so we can
1644                 use gtk_item_factory_get_widget_by_action() to get the items.
1645                 
1646             Removed separate_widget_cb from the gtk item factory data   
1647           
1648             (mainwindow_create): connect separate_widget_cb() to check
1649             menu item "toggled" signal. also passing a MainWindow pointer
1650                 as object data for both check menu items.
1651                 
1652             (separate_widget_cb): definition of separate_widget_cb() to match
1653             GtkCheckMenuItem's "toggled" signal. Now get the pointer to the main 
1654                 window using gtk_object_get_data(). The type of window separation 
1655                 (SEPARATE_MESSAGE or SEPARATE_FOLDER) is passed as the signal's data
1656         
1657         * src/prefs_filtering.c,
1658           src/prefs_matcher.c: added horizontal scrollbars
1659
1660 2001-05-25 [darko]
1661
1662         * src/headerview.c
1663                 fix segfault with invalid bold font
1664         * src/summaryview.c
1665                 correctly display summary stats after row is marked
1666
1667 2001-05-23 [sergey]
1668
1669         * src/codeconv.c (conv_get_code_conv_func): fix for ISO-8859-*
1670         encodings with libjconv.
1671
1672 2001-05-23 [hoa]
1673
1674         * src/Makefile.am
1675                 added mbox_folder.[ch]
1676         * src/defs.h
1677                 mbox temporary folder
1678         * src/folder.[ch]
1679         * added src/mbox_folder.[ch]
1680         * src/folderview.c
1681         * src/procheader.[ch]
1682                 added mbox support
1683         * src/mbox.c
1684                 bugfix for file incorporation filtering
1685         * src/imap.c
1686                 enable creation of MBOX
1687         * src/prefs_display_header.c
1688                 enable use of headers like "From "
1689                 something that should be fixed :
1690                         displaying of such headers add an extra space
1691         * src/prefs_folder_item.c
1692                 don't create folders because it is not necessary
1693         * src/procmsg.h
1694                 added data field to MsgInfo for mbox internal use
1695         * src/summaryview.c
1696                 added some support for mbox
1697         * src/utils.[ch]
1698                 added get_mbox_cache_dir() function
1699
1700 2001-05-23 [hiroyuki]
1701
1702         * src/headerwindow.c
1703           src/inc.c
1704           src/main.c
1705           src/mh.c
1706           src/nntp.c
1707           src/procmsg.h
1708           src/session.h
1709           src/socket.[ch]
1710           src/summaryview.c
1711           src/textview.c
1712           src/automaton.c
1713           src/folderview.c: more sync with 0.4.99cvs2.
1714
1715         * src/headerwindow.c: reverted.
1716
1717 2001-05-22 [paul]
1718
1719         0.4.99claws2
1720
1721         * sync with sylpheed 0.4.99cvs2
1722                 * src/news.[ch]
1723                 * src/nntp.[ch]
1724                 * INSTALL
1725                 * INSTALL.jp
1726
1727 2001-05-22 [alfons]
1728
1729         * src/summaryview.c: bugfixed a premature assignment in  summaryview_add_sender_to_cb()
1730
1731 2001-05-21 [alfons]
1732
1733         Minor things:
1734
1735         * configure.in: if gnome-config not found, "no" is displayed
1736         
1737         * sylpheed.desktop: "Hello World" is replaced with "Sylpheed Mail"
1738
1739         * src/textview.c: now also possible to add mail addresses by right
1740           clicking in the text view
1741
1742         * src/codeconv.c: merged patch which fixes endless loop when encountering
1743           invalid wide characters; from Alte <010@imis.ru>  
1744
1745 2001-05-20 [alfons]
1746
1747         Added installation of gnome specific things:
1748
1749         * Makefile.am: gnome conditional
1750
1751         * configure.in: check for installed gnome
1752
1753         * added sylpheed.png, sylpheed.desktop
1754
1755 2001-05-20 [sergey]
1756
1757         * src/pixmaps/stock_mail_reply_to_author.xpm: new file.
1758
1759         * src/mainwindow.h (main_window_toolbar_create): created a button
1760         for "Reply to all".
1761         (main_window_set_toolbar_sensitive): enable/disable the new button
1762         appropriately.
1763         (toolbar_reply_to_author_cb): handle the new button.
1764
1765         * src/send.c (SEND_EXIT_IF_ERROR, SEND_EXIT_IF_NOTOK): call
1766         send_progress_dialog_destroy() on failure (fixes hang on SMTP
1767         failure).
1768
1769 2001-05-19 [sergey]
1770
1771         * src/compose.h (ComposeReplyMode): new modes
1772         COMPOSE_REPLY_TO_AUTHOR, COMPOSE_REPLY_TO_AUTHOR_WITH_QUOTE,
1773         COMPOSE_REPLY_TO_AUTHOR_WITHOUT_QUOTE.
1774
1775         * src/compose.c
1776         (compose_send): move some code into a new function:
1777         (compose_current_mail_account): new function.
1778         (compose_reply): new argument to_author, all callers changed; if
1779         to_author==TRUE and account->protocol==A_NNTP, find and use an
1780         appropriate mail account for replying.
1781         (compose_reply_set_entry): new argument to_author; ignore
1782         compose->replyto if to_author==TRUE.
1783
1784         * src/mainwindow.c: new command "Message/Reply to author".
1785         (main_window_set_menu_sensitive): enable/disable it.
1786         (reply_cb): handle it.
1787
1788         * src/summaryview.c: new command "Reply to author".
1789         (summary_set_menu_sensitive): enable/disable it.
1790         (summary_reply_cb): handle it.
1791
1792         * src/account.c (account_find_mail_from_address): new function.
1793
1794 2001-05-18 [paul]
1795
1796         0.4.99claws1
1797
1798         * sync with sylpheed 0.4.99cvs1
1799
1800 2001-05-18 [hoa]
1801
1802         * src/compose.[ch]
1803         * src/filtering.c
1804         * src/summaryview.c
1805                 new filtering action : forward and forward as attachment
1806
1807         * src/main.c
1808                 no need for $DISPLAY when we run sylpheed --help
1809                 call to parse_cmd_opt() is moved
1810
1811         * src/mainwindow.[ch]
1812                 execute button is hidden when immediate execute
1813                 is chosen
1814
1815         * src/mh.c
1816         * src/news.c
1817         * src/prefs_folder_item.c
1818         * src/procmsg.c
1819                 better handling of missing directories
1820
1821         * src/summaryview.c
1822                 reedit is enabled in outbox
1823                 reedit is enabled in queue
1824
1825 2001-05-17 [hoa]
1826
1827         * src/filtering.c
1828         * src/matcher.[ch]
1829         * src/prefs_filtering.c
1830                 changed attachement into attachment
1831
1832 2001-05-17 [alfons]
1833
1834         0.4.67claws4    
1835
1836         * sync with sylpheed 0.4.67cvs9
1837         * sync with sylpheed 0.4.67cvs7-8
1838
1839 2001-05-17 [hoa]
1840
1841         * src/Makefile.am
1842                 added prefs_filtering.c
1843
1844         * src/filtering.[ch]
1845         * src/matcher.[ch]
1846                 removed action : forward_news and forward_news_as_attachement
1847                 (forward and forward_as_attachement can be used instead)
1848
1849         * src/mainwindow.c
1850                 added menu option to access filtering configuration
1851
1852         * src/prefs_account.c
1853                 changed mail_command default to /usr/sbin/sendmail
1854
1855         * added src/prefs_filtering.[ch]
1856                 dialog box for filtering configuration
1857
1858         * src/prefs_matcher.c
1859                 added function prefs_matcher_get_criteria_from_matching()
1860
1861         * src/prefs_scoring.c
1862                 reset the dialog when register or substitute is clicked
1863
1864 2001-05-15 [hoa]
1865
1866         * src/Makefile.am
1867                 added filtering.[ch]
1868         * src/inc.c
1869                 using filering.[ch] instead of filter.[ch]
1870         * src/main.c
1871                 reading new filtering configuration
1872         * src/matcher.[ch]
1873                 added some filtering actions
1874                 and fixed a bug for headers and mail body matching
1875         * src/mbox.c
1876                 using filering.[ch] instead of filter.[ch]
1877         * src/mh.c
1878                 handling invalid MsgInfo in mh_copy_msg() and mh_move_msg()
1879         * src/summaryview.c
1880                 some fixes for filtering
1881
1882 2001-05-14 [hiroyuki]
1883
1884         * src/send.c: fixed some weird indentations.
1885           send_message_with_command(): call pclose() only if p != NULL.
1886         * src/textview.c: get_email_part(): modified the code for readability.
1887
1888 2001-05-14 [hiroyuki]
1889
1890         * src/md5global.h
1891           src/md5ify.c
1892           src/md5ify.h: removed from the cvs.
1893
1894 2001-05-13 [sergey]
1895
1896         * src/main.c: include rfc2015.h to avoid compiler warnings.
1897         * src/alertpanel.c (alertpanel_message_with_disable): return 0 if
1898         the panel is already on screen.
1899         * src/prefs_customheader.c (prefs_custom_header_delete_cb): treat
1900         closing the alert window by ESC as "No".
1901         * src/prefs_common.c (prefs_interface_create): moved return
1902         receipt check button to the correct place.
1903
1904 2001-03-13 [alfons]
1905
1906         * src/prefs_common.c: 
1907                 moved return receipt check button to the Send tab. (prefs_send_create)
1908                 removed the date format ui related globals. (prefs_display_create)
1909
1910         0.4.67claws3
1911         
1912         * sync with sylpheed 0.4.67cvs5-6
1913
1914 2001-05-13 [paul]
1915
1916         * added Alfons' font selection patch
1917
1918         * src/defs.h
1919         * src/headerwindow.c
1920         * src/prefs_common.c
1921         * src/prefs_common.h
1922
1923 2001-05-13 [hoa]
1924         * src/defs.h
1925                 changed version of cache
1926         * src/matcher.[ch]
1927         * src/prefs_matcher.c
1928                 added additionnal matching criteria
1929         * src/procheader.c
1930         * src/procmsg.[ch]
1931         * src/news.c
1932                 added references in MsgInfo
1933
1934 2001-05-12 [hoa]
1935
1936         * src/defs.h
1937                 prepared some things for new filtering
1938         * src/matcher.[ch]
1939                 added some matching properties
1940                 inreplyto need to be enhanced
1941                 prepared some things for new filtering
1942         * src/messageview.c
1943                 added Return-Receipt-To handling
1944         * src/prefs_folder_item.c
1945                 changed default value to TRUE
1946         * src/prefs_matcher.c
1947                 added some matching properties
1948         * src/prefs_scoring.[ch]
1949                 the scoring dialog is finished
1950         * src/procheader.c
1951                 added Return-Receipt-To handling
1952                 Reference need to be added
1953         * src/procmsg.[ch]
1954                 added Return-Receipt-To handling
1955                 added threadscore to get a better score sorting when
1956                 threads are enabled
1957         * src/summaryview.c
1958                 suppressed a bug when we sort the list
1959                 when no folder is opened.
1960                 better score sorting when threads are enabled
1961
1962 2001-05-12 [alfons]
1963
1964         * reverted previous patch because of potential errors 
1965
1966         0.4.67claws2
1967         
1968         * src/inc.c, src/prefs_common.c, src/prefs_common.h: 
1969                 applied "toggle mail-retrieval dialog window" patch submitted 
1970                 by Eric Limpens <eric@qnt.net>
1971
1972         * sync with sylpheed 0.4.67cvs4
1973
1974 2001-05-12 [sergey]
1975
1976         * src/matcher.c, src/scoring.c: changed "#ifdef 0" to "#if 0" for
1977         some picky compilers.
1978         * src/rfc2015.h: provide prototype for rfc2015_disable_all().
1979         * src/grouplist_dialog.c: include alertpanel.h.
1980         * src/prefs_headers.c (prefs_headers_deleted): added GTK_BUTTON to
1981         fix compile warning.
1982         * src/scoring.c, src/prefs_folder_item.c, src/matcher.c: brought
1983         #include "defs.h" before others to prevent the warning of `MIN'
1984         and `MAX' redefinition.
1985
1986 2001-05-11 [hoa]
1987
1988         * src/main.c
1989         * src/messageview.c
1990         * src/prefs_account.c
1991         * src/prefs_display_header.c
1992                 removed warning
1993         * src/Makefile.am
1994                 added prefs_scoring.[ch]
1995         * src/grouplist_dialog.c
1996                 display an error dialog box if the group list
1997                 cannot be fetched.
1998         * src/mainwindow.[ch]
1999                 added main_window_set_thread_option() function
2000                 scoring dialog box enabled
2001         * src/matcher.[ch]
2002                 added flags matching unread /new / marked
2003                 / deleted / replied / forwarded
2004         * src/news.c
2005                 newsgroups are now finally in newscache
2006         * src/prefs_matcher.[ch]
2007                 finished preferences for matching dialog
2008         * added src/prefs_scoring.[ch]
2009                 scoring dialog box completed
2010         * src/scoring.[ch]
2011                 conversion to string : added scoringprop_to_string()
2012                 write config for preferences :
2013                 added prefs_scoring_write_config()
2014         * src/summaryview.c
2015                 threads can be enabled/disabled independently
2016                 for each folder
2017
2018 2001-05-10 [alfons]
2019
2020         0.4.67claws1
2021         
2022         * AUTHORS: 
2023                 thought it would be nice to have a list of all
2024                 contributors (used Changelog as a reference)
2025         
2026         * configure.in: 
2027                 messed up version numbering...
2028
2029         0.4.66claws1
2030
2031         * sync with sylpheed 0.4.67cvs1-3
2032
2033 2001-05-10 [darko]
2034
2035         * src/prefs_common.c:
2036                 better UI for strftime format, double clicking
2037                 on format now inserts the format in text entry
2038                 replaced close button with standard OK/Cancel
2039                 moved date format button to the right of the
2040                 text entry field
2041
2042 2001-05-09 [alfons]
2043
2044         * src/gtkstext.c:
2045                 Ctrl-Home / Ctrl-End have proper cursor navigation
2046
2047 2001-05-09 [hoa]
2048
2049         * src/prefs_matcher.c
2050                 finished UI to define matching properties
2051                 added ok and cancel button
2052         * src/prefs_filter.c
2053                 added ok and cancel button
2054         * src/news.c
2055                 fixed some bug in xhdr parsing
2056
2057 2001-05-08 [alfons]
2058
2059         * src/textview.c: 
2060                 fixed a bug in textview_show_header(), which displayed two colons (':');
2061                 cleaned up some warnings
2062
2063 2001-05-08 [hoa]
2064
2065         * src/Makefile.am
2066                 added prefs_matcher.[ch]
2067                 compilation with -W -Wall
2068         * src/alertpanel.c
2069                 ungrab the mouse events if grabbed - does it
2070                 fix the bug for disposition notification ?
2071         * src/mainwindow.c
2072                 added a menu option to open the matching dialog.
2073         * src/matcher.[ch]
2074                 added matcherprop_to_string() and matcherlist_to_string()
2075                 fixed some bugs, changed the name of some options
2076                 age_sup and age_inf becomes age_greater and age_lower,
2077                 body and messageheaders becomes body_part and headers_part,
2078                 changed the names of constants from SCORING_XXX to MATCHING_XXX
2079         * src/prefs_display_header.c
2080         * src/prefs_headers.c
2081                 fixed a bug that accidentally destroyed dialogs
2082                 when closed them with delete_event
2083                 Added *_deleted() which handle delete_event signal correctly.
2084         * src/prefs_folder_item.[ch]
2085                 added "enable_thread" field for future customization
2086         * added src/prefs_matcher.[ch]
2087                 sample of the UI to define matching properties
2088         * src/procheader.c
2089                 using procheader_headername_equal instead of str*cmp functions
2090                 using procheader_parse_header() function
2091         * src/scoring.c
2092                 using MATCHING_XXX instead of SCORING_XXX
2093         * src/summaryview.c
2094                 display the sender of the news even if this is ourself
2095                 when this is a news message.
2096         * src/textview.c
2097                 using headername_equal() instead of str*cmp functions
2098
2099 2001-05-08 [alfons]
2100
2101         0.4.66claws
2102
2103         * sync with sylpheed 0.4.66
2104         * src/gtkstext.c: trace logs added 
2105
2106 2001-05-08 [sergey]
2107
2108         * src/prefs_common.[ch]: added option to enable/disable GnuPG
2109         signature check popup.
2110         * src/rfc2015.c (check_signature): show signature check popup only
2111         if it is enabled in preferences.
2112
2113 2001-05-07 [alfons]
2114
2115         0.4.66claws4
2116         
2117         * sync with sylpheed 0.4.66cvs6
2118
2119 2001-05-07 [darko]
2120
2121         * src/prefs_common.[ch]: added option to enable/disable
2122           looking up sender name in address book for summary pane
2123         * src/summaryview.c: look up sender in the address book
2124           by using Alfons' address completion code
2125
2126 2001-05-07 [hiroyuki]
2127
2128         * src/inc.h
2129           src/pop.c: pop3_retr_recv(): removed cur_msg_bytes from the
2130           member of Pop3State.
2131         * src/news.c: brought #include "defs.h" before #include <glib.h>
2132           to prevent the warning of `MIN' and `MAX' redefinition.
2133
2134 2001-05-06 [hoa]
2135
2136         * removed src/headers_display.[ch]
2137         * removed src/prefs_display_headers.[ch]
2138         * src/inc.c
2139                 use a temporary file in the user directory for mbox import
2140         * src/news.c
2141                 added XHDR support to get "To" and "Cc" headers
2142                 (in order to match news with to or cc field for
2143                 scoring)
2144                 added function news_parse_xhdr() to get XHDR response
2145         * src/nntp.[ch]
2146                 added function nntp_xhdr()
2147         * src/matcher.c
2148                 fetch the message if necessary
2149
2150 2001-05-06 [alfons]
2151
2152         0.4.66claws3
2153
2154         * sync with sylpheed 0.4.66cvs3-5
2155
2156 2001-05-06 [hoa]
2157
2158         * src/utils.[ch]
2159                 added function itos_buf() to enable use of several buffers
2160         * src/summaryview.c
2161                 use of itos_buf() instead of itos() in summary list
2162                 to fix the broken display of message number.
2163
2164 2001-05-06 [alfons]
2165
2166         * src/gtkstext.c: bug in cursor up navigation fixed,
2167                 fixed another unsigned / signed comparison (we're getting there :-)
2168
2169 2001-05-06 [hoa]
2170
2171         * src/Makefile.am
2172                 added scoring.c scoring.h
2173                 prefs_folder_item.c prefs_folder_item.h
2174                 matcher.c matcher.h
2175         * src/defs.h
2176                 added FOLDERITEM_RC SCORING_RC
2177         * src/folder.[ch]
2178                 added prefs field in FolderItem :
2179                 properties for each folder (PrefsFolderItem),
2180                 sorting type and mode were added as the first properties.
2181         * src/main.c
2182                 read config for scoring
2183         * added src/matcher.[ch]
2184                 gives functions to parse configuration file to do
2185                 matching on mails with a list of conditions.
2186         * src/mainwindow.c
2187                 add option to sort by score
2188         * src/prefs_common.[ch]
2189                 added preference option to show score and for
2190                 the score column size
2191         * added src/prefs_folder_item.[ch]
2192                 properties for each folder (PrefsFolderItem),
2193                 sorting type and mode were added as the first properties.
2194         * src/procheader.[ch]
2195                 added procheader_parse_header()
2196                 added procheader_header_free()
2197                 added procheader_headername_equal()
2198                 and made modification to use them.
2199         * src/procmsg.[ch]
2200                 added score field to MsgInfo structure
2201         * added src/scoring.[ch]
2202                 gives functions to parse configuration file to do
2203                 scoring on mails with a list of conditions.
2204         * src/summaryview.[ch]
2205                 save the sorting type and mode for the folder
2206                 added column to display the score of the mail
2207                 added function summary_score_clicked()
2208                 sorting type and mode are restored to the folder
2209                 when it is reopen
2210         * src/textview.c
2211                 use procheader_parse_header(), procheader_headername_equal()
2212                 removed memory leak in text_scan_header when freeing headers
2213         * src/filter.c
2214                 changed the function to match names of headers
2215                 using procheader_headername_equal()
2216
2217         Scoring functions are implemented, an interface is needed
2218         to configure that.
2219
2220 2001-05-04 [alfons]
2221
2222         * src/gtkstext.c: 
2223                 hopefully fixed the row up navigation bug,
2224                 removed adding back / forward lines to cache
2225
2226 2001-05-04 [sergey]
2227
2228         * src/prefs_display_headers.c: user interface changes:
2229         (prefs_display_headers_create): remove unused "Show" check button;
2230         allow reordering of headers by dragging.
2231         (prefs_display_headers_write_config): remove unused variables.
2232         (prefs_display_headers_set_dialog): do not insert "(New)" at top
2233         of lists (not needed with the new UI).
2234         (prefs_display_headers_set_list): scan lists starting from row 0,
2235         not 1 (do not skip "(New)").
2236         (prefs_display_headers_find_header): new function.
2237         (prefs_display_headers_clist_set_row): do not allow duplicates.
2238         (prefs_display_headers_delete_cb): do not skip row 0; treat
2239         closing the alert window by ESC as "No".
2240         (prefs_display_headers_up): do not protect row 0.
2241         (prefs_display_headers_down): do not protect row 0.
2242
2243 2001-05-04 [sergey]
2244
2245         * src/mainwindow.c (next_marked_cb, prev_marked_cb): new
2246         functions.
2247
2248         * src/summaryview.c
2249         (summary_find_next_marked_msg, summary_find_prev_marked_msg,
2250         summary_select_next_marked, summary_select_prev_marked): new
2251         functions.
2252
2253 2001-05-03 [sergey]
2254
2255         * src/news.c: fixed a bug when no article can be fetched after
2256         server timeout if the connection was restored by news_post():
2257         (news_select_group): new function.
2258         (news_fetch_msg): call news_select_group() before fetching
2259         article.
2260         (news_get_uncached_articles): set session->group after successful
2261         GROUP command.
2262
2263 2001-05-03 [hoa]
2264
2265         * src/defs.h
2266         * src/procmsg.[ch]
2267         * src/procheader.c
2268                  changed version of cache, added cc field
2269
2270         * src/prefs_display_headers.c
2271                 the interface was changed
2272
2273         * src/prefs_headers.c
2274                 added cancel button
2275
2276 2001-05-03 [alfons]
2277
2278         * completed sync of sylpheed cvs2
2279         * src/gtkstext.c: updated row up / down cursor navigation
2280         * src/textview.c: re-edited, prepared for fixing the email address
2281                 scanner.
2282
2283 2001-05-03 [darko]
2284
2285         * src/prefs_common.c: use alfons' strftime ui code
2286         entry_datefmt and datefmt_sample widgets have to be
2287         global in this module because of this change
2288
2289 2001-05-03 [hoa]
2290
2291         * src/messageview.c
2292         * src/prefs_common.[ch] added option to activate the return receipt
2293                 feature.
2294
2295 2001-05-02 [alfons]
2296
2297         * src/gtkstext.c: fix for row up/down cursor navigation. 
2298
2299         0.4.66claws2
2300         
2301         * sync with 0.4.66cvs2
2302
2303 2001-05-02 [paul]
2304
2305         added add-sender-to-addressbook patch
2306
2307         * src/addressbook.c
2308         * src/addressbook.h
2309         * src/summaryview.c
2310
2311 2001-05-02 [sergey]
2312
2313         * src/alertpanel.h (AlertValue): added G_ALERT_VALUE_MASK,
2314         G_ALERTDISABLE.
2315
2316         * src/alertpanel.c (alertpanel_create): new argument can_disable,
2317         all existing callers changed to pass FALSE; create a check button
2318         to disable the message.
2319         (alertpanel_message_with_disable): new function.
2320         (alertpanel_show): mask value with G_ALERT_VALUE_MASK.
2321         (alertpanel_button_toggled): new function.
2322         (alertpanel_button_clicked, alertpanel_close): set value using
2323         G_ALERT_VALUE_MASK.
2324
2325         * src/prefs_common.h (PrefsCommon): new field gpgme_warning.
2326
2327         * src/prefs_common.c (prefs_privacy_create): new check button
2328         checkbtn_gpgme_warning.
2329
2330         * src/main.c (main): moved preferences reading before gpgme
2331         initialization; check prefs_common.gpgme_warning before giving the
2332         GnuPG warning and set it to FALSE if the user wants to disable the
2333         warning.
2334
2335 2001-05-02 [hiroyuki]
2336
2337         * src/prefs_display_headers.c: modified the layout and some labels.
2338
2339 2001-05-02 [sergey]
2340
2341         * src/prefs_account.c (prefs_account_fix_size): new function.
2342         (prefs_account_create): call prefs_account_fix_size(); use
2343         gtk_widget_show instead of gtk_widget_show_all (fixes too large
2344         size when the window is shown for the first time).
2345         (prefs_account_basic_create): changed layout of serv_table; moved
2346         localmbox_entry above smtpserv_entry (logically it replaces
2347         POP3/IMAP server).
2348         (prefs_account_protocol_activated): set sensitivity of
2349         nntpauth_chkbtn according to the protocol (in addition to
2350         hide/show); commented out gtk_table_set_row_spacing() calls.
2351         (prefs_account_nntpauth_toggled): do nothing if nntpauth_chkbtn is
2352         not sensitive (fixes a bug with disabled username/password boxes
2353         when editing POP3 account after NNTP with authentication).
2354
2355 2001-05-02 [hoa]
2356
2357         * src/account.c
2358         * src/inc.c
2359         * src/prefs_account.[ch]
2360         * src/send.c
2361                 removed local account without SMTP server
2362                 added option to use mail command instead of a connexion
2363                 to SMTP server when a local account is used
2364         * src/prefs_headers.c
2365                 fixed a bug
2366         * src/news.c
2367                 fixed a bug when connexion immediately closed
2368
2369 2001-05-01 [alfons]
2370
2371         0.4.66claws1
2372         
2373         * sync with 0.4.65
2374
2375 2001-05-01 [sergey]
2376
2377         * src/prefs_account.c (Basic, prefs_account_basic_create): new
2378         widget nntpauth_chkbtn.
2379         (prefs_account_protocol_activated): handle nntpauth_chkbtn
2380         visibility.
2381         (prefs_account_nntpauth_toggled): new function.
2382
2383         * src/news.c (news_session_new_for_folder): use NNTP
2384         authentication only if ac->use_nntp_auth is set.
2385
2386 2001-05-01 [hoa]
2387
2388         * src/Makefile.am changed headers.[ch] in customheader.[ch]
2389         * src/prefs_display_headers.c changed the UI
2390         * src/prefs_headers.c changed account_name to account_id
2391         * src/compose.c using customheader.h
2392
2393 2001-05-01 [hiroyuki]
2394
2395         * src/esmtp.c
2396           src/news.c
2397           src/nntp.c: changed sock_read() to sock_gets(), they've been left
2398           unsynched.
2399
2400 2001-05-01 [hoa]
2401
2402         * src/Makefile.am added prefs_display_headers.[ch] headers_display.[ch]
2403         * src/defs.h added HEADERS_DISPLAY_RC : name of the config file
2404                 for displaying of headers
2405         * src/grouplist_dialog.[ch] minor changes to remove warnings
2406         * src/prefs_display_headers.[ch] dialog to choose the
2407         headers to display in the mail viewer.
2408         * src/headers.h correction of #define
2409         * src/headers_display.[ch] configuration for displaying of headers.
2410         * src/main.c read config of displaying of headers
2411         * src/prefs_common.c add a button to access the config dialog
2412                 for displaying of headers
2413         * src/prefs_display_headers.[ch] dialog for configuration for
2414                 displaying of the headers.
2415         * src/prefs_headers.c cleaning of code
2416         * src/procheader.c comments added to code
2417         * src/textview.c changes to reorder the headers depending
2418                 on the config for displaying of headers
2419
2420 2001-04-30 [alfons]
2421
2422         0.4.65claws7
2423
2424         * sync with 0.4.65cvs12
2425
2426         NOTE: nntp.c and news.c in claws and cvs branch differ significantly!
2427
2428 2001-04-30 [sergey]
2429
2430         * src/nntp.h (NNTPSockInfo): new field auth_failed.
2431
2432         * src/nntp.c (nntp_mode): return NN_AUTHREQ if sock->auth_failed
2433         is set to force reconnection after authentication failure.
2434         (nntp_gen_command): set sock->auth_failed on authentication
2435         failure, or if sock->userid and sock->passwd are not set.
2436
2437         * src/news.c (news_session_new_for_folder): set userid=NULL if
2438         password dialog is cancelled.
2439
2440 2001-04-30 [sergey]
2441
2442         * src/nntp.h (NNTPSockInfo): new type.
2443
2444         * src/nntp.c: all functions updated to use NNTPSockInfo instead of
2445         SockInfo.
2446         (nntp_open_auth, nntp_close): new functions.
2447         (nntp_gen_command): new function to handle authentication; all
2448         NNTP command functions updated to use it.
2449         (nntp_authinfo_user, nntp_authinfo_pass): deleted.
2450         (nntp_list): removed old useless code.
2451
2452         * src/news.h (NNTPSession): new field nntp_sock.
2453
2454         * src/news.c: all functions updated to use NNTPSockInfo instead of
2455         SockInfo.
2456         (news_session_new): new arguments (userid, passwd); made static;
2457         use nntp_open_auth() if needed.
2458         (news_session_destroy): use nntp_close() instead of sock_close().
2459         (news_query_password): changed arguments.
2460         (news_session_new_for_folder): new function.
2461         (news_session_get): use news_session_new_for_folder().
2462         (news_authenticate): deleted.
2463         (news_get_uncached_articles): removed old authentication code.
2464
2465 2001-04-30 [sergey]
2466
2467         * src/news.c: reverted my previous changes (need to do NNTP
2468         authentication in a cleaner way).
2469         
2470 2001-04-29 [sergey]
2471
2472         * src/news.c (news_nntp_group, news_nntp_list, news_nntp_xover,
2473         news_nntp_post, news_nntp_mode): new functions (wrappers with
2474         authentication support).
2475         (news_get_article_cmd, news_get_article, news_get_header): new
2476         argument "folder"; all callers changed.
2477         (news_get_article_cmd): added authentication support.
2478         (news_session_get): use news_nntp_mode() instead of nntp_mode().
2479         (news_post): use news_nntp_post() instead of nntp_post().
2480         (news_get_uncached_articles): use news_nntp_group() instead of
2481         nntp_group() and news_nntp_xover() instead of nntp_xover();
2482         removed old authentication code.
2483         (news_get_group_list): use news_nntp_list() instead of nntp_list().
2484
2485         * src/nntp.c (nntp_list): return real error code instead of
2486         hardcoded NN_ERROR.
2487
2488 2001-04-29 [sergey]
2489
2490         * configure.in: fixed wint_t typedef detection again
2491
2492 2001-04-28 [hoa]
2493
2494         * src/prefs_account.[ch], added A_LOCAL_CMD
2495                 (send mail with mail command)
2496         * src/send.c added function send_message_with_command()
2497         * src/inc.c made a more secure get_spool() function with
2498                 mktemp() but maybe mkstemp() or something more
2499                 secure can be used.
2500
2501 2001-04-28 [alfons]
2502
2503         * src/textview.c, colorization of email addresses in headers
2504
2505         0.4.65claws6
2506
2507         * bug sync with sylpheed
2508         * prefs_common.c: created date format ui for darko
2509         * sync with 0.4.65cvs11
2510         * configure.in: corrected to have the new gpg checks
2511
2512 2001-04-27 [alfons]
2513
2514         * completed sync with 0.4.65cvs10
2515         * minor debug things added to gtkstext.c
2516
2517 2001-04-27 [darko]
2518
2519         * configure.in: remove check for availability of
2520           strftime() as advised by Hiroyuki
2521         * src/prefs_common.[ch], src/procheader.c:
2522           synch strftime() code with Hiroyki's main branch
2523
2524 2001-04-26 [sergey]
2525
2526         * src/news.c: news_query_password(), news_authenticate(): new
2527           functions.
2528           news_get_uncached_articles(): added NNTP authentication
2529           handling.
2530         * src/nntp.[ch]: nntp_authinfo_user(), nntp_authinfo_pass():
2531           new functions.
2532         * src/prefs_account.c: prefs_account_protocol_activated():
2533           enable userid and password fields for NNTP.
2534
2535 2001-04-26
2536
2537         * configure.in: check for availability of strftime()
2538           [darko]
2539         * src/prefs_common.[ch], src/procheader.c: use
2540           strftime() for displaying date in summary pane if it
2541           is available
2542
2543 2001-04-25
2544
2545         * more .cvsignore cleanups [alfons]
2546
2547 2001-04-25
2548
2549         * ac/sv-check-type.m4: new autoconf macro.
2550         * configure.in: fixed wint_t typedef detection (did not work
2551           with gcc-2.96).
2552
2553 2001-04-25
2554
2555         * acconfig.h: added USE_GTKGDK_XIM definition for autoheader.
2556           [hiroyuki]
2557
2558 2001-04-24
2559         * modified gtkstext.c : buggy cursor navigation fixed, 
2560           and font descent also taken in account when drawing
2561           cursor. [alfons]
2562
2563 2001-04-24 [hoa]
2564         * added comments in src/news.c src/nntp.c
2565         * added src/prefs_headers.[ch]
2566         * added src/headers.[ch]
2567         * modified compose.c to activate custom headers
2568                 added function is_in_custom_headers
2569         * modified prefs_account.[ch]
2570                 added function prefs_account_customhdr_edit
2571         * modified src/defs.h :
2572                 added HEADERS_RC : name of the config file
2573                 for the custom headers
2574
2575 2001-04-24
2576
2577     0.4.65claws5
2578
2579         * configure.in
2580           src/gtkstext.[ch]
2581           src/compose.c
2582           src/Makefile.am
2583           
2584           added gtkstext with configure.in patch by Hiroyuki which
2585           should fix the XIM detection [alfons]
2586
2587         * more clean up of cvs [alfons]
2588
2589                  * removed all Makefile.in files to attic.
2590
2591                  * updated all .cvsignores to really ignore things that could
2592                    be unintentionally committed by a recursive commit.
2593
2594 2001-04-23 [hoa]
2595         * added src/grouplist_dialog.[ch]
2596         * changed src/folderview.c to call grouplist_dialog instead
2597                 of inputdialog
2598         * src/news.c :
2599                 added functions news_reset_group_list
2600                 and news_get_group_list
2601         * src/nntp.c :
2602                 added function nntp_list
2603         * src/defs.h :
2604                 added GROUPLIST_FILE : name of the newsgroup list cache file
2605
2606 2001-04-21
2607
2608         * added option to warn about queued messages on exit [sergey]:
2609
2610           * src/compose.c: compose_queue(): call folder_item_scan()
2611             and folderview_update_item() after queueing.
2612           * src/folderview.c: folderview_update_node(): draw the queue
2613             folder in bold font if there are queued messages.
2614           * src/mainwindow.c: queued_messages(): new function.
2615             app_exit_cb(): display warning if there are queued messages
2616             if warn_queued_on_exit is set.
2617           * prefs_common.[ch]: add warn_queued_on_exit option.
2618
2619         * enhanced GnuPG key selection support [sergey]:
2620
2621           * src/select-keys.c: updated to newer version from Win32
2622             branch with support for selecting arbitrary keys.
2623           * src/prefs_account.c: added the Privacy tab to the account
2624             options window.
2625             prefs_account_privacy_create(),
2626             prefs_account_sign_key_set_data_from_radiobtn(),
2627             prefs_account_sign_key_set_radiobtn(): new functions.
2628           * src/prefs_account.h: new preferences sign_key_type, sign_key_id.
2629           * src/rfc2015.c: set_signers(): new function.
2630             pgp_sign(): add the account parameter, call set_signers().
2631             rfc2015_sign(): add the account parameter, pass it to pgp_sign().
2632           * src/rfc2015.h: rfc2015_sign(): updated prototype.
2633           * src/compose.c: pass the current account to rfc2015_sign().
2634
2635         * tag name claws added to prevent confusion with main branch [alfons]
2636
2637         * Sync with sylpheed-0.4.65cvs4 and made it compile. [sergey]
2638
2639         * autogen.sh: Added "--enable-maintainer-mode". [sergey]
2640
2641         * sync with recent sylpheed cvs. Untested though. [alfons]
2642