more refactoring for delete after xxx days; plug mem leak introduced by delete from...
[claws.git] / ChangeLog.claws
1 2002-03-21 [alfons]     0.7.4claws30
2
3         * src/pop.c
4                 more code refactoring
5                 plug mem leak introduced by delete on server
6
7 2002-03-21 [paul]       0.7.4claws29
8
9         * sync with 0.7.4cvs11
10                 see ChangeLog entries 2002-03-20
11
12 2002-03-20 [alfons]     0.7.4claws28
13
14         * src/inc.c
15                 apply Colin's patch and refactor
16
17 2002-03-20 [paul]       0.7.4claws27
18
19         * sync with sylpheed 0.7.4cvs9
20                 see ChangeLog entry 2002-03-20
21
22 2002-03-19 [christoph]  0.7.4claws26
23
24         * src/mh.c
25         * src/procmsg.[ch]
26         * src/summaryview.c
27                 revert changes for flag updates
28                 (does not work correctly and no time to debug)
29
30 2002-03-20 [alfons]     0.7.4claws25
31
32         * src/pop.c
33                 refactor should_delete() a little bit 
34
35 2002-03-19 [paul]       0.7.4claws24
36
37         * src/inc.[ch]
38           src/pop.c
39           src/prefs_account.[ch]
40                 allow the user to leave downloaded mail on the 
41                 server for n days. Patch submitted by Colin Leroy 
42                 <colin@colino.net>
43
44 2002-02-19 [paul]       0.7.4claws23
45
46         * sync with sylpheed 0.7.4cvs8
47                 see ChangeLog entries 2002-03-19
48
49 2002-03-18 [paul]       0.7.4claws22
50
51         * sync with sylpheed 0.7.4cvs6
52                 see ChangeLog entry 2002-03-18
53
54 2002-03-18 [paul]       0.7.4claws21
55
56         * po/en_GB.po
57                 add en_GB message catalogue
58
59         * src/mbox_folder.c
60           src/prefs_account.c
61           src/prefs_actions.c
62                 correct a few spelling mistakes
63
64 2002-03-17 [alfons]     0.7.4claws20
65
66         * src/matcher.c
67                 more stringent checks for NULL params when writing
68                 filtering actions to a file
69                 
70 2002-03-17 [hoa]        0.7.3claws20
71
72         * src/news.c
73                 fixed the count of new messages
74
75         * src/compose.c
76                 fixed the "attachment properties" window
77
78 2002-03-17 [paul]       0.7.4claws19
79
80         * src/defs.h
81           src/folder.h
82           src/news.c
83           src/prefs_account.[ch]
84           src/procmsg.[ch]
85           src/summaryview.c
86                 automatically mark cross-posted messages as read 
87                 and (optionally) give them a colour label
88                 Patch submitted by Stefaan Eeckels <Stefaan.Eeckels@eec.lu>
89                 
90
91 2002-03-17 [paul]       0.7.4claws18
92
93         * sync with sylpheed 0.7.4cvs5
94                 see ChangeLog entry 2002-03-17
95
96 2002-03-17 [melvin]     0.7.4claws17
97         
98         * src/textview.c
99                 Worked around a gtktext 'bug': when searching for 
100                 a text in a long message it was scrolling slowly
101                 line by line until it hit the searched text.
102         * po/fr.po
103                 Updated French translation
104
105 2002-03-17 [melvin]     0.7.4claws16
106
107         * src/mainwindow.c
108         * src/compose.c
109         * src/prefs_actions.c
110                 Moved "Edit/Actions" to "Tool/Actions"
111                 Made mainwindow/compose window sensitive as soon as
112                 no child process is running anymore even if the io dialog
113                 is open.
114                 Fixed a struct being initialized with a non constant char*
115
116 2002-03-16 [christoph]  0.7.4claws15
117
118         * configure.in
119                 add --with-compiler-flags option
120                 (only for developer hacking)
121         * src/mh.c
122         * src/procmsg.[ch]
123         * src/summaryview.c
124                 try to make folder-stats and flag handling more
125                 independent from the summaryview. msgcounts
126                 are only set when the folder is opened and
127                 procmsg_msginfo_(un)set_flags will handle it
128                 later and summaryview will get the values
129                 from the folder.
130
131 2002-03-16 [paul]       0.7.4claws14
132
133         * src/messageview.c
134                 fix Return-receipt. Patch submitted by Bob
135                 Woodside <rwoodside1@comcast.net>
136
137 2002-03-16 [paul]       0.7.4claws13
138
139         * src/compose.c
140                 fix 'dynamic' signatures, make it work again
141                 broken during sync on 2002-03-14 (0.7.4claws2)
142
143 2002-03-15 [match]      0.7.4claws12
144
145         * src/addrharvest.[ch]
146         * src/addrgather.[ch]
147         * src/addressbook.[ch]
148         * src/mainwindow.c
149                 included address harvester feature. still some
150                 issues with address parsing that I will fix.
151
152 2002-03-15 [match]      0.7.4claws11
153
154         * src/addrbook.[ch]
155         * src/addrcache.[ch]
156         * src/addressbook.[ch]
157         * src/addrindex.c
158         * src/editbook.c
159         * src/importldif.c
160         * src/importmutt.c
161         * src/jpilot.[ch]
162         * src/main.c
163         * src/syldap.[ch]
164         * src/vcard.[ch]
165                 tidy up. fix memory leaks. moved attribs and methods
166                 from individual interfaces to addrcache object. prep
167                 for new stuff to come in.
168
169 2002-03-15 [alfons]     0.7.4claws10
170
171         * src/matcher.[ch]
172         * src/matcher_parser_parse.y
173         * src/matcher_parser_lex.l
174         * src/prefs_matcher.c
175                 add filtering conditions message greater than, smaller 
176                 than, and exactly matching a size in bytes
177                 (does not work with delete from POP3 server yet)
178
179                 this should also give others an idea what you should
180                 do to add new criterions to claws filtering system
181                 
182
183 2002-03-15 [paul]       0.7.4claws9
184
185         * tools/filter_conv.pl
186                 exit if there are no filter rules to convert
187                 rename filterrc to filterrc.old after completion
188
189 2002-03-15 [paul]       0.7.4claws8
190
191         * sync with sylpheed 0.7.4cvs3
192                 see ChangeLog entry 2002-03-14
193
194 2002-03-14 [paul]       0.7.4claws7
195
196         * src/compose.c
197                 clean up the last commit (ahem)
198
199 2002-03-14 [paul]       0.7.4claws6
200
201         * src/compose.c
202                 fix bug #515655. honour account preferences
203                 regarding gpg default signing/encryption when 
204                 changing account from the compose window.
205
206 2002-03-14 [paul]       0.7.4claws5
207
208         * src/folderview.c
209                 remove unnecessary curly brackets
210
211 2002-03-14 [paul]       0.7.4claws4
212
213         * src/folderview.c
214           src/prefs_filtering.[ch]
215                 add filter rename on folder rename and filter
216                 delete on folder delete. Patch submitted by
217                 Neill Miller <neillm@thecodefactory.org> 
218
219 2002-03-14 [christoph]  0.7.4claws3
220
221         * src/procmsg.c
222         * src/send.c
223                 fix local delivery
224                 (patch submitted by "Simon 'corecode' Schubert")
225         * src/prefs_common.c
226         * src/procmsg.c
227                 fix gcc 3.0 warning
228
229 2002-03-14 [paul]       0.7.4claws2
230
231         * sync with sylpheed 0.7.4cvs2
232                 see ChangeLog entry 2002-03-13
233
234 2002-03-12 [darko]      0.7.4claws1
235
236         * src/mainwindow.c
237                 fix what seems to be a copy and paste error
238                 when setting color for important messages
239                 (reported by wwp)
240
241 2002-03-11 [paul]       version 0.7.4claws released
242
243 2002-03-11 [paul]       0.7.4claws
244
245         * po/es.po
246           po/it.po
247           po/nl.po
248           po/pt_BR.po
249                 update message catalogs. Submitted by Ricardo Mones 
250                 Lastra, Alessandro Maestri, Wilbert Berendsen, and 
251                 Fabio Junior Beneditto
252
253         * configure.in
254           faq/Makefile.am
255           faq/it/Makefile
256           faq/it/sylpheed-faq*
257           src/mainwindow.c
258           src/manual.[ch]
259                 add FAQ in Italian
260         
261
262 2002-03-11 [jens]       0.7.3claws7
263
264         * po/de.po
265                 updated German translation
266
267 2002-03-11 [melvin]     0.7.3claws6
268
269         * po/fr.po
270                 updated and corrected French translation
271
272 2002-03-10 [hoa]        0.7.3claws5
273
274         * src/account.c
275         * src/inc.c
276         * src/prefs_account.c
277         * src/procmsg.c
278         * src/send.[ch]
279                 fixed the local account.
280                 you have to change the default "/usr/sbin/sendmail"
281                 to "/usr/sbin/sendmail -t" in the preferences of
282                 the local account.
283
284         * src/procmime.c
285                 removed some debug display for renderer
286
287 2002-03-10 [paul]       0.7.3claws4
288
289         * faq/en/sylpheed-faq-1.html
290           faq/en/sylpheed-faq-2.html
291                 update
292
293 2002-03-09 [paul]       0.7.3claws3
294
295         * sync with sylpheed 0.7.4
296                 see ChangeLog entry 2002-03-09
297
298 2002-03-08 [paul]       0.7.3claws2
299
300         * faq/en/sylpheed-faq*
301           faq/es/sylpheed-faq*
302           faq/fr/sylpheed-faq*
303                 update the FAQs
304
305         * manual/fr/.cvsignore
306           manual/fr/Makefilea.am
307           manual/fr/sylpheed*
308           src/mainwindow.c
309           src/manual.[ch]
310                 add the French manual
311
312 2002-03-07 [paul]       0.7.3claws1
313
314         * sync with sylpheed 0.7.3cvs4
315                 see ChangeLog entries  2002-03-06 and 2002-03-07
316         
317         * po/nl.po
318                 updated by Wilbert Berendsen
319
320 2002-03-07 [melvin]     0.7.2claws34
321
322         * src/selective_download.c
323                 Changed the pixmap of the receive button to MAIL_RECEIVE.
324
325 2002-03-06 [paul]       0.7.2claws33
326
327         * sync with sylpheed 0.7.3cvs1
328                 bug fix, see ChangeLog entry 2002-03-05
329
330 2002-03-05 [paul]       0.7.2claws32
331
332         * src/mimeview.c
333           src/pgptext.[ch]
334           src/procmsg.c
335                 reverse the pgp ascii-armored code implemented in 
336                 0.7.2claws16. removal of this code until it matures.
337                 this means that verifying ascii-armored pgp sigs and
338                 automatic decryption of ascii-armored encrypted
339                 messages no longer works.
340
341 2002-03-05 [paul]       0.7.2claws31
342
343         * configure.in
344           Makefile.am
345         * faq/Makefile.am
346         * faq/en/Makefile.am
347           faq/en/sylpheed-faq.html
348           faq/en/sylpheed-faq-1.html
349           faq/en/sylpheed-faq-2.html
350           faq/en/sylpheed-faq-3.html
351         * faq/es/Makefile.am
352           faq/es/sylpheed-faq.html
353           faq/es/sylpheed-faq-1.html
354           faq/es/sylpheed-faq-2.html
355           faq/es/sylpheed-faq-3.html
356           faq/es/sylpheed-faq-4.html
357         * faq/fr/Makefile.am
358           faq/fr/sylpheed-faq.html
359           faq/fr/sylpheed-faq-1.html
360           faq/fr/sylpheed-faq-2.html
361           faq/fr/sylpheed-faq-3.html
362         * src/Makefile.am
363           src/defs.h
364           src/mainwindow.c
365           src/manual.[ch]
366                 add FAQs in English, Spanish and French
367
368
369 2002-03-05 [paul]       0.7.2claws30
370
371         * manual/en/sylpheed.html
372           manual/en/sylpheed-XX.html
373                 updated the English manual
374
375 2002-03-05 [hoa]        
376
377         * src/summaryview.c
378                 dialog box pops up if the article can't be deleted.
379
380 2002-03-04 [paul]       
381         
382         * po/pt_BR.po
383                 updated by Fabio Junior Benedito
384
385 2002-03-04 [hoa]
386
387         * removed ac/gpgme.m4
388                 to avoid autogen common problem
389                 developers have to install gpgme development package now
390
391         * src/compose.c
392                 encoding to 7bit or 8bit is enabled.
393
394 2002-03-03 [alfons]     0.7.2claws29
395
396         * src/pop.c
397                 merge fix by Oliver Haertel for selective
398                 download buglet
399
400 2002-03-03 [paul]       0.7.2claws28
401         
402         * sync with sylpheed 0.7.3
403
404 2002-03-03 [paul]       0.7.2claws27
405
406         * sync with sylpheed 0.7.2cvs24
407                 see ChangeLog entries 2002-03-02 and 2002-03-03
408
409 2002-03-02 [melvin]     0.7.2claws26
410
411         * src/inc.[ch]
412         * src/main.c
413         * src/mainwindow.c
414         * src/prefs_common.[ch]
415                 Added user definable notification on new mail arrival.
416                 Removed unused variables in spell checker prefs code.
417
418 2002-03-02 [melvin]     0.7.2claws25
419
420         * src/quote_fmt.c
421                 Removed unnecessary escape sequences.
422                 Changed 'Initial...' to 'Initials of Sender'
423
424 2002-03-02 [paul]       0.7.2claws24
425
426         * sync with sylpheed 0.7.2cvs22
427                 see ChangeLog entry 2002-03-01
428
429 2002-03-01 [hoa]        0.7.2claws23
430
431         * src/mainwindow.c
432                 Set sensitivity of delete actions to active
433                 even if the folder is a newsgroup.
434
435         * src/summaryview.c
436                 - Set sensitivity of delete actions
437                 - Added function check_permission() that will check if the
438                   user is authorized to delete a message. For news, it
439                   will check if the author is the same.
440                 - Enabled deletion when there is no trash folder.
441
442         * src/news.[ch]
443                 - Added news_cancel_article() to cancel articles
444                 - Implemented news_remove_message() (public function)
445
446 2002-03-01 [paul]       0.7.2claws22
447
448         * src/gtkutils.c
449           src/textview.c
450                 recognise urls that that don't include 'http://' and
451                 simply begin 'www.' 
452
453         * AUTHORS
454                 remove duplicated name
455
456 2002-02-28 [paul]       0.7.2claws21
457
458         * src/mainwindow.c
459           src/summaryview.[ch]
460                 add ability to 'Select thread'
461                 combines Melvin's "Select thread's head" patch (#510907)
462                 with Colin Leroy's <colin@colino.net> "Select whole thread" 
463                 patch (#518514) 
464
465 2002-02-28 [paul]       0.7.2claws20
466
467         * src/mimeview.c
468                 hopefully fix segfault on right-clicking a mime part
469                 that some people have experienced.      
470                 fix submitted by Fredrik Olofsson <frol@linux.nu>
471
472 2002-02-28 [paul]       0.7.2claws19
473
474         * sync with sylpheed 0.7.2cvs21
475                 see ChangeLog entries 2002-02-27 and 2002-02-28
476
477 2002-02-27 [paul]       0.7.2claws18
478
479         * sync with sylpheed 0.7.2cvs18
480                 see ChangeLog entries 2002-02-26 and 2002-02-27
481
482 2002-02-26 [alfons]     0.7.2claws17
483
484         * src/procheader.c
485                 #undef ALLOW_HEADER_HINT (this was supposed to be undef'ed)
486                 (spotted by Chris Hessman <idatech@gmx.net>)
487
488 2002-02-26 [paul]       0.7.2claws16
489
490         * src/mimeview.c
491           src/pgptext.[ch]
492           src/procmsg.c
493                 make decryption of ascii-armored pgp encrypted messages
494                 and verification of ascii-armored signatures work again.
495                 slightly altered from the patch by Jens Jahnke 
496                 <jan0sch@gmx.net>
497
498                 ##FIX ME##
499                 * the checking of plaintext signatures always comes up in 
500                   a popup box
501                 * it doesn't work for multipart messages 
502                 * all lines above "-----BEGIN PGP SIGNED MESSAGE-----\nHash: SHA1",
503                   including the msg headers and these 2 line themselves, are 
504                   not displayed
505
506         * src/mainwindow.c
507                 "View/Folder Tree" becomes "View/Separate Folder Tree"
508                 "View/Message View" becomes "View/Separate Message View"
509                 because its less ambiguous.
510
511         * po/es.po
512                 updated by Ricardo Mones Lastra
513
514 2002-02-26 [paul]       0.7.2claws15
515
516         * sync with sylpheed 0.7.2cvs17
517                 see ChangeLog entries 2002-02-25 and 2002-02-26
518
519 2002-02-25 [christoph]  0.7.2claws14
520
521         * src/filtering.[ch]
522         * src/inc.c
523                 do filtering stuff after all messages have been received
524                   1. drop all messages to .processing
525                   2. scan processing folder for messages
526                   3. filter messages or move to inbox
527                 this will also find old messages left in processing after
528                 a crash or something like that and we get a real msginfo
529                 from folder->get_msg_list and do not have to create our
530                 own in filter_message
531         * src/matcher_parser_parse.y
532                 remove MIX/MAX warning (reordered includes)
533
534 2002-02-25 [paul]       0.7.2claws13
535
536         * sync with sylpheed 0.7.2cvs15
537                 see ChangeLog entry 2002-02-24
538
539 2002-02-24 [alfons]     0.7.2claws12
540
541         * src/filtering.c
542                 clear old color flags first when applying a new color to
543                 a message info. 
544                 (spotted by Lo'oRiS il Kabukimono <lo_oris@libero.it>)
545
546 2002-02-24 [alfons]     0.7.2.claws11
547         
548         * AUTHORS
549         * src/prefs_common.c
550                 add presets for Opera and Konqueror, closes patch #517261,
551                 submitted by Ville Skyttä <scop@users.sourceforge.net>
552
553 2002-02-24 [alfons]     0.7.2.claws10
554
555         * AUTHORS
556         * src/summaryview.c
557                 fix threading for null message ids, closes patch #521601,
558                 submitted by Bob Forsman <hammor@users.sourceforge.net>
559
560 2002-02-24 [alfons]     0.7.2claws9
561
562         * src/summaryview.c
563         * src/filtering.c
564                 make Tool | Filter Message work with filtering system so
565                 setting flags also works
566
567                 TODO:
568
569                 - Processing uses the same function as Tool | Filter
570                   Message, but doesn't use the same update proc yet
571
572 2002-02-23 [paul]       0.7.2claws8
573
574         * sync with sylpheed 0.7.2cvs14
575                 see ChangeLog entries 2002-02-22 and 2002-02-23
576
577 2002-02-22 [christoph]  0.7.2claws7
578
579         * src/quote_fmt.c
580                 Add column space to table
581         * src/quote_fmt_parse.y
582                 Close files
583
584 2002-02-22 [paul]       0.7.2claws6
585
586         * src/Makefile.am
587           src/defs.h
588           src/filtering.c
589           src/inc.[ch]
590           src/mainwindow.c
591           src/matcher.[ch]
592           src/matcher_parser_lex.l
593           src/matcher_parser_parse.y
594           src/pop.[ch]
595           src/prefs_account.h
596           src/prefs_filtering.c
597           src/selective_download.[ch]   *** NEW FILES ***
598           src/utils.[ch]
599           po/POTFILES.in
600                 Selective Download added to 'Tool' menu. 
601                 Retrieves email headers of the currently selected pop3 
602                 account and allows the user to mark emails for deletion 
603                 right on the pop3 server. Patch submitted by Oliver Haertel 
604                 <oha@users.sourceforge.net>.
605         
606         * po/POTFILES.in
607                 add 'src/quote_fmt.c'           
608
609 2002-02-22 [christoph]  0.7.2claws5
610
611         * src/Makefile.am
612                 added quote_fmt.c
613         * src/prefs_common.[ch]
614         * src/prefs_template.c
615         * src/quote_fmt.c               *** NEW FILE ***
616         * src/quote_fmt.h
617                 move quote format symbol description code
618                 to it's own file because it is used from
619                 differnent code parts
620                 Rewrote symbol description GUI
621                   + use table
622                   + add separators
623                   + get data from array (no more long constant strings)
624         * src/quote_fmt_lex.l
625         * src/quote_fmt_parse.y
626                 Symbol for Literal % changed to \% instead of %%
627                 (More logical as \ is used for quoting for other symbols)
628                 Add |f and |p to include files and program output
629                 Examples:
630                     |f{/home/.../.signature}
631                     |p{date}
632         * po/de.po
633                 Correct wrong spelling for "Referenzen"
634
635 2002-02-21 [paul]       0.7.2claws4
636
637         * src/procmsg.c
638                 forgotten during sync
639
640 2002-02-21 [paul]       0.7.2claws3
641
642         * sync with sylpheed 0.7.2cvs11
643                 see ChangeLog entries 2002-02-17, 2002-02-18, 2002-02-19,
644                 2002-02-20 and 2002-02-21
645
646 2002-02-20 [melvin]     0.7.2claws2
647
648         * src/prefs_actions.c
649                 Added error report when child cannot fork or when execvp 
650                 returns with an error.
651
652 2002-02-19 [christoph]  0.7.2claws1
653
654         * src/codeconv.c
655                 return unconverted text if conde conversion is not possible
656                 when libjconv is used.
657                 (patch submitted by "Simon 'corecode' Schubert")
658
659 2002-02-19 [paul]       
660
661         * version 0.7.2claws release
662
663 2002-02-19 [paul]       0.7.2claws
664
665         * po/nl.po
666                 updated by Wilbert Berendsen
667
668
669 2002-02-18 [alfons]     0.7.1claws13
670
671         * src/syldap.c
672         * src/jpilot.c
673                 remove references to dlfcn and explicitly loading functions
674                 from dynalink libs, because libs linked anyway, and functions
675                 are loaded explicitly
676
677 2002-02-17 [melvin]     0.7.1claws12
678
679         * src/prefs_actions.c
680                 Replaced children wait loop with double fork technique.
681                 Now, input/output window updated at each new output.
682                 free_children(): Fixed a memory leak.
683                 Made input/output window non closable if running children
684                 still exist.
685                 Added missing <unistd.h> include.
686                 Added some --debug outputs.
687
688 2002-02-17 [melvin]     0.7.1claws11
689
690         * src/summaryview.c
691                 Fixed bug where descending sort order did not select top
692                 message.
693
694 2002-02-17 [melvin]     0.7.1claws10
695
696         * acconfig.h
697                 Added PSPELL_PATH macro and removed obsolete ISPELL_PATH
698         * src/prefs_common.c
699                 Pspell data package directory no more hard coded but
700                 set during configuration (PSPELL_PATH). (Thanks to 
701                                 Gustavo Noronha Silva.)
702
703 2002-02-17 [melvin]     0.7.1claws9
704
705         * configure.in
706                 Added PSPELL_PATH macro and removed obsolete ISPELL_PATH
707         * src/gtkspell.c
708                 Fixed compile-time warnings.
709
710 2002-02-16 [alfons]     0.7.1claws8
711
712         * src/filesel.c
713                 fix inadvertent free of NULL pointer which caused
714                 sylpheed to crash when closing the save-as dialog
715                 using the window close button
716
717 2002-02-16 [carsten]    0.7.1claws7
718         * src/mainwindow.[ch]
719           src/summaryview.c
720           src/prefs_common.c
721                 fixes for pixmap theming code:
722                         - recently changed mail attributes shouldn't get
723                           lost any longer
724                         - theme is only reloaded iff another theme was
725                           selected
726
727 2002-02-16 [paul]       0.7.1claws6
728
729         * sync with sylpheed 0.7.2 release
730                 see ChangeLog entry 2002-02-15 and 2002-02-16
731
732 2002-02-15 [paul]       0.7.1claws5
733
734         * sync with sylpheed 0.7.1cvs9
735                 see ChangeLog entry 2002-02-15
736
737         * po/POTFILES.in
738                 remove unneeded headerwindow.c entry
739
740 2002-02-14 [carsten]    0.7.1claws4
741         * src/summaryview.c
742                 fixed a bug for "Go to next unread message": there was
743                 an endless loop if NEXTUNREADMSGDIALOG_ASSUME_NO was set
744                 in the prefs, because of doing "Search again" instead
745                 "No"
746
747 2002-02-14 [carsten]    0.7.1claws3
748         * src/stock_pixmap.c
749                 removed 2 more mem leaks; following memprof,
750                 this code is "leak free" now :)
751
752 2002-02-14 [carsten]    0.7.1claws2
753         * src/stock_pixmap.c
754                 used opendir/readdir/closedir instead of scandir
755                 -> code should work now on Solaris
756
757 2002-02-14 [paul]       0.7.1claws1
758
759         * sync with sylpheed 0.7.1cvs8
760                 see ChangeLog entries 2002-02-13 and 2002-02-14
761
762         * README.claws
763                 add some description of Actions and Pixmap Themes
764
765 2002-02-13 [paul]       
766
767         * version 0.7.1claws release
768
769 2002-02-13 [paul]       0.7.1claws
770
771         * po/es.po
772           po/it.po
773           po/pt_BR.po
774                 updated translations, submitted by Ricardo Mones Lastra,
775                 Alessandro Maestri and Fabio Junior Beneditto
776
777 2002-02-13 [melvin]     0.7.0claws75
778
779         * src/prefs_actions.c
780                 Added missing "signal.h" include
781
782 2002-02-13 [melvin]     0.7.0claws74
783
784         * src/prefs_folder_item.c
785                 Added missing "config.h" include
786         * po/fr.po
787                 Updated French translation for folder propriety.
788
789 2002-02-13 [jens]       0.7.0claws73
790
791         * po/POTFILES.in
792                 Added missing src/prefs_folder_item.c [log added by melvin]
793         * po/de.po
794                 Updated German translation.
795
796 2002-02-13 [melvin]     0.7.0claws72
797
798         * po/fr.po
799                 Updated French translation.
800
801 2002-02-13 [melvin]     0.7.0claws71
802
803         * src/gtkutils.c
804                 Made gtkut_editable_get_selection return NULL if selection
805                 is of length zero.
806                 This fixes a bug where selecting part of message A then
807                 switching to message B and replying to it will not
808                 quote the message's body.
809
810 2002-02-12 [paul]       0.7.0claws70
811
812         * src/mainwindow.c
813                 cosmetic, relating to pixmap themes: on toolbar make 
814                 updating of 'Exec' and 'Compose news/Compose email'
815                 icons faster.
816
817 2002-02-12 [carsten]    0.7.0claws69
818         * src/folderview.c
819           src/mainwindow.[ch]
820           src/stock_pixmap.c
821           src/summaryview.c
822           src/prefs_common.c
823                 - refreshing after changing pixmap theme better
824                   now (thanks Paul)
825                 - wanted to remove some mem leaks, but alfons was
826                   faster (and had the better solution ;)
827
828 2002-02-12 [alfons]     0.7.0claws68
829
830         * src/prefs_common.c
831         * src/stock_pixmap.[ch]
832                 plug mem leaks, refactor code a little bit
833
834
835 2002-02-12 [sergey]     0.7.0claws67
836
837         * src/imap.c
838                 Fixed problem with copying messages to IMAP folders when the
839                 server uses something other than '/' as a namespace separator
840                 (cyrus-imapd uses '.').
841
842 2002-02-12 [jens]       0.7.0claws66
843
844         * po/de.po
845                 Updated German Translation
846
847 2002-02-12 [paul]       0.7.0claws65
848
849         * sync with sylpheed 0.7.1cvs1
850                 see ChangeLog entry 2002-02-12
851
852 2002-02-12 [melvin]     0.7.0claws64
853
854         * src/prefs_actions.c
855                 Fixed "feature" where children's output was duplicated 
856                 instead of refreshed while monitoring.
857                 Removed some debug code.
858
859 2002-02-12 [christoph]  0.7.0claws63
860
861         * src/compose.c
862                 always delete message from queue after sending/send error
863                 (closes bug #509601)
864
865 2002-02-12 [melvin]     0.7.0claws62
866
867         * src/prefs_actions.c
868                 Children wait loop is now triggered with a timeout of 1s
869                 Added %F which is replaced with the list of filenames 
870                 of all selected messages (as suggested by Ricardo Mones Lestra)
871                 Pipe syntax changed. Prefix with | to send selection, postfix
872                 with | to retrieve output. Prefix with > or * to send
873                 user definable input to the command (*: input is hidden)
874                 Old pipe action should now be postfixed with |, too.
875
876 2002-02-12 [carsten]    0.7.0claws61 (more 59.75)
877         * src/stock_pixmap.c
878                 fixed a bug: if there's no theme directory don't
879                 throw an error, just do "nothing" (thanks Alfons)
880
881 2002-02-12 [carsten]    0.7.0claws60
882         * src/folderview.c
883           src/summaryview.c
884                 had to write the cache twice (nasty!); some marks would 
885                 get lost if not
886
887 2002-02-11 [carsten]    0.7.0claws59
888         * acconfig.h
889           configure.in
890           doc-src/maintainer_guide.txt
891           src/compose.[ch]
892           src/defs.h
893           src/folderview.[ch]
894           src/gtkutils.[ch]
895           src/mainwindow.[ch]
896           src/prefs_common.[ch]
897           src/stock_pixmap.[ch]
898           src/summaryview.[ch]
899                 pixmap theming and related work on pixmap
900                 handling on some other places
901                 (e.g. hrm features for all folder)
902           src/pixmap/stock_*.xpm -> the stock_ was removed
903         
904 2002-02-11 [paul]       0.7.0claws58
905
906         * sync with sylpheed 0.7.1 release
907                 see ChangeLog entries 2002-02-11
908
909 2002-02-08 [paul]       0.7.0claws57
910
911         * sync with sylpheed 0.7.0cvs39
912                 see ChangeLog entry 2002-02-07 (last entry) 
913
914         * src/prefs_actions.c
915           src/prefs_filtering.c
916           src/prefs_matcher.c
917           src/prefs_scoring.c
918                 sync: made it compile with C compilers other than gcc
919
920 2002-02-07 [paul]       0.7.0claws56
921
922         * sync with sylpheed 0.7.0cvs38
923                 see ChangeLog entries 2002-02-06 (last 2 entries) and
924                 2002-02-07
925
926 2002-02-07 [darko]      0.7.0claws55
927
928         * src/gtkutils.[ch]
929         * src/summaryview.c
930                 Fix const gchar */gchar * issue (thanks Hiro)
931
932 2002-02-07 [darko]      0.7.0claws54
933
934         * src/compose.[ch]
935         * src/filtering.c
936         * src/gtkutils.[ch]
937         * src/prefs_template.c
938         * src/quote_fmt.h
939         * src/quote_fmt_parse.y
940         * src/summaryview.c
941         * src/utils.[ch]
942                 When replying or forwarding an email don't quote the entire
943                 mail body but use the part of the message text that is selected
944
945 2002-02-06 [melvin]     0.7.0claws53
946
947         * src/prefs_common.[ch]
948         * src/gtkspell.[ch]
949         * src/compose.c
950                 Made possible to switch quickly to last used dictionary
951                 which makes checking bilingual documents easier.
952
953 2002-02-06 [melvin]     0.7.0claws52
954         
955         * po/POTFILES.in
956                 Added forgotten new file src/prefs_actions.c
957
958 2002-02-06 [melvin]     0.7.0claws51
959
960         * src/prefs_actions.c   ** NEW FILE **
961         * src/prefs_actions.h   ** NEW FILE **
962                 Added actions to execute on message text view, or on the
963                         message's file.
964         * src/Makefile.am
965                 Added src/prefs_actions.[ch]
966         * src/compose.c
967                 Added new menu "Edit/Actions"
968         * src/defs.h
969                 Added new actionsrc file.
970         * src/main.c
971                 Added actionsrc reading.
972         * src/mainwindow.c
973                 Added new menus "Edit/Actions" and "Configuration/Actions..."
974         * src/prefs_common.h
975                 Added new element actionslst element to prefs_common.
976
977 2002-02-06 [paul]       0.7.0claws50
978
979         * sync with sylpheed 0.7.0cvs36
980                 see ChangeLog entry 2002-02-06
981
982 2002-02-05 [paul]
983
984         * po/es.po
985                 updated by Ricardo Mones Lastra
986
987 2002-02-05 [paul]       0.7.0claws49
988
989         * sync with sylpheed 0.7.0cvs33
990                 see ChangeLog entries 2002-02-04 (last 4 entries) and 2002-02-05
991
992 2002-02-05 [paul]       0.7.0claws48
993
994         * src/compose.c
995                 re-add 'Edit/Advanced/Delete entire line', previously named
996                 'Delete Line+'
997
998 2002-02-04 [paul]       0.7.0claws47
999
1000         * src/compose.c
1001           src/summaryview.c
1002                 fix bug #494993 (Reply All not taking Reply-To into consi)
1003                 eliminate differences in behaviour of right-click 'Reply to all' 
1004                 in summary view and 'Reply to all' on the toolbar. 
1005                 fix bug where Reply-To gets ignored by 'Reply to all' in summary
1006                 view and From gets ignored by 'Reply to all' on toolbar.
1007                 fix bug where 'Reply to all' on toolbar uses To twice and ignores
1008                 From when no Reply-To header is present.
1009
1010 2002-02-04 [paul]       0.7.0claws46
1011
1012         * sync with sylpheed 0.7.0cvs30
1013                 see ChangeLog entries 2002-02-03 and 2002-02-04
1014
1015 2002-02-03 [melvin]     0.7.0claws45
1016
1017         * src/gtkspell.[ch]
1018                 Readded function to highlight all misspelled words.
1019                 Fixed bug where user-provided-words did not replace
1020                         correctly the misspelled word when using the mouse.
1021                 Fixed bug where checking a region selected from right to left did
1022                         not check the region at all.
1023                 Fixed bug where 'Check backwards' may not check at all. 
1024                 Fixed memory leaks where popup menus and accel_groups were not destroyed.
1025                 Fixed possible buffer overflow when checking for long strings (>1k).
1026                 Made cursor and scrollbar positions non changing after uncheck_all/check_all.
1027                 Accelerators code uses now gtk_widget_add_accel.
1028                 Removed and disabled obsolete and unfinished code.
1029                 Cleaning up.
1030
1031         * src/compose.c
1032                 Added menu item to Highlight all misspelled words.
1033
1034 2002-02-01 [paul]       0.7.0claws44
1035
1036         * src/mainwindow.c
1037                 fix '/View/Hide read messages' sensitivity when all
1038                 messages in a folder are hidden
1039
1040 2002-02-01 [paul]       0.7.0claws43
1041
1042         * src/main.c
1043                 add --send option to command line interface, sends all
1044                 queued mail. Patch submitted by Ricardo Mones Lastra.
1045
1046 2002-01-31 [paul]       0.7.0claws42
1047
1048         * src/mainwindow.c
1049                 add '/View/Hide read messages' to main_window_set_menu_sensitive()
1050
1051 2002-01-31 [paul]       0.7.0claws41
1052
1053         * sync with sylpheed 0.7.0cvs27
1054                 see ChangeLog entries 2002-01-30 (src/mh.c, src/prefs_common.c)
1055                 and 2002-01-31
1056
1057         * src/textview.c
1058                 comment out elements of textview_show_part() as temporary
1059                 workaround for attachment 'Display as text' bug 
1060
1061         * po/pt_BR.po
1062                 updated by Fabio Junior Beneditto
1063
1064 2002-01-30 [paul]       0.7.0claws40
1065
1066         * sync with sylpheed 0.7.0cvs24
1067                 see ChangeLog entries 2002-01-29 (src/prefs_common.c)
1068                 and 2002-01-30
1069
1070         * src/compose.c
1071                 add {N_("/_Spelling"), ... "<Branch>"} to 
1072                 GtkItemFactoryEntry compose_entries[]
1073
1074         * src/prefs_common.c
1075                 add claws menu items to prefs_keybind_apply_clicked()
1076                 and remove non-claws menu items
1077
1078 2002-01-29 [paul]       0.7.0claws39
1079
1080         * sync with sylpheed 0.7.0cvs22
1081                 see ChangeLog entries 2002-01-28 and 2002-01-29
1082
1083 2002-01-28 [melvin]     0.7.0claws38
1084
1085         * src/compose.c
1086                 Added the declartion of compose_send_control_enter.
1087
1088         * src/compose.c
1089         * src/gtkspell.[ch]
1090                 Added in a 'Spelling' menu which includes the configuration menu. 
1091                 Added a real 'Check all' and got rid from the old one which only
1092                 highlited misspelled word.
1093                 Made 'Check while typing' a disableable option.
1094                 Added a dialog when there are no more misspelled word.
1095                 Added a dialog if error occurs when switching to a dictionary.
1096         
1097         * src/prefs_common.[ch]
1098                 Added option for the default 'Check while typing' option.
1099
1100
1101 2002-01-28 [alfons]     0.7.0claws37
1102
1103         * src/compose.c
1104                 fix buglet and make code comply with sylpheed code style
1105
1106 2002-01-28 [paul]       0.7.0claws36
1107
1108         * sync with sylpheed 0.7.0cvs19
1109                 see ChangeLog entries for 2002-01-28
1110
1111 2002-01-28 [hoa]        0.7.0claws35
1112
1113         * src/defs.h
1114                 added rendererrc
1115
1116         * src/main.c
1117                 read the renderer config
1118
1119         * src/procmime.[ch]
1120                 use the renderer config to convert mime attachments
1121
1122         * src/textview.c
1123                 don't use textview_show_html/ertf,
1124                 use get_text_content instead
1125
1126 2002-01-27 [alfons]     0.7.0claws34
1127         
1128         * src/news.c
1129                 make sylpheed believe it can delete a news message...
1130                 (messages are NOT deleted, maybe we should remove
1131                 processing from the folder properties after all.)
1132
1133 2002-01-27 [alfons]     0.7.0claws33
1134
1135         * src/folder.c
1136                 add extra checks
1137         * src/news.c
1138                 implement remove_msg() 
1139
1140 2002-01-27 [alfons]     0.7.0claws32
1141
1142         * src/procmsg.h
1143         * src/procheader.c
1144         * src/messageview.c
1145                 fix return receipt / disposition notification again. this
1146                 stuff seems to break on _every_ major summary UI change, so
1147                 it's now implemented using a flag which is saved in the
1148                 marks cache
1149                 
1150 2002-01-26 [alfons]     0.7.0claws31
1151
1152         * src/import.c
1153                 let import dialog show the destination folder identifier
1154
1155 2002-01-26 [melvin]     0.7.0claws30
1156
1157         * src/folderview.c
1158         * src/summaryview.c
1159                 Readded 'Mark all read' into summary view popup menu
1160                 Added 'Mark all read' in folder view popup menu for IMAP
1161                 and NNTP.
1162                 Made it insensitive if the selected folder is not the shown
1163                 one to avoid 'Mark all read' on the wrong folder.
1164                 
1165 2002-01-26 [paul]       0.7.0claws29
1166
1167         * src/folderview.c
1168           src/summaryview.c
1169                 move 'Mark all read' from summary view to folder view
1170                 menu. (adapted from) patch submitted by Jeremy Andrews,
1171                 <lists@kerneltrap.com>
1172
1173 2002-01-25 [alfons]     0.7.0claws28
1174
1175         * src/gtkstext.c
1176                 put the gtk class name back so GtkSText adapts the 
1177                 settings of GtkText
1178
1179 2002-01-25 [alfons]     0.7.0claws27
1180
1181         * src/folderview.c 
1182                 assimilate Ricardo's patch that shows pixmaps instead of
1183                 plain "new" and "unread" texts in the folder view column
1184                 headers 
1185
1186 2002-01-25 [paul]       0.7.0claws26
1187
1188         * src/Makefile.am
1189                 add $(GPGME_CFLAGS) to INCLUDES so that gpgme can 
1190                 be found in non-standard locations. 
1191                 Closes Patch #507976, submitted by Stoyan Genov, <sdg@rila.bg>
1192
1193 2002-01-25 [paul]       0.7.0claws25
1194
1195         * sync with sylpheed 0.7.0cvs16
1196                 see ChangeLog entry 2002-01-25
1197
1198 2002-01-24 [paul]       0.7.0claws24
1199
1200         * more sync with sylpheed 0.7.0cvs15
1201                 get_file_size_as_clrf(), see ChangeLog entry 2002-01-23
1202
1203 2002-01-23 [sergey]     0.7.0claws23
1204
1205         * src/importldif.c
1206                 Fixed segfault when closing LDIF import wizard with
1207                 the window manager.
1208         * src/imageview.c
1209         * src/imageview.h
1210         * src/messageview.c
1211         * src/mimeview.c
1212                 Fixed wrong scrolling position after switching between
1213                 text and image parts.
1214
1215 2002-01-23 [paul]       0.7.0claws22
1216
1217         * sync with sylpheed 0.7.0cvs15
1218                 see ChangeLog entries 2002-01-22 and 2002-01-23
1219
1220 2002-01-21 [melvin]     0.7.0claws21
1221
1222         * src/prefs_scoring.c
1223         * src/prefs_filtering.c
1224                 Fixed bug where scoring and filtering windows stopped
1225                 autochecking.
1226
1227 2002-01-21 [paul]       0.7.0claws20
1228
1229         * sync with sylpheed 0.7.0cvs12
1230                 see ChangeLog entries 2002-01-20 and 2002-01-21
1231
1232 2002-01-21 [carsten]    0.7.0claws19
1233         * src/mainwindow.c
1234         * src/menu.[ch]
1235         * src/messageview.[ch]
1236         * src/summaryview.[ch]
1237                 changes to shortcuts handling again:
1238                         + "Q" now controled by mainwin
1239                         + v/V are now customizable and have slightly
1240                           different meanings
1241                 the "button" to minimize the messageview (and maximize
1242                 the summary view) is a real button now
1243         * src/compose.c
1244                 "Delete Line+" added to Edit/Advanced (this will also
1245                 delete the '\n')
1246
1247 2002-01-20 [melvin] 0.7.0claws18
1248
1249         * src/addressbook.c
1250                 Made "Bcc" sensitive when addressbook is called from
1251                 compose window (it was a Claws only bug).
1252
1253 2002-01-19 [alfons] 0.7.0claws17
1254
1255         * src/inc.c
1256                 prevent unnecessary updates when currently selected folder has
1257                 no new messages 
1258
1259 2002-01-19 [alfons] 0.7.0claws16
1260         
1261         * src/summaryview.c
1262                 prevent writing the cache based on current message list in summary 
1263                 view when filtering also put messages in currently selected folder
1264
1265 2002-01-19 [paul]
1266
1267         * po/it.po
1268                 Italian translation submitted by Alessandro Maestri
1269                 <a.maestri@cs.tin.it>
1270
1271 2002-01-18 [melvin]     0.7.0claws15
1272
1273         * src/prefs_filters.c
1274                 fixed bug where 'cancel' from 'filters' window stops autochecking
1275                 if the timer timed out  when the window was open.
1276
1277 2002-01-18 [match]      0.7.0claws14
1278
1279         * src/addrclip.[ch]     ** NEW FILE **
1280         * src/addrselect.[ch]   ** NEW FILE **
1281         * src/adbookbase.h      ** NEW FILE **
1282                 addressbook cut, copy and paste
1283         * src/addrbook.[ch]
1284         * src/addrcache.[ch]
1285         * src/addressitem.h
1286         * src/addrindex.[ch]
1287         * src/addritem.[ch]
1288         * src/importldif.c
1289         * src/importmutt.c
1290         * src/jpilot.[ch]
1291         * src/syldap.[ch]
1292         * src/vcard.[ch]
1293         * src/jpilot.[ch]
1294         * src/editbook.c
1295         * src/editjpilot.c
1296         * src/editldap.c
1297         * src/editvcard.c
1298                 support for copy/paste
1299         * src/addressbook.c
1300                 support for copy/paste
1301                 tidy up menu option processing
1302                 correct address list function arguments
1303         * src/editaddress.c
1304                 sort user attributes
1305         * src/ldif.h
1306         * src/mutt.h
1307                 tidy up
1308
1309         * src/addrbook.[ch]
1310         * src/addrbook.[ch]
1311         * src/addrbook.[ch]
1312                 
1313
1314 2002-01-18 [paul]       0.7.0claws13
1315
1316         * sync with sylpheed 0.7.0cvs8
1317                 configure.in: support Mac OS X (Darwin)
1318
1319 2002-01-18 [carsten]    0.7.0claws12
1320         * src/html.c
1321                 small hack to fix a segfault with an empty href
1322                 (reported by Alexandra Walford <deeni@altern.org>)
1323         * src/mainwindow.c
1324         * src/summaryview.c
1325                 the shortcuts for Mark und Mark as unread are hardcoded
1326                 again
1327         * src/compose.c
1328         * src/gtkstext.[ch]
1329                 readded the shortcuts in gtkstext but made them
1330                 customizeable (simply by adding a menu plus a wrapper
1331                 to compose.c)
1332
1333 2002-01-17 [melvin]     0.7.0claws11
1334
1335         * src/gtkspell.c
1336                 fix default dictionary not being saved.
1337
1338 2002-01-16 [darko]      0.7.0claws10
1339
1340         * src/compose.c
1341                 fix wrapping crash with URL longer than wrapping margin
1342
1343 2002-12-08 [hoa]        0.7.0claws10
1344
1345         * src/matcher_parser_parse.y
1346                 fixed some bugs
1347
1348         * src/prefs_filtering.c
1349                 now, we can use bounce action in the dialog box.
1350
1351 2002-01-16 [carsten]    0.7.0claws9
1352         * src/gtkstext.c
1353                 removed the <control> and <alt> shortcuts because they're
1354                 not needed and interefered with the "normal" shortcuts
1355         * src/mainwindow.c
1356         * src/summaryview.c
1357                 removed most of the hardcoded shortcuts and assigned
1358                 them to menu entries making them easy customizable by
1359                 that
1360
1361 2002-01-16 |melvin]     0.7.0claws8
1362
1363         * src/gtkspell.c
1364                 fixed bug where using the mouse and when the compose
1365                 window is not on top may result in a crash.
1366
1367 2002-01-16 [melvin]     0.7.0claws7
1368
1369         * src/compose.c
1370                 fixed a long standingspell checker bug which could 
1371                 cause a crash after sending a message.
1372
1373 2002-01-16 [paul]       0.7.0claws6
1374
1375         * sync with sylpheed 0.7.0cvs7
1376                 see ChangeLog entries 2002-01-10, 2002-01-11, 2002-01-14,
1377                 2002-01-15, and 2002-01-16
1378
1379 2002-01-16 [melvin]     0.7.0claws5
1380
1381         * README.claws
1382         * src/compose.c
1383         * src/gtkspell.[ch]
1384         * src/main.c
1385                 Heavily modified spell checker code to work around
1386                 ispell bug, to add keyboard shortcuts and for future
1387                 enhancements. See README.claws for usage information.
1388
1389 2002-01-15 [alfons]     0.7.0claws4
1390         
1391         * src/summaryview.c
1392                 change gtk_ctree_sort_node() into gtk_ctree_sort_recursive()
1393                 so sorting within threads reflects sort mode
1394
1395 2002-01-15 [christoph]  0.7.0claws3
1396
1397         * src/procmsg.c
1398                 added alertpanel if mail sending failed
1399
1400 2002-01-15 [alfons]     0.7.0claws2
1401         
1402         * src/prefs_filtering.c
1403                 don't stop timer when prefs filtering dialog is opened
1404
1405 2002-01-14 [alfons]     0.7.0claws1
1406
1407         * src/addr_compl.c
1408         * src/prefs.c
1409                 remove debug_print()s for privacy reasons
1410
1411 2002-01-14 [darko]      0.7.0claws
1412
1413         * README.claws
1414                 quotation wrapping is now also in the main branch
1415
1416 2002-01-14 [paul]
1417
1418         * tools/filter_conv.pl
1419                 allow for Boolean Op and case-sensitivity
1420                 this file is included in the release and tagged
1421                 'rel_0_7_0'
1422
1423 2002-01-13 [paul]       0.7.0claws
1424
1425         * release 0.7.0, with cvs tag 'rel_0_7_0'
1426
1427 2002-01-13 [paul]
1428
1429         * tools/filter_conv.pl
1430         * tools/README
1431                 rewritten to output to matcherrc instead of filteringrc
1432
1433         * po/es.po
1434                 updated Spanish translation by Ricardo Mones Lastra
1435
1436 2002-01-13 [alfons]
1437
1438         * po/nl.po
1439                 update dutch translation
1440
1441 2002-01-13 [paul]
1442
1443         * po/pt_BR.po
1444                 Updated by Fabio Junior Beneditto 
1445
1446 2002-01-13 [melvin]     0.6.6claws53
1447
1448         * po/fr.po
1449                 Updated french translation
1450
1451 2002-01-12 [alfons]     0.6.6claws52
1452
1453         * src/filtering.c
1454                 plug mem leak that has been sitting there for ages              
1455
1456 2002-01-12 [alfons]     0.6.6claws51
1457
1458         * src/summaryview.c
1459                 undo melvin's changes from 0.6.6claws48 because summary
1460                 view now refuses to select first unread message when
1461                 selecting a folder 
1462
1463 2002-01-11 [alfons]     0.6.6claws50
1464
1465         * src/import.c
1466                 use claws' semantics for getting folder item when
1467                 importing an mbox file into a folder 
1468                 (submitted by Dale P. Smith)
1469
1470 2002-01-11 [christoph]  0.6.6claws49
1471
1472         * src/prefs.h
1473                 set sensitivity in SET_TOGGLE_SENSITIVITY macro from
1474                 toggle widget, because non static prefs can not use
1475                 prefs_set_* functions
1476         * src/prefs_account.c
1477                 toggle smtp auth password field sensitivity if
1478                 user id is empty and add descrition of usage for
1479                 these fields
1480         * src/prefs_folder_item.c
1481                 use SET_TOGGLE_SENSITIVITY macro to instead of extra
1482                 callbacks
1483
1484 2002-01-11 [melvin]     0.6.6claws48
1485
1486         * src/compose.c
1487                 fix the 'Ctrl-Enter' feature for sending and test really
1488                 for 'Ctrl-Enter' (as Ctrl-Space is also used for activating
1489                 editables which was not documented in Gtk)
1490
1491         * src/summaryview.c
1492                 Made summaryview refresh after sorting and not before.
1493
1494 2002-01-11 [christoph]  0.6.6claws47
1495
1496         * src/compose.c
1497                 select account from account ids if possible and
1498                 correctly set save folder for copy in reedit
1499
1500 2002-01-10 [paul]       0.6.6claws46
1501
1502         * sync with sylpheed 0.7.0 release
1503                 see ChangeLog entries 2002-01-07, 2002-01-08 and
1504                 2002-01-09
1505
1506 2002-01-09 [alfons]
1507
1508         * src/summaryview.c
1509                 remove more dirt traces...
1510
1511 2002-01-09 [alfons]
1512         
1513         * src/summaryview.c
1514                 clean up some traces of my debugging stuff
1515
1516 2002-01-09 [alfons]     0.6.6claws45
1517
1518         * src/filtering.c
1519                 break up filteringprop_apply() in three separate pieces
1520                 so we can drop messages that failed processing in the
1521                 inbox
1522
1523         * src/summaryview.c
1524                 fix bug #469598 "no refresh of inbox after filter" which 
1525                 was introduced by the new summary view locking, and which 
1526                 prevented the summary view to update after a manual filter 
1527                 message. claw's filter message requires a summary_show().
1528                 (aargh, summary_show() again! :-)
1529                 
1530 2002-01-07 [alfons]     0.6.6claws44
1531
1532         * src/headerwindow.c
1533         * src/logwindow.c
1534         * src/messageview.c
1535         * src/sourcewindow.c
1536                 bring in Hiro's last 0.7.0 wm class fixes
1537
1538         * tools/sylprint.pl
1539                 bring in Ricardo's fix for sylprint script
1540
1541         * AUTHORS       
1542         * src/rfc2015.[ch]
1543         * src/prefs_common.[ch]
1544         * src/prefs_account.[ch]
1545         * src/compose.c
1546                 clean up account preference poison in rfc2015,
1547                 and preparation to fix double sign bug 
1548                 (patch submitted by Simon 'corecode' Schubert)
1549
1550 2002-01-07 [christoph]  0.6.6claws43
1551
1552         * src/mh.c
1553                 search for free message number, do not only rely
1554                 on last_num
1555         * src/send.c
1556                 fix smtp auth and use extra account information
1557                 if available, if not use pop3 data instead
1558                 (closes bug #500341)            
1559         * src/ssl.[ch]
1560                 match coding style
1561
1562 2002-01-06 [alfons]     0.6.6claws42
1563
1564         * src/mainwindow.c
1565                 try making the separate windows work again...
1566
1567 2002-01-06 [alfons]     0.6.6claws41
1568
1569         * src/mainwindow.c
1570                 adapt Hiro's separate window menu (to get rid of the funny
1571                 duplicate menu items), and make it work again
1572
1573 2002-01-06 [alfons]     0.6.6claws40
1574
1575         * tools/Makefile.am
1576         * tools/sylprint.rc
1577         * tools/sylprint.pl
1578         * tools/README.sylprint
1579                 add sylprint script for printing mails from Sylpheed
1580                 (contributed by Ricardo Mones Lastra)
1581
1582         * src/acount.c
1583                 clean up
1584
1585 2002-01-06 [melvin]     0.6.6claws39
1586
1587         * src/mainwindow.c
1588         * src/summaryview.c
1589                 Fixed crash introduced in 0.6.6claws38 by the menu
1590                 reorganisation (Hide read messages)
1591         
1592         * ChangeLog.claws 
1593                 Fixed typo (we are now in 2002, alfons ;) )
1594
1595 2002-01-05 [alfons]     0.6.6claws38
1596
1597         * sync with sylpheed 0.6.6cvs10-17
1598                 (last stuff marked as LAST_STABLE)
1599
1600 2002-01-04 [melvin]     0.6.6claws37
1601
1602         * src/account.c
1603                 Made account selection code use strcasestr again instead of
1604                 g_strcasecmp (fixes bug where reediting queued messages
1605                 did not select proper account reported by T. Link).
1606         
1607         * src/folderview.c
1608                 Fix bug where folder icons are not shown when 'hide read messages'
1609                 is on.
1610         
1611         * src/stock_pixmaps.[ch]
1612                 Added folder icons for 'hide read messages'.
1613         
1614         * src/compose.c
1615                 Fixed bug where 'Enter' in a header entry will send the message 
1616                 if 'CTL-Enter' was chosen as a shorcut for sendind. 
1617
1618 2002-01-03 [melvin]     0.6.6claws36
1619         
1620         * src/prefs.[ch]
1621                 Added popup menu for common preferences and
1622                 account preferences (right click on tab displays
1623                                 a menu of all tabs.)
1624
1625 2002-01-02 [melvin]     0.6.6claws35
1626
1627         * src/gtkspell.[ch]
1628                 Made spelling code compatible with undo/redo feature.
1629                 Added creation of suggestion mode menu for the general
1630                         preferences.
1631         
1632         * src/prefs_common.[ch]
1633                 Added option menu for the speller's suggestion mode.
1634                 Added missing spaces in "..." buttons and made a "..."
1635                         button non translatable!
1636         
1637         * src/compose.c
1638                 Made speller use the default suggestion mode.
1639                 Hack to make it possible to choose 'CTRL-Enter' as a
1640                         shortcut for sending (and only for sending).
1641
1642         * src/prefs_folder_item.c
1643                 Changing subject simplification does not update cache 
1644                         anymore (because it is unnecessary).
1645                 Fixed bug where changing subject simplification updated the 
1646                         summaryview even when the viewed folder is not the
1647                         folder which properties are being changed. (E.g. 
1648                                         viewing folder A and changing
1649                                         the subject simplification of 
1650                                         folder B -not being viewed- updated the 
1651                                         summaryview of folder A with data of
1652                                         folder B). (Hope this is clear... )
1653
1654 2001-12-31 [alfons]     0.6.6claws34
1655         
1656         * src/ldif.c
1657         * src/mutt.c
1658                 fgetc() returns a signed integer which doesn't
1659                 fit in a char. so c truncates this to a char
1660                 but we may lose significant bits. i.e. we may
1661                 comparing 0xFF which may not be equal to -1
1662                 unless properly casted to signed char which
1663                 we won't do because fgetc() returns a signed
1664                 integer which doesn't fit in a char. so c 
1665                 truncates this to a char but we may lose 
1666                 significat bits. (you got the idea, thanks
1667                 to Gustavo Noronha Silva <kov@debian.org>
1668                 and the Debian folks!)
1669
1670 2001-12-30 [alfons]     0.6.6claws33
1671
1672         * src/prefs_common.c
1673                 add #ifdef USE_PSPELLs that Melvin forgot               
1674
1675 2001-12-30 [melvin]     0.6.6claws32
1676         
1677         * src/prefs_common.[ch]
1678                 Added configurable color for misspelled words.
1679
1680         * src/gtkspell.[ch]
1681                 Fixed bug of foreground text color (reported by David
1682                                 Mehrmann)
1683                 Added configurable color for misspelled words.
1684
1685 2001-12-30 [alfons]     0.6.6claws31
1686
1687         * src/folder.c
1688                 remove unnecessary things someone put there
1689
1690         * src/mh.c
1691         * src/folder.[ch]
1692                 make folder properties (like threading and sorting) persistent
1693                 (closes bug #497424 "rescan folder tree resets proprieties")
1694                 currently this is only for MH folders. 
1695
1696 2001-12-29 [melvin]     0.6.6claws30
1697
1698         * src/string_match.[ch]
1699                 Optimized a bit: regexp pattern buffer compiled only once, and
1700                   one subroutine call removed. Fixed ^ regexp search: Now, 
1701                   "(^Re: )|(^Hello)" removes only "Re: " from "Re: Hello".
1702         
1703         * src/summaryview.c
1704                 Subject filtering changed to filter summary columns and
1705                   not directly the messages subject cache. The loss in 
1706                   performance is balanced by the improvement of string_match.
1707                 Added an alert panel if there is an error in the regexp.
1708
1709         * src/src/prefs_folder_item.h
1710                 Added a regexp pattern buffer.
1711
1712 2001-12-28 [alfons]     0.6.6claws29
1713
1714         * src/string_match.[ch]
1715                 clean up name space
1716                 allow compilation *BSD
1717
1718 2001-12-27 [alfons]     0.6.6claws28
1719
1720         * src/filter.c
1721                 sync the Hiro's bug fix for BSD
1722
1723 2001-12-27 [melvin]     0.6.6claws27
1724         
1725         * src/compose.c
1726                 Simplify focus to subject entry code.
1727
1728 2001-12-27 [darko]      0.6.6claws26
1729
1730         * src/filtering.c
1731         * src/mbox_folder.c
1732         * src/messageview.c
1733         * src/mh.c
1734         * src/procheader.[ch]
1735         * src/procmsg.h
1736         * src/stock_pixmap.[ch]
1737         * src/summaryview.c
1738                 Show key icon for encrypted mails in summary view
1739
1740         * src/pixmaps/clip.xpm
1741         * src/pixmaps/clipkey.xpm
1742         * src/pixmaps/key.xpm
1743                 New/modified icons for the above
1744
1745 2001-12-27 [melvin]     0.6.6claws25
1746
1747         * src/prefs_common.c
1748                 Put spell checker options in a separate tab to decrease
1749                 the Common Preferences window height.
1750
1751         * README.claws  
1752                 Update spell checker usage instruction about its options
1753                 location.
1754
1755 2001-12-27 [melvin]     0.6.6claws24
1756
1757         * src/compose.c
1758                 Changed subject entry widget position. Initial focus is
1759                 on the To header instead of the subject entry.
1760                 Creating a new header scrolls the header list to make the
1761                 created one visible. Nevertheless, when automatically filling
1762                 headers, the first one is shown.
1763                 A Tab key press in the last empty header entry zips the 
1764                 focus to the subject entry.
1765                 (I did not change the combo boxes, yet)
1766
1767 2001-12-26 [alfons]     0.6.6claws23
1768
1769         * src/prefs_account.c
1770         * src/inc.c
1771                 allow default inbox to reside in another mailbox (only
1772                 works for POP3 accounts)
1773
1774 2001-12-26 [alfons]     0.6.6claws22
1775         
1776         * src/textview.c
1777                 make reply-on-click work with the account of the selected folder
1778         * src/compose.c
1779                 put a fixme here to remind me to fix finding correct default
1780                 account for nested folders
1781
1782 2001-12-25 [alfons]     0.6.6claws21
1783
1784         * src/summaryview.c
1785                 make column headers display locked and mark pixmaps (idea by Melvin) 
1786                 fix bug by adding score and locked column type to sort array
1787
1788 2001-12-25 [alfons]     0.6.6claws20
1789         
1790         * src/summaryview.c
1791                 catch a *potentially* inadvertent write back of  
1792                 the message cache(s) introduced by 0.6.5claws37
1793
1794 2001-12-25 [christoph]  0.6.6claws19
1795
1796         * src/stock_pixmap.[ch]
1797         * src/summaryview.c
1798                 add ignore thread pixmap
1799                 (can someone draw a better icon for this?)
1800
1801 2001-12-24 [alfons]     0.6.6claws18
1802
1803         * src/prefs_folder_item.c
1804                 make address completion actually work for the
1805                 Default To address in the Folder Property dialog.
1806
1807 2001-12-24 [alfons]     0.6.6claws17
1808         
1809         * src/summaryview.c
1810                 use new style regexp for subject stripping 
1811                 (patch submitted by Thomas Link <t.link.tmp200101@gmx.net>)
1812
1813 2001-12-24 [darko]      0.6.6claws16
1814
1815         * src/pgptext.c
1816         * src/rfc2015.c
1817                 move GPG related informational messages to debug mode
1818
1819 2001-12-23 [alfons]     0.6.6claws15
1820
1821         * src/stock_pixmap.[ch]
1822         * src/summaryview.c
1823                 add the forgotten Claws' locked pixmap
1824
1825 2001-12-23 [alfons]     0.6.6claws14
1826
1827         * src/filesel.c
1828                 accept file name typed in entry in multi file
1829                 selector (patch submitted by Gustavo Noronha Silva 
1830                 <kov@debian.org>)
1831
1832 2001-12-23 [alfons]     0.6.6claws13
1833
1834         * src/prefs_filter.c
1835         * src/prefs_filtering.c
1836         * src/matcher.c
1837         * src/importmutt.c
1838                 clean up a little bit
1839         
1840         * src/string_match.c
1841                 validate input strings a little bit more
1842
1843 2001-12-23 [alfons]     0.6.6claws12
1844
1845         * src/Makefile.am
1846         * src/summaryview.c
1847         * src/string_match.[ch]         ** NEW **
1848         * src/folderview.[ch]
1849         * src/headerview.h
1850         * src/folder.[ch]
1851         * src/prefs_folder_item.[ch]
1852                 add subject simplification to strip out strings from
1853                 a subject line (esp. handy for mailing lists). 
1854                 (original patch by by Thomas Link <t.link.tmp200101@gmx.net>,
1855                 but slightly changed things for better integration.)
1856
1857 2001-12-23 [alfons]     0.6.6claws11
1858
1859         * src/mainwindow.c
1860                 fix bug introduced by submission included in 0.6.5claws52.
1861                 ideally this submission should clean the trash if any trash
1862                 folder has a message. however, the hasTrash variable was
1863                 set to false whenever a trash folder was empty (discarding
1864                 a previously found *filled* trash folder.)
1865
1866                 also edited the code a little bit and made it more safe.
1867
1868 2001-12-22 [alfons]     0.6.6claws10
1869
1870         * src/imap.c
1871                 quick fix for Martin Pool's omission of an account
1872                 specific SSL setting
1873
1874 2001-12-22 [alfons]     0.6.6claws9
1875
1876         * src/compose.c
1877         * src/messageview.c
1878         * src/mimeview.c
1879         * src/pgptext.c
1880         * src/procmime.[ch]
1881                 better support for multipart/digest (submitted
1882                 by Fredrik <e98fo@efd.lth.se>)
1883
1884 2001-12-22 [alfons]     0.6.6claws8
1885
1886         * src/addressbook.c
1887                 correct function signature
1888         * src/socket.[ch]
1889         * src/imap.[ch]
1890         * src/prefs_account.[ch]
1891                 allow IMAP over SSH tunnel (patch submitted by 
1892                 Martin Pool <mbp@samba.org>)
1893
1894 2001-12-21 [alfons]     0.6.6claws7
1895
1896         * sync with sylpheed 0.6.6cvs4-9
1897                 (may have forgotten something: LAST_STABLE is 0.6.6claws6)
1898
1899 2001-12-21 [christoph]  0.6.6claws6
1900
1901         * src/compose.c
1902         * src/prefs_folder_item.[ch]
1903                 implement saving of outgoing messages to current folder.
1904                 fix segfault when no default outbox is available
1905                 (closes bug #495683)
1906
1907 2001-12-21 [carsten]    0.6.6claws5
1908         * src/folderview.c
1909         * src/summaryview.c
1910                 pressing CTRL while DND does now the expected thing and
1911                 copies the mail (moving is still the default, as this
1912                 seam more appropriate for handling mails by DND)
1913
1914 2001-12-18 [paul]       0.6.6claws4
1915
1916         * sync with sylpheed 0.6.6cvs3
1917                 see ChangeLog entries 2001-12-18
1918
1919 2001-12-18 [hiro]       0.6.6claws3
1920
1921         * src/undo.c
1922                 fix for multibyte characters (obtain the number of letters
1923                 instead of bytes).
1924
1925 2001-12-17 [paul]       0.6.6claws2
1926
1927         * sync with sylpheed 0.6.6cvs1
1928                 see ChangeLog entry 2001-12-16
1929
1930 2000-12-17 [alfons]     0.6.6claws1
1931
1932         * src/filtering.c
1933                 clean up
1934
1935 2001-12-16 [paul]       0.6.6claws
1936 2001-12-15
1937
1938         * Release version 0.6.6claws, cvs tag: rel_0_6_6
1939
1940         * src/mimeview.c
1941                 last minute sync with main 0.6.6
1942
1943         * po/es.po
1944                 updated by Ricardo Mones Lastra
1945                 update for last minute sync
1946         * po/fr.po
1947         * po/nl.po
1948                 update for last minute sync
1949         * po/de.po
1950                 updated by Jens Oberender
1951         * po/pt_BR.po
1952                 updated by Fabio Junior Beneditto
1953
1954         * src/prefs_common.[ch]
1955         * src/undo.c
1956                 number of undo levels is user configurable
1957                 (squeeze it into the release in the dying
1958                 moments) Submitted by Jens Oberender    
1959
1960 2001-12-15 [melvin]
1961
1962         * po/fr.po
1963                 updated french translation
1964
1965 2001-12-15 [paul]       0.6.5claws92
1966
1967         * sync with sylpheed 0.6.5cvs28
1968                 see ChangeLog entry 2001-12-14 (src/prefs_account.c)
1969
1970         * po/nl.po
1971                 update to allow for sync
1972
1973 2001-12-15 [alfons]
1974         
1975         * po/nl.po
1976                 update dutch translation
1977
1978 2001-12-14 [carsten]    0.6.5claws91
1979         * src/summaryview.c
1980                 fixed bug #473785; also after changing the column order
1981                 the same message will be selected and displayed as before
1982                 the reordering
1983
1984 2001-12-14 [carsten]    0.6.5claws90
1985         * src/folderview.c
1986                 probably found the bug reported by wwb opening or closing
1987                 a folder tree just before dnd (found the solution in the
1988                 balsa source -- thanks to them)
1989
1990 2001-12-14 [carsten]    0.6.5claws89
1991         * src/gtkutils.c
1992         * src/account.c
1993                 moved gtk_clist_moveto to the right place, so that
1994                 only the accounts dialog is effected on opening
1995
1996 2001-12-14 [carsten]    0.6.5claws88
1997         * src/gtkutils.c
1998                 gtkut_clist_set_focus_row does a gtk_clist_moveto
1999                 now, so that the focused row will be seen in any case
2000                 (reported by wwp on sf-claws-user)
2001
2002 2001-12-14 [darko]      0.6.5claws87
2003
2004         * src/compose.c
2005                 remove unnecessary line
2006
2007 2001-12-14 [paul]       0.6.5claws86
2008
2009         * sync with sylpheed 0.6.5cvs27
2010                 see ChangeLog entries 2001-12-14
2011
2012 2001-12-14 [carsten]    0.6.5claws85
2013         * src/mainwindow.c
2014                 following a suggestion of Melvin the rcoabm pops up
2015                 right under the button now and the button is reliefed
2016                 while the popup is open
2017
2018 2001-12-14 [darko]      0.6.5claws84
2019
2020         * src/compose.c
2021                 fix crash when wrapping long lines if linewrap quotation
2022                 is disabled and wrapper encounters a word spanning more
2023                 than one line
2024
2025 2001-12-13 [paul]       0.6.5claws83
2026
2027         * src/compose.c
2028                 prefer 'Reply-To' header over mailing list header when
2029                 replying to a message. Finally prevent all those confirmation 
2030                 messages being sent to the list itself.
2031
2032         * src/summaryview.c
2033                 remove unused summary_set_menu_sensitive() entry
2034
2035 2001-12-13 [paul]       0.6.5claws82
2036
2037         * src/folderview.c
2038         * src/pixmaps/inbox-hrm.xpm     ** NEW FILE **
2039         * src/pixmaps/outbox-hrm.xpm    ** NEW FILE **
2040         * src/pixmaps/trash-hrm.xpm     ** NEW FILE **
2041                 improvements to 'Hide read messages': Inbox, Outbox,
2042                 Trash, Queue, and Draft icons now reveal presence of hidden 
2043                 messages
2044
2045 2001-12-12 [alfons]     0.6.5claws81
2046
2047         0.6.5claws80 was tagged as LAST_STABLE
2048
2049         * src/filtering.[ch]
2050         * src/matcher.[ch]
2051         * src/matcher_parser_lex.c
2052                 fix the filtering; my last attempt to get it right, 
2053                 if it does not work, it's Hoa's turn. ;-)
2054
2055                 for my honourable peers:
2056                 
2057                 the code now makes a clear distinction between
2058                 rules as they are displayed (probably escaped),
2059                 and as they are executed (probably unescaped). the
2060                 parser does *NOT* do any unescaping, this is
2061                 the task of the matcher.c (which breaks up a
2062                 rule into condition) and the filtering.c (which
2063                 breaks up the rule's action). to make this
2064                 run happily we provide an unescaped copy of
2065                 crucial strings to the MatcherProp and 
2066                 FilteringAction structures. note that the only
2067                 exception to this is any REGEXP string. those
2068                 are directly passed to regcomp() and regexp()
2069                 (who have much more powerful unescape functions).
2070                 
2071                 for everyone else:
2072         
2073                 you can escape tab (\t), carriage return (\r),
2074                 linefeed (\n), form feed (\f), quote (\"), 
2075                 single quote (\'), bell (\b) in all the entry
2076                 lines in the scoring & filtering dialogs.
2077                 as an added bonus this should not affect
2078                 existing filtering rules.
2079
2080 2001-12-12 [carsten]    0.6.5claws80
2081
2082         * src/summaryview.c
2083         * po/de.po
2084                 "item(s) selected" is now sensitive to 1 or more
2085                 than one selected (nice for language where simple
2086                 adding of a "s" is not possible as German (Eintrag
2087                 ->Eintr"age)
2088                 
2089                 the "forward as attachment" entry from the right
2090                 click menu removed, "forward" acts following the
2091                 prefs
2092         
2093         * src/textview.c
2094                 reverted my former changes; so compiler warning again
2095                 but there's more GTK_TEXT/GTK_STEXT mixing on other places
2096                 nevertheless
2097
2098         * src/messageview.c
2099                 "search in message" does now *not* only work in MVIEW_TEXT
2100                 messages, but also in a MIMEVIEW_TEXT part of MVIEW_MIME
2101                 message
2102
2103         * src/mainwindow.c
2104                 removed "/File/_Close" as it was the same as "/File/E_xit"
2105                 and we don't need it two times
2106
2107                 the separate folder view and message view now get a distinct
2108                 WMCLASS, just in case someone is using sawfish ;-)
2109
2110                 as the menu entries "/View/Message view" and "/View/Folder tree"
2111                 are only doing something when SEPARATE_MESSAGE or SEPARATE_FOLDER
2112                 make them sensitive accordingly and as these two are "shown"
2113                 after startup anytime check this menuitem at startup
2114
2115 2001-12-12 [paul]       0.6.5claws79
2116
2117         * src/folderview.c
2118                 fix sensitivity of 'Search folder...', broken in
2119                 0.6.5claws75
2120
2121         * src/mainwindow.c
2122                 fix dodgy English
2123
2124 2001-12-11 [carsten]    0.6.5claws78
2125         * src/filtering.c
2126                 fixed two typos returning a wrong FALSE/TRUE
2127         * src/mainwindow.[ch]
2128                 extra menu for email/news button removed
2129
2130 2001-12-11 [alfons]     0.6.5claws77
2131         
2132         * src/matcher.c                 (1.3)
2133         * src/matcher_parser_lex.l      (1.28)
2134                 revert for another attempt
2135                 mark 0.6.5claws77 as LAST_STABLE
2136
2137 2001-12-11 [christoph]  0.6.5claws76
2138
2139         * po/de.po
2140                 fixed wrong translation for prev. unread msg
2141
2142 2001-12-11 [paul]       0.6.5claws75
2143
2144         * src/folder.[ch]
2145         * src/folderview.c
2146         * src/mainwindow.c
2147         * src/summaryview.[ch]
2148         * src/pixmaps/dir-open-hrm.xpm  ** NEW FILE **
2149                 enable ability to hide read messages on per folder basis via 
2150                 '/Summary/Hide read messages'; when selected, a folder will 
2151                 have a red open folder icon, instead of a blue icon, if the 
2152                 folder contains hidden messges
2153                 submitted by Thomas Link <t.link.tmp200101.gmx.net> 
2154
2155         * src/mainwindow.c
2156                 remove '/Message/Forward as attachment' from 
2157                 main_window_set_menu_sensitive() to prevent debug warning
2158
2159         * src/folderview.c
2160         * src/mainwindow.c
2161                 Clean up some of the English
2162
2163         * tools/newscache_clean.pl
2164                 allow for new 'hidereadmsgs' entry in folderlist.xml
2165
2166         * po/es.po
2167                 updated translation, submitted by Ricardo Mones Lastra
2168
2169 2001-12-11 [paul]       0.6.5claws74
2170
2171         * sync with sylpheed 0.6.5cvs25
2172                 see ChangeLog entry 2001-12-11
2173
2174 2001-12-10 [alfons]     0.6.5claws73
2175
2176         * src/matcher.c
2177                 add more control characters
2178         * src/matcher_parser_lex.l
2179                 make escaping / unescaping work again
2180
2181 2001-12-10 [alfons]     0.6.5claws72
2182
2183         * src/imap.c
2184                 clean up warnings "returning value for void function" 
2185         * src/prefs_filtering.c
2186                 make info button for execute action sensitive
2187
2188 2001-12-10 [paul]       0.6.5claws71
2189
2190         * src/compose.c
2191         * src/imap.[ch]
2192         * src/summaryview.c
2193                 fix: imap server now gets informed of MARKED, UNMARKED
2194                 and REPLY events. Now people can use different IMAP-Mail
2195                 clients and have the exact same information about MARKED,
2196                 UNMARKED and REPLY status with all of them. Especially
2197                 useful for imap servers with a web-frontend.
2198                 submitted by Tobias Sandhaas <medlor@web.de>
2199
2200 2001-12-09 [melvin]     0.6.5claws70
2201         
2202         * src/textview.[ch]
2203                 fixed bug #490076 (hunted down by Alfons who implemented
2204                 a workaround in 0.6.5claws65)
2205
2206 2001-12-09 [christoph]  0.6.5claws69
2207
2208         * src/summaryview.c
2209                 set pointer to string in LOCKED column to NULL
2210                 (might fix bug #490800)
2211
2212 2001-12-09 [carsten]    0.6.5claws68
2213
2214         * po/de.po
2215                 resolved some cluttered menu shortcuts 
2216                 ('creating new email' and 'creating news message'
2217                 hade the same)
2218         * src/compose.c
2219                 wmclass now distinc from main window
2220         * src/mainwindow.c
2221           src/mainwindow.h
2222                 email/news and forward button functionality similar
2223                 to the reply buttons; removed the ugly dropdown arrows
2224                 and use instead the right mouse button
2225
2226 2001-12-09 [paul]       0.6.5claws67
2227
2228         * src/imap.c
2229         * src/utils.h
2230                 allow spaces in imap folder names
2231                 submitted by Willem van Engen <wvengen@stack.nl>
2232
2233 2001-12-09 [paul]       0.6.5claws66
2234
2235         * sync with sylpheed 0.6.5cvs24
2236                 see ChangeLog entry 2001-12-09
2237
2238 2001-12-08 [alfons]     0.6.5claws65
2239
2240         * src/textview.c
2241                 prevent secondary selection claim after "add to sender" dialog
2242                 popped up. this is because there's a GDK_BUTTON_RELEASE pending.
2243                 we trick GTK by simulating a click at (0, 0) in the textview.
2244
2245 2001-12-08 [hoa]        0.6.5claws64
2246
2247         * src/folder.c
2248                 fixed a bug about the .processing folder name while filtering
2249
2250 2001-12-08 [alfons]     0.6.5claws63
2251
2252         * src/folderview.c 
2253                 work around problem of not correctly updating folder stats
2254                 when deleting messages. there's some folder scanning evil
2255                 going so the folderview_update_msg_num() does not work
2256                 correctly. need to investigate this.
2257
2258 2001-12-08 [paul]       0.6.5claws62
2259
2260         * sync with sylpheed 0.6.5cvs23
2261                 see ChangeLog entry 2001-12-08
2262
2263 2001-12-07 [christoph]  0.6.5claws61
2264
2265         * src/compose.c
2266                 fix another header translation problem
2267
2268 2001-12-07 [alfons]     0.6.5claws60
2269
2270         * src/mbox.c
2271                 make filtering also work on local spool mbox
2272
2273 2001-12-07 [carsten]    0.6.5claws59
2274         * src/addressbook.c
2275                 addressbook window gets a wmclass distinct from the main
2276                 sylpheed window
2277         * src/compose.h
2278         * src/mainwindow.[ch]
2279                   forward menu item will use mode selected in prefs, forward 
2280                 as attatchment in menu removed (will be substituted in the
2281                 toolbar similar to reply buttons)
2282                   create news message menu entry and news button is now 
2283                 sensitive to the existance of a news account
2284         * src/pixmaps/stock_mail_reply_quote.xpm           ** REMOVED **
2285         * src/pixmaps/stock_mail_reply_to_all_quote.xpm    ** REMOVED **
2286         * src/pixmaps/stock_mail_reply_to_sender_quote.xpm ** REMOVED **
2287                 these are removed because the toolbar buttons don't show
2288                 the quoting modus any longer
2289
2290 2001-12-07 [paul]
2291
2292         * tools/newscache_clean.pl      ** NEW FILE **
2293                 perl script to do some tidying up in the newscache directory 
2294                 
2295         * tools/sylpheed-switcher       ** NEW FILE **
2296                 perl script to enable easy switching between main and claws
2297                 
2298         * tools/README
2299                 added descriptions of the two new perl scripts          
2300
2301
2302 2001-12-07 [melvin]     0.6.5claws58
2303
2304         * src/messageview.c
2305                 fixed a warning during compilation introduced in 0.6.5claws56
2306
2307 2001-12-07 [paul]       0.6.5claws57
2308
2309         * src/mainwindow.[ch]
2310         * src/menu.[ch]
2311                 further usability enhancements to replying with or without 
2312                 quoting via the toolbar, use of Ctrl key is replaced by 
2313                 drop down menu 
2314                 Submitted by Carsten Schurig            
2315
2316 2001-12-07 [melvin]     0.6.5claws56
2317
2318         * src/messageview.c
2319                 hack to fix bug that prevented to make/paste selections
2320                 after switching between MVIEW_TEXT and MVIEW_MIME views
2321                 without deselecting the selection first.
2322
2323 2001-12-06 [alfons]     0.6.5claws55
2324
2325         * src/filtering.[ch]
2326         * src/inc.c
2327                 revise filtering a little bit more, and make sure
2328                 messages are delivered to the appropriate inbox
2329                 (perhaps set per account)
2330
2331 2001-12-06 [paul]       0.6.5claws54
2332
2333         * sync with sylpheed 0.6.5cvs22
2334                 see ChangeLog entry 2001-12-06
2335
2336 2001-12-05 [alfons]     0.6.5claws53
2337
2338         * src/inc.c
2339         * src/folder.[ch]
2340         * src/procmsg.c
2341         * src/filtering.c
2342                 more revisions of filtering system
2343                 (last stable version is marked as LAST_STABLE)
2344                 
2345                 | NOTE 1): the filtering system now uses a local folder called
2346                 | .processing. if filtering fails, check this directory
2347                 | for missing messages.
2348                 |
2349                 | NOTE 2): help us find the filtering actions still missing
2350
2351 2001-12-05 [paul]       0.6.5claws52
2352
2353         * src/mainwindow.c
2354                 fix bug where 'Empty Trash?' pop-up window appears even
2355                 when Trash is empty, submitted by Jesse Skinner         
2356
2357 2001-12-05 [melvin]     0.6.5claws51
2358
2359         * src/compose.c
2360                 fixed bug #486106 to select correct account when reediting 
2361                 a queued message
2362         
2363 2001-12-04 [alfons]     0.6.5claws50
2364
2365         * src/mh.c
2366                 declare markfile in appropriate functions when
2367                 no fchmod() is found (thanks to Mark Heerdink <marc@koelkast.net>
2368                 for spotting this)
2369
2370 2001-12-04 [paul]       0.6.5claws49
2371
2372         * sync with sylpheed 0.6.5cvs21
2373                 see ChangeLog entry 2001-12-04
2374
2375 2001-12-03 [christoph]  0.6.5claws48
2376
2377         * po/de.po
2378                 changed translation of undo
2379         * src/account.c
2380         * src/folder.c
2381                 don't reinvent the wheel to traverse a GNode
2382         * src/compose.[ch]
2383                 seperate code to create the compose gui into functions
2384                 add "Others" page with folder selection for saving copy
2385                 of the message.
2386                 the folder identifier is saved to queue header
2387         * src/procmsg.c
2388                 save message to folder in queue header
2389
2390 2001-12-03 [paul]       0.6.5claws47
2391
2392         * sync with sylpheed 0.6.5cvs20
2393                 see ChangeLog entry 2001-12-03
2394
2395 2001-12-01 [paul]
2396
2397         * more sync with sylpheed 0.6.5cvs19
2398                 see ChangeLog entry 2001-11-29
2399
2400 2001-11-30 [paul]       0.6.5claws46
2401         
2402         * src/compose.c
2403                 remove conflicts introduced by Hoa's last commit
2404          
2405         * src/mainwindow.c
2406                 make 'Message/Bounce' sensitive
2407
2408 2001-11-30 [hoa]        0.6.5claws45
2409
2410         * src/compose.c
2411                 slightly change bounce function to add
2412                 information about the user that bounced the mail
2413                 in the From header line.
2414
2415         * src/folderview.c
2416                 permit the use of processing in outbox folder.
2417
2418 2001-11-29 [paul]       0.6.5claws44
2419
2420         * src/mainwindow.[ch]
2421         * src/prefs_common.c
2422         * src/pixmaps/stock_mail_reply_quote.xpm            ** NEW FILE **
2423         * src/pixmaps/stock_mail_reply_to_all_quote.xpm     ** NEW FILE **
2424         * src/pixmaps/stock_mail_reply_to_author_quote.xpm  ** NEW FILE **
2425                 usability enhancements to the quoting, implements
2426                 use of Ctrl key to toggle quoting settings
2427                 Submitted by Carsten Schurig <Carsten.Schurig@web.de>
2428
2429 2001-11-29 [paul]       0.6.5claws43
2430         
2431         * sync with sylpheed 0.6.5cvs19
2432                 see ChangeLog entry 2001-11-28
2433
2434 2001-11-29 [melvin]     0.6.5claws42
2435         * src/Makefile.am
2436                 added enriched.[ch] to the list of files
2437
2438         * src/textview.c
2439         * src/mimeview.c
2440         * src/procmime.[ch]
2441         * src/enriched.[ch]
2442                 added support to view text/enriched
2443                 added support to show headers in message view for text/enriched and text/html
2444                         in non multipart messages
2445
2446 2001-11-28 [paul]       0.6.5claws41
2447
2448         * more sync with sylpheed 0.6.5cvs18
2449                 see ChangeLog entry 2001-11-27 (src/prefs_common.c)
2450
2451 2001-11-27 [paul]       0.6.5claws40
2452         
2453         * po/pt_BR.po
2454                 updated translation, submitted by Fabio Junior Beneditto
2455                 
2456         * sync with sylpheed 0.6.5cvs18
2457                 see ChangeLog entries 2001-11-26 (src/textview.c) and
2458                 2001-11-27
2459
2460
2461 2001-11-26 [paul]
2462
2463         * po/es.po
2464                 updated translation, submitted by Ricardo Mones Lastra
2465
2466 2001-11-26 [alfons]
2467
2468         * src/matcher.c
2469                 add more translatable strings
2470
2471 2001-11-26 [christoph]  0.6.5claws39
2472
2473         * po/de.po      
2474                 fixed one more umlaut
2475         * src/compose.c
2476                 fix translated header when it should not be translated
2477
2478 2001-11-26 [paul]       0.6.5claws38
2479
2480         * src/mainwindow.c
2481                 remove '/Message/Add Sender to address book' from 
2482                 main_window_set_menu_sensitive(), prevent debug warning
2483                 add 'Message/Mark/Mark all read' to mainwin_entries[]
2484
2485 2001-11-26 [paul]       0.6.5claws37
2486
2487         * src/summaryview.c
2488                 fix 'recurring unread state' bug 
2489
2490         * tools/README 
2491         * tools/filter_conv.pl
2492                 read name of top level mailbox from folderlist.xml
2493                 and presume nothing about its name              
2494
2495 2001-11-26 [darko]      0.6.5claws36
2496
2497         * src/gtkstext.[ch]
2498                 removed functions that are now in gtkutils.c
2499                 use gtkut_text_is_uri_string() from gtkutils.c
2500         * fix my comment on 2001-11-23 (missing gtkutils.[ch])
2501
2502 2001-11-26 [paul]       0.6.5claws35
2503
2504         * sync with sylpheed 0.6.5cvs16
2505                 see ChangeLog entries 2001-11-25 and 2001-11-26
2506
2507 2001-11-25 [alfons]     0.6.5claws34
2508
2509         EXPERIMENTAL!!! Please checkout the last stable version using: 
2510           
2511         % cvs update -r LAST_STABLE -dRAP
2512
2513         (Or help us testing this stuff.)
2514
2515         * src/filtering.c               (1.14)
2516         * src/filtering.h               (1.6)
2517         * src/inc.c                     (1.28)
2518         * src/matcher.c                 (1.20)
2519         * src/mbox.c                    (1.9)
2520         * src/procmsg.h                 (1.14)
2521         * src/summaryview.c             (1.59)
2522         * src/summaryview.h             (dunno)
2523                 revert/merge/sync to as it was before commit 
2524                 on Thu, 19 Jul 2001 10:15:51 -0700.
2525
2526 2001-11-25 [hoa]        0.6.5claws33
2527
2528         * src/main.c
2529                 processing mails at startup
2530
2531         * src/folderview.c
2532         * src/summaryview.[ch]
2533                 processing mails when entering folder
2534
2535         * src/prefs_filtering.c
2536                 fixed some UI bugs
2537
2538 2001-11-24 [alfons]     0.6.5claws32
2539
2540         * src/summaryview.[ch]
2541                 make summary sort headers work, and also make
2542                 sure the sort type is stored
2543
2544 2001-11-23 [alfons]     0.6.5claws31
2545
2546         * src/summaryview.[ch]
2547                 make lock work like mark
2548                 disallow deleting messages marked as locked
2549
2550 2001-11-23 [alfons]     0.6.5claws30
2551
2552         * src/gtkstext.c
2553         * src/compose.[ch]
2554         * src/Makefile.am
2555         * src/undo.[ch]
2556                 merge undo patch submitted by Jens
2557
2558 2001-11-23 [christoph]  0.6.5claws29
2559
2560         * src/.cvsignore
2561                 added ylwrap
2562         * src/compose.c
2563                 fixed gpg signing and encoding
2564         * src/folder.[ch]
2565         * src/main.c
2566                 added --status option to get new, unread and total
2567                 message count from a running sylpheed
2568         * src/prefs_common.c
2569                 temporary fix for reply_with_quote problem
2570                 (don't call functions for non existing widget)
2571         * src/procmsg.c
2572                 one more check for ignored threads but still not
2573                 always working correctly. probably a recursive
2574                 check for all parents is needed
2575
2576 2001-11-23 [darko]      0.6.5claws28
2577
2578         * src/compose.c
2579                 wrapping on send improvements
2580         * src/gtkutils.[ch]
2581                 fix for GtkSText after last sync with main branch
2582                 GTK_TEXT -> GTK_STEXT
2583
2584 2001-11-23 [paul]       0.6.5claws27
2585
2586         * sync with sylpheed 0.6.5cvs14
2587                 see ChangeLog entries 2001-11-22 and 2001-11-23
2588                 
2589         * po/de.po
2590                 fixed the scrambled umlauts 
2591                 submitted by Carsten Schurig <Carsten.Schurig@web.de>
2592
2593 2001-11-21 [paul]       0.6.5claws26
2594
2595         * sync with sylpheed 0.6.5cvs12
2596                 see 2nd ChangeLog entry dated 2001-11-20
2597
2598 2001-11-20 [paul]       0.6.5claws25
2599
2600         * sync with sylpheed 0.6.5cvs11
2601                 see ChangeLog entry 2001-11-19 (src/utils.c)
2602
2603 2001-11-20 [hiro]
2604
2605         * src/compose.c
2606                 GTK_TEXT -> GTK_STEXT
2607                 fix for wrong comment
2608
2609 2001-11-20 [hiro]       0.6.5claws24
2610
2611         * src/compose.[ch]
2612                 more merges from main branch
2613                 removed fatal warnings (uninitialized variables etc.)
2614                 some coding style fix
2615         * src/gtkutils.h
2616                 fixed typo.
2617         * src/addressbook.c
2618           src/addrindex.c
2619                 V-Card -> vCard
2620
2621 2001-11-19 [hoa]        0.6.5claws23
2622
2623         * src/filtering.c
2624         * src/prefs_scoring.c
2625         * src/matcher.[ch]
2626         * src/scoring.c
2627                 cleaning code
2628
2629         * src/matcher_parser_parse.y
2630         * src/prefs_filtering.c
2631                 bouncing
2632
2633 2001-11-19 [alfons]     0.6.5claws22
2634
2635         more of my old things into claws
2636
2637         * src/Makefile.am
2638         * src/prefs_common.c
2639         * src/procmsg.h
2640         * src/summaryview.[ch]
2641         * src/prefs_summary_column.c
2642         * src/pixmaps/locked.xpm
2643                 add indicators for locking of message in summary view
2644                 (does not work yet, only visual indicator)
2645
2646 2001-11-19 [paul]       0.6.5claws21
2647
2648         * sync with sylpheed 0.6.5cvs10
2649                 see ChangeLog entry 2001-11-19
2650
2651 2001-11-18 [alfons]     0.6.5claws20
2652         
2653         * src/filtering.c
2654                 remove an inadvertent free I forgot in previous clean up 
2655
2656 2001-11-18 [alfons]     0.6.5claws19
2657
2658         * src/filtering.[ch]
2659                 clean up & plug leaks
2660
2661 2001-11-18 [paul]       0.6.5claws18
2662
2663         * sync with sylpheed 0.6.5cvs9
2664                 see ChangeLog entries 2001-11-17 and 2001-11-18
2665
2666 2001-11-16 [paul]       0.6.5claws17
2667
2668         * sync with sylpheed 0.6.5cvs8
2669                 see ChangeLog entry 2001-11-16, src/grouplistdialog.c
2670
2671 2001-11-16 [paul]       0.6.5claws16
2672
2673         * sync with sylpheed 0.6.5cvs7
2674                 see ChangeLog entries 2001-11-15 and 2001-11-16
2675
2676 2001-11-15 [hoa]        0.6.5claws15
2677
2678         * src/compose.c
2679                 fix bounce, mails we received couln't be bounced to ourself.
2680
2681         * src/defs.h
2682         * src/filtering.[ch]
2683         * src/matcher.[ch]
2684         * src/matcher_parser.h
2685         * src/matcher_parser_lex.l
2686         * src/matcher_parser_parse.y
2687         * src/inc.c
2688         * src/main.c
2689         * src/mbox.c
2690         * src/prefs_filtering.[ch]
2691         * src/mainwindow.c
2692         * src/prefs_matcher.c
2693         * src/prefs_scoring.c
2694         * src/scoring.[ch]
2695         * src/summaryview.c
2696                 new matcher/filter/score configuration file parser
2697                 one unique configuration file => ~/.sylpheed/matcherrc
2698                 import in currently automatic, then save are made
2699                 in this new file.
2700                 one filter per folder and one global filter
2701                 (filter of a folder will be used as folder processing)
2702
2703         * src/folder.c
2704                 fix a bug in folder_item_get_identifier
2705                 
2706         * src/messageview.c
2707                 receive receipt return are fixed.
2708
2709 2001-11-14 [alfons]     0.6.5claws14
2710
2711         * src/session.h
2712                 add things from main branch to make claws compile
2713
2714 2001-11-14 [paul]       0.6.5claws13
2715
2716         * merge with SYNC-B4-REL and sync with sylpheed 0.6.5cvs5
2717                 see ChangeLog entries 2001-11-08 to 2001-11-14
2718
2719 2001-11-14 [hoa] 0.6.5claws12
2720
2721         * src/compose.[ch]
2722         * src/mainwindow.c
2723         * src/summaryview.c
2724                 add "bounce mail" option
2725
2726 2001-11-13 [christoph]  0.6.5claws11
2727
2728         * src/compose.c
2729                 Cleanup a mess i add before commiting
2730
2731 2001-11-13 [hoa]        0.6.5claws10
2732
2733         * src/compose.c
2734                 some fixes when mail are sent or
2735                 for crossposts
2736
2737 2001-11-13 [christoph]  0.6.5claws9
2738
2739         * po/de.po
2740                 Changed two string with the same translation
2741         * src/compose.c
2742         * src/procmsg.[ch]
2743         * src/send.[ch]
2744                 New mailsending process:
2745                   - Always queue message before sending
2746                     (message will be saved if sylpheed crashed or
2747                      freezes while sending)
2748                   - Allow queuing of newspostings
2749                   - No copy in outbox before sending
2750                     (closes bug #469501)
2751                   - No more redundant code for send and send_later
2752         * src/summaryview.c
2753                 Applied wwp <subscript@free.fr>'s patch that fixes
2754                 marks for multiple forwarded messages (+compose.c)
2755
2756 2001-11-12 [alfons]
2757
2758         * README.claws
2759                 remove things that are now in main branch
2760         
2761         * po/nl.po
2762                 update Dutch translation
2763
2764 2001-11-12 [mhadasht]   0.6.5.claws8
2765
2766         * src/prefs_common.c
2767                 re-enabled account autoselection feature for forward
2768                 and reedit lost during the branch point for SYNC-B4-REL
2769         * src/gtkspell.c
2770                 gtkpspell_get_dict(): more readable code (even if function is
2771                 not used yet)
2772         * ChangeLog.claws
2773                 added version number info to 2001-11-12 [hiro] comment.
2774
2775 2001-11-12 [hiro]       0.6.5.claws7
2776
2777         * src/compose.c
2778                 compose_forward(): fixed a bug that forward quote mark
2779                 wasn't used.
2780                 removed unnecessary code.
2781         * src/template_select.[ch]: removed.
2782
2783 2001-11-11 [alfons]
2784
2785         * src/compose.c
2786                 :%s/GTK_TEXT/GTK_STEXT/g
2787         
2788         * src/compose.[ch]
2789         * src/undo.[ch]
2790         * src/Makefile.am
2791                 revert the undo stuff (this is 0.6.6claws stuff)
2792
2793 2001-11-11 [hoa]        0.6.5.claws6
2794
2795         * src/compose.[ch]
2796                 Insert signature at the end of the text.
2797                 Added undo patch but currently disabled
2798
2799         * src/procmsg.c
2800                 Threading by subject improved.
2801
2802         * added src/undo.[ch]
2803                 Undo module for compose dialog box.
2804
2805 2001-11-11 [alfons]     0.6.5.claws5
2806
2807         * src/procmsg.c
2808                 prevent threading by subject on nodes that have already been
2809                 threaded by in-reply-to (as in "circular references in a tree
2810                 result in a dead branch")
2811
2812 2001-11-09 [hoa]        0.6.5.claws4
2813         
2814         * src/folderview.c
2815                 allows creation of mbox folder item from any files.
2816
2817 2001-11-09 [alfons]     0.6.5.claws3
2818         
2819         * src/utils.c
2820         * src/procmsg.c
2821                 do what I mean and correct threading by subject so it really
2822                 ignores attracting lines without "Re: "
2823
2824 2001-11-07 [alfons]     0.6.5.claws2
2825
2826         * src/procmsg.c
2827         * src/utils.[ch]
2828                 only attract by subject if a subject line starts with a "Re: "
2829         * src/syldap.c
2830                 remove warning
2831
2832 2001-11-07 [paul]       0.6.5claws1
2833
2834         * sync with sylpheed 0.6.5. release
2835                 see ChangeLog entry 2001-11-07
2836
2837 2001-11-07 [paul]       0.6.4claws31
2838
2839         * sync with sylpheed 0.6.4cvs18
2840                 see ChangeLog entries 2001-10-30 to 2001-11-07
2841                 prefs_templates.[ch] renamed prefs_template.[ch]
2842
2843 2001-11-06 [alfons]
2844         
2845         * src/utils.h
2846                 add semicolon Hoa forgot ;-)
2847                 
2848
2849 2001-11-06 [hoa]        0.6.4claws30
2850         
2851         * src/procmsg.c
2852         * src/summaryview.c
2853         * src/utils.c
2854         * src/utils.h
2855                 threading by subject - empty subject are ignored
2856
2857 2001-11-06 [christoph]  0.6.4claws29
2858
2859         * src/socket.c
2860                 use SSL_peek for sock_gets
2861         * src/utils.c
2862                 removed unneeded pointer in extracting quoted
2863                 names implementation
2864
2865 2001-11-06 [melvin]     0.6.4claws28
2866
2867         * src/gtkspell.c
2868                 fixed bug #476792 Selection overtyping with spell checker
2869                 fixed bug which could cause a buffer overflow
2870                 fixed a memory leak
2871
2872 2001-11-06 [hoa]        0.6.4claws27
2873         
2874         * src/procmsg.c
2875         * src/summaryview.c
2876                 threading by subject
2877
2878 2001-11-05 [alfons]     0.6.4claws26
2879         
2880         * README.claws
2881                 Claws -> Sylpheed (vice versa)
2882
2883         * src/compose.c
2884                 :%s/gtk_text/gtk_stext/g
2885                 :%s/GTK_TEXT/GTK_STEXT/g
2886                 (thanks to Jonathan Ware for spotting this)
2887
2888 2001-11-04 [christoph]  0.6.4claws25
2889
2890         * src/summaryview.c
2891                 replace Xalloca + strdup with Xstrdup_a
2892         * src/utils.c
2893                 better implementation of extracting quoted names
2894                 from addresses (remove backlashes and ignore
2895                 quotes after them)
2896
2897 2001-11-04 [alfons]     0.6.4claws24
2898
2899         * src/utils.[ch]
2900                 edit to comply more with coding style
2901
2902         * src/textview.c
2903                 fix bug reported by Kim Schulz. introduced by the patch integrated
2904                 in 0.6.4claws15. the code did not check the return value of
2905                 the html parser.
2906
2907         * AUTHORS
2908                 add Jonathan Ware and close "[ #475955 ] Enhanced Mailto Patch"
2909
2910 2001-11-04 [christoph]  0.6.4claws23
2911
2912         * src/main.c
2913         * src/prefs_common.[ch]
2914                 init some pointers that possibly caused a segfault
2915                 reported in the claws-users ML
2916
2917 2001-11-04 [hoa]        0.6.4claws22
2918
2919         * src/grouplistdialog.c
2920                 change the names of the nodes in the tree
2921
2922         * src/compose.c
2923                 enhanced mailto syntax as described in
2924                 http://developer.netscape.com/viewsource/husted_mailto/mailto.html
2925                 (thanks to Jonathan Ware <jonathan_ware@gmx.co.uk>)
2926
2927         * src/utils.c
2928                 encode and decode URI (useful when opening URL into
2929                 netscape).
2930
2931 2001-11-03 [hoa]        0.6.4claws21
2932
2933         * src/grouplistdialog.c
2934                 a new newsgroups list selection dialog box
2935                 with a CTree instead of a CList
2936
2937 2001-11-03 [hoa]        0.6.4claws20
2938
2939         * src/folderview.c
2940                 enable property and scoring options when right
2941                 click on "inbox"
2942
2943         * src/summaryview.c
2944                 fixed bug when nickname were displayed using
2945                 the address book.
2946
2947 2001-11-02 [darko]      0.6.4claws19
2948
2949         * src/compose.c
2950                 new wrap quotation and URL/long words wrapping implementation
2951         * src/compose.c src/gtkstext.[ch]
2952                 move gtkstext_strncmp() to gtkstext.c
2953
2954 2001-11-01 [christoph]  0.6.4claws18
2955
2956         * src/prefs_account.c
2957                 fixed mess in account settings dialog
2958         * src/prefs_folder_item.c
2959                 added label with folder path to dialog
2960
2961 2001-10-31 [match]      0.6.4claws17
2962
2963         * src/vcard.c
2964                 fix memory leak.
2965         * src/addrbook.c
2966                 fix generation of spurious address book file names.
2967                 remove redundant functions.
2968         * po/POTFILES.in
2969                 added missing file names.
2970
2971 2001-10-30 [paul]       0.6.4claws16
2972
2973         * sync with sylpheed 0.6.4cvs6
2974                 see ChangeLog entries 2001-10-26 to 2001-10-30
2975
2976         * tools/filter_conv.pl
2977                 read folderlist.xml to discover whether the top-level
2978                 folder is called 'Mailbox' or 'Mail' 
2979
2980 2001-10-29 [paul]       0.6.4claws15
2981
2982         * src/html.c, src/textview.c
2983                 activate links in html mail and fix clickable parts
2984                 Submitted by Matthieu Dazy <dazy@t-surf.com>
2985
2986 2001-10-29 [paul]
2987
2988         * po/de.po, po/es.po, po/pt_BR/po
2989                 updated translations, submitted by Jens Oberender,
2990                 Ricardo Mones Lastra, and Fabio Junior Beneditto
2991
2992 2001-10-29 [darko]      0.6.4claws14
2993
2994         * src/compose.c
2995                 fix wrapping for good
2996
2997 2001-10-29 [darko]
2998
2999         * src/compose.c
3000                 undo previous change as it broke the smart wrapping
3001
3002 2001-10-29 [darko]      0.6.4claws13
3003
3004         * src/compose.c
3005                 fix infinite loop when long URL is quoted
3006                 (closes bug #475122.
3007
3008 2001-10-28 [match]
3009
3010         * src/mutt.[ch] src/importmutt.[ch] src/mgutils.[ch] src/addressbook.c src/Makefile.am
3011                 import Mutt address book
3012         * src/ldif.[ch] src/importldif.h
3013                 modified import LDIF handle user attributes
3014
3015 2001-10-28 [christoph]  0.6.4claws12
3016
3017         * src/summaryview.c
3018                 fixed that filtering did not work if there
3019                 were no filter rules
3020                 (closes bug #472003 and better implementation
3021                  of patch #474644)
3022
3023 2001-10-27 [christoph]  0.6.4claws11
3024
3025         * src/compose.c
3026                 make the folder's default account to be used when
3027                 replying. (patch by wwp <subscript@free.fr>)
3028         * src/compose.c
3029                 code cleanup, nearly killed all of wwp's patch
3030                 for folder's default account in compose
3031         * src/folderview.c
3032                 error panel when a folder could not be created
3033                 (closes bug #471080 new folder name & already
3034                  existing file)
3035
3036 2001-10-26 [alfons]
3037
3038         * src/utils.h
3039                 change prototype of strstr2() that Christoph forgot about
3040
3041 2001-10-26 [christoph]  0.6.4claws10
3042
3043         * src/account.c
3044                 made search for accounts by email address not case
3045                 sensitive
3046         * src/folder.c
3047                 fixed memory leak in folder_item_get_identifier
3048         * src/gtkspell.c
3049         * src/utils.c
3050                 fixed wrong strstr2 (should work like strstr)
3051
3052 2001-10-26 [darko]      0.6.4claws9
3053
3054         * src/compose.c src/gtkstext.[ch]
3055         * src/gtkstext.c
3056                 move is_url_string() and gtkstext_str_strcmp() to gtkstext.c
3057
3058 2001-10-26 [paul]       0.6.4claws8
3059
3060         * src/html.c
3061                 ignore css and javascript tags in html mail
3062                 case-insensitive, with or without double-quoted
3063                 strings
3064
3065 2001-10-26 [paul]       0.6.4claws7
3066
3067         * sync with sylpheed 0.6.4cvs1
3068                 see ChangeLog entry 2001-10-26
3069
3070         * src/prefs_account.c, src/prefs_common.c,
3071           src/prefs_summary_column.c
3072                 minor improvements to the English
3073
3074 2001-10-25 [alfons]     0.6.4claws6
3075
3076         * src/gtkstext.c
3077         
3078                 make GtkSText follow style of GtkText (closes bug 
3079                 #469211 "text selection while writing message")
3080                 
3081                 do sync with GTK 1.2.10
3082
3083 2001-10-25 [paul]       0.6.4claws5
3084
3085         * src/html.c
3086                 ignore css tags in html mail
3087
3088 2001-10-25 [darko]      0.6.4claws4
3089
3090         * src/compose.c
3091                 don't declare is_url_string as static function since
3092                 we need it in gtkstext.c
3093         * src/gtkstext.c
3094                 remove unused variable
3095                 don't wrap long URLs while composing a message
3096
3097 2001-10-24 [christoph]  0.6.4claws3
3098
3099         * src/socket.c
3100                 fix ssl deadlock, when peer closes connection
3101
3102 2001-10-24 [paul]       0.6.4claws2
3103
3104         * src/prefs_common.c
3105                 gettextize the gpg ascii-armored warning message
3106
3107         * src/compose.c
3108                 insert a DOS/MAC file into the composed message
3109                 (improvements)
3110
3111         * Both submitted by Thierry Godefroy <godefroy@imaginet.fr>
3112
3113 2001-10-22 [paul]       0.6.4claws1
3114
3115         * sync with sylpheed 0.6.4 release
3116                 see ChangeLog entries 2001-10-21
3117
3118         * po/fr.po, po/pt_BR.po
3119                 updated by Melvin Hadasht and Fabio Junior Beneditto
3120
3121 2001-10-21 [paul]       0.6.3claws30
3122
3123         * src/compose.c
3124                 insert a DOS text file from the compose window
3125                 into the composed message text (removes CRs characters)
3126                 Submitted by Thierry Godefroy <godefroy@imaginet.fr>
3127
3128         * tools/filter_conv.pl, tools/README
3129                 automatically use ~/.sylpheed as working directory
3130                 print out confirmation message on completion
3131
3132         * correct Hoa's last ChangeLog.claws entry
3133
3134 2001-10-20 [hoa]        0.6.3claws29
3135
3136         * src/grouplistdialog.c
3137                 bugfix (another ?) to give the right
3138                 newsgroups list for each news server.
3139
3140         * src/news.c
3141         * src/news.h
3142                 improve the newsgroups list cache
3143
3144 2001-10-20 [paul]       0.6.3claws28
3145
3146         * sync with sylpheed 0.6.3cvs9
3147                 see ChangeLog entry 2001-10-19
3148
3149         * correct Alfons' last ChangeLog.claws entry
3150
3151 2001-10-19 [alfons]
3152
3153         * src/pgptext.[ch]
3154                 fix compilation problems (part of bug #472895)
3155
3156 2001-10-18 [hoa]        0.6.3claws27
3157
3158         * src/grouplistdialog.c
3159                 bugfix when we refresh was clicked (bug 472701)
3160
3161 2001-10-19 [christoph]  0.6.3claws26
3162
3163         * src/compose.c
3164                 last header entry should default to "To:" or
3165                 "Newsgroups:" and not copy the last entry line
3166                 in a new compose window
3167                 (closes bug #472686, #470792)
3168
3169 2001-10-19 [paul]       0.6.3claws25
3170
3171         * sync with Sylpheed 0.6.3cvs8
3172                 see ChangeLog entries 2001-10-18 and 2001-10-19
3173
3174 2001-10-18 [christoph]  0.6.3claws24
3175
3176         * src/procmsg.c
3177                 reimplement ignore thread
3178         
3179 2001-10-18 [hoa]        0.6.3claws23
3180
3181         * src/folderview.c
3182         * src/grouplistdialog.[ch]
3183                 enhanced news subscription interface (feature 469113)
3184
3185         * src/news.c
3186         * src/news.h
3187                 enchanced newsgroup listing,
3188                 now, we can get groups informations
3189                 (NNTPGroupInfo)
3190
3191 2001-10-18 [paul]       0.6.3claws22
3192
3193         * src/summaryview.c
3194                 remove comment (sync with main branch)
3195         * src/mainwindow.c
3196                 fix 'Re-edit' bug in 'Message' menu
3197
3198 2001-10-17 [christoph]  0.6.3claws21
3199
3200         * src/compose.c
3201                 ignore empty or whitespace only header lines
3202
3203 2001-10-17 [paul]       0.6.3claws20
3204
3205         * sync with sylpheed 0.6.3cvs7
3206                 see ChangeLog entries 2001-10-14, 2001-10-16, and
3207                 2001-10-17
3208
3209 2001-10-17 [darko]
3210
3211         * src/compose.c
3212                 wrap long lines without spaces
3213                 don't wrap URLs
3214
3215 2001-10-16 [paul]
3216
3217         * po/es.po, po/nl.po, po/pt_BR.po
3218                 updated by Ricardo Mones Lastra, Alfons,
3219                 and Fabio Junior Beneditto
3220
3221         * sylpheed-0.6.3claws released
3222
3223 2001-10-15 [melvin] 0.6.3claws18
3224
3225         * README.claws
3226                 added summary and detailed installation instructions
3227                 for spell checker
3228         * po/fr.po
3229                 Updated, corrected and completed french translation
3230
3231 2001-10-15 [hoa] 0.6.3claws17
3232         * src/grouplistdialog.c
3233                 we can choose the newsgroups to display with wildcards
3234
3235 2001-10-15 [christoph]  0.6.3claws16
3236
3237         * src/account.c
3238         * src/compose.c
3239         * src/prefs_folder_item.[ch]
3240                 applied wwp <subscript@free.fr>'s folder
3241                 default account patch
3242         * po/de.po
3243                 Fixed wrong translation
3244
3245 2001-10-13 [alfons, christoph, melvin]  
3246                         0.6.3claws15
3247
3248         solution #2 to solve MT-safety problems defers all GUI related calls
3249         to the main thread using a gtk_idle_add() callback. discussed on
3250         ircnet #sylpheed, with christoph spotting some issues with the
3251         original code, and melvin allowing us to lobotomize his sylpheed.
3252
3253         * src/syldap.[ch], src/main.c
3254                 fix race problem in ldap search thread by deferring GUI 
3255                 stuff to main thread using gtk_idle_add()
3256
3257 2001-10-13 [paul]       0.6.3claws14
3258
3259         * src/prefs_account.[ch], src/send.c, src/smtp.[ch]
3260                 add Sergey's smtpcred.patch
3261                 adds separate username/password setting for SMTP Auth
3262                 needed by some servers
3263                 (closes feature request #471659)
3264
3265 2001-10-13 [paul]       0.6.3claws13
3266
3267         * src/pgptext.[ch] **NEW FILES**
3268         * src/Makefile.am, src/messageview.c, src/mimeview.c
3269                 decrypt ascii-armored gpg text embedded in
3270                 the message body.
3271                 Submitted by Jens Jahnke <jan0sch@gmx.net>
3272
3273 2001-10-13 [christoph]  0.6.3claws12
3274
3275         * README.claws
3276                 some more details on default to and
3277                 feature requests
3278         * src/main.c
3279                 init glib threading when ldap is used
3280         * src/syldap.c
3281                 threading fixes
3282         * po/de.po
3283                 fixed a typo
3284
3285 2001-10-12 [paul]       0.6.3claws11
3286
3287         * src/prefs_common.[ch], src/rfc2015.c
3288                 enable ascii-armored gpg text to be embedded in the
3289                 message body, selectable through the 'Privacy'
3290                 preferences. Supports encrypting only.
3291                 Submitted by Ravemax <ravemax@dextrose.com>
3292
3293 2001-10-12 [paul]       0.6.3claws10
3294
3295         * sync with sylpheed 0.6.3cvs6
3296                 see ChangeLog entries 2001-10-11 and 2001-11-12
3297
3298         * src/folderview.c
3299                 incorporated mbox folders, scoring, and folder
3300                 properties into the sync
3301
3302 2001-10-12 [darko]      0.6.3claws9
3303
3304         * README.claws
3305                 describe quotation wrapping
3306         * src/compose.c
3307                 don't treat tab as space to calculate line length properly
3308
3309 2001-10-11 [alfons]
3310
3311         * README.claws
3312                 correct description of how to make new filtering system work,
3313                 add some other things
3314                 
3315         * src/syldap.c
3316                 remove sched_yield() (not necessary / unportable)
3317
3318 2001-10-11 [paul]       0.6.3claws8
3319
3320         * sync with sylpheed 0.6.3cvs3
3321                 see ChangeLog entry 2001-10-10
3322
3323 2001-10-10 [christoph]  0.6.3claws7
3324
3325         * .cvsignore
3326                 ignore 2 files created by newer autotools
3327         * src/prefs_folder_item.c
3328                 using table for widget alignment
3329                 fixed memory leak and broken octal display
3330         * src/filesel.c
3331                 fixed segfault caused by lost filename
3332                 workaround (closes bug #469551)
3333
3334 2001-10-10 [paul]       0.6.3claws6
3335
3336         * sync with sylpheed 0.6.3cvs2
3337                 see ChangeLog entries 2001-10-09 and 2001-10-10
3338
3339 2001-10-10 [darko]      0.6.3.claws5
3340
3341         * src/gtkstext.c
3342                 proper calculation of right margin if smart wrapping is enabled
3343         * src/compose.c
3344                 automatically wrap long lines if wrap quotation is enabled
3345
3346 2001-10-09 [alfons]     0.6.3.claws4
3347
3348         * src/summaryview.c
3349                 select correct row when deleting last row in the summary view (and
3350                 close bug "[ #469104 ] select second last in list when deleting")
3351
3352 2001-10-09 [paul]       0.6.3claws3
3353
3354         * sync with sylpheed 0.6.3cvs1
3355                 updated some autotool scripts
3356
3357 2001-10-09 [darko]      0.6.3claws2
3358
3359         * src/gtkstext.[ch]
3360                 new name and mark with Sylpheed comment
3361         * src/compose.c
3362                 smart quotation wrapping a-la VIM
3363
3364 2001-10-08 [paul]       0.6.3claws1
3365
3366         * sync with sylpheed 0.6.3 release
3367                 see ChangeLog entry 2001-10-08
3368
3369 2001-10-08 [paul]       0.6.2claws24
3370
3371         * src/summaryview.c
3372                 more sync with sylpheed 0.6.2cvs12
3373                 Fixed the bug that didn't select the last row correctly
3374
3375
3376 2001-10-07 [paul]       0.6.2claws23
3377
3378         * sync with sylpheed 0.6.2cvs12
3379                 see ChangeLog entry 2001-10-07
3380
3381 2001-10-06 [match]
3382         * src/jpilot.[ch]
3383                 enable jpilot to read unsynch'ed addresses.
3384
3385         * src/editldap_basedn.c
3386                 fix segfault when opening dialog.
3387
3388 2001-10-06 [alfons]     0.6.2.claws22
3389
3390         * src/summaryview.c
3391                 fix bug with summary view selecting last *inserted*
3392                 node instead of last *visible* node. remember we
3393                 work with a tree
3394
3395 2001-10-06 [paul]       0.6.2claws21
3396
3397         * po/pt_BR.po
3398                 updated translation, contains some fixes and new
3399                 translations, submitted by Gustavo Noronha Silva
3400                 <kov@debian.org>
3401
3402         * src/prefs_common.c
3403                 change 'each' to 'every' - fix dubious English
3404
3405         * sync with sylpheed 0.6.2cvs11
3406
3407 2001-10-05 [alfons]     0.6.2claws20
3408
3409         * src/mainwindow.[ch], src/folderview.c
3410                 make composite tool button switch between "Compose News"
3411                 and "Compose Mail" depending on selected folder
3412                 (nifty idea by Kim Schulz <kim@schulz.dk>)
3413
3414 2001-10-05 [paul]       0.6.2claws19
3415
3416         * src/mainwindow.c, src/summaryview.c
3417                 fix 'Message/Reply to all', broken in last commit
3418
3419         * src/compose.c
3420                 fix X_BEENTHERE seg fault, thanks to Alfons
3421
3422 2001-10-04 [paul]       0.6.2claws18
3423
3424         * src/compose.[ch], src/mainwindow.c
3425                 make "Message/Reply" reply to mailing lists; matches
3426                 'X-Mailing-list:' and 'X-BeenThere:' ML headers.
3427                 based on portions of the patch submitted by
3428                 Junichi Uekawa <dancer@netfort.gr.jp>
3429
3430 2001-10-04 [darko]      0.6.2claws17
3431
3432         * src/compose.c
3433                 better smart wrapping
3434         * src/gtkstext.[hc]
3435                 a function to make text buffer contiguous
3436
3437 2001-10-03 [paul]       0.6.2claws16
3438
3439         * sync with sylpheed 0.6.2cvs10
3440
3441 2001-10-02 [alfons]
3442
3443         * configure.in
3444         * po/zh_CN.GB2312.po, po/zh_TW.Big5.po
3445                 close bug "[ #466566 ] compile error on mdk 8.0" by removing
3446                 references to chinese translations (hope someone picks up
3447                 this)
3448
3449 2001-10-02 [christoph]  0.6.2claws15
3450
3451         * src/compose.c
3452                 fixed non translated header bug
3453         * ChangeLog.claws
3454                 fixed wrong date in alfons last entry ;)
3455
3456 2001-10-02 [alfons]     0.6.2claws14
3457
3458         * src/compose.c, src/prefs_common.[ch]
3459                 add block cursor option
3460
3461 2001-10-02 [paul]       0.6.2claws13
3462
3463         * sync with sylpheed 0.6.2cvs9
3464
3465 2001-09-30 [paul]       0.6.2claws12
3466
3467         * po/de.po, po/es.po, po/fr.po, po/nl.po, po/pt_BR.po
3468                 updated translations
3469
3470         * po/POTFILES.in
3471                 add 'src/importldif.c'
3472
3473         * AUTHORS, tools/README, tools/eud2gc.py, tools/Makefile.am
3474                 added eudora-to-vCard conversion tool
3475                 submitted by Jeroen Versteeg <j.m.versteeg@student.utwente.nl>
3476
3477         * sync with sylpheed 0.6.2cvs8
3478
3479 2001-09-30 [paul]
3480
3481         * sylpheed-0.6.2claws released
3482
3483 2001-09-27 [melvin]     0.6.2claws11
3484
3485         * src/gtkspell.c
3486                 fixed crash when using default path (introduced 
3487                 in 0.6.2claws10)
3488                 fixed tiny bug for initial suggestion mode
3489
3490 2001-09-27 [melvin]     0.6.2claws10
3491         
3492         * src/gtkspell.c
3493                 fixed bug where gtkpspell didn't set the path correctly
3494
3495         * README.claws
3496                 added a paragraph about spell checking
3497                 
3498
3499
3500 2001-09-27 [paul]       0.6.2claws9
3501
3502         * src/addrbook.c, src/addrcache.c, src/addritem.c, src/jpilot.c
3503                 replace '// comments' with '/* comments */' to prevent
3504                 some compiler warnings 
3505
3506         * sync with sylpheed 0.6.2cvs6
3507
3508 2001-09-26 [alfons]     0.6.2claws8
3509
3510         * src/messageview.c
3511                 introduce return receipt request notification again,
3512                 which was lost because of other semantics in 
3513                 procheader_parse() (???)
3514
3515 2001-09-26 [christoph]  0.6.2claws7
3516
3517         * src/compose.c
3518                 replace comments for old code with #if 0
3519                 readded auto cc, bcc and reply-to
3520         * src/prefs_matcher.c
3521         * src/prefs_scoring.c
3522                 removed some definition (was moved to
3523                 prefs.h)
3524
3525 2001-09-26 [paul]       0.6.2claws6
3526
3527         * src/mainwindow.c
3528                 make 'Follow-up and reply to' sensitive
3529
3530         * more sync with sylpheed 0.6.2cvs5
3531
3532 2001-09-25 [melvin]
3533
3534         * 0.6.2claws5
3535
3536         * src/gtkspell.c
3537                 fixed bug for "US-ASCII" introduced by the encoding code
3538
3539 2001-09-25 [paul]
3540
3541         * 0.6.2claws4
3542
3543         * src/prefs_common.[ch], src/summaryview.c
3544                 'next unread msg' 'go to next folder?' dialog can be
3545                 given default behaviour, either always show dialog,
3546                 or assume 'yes', or assume 'no'
3547                 Submitted by wwp <subscript@free.fr>
3548
3549 2001-09-25 [melvin]
3550                 
3551         * src/compose.c src/gtkspell.[ch]
3552                 added support for different encodings
3553
3554 2001-09-25 [paul]
3555
3556         * more sync with sylpheed 0.6.2cvs5
3557
3558 2001-09-24 [alfons]
3559         
3560         * src/prefs_folder_item.c
3561                 add check for item->prefs->default_to string is NULL and
3562                 add another check when freeing this string
3563
3564 2001-09-24 [paul]
3565
3566         * configure.in
3567                 change to version 0.6.2claws3
3568
3569         * sync with sylpheed 0.6.2cvs5 
3570
3571 2001-09-24 [match]
3572         * src/ldif.[ch], src/importldif.[ch], addressbook.c
3573                 import LDIF files.
3574         * src/addrcache.[ch], addrindex.[ch]
3575                 small update for future
3576         * src/addrbook.c
3577                 fix test XML file.
3578
3579 2001-09-24 [melvin]
3580         * src/gtkspell.[ch]
3581                 added 'Learn from mistakes' option
3582                 better handling of quotes in checked words
3583                 sorted dict list
3584         * po/fr.po
3585                 small update for spell checking stuff
3586
3587 2001-09-23 [alfons]
3588         
3589         * src/gtkspell.c
3590                 edit a little bit so it complies more with main coding style
3591
3592 2001-09-23 [alfons]
3593
3594         * src/folder.[ch], prefs_folder_item.c, compose.c
3595                 migrate "request return receipt" folder property
3596                 to folderlist.xml
3597
3598 2001-09-22 [alfons]
3599
3600         * README.claws **NEW**
3601                 (add things of interest for users of main branch 
3602                 and claws here)
3603
3604         * src/folder.[ch], src/mainwindow.c, src/summaryview.c
3605                 re-implement threading per folder option, but store 
3606                 the setting in folderlist.xml (where it belongs)
3607
3608 2001-09-21 [melvin]
3609
3610         * src/gtkspell.[ch]
3611                 fixed bug when compose window is under another window
3612         * src/prefs_common.[ch] src/compose.c
3613                 changed 'dictionary_path' to 'dictionary' to be consistent
3614                 dropped PSPELL_PATH macro (hard coded default to /usr/local/share/pspell)
3615         * ac/pspell.m4 src/Makefile.am 
3616                 dropped PSPELL_PATH macro
3617         * po/fr.po
3618                 updated translations
3619
3620 2001-09-21 [christoph]
3621
3622         * src/compose.c
3623                 added border around header fields
3624                 keep header type when new field is added
3625
3626 2001-09-20 [christoph]
3627
3628         * src/utils.[ch]
3629                 more portable debug_print with source filename
3630                 and linenumber
3631         * src/procmsg.c
3632                 more newlines after debug messages
3633
3634 2001-09-20 [paul]
3635
3636         * configure.in
3637                 change to version 0.6.2claws2
3638
3639         * sync with sylpheed 0.6.2cvs3
3640
3641 2001-09-19 [melvin]
3642
3643         * src/gtkspell.c
3644                 fixed the post-right-click focus pb
3645                 fixed crash when 'Spell check all' after dict change 
3646                         and when cursor is at the end of the text
3647                 shift-right-click pops up config menu even on misspelled words.