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