more translatable strings
[claws.git] / ChangeLog.claws
1 2001-11-26 [alfons]
2
3         * src/matcher.c
4                 add more translatable strings
5
6 2001-11-26 [christoph]  0.6.5claws39
7
8         * po/de.po      
9                 fixed one more umlaut
10         * src/compose.c
11                 fix translated header when it should not be translated
12
13 2001-11-26 [paul]       0.6.5claws38
14
15         * src/mainwindow.c
16                 remove '/Message/Add Sender to address book' from 
17                 main_window_set_menu_sensitive(), prevent debug warning
18                 add 'Message/Mark/Mark all read' to mainwin_entries[]
19
20 2001-11-26 [paul]       0.6.5claws37
21
22         * src/summaryview.c
23                 fix 'recurring unread state' bug 
24
25         * tools/README 
26         * tools/filter_conv.pl
27                 read name of top level mailbox from folderlist.xml
28                 and presume nothing about its name              
29
30 2001-11-26 [darko]      0.6.5claws36
31
32         * src/gtkstext.[ch]
33                 removed functions that are now in gtkutils.c
34                 use gtkut_text_is_uri_string() from gtkutils.c
35         * fix my comment on 2001-11-23 (missing gtkutils.[ch])
36
37 2001-11-26 [paul]       0.6.5claws35
38
39         * sync with sylpheed 0.6.5cvs16
40                 see ChangeLog entries 2001-11-25 and 2001-11-26
41
42 2001-11-25 [alfons]     0.6.5claws34
43
44         EXPERIMENTAL!!! Please checkout the last stable version using: 
45           
46         % cvs update -r LAST_STABLE -dRAP
47
48         (Or help us testing this stuff.)
49
50         * src/filtering.c               (1.14)
51         * src/filtering.h               (1.6)
52         * src/inc.c                     (1.28)
53         * src/matcher.c                 (1.20)
54         * src/mbox.c                    (1.9)
55         * src/procmsg.h                 (1.14)
56         * src/summaryview.c             (1.59)
57         * src/summaryview.h             (dunno)
58                 revert/merge/sync to as it was before commit 
59                 on Thu, 19 Jul 2001 10:15:51 -0700.
60
61 2001-11-25 [hoa]        0.6.5claws33
62
63         * src/main.c
64                 processing mails at startup
65
66         * src/folderview.c
67         * src/summaryview.[ch]
68                 processing mails when entering folder
69
70         * src/prefs_filtering.c
71                 fixed some UI bugs
72
73 2001-11-24 [alfons]     0.6.5claws32
74
75         * src/summaryview.[ch]
76                 make summary sort headers work, and also make
77                 sure the sort type is stored
78
79 2001-11-23 [alfons]     0.6.5claws31
80
81         * src/summaryview.[ch]
82                 make lock work like mark
83                 disallow deleting messages marked as locked
84
85 2001-11-23 [alfons]     0.6.5claws30
86
87         * src/gtkstext.c
88         * src/compose.[ch]
89         * src/Makefile.am
90         * src/undo.[ch]
91                 merge undo patch submitted by Jens
92
93 2001-11-23 [christoph]  0.6.5claws29
94
95         * src/.cvsignore
96                 added ylwrap
97         * src/compose.c
98                 fixed gpg signing and encoding
99         * src/folder.[ch]
100         * src/main.c
101                 added --status option to get new, unread and total
102                 message count from a running sylpheed
103         * src/prefs_common.c
104                 temporary fix for reply_with_quote problem
105                 (don't call functions for non existing widget)
106         * src/procmsg.c
107                 one more check for ignored threads but still not
108                 always working correctly. probably a recursive
109                 check for all parents is needed
110
111 2001-11-23 [darko]      0.6.5claws28
112
113         * src/compose.c
114                 wrapping on send improvements
115         * src/gtkutils.[ch]
116                 fix for GtkSText after last sync with main branch
117                 GTK_TEXT -> GTK_STEXT
118
119 2001-11-23 [paul]       0.6.5claws27
120
121         * sync with sylpheed 0.6.5cvs14
122                 see ChangeLog entries 2001-11-22 and 2001-11-23
123                 
124         * po/de.po
125                 fixed the scrambled umlauts 
126                 submitted by Carsten Schurig <Carsten.Schurig@web.de>
127
128 2001-11-21 [paul]       0.6.5claws26
129
130         * sync with sylpheed 0.6.5cvs12
131                 see 2nd ChangeLog entry dated 2001-11-20
132
133 2001-11-20 [paul]       0.6.5claws25
134
135         * sync with sylpheed 0.6.5cvs11
136                 see ChangeLog entry 2001-11-19 (src/utils.c)
137
138 2001-11-20 [hiro]
139
140         * src/compose.c
141                 GTK_TEXT -> GTK_STEXT
142                 fix for wrong comment
143
144 2001-11-20 [hiro]       0.6.5claws24
145
146         * src/compose.[ch]
147                 more merges from main branch
148                 removed fatal warnings (uninitialized variables etc.)
149                 some coding style fix
150         * src/gtkutils.h
151                 fixed typo.
152         * src/addressbook.c
153           src/addrindex.c
154                 V-Card -> vCard
155
156 2001-11-19 [hoa]        0.6.5claws23
157
158         * src/filtering.c
159         * src/prefs_scoring.c
160         * src/matcher.[ch]
161         * src/scoring.c
162                 cleaning code
163
164         * src/matcher_parser_parse.y
165         * src/prefs_filtering.c
166                 bouncing
167
168 2001-11-19 [alfons]     0.6.5claws22
169
170         more of my old things into claws
171
172         * src/Makefile.am
173         * src/prefs_common.c
174         * src/procmsg.h
175         * src/summaryview.[ch]
176         * src/prefs_summary_column.c
177         * src/pixmaps/locked.xpm
178                 add indicators for locking of message in summary view
179                 (does not work yet, only visual indicator)
180
181 2001-11-19 [paul]       0.6.5claws21
182
183         * sync with sylpheed 0.6.5cvs10
184                 see ChangeLog entry 2001-11-19
185
186 2001-11-18 [alfons]     0.6.5claws20
187         
188         * src/filtering.c
189                 remove an inadvertent free I forgot in previous clean up 
190
191 2001-11-18 [alfons]     0.6.5claws19
192
193         * src/filtering.[ch]
194                 clean up & plug leaks
195
196 2001-11-18 [paul]       0.6.5claws18
197
198         * sync with sylpheed 0.6.5cvs9
199                 see ChangeLog entries 2001-11-17 and 2001-11-18
200
201 2001-11-16 [paul]       0.6.5claws17
202
203         * sync with sylpheed 0.6.5cvs8
204                 see ChangeLog entry 2001-11-16, src/grouplistdialog.c
205
206 2001-11-16 [paul]       0.6.5claws16
207
208         * sync with sylpheed 0.6.5cvs7
209                 see ChangeLog entries 2001-11-15 and 2001-11-16
210
211 2001-11-15 [hoa]        0.6.5claws15
212
213         * src/compose.c
214                 fix bounce, mails we received couln't be bounced to ourself.
215
216         * src/defs.h
217         * src/filtering.[ch]
218         * src/matcher.[ch]
219         * src/matcher_parser.h
220         * src/matcher_parser_lex.l
221         * src/matcher_parser_parse.y
222         * src/inc.c
223         * src/main.c
224         * src/mbox.c
225         * src/prefs_filtering.[ch]
226         * src/mainwindow.c
227         * src/prefs_matcher.c
228         * src/prefs_scoring.c
229         * src/scoring.[ch]
230         * src/summaryview.c
231                 new matcher/filter/score configuration file parser
232                 one unique configuration file => ~/.sylpheed/matcherrc
233                 import in currently automatic, then save are made
234                 in this new file.
235                 one filter per folder and one global filter
236                 (filter of a folder will be used as folder processing)
237
238         * src/folder.c
239                 fix a bug in folder_item_get_identifier
240                 
241         * src/messageview.c
242                 receive receipt return are fixed.
243
244 2001-11-14 [alfons]     0.6.5claws14
245
246         * src/session.h
247                 add things from main branch to make claws compile
248
249 2001-11-14 [paul]       0.6.5claws13
250
251         * merge with SYNC-B4-REL and sync with sylpheed 0.6.5cvs5
252                 see ChangeLog entries 2001-11-08 to 2001-11-14
253
254 2001-11-14 [hoa] 0.6.5claws12
255
256         * src/compose.[ch]
257         * src/mainwindow.c
258         * src/summaryview.c
259                 add "bounce mail" option
260
261 2001-11-13 [christoph]  0.6.5claws11
262
263         * src/compose.c
264                 Cleanup a mess i add before commiting
265
266 2001-11-13 [hoa]        0.6.5claws10
267
268         * src/compose.c
269                 some fixes when mail are sent or
270                 for crossposts
271
272 2001-11-13 [christoph]  0.6.5claws9
273
274         * po/de.po
275                 Changed two string with the same translation
276         * src/compose.c
277         * src/procmsg.[ch]
278         * src/send.[ch]
279                 New mailsending process:
280                   - Always queue message before sending
281                     (message will be saved if sylpheed crashed or
282                      freezes while sending)
283                   - Allow queuing of newspostings
284                   - No copy in outbox before sending
285                     (closes bug #469501)
286                   - No more redundant code for send and send_later
287         * src/summaryview.c
288                 Applied wwp <subscript@free.fr>'s patch that fixes
289                 marks for multiple forwarded messages (+compose.c)
290
291 2001-11-12 [alfons]
292
293         * README.claws
294                 remove things that are now in main branch
295         
296         * po/nl.po
297                 update Dutch translation
298
299 2001-11-12 [mhadasht]   0.6.5.claws8
300
301         * src/prefs_common.c
302                 re-enabled account autoselection feature for forward
303                 and reedit lost during the branch point for SYNC-B4-REL
304         * src/gtkspell.c
305                 gtkpspell_get_dict(): more readable code (even if function is
306                 not used yet)
307         * ChangeLog.claws
308                 added version number info to 2001-11-12 [hiro] comment.
309
310 2001-11-12 [hiro]       0.6.5.claws7
311
312         * src/compose.c
313                 compose_forward(): fixed a bug that forward quote mark
314                 wasn't used.
315                 removed unnecessary code.
316         * src/template_select.[ch]: removed.
317
318 2001-11-11 [alfons]
319
320         * src/compose.c
321                 :%s/GTK_TEXT/GTK_STEXT/g
322         
323         * src/compose.[ch]
324         * src/undo.[ch]
325         * src/Makefile.am
326                 revert the undo stuff (this is 0.6.6claws stuff)
327
328 2001-11-11 [hoa]        0.6.5.claws6
329
330         * src/compose.[ch]
331                 Insert signature at the end of the text.
332                 Added undo patch but currently disabled
333
334         * src/procmsg.c
335                 Threading by subject improved.
336
337         * added src/undo.[ch]
338                 Undo module for compose dialog box.
339
340 2001-11-11 [alfons]     0.6.5.claws5
341
342         * src/procmsg.c
343                 prevent threading by subject on nodes that have already been
344                 threaded by in-reply-to (as in "circular references in a tree
345                 result in a dead branch")
346
347 2001-11-09 [hoa]        0.6.5.claws4
348         
349         * src/folderview.c
350                 allows creation of mbox folder item from any files.
351
352 2001-11-09 [alfons]     0.6.5.claws3
353         
354         * src/utils.c
355         * src/procmsg.c
356                 do what I mean and correct threading by subject so it really
357                 ignores attracting lines without "Re: "
358
359 2001-11-07 [alfons]     0.6.5.claws2
360
361         * src/procmsg.c
362         * src/utils.[ch]
363                 only attract by subject if a subject line starts with a "Re: "
364         * src/syldap.c
365                 remove warning
366
367 2001-11-07 [paul]       0.6.5claws1
368
369         * sync with sylpheed 0.6.5. release
370                 see ChangeLog entry 2001-11-07
371
372 2001-11-07 [paul]       0.6.4claws31
373
374         * sync with sylpheed 0.6.4cvs18
375                 see ChangeLog entries 2001-10-30 to 2001-11-07
376                 prefs_templates.[ch] renamed prefs_template.[ch]
377
378 2001-11-06 [alfons]
379         
380         * src/utils.h
381                 add semicolon Hoa forgot ;-)
382                 
383
384 2001-11-06 [hoa]        0.6.4claws30
385         
386         * src/procmsg.c
387         * src/summaryview.c
388         * src/utils.c
389         * src/utils.h
390                 threading by subject - empty subject are ignored
391
392 2001-11-06 [christoph]  0.6.4claws29
393
394         * src/socket.c
395                 use SSL_peek for sock_gets
396         * src/utils.c
397                 removed unneeded pointer in extracting quoted
398                 names implementation
399
400 2001-11-06 [melvin]     0.6.4claws28
401
402         * src/gtkspell.c
403                 fixed bug #476792 Selection overtyping with spell checker
404                 fixed bug which could cause a buffer overflow
405                 fixed a memory leak
406
407 2001-11-06 [hoa]        0.6.4claws27
408         
409         * src/procmsg.c
410         * src/summaryview.c
411                 threading by subject
412
413 2001-11-05 [alfons]     0.6.4claws26
414         
415         * README.claws
416                 Claws -> Sylpheed (vice versa)
417
418         * src/compose.c
419                 :%s/gtk_text/gtk_stext/g
420                 :%s/GTK_TEXT/GTK_STEXT/g
421                 (thanks to Jonathan Ware for spotting this)
422
423 2001-11-04 [christoph]  0.6.4claws25
424
425         * src/summaryview.c
426                 replace Xalloca + strdup with Xstrdup_a
427         * src/utils.c
428                 better implementation of extracting quoted names
429                 from addresses (remove backlashes and ignore
430                 quotes after them)
431
432 2001-11-04 [alfons]     0.6.4claws24
433
434         * src/utils.[ch]
435                 edit to comply more with coding style
436
437         * src/textview.c
438                 fix bug reported by Kim Schulz. introduced by the patch integrated
439                 in 0.6.4claws15. the code did not check the return value of
440                 the html parser.
441
442         * AUTHORS
443                 add Jonathan Ware and close "[ #475955 ] Enhanced Mailto Patch"
444
445 2001-11-04 [christoph]  0.6.4claws23
446
447         * src/main.c
448         * src/prefs_common.[ch]
449                 init some pointers that possibly caused a segfault
450                 reported in the claws-users ML
451
452 2001-11-04 [hoa]        0.6.4claws22
453
454         * src/grouplistdialog.c
455                 change the names of the nodes in the tree
456
457         * src/compose.c
458                 enhanced mailto syntax as described in
459                 http://developer.netscape.com/viewsource/husted_mailto/mailto.html
460                 (thanks to Jonathan Ware <jonathan_ware@gmx.co.uk>)
461
462         * src/utils.c
463                 encode and decode URI (useful when opening URL into
464                 netscape).
465
466 2001-11-03 [hoa]        0.6.4claws21
467
468         * src/grouplistdialog.c
469                 a new newsgroups list selection dialog box
470                 with a CTree instead of a CList
471
472 2001-11-03 [hoa]        0.6.4claws20
473
474         * src/folderview.c
475                 enable property and scoring options when right
476                 click on "inbox"
477
478         * src/summaryview.c
479                 fixed bug when nickname were displayed using
480                 the address book.
481
482 2001-11-02 [darko]      0.6.4claws19
483
484         * src/compose.c
485                 new wrap quotation and URL/long words wrapping implementation
486         * src/compose.c src/gtkstext.[ch]
487                 move gtkstext_strncmp() to gtkstext.c
488
489 2001-11-01 [christoph]  0.6.4claws18
490
491         * src/prefs_account.c
492                 fixed mess in account settings dialog
493         * src/prefs_folder_item.c
494                 added label with folder path to dialog
495
496 2001-10-31 [match]      0.6.4claws17
497
498         * src/vcard.c
499                 fix memory leak.
500         * src/addrbook.c
501                 fix generation of spurious address book file names.
502                 remove redundant functions.
503         * po/POTFILES.in
504                 added missing file names.
505
506 2001-10-30 [paul]       0.6.4claws16
507
508         * sync with sylpheed 0.6.4cvs6
509                 see ChangeLog entries 2001-10-26 to 2001-10-30
510
511         * tools/filter_conv.pl
512                 read folderlist.xml to discover whether the top-level
513                 folder is called 'Mailbox' or 'Mail' 
514
515 2001-10-29 [paul]       0.6.4claws15
516
517         * src/html.c, src/textview.c
518                 activate links in html mail and fix clickable parts
519                 Submitted by Matthieu Dazy <dazy@t-surf.com>
520
521 2001-10-29 [paul]
522
523         * po/de.po, po/es.po, po/pt_BR/po
524                 updated translations, submitted by Jens Oberender,
525                 Ricardo Mones Lastra, and Fabio Junior Beneditto
526
527 2001-10-29 [darko]      0.6.4claws14
528
529         * src/compose.c
530                 fix wrapping for good
531
532 2001-10-29 [darko]
533
534         * src/compose.c
535                 undo previous change as it broke the smart wrapping
536
537 2001-10-29 [darko]      0.6.4claws13
538
539         * src/compose.c
540                 fix infinite loop when long URL is quoted
541                 (closes bug #475122.
542
543 2001-10-28 [match]
544
545         * src/mutt.[ch] src/importmutt.[ch] src/mgutils.[ch] src/addressbook.c src/Makefile.am
546                 import Mutt address book
547         * src/ldif.[ch] src/importldif.h
548                 modified import LDIF handle user attributes
549
550 2001-10-28 [christoph]  0.6.4claws12
551
552         * src/summaryview.c
553                 fixed that filtering did not work if there
554                 were no filter rules
555                 (closes bug #472003 and better implementation
556                  of patch #474644)
557
558 2001-10-27 [christoph]  0.6.4claws11
559
560         * src/compose.c
561                 make the folder's default account to be used when
562                 replying. (patch by wwp <subscript@free.fr>)
563         * src/compose.c
564                 code cleanup, nearly killed all of wwp's patch
565                 for folder's default account in compose
566         * src/folderview.c
567                 error panel when a folder could not be created
568                 (closes bug #471080 new folder name & already
569                  existing file)
570
571 2001-10-26 [alfons]
572
573         * src/utils.h
574                 change prototype of strstr2() that Christoph forgot about
575
576 2001-10-26 [christoph]  0.6.4claws10
577
578         * src/account.c
579                 made search for accounts by email address not case
580                 sensitive
581         * src/folder.c
582                 fixed memory leak in folder_item_get_identifier
583         * src/gtkspell.c
584         * src/utils.c
585                 fixed wrong strstr2 (should work like strstr)
586
587 2001-10-26 [darko]      0.6.4claws9
588
589         * src/compose.c src/gtkstext.[ch]
590         * src/gtkstext.c
591                 move is_url_string() and gtkstext_str_strcmp() to gtkstext.c
592
593 2001-10-26 [paul]       0.6.4claws8
594
595         * src/html.c
596                 ignore css and javascript tags in html mail
597                 case-insensitive, with or without double-quoted
598                 strings
599
600 2001-10-26 [paul]       0.6.4claws7
601
602         * sync with sylpheed 0.6.4cvs1
603                 see ChangeLog entry 2001-10-26
604
605         * src/prefs_account.c, src/prefs_common.c,
606           src/prefs_summary_column.c
607                 minor improvements to the English
608
609 2001-10-25 [alfons]     0.6.4claws6
610
611         * src/gtkstext.c
612         
613                 make GtkSText follow style of GtkText (closes bug 
614                 #469211 "text selection while writing message")
615                 
616                 do sync with GTK 1.2.10
617
618 2001-10-25 [paul]       0.6.4claws5
619
620         * src/html.c
621                 ignore css tags in html mail
622
623 2001-10-25 [darko]      0.6.4claws4
624
625         * src/compose.c
626                 don't declare is_url_string as static function since
627                 we need it in gtkstext.c
628         * src/gtkstext.c
629                 remove unused variable
630                 don't wrap long URLs while composing a message
631
632 2001-10-24 [christoph]  0.6.4claws3
633
634         * src/socket.c
635                 fix ssl deadlock, when peer closes connection
636
637 2001-10-24 [paul]       0.6.4claws2
638
639         * src/prefs_common.c
640                 gettextize the gpg ascii-armored warning message
641
642         * src/compose.c
643                 insert a DOS/MAC file into the composed message
644                 (improvements)
645
646         * Both submitted by Thierry Godefroy <godefroy@imaginet.fr>
647
648 2001-10-22 [paul]       0.6.4claws1
649
650         * sync with sylpheed 0.6.4 release
651                 see ChangeLog entries 2001-10-21
652
653         * po/fr.po, po/pt_BR.po
654                 updated by Melvin Hadasht and Fabio Junior Beneditto
655
656 2001-10-21 [paul]       0.6.3claws30
657
658         * src/compose.c
659                 insert a DOS text file from the compose window
660                 into the composed message text (removes CRs characters)
661                 Submitted by Thierry Godefroy <godefroy@imaginet.fr>
662
663         * tools/filter_conv.pl, tools/README
664                 automatically use ~/.sylpheed as working directory
665                 print out confirmation message on completion
666
667         * correct Hoa's last ChangeLog.claws entry
668
669 2001-10-20 [hoa]        0.6.3claws29
670
671         * src/grouplistdialog.c
672                 bugfix (another ?) to give the right
673                 newsgroups list for each news server.
674
675         * src/news.c
676         * src/news.h
677                 improve the newsgroups list cache
678
679 2001-10-20 [paul]       0.6.3claws28
680
681         * sync with sylpheed 0.6.3cvs9
682                 see ChangeLog entry 2001-10-19
683
684         * correct Alfons' last ChangeLog.claws entry
685
686 2001-10-19 [alfons]
687
688         * src/pgptext.[ch]
689                 fix compilation problems (part of bug #472895)
690
691 2001-10-18 [hoa]        0.6.3claws27
692
693         * src/grouplistdialog.c
694                 bugfix when we refresh was clicked (bug 472701)
695
696 2001-10-19 [christoph]  0.6.3claws26
697
698         * src/compose.c
699                 last header entry should default to "To:" or
700                 "Newsgroups:" and not copy the last entry line
701                 in a new compose window
702                 (closes bug #472686, #470792)
703
704 2001-10-19 [paul]       0.6.3claws25
705
706         * sync with Sylpheed 0.6.3cvs8
707                 see ChangeLog entries 2001-10-18 and 2001-10-19
708
709 2001-10-18 [christoph]  0.6.3claws24
710
711         * src/procmsg.c
712                 reimplement ignore thread
713         
714 2001-10-18 [hoa]        0.6.3claws23
715
716         * src/folderview.c
717         * src/grouplistdialog.[ch]
718                 enhanced news subscription interface (feature 469113)
719
720         * src/news.c
721         * src/news.h
722                 enchanced newsgroup listing,
723                 now, we can get groups informations
724                 (NNTPGroupInfo)
725
726 2001-10-18 [paul]       0.6.3claws22
727
728         * src/summaryview.c
729                 remove comment (sync with main branch)
730         * src/mainwindow.c
731                 fix 'Re-edit' bug in 'Message' menu
732
733 2001-10-17 [christoph]  0.6.3claws21
734
735         * src/compose.c
736                 ignore empty or whitespace only header lines
737
738 2001-10-17 [paul]       0.6.3claws20
739
740         * sync with sylpheed 0.6.3cvs7
741                 see ChangeLog entries 2001-10-14, 2001-10-16, and
742                 2001-10-17
743
744 2001-10-17 [darko]
745
746         * src/compose.c
747                 wrap long lines without spaces
748                 don't wrap URLs
749
750 2001-10-16 [paul]
751
752         * po/es.po, po/nl.po, po/pt_BR.po
753                 updated by Ricardo Mones Lastra, Alfons,
754                 and Fabio Junior Beneditto
755
756         * sylpheed-0.6.3claws released
757
758 2001-10-15 [melvin] 0.6.3claws18
759
760         * README.claws
761                 added summary and detailed installation instructions
762                 for spell checker
763         * po/fr.po
764                 Updated, corrected and completed french translation
765
766 2001-10-15 [hoa] 0.6.3claws17
767         * src/grouplistdialog.c
768                 we can choose the newsgroups to display with wildcards
769
770 2001-10-15 [christoph]  0.6.3claws16
771
772         * src/account.c
773         * src/compose.c
774         * src/prefs_folder_item.[ch]
775                 applied wwp <subscript@free.fr>'s folder
776                 default account patch
777         * po/de.po
778                 Fixed wrong translation
779
780 2001-10-13 [alfons, christoph, melvin]  
781                         0.6.3claws15
782
783         solution #2 to solve MT-safety problems defers all GUI related calls
784         to the main thread using a gtk_idle_add() callback. discussed on
785         ircnet #sylpheed, with christoph spotting some issues with the
786         original code, and melvin allowing us to lobotomize his sylpheed.
787
788         * src/syldap.[ch], src/main.c
789                 fix race problem in ldap search thread by deferring GUI 
790                 stuff to main thread using gtk_idle_add()
791
792 2001-10-13 [paul]       0.6.3claws14
793
794         * src/prefs_account.[ch], src/send.c, src/smtp.[ch]
795                 add Sergey's smtpcred.patch
796                 adds separate username/password setting for SMTP Auth
797                 needed by some servers
798                 (closes feature request #471659)
799
800 2001-10-13 [paul]       0.6.3claws13
801
802         * src/pgptext.[ch] **NEW FILES**
803         * src/Makefile.am, src/messageview.c, src/mimeview.c
804                 decrypt ascii-armored gpg text embedded in
805                 the message body.
806                 Submitted by Jens Jahnke <jan0sch@gmx.net>
807
808 2001-10-13 [christoph]  0.6.3claws12
809
810         * README.claws
811                 some more details on default to and
812                 feature requests
813         * src/main.c
814                 init glib threading when ldap is used
815         * src/syldap.c
816                 threading fixes
817         * po/de.po
818                 fixed a typo
819
820 2001-10-12 [paul]       0.6.3claws11
821
822         * src/prefs_common.[ch], src/rfc2015.c
823                 enable ascii-armored gpg text to be embedded in the
824                 message body, selectable through the 'Privacy'
825                 preferences. Supports encrypting only.
826                 Submitted by Ravemax <ravemax@dextrose.com>
827
828 2001-10-12 [paul]       0.6.3claws10
829
830         * sync with sylpheed 0.6.3cvs6
831                 see ChangeLog entries 2001-10-11 and 2001-11-12
832
833         * src/folderview.c
834                 incorporated mbox folders, scoring, and folder
835                 properties into the sync
836
837 2001-10-12 [darko]      0.6.3claws9
838
839         * README.claws
840                 describe quotation wrapping
841         * src/compose.c
842                 don't treat tab as space to calculate line length properly
843
844 2001-10-11 [alfons]
845
846         * README.claws
847                 correct description of how to make new filtering system work,
848                 add some other things
849                 
850         * src/syldap.c
851                 remove sched_yield() (not necessary / unportable)
852
853 2001-10-11 [paul]       0.6.3claws8
854
855         * sync with sylpheed 0.6.3cvs3
856                 see ChangeLog entry 2001-10-10
857
858 2001-10-10 [christoph]  0.6.3claws7
859
860         * .cvsignore
861                 ignore 2 files created by newer autotools
862         * src/prefs_folder_item.c
863                 using table for widget alignment
864                 fixed memory leak and broken octal display
865         * src/filesel.c
866                 fixed segfault caused by lost filename
867                 workaround (closes bug #469551)
868
869 2001-10-10 [paul]       0.6.3claws6
870
871         * sync with sylpheed 0.6.3cvs2
872                 see ChangeLog entries 2001-10-09 and 2001-10-10
873
874 2001-10-10 [darko]      0.6.3.claws5
875
876         * src/gtkstext.c
877                 proper calculation of right margin if smart wrapping is enabled
878         * src/compose.c
879                 automatically wrap long lines if wrap quotation is enabled
880
881 2001-10-09 [alfons]     0.6.3.claws4
882
883         * src/summaryview.c
884                 select correct row when deleting last row in the summary view (and
885                 close bug "[ #469104 ] select second last in list when deleting")
886
887 2001-10-09 [paul]       0.6.3claws3
888
889         * sync with sylpheed 0.6.3cvs1
890                 updated some autotool scripts
891
892 2001-10-09 [darko]      0.6.3claws2
893
894         * src/gtkstext.[ch]
895                 new name and mark with Sylpheed comment
896         * src/compose.c
897                 smart quotation wrapping a-la VIM
898
899 2001-10-08 [paul]       0.6.3claws1
900
901         * sync with sylpheed 0.6.3 release
902                 see ChangeLog entry 2001-10-08
903
904 2001-10-08 [paul]       0.6.2claws24
905
906         * src/summaryview.c
907                 more sync with sylpheed 0.6.2cvs12
908                 Fixed the bug that didn't select the last row correctly
909
910
911 2001-10-07 [paul]       0.6.2claws23
912
913         * sync with sylpheed 0.6.2cvs12
914                 see ChangeLog entry 2001-10-07
915
916 2001-10-06 [match]
917         * src/jpilot.[ch]
918                 enable jpilot to read unsynch'ed addresses.
919
920         * src/editldap_basedn.c
921                 fix segfault when opening dialog.
922
923 2001-10-06 [alfons]     0.6.2.claws22
924
925         * src/summaryview.c
926                 fix bug with summary view selecting last *inserted*
927                 node instead of last *visible* node. remember we
928                 work with a tree
929
930 2001-10-06 [paul]       0.6.2claws21
931
932         * po/pt_BR.po
933                 updated translation, contains some fixes and new
934                 translations, submitted by Gustavo Noronha Silva
935                 <kov@debian.org>
936
937         * src/prefs_common.c
938                 change 'each' to 'every' - fix dubious English
939
940         * sync with sylpheed 0.6.2cvs11
941
942 2001-10-05 [alfons]     0.6.2claws20
943
944         * src/mainwindow.[ch], src/folderview.c
945                 make composite tool button switch between "Compose News"
946                 and "Compose Mail" depending on selected folder
947                 (nifty idea by Kim Schulz <kim@schulz.dk>)
948
949 2001-10-05 [paul]       0.6.2claws19
950
951         * src/mainwindow.c, src/summaryview.c
952                 fix 'Message/Reply to all', broken in last commit
953
954         * src/compose.c
955                 fix X_BEENTHERE seg fault, thanks to Alfons
956
957 2001-10-04 [paul]       0.6.2claws18
958
959         * src/compose.[ch], src/mainwindow.c
960                 make "Message/Reply" reply to mailing lists; matches
961                 'X-Mailing-list:' and 'X-BeenThere:' ML headers.
962                 based on portions of the patch submitted by
963                 Junichi Uekawa <dancer@netfort.gr.jp>
964
965 2001-10-04 [darko]      0.6.2claws17
966
967         * src/compose.c
968                 better smart wrapping
969         * src/gtkstext.[hc]
970                 a function to make text buffer contiguous
971
972 2001-10-03 [paul]       0.6.2claws16
973
974         * sync with sylpheed 0.6.2cvs10
975
976 2001-10-02 [alfons]
977
978         * configure.in
979         * po/zh_CN.GB2312.po, po/zh_TW.Big5.po
980                 close bug "[ #466566 ] compile error on mdk 8.0" by removing
981                 references to chinese translations (hope someone picks up
982                 this)
983
984 2001-10-02 [christoph]  0.6.2claws15
985
986         * src/compose.c
987                 fixed non translated header bug
988         * ChangeLog.claws
989                 fixed wrong date in alfons last entry ;)
990
991 2001-10-02 [alfons]     0.6.2claws14
992
993         * src/compose.c, src/prefs_common.[ch]
994                 add block cursor option
995
996 2001-10-02 [paul]       0.6.2claws13
997
998         * sync with sylpheed 0.6.2cvs9
999
1000 2001-09-30 [paul]       0.6.2claws12
1001
1002         * po/de.po, po/es.po, po/fr.po, po/nl.po, po/pt_BR.po
1003                 updated translations
1004
1005         * po/POTFILES.in
1006                 add 'src/importldif.c'
1007
1008         * AUTHORS, tools/README, tools/eud2gc.py, tools/Makefile.am
1009                 added eudora-to-vCard conversion tool
1010                 submitted by Jeroen Versteeg <j.m.versteeg@student.utwente.nl>
1011
1012         * sync with sylpheed 0.6.2cvs8
1013
1014 2001-09-30 [paul]
1015
1016         * sylpheed-0.6.2claws released
1017
1018 2001-09-27 [melvin]     0.6.2claws11
1019
1020         * src/gtkspell.c
1021                 fixed crash when using default path (introduced 
1022                 in 0.6.2claws10)
1023                 fixed tiny bug for initial suggestion mode
1024
1025 2001-09-27 [melvin]     0.6.2claws10
1026         
1027         * src/gtkspell.c
1028                 fixed bug where gtkpspell didn't set the path correctly
1029
1030         * README.claws
1031                 added a paragraph about spell checking
1032                 
1033
1034
1035 2001-09-27 [paul]       0.6.2claws9
1036
1037         * src/addrbook.c, src/addrcache.c, src/addritem.c, src/jpilot.c
1038                 replace '// comments' with '/* comments */' to prevent
1039                 some compiler warnings 
1040
1041         * sync with sylpheed 0.6.2cvs6
1042
1043 2001-09-26 [alfons]     0.6.2claws8
1044
1045         * src/messageview.c
1046                 introduce return receipt request notification again,
1047                 which was lost because of other semantics in 
1048                 procheader_parse() (???)
1049
1050 2001-09-26 [christoph]  0.6.2claws7
1051
1052         * src/compose.c
1053                 replace comments for old code with #if 0
1054                 readded auto cc, bcc and reply-to
1055         * src/prefs_matcher.c
1056         * src/prefs_scoring.c
1057                 removed some definition (was moved to
1058                 prefs.h)
1059
1060 2001-09-26 [paul]       0.6.2claws6
1061
1062         * src/mainwindow.c
1063                 make 'Follow-up and reply to' sensitive
1064
1065         * more sync with sylpheed 0.6.2cvs5
1066
1067 2001-09-25 [melvin]
1068
1069         * 0.6.2claws5
1070
1071         * src/gtkspell.c
1072                 fixed bug for "US-ASCII" introduced by the encoding code
1073
1074 2001-09-25 [paul]
1075
1076         * 0.6.2claws4
1077
1078         * src/prefs_common.[ch], src/summaryview.c
1079                 'next unread msg' 'go to next folder?' dialog can be
1080                 given default behaviour, either always show dialog,
1081                 or assume 'yes', or assume 'no'
1082                 Submitted by wwp <subscript@free.fr>
1083
1084 2001-09-25 [melvin]
1085                 
1086         * src/compose.c src/gtkspell.[ch]
1087                 added support for different encodings
1088
1089 2001-09-25 [paul]
1090
1091         * more sync with sylpheed 0.6.2cvs5
1092
1093 2001-09-24 [alfons]
1094         
1095         * src/prefs_folder_item.c
1096                 add check for item->prefs->default_to string is NULL and
1097                 add another check when freeing this string
1098
1099 2001-09-24 [paul]
1100
1101         * configure.in
1102                 change to version 0.6.2claws3
1103
1104         * sync with sylpheed 0.6.2cvs5 
1105
1106 2001-09-24 [match]
1107         * src/ldif.[ch], src/importldif.[ch], addressbook.c
1108                 import LDIF files.
1109         * src/addrcache.[ch], addrindex.[ch]
1110                 small update for future
1111         * src/addrbook.c
1112                 fix test XML file.
1113
1114 2001-09-24 [melvin]
1115         * src/gtkspell.[ch]
1116                 added 'Learn from mistakes' option
1117                 better handling of quotes in checked words
1118                 sorted dict list
1119         * po/fr.po
1120                 small update for spell checking stuff
1121
1122 2001-09-23 [alfons]
1123         
1124         * src/gtkspell.c
1125                 edit a little bit so it complies more with main coding style
1126
1127 2001-09-23 [alfons]
1128
1129         * src/folder.[ch], prefs_folder_item.c, compose.c
1130                 migrate "request return receipt" folder property
1131                 to folderlist.xml
1132
1133 2001-09-22 [alfons]
1134
1135         * README.claws **NEW**
1136                 (add things of interest for users of main branch 
1137                 and claws here)
1138
1139         * src/folder.[ch], src/mainwindow.c, src/summaryview.c
1140                 re-implement threading per folder option, but store 
1141                 the setting in folderlist.xml (where it belongs)
1142
1143 2001-09-21 [melvin]
1144
1145         * src/gtkspell.[ch]
1146                 fixed bug when compose window is under another window
1147         * src/prefs_common.[ch] src/compose.c
1148                 changed 'dictionary_path' to 'dictionary' to be consistent
1149                 dropped PSPELL_PATH macro (hard coded default to /usr/local/share/pspell)
1150         * ac/pspell.m4 src/Makefile.am 
1151                 dropped PSPELL_PATH macro
1152         * po/fr.po
1153                 updated translations
1154
1155 2001-09-21 [christoph]
1156
1157         * src/compose.c
1158                 added border around header fields
1159                 keep header type when new field is added
1160
1161 2001-09-20 [christoph]
1162
1163         * src/utils.[ch]
1164                 more portable debug_print with source filename
1165                 and linenumber
1166         * src/procmsg.c
1167                 more newlines after debug messages
1168
1169 2001-09-20 [paul]
1170
1171         * configure.in
1172                 change to version 0.6.2claws2
1173
1174         * sync with sylpheed 0.6.2cvs3
1175
1176 2001-09-19 [melvin]
1177
1178         * src/gtkspell.c
1179                 fixed the post-right-click focus pb
1180                 fixed crash when 'Spell check all' after dict change 
1181                         and when cursor is at the end of the text
1182                 shift-right-click pops up config menu even on misspelled words.
1183         * po/POTFILES.in
1184                 added gtkspell.c
1185
1186 2001-09-19 [melvin]
1187
1188         * src/about.c
1189                 added pspell to compiled-in features list
1190
1191 2001-09-18 [melvin]
1192
1193         * switched to pspell and dropped ispell
1194         * ac/pspell.m4
1195                 new file. autoconf macro for pspell
1196         * ac/Makefile.am 
1197         * configure.in acconfig.h
1198                 added pspell support
1199         * src/Makefile.am
1200         * src/main.c src/compose.[ch] src/gtkspell.[ch]
1201         * src/prefs_common.[ch] 
1202                 added pspell support
1203
1204 2001-09-18 [christoph]
1205
1206         * src/addr_compl.c
1207         * src/template.[ch]
1208                 replace LOG_MESSAGE with debug_print
1209         * src/compose.[ch]
1210                 gui improvements
1211         * src/menu.c
1212                 added newline after debug message
1213         * src/utils.h
1214                 using __VA_ARGS__ for debug_print macro
1215         * tools/.cvsignore
1216                 ignore Makefile and Makefile.in
1217
1218 2001-09-18 [paul]
1219
1220         * configure.in
1221                 change to version 0.6.2claws1
1222         * sync with sylpheed 0.6.2cvs1
1223
1224         * src/matcher.c 
1225         * src/prefs_matcher.c
1226                 add 'score equal to' option, submitted by
1227                 Paul Evans <nerd@freeuk.com>
1228
1229 2001-09-15 [christoph]
1230
1231         * src/mainwindow.c
1232                 comment out menu entry not existing in claws
1233         * src/menu.c
1234                 add debug output for non existing menu entries
1235         * src/summaryview.c
1236                 fix next/prev unread message for ignored threads
1237         * src/utils.[ch]
1238                 add sourcefile and line number to debug output
1239                 otherwise it is sometimes hard to find the
1240                 source code part if debug messages are translated
1241
1242 2001-09-14 [darko]
1243         
1244         * src/folderview.c
1245                 refresh target folder style after colour is changed
1246
1247 2001-09-13 [paul]
1248
1249         * configure.in
1250                 change to version 0.6.1claws3
1251
1252         * sync with sylpheed 0.6.1cvs6
1253
1254 2001-09-13 [darko]
1255         
1256         * src/folderview.c
1257                 fix target folder colourization to use user selected colour
1258
1259 2001-09-12 [darko]
1260         
1261         * src/summaryview.c
1262                 fix crash when message that is marked for copy/move is unmarked
1263
1264 2001-09-09 [paul]
1265
1266         * configure.in
1267                 change to version 0.6.1claws2
1268
1269         * sync with sylpheed 0.6.1cvs3
1270
1271 2001-09-09 [alfons]
1272         
1273         * src/folderview.c
1274                 fix bug with default font used for trash folder text
1275
1276 2001-09-06 [paul]
1277
1278         * po/de.po, po/es.po, po/nl.po, po/pt_BR.po
1279                 updated translations
1280
1281         * configure.in
1282                 change to version 0.6.1claws1
1283
1284         * sync with sylpheed 0.6.1cvs2
1285
1286 2001-09-03 [paul]
1287
1288         * po/POTFILES.in
1289                 add Match's new addressbook
1290
1291         * po/de.po
1292                 updated translation submitted by Jens Oberender
1293
1294 2001-09-02 [paul]
1295
1296         * configure.in
1297                 change to 0.6.1claws
1298         * sync with sylpheed 0.6.1 release
1299
1300 2001-09-02 [paul]
1301
1302         * configure.in
1303                 change to 0.6.0claws2
1304
1305         * sync with sylpheed 0.6.0cvs4
1306
1307         * po/pt_BR.po
1308                 updated translation submitted by Fabio Junior Beneditto
1309
1310 2001-09-01 [match]
1311         * pixmaps/
1312                 interface.xpm
1313                 book.xpm
1314                 address.xpm
1315         * src/
1316                 Makefile.am
1317                 a ton of new files
1318
1319 2001-08-31 [paul]
1320
1321         * configure.in
1322                 change to version 0.6.0claws1
1323
1324         * sync with sylpheed 0.6.0cvs1
1325
1326         * po/es.po
1327                 updated translation submitted by Ricardo Mones Lastra
1328
1329         * po/POTFILES.in
1330                 add 'src/prefs_templates.c'
1331
1332         * src/compose.c, src/summaryview.c
1333                 fix segfault on 'Re_edit'               
1334
1335 2001-08-30 [alfons]
1336
1337         * configure.in, Makefile.am
1338         * tools/Makefile.am
1339                 add tools directory to source distribution
1340
1341 2001-08-30 [paul]
1342
1343         * configure.in
1344                 change to version 0.6.0claws
1345
1346         * sync with sylpheed 0.6.0 release
1347
1348 2001-08-30 [christoph]
1349
1350         * configure.in
1351                 removed autoconf version check
1352
1353 2001-08-30 [paul]
1354
1355         * src/account.c, src/compose.c, src/prefs_common.[ch]
1356         * src/procheader.[ch] src/utils.[ch]
1357                 Enhanced automatic account selection on replies
1358                 Submitted by Melvin Hadasht <melvin.hadasht@free.fr>
1359
1360         * configure.in
1361                 add LDAP and JPilot to the configuration results output.
1362
1363 2001-08-29 [christoph]
1364
1365         * src/summeryview.c
1366                 no bold font for ignored threads
1367
1368 2001-08-29 [paul]
1369
1370         * configure.in
1371                 change to version 0.5.3claws6
1372
1373         * sync with sylpheed 0.5.3cvs10
1374                 src/stringtable.[ch]: New Files
1375
1376         * src/compose.c, src/gtkutils.c, src/gtkutils.h, src/mainwindow.c
1377         * src/pixmaps/sylpheed.xpm
1378                 add mini-icons to windows (by Alfons)
1379
1380 2001-08-27 [paul]
1381
1382         * src/mainwindow.c
1383                 new functions: next_labeled_cb(), prev_labeled_cb()
1384
1385         * src/summaryview.c
1386                 new functions: summary_find_next_labeled_msg(), summary_find_prev_labeled_msg(),
1387                 summary_select_next_labeled(), summary_select_prev_labeled()
1388
1389         * src/pixmaps/dir-close.xpm, src/pixmaps/dir-open.xpm, src/pixmaps/trash.xpm
1390                 give claws blue folders and a blue trash can
1391
1392 2001-08-27 [paul]
1393
1394         * configure.in
1395                 change to version 0.5.3claws5
1396
1397         * sync with sylpheed 0.5.3cvs9
1398                 src/labelcolors.[ch] renamed to src/colorlabel.[ch] 
1399
1400 2001-08-24 [christoph]
1401
1402         * src/filesel.c
1403                 keep filename when browsing directories
1404                 (not working for user entered filename, but
1405                  for default name and selected filename from
1406                  file list)
1407         * src/mainwindow.c
1408                 fixed wrong spelling "Folllow-up"
1409         * src/mbox_folder.c
1410         * src/procmsg.c
1411         * src/summaryview.c
1412                 fixed new/unread message count with ignored
1413                 threads (2 commits, first didn't notice no
1414                 longer needed decreasing)
1415         * src/inc.c
1416                 readded scrolling of progress dialog
1417                 (lost in sync)
1418
1419 2001-08-24 [paul]
1420
1421         * configure.in
1422                 change to 0.5.3claws4
1423
1424         * sync with sylpheed 0.5.3cvs7
1425
1426 2001-08-24 [christoph]
1427
1428         * src/compose.c
1429                 set request return receipt when replying
1430                 if it is set is the folder prefs of the
1431                 message
1432         * src/inc.c
1433                 disable final error popup if popups are
1434                 disabled in config (again)
1435
1436 2001-08-23 [paul]
1437
1438         * configure.in
1439                 Change version number to 0.5.3claws3
1440
1441         * sync with sylpheed 0.5.3cvs5
1442
1443         * src/mimeview.c
1444                 double quote '%s' in 'gedit %s' to fix bug when
1445                 opening attachment with spaces in the name
1446
1447 2001-08-22 [alte]
1448         * src/Makefile.am, src/compose.[ch], src/defs.h, src/mainwindow.c,
1449           src/prefs_templates.[ch], src/template.[ch], src/template_select.[ch]
1450                 initial message templates support
1451
1452
1453 2001-08-22 [paul]
1454
1455         * configure.in
1456                 change version number to 0.5.3claws2
1457
1458         * sync with sylpheed 0.5.3cvs4
1459
1460         * src/procmsg.h src/summaryview.c
1461                 re-implement (un)ignore thread
1462
1463 2001-08-21 [paul]
1464
1465         * src/summaryview.c
1466                 remove unnecessary code
1467         * src/compose.c
1468                 enable 'dynamic' signatures (submitted by
1469                 Eric Limpens <eric@hscg-internet.nl>)
1470
1471 2001-08-21 [paul]
1472
1473         clean up after sync with sylpheed 0.5.3 release
1474
1475         * src/folderview.c
1476                 fix re-introduced font mess, see Christoph's
1477                 entry 2001-06-24
1478
1479         * src/summaryview.c
1480                 remove prev_msgnum
1481                 use sylpheed's small font instead of
1482                 gtk default font for summary view
1483
1484
1485 2001-08-17 [paul]
1486
1487         * configure.in
1488                 add pl to ALL_LINGUAS - sync with main branch
1489
1490         * po/de.po, po/es.po, po/nl.po, po/pt_BR.po
1491                 Updated. Translations by Jens Oberender, Ricardo Mones
1492                 Lastra, Alfons, and Fabio Junior Beneditto respectively.
1493
1494         * po/pl.po  ** NEW FILE **
1495                 sync with the main branch
1496
1497         * src/folderview.c
1498                 fix target folder colorizing and refresh problem
1499
1500
1501 2001-08-17 [christoph]
1502
1503         * src/mainwindow.c
1504                 claws uses 4 colors for target folder coloring.
1505                 arrays were not long enough and destroyed the
1506                 stack causing a segfault.
1507                 target folder colorizing does not work anymore
1508                 for me
1509
1510 2001-08-16 [paul]
1511
1512         * configure.in
1513                 change to version 0.5.3claws1
1514
1515         * src/folder.h, src/folderview.[ch], src/gtkutils.[ch],
1516           src/inc.[ch], src/mainwindow.c, src/pop.c, src/prefs_account.c,
1517           src/prefs_common.[ch], src/summaryview.[ch], src/textview.c, src/utils.c
1518
1519                 sync with sylpheed 0.5.3 release, but keep claws method of
1520                 configuring/saving fonts
1521
1522         * src/addressbook.[ch]
1523                 rename addressbook_add_contact_by_menu() to addressbook_add_submenu()
1524                 in line with a similar change in Hiroyuki's branch
1525
1526         * src/mainwindow.[ch]
1527                 disable main_window_set_thread_option()
1528         * src/prefs_folder_item.c
1529                 comment out &tmps_prefs.enable_thread,
1530         * src/mbox_folder.c, src/procmsg.[ch]
1531                 comment out MSG_IS_IGNORE_THREAD
1532         * src/summaryview.c
1533                 comment out summary_ignore_thread() and summary_unignore_thread()
1534                 comment out MSG_IS_IGNORE_THREAD
1535
1536                 use Hiroyuki's threading instead.
1537
1538
1539
1540 2001-08-15 [paul]
1541
1542         * src/account.c
1543                 use Hiroyuki's 0.5.3 column scheme but also
1544                 include the enable/disable button.
1545         * src/pixmaps/mark.xpm
1546                 add Hiroyuki's amended pixmap
1547
1548 2001-08-13 [christoph]
1549
1550         * src/account.c
1551                 receive at get all column showed wrong state for APOP
1552                 button should only work for POP3 and APOP accounts
1553         * src/prefs_account.c
1554                 added missing preprocessor statement for SSL
1555
1556 2001-08-12 [paul]
1557
1558         * src/account.[ch]
1559                 add 'receive at get all' column and enable/disable
1560                 button.
1561
1562 2001-08-06 [christoph]
1563
1564         * src/account.c
1565                 show usage of SSL in protocol column
1566
1567         * src/imap.c
1568         * src/inc.c
1569                 renamed ssl options
1570
1571         * src/prefs_account.[ch]
1572                 moved ssl options to a new page
1573
1574         * src/send.c
1575         * src/smtp.c
1576         * src/ssl.[ch]
1577                 renamed ssl options
1578                 added support for SMTP STARTTLS command
1579
1580 2001-08-05 [christoph]
1581
1582         * configure.in
1583                 debian autoconf needs version check to find
1584                 correct autoconf version. if the file is
1585                 named configure.in 2.13 is used, which does
1586                 not work with this configure.in script.
1587                 other solution would be to rename the script
1588                 to configure.ac as suggested in the autoconf
1589                 manual.
1590
1591         * src/inc.c
1592                 disable final error popup if popups are
1593                 diabled in config
1594
1595         * src/socket.c
1596                 bugfix in ssl_gets
1597                 fixes IMAP over SSL problem
1598
1599 2001-08-03 [paul]
1600
1601         * configure.in
1602                 change to 0.5.2claws1
1603
1604         * sync with sylpheed 0.5.2cvs1
1605
1606 2001-08-02 [alfons]
1607
1608         * configure.in
1609                 quick fix for ispell detection...
1610
1611 2001-08-01 [paul]
1612
1613         * configure.in
1614                 change to 0.5.1claws4
1615
1616         * sync with sylpheed 0.5.1cvs7
1617
1618 2001-07-31 [alfons]
1619
1620         * src/prefs_common.c, src/prefs_common.h, 
1621           src/gtkspell.c, src/gtkspell.h
1622                 add global spelling checker settings (compose tab) +
1623                 selection of dictionary 
1624           
1625         * configure.in  
1626                 guess valid ispell location
1627
1628 2001-07-31 [paul]
1629
1630         * po/POTFILES.in
1631                 removal of 'src/quote_fmt_parse.c'
1632         * po/de.po
1633                 Updated de.po
1634                 (submitted by Jens Oberender <didge@suse.de>)
1635
1636 2001-07-31 [darko]
1637
1638         * src/folder.[ch]
1639         * src/folderview.[ch]
1640         * src/mainwindow.c
1641         * src/mh.c
1642         * src/prefs_common.[ch]
1643         * src/summaryview.c
1644                 target folder colourization
1645
1646 2001-07-30 [paul]
1647
1648         more sync with Sylpheed 0.5.1cvs6 
1649
1650 2001-07-30 [darko]
1651
1652         * src/mh.c
1653         * src/prefs_folder_item.[hc]
1654         * src/summaryview.c
1655                 shared folders support with a GUI
1656
1657 2001-07-29 [paul]
1658
1659         0.5.1claws3
1660
1661         * sync with Sylpheed 0.5.1cvs6
1662
1663 2001-07-29 [paul]
1664
1665         * po/pt_BR.po
1666                 updated
1667                 (submitted by Fabio Junior Beneditto)
1668
1669 2001-07-28 [paul]
1670
1671         * src/procmime.c
1672         * AUTHORS
1673                 patch to correct bad image mime headers
1674                 (submitted by Don Quijote <dq@searchlores.org>)
1675
1676 2001-07-28 [paul]
1677
1678         * tools/gif2xface.pl   **NEW FILE**
1679         * tools/README
1680                 script to convert file.gif to file.xface for
1681                 use in a custom header.
1682                 (submitted by Ricardo Mones Lastra <mones@aic.uniovi.es>)
1683
1684 2001-07-27 [alfons]
1685         
1686         * configure.in
1687                 change macros for detecting JPilot and LDAP
1688
1689 2001-07-27 [christoph]
1690
1691         * src/filtering.c
1692                 code cleanup (MIN / MAX warning, needed casting)
1693
1694 2001-07-27 [alfons]
1695
1696         * procheader.c
1697                 disallow setting flags when detecting certain headers
1698                 (X-Status, Status, Seen, X-Seen). 
1699         
1700         * sync with Hiroyuki's Sylpheed 0.5.1cvs5
1701
1702 2001-07-27 [christoph]
1703
1704         * src/prefs_filter.c
1705         * src/prefs_filtering.c
1706         * src/prefs_matcher.c
1707         * src/prefs_scoring.c
1708                 scroll list when moving rows up or down
1709
1710         * src/imap.c
1711         * src/imap.h
1712         * src/prefs_account.c
1713         * src/prefs_account.h
1714         * src/send.c
1715                 SMTP over SSL (untested, feedback requested)
1716                 IMAP over SSL
1717
1718         * src/ssl.c
1719                 code cleanup
1720
1721 2001-07-26 [alfons]
1722         
1723         * configure.in, acconfig.h
1724                 define CLAWS (need this for main / claws detection)
1725
1726 2001-07-25 [alfons]
1727
1728         * configure.in
1729                 Sylpheed 0.5.1claws2
1730                 
1731         * sync with Sylpheed 0.5.1cvs4
1732
1733 2001-07-25 [christoph]
1734
1735         * src/scoring.c
1736                 fixed segfault
1737                 item->prefs == NULL (don't know why)
1738
1739 2001-07-25 [alfons]
1740
1741         * configure.in
1742                 Sylpheed 0.5.1claws1
1743
1744         * sync with Sylpheed 0.5.1cvs1-3
1745
1746 2001-07-24 [christoph]
1747
1748         * src/folderview.c
1749         * src/prefs_folder_item.[ch]
1750                 added folderitem preferences dialog with
1751                 default To: and auto request return receipt
1752
1753         * src/compose.[ch]
1754         * src/menu.[ch]
1755                 changes to handle new folderitem preferences
1756
1757         * src/mainwindow.c
1758         * src/summaryview.c
1759                 call compose new mail with current folderitem
1760
1761 2001-07-24 [alfons]
1762
1763         Release Sylpheed 0.5.1claws
1764
1765         * configure.in
1766                 change to release version 0.5.1claws
1767
1768 2001-07-24 [christoph]
1769
1770         * src/summaryview.c
1771                 fixed segfault that happend when the selected
1772                 message was removed while retrieving new messages.
1773
1774         * po/es.po
1775                 updated translation
1776                 (submitted by Ricardo Mones Lastra <mones@trasgu.aic.uniovi.es>)
1777
1778 2001-07-22 [alfons]
1779
1780         add English User Manual for Sylpheed by Paul Kater (paul@nlpagan.net).
1781         this is a work in progress, for more information: http://nlpagan.net/sylman 
1782         
1783         * configure.in, src/mainwindow.c, manual/Makefile.am
1784                 add support for English manual
1785
1786         * AUTHORS
1787                 add authors of user manuals
1788
1789         * manual/en/sylpheed*.html
1790                 add English documentation
1791
1792 2001-07-22 [christoph]
1793
1794         * po/POTFILES.in
1795                 added src/ssl.c
1796         * src/ssl.c
1797                 changed a wrong debug message
1798
1799 2001-07-22 [alfons]
1800
1801         * po/nl.po
1802                 update Dutch translation
1803
1804         * src/prefs_filtering.c, 
1805           src/prefs_matcher.c
1806                 add more translatable strings           
1807
1808 2001-07-21 [alfons]
1809
1810         0.5.0claws7
1811
1812         * configure.in
1813                 change version
1814
1815         * src/inc.c, src/summaryview.[ch]
1816                 prevent update of mark file when filtering has done, by
1817                 using a variable; this affects two functions:
1818                         inc.c::inc_finished()
1819                         summaryview.c::summary_show()
1820
1821 2001-07-20 [alfons]
1822
1823         * src/filtering.[ch], src/prefs_filtering.c, 
1824           src/matcher.[ch]
1825                 add filtering action for label coloring 
1826
1827         * po/POTFILES.in
1828                 add labelcolors.c
1829
1830         * added src/labelcolors.c
1831         * added src/labelcolors.h
1832         * src/Makefile.am, src/summaryview.c
1833                 rearrange label coloring code
1834
1835         * src/procmsg.h
1836                 add more parentheses so label colouring works correctly
1837
1838         * src/filtering.c
1839                 don't really delete message, but move it to Trash
1840
1841         * src/prefs_matcher.c
1842                 add quote options to info dialog
1843
1844 2001-07-20 [christoph]
1845
1846         * src/Makefile.am
1847         * src/inc.c
1848         * src/main.[ch]
1849         * src/socket.h
1850         * src/ssl.[ch] (new)
1851                 moved ssl stuff to a seperate file
1852
1853 2001-07-20 [darko]
1854
1855         * src/summaryview.c
1856                 fix show sender using address book with no e-mail
1857                 address in From: field
1858
1859 2001-07-19 [alfons]
1860
1861         * src/matcher.[ch], src/filtering.c, src/prefs_filtering.c
1862                 fix messy handling of escaping... now at least the
1863                 execute command is useful. escape char is '\', we
1864                 accept \n and \r too. 
1865
1866                 Real life example:
1867                 
1868                 subject match "GIMME YOUR FILTERS" execute "mail -s \"%f don\'t hurt me, please!\" %f < ~/.sylpheed/filteringrc
1869                 subject match "GIMME YOUR FILTERS" execute "mail -s \"mommy, mommy, %f is being mean!\" admin < %F
1870
1871 2001-07-18 [alfons]
1872
1873         0.5.0claws6
1874
1875         * src/summaryview.c
1876                 clean up
1877
1878         * src/matcher.c, src/filtering.[ch], src/inc.c, src/mbox.c,
1879           src/procmsg.[ch]
1880                 revise filtering; currently move, copy, marking have
1881                 been tested. if you like bleeding edge stuff, you
1882                 should definitely go for this version :)
1883
1884         * mark old working stuff as VERSION_0_5_0_CLAWS5        
1885
1886 2001-07-17 [christoph]
1887
1888         * src/utils.c
1889                 timestamp log
1890
1891 2001-07-17 [alfons]
1892
1893         0.5.0claws5
1894
1895         * sync with Hiroyuki's 0.5.0cvs5; this version allows us to put more 
1896           bits in the mark file, without affecting either branch. Lots of
1897           files changed, also in claws branch.
1898
1899           UNTESTED: use of mbox folders
1900
1901         * src/summaryview.c
1902                 added mark all read; however this was a quick hack used for
1903                 cleaning up mess after initial merge with Hiroyuki
1904
1905         * configure.in
1906                 change claws version number back to 0.5.0claws5 to clear up 
1907                 confusion & pretension (recent release was technically 
1908                 0.5.0claws4, so we neatly align with Hiroyuki :-)
1909
1910 2001-07-16 [alfons]
1911
1912         sync with Hiroyuki's 0.5.0cvs4
1913
1914 2001-07-16 [alfons]
1915
1916         0.5.1claws3
1917
1918         * src/filtering.[ch]
1919                 remove invalid updating of mark files for 
1920                 filter actions MATCHING_ACTION_MOVE and 
1921                 MATCHING_ACTION_DELETE; this should fix the
1922                 folder update bug
1923                 
1924         * src/procmsg.c
1925                 revert Christoph's stab at fixing the folder 
1926                 update bug
1927
1928         * po/POTFILES.in
1929                 add missing files with translatable strings
1930
1931         * src/summaryview.c
1932                 remove debug print
1933
1934 2001-07-15 [alfons]
1935
1936         * src/addr_compl.[ch], src/prefs_filtering.c
1937                 make "filtering pref dialog's destination entry" an
1938                 "address completable entry", if filter destination is 
1939                 an email address
1940
1941         0.5.1claws2
1942         
1943         sync with Hiroyuki's 0.5.0cvs2-3
1944
1945 2001-07-15 [christoph]
1946
1947         * src/procmsg.c
1948                 fixed folder stats update after incorporation
1949
1950 2001-07-15 [alfons]
1951
1952         * src/summaryview.c
1953                 * finish label colouring stuff (for now)
1954                 * fix incorrect colour bug (off by one) 
1955
1956 2001-07-14 [alfons]
1957
1958         * src/mainwindow.c
1959                 change text labels for news and mail message so there's
1960                 plenty of toolbar estate left
1961
1962         * configure.in
1963                 0.5.1claws1
1964
1965         * src/folderview.c
1966           src/folder.[ch]
1967                 sync with Hiroyuki's 0.5.0cvs1
1968
1969         * src/summaryview.c
1970                 more rewrite label colouring
1971
1972 2001-07-14 [alfons]
1973
1974         * src/summaryview.[ch]
1975                 * start rewrite label colouring 
1976                 * fix proper location "Add Sender To Addressbook" menu item
1977
1978 2001-07-13
1979
1980         Release 0.5.0claws "Paul Will Be Back Soon, Promise!"
1981         (actually this is 0.5.0claws4)
1982
1983 2001-07-13 [alfons]
1984
1985         * po/pt_BR.po
1986                 * fix duplicate message
1987                 * add updated Portugese / Brazilian translation
1988                   submitted by Fabio Junior Beneditto
1989
1990 2001-07-12 [alfons]
1991
1992         * AUTHORS
1993                 add Jens
1994
1995         * po/nl.po
1996                 add updated Dutch translation
1997
1998         * po/de.po
1999                 add updated German translation submitted by Jens
2000
2001 2001-07-11 [alfons]
2002
2003         Prerelease before 0.5.0claws. Please test.
2004         This version is temporarily tagged as VERSION_0_5_0_TEST
2005
2006         * src/matcher.[ch], src/summaryview.c, src/scoring.[ch]
2007           src/prefs_scoring.c, src/prefs_matcher.c, 
2008           src/prefs_filtering.c, src/mbox.c, 
2009           src/main.c, src/inc.c, src/filtering.[ch]
2010                 revert new Hoa's new matcher (does not work yet)
2011
2012         * src/Makefile.am
2013                 clean up
2014
2015 2001-07-10
2016
2017         Release 0.5.0claws "Paul Will Be Back Soon, Promise!"
2018
2019
2020 2001-07-10 [alfons]
2021
2022         * Makefile.am
2023                 add ChangeLog.claws to EXTRA_DIST
2024         * src/Makefile.am
2025                 add matcher_parser_parse.h to EXTRA_DIST
2026
2027 2001-07-10 [christoph]
2028
2029         * src/inc.c
2030                 add destination folder to table of
2031                 folders that need to be updated after
2032                 incorporation
2033
2034 2001-07-10 [alfons]
2035
2036         * folder.[ch]
2037           folderview.c
2038                 make collapse state of folders and folder items persistent, i.e.
2039                 if you collapse a folder tree, the next time sylpheed-claws starts 
2040                 up the folder tree remains collapsed.  
2041                 
2042 2001-07-10 [christoph]
2043
2044         * acconfig.h
2045         * configure.in
2046                 added --enable-ssl
2047         * src/md5.[ch]
2048                 renamed MD5_CTX to MD5_CTX_syl
2049                 conflicts with a struct in openssl
2050         * src/inc.c
2051         * src/main.[ch]
2052         * src/prefs_account.[ch]
2053         * src/socket.[ch]
2054                 SSL support for POP
2055         * src/mainwindow.c
2056                 fixed compose with current account
2057                 broken by new compose button stuff
2058
2059 2001-07-09 [hoa]
2060
2061         * AUTHORS
2062                 changed my email address
2063
2064         * src/matcher_parser_parse.y
2065                 clean the parser to remove conflicts
2066
2067 2001-07-09 [alfons]
2068
2069         * AUTHORS
2070                 add Match Grun
2071
2072         * configure.in
2073                 fix incorrect description of --enable-ldap parameter
2074
2075         * src/prefs_common.[ch]
2076           src/compose.c
2077                 add experimental option "smart wrapping" which makes the
2078                 compose editor auto wrap.
2079                 
2080                 | TODO: the problem with the buggy cursor handling is caused |
2081                 | by the GtkText. when deleting / backspacing text its       |
2082                 | wrapping algorithm does not take in account the previous   |
2083                 | line. should find a way to hack this in.                   |
2084                 | or should perhaps combine this with the word wrapping      |
2085                 | patch i wrote in january.                                  |
2086
2087         * src/about.c
2088                 show build parameters for LDAP and JPilot
2089
2090         * src/summaryview.c
2091                 revert Christoph's bugfix for selecting next unread message, 
2092                 because folder stats aren't updated correctly
2093
2094 2001-07-08 [hoa]
2095
2096         * src/filtering.c
2097         * src/mainwindow.c
2098         * src/matcher.c
2099         * src/matcher_parser_lex.l
2100         * src/matcher_parser_parse.y
2101         * src/prefs_filtering.c
2102         * src/prefs_scoring.c
2103         * src/scoring.c
2104                 bugfix of the config file parser
2105
2106 2001-07-08 [alfons]
2107
2108         * src/Makefile.am
2109                 added generated matcher sources to BUILT_SOURCES
2110
2111 2001-07-08 [hoa]
2112
2113         * src/Makefile.am
2114         * src/.cvsignore
2115                 added new config file parser
2116
2117         * src/scoring.[ch]
2118         * src/filtering.[ch]
2119         * src/matcher.[ch]
2120         * src/prefs_filtering.c
2121         * src/prefs_matcher.c
2122         * src/prefs_scoring.c
2123         * added src/matcher_parser.h
2124         * added src/matcher_parser_lex.h
2125         * added src/matcher_parser_lex.l
2126         * added src/matcher_parser_parse.y
2127                 lex & yacc config file parser
2128
2129         * src/mbox.c
2130         * src/inc.c
2131         * src/main.c
2132                 changes prefs_filtering into global_filtering           
2133
2134         * src/summaryview.c
2135                 build threads with subjects only if "Re: " is at the
2136                 beginning of the subject
2137
2138 2001-07-07 [paul]
2139
2140         0.5.0claws
2141
2142         sync with sylpheed 0.5.0
2143                 change of version number only
2144
2145 2001-07-06 [paul]
2146
2147         0.5.0claws5
2148
2149         sync with sylpheed 0.5.0pre5
2150
2151 2001-07-05 [paul]
2152
2153         sync with sylpheed 0.5.0pre4 release
2154                 /po and /manual/ja not sync'ed
2155
2156 2001-07-04 [paul]
2157
2158         more sync with sylpheed 0.5.0pre4
2159
2160 2001-07-03 [christoph]
2161
2162         * src/addressbook.c
2163                 fixed address book broken by address book
2164                 for VCard, JPilot, LDAP
2165
2166 2001-07-03 [alfons]
2167
2168         * src/matcher.c
2169         * src/textview.c
2170                 stopped memory leaks
2171
2172 2001-07-03 [paul]
2173
2174         more sync with sylpheed 0.5.0pre4
2175
2176 2001-07-02 [match]
2177
2178         * included address book patch for VCard, JPilot, LDAP
2179         * pref_common.c - fixed Font options on Display tab (cosmetic)
2180         * alertpanel.c - fixed truncated message
2181
2182 2001-07-02 [christoph]
2183
2184         * src/mbox_folder.c
2185         * src/procmsg.[ch]
2186         * src/summaryview.c
2187                 mark threads for ignoring
2188
2189 2001-07-02 [paul]
2190
2191         0.5.0claws4
2192
2193         * sync with sylpheed 0.5.0pre4
2194                 updated gettext to 0.10.38.
2195
2196 2001-07-01 [paul]
2197
2198         * src/ mainwindow.c
2199         * src/procmsg.h
2200         * src/summaryview.[ch]
2201                 new right-click option: Label.
2202                 substitute for 'Mark-->Mark/Unmark', colours the line.
2203                 (submitted by Satoshi Nagayasu <snaga@snaga.org>)
2204
2205 2001-07-01 [christoph]
2206
2207         * src/folderview.c
2208                 fixed font for trash
2209         * src/summaryview.c
2210                 move ctree to unread message
2211
2212 2001-07-01 [paul]
2213
2214         * sync with sylpheed 0.5.0pre3 release
2215
2216 2001-06-30 [alfons]
2217
2218         * src/filesel.[ch]
2219         * src/compose.c
2220                 allow inserting / attaching multiple files in
2221                 the composer window
2222
2223 2001-06-30 [paul]
2224
2225         * src/codeconv.c
2226                 small change to Alfons' previous stuff so that it
2227                 actually makes
2228
2229 2001-06-30 [alfons]
2230
2231         * lots of files changed; first attempt to merge the changes
2232           and bugfixes submitted by Andre Eibel (ae@baltic-online.de).
2233
2234 2001-06-30 [paul]
2235
2236         * po/pt_BR.po
2237                 updated and completed, translations by Fabio
2238                 Junior Beneditto <fjbeneditto@yahoo.com.br>
2239
2240 2001-06-29 [alfons]
2241
2242         * src/compose.c
2243         * src/mimeproc.[ch]
2244                 allow selecting an attached files' mime type from a 
2245                 list of types.
2246
2247 2001-06-29 [paul]
2248
2249         * more sync with sylpheed 0.5.0pre3
2250
2251 2001-06-29 [paul]
2252
2253         * po/pt_BR.po
2254                 merge with sylpheed.pot and pt_BR.po provided by
2255                 Fabio Junior Beneditto.
2256
2257 2001-06-29 [darko]
2258
2259         * src/procmime.c
2260                 make MIME types case insensitive
2261
2262 2001-06-28 [alfons]
2263
2264         * po/nl.po
2265                 merge with sylpheed.pot and old nl.po; translations added.
2266
2267 2001-06-28 [paul]
2268
2269         * more sync with sylpheed 0.5.0pre3
2270
2271 2001-06-27 [alfons]
2272
2273         * src/summaryview.c
2274                 don't crash when removing parent node of messages
2275                 attracted by subject. this was caused by not deleting
2276                 the parent node from the subject line hash table.
2277
2278 2001-06-27 [alfons]
2279
2280         * src/summaryview.c
2281         * src/compose.[ch]
2282         * src/mainwindow.c
2283                 if there are multiple messages selected, allow forwarding
2284                 them as attachments.
2285
2286 2001-06-27 [paul]
2287
2288         * more sync with sylpheed 0.5.0pre3
2289
2290 2001-06-26 [paul]
2291
2292         0.5.0claws3
2293
2294         * sync with sylpheed 0.5.0pre3
2295
2296 2001-06-25 [paul]
2297
2298         * src/mainwindow.c
2299                 fixed 'compose news article' bug
2300                 from icon-and-text toolbar
2301
2302 2001-06-25 [paul]
2303
2304         * sync with sylpheed 0.5.0pre2 release
2305
2306 2001-06-24 [christoph]
2307
2308         * src/prefs_common.c
2309                 bug fix in font selection
2310         * src/folderview.c
2311                 use sylpheed's normal font instead of
2312                 gtk default font for folders without
2313                 new messages
2314
2315 2001-06-24 [alfons]
2316
2317         * src/mainwindow.[ch]
2318                 added composite compose mail / news button (an idea by Leandro
2319                 Pereira <leandro@linuxmag.com.br>)
2320
2321 2001-06-24 [paul]
2322
2323         Added instructions for ldif-to-xml.py
2324
2325         * tools/README
2326
2327 2001-06-23 [alfons]
2328
2329         Some minor things.
2330
2331         * src/pixmaps/stock_news_compose.xpm
2332                 added pixmap by Leandro
2333         * src/prefs_common.c
2334                 tested built-in spelling checker of GCC 3.0 :)
2335         * po/nl.po
2336                 merged dutch translation of sylpheed-main with
2337                 sylpheed.pot
2338
2339 2001-06-23 [paul]
2340
2341         Added tools directory and files.
2342
2343         * tools/filter_conv.pl
2344                 converts old filter system to new filtering system
2345         * tools/ldif-to-xml.py
2346                 converts netscape addressbook to sylpheed addressbook
2347         * tools/README
2348                 descriptions/instructions for above two files
2349
2350 2001-06-23 [christoph]
2351
2352         * src/inc.c
2353         * src/manage_window.[ch]
2354         * src/prefs_common.[ch]
2355                 mail retrieval dialog can be enabled, disabled
2356                 or hidden if non of sylpheed's windows is active
2357
2358 2001-06-22 [paul]
2359
2360         0.5.0claws2
2361
2362         * sync with sylpheed 0.5.0pre2
2363
2364 2001-06-21 [christoph]
2365
2366         * src/summaryview.c
2367                 show recipient on 'from' for all accounts
2368                 
2369         * src/inc.c
2370         * src/prefs_common.[ch]
2371                 disable error popup on mail receive errors
2372
2373 2001-06-21 [alfons]
2374
2375         * src/compose.c
2376                 made the ruler correctly appear and disappear.
2377
2378         * src/Makefile.am
2379                 removed Hoa's work-in-progress-stuff (interesting!) so 
2380                 claws compiles ok.
2381
2382 2001-06-20 [christoph]
2383
2384         * src/inc.c
2385         * src/progressdialog.c
2386                 added scrolled window for list in progressdialog
2387
2388 2001-06-20 [paul]
2389
2390         sync with sylpheed 0.5.0pre1 release
2391
2392 2001-06-20 [christoph]
2393
2394         * src/summeryview.c
2395                 make building threads by subject work when
2396                 thread view is enabled
2397                 
2398         * src/compose.c
2399         * src/prefs_common.[ch]
2400                 automatically select account for mail replys
2401
2402 2001-06-19 [sergey]
2403
2404         * src/compose.c (compose_create): keep Bcc and Reply-To visible if
2405         they are filled in from the account settings.
2406
2407 2001-06-19 [paul]
2408
2409         * more sync with sylpheed 0.5.0pre1
2410
2411 2001-06-18 [alfons]
2412
2413         * src/Makefile.am,
2414           src/procmime.c
2415                 added --sysconfdir to CPPFLAGS for pointing to the correct
2416                 location of mime.types. 
2417
2418                 NOTE: make sure you use --sysconfdir when running ./autogen.sh
2419                 or ./configure!
2420
2421 2001-06-18 [hoa]
2422
2423         * src/summaryview.c
2424                 fixed some bug when building threads
2425
2426 2001-06-18 [pau]l
2427
2428         * src/prefs_account.c
2429                 UI stuff: More changes to the English
2430
2431 2001-06-18 [paul]
2432
2433         * src/pixmaps/stock_news_compose.xpm: new file
2434         * src/Makefile.am
2435         * src/mainwindow.c
2436         * src/summaryview.c
2437                 Added new icon for Hoa's 'compose a news
2438                 message', plus minor improvements to the
2439                 English
2440
2441         * po/ja.po
2442         * ChangeLog
2443         * ChangeLog.jp
2444                 more sync with sylpheed 0.5.0pre1
2445
2446 2001-06-18 [hoa]
2447
2448         * src/compose.[ch]
2449         * src/mainwindow.c
2450                 Follow-up and reply to
2451
2452         * src/summaryview.[ch]
2453                 Build threads also with subjects
2454
2455 2001-06-17 [hoa]
2456
2457         * src/compose.c
2458                 forwarding use the current account.
2459
2460         * src/mainwindow.c
2461                 the "compose message" button has been replaced with
2462                 "new mail" and "new news" buttons
2463
2464         * src/prefs_common.[ch]
2465                 added a configuration option to use the forward button
2466                 as "forward as attachment"
2467                 changed reply and forward format description
2468
2469         * src/quote_fmt_lex.l
2470         * src/quote_fmt_parse.y
2471                 added message with no signature in format for reply
2472                 and forward.
2473
2474 2001-06-17 [paul]
2475
2476         Minor UI stuff
2477
2478         * src/mainwindow.c
2479         * src/summaryview.c
2480                 Improvements to the English
2481
2482         * src/prefs_common.c
2483                 Improvements to the English and some
2484                 clarity/continuity improvements in the
2485                 description of Quote symbols.
2486
2487 2001-06-17 [paul]
2488
2489         0.5.0claws1
2490
2491         * sync with sylpheed 0.5.0pre1
2492
2493 2001-06-17 [hoa]
2494
2495         * src/compose.c
2496                 Better interface for compose, displayed fields
2497                 are updated whenever we change account.
2498                 Newsgroups field is automatically filled.
2499
2500         * src/mainwindow.c
2501                 Newsgroups field is automatically filled.
2502
2503         * src/prefs_account.c
2504                 Some interface stuff when fields appear and
2505                 disappear.
2506
2507 2001-06-16 [paul]
2508
2509         0.4.99claws
2510
2511         * sync with sylpheed 0.4.99
2512
2513 2001-06-16 [sergey]
2514
2515         * src/base64.c, src/base64.h (Base64Decoder, base64_decoder_new,
2516         base64_decoder_free, base64_decoder_decode): new object and
2517         functions for decoding base64 streams.
2518         * src/procmime.c (procmime_decode_content): modified to use the
2519         new base64 decoder.
2520
2521 2001-06-15 [paul]
2522
2523         0.4.99claws10
2524
2525         * sync with sylpheed 0.4.99cvs11
2526
2527 2001-06-13 [paul]
2528
2529         0.4.99claws9
2530
2531         * sync with sylpheed 0.4.99cvs9
2532
2533 2001-06-13 [hoa]
2534
2535         * src/compose.c
2536         * src/prefs_account.c
2537
2538                 SMTP server can be defined in the news account
2539                 mime type of attachment are kept.
2540
2541         * src/summaryview.c
2542
2543                 now choose the highest important score between default
2544                 and important score of folder.
2545
2546 2001-06-09 [alfons]
2547         
2548         * src/prefs_common.c: 
2549
2550                 (prefs_quote_description_create): corrected description of 
2551                 quote format characters
2552
2553 2001-06-09 [paul]
2554
2555         0.4.99claws8
2556
2557         * sync with sylpheed 0.4.99cvs8
2558
2559 2001-06-08 [sergey]
2560
2561         * src/Makefile.am: fix for "make dist": added quote_fmt_parse.h
2562         and pixmaps/stock_mail_reply_to_author.xpm to EXTRA_DIST.
2563
2564 2001-06-08 [paul]
2565
2566         0.4.99claws7
2567
2568         * sync with sylpheed 0.4.99cvs7
2569
2570 2001-06-06 [sergey]
2571
2572         * src/quote_fmt.h: renamed from src/quote_fmt_parse.h (which
2573         clashes with autogenerated header).
2574         * src/compose.c, src/quote_fmt_parse.y: #include "quote_fmt.h"
2575         * src/Makefile.am: added quote_fmt.h.
2576         * src/.cvsignore: added lex/yacc autogenerated files
2577         (quote_fmt_lex.c, quote_fmt_parse.c, quote_fmt_parse.h).
2578
2579 2001-06-06 [paul]
2580
2581         0.4.99claws6
2582
2583         * sync with sylpheed 0.4.99cvs6
2584
2585 2001-06-06 [hoa]
2586
2587         * added src/quote_fmt_parse.h
2588         * src/compose.c
2589                 removed warnings
2590
2591         * src/prefs.[ch]
2592                 don't modify readonly configuration files
2593
2594         * src/prefs_account.c
2595         * src/prefs_common.c
2596         * src/prefs_customheader.c
2597         * src/prefs_display_header.c
2598         * src/prefs_filter.c
2599         * src/prefs_filtering.c
2600         * src/prefs_scoring.c
2601                 don't open dialog box when configuration files
2602                 are readonly
2603
2604 2001-06-05 [sergey]
2605
2606         * configure.in: added AM_PROG_LEX and AC_PROG_YACC.
2607
2608         * src/Makefile.am: replaced quote_fmt.tab.[ch] by
2609         quote_fmt_lex.[lh], quote_fmt_parse.y; added YFLAGS=-d; added
2610         BUILT_SOURCES to make all files rebuild properly.
2611
2612         * src/compose.c: removed #include "quote_fmt.tab.h".
2613
2614         * src/quote_fmt_lex.l: renamed from quote_fmt.l; changed to return
2615         CHARACTER value in yylval.
2616
2617         * src/quote_fmt_parse.y: renamed from quote_fmt.y; changed to
2618         receive CHARACTER value by documented means (yylval).
2619
2620         * src/lex.quote_fmt.c, src/quote_fmt.{l,y,tab.{c,h}}: removed.
2621
2622 2001-06-05 [hoa]
2623
2624         * src/Makefile.am
2625                 changed quote_fmt.[ch] into quote_fmt.tab.[ch]
2626
2627         * src/filtering.c
2628         * src/matcher.c
2629         * src/matcher.h
2630         * src/prefs_filtering.c
2631                 now keep the configuration for execute action
2632
2633         * src/mbox_folder.c
2634                 fixed a warning
2635
2636 2001-06-05 [paul]
2637
2638         * sync with sylpheed 0.4.99cvs5
2639
2640 2001-06-05 [hoa]
2641
2642         * src/Makefile.am
2643                 added quote_fmt.[ch]
2644
2645         * added src/quote_fmt.y
2646         * added src/quote_fmt.l
2647         * added src/quote_fmt.tab.h
2648         * added src/quote_fmt.tab.c
2649         * added src/lex.quote_fmt.c
2650                 parsing configuration for replying
2651                 and forwarding
2652
2653         * src/prefs_common.[ch]
2654                 added configuration UI for replying
2655                 and forwarding
2656
2657         * src/compose.c
2658                 using configuration for replying
2659                 and forwarding
2660
2661 2001-06-04 [hoa]
2662
2663         * src/filtering.c
2664         * src/matcher.c
2665         * src/matcher.h
2666         * src/prefs_filtering.c
2667         * src/prefs_matcher.c
2668         * src/prefs_matcher.h
2669                 action "run a command" for filtering
2670                 and matching with a command.
2671                 fixed the "whole message" matching
2672
2673         * src/mbox_folder.c
2674                 changed temporary filename for security
2675
2676         * src/messageview.c
2677                 queue the notification if it fails to send.
2678
2679         * src/prefs_common.c
2680         * src/prefs_folder_item.c
2681                 changed the default important score             
2682
2683         * src/prefs_scoring.c
2684         * src/scoring.c
2685                 hide kill score input when the folder is not
2686                 a newsgroup
2687
2688 2001-06-03 [alfons]
2689
2690         * src/prefs_common.c:
2691
2692                 (prefs_font_select): pass font name in font entry box to font
2693                 selection dialog.
2694
2695 2001-06-03 [sergey]
2696
2697         * src/smtp.c (smtp_ok): fixed sock_gets() error handling.
2698
2699 2001-06-03 [paul]
2700
2701         * sync with sylpheed 0.4.99cvs4
2702
2703 2001-06-03 [alfons]
2704
2705         * src/headerwindow.c:
2706
2707                 (headerwindow_show_cb): use the selected summary view item, not
2708                 the displayed item.
2709
2710 2001-06-02 [alfons]
2711
2712         * src/headerwindow.c:
2713
2714                 (headerwindow_show_cb): always try to show msginfo
2715
2716 2001-06-02 [hoa]
2717
2718         * src/compose.c
2719                 keep attached parts when reediting or forwarding.
2720
2721 2001-06-01 [hoa]
2722
2723         * src/folderview.c
2724         * src/prefs_folder_item.[ch]
2725         * src/prefs_scoring.[ch]
2726         * src/scoring.[ch]
2727         * src/summaryview.[ch]
2728         * src/main.c
2729         * src/mainwindow.c
2730         * src/prefs_common.[ch]
2731                 support for folder scoring
2732                 kill score and important score for messages
2733         
2734         * src/prefs_account.c
2735                 some display bug fixed for local account
2736                 preferences
2737
2738 2001-05-31 [alfons]
2739
2740         * src/summaryview.c:
2741
2742                 (add_sender_to_cb): don't crash when no or invalid sender; the add 
2743                 sender to address book menu item is disabled.
2744
2745 2001-05-30 [hoa]
2746
2747         * src/filtering.[ch]
2748         * src/summaryview.c
2749                 handling summary menu / filter messages
2750
2751         * src/folder.[ch]
2752                 add some stuff
2753
2754         * src/foldersel.c
2755                 imap folders now appears in list
2756
2757         * src/mbox_folder.c
2758                 doesn't crash if destination mail is not writeable
2759
2760 2001-05-29 [hoa]
2761
2762         * src/compose.c
2763                 removed some warnings
2764
2765         * src/filtering.c
2766         * src/folder.[ch]
2767         * src/prefs_filtering.c
2768                 global string to identify any folders           
2769                 removed some debug info
2770                 filtering to mbox folders is now possible
2771
2772         * src/mainwindow.c
2773                 removed some warnings
2774
2775         * src/mbox_folder.c
2776                 permission on files are changed to read/write for user only,
2777                 nothing for other.
2778                 creation of subfolder is handled better.
2779
2780 2001-05-28 [alfons]
2781
2782         Verified the sync for src/prefs_common.[ch] and
2783         src/prefs_account.[ch]. I believe there were some
2784         minor indentation differences.
2785
2786 2001-05-28 [paul]
2787
2788         0.4.99claws3
2789
2790         * sync with 0.4.99cvs3
2791
2792 2001-05-28 [hoa]
2793
2794         * src/compose.c
2795                 handling flags for mbox format
2796
2797         * src/filtering.c
2798                 use of mark file only for MH format
2799                 handling flags for mbox format
2800                 filtering cannot yet move or copy mails to mbox folders.
2801
2802         * src/folder.[ch]
2803                 changed move_msg, copy_msg,
2804                 move_msgs_with_dest, copy_msgs_with_dest functions
2805                 uses only folder->copy_msg() function
2806                 uses folder->finished_copy() to handle the destination
2807                 folder at the end of the copy or move operation.
2808
2809         * src/foldersel.c
2810                 included mbox directories.
2811
2812         * src/folderview.[ch]
2813         * src/mainwindow.c
2814                 handle folders operation for mbox format
2815
2816         * src/mbox.c
2817                 disable conversion of "From " header
2818
2819         * src/mbox_folder.[ch]
2820                 completion of mbox format handling
2821
2822         * src/mh.c
2823                 changed mh_copy_msg() function and
2824                 removed mh_move_msg(), mh_move_msgs_with_dest(),
2825                 mh_copy_msgs_with_dest()
2826
2827         * src/prefs_filtering.c
2828                 removed some warnings
2829
2830         * src/prefs_matcher.c
2831                 default boolean operation is AND
2832
2833         * src/procheader.c
2834                 handling flags for mbox format
2835                 handling of "From " header
2836
2837         * src/procmsg.[ch]
2838                 removed data field
2839                 added MSG_REALLY_DELETED flags to handle deletion of
2840                 messages in mbox format.
2841
2842         * src/summaryview.c
2843                 handling flags for mbox format
2844                 disable the MSG_DELETED flags when messages
2845                 are deleted in mbox format
2846
2847         * src/textview.c
2848                 "From " headers display fixed.
2849
2850 2001-05-27 [alfons]
2851
2852         * src/textview.c:
2853                 
2854                 (get_email_part): skip quoted email addresses, like in e.g.
2855                 "'alfons@proteus.demon.nl'".
2856
2857 2001-05-26 [alfons]
2858
2859         Minor GUI fixes adding horizontal scrollbars to Hoa's matcher dialogs,
2860         and fixing the persistence troubles when using separate windows.
2861
2862         * src/mainwindow.c:
2863         
2864             Added #define SEPARATE_ACTION used in the gtk item factory for 
2865             the SEPARATE_FOLDER and SEPARATE_MESSAGE items, so we can
2866                 use gtk_item_factory_get_widget_by_action() to get the items.
2867                 
2868             Removed separate_widget_cb from the gtk item factory data   
2869           
2870             (mainwindow_create): connect separate_widget_cb() to check
2871             menu item "toggled" signal. also passing a MainWindow pointer
2872                 as object data for both check menu items.
2873                 
2874             (separate_widget_cb): definition of separate_widget_cb() to match
2875             GtkCheckMenuItem's "toggled" signal. Now get the pointer to the main 
2876                 window using gtk_object_get_data(). The type of window separation 
2877                 (SEPARATE_MESSAGE or SEPARATE_FOLDER) is passed as the signal's data
2878         
2879         * src/prefs_filtering.c,
2880           src/prefs_matcher.c: added horizontal scrollbars
2881
2882 2001-05-25 [darko]
2883
2884         * src/headerview.c
2885                 fix segfault with invalid bold font
2886         * src/summaryview.c
2887                 correctly display summary stats after row is marked
2888
2889 2001-05-23 [sergey]
2890
2891         * src/codeconv.c (conv_get_code_conv_func): fix for ISO-8859-*
2892         encodings with libjconv.
2893
2894 2001-05-23 [hoa]
2895
2896         * src/Makefile.am
2897                 added mbox_folder.[ch]
2898         * src/defs.h
2899                 mbox temporary folder
2900         * src/folder.[ch]
2901         * added src/mbox_folder.[ch]
2902         * src/folderview.c
2903         * src/procheader.[ch]
2904                 added mbox support
2905         * src/mbox.c
2906                 bugfix for file incorporation filtering
2907         * src/imap.c
2908                 enable creation of MBOX
2909         * src/prefs_display_header.c
2910                 enable use of headers like "From "
2911                 something that should be fixed :
2912                         displaying of such headers add an extra space
2913         * src/prefs_folder_item.c
2914                 don't create folders because it is not necessary
2915         * src/procmsg.h
2916                 added data field to MsgInfo for mbox internal use
2917         * src/summaryview.c
2918                 added some support for mbox
2919         * src/utils.[ch]
2920                 added get_mbox_cache_dir() function
2921
2922 2001-05-23 [hiroyuki]
2923
2924         * src/headerwindow.c
2925           src/inc.c
2926           src/main.c
2927           src/mh.c
2928           src/nntp.c
2929           src/procmsg.h
2930           src/session.h
2931           src/socket.[ch]
2932           src/summaryview.c
2933           src/textview.c
2934           src/automaton.c
2935           src/folderview.c: more sync with 0.4.99cvs2.
2936
2937         * src/headerwindow.c: reverted.
2938
2939 2001-05-22 [paul]
2940
2941         0.4.99claws2
2942
2943         * sync with sylpheed 0.4.99cvs2
2944                 * src/news.[ch]
2945                 * src/nntp.[ch]
2946                 * INSTALL
2947                 * INSTALL.jp
2948
2949 2001-05-22 [alfons]
2950
2951         * src/summaryview.c: bugfixed a premature assignment in  summaryview_add_sender_to_cb()
2952
2953 2001-05-21 [alfons]
2954
2955         Minor things:
2956
2957         * configure.in: if gnome-config not found, "no" is displayed
2958         
2959         * sylpheed.desktop: "Hello World" is replaced with "Sylpheed Mail"
2960
2961         * src/textview.c: now also possible to add mail addresses by right
2962           clicking in the text view
2963
2964         * src/codeconv.c: merged patch which fixes endless loop when encountering
2965           invalid wide characters; from Alte <010@imis.ru>  
2966
2967 2001-05-20 [alfons]
2968
2969         Added installation of gnome specific things:
2970
2971         * Makefile.am: gnome conditional
2972
2973         * configure.in: check for installed gnome
2974
2975         * added sylpheed.png, sylpheed.desktop
2976
2977 2001-05-20 [sergey]
2978
2979         * src/pixmaps/stock_mail_reply_to_author.xpm: new file.
2980
2981         * src/mainwindow.h (main_window_toolbar_create): created a button
2982         for "Reply to all".
2983         (main_window_set_toolbar_sensitive): enable/disable the new button
2984         appropriately.
2985         (toolbar_reply_to_author_cb): handle the new button.
2986
2987         * src/send.c (SEND_EXIT_IF_ERROR, SEND_EXIT_IF_NOTOK): call
2988         send_progress_dialog_destroy() on failure (fixes hang on SMTP
2989         failure).
2990
2991 2001-05-19 [sergey]
2992
2993         * src/compose.h (ComposeReplyMode): new modes
2994         COMPOSE_REPLY_TO_AUTHOR, COMPOSE_REPLY_TO_AUTHOR_WITH_QUOTE,
2995         COMPOSE_REPLY_TO_AUTHOR_WITHOUT_QUOTE.
2996
2997         * src/compose.c
2998         (compose_send): move some code into a new function:
2999         (compose_current_mail_account): new function.
3000         (compose_reply): new argument to_author, all callers changed; if
3001         to_author==TRUE and account->protocol==A_NNTP, find and use an
3002         appropriate mail account for replying.
3003         (compose_reply_set_entry): new argument to_author; ignore
3004         compose->replyto if to_author==TRUE.
3005
3006         * src/mainwindow.c: new command "Message/Reply to author".
3007         (main_window_set_menu_sensitive): enable/disable it.
3008         (reply_cb): handle it.
3009
3010         * src/summaryview.c: new command "Reply to author".
3011         (summary_set_menu_sensitive): enable/disable it.
3012         (summary_reply_cb): handle it.
3013
3014         * src/account.c (account_find_mail_from_address): new function.
3015
3016 2001-05-18 [paul]
3017
3018         0.4.99claws1
3019
3020         * sync with sylpheed 0.4.99cvs1
3021
3022 2001-05-18 [hoa]
3023
3024         * src/compose.[ch]
3025         * src/filtering.c
3026         * src/summaryview.c
3027                 new filtering action : forward and forward as attachment
3028
3029         * src/main.c
3030                 no need for $DISPLAY when we run sylpheed --help
3031                 call to parse_cmd_opt() is moved
3032
3033         * src/mainwindow.[ch]
3034                 execute button is hidden when immediate execute
3035                 is chosen
3036
3037         * src/mh.c
3038         * src/news.c
3039         * src/prefs_folder_item.c
3040         * src/procmsg.c
3041                 better handling of missing directories
3042
3043         * src/summaryview.c
3044                 reedit is enabled in outbox
3045                 reedit is enabled in queue
3046
3047 2001-05-17 [hoa]
3048
3049         * src/filtering.c
3050         * src/matcher.[ch]
3051         * src/prefs_filtering.c
3052                 changed attachement into attachment
3053
3054 2001-05-17 [alfons]
3055
3056         0.4.67claws4    
3057
3058         * sync with sylpheed 0.4.67cvs9
3059         * sync with sylpheed 0.4.67cvs7-8
3060
3061 2001-05-17 [hoa]
3062
3063         * src/Makefile.am
3064                 added prefs_filtering.c
3065
3066         * src/filtering.[ch]
3067         * src/matcher.[ch]
3068                 removed action : forward_news and forward_news_as_attachement
3069                 (forward and forward_as_attachement can be used instead)
3070
3071         * src/mainwindow.c
3072                 added menu option to access filtering configuration
3073
3074         * src/prefs_account.c
3075                 changed mail_command default to /usr/sbin/sendmail
3076
3077         * added src/prefs_filtering.[ch]
3078                 dialog box for filtering configuration
3079
3080         * src/prefs_matcher.c
3081                 added function prefs_matcher_get_criteria_from_matching()
3082
3083         * src/prefs_scoring.c
3084                 reset the dialog when register or substitute is clicked
3085
3086 2001-05-15 [hoa]
3087
3088         * src/Makefile.am
3089                 added filtering.[ch]
3090         * src/inc.c
3091                 using filering.[ch] instead of filter.[ch]
3092         * src/main.c
3093                 reading new filtering configuration
3094         * src/matcher.[ch]
3095                 added some filtering actions
3096                 and fixed a bug for headers and mail body matching
3097         * src/mbox.c
3098                 using filering.[ch] instead of filter.[ch]
3099         * src/mh.c
3100                 handling invalid MsgInfo in mh_copy_msg() and mh_move_msg()
3101         * src/summaryview.c
3102                 some fixes for filtering
3103
3104 2001-05-14 [hiroyuki]
3105
3106         * src/send.c: fixed some weird indentations.
3107           send_message_with_command(): call pclose() only if p != NULL.
3108         * src/textview.c: get_email_part(): modified the code for readability.
3109
3110 2001-05-14 [hiroyuki]
3111
3112         * src/md5global.h
3113           src/md5ify.c
3114           src/md5ify.h: removed from the cvs.
3115
3116 2001-05-13 [sergey]
3117
3118         * src/main.c: include rfc2015.h to avoid compiler warnings.
3119         * src/alertpanel.c (alertpanel_message_with_disable): return 0 if
3120         the panel is already on screen.
3121         * src/prefs_customheader.c (prefs_custom_header_delete_cb): treat
3122         closing the alert window by ESC as "No".
3123         * src/prefs_common.c (prefs_interface_create): moved return
3124         receipt check button to the correct place.
3125
3126 2001-03-13 [alfons]
3127
3128         * src/prefs_common.c: 
3129                 moved return receipt check button to the Send tab. (prefs_send_create)
3130                 removed the date format ui related globals. (prefs_display_create)
3131
3132         0.4.67claws3
3133         
3134         * sync with sylpheed 0.4.67cvs5-6
3135
3136 2001-05-13 [paul]
3137
3138         * added Alfons' font selection patch
3139
3140         * src/defs.h
3141         * src/headerwindow.c
3142         * src/prefs_common.c
3143         * src/prefs_common.h
3144
3145 2001-05-13 [hoa]
3146         * src/defs.h
3147                 changed version of cache
3148         * src/matcher.[ch]
3149         * src/prefs_matcher.c
3150                 added additionnal matching criteria
3151         * src/procheader.c
3152         * src/procmsg.[ch]
3153         * src/news.c
3154                 added references in MsgInfo
3155
3156 2001-05-12 [hoa]
3157
3158         * src/defs.h
3159                 prepared some things for new filtering
3160         * src/matcher.[ch]
3161                 added some matching properties
3162                 inreplyto need to be enhanced
3163                 prepared some things for new filtering
3164         * src/messageview.c
3165                 added Return-Receipt-To handling
3166         * src/prefs_folder_item.c
3167                 changed default value to TRUE
3168         * src/prefs_matcher.c
3169                 added some matching properties
3170         * src/prefs_scoring.[ch]
3171                 the scoring dialog is finished
3172         * src/procheader.c
3173                 added Return-Receipt-To handling
3174                 Reference need to be added
3175         * src/procmsg.[ch]
3176                 added Return-Receipt-To handling
3177                 added threadscore to get a better score sorting when
3178                 threads are enabled
3179         * src/summaryview.c
3180                 suppressed a bug when we sort the list
3181                 when no folder is opened.
3182                 better score sorting when threads are enabled
3183
3184 2001-05-12 [alfons]
3185
3186         * reverted previous patch because of potential errors 
3187
3188         0.4.67claws2
3189         
3190         * src/inc.c, src/prefs_common.c, src/prefs_common.h: 
3191                 applied "toggle mail-retrieval dialog window" patch submitted 
3192                 by Eric Limpens <eric@qnt.net>
3193
3194         * sync with sylpheed 0.4.67cvs4
3195
3196 2001-05-12 [sergey]
3197
3198         * src/matcher.c, src/scoring.c: changed "#ifdef 0" to "#if 0" for
3199         some picky compilers.
3200         * src/rfc2015.h: provide prototype for rfc2015_disable_all().
3201         * src/grouplist_dialog.c: include alertpanel.h.
3202         * src/prefs_headers.c (prefs_headers_deleted): added GTK_BUTTON to
3203         fix compile warning.
3204         * src/scoring.c, src/prefs_folder_item.c, src/matcher.c: brought
3205         #include "defs.h" before others to prevent the warning of `MIN'
3206         and `MAX' redefinition.
3207
3208 2001-05-11 [hoa]
3209
3210         * src/main.c
3211         * src/messageview.c
3212         * src/prefs_account.c
3213         * src/prefs_display_header.c
3214                 removed warning
3215         * src/Makefile.am
3216                 added prefs_scoring.[ch]
3217         * src/grouplist_dialog.c
3218                 display an error dialog box if the group list
3219                 cannot be fetched.
3220         * src/mainwindow.[ch]
3221                 added main_window_set_thread_option() function
3222                 scoring dialog box enabled
3223         * src/matcher.[ch]
3224                 added flags matching unread /new / marked
3225                 / deleted / replied / forwarded
3226         * src/news.c
3227                 newsgroups are now finally in newscache
3228         * src/prefs_matcher.[ch]
3229                 finished preferences for matching dialog
3230         * added src/prefs_scoring.[ch]
3231                 scoring dialog box completed
3232         * src/scoring.[ch]
3233                 conversion to string : added scoringprop_to_string()
3234                 write config for preferences :
3235                 added prefs_scoring_write_config()
3236         * src/summaryview.c
3237                 threads can be enabled/disabled independently
3238                 for each folder
3239
3240 2001-05-10 [alfons]
3241
3242         0.4.67claws1
3243         
3244         * AUTHORS: 
3245                 thought it would be nice to have a list of all
3246                 contributors (used Changelog as a reference)
3247         
3248         * configure.in: 
3249                 messed up version numbering...
3250
3251         0.4.66claws1
3252
3253         * sync with sylpheed 0.4.67cvs1-3
3254
3255 2001-05-10 [darko]
3256
3257         * src/prefs_common.c:
3258                 better UI for strftime format, double clicking
3259                 on format now inserts the format in text entry
3260                 replaced close button with standard OK/Cancel
3261                 moved date format button to the right of the
3262                 text entry field
3263
3264 2001-05-09 [alfons]
3265
3266         * src/gtkstext.c:
3267                 Ctrl-Home / Ctrl-End have proper cursor navigation
3268
3269 2001-05-09 [hoa]
3270
3271         * src/prefs_matcher.c
3272                 finished UI to define matching properties
3273                 added ok and cancel button
3274         * src/prefs_filter.c
3275                 added ok and cancel button
3276         * src/news.c
3277                 fixed some bug in xhdr parsing
3278
3279 2001-05-08 [alfons]
3280
3281         * src/textview.c: 
3282                 fixed a bug in textview_show_header(), which displayed two colons (':');
3283                 cleaned up some warnings
3284
3285 2001-05-08 [hoa]
3286
3287         * src/Makefile.am
3288                 added prefs_matcher.[ch]
3289                 compilation with -W -Wall
3290         * src/alertpanel.c
3291                 ungrab the mouse events if grabbed - does it
3292                 fix the bug for disposition notification ?
3293         * src/mainwindow.c
3294                 added a menu option to open the matching dialog.
3295         * src/matcher.[ch]
3296                 added matcherprop_to_string() and matcherlist_to_string()
3297                 fixed some bugs, changed the name of some options
3298                 age_sup and age_inf becomes age_greater and age_lower,
3299                 body and messageheaders becomes body_part and headers_part,
3300                 changed the names of constants from SCORING_XXX to MATCHING_XXX
3301         * src/prefs_display_header.c
3302         * src/prefs_headers.c
3303                 fixed a bug that accidentally destroyed dialogs
3304                 when closed them with delete_event
3305                 Added *_deleted() which handle delete_event signal correctly.
3306         * src/prefs_folder_item.[ch]
3307                 added "enable_thread" field for future customization
3308         * added src/prefs_matcher.[ch]
3309                 sample of the UI to define matching properties
3310         * src/procheader.c
3311                 using procheader_headername_equal instead of str*cmp functions
3312                 using procheader_parse_header() function
3313         * src/scoring.c
3314                 using MATCHING_XXX instead of SCORING_XXX
3315         * src/summaryview.c
3316                 display the sender of the news even if this is ourself
3317                 when this is a news message.
3318         * src/textview.c
3319                 using headername_equal() instead of str*cmp functions
3320
3321 2001-05-08 [alfons]
3322
3323         0.4.66claws
3324
3325         * sync with sylpheed 0.4.66
3326         * src/gtkstext.c: trace logs added 
3327
3328 2001-05-08 [sergey]
3329
3330         * src/prefs_common.[ch]: added option to enable/disable GnuPG
3331         signature check popup.
3332         * src/rfc2015.c (check_signature): show signature check popup only
3333         if it is enabled in preferences.
3334
3335 2001-05-07 [alfons]
3336
3337         0.4.66claws4
3338         
3339         * sync with sylpheed 0.4.66cvs6
3340
3341 2001-05-07 [darko]
3342
3343         * src/prefs_common.[ch]: added option to enable/disable
3344           looking up sender name in address book for summary pane
3345         * src/summaryview.c: look up sender in the address book
3346           by using Alfons' address completion code
3347
3348 2001-05-07 [hiroyuki]
3349
3350         * src/inc.h
3351           src/pop.c: pop3_retr_recv(): removed cur_msg_bytes from the
3352           member of Pop3State.
3353         * src/news.c: brought #include "defs.h" before #include <glib.h>
3354           to prevent the warning of `MIN' and `MAX' redefinition.
3355
3356 2001-05-06 [hoa]
3357
3358         * removed src/headers_display.[ch]
3359         * removed src/prefs_display_headers.[ch]
3360         * src/inc.c
3361                 use a temporary file in the user directory for mbox import
3362         * src/news.c
3363                 added XHDR support to get "To" and "Cc" headers
3364                 (in order to match news with to or cc field for
3365                 scoring)
3366                 added function news_parse_xhdr() to get XHDR response
3367         * src/nntp.[ch]
3368                 added function nntp_xhdr()
3369         * src/matcher.c
3370                 fetch the message if necessary
3371
3372 2001-05-06 [alfons]
3373
3374         0.4.66claws3
3375
3376         * sync with sylpheed 0.4.66cvs3-5
3377
3378 2001-05-06 [hoa]
3379
3380         * src/utils.[ch]
3381                 added function itos_buf() to enable use of several buffers
3382         * src/summaryview.c
3383                 use of itos_buf() instead of itos() in summary list
3384                 to fix the broken display of message number.
3385
3386 2001-05-06 [alfons]
3387
3388         * src/gtkstext.c: bug in cursor up navigation fixed,
3389                 fixed another unsigned / signed comparison (we're getting there :-)
3390
3391 2001-05-06 [hoa]
3392
3393         * src/Makefile.am
3394                 added scoring.c scoring.h
3395                 prefs_folder_item.c prefs_folder_item.h
3396                 matcher.c matcher.h
3397         * src/defs.h
3398                 added FOLDERITEM_RC SCORING_RC
3399         * src/folder.[ch]
3400                 added prefs field in FolderItem :
3401                 properties for each folder (PrefsFolderItem),
3402                 sorting type and mode were added as the first properties.
3403         * src/main.c
3404                 read config for scoring
3405         * added src/matcher.[ch]
3406                 gives functions to parse configuration file to do
3407                 matching on mails with a list of conditions.
3408         * src/mainwindow.c
3409                 add option to sort by score
3410         * src/prefs_common.[ch]
3411                 added preference option to show score and for
3412                 the score column size
3413         * added src/prefs_folder_item.[ch]
3414                 properties for each folder (PrefsFolderItem),
3415                 sorting type and mode were added as the first properties.
3416         * src/procheader.[ch]
3417                 added procheader_parse_header()
3418                 added procheader_header_free()
3419                 added procheader_headername_equal()
3420                 and made modification to use them.
3421         * src/procmsg.[ch]
3422                 added score field to MsgInfo structure
3423         * added src/scoring.[ch]
3424                 gives functions to parse configuration file to do
3425                 scoring on mails with a list of conditions.
3426         * src/summaryview.[ch]
3427                 save the sorting type and mode for the folder
3428                 added column to display the score of the mail
3429                 added function summary_score_clicked()
3430                 sorting type and mode are restored to the folder
3431                 when it is reopen
3432         * src/textview.c
3433                 use procheader_parse_header(), procheader_headername_equal()
3434                 removed memory leak in text_scan_header when freeing headers
3435         * src/filter.c
3436                 changed the function to match names of headers
3437                 using procheader_headername_equal()
3438
3439         Scoring functions are implemented, an interface is needed
3440         to configure that.
3441
3442 2001-05-04 [alfons]
3443
3444         * src/gtkstext.c: 
3445                 hopefully fixed the row up navigation bug,
3446                 removed adding back / forward lines to cache
3447
3448 2001-05-04 [sergey]
3449
3450         * src/prefs_display_headers.c: user interface changes:
3451         (prefs_display_headers_create): remove unused "Show" check button;
3452         allow reordering of headers by dragging.
3453         (prefs_display_headers_write_config): remove unused variables.
3454         (prefs_display_headers_set_dialog): do not insert "(New)" at top
3455         of lists (not needed with the new UI).
3456         (prefs_display_headers_set_list): scan lists starting from row 0,
3457         not 1 (do not skip "(New)").
3458         (prefs_display_headers_find_header): new function.
3459         (prefs_display_headers_clist_set_row): do not allow duplicates.
3460         (prefs_display_headers_delete_cb): do not skip row 0; treat
3461         closing the alert window by ESC as "No".
3462         (prefs_display_headers_up): do not protect row 0.
3463         (prefs_display_headers_down): do not protect row 0.
3464
3465 2001-05-04 [sergey]
3466
3467         * src/mainwindow.c (next_marked_cb, prev_marked_cb): new
3468         functions.
3469
3470         * src/summaryview.c
3471         (summary_find_next_marked_msg, summary_find_prev_marked_msg,
3472         summary_select_next_marked, summary_select_prev_marked): new
3473         functions.
3474
3475 2001-05-03 [sergey]
3476
3477         * src/news.c: fixed a bug when no article can be fetched after
3478         server timeout if the connection was restored by news_post():
3479         (news_select_group): new function.
3480         (news_fetch_msg): call news_select_group() before fetching
3481         article.
3482         (news_get_uncached_articles): set session->group after successful
3483         GROUP command.
3484
3485 2001-05-03 [hoa]
3486
3487         * src/defs.h
3488         * src/procmsg.[ch]
3489         * src/procheader.c
3490                  changed version of cache, added cc field
3491
3492         * src/prefs_display_headers.c
3493                 the interface was changed
3494
3495         * src/prefs_headers.c
3496                 added cancel button
3497
3498 2001-05-03 [alfons]
3499
3500         * completed sync of sylpheed cvs2
3501         * src/gtkstext.c: updated row up / down cursor navigation
3502         * src/textview.c: re-edited, prepared for fixing the email address
3503                 scanner.
3504
3505 2001-05-03 [darko]
3506
3507         * src/prefs_common.c: use alfons' strftime ui code
3508         entry_datefmt and datefmt_sample widgets have to be
3509         global in this module because of this change
3510
3511 2001-05-03 [hoa]
3512
3513         * src/messageview.c
3514         * src/prefs_common.[ch] added option to activate the return receipt
3515                 feature.
3516
3517 2001-05-02 [alfons]
3518
3519         * src/gtkstext.c: fix for row up/down cursor navigation. 
3520
3521         0.4.66claws2
3522         
3523         * sync with 0.4.66cvs2
3524
3525 2001-05-02 [paul]
3526
3527         added add-sender-to-addressbook patch
3528
3529         * src/addressbook.c
3530         * src/addressbook.h
3531         * src/summaryview.c
3532
3533 2001-05-02 [sergey]
3534
3535         * src/alertpanel.h (AlertValue): added G_ALERT_VALUE_MASK,
3536         G_ALERTDISABLE.
3537
3538         * src/alertpanel.c (alertpanel_create): new argument can_disable,
3539         all existing callers changed to pass FALSE; create a check button
3540         to disable the message.
3541         (alertpanel_message_with_disable): new function.
3542         (alertpanel_show): mask value with G_ALERT_VALUE_MASK.
3543         (alertpanel_button_toggled): new function.
3544         (alertpanel_button_clicked, alertpanel_close): set value using
3545         G_ALERT_VALUE_MASK.
3546
3547         * src/prefs_common.h (PrefsCommon): new field gpgme_warning.
3548
3549         * src/prefs_common.c (prefs_privacy_create): new check button
3550         checkbtn_gpgme_warning.
3551
3552         * src/main.c (main): moved preferences reading before gpgme
3553         initialization; check prefs_common.gpgme_warning before giving the
3554         GnuPG warning and set it to FALSE if the user wants to disable the
3555         warning.
3556
3557 2001-05-02 [hiroyuki]
3558
3559         * src/prefs_display_headers.c: modified the layout and some labels.
3560
3561 2001-05-02 [sergey]
3562
3563         * src/prefs_account.c (prefs_account_fix_size): new function.
3564         (prefs_account_create): call prefs_account_fix_size(); use
3565         gtk_widget_show instead of gtk_widget_show_all (fixes too large
3566         size when the window is shown for the first time).
3567         (prefs_account_basic_create): changed layout of serv_table; moved
3568         localmbox_entry above smtpserv_entry (logically it replaces
3569         POP3/IMAP server).
3570         (prefs_account_protocol_activated): set sensitivity of
3571         nntpauth_chkbtn according to the protocol (in addition to
3572         hide/show); commented out gtk_table_set_row_spacing() calls.
3573         (prefs_account_nntpauth_toggled): do nothing if nntpauth_chkbtn is
3574         not sensitive (fixes a bug with disabled username/password boxes
3575         when editing POP3 account after NNTP with authentication).
3576
3577 2001-05-02 [hoa]
3578
3579         * src/account.c
3580         * src/inc.c
3581         * src/prefs_account.[ch]
3582         * src/send.c
3583                 removed local account without SMTP server
3584                 added option to use mail command instead of a connexion
3585                 to SMTP server when a local account is used
3586         * src/prefs_headers.c
3587                 fixed a bug
3588         * src/news.c
3589                 fixed a bug when connexion immediately closed
3590
3591 2001-05-01 [alfons]
3592
3593         0.4.66claws1
3594         
3595         * sync with 0.4.65
3596
3597 2001-05-01 [sergey]
3598
3599         * src/prefs_account.c (Basic, prefs_account_basic_create): new
3600         widget nntpauth_chkbtn.
3601         (prefs_account_protocol_activated): handle nntpauth_chkbtn
3602         visibility.
3603         (prefs_account_nntpauth_toggled): new function.
3604
3605         * src/news.c (news_session_new_for_folder): use NNTP
3606         authentication only if ac->use_nntp_auth is set.
3607
3608 2001-05-01 [hoa]
3609
3610         * src/Makefile.am changed headers.[ch] in customheader.[ch]
3611         * src/prefs_display_headers.c changed the UI
3612         * src/prefs_headers.c changed account_name to account_id
3613         * src/compose.c using customheader.h
3614
3615 2001-05-01 [hiroyuki]
3616
3617         * src/esmtp.c
3618           src/news.c
3619           src/nntp.c: changed sock_read() to sock_gets(), they've been left
3620           unsynched.
3621
3622 2001-05-01 [hoa]
3623
3624         * src/Makefile.am added prefs_display_headers.[ch] headers_display.[ch]
3625         * src/defs.h added HEADERS_DISPLAY_RC : name of the config file
3626                 for displaying of headers
3627         * src/grouplist_dialog.[ch] minor changes to remove warnings
3628         * src/prefs_display_headers.[ch] dialog to choose the
3629         headers to display in the mail viewer.
3630         * src/headers.h correction of #define
3631         * src/headers_display.[ch] configuration for displaying of headers.
3632         * src/main.c read config of displaying of headers
3633         * src/prefs_common.c add a button to access the config dialog
3634                 for displaying of headers
3635         * src/prefs_display_headers.[ch] dialog for configuration for
3636                 displaying of the headers.
3637         * src/prefs_headers.c cleaning of code
3638         * src/procheader.c comments added to code
3639         * src/textview.c changes to reorder the headers depending
3640                 on the config for displaying of headers
3641
3642 2001-04-30 [alfons]
3643
3644         0.4.65claws7
3645
3646         * sync with 0.4.65cvs12
3647
3648         NOTE: nntp.c and news.c in claws and cvs branch differ significantly!
3649
3650 2001-04-30 [sergey]
3651
3652         * src/nntp.h (NNTPSockInfo): new field auth_failed.
3653
3654         * src/nntp.c (nntp_mode): return NN_AUTHREQ if sock->auth_failed
3655         is set to force reconnection after authentication failure.
3656         (nntp_gen_command): set sock->auth_failed on authentication
3657         failure, or if sock->userid and sock->passwd are not set.
3658
3659         * src/news.c (news_session_new_for_folder): set userid=NULL if
3660         password dialog is cancelled.
3661
3662 2001-04-30 [sergey]
3663
3664         * src/nntp.h (NNTPSockInfo): new type.
3665
3666         * src/nntp.c: all functions updated to use NNTPSockInfo instead of
3667         SockInfo.
3668         (nntp_open_auth, nntp_close): new functions.
3669         (nntp_gen_command): new function to handle authentication; all
3670         NNTP command functions updated to use it.
3671         (nntp_authinfo_user, nntp_authinfo_pass): deleted.
3672         (nntp_list): removed old useless code.
3673
3674         * src/news.h (NNTPSession): new field nntp_sock.
3675
3676         * src/news.c: all functions updated to use NNTPSockInfo instead of
3677         SockInfo.
3678         (news_session_new): new arguments (userid, passwd); made static;
3679         use nntp_open_auth() if needed.
3680         (news_session_destroy): use nntp_close() instead of sock_close().
3681         (news_query_password): changed arguments.
3682         (news_session_new_for_folder): new function.
3683         (news_session_get): use news_session_new_for_folder().
3684         (news_authenticate): deleted.
3685         (news_get_uncached_articles): removed old authentication code.
3686
3687 2001-04-30 [sergey]
3688
3689         * src/news.c: reverted my previous changes (need to do NNTP
3690         authentication in a cleaner way).
3691         
3692 2001-04-29 [sergey]
3693
3694         * src/news.c (news_nntp_group, news_nntp_list, news_nntp_xover,
3695         news_nntp_post, news_nntp_mode): new functions (wrappers with
3696         authentication support).
3697         (news_get_article_cmd, news_get_article, news_get_header): new
3698         argument "folder"; all callers changed.
3699         (news_get_article_cmd): added authentication support.
3700         (news_session_get): use news_nntp_mode() instead of nntp_mode().
3701         (news_post): use news_nntp_post() instead of nntp_post().
3702         (news_get_uncached_articles): use news_nntp_group() instead of
3703         nntp_group() and news_nntp_xover() instead of nntp_xover();
3704         removed old authentication code.
3705         (news_get_group_list): use news_nntp_list() instead of nntp_list().
3706
3707         * src/nntp.c (nntp_list): return real error code instead of
3708         hardcoded NN_ERROR.
3709
3710 2001-04-29 [sergey]
3711
3712         * configure.in: fixed wint_t typedef detection again
3713
3714 2001-04-28 [hoa]
3715
3716         * src/prefs_account.[ch], added A_LOCAL_CMD
3717                 (send mail with mail command)
3718         * src/send.c added function send_message_with_command()
3719         * src/inc.c made a more secure get_spool() function with
3720                 mktemp() but maybe mkstemp() or something more
3721                 secure can be used.
3722
3723 2001-04-28 [alfons]
3724
3725         * src/textview.c, colorization of email addresses in headers
3726
3727         0.4.65claws6
3728
3729         * bug sync with sylpheed
3730         * prefs_common.c: created date format ui for darko
3731         * sync with 0.4.65cvs11
3732         * configure.in: corrected to have the new gpg checks
3733
3734 2001-04-27 [alfons]
3735
3736         * completed sync with 0.4.65cvs10
3737         * minor debug things added to gtkstext.c
3738
3739 2001-04-27 [darko]
3740
3741         * configure.in: remove check for availability of
3742           strftime() as advised by Hiroyuki
3743         * src/prefs_common.[ch], src/procheader.c:
3744           synch strftime() code with Hiroyki's main branch
3745
3746 2001-04-26 [sergey]
3747
3748         * src/news.c: news_query_password(), news_authenticate(): new
3749           functions.
3750           news_get_uncached_articles(): added NNTP authentication
3751           handling.
3752         * src/nntp.[ch]: nntp_authinfo_user(), nntp_authinfo_pass():
3753           new functions.
3754         * src/prefs_account.c: prefs_account_protocol_activated():
3755           enable userid and password fields for NNTP.
3756
3757 2001-04-26
3758
3759         * configure.in: check for availability of strftime()
3760           [darko]
3761         * src/prefs_common.[ch], src/procheader.c: use
3762           strftime() for displaying date in summary pane if it
3763           is available
3764
3765 2001-04-25
3766
3767         * more .cvsignore cleanups [alfons]
3768
3769 2001-04-25
3770
3771         * ac/sv-check-type.m4: new autoconf macro.
3772         * configure.in: fixed wint_t typedef detection (did not work
3773           with gcc-2.96).
3774
3775 2001-04-25
3776
3777         * acconfig.h: added USE_GTKGDK_XIM definition for autoheader.
3778           [hiroyuki]
3779
3780 2001-04-24
3781         * modified gtkstext.c : buggy cursor navigation fixed, 
3782           and font descent also taken in account when drawing
3783           cursor. [alfons]
3784
3785 2001-04-24 [hoa]
3786         * added comments in src/news.c src/nntp.c
3787         * added src/prefs_headers.[ch]
3788         * added src/headers.[ch]
3789         * modified compose.c to activate custom headers
3790                 added function is_in_custom_headers
3791         * modified prefs_account.[ch]
3792                 added function prefs_account_customhdr_edit
3793         * modified src/defs.h :
3794                 added HEADERS_RC : name of the config file
3795                 for the custom headers
3796
3797 2001-04-24
3798
3799     0.4.65claws5
3800
3801         * configure.in
3802           src/gtkstext.[ch]
3803           src/compose.c
3804           src/Makefile.am
3805           
3806           added gtkstext with configure.in patch by Hiroyuki which
3807           should fix the XIM detection [alfons]
3808
3809         * more clean up of cvs [alfons]
3810
3811                  * removed all Makefile.in files to attic.
3812
3813                  * updated all .cvsignores to really ignore things that could
3814                    be unintentionally committed by a recursive commit.
3815
3816 2001-04-23 [hoa]
3817         * added src/grouplist_dialog.[ch]
3818         * changed src/folderview.c to call grouplist_dialog instead
3819                 of inputdialog
3820         * src/news.c :
3821                 added functions news_reset_group_list
3822                 and news_get_group_list
3823         * src/nntp.c :
3824                 added function nntp_list
3825         * src/defs.h :
3826                 added GROUPLIST_FILE : name of the newsgroup list cache file
3827
3828 2001-04-21
3829
3830         * added option to warn about queued messages on exit [sergey]:
3831
3832           * src/compose.c: compose_queue(): call folder_item_scan()
3833             and folderview_update_item() after queueing.
3834           * src/folderview.c: folderview_update_node(): draw the queue
3835             folder in bold font if there are queued messages.
3836           * src/mainwindow.c: queued_messages(): new function.
3837             app_exit_cb(): display warning if there are queued messages
3838             if warn_queued_on_exit is set.
3839           * prefs_common.[ch]: add warn_queued_on_exit option.
3840
3841         * enhanced GnuPG key selection support [sergey]:
3842
3843           * src/select-keys.c: updated to newer version from Win32
3844             branch with support for selecting arbitrary keys.
3845           * src/prefs_account.c: added the Privacy tab to the account
3846             options window.
3847             prefs_account_privacy_create(),
3848             prefs_account_sign_key_set_data_from_radiobtn(),
3849             prefs_account_sign_key_set_radiobtn(): new functions.
3850           * src/prefs_account.h: new preferences sign_key_type, sign_key_id.
3851           * src/rfc2015.c: set_signers(): new function.
3852             pgp_sign(): add the account parameter, call set_signers().
3853             rfc2015_sign(): add the account parameter, pass it to pgp_sign().
3854           * src/rfc2015.h: rfc2015_sign(): updated prototype.
3855           * src/compose.c: pass the current account to rfc2015_sign().
3856
3857         * tag name claws added to prevent confusion with main branch [alfons]
3858
3859         * Sync with sylpheed-0.4.65cvs4 and made it compile. [sergey]
3860
3861         * autogen.sh: Added "--enable-maintainer-mode". [sergey]
3862
3863         * sync with recent sylpheed cvs. Untested though. [alfons]
3864