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