sync with 0.7.4cvs37
[claws.git] / ChangeLog.claws
1 2002-04-11 [paul]       0.7.4claws77
2
3         * sync with 0.7.4cvs37
4                 see ChangeLog entry 2002-04-11
5
6 2002-04-11 [paul]       0.7.4claws76
7
8         * COPYING 
9                 re-licensed (removal of "NO-VIRUS CLAUSE" and addition of
10                 the clause for OpenSSL). sync with sylpheed main
11
12 2002-04-09 [melvin]     0.7.4claws75
13
14         * src/compose.c
15                 Made 'Ctrl-Enter' on send ignore some modifiers 
16                 (LOCK_MASK, MOD2, MOD3, MOD4, MOD5). Make it possible
17                 to bind other *-Enter (but not Alt-Enter).
18
19 2002-04-09 [paul]       0.7.4claws74
20
21         * sync with 0.7.4cvs35
22                 see ChangeLog entries 2002-04-09
23
24 2002-04-08 [paul]       0.7.4claws73
25
26         * sync with 0.7.4cvs33
27                 see ChangeLog entry 200-04-08
28
29 2002-04-07 [match]      0.7.4claws72
30
31         * src/addrharvest.[ch]
32                 fixed to read all addresses in header, regardless
33                 of header size. improved name parsing. accommodate
34                 harvest from folders and selected message.
35         * src/addritem.[ch]
36                 included new address parsing function.
37         * src/addrgather.[ch]
38         * src/addressbook.[ch]
39         * src/summaryview.[ch]
40         * src/mainwindow.c
41                 allow address harvest of folder as well as selected
42                 messages.
43
44 2002-04-07 [paul]       0.7.4claws71
45
46         * src/esmtp.[ch]
47           src/smtp.c
48                 don't try to authenticate with CRAM-MD5 in SMTP when 
49                 SMTP-AUTH enabled if MTA doesn't issue this 
50                 auth-method in it's ehlo-response. bug item #531364,
51                 patch item #938910. patch submitted by Colin Leroy 
52                 <colin@colino.net>
53
54 2002-04-07 [paul]       0.7.4claws70
55
56         * src/nntp.c
57                 fix missing MODE_READER bug. patch submitted by
58                 Colin Leroy <colin@colino.net>
59
60 2002-04-07 [alfons]     0.7.4claws69
61
62         * src/matcher.[ch]
63         * src/prefs_filtering.c
64         * src/summaryview.c
65                 escape \' and \" in strings passed as filtering strings; bug report by Alex Evseev.
66                 (see http://www.geocrawler.com/lists/3/SourceForge/11619/25/8279435/)
67
68 2002-04-07 [paul]       0.7.4claws68
69
70         * sync with 0.7.4cvs32
71                 see ChangeLog entry 2002-04-06
72
73         * tools/filter_conv.pl
74                 more bug fixes
75
76 2002-04-06 [paul]       0.7.4claws67
77
78         * tools/filter_conv.pl
79                 modify to be able to find the name of the first
80                 mailbox and use that. main's filter does not
81                 record the full path to the mailbox and therefore
82                 can only filter to the first mailbox.
83
84 2002-04-05 [paul]       0.7.4claws66
85
86         * tools/filter_conv.pl
87                 attempt to make the script all-encompassing and
88                 be able to convert any main 'filter' rule thrown
89                 at it
90
91 2002-04-05 [paul]       0.7.4claws65
92
93         * tools/filter_conv.pl
94                 allow for collapsed folder trees
95
96 2002-04-05 [paul]       0.7.4claws64
97
98         * sync with 0.7.4cvs31
99                 see ChangeLog entries 2002-04-05
100
101 2002-04-03 [paul]       0.7.4claws63
102
103         * sync with 0.7.4cvs29
104                 see ChangeLog entries 2002-04-02 and 2002-04-03
105
106 2002-04-02 [paul]       0.7.4claws62
107
108         * sync with 0.7.4cvs26
109                 see ChangeLog entry 2002-04-01
110
111 2002-04-02 [match]      0.7.4claws61
112
113         * src/pine.[ch]
114         * src/importpine.[ch]
115         * src/addressbook.c
116                 import Pine address book.
117
118 2002-04-02 [match]      0.7.4claws60
119
120         * src/addrharvest.[ch]
121                 improve address parsing of funky addresses.
122
123 2002-04-02 [darko]      0.7.4claws59
124
125         * src/compose.c
126                 wrap on send improvements, it now recognizes quoted
127                 initials as part of the quotation string, and it
128                 does not join lines separated by CR
129
130 2002-04-01 [match]      0.7.4claws58
131
132         * src/mgutils.[ch]
133                 added new functions.
134         * src/mutt.[ch]
135                 remove excessive duplicate address generation
136                 on import.
137
138 2002-04-01 [alfons]     0.7.4claws57
139         
140         * src/summaryview.c
141                 put back g_free() 
142
143 2002-04-01 [paul]       0.7.4claws56
144
145         * sync with 0.7.4cvs25
146                 see ChangeLog entry 2002-04-01
147
148 2002-04-01 [alfons]     0.7.4aprilfool55
149
150         * src/summaryview.c
151                 honour feature request item #537427 to allow for
152                 displaying names from address book for sent mail also
153
154 2002-03-29 [paul]       0.7.4claws54
155
156         * src/mainwindow.c
157           src/prefs_filtering.[ch]
158           src/prefs_matcher.c
159           src/summaryview.c
160                 add 'fast filter' for claws' filtering,
161                 /Tools/Create filter rule/... patch submitted
162                 by Neill Miller <neillm@thecodefactory.org>
163
164 2002-03-29 [paul]       0.7.4claws53
165
166         * sync with 0.7.4cvs24
167                 see ChangeLog entry 2002-03-29
168
169 2002-03-28 [paul]       0.7.4claws52
170
171         * sync with 0.7.4cvs23
172                 see ChangeLog entry 2002-03-28
173
174 2002-03-27 [melvin]     0.7.4claws51
175
176         * src/prefs_actions.c
177                 Added support to pass only one message part (as a
178                 file) to the command using '%p'. No quotes are needed
179                 because doubles quotes are automatically added.
180                 Fixed bug where Sylpheed could block when waiting for
181                 a child process to finish.
182                 Changed the help menu to remove quotes around symbols to 
183                 avoid misinterpretation (they must not be used).
184
185 2002-03-27 [melvin]     0.7.4claws50
186
187         * src/inc.c
188                 Made the new mail notification command always 
189                 execute asynchronously.
190
191 2002-03-27 [paul]       0.7.4claws49
192
193         * src/compose.c
194                 fix bug introduced in last commit
195
196 2002-03-27 [paul]       0.7.4claws48
197
198         * sync with 0.7.4cvs21
199                 see ChangeLog 2002-03-26 and 2002-03-27
200
201 2002-03-26 [hoa]        0.7.4claws47
202
203         * src/prefs_folder_item.c
204                 really fixed the bug #516442 with folder rescan.
205
206 2002-03-26 [paul]       0.7.4claws46
207
208         * sync with 0.7.4cvs19
209                 see ChangeLog entries 2002-03-25 and 2002-03-26
210
211 2002-03-25 [hoa]        0.7.4claws45
212
213         * src/matcher.c
214         * src/mh.c
215                 fix the bug #516442 with folder rescan.
216
217         * src/prefs_common.[ch]
218         * src/compose.c
219                 added an option to enable two different behaviours
220                 for bounce.
221
222
223 2002-03-25 [paul]       0.7.4claws44
224
225         * src/mainwindow.c
226           src/selective_download.c
227                 correct a few menuitem labels
228
229 2002-03-25 [christoph]  0.7.4claws43
230
231         * src/procmsg.c
232                 fix non deleted tmp message in
233                 procmsg_save_to_outbox
234                 fix problems caused by sync with
235                 main branch's procmsg_send_queue
236
237 2002-03-25 [paul]       0.7.4claws42
238
239         * src/quote_fmt.c
240           src/quote_fmt_lex.l
241           src/quote_fmt_parse.y
242                 add Last name (%L) placeholder for quoting. 
243                 patch submitted by Thorsten Thielen 
244                 <thth@users.sourceforge.net>
245
246 2002-03-25 [paul]       0.7.4claws41
247
248         * src/utils.c
249                 get full hostname. patch submitted by
250                 Bob Woodside <rwoodside1@comcast.net>
251
252 2002-03-25 [paul]       0.7.4claws40
253
254         * src/account.c
255           src/news.c
256           src/nntp.[ch]
257           src/prefs_account.[ch]
258                 enable NNTP over SSL. patch submitted by
259                 Pascal Jermini <pascal@infinity.hn.org>
260
261 2002-03-24 [paul]       0.7.4claws39
262
263         * src/prefs_common.c
264                 make the arrangement of the Compose tab more
265                 coherent
266
267         * src/mainwindow.c
268                 fix some irregularities of style
269
270         * po/de.po
271                 updated by Kilian Krause
272
273 2002-03-23 [paul]       0.7.4claws38
274
275         * po/pt_BR.po
276                 updated by Fabio Junior Beneditto
277
278 2002-03-23 [paul]       0.7.4claws37
279
280         * src/mainwindow.c
281                 move 'Gather addresses' to 'Tools' menu
282                 make 'Selective download' sensitive
283
284 2002-03-23 [paul]       0.7.4claws36
285
286         * sync with 0.7.4cvs16
287                 see ChangeLog entries 2002-03-23
288
289 2002-03-22 [christoph]  0.7.4claws35
290
291         * src/quote_fmt_parse.y
292                 fix include program output
293
294 2002-03-22 [alfons]     0.7.4claws34
295
296         * src/pop.c
297                 initialize GDate stack variable correctly (sorry!)
298
299 2002-03-22 [paul]       0.7.4claws33
300
301         * src/compose.c
302           src/mainwindow.c
303           src/prefs_actions.c
304           src/prefs_common.c
305                 rename 'Tool' to 'Tools'
306
307         * src/mainwindow.c
308                 move 'Delete duplicated messages' from
309                 'Message/' to 'Tools/'
310                 re-arrange the order of 'Tools/' items
311
312 2002-03-22 [paul]       0.7.4claws32
313
314         * src/addr_compl.c
315           src/addressbook.[ch]
316                 auto-address completion now also matches on
317                 Nickname. patch submitted by Bob Forsman 
318                 <hammor@users.sourceforge.net>
319
320         * src/editaddress.c
321                 correct a spelling mistake
322
323 2002-03-22 [alfons]     0.7.4claws31
324
325         * src/pop.c
326                 fix getting uidl from incorrect string 
327                 (spotted by Colin)
328
329 2002-03-21 [alfons]     0.7.4claws30
330
331         * src/pop.c
332                 more code refactoring
333                 plug mem leak introduced by delete on server
334
335 2002-03-21 [paul]       0.7.4claws29
336
337         * sync with 0.7.4cvs11
338                 see ChangeLog entries 2002-03-20
339
340 2002-03-20 [alfons]     0.7.4claws28
341
342         * src/inc.c
343                 apply Colin's patch and refactor
344
345 2002-03-20 [paul]       0.7.4claws27
346
347         * sync with sylpheed 0.7.4cvs9
348                 see ChangeLog entry 2002-03-20
349
350 2002-03-19 [christoph]  0.7.4claws26
351
352         * src/mh.c
353         * src/procmsg.[ch]
354         * src/summaryview.c
355                 revert changes for flag updates
356                 (does not work correctly and no time to debug)
357
358 2002-03-20 [alfons]     0.7.4claws25
359
360         * src/pop.c
361                 refactor should_delete() a little bit 
362
363 2002-03-19 [paul]       0.7.4claws24
364
365         * src/inc.[ch]
366           src/pop.c
367           src/prefs_account.[ch]
368                 allow the user to leave downloaded mail on the 
369                 server for n days. Patch submitted by Colin Leroy 
370                 <colin@colino.net>
371
372 2002-02-19 [paul]       0.7.4claws23
373
374         * sync with sylpheed 0.7.4cvs8
375                 see ChangeLog entries 2002-03-19
376
377 2002-03-18 [paul]       0.7.4claws22
378
379         * sync with sylpheed 0.7.4cvs6
380                 see ChangeLog entry 2002-03-18
381
382 2002-03-18 [paul]       0.7.4claws21
383
384         * po/en_GB.po
385                 add en_GB message catalogue
386
387         * src/mbox_folder.c
388           src/prefs_account.c
389           src/prefs_actions.c
390                 correct a few spelling mistakes
391
392 2002-03-17 [alfons]     0.7.4claws20
393
394         * src/matcher.c
395                 more stringent checks for NULL params when writing
396                 filtering actions to a file
397                 
398 2002-03-17 [hoa]        0.7.3claws20
399
400         * src/news.c
401                 fixed the count of new messages
402
403         * src/compose.c
404                 fixed the "attachment properties" window
405
406 2002-03-17 [paul]       0.7.4claws19
407
408         * src/defs.h
409           src/folder.h
410           src/news.c
411           src/prefs_account.[ch]
412           src/procmsg.[ch]
413           src/summaryview.c
414                 automatically mark cross-posted messages as read 
415                 and (optionally) give them a colour label
416                 Patch submitted by Stefaan Eeckels <Stefaan.Eeckels@eec.lu>
417                 
418
419 2002-03-17 [paul]       0.7.4claws18
420
421         * sync with sylpheed 0.7.4cvs5
422                 see ChangeLog entry 2002-03-17
423
424 2002-03-17 [melvin]     0.7.4claws17
425         
426         * src/textview.c
427                 Worked around a gtktext 'bug': when searching for 
428                 a text in a long message it was scrolling slowly
429                 line by line until it hit the searched text.
430         * po/fr.po
431                 Updated French translation
432
433 2002-03-17 [melvin]     0.7.4claws16
434
435         * src/mainwindow.c
436         * src/compose.c
437         * src/prefs_actions.c
438                 Moved "Edit/Actions" to "Tool/Actions"
439                 Made mainwindow/compose window sensitive as soon as
440                 no child process is running anymore even if the io dialog
441                 is open.
442                 Fixed a struct being initialized with a non constant char*
443
444 2002-03-16 [christoph]  0.7.4claws15
445
446         * configure.in
447                 add --with-compiler-flags option
448                 (only for developer hacking)
449         * src/mh.c
450         * src/procmsg.[ch]
451         * src/summaryview.c
452                 try to make folder-stats and flag handling more
453                 independent from the summaryview. msgcounts
454                 are only set when the folder is opened and
455                 procmsg_msginfo_(un)set_flags will handle it
456                 later and summaryview will get the values
457                 from the folder.
458
459 2002-03-16 [paul]       0.7.4claws14
460
461         * src/messageview.c
462                 fix Return-receipt. Patch submitted by Bob
463                 Woodside <rwoodside1@comcast.net>
464
465 2002-03-16 [paul]       0.7.4claws13
466
467         * src/compose.c
468                 fix 'dynamic' signatures, make it work again
469                 broken during sync on 2002-03-14 (0.7.4claws2)
470
471 2002-03-15 [match]      0.7.4claws12
472
473         * src/addrharvest.[ch]
474         * src/addrgather.[ch]
475         * src/addressbook.[ch]
476         * src/mainwindow.c
477                 included address harvester feature. still some
478                 issues with address parsing that I will fix.
479
480 2002-03-15 [match]      0.7.4claws11
481
482         * src/addrbook.[ch]
483         * src/addrcache.[ch]
484         * src/addressbook.[ch]
485         * src/addrindex.c
486         * src/editbook.c
487         * src/importldif.c
488         * src/importmutt.c
489         * src/jpilot.[ch]
490         * src/main.c
491         * src/syldap.[ch]
492         * src/vcard.[ch]
493                 tidy up. fix memory leaks. moved attribs and methods
494                 from individual interfaces to addrcache object. prep
495                 for new stuff to come in.
496
497 2002-03-15 [alfons]     0.7.4claws10
498
499         * src/matcher.[ch]
500         * src/matcher_parser_parse.y
501         * src/matcher_parser_lex.l
502         * src/prefs_matcher.c
503                 add filtering conditions message greater than, smaller 
504                 than, and exactly matching a size in bytes
505                 (does not work with delete from POP3 server yet)
506
507                 this should also give others an idea what you should
508                 do to add new criterions to claws filtering system
509                 
510
511 2002-03-15 [paul]       0.7.4claws9
512
513         * tools/filter_conv.pl
514                 exit if there are no filter rules to convert
515                 rename filterrc to filterrc.old after completion
516
517 2002-03-15 [paul]       0.7.4claws8
518
519         * sync with sylpheed 0.7.4cvs3
520                 see ChangeLog entry 2002-03-14
521
522 2002-03-14 [paul]       0.7.4claws7
523
524         * src/compose.c
525                 clean up the last commit (ahem)
526
527 2002-03-14 [paul]       0.7.4claws6
528
529         * src/compose.c
530                 fix bug #515655. honour account preferences
531                 regarding gpg default signing/encryption when 
532                 changing account from the compose window.
533
534 2002-03-14 [paul]       0.7.4claws5
535
536         * src/folderview.c
537                 remove unnecessary curly brackets
538
539 2002-03-14 [paul]       0.7.4claws4
540
541         * src/folderview.c
542           src/prefs_filtering.[ch]
543                 add filter rename on folder rename and filter
544                 delete on folder delete. Patch submitted by
545                 Neill Miller <neillm@thecodefactory.org> 
546
547 2002-03-14 [christoph]  0.7.4claws3
548
549         * src/procmsg.c
550         * src/send.c
551                 fix local delivery
552                 (patch submitted by "Simon 'corecode' Schubert")
553         * src/prefs_common.c
554         * src/procmsg.c
555                 fix gcc 3.0 warning
556
557 2002-03-14 [paul]       0.7.4claws2
558
559         * sync with sylpheed 0.7.4cvs2
560                 see ChangeLog entry 2002-03-13
561
562 2002-03-12 [darko]      0.7.4claws1
563
564         * src/mainwindow.c
565                 fix what seems to be a copy and paste error
566                 when setting color for important messages
567                 (reported by wwp)
568
569 2002-03-11 [paul]       version 0.7.4claws released
570
571 2002-03-11 [paul]       0.7.4claws
572
573         * po/es.po
574           po/it.po
575           po/nl.po
576           po/pt_BR.po
577                 update message catalogs. Submitted by Ricardo Mones 
578                 Lastra, Alessandro Maestri, Wilbert Berendsen, and 
579                 Fabio Junior Beneditto
580
581         * configure.in
582           faq/Makefile.am
583           faq/it/Makefile
584           faq/it/sylpheed-faq*
585           src/mainwindow.c
586           src/manual.[ch]
587                 add FAQ in Italian
588         
589
590 2002-03-11 [jens]       0.7.3claws7
591
592         * po/de.po
593                 updated German translation
594
595 2002-03-11 [melvin]     0.7.3claws6
596
597         * po/fr.po
598                 updated and corrected French translation
599
600 2002-03-10 [hoa]        0.7.3claws5
601
602         * src/account.c
603         * src/inc.c
604         * src/prefs_account.c
605         * src/procmsg.c
606         * src/send.[ch]
607                 fixed the local account.
608                 you have to change the default "/usr/sbin/sendmail"
609                 to "/usr/sbin/sendmail -t" in the preferences of
610                 the local account.
611
612         * src/procmime.c
613                 removed some debug display for renderer
614
615 2002-03-10 [paul]       0.7.3claws4
616
617         * faq/en/sylpheed-faq-1.html
618           faq/en/sylpheed-faq-2.html
619                 update
620
621 2002-03-09 [paul]       0.7.3claws3
622
623         * sync with sylpheed 0.7.4
624                 see ChangeLog entry 2002-03-09
625
626 2002-03-08 [paul]       0.7.3claws2
627
628         * faq/en/sylpheed-faq*
629           faq/es/sylpheed-faq*
630           faq/fr/sylpheed-faq*
631                 update the FAQs
632
633         * manual/fr/.cvsignore
634           manual/fr/Makefilea.am
635           manual/fr/sylpheed*
636           src/mainwindow.c
637           src/manual.[ch]
638                 add the French manual
639
640 2002-03-07 [paul]       0.7.3claws1
641
642         * sync with sylpheed 0.7.3cvs4
643                 see ChangeLog entries  2002-03-06 and 2002-03-07
644         
645         * po/nl.po
646                 updated by Wilbert Berendsen
647
648 2002-03-07 [melvin]     0.7.2claws34
649
650         * src/selective_download.c
651                 Changed the pixmap of the receive button to MAIL_RECEIVE.
652
653 2002-03-06 [paul]       0.7.2claws33
654
655         * sync with sylpheed 0.7.3cvs1
656                 bug fix, see ChangeLog entry 2002-03-05
657
658 2002-03-05 [paul]       0.7.2claws32
659
660         * src/mimeview.c
661           src/pgptext.[ch]
662           src/procmsg.c
663                 reverse the pgp ascii-armored code implemented in 
664                 0.7.2claws16. removal of this code until it matures.
665                 this means that verifying ascii-armored pgp sigs and
666                 automatic decryption of ascii-armored encrypted
667                 messages no longer works.
668
669 2002-03-05 [paul]       0.7.2claws31
670
671         * configure.in
672           Makefile.am
673         * faq/Makefile.am
674         * faq/en/Makefile.am
675           faq/en/sylpheed-faq.html
676           faq/en/sylpheed-faq-1.html
677           faq/en/sylpheed-faq-2.html
678           faq/en/sylpheed-faq-3.html
679         * faq/es/Makefile.am
680           faq/es/sylpheed-faq.html
681           faq/es/sylpheed-faq-1.html
682           faq/es/sylpheed-faq-2.html
683           faq/es/sylpheed-faq-3.html
684           faq/es/sylpheed-faq-4.html
685         * faq/fr/Makefile.am
686           faq/fr/sylpheed-faq.html
687           faq/fr/sylpheed-faq-1.html
688           faq/fr/sylpheed-faq-2.html
689           faq/fr/sylpheed-faq-3.html
690         * src/Makefile.am
691           src/defs.h
692           src/mainwindow.c
693           src/manual.[ch]
694                 add FAQs in English, Spanish and French
695
696
697 2002-03-05 [paul]       0.7.2claws30
698
699         * manual/en/sylpheed.html
700           manual/en/sylpheed-XX.html
701                 updated the English manual
702
703 2002-03-05 [hoa]        
704
705         * src/summaryview.c
706                 dialog box pops up if the article can't be deleted.
707
708 2002-03-04 [paul]       
709         
710         * po/pt_BR.po
711                 updated by Fabio Junior Benedito
712
713 2002-03-04 [hoa]
714
715         * removed ac/gpgme.m4
716                 to avoid autogen common problem
717                 developers have to install gpgme development package now
718
719         * src/compose.c
720                 encoding to 7bit or 8bit is enabled.
721
722 2002-03-03 [alfons]     0.7.2claws29
723
724         * src/pop.c
725                 merge fix by Oliver Haertel for selective
726                 download buglet
727
728 2002-03-03 [paul]       0.7.2claws28
729         
730         * sync with sylpheed 0.7.3
731
732 2002-03-03 [paul]       0.7.2claws27
733
734         * sync with sylpheed 0.7.2cvs24
735                 see ChangeLog entries 2002-03-02 and 2002-03-03
736
737 2002-03-02 [melvin]     0.7.2claws26
738
739         * src/inc.[ch]
740         * src/main.c
741         * src/mainwindow.c
742         * src/prefs_common.[ch]
743                 Added user definable notification on new mail arrival.
744                 Removed unused variables in spell checker prefs code.
745
746 2002-03-02 [melvin]     0.7.2claws25
747
748         * src/quote_fmt.c
749                 Removed unnecessary escape sequences.
750                 Changed 'Initial...' to 'Initials of Sender'
751
752 2002-03-02 [paul]       0.7.2claws24
753
754         * sync with sylpheed 0.7.2cvs22
755                 see ChangeLog entry 2002-03-01
756
757 2002-03-01 [hoa]        0.7.2claws23
758
759         * src/mainwindow.c
760                 Set sensitivity of delete actions to active
761                 even if the folder is a newsgroup.
762
763         * src/summaryview.c
764                 - Set sensitivity of delete actions
765                 - Added function check_permission() that will check if the
766                   user is authorized to delete a message. For news, it
767                   will check if the author is the same.
768                 - Enabled deletion when there is no trash folder.
769
770         * src/news.[ch]
771                 - Added news_cancel_article() to cancel articles
772                 - Implemented news_remove_message() (public function)
773
774 2002-03-01 [paul]       0.7.2claws22
775
776         * src/gtkutils.c
777           src/textview.c
778                 recognise urls that that don't include 'http://' and
779                 simply begin 'www.' 
780
781         * AUTHORS
782                 remove duplicated name
783
784 2002-02-28 [paul]       0.7.2claws21
785
786         * src/mainwindow.c
787           src/summaryview.[ch]
788                 add ability to 'Select thread'
789                 combines Melvin's "Select thread's head" patch (#510907)
790                 with Colin Leroy's <colin@colino.net> "Select whole thread" 
791                 patch (#518514) 
792
793 2002-02-28 [paul]       0.7.2claws20
794
795         * src/mimeview.c
796                 hopefully fix segfault on right-clicking a mime part
797                 that some people have experienced.      
798                 fix submitted by Fredrik Olofsson <frol@linux.nu>
799
800 2002-02-28 [paul]       0.7.2claws19
801
802         * sync with sylpheed 0.7.2cvs21
803                 see ChangeLog entries 2002-02-27 and 2002-02-28
804
805 2002-02-27 [paul]       0.7.2claws18
806
807         * sync with sylpheed 0.7.2cvs18
808                 see ChangeLog entries 2002-02-26 and 2002-02-27
809
810 2002-02-26 [alfons]     0.7.2claws17
811
812         * src/procheader.c
813                 #undef ALLOW_HEADER_HINT (this was supposed to be undef'ed)
814                 (spotted by Chris Hessman <idatech@gmx.net>)
815
816 2002-02-26 [paul]       0.7.2claws16
817
818         * src/mimeview.c
819           src/pgptext.[ch]
820           src/procmsg.c
821                 make decryption of ascii-armored pgp encrypted messages
822                 and verification of ascii-armored signatures work again.
823                 slightly altered from the patch by Jens Jahnke 
824                 <jan0sch@gmx.net>
825
826                 ##FIX ME##
827                 * the checking of plaintext signatures always comes up in 
828                   a popup box
829                 * it doesn't work for multipart messages 
830                 * all lines above "-----BEGIN PGP SIGNED MESSAGE-----\nHash: SHA1",
831                   including the msg headers and these 2 line themselves, are 
832                   not displayed
833
834         * src/mainwindow.c
835                 "View/Folder Tree" becomes "View/Separate Folder Tree"
836                 "View/Message View" becomes "View/Separate Message View"
837                 because its less ambiguous.
838
839         * po/es.po
840                 updated by Ricardo Mones Lastra
841
842 2002-02-26 [paul]       0.7.2claws15
843
844         * sync with sylpheed 0.7.2cvs17
845                 see ChangeLog entries 2002-02-25 and 2002-02-26
846
847 2002-02-25 [christoph]  0.7.2claws14
848
849         * src/filtering.[ch]
850         * src/inc.c
851                 do filtering stuff after all messages have been received
852                   1. drop all messages to .processing
853                   2. scan processing folder for messages
854                   3. filter messages or move to inbox
855                 this will also find old messages left in processing after
856                 a crash or something like that and we get a real msginfo
857                 from folder->get_msg_list and do not have to create our
858                 own in filter_message
859         * src/matcher_parser_parse.y
860                 remove MIX/MAX warning (reordered includes)
861
862 2002-02-25 [paul]       0.7.2claws13
863
864         * sync with sylpheed 0.7.2cvs15
865                 see ChangeLog entry 2002-02-24
866
867 2002-02-24 [alfons]     0.7.2claws12
868
869         * src/filtering.c
870                 clear old color flags first when applying a new color to
871                 a message info. 
872                 (spotted by Lo'oRiS il Kabukimono <lo_oris@libero.it>)
873
874 2002-02-24 [alfons]     0.7.2.claws11
875         
876         * AUTHORS
877         * src/prefs_common.c
878                 add presets for Opera and Konqueror, closes patch #517261,
879                 submitted by Ville Skyttä <scop@users.sourceforge.net>
880
881 2002-02-24 [alfons]     0.7.2.claws10
882
883         * AUTHORS
884         * src/summaryview.c
885                 fix threading for null message ids, closes patch #521601,
886                 submitted by Bob Forsman <hammor@users.sourceforge.net>
887
888 2002-02-24 [alfons]     0.7.2claws9
889
890         * src/summaryview.c
891         * src/filtering.c
892                 make Tool | Filter Message work with filtering system so
893                 setting flags also works
894
895                 TODO:
896
897                 - Processing uses the same function as Tool | Filter
898                   Message, but doesn't use the same update proc yet
899
900 2002-02-23 [paul]       0.7.2claws8
901
902         * sync with sylpheed 0.7.2cvs14
903                 see ChangeLog entries 2002-02-22 and 2002-02-23
904
905 2002-02-22 [christoph]  0.7.2claws7
906
907         * src/quote_fmt.c
908                 Add column space to table
909         * src/quote_fmt_parse.y
910                 Close files
911
912 2002-02-22 [paul]       0.7.2claws6
913
914         * src/Makefile.am
915           src/defs.h
916           src/filtering.c
917           src/inc.[ch]
918           src/mainwindow.c
919           src/matcher.[ch]
920           src/matcher_parser_lex.l
921           src/matcher_parser_parse.y
922           src/pop.[ch]
923           src/prefs_account.h
924           src/prefs_filtering.c
925           src/selective_download.[ch]   *** NEW FILES ***
926           src/utils.[ch]
927           po/POTFILES.in
928                 Selective Download added to 'Tool' menu. 
929                 Retrieves email headers of the currently selected pop3 
930                 account and allows the user to mark emails for deletion 
931                 right on the pop3 server. Patch submitted by Oliver Haertel 
932                 <oha@users.sourceforge.net>.
933         
934         * po/POTFILES.in
935                 add 'src/quote_fmt.c'           
936
937 2002-02-22 [christoph]  0.7.2claws5
938
939         * src/Makefile.am
940                 added quote_fmt.c
941         * src/prefs_common.[ch]
942         * src/prefs_template.c
943         * src/quote_fmt.c               *** NEW FILE ***
944         * src/quote_fmt.h
945                 move quote format symbol description code
946                 to it's own file because it is used from
947                 differnent code parts
948                 Rewrote symbol description GUI
949                   + use table
950                   + add separators
951                   + get data from array (no more long constant strings)
952         * src/quote_fmt_lex.l
953         * src/quote_fmt_parse.y
954                 Symbol for Literal % changed to \% instead of %%
955                 (More logical as \ is used for quoting for other symbols)
956                 Add |f and |p to include files and program output
957                 Examples:
958                     |f{/home/.../.signature}
959                     |p{date}
960         * po/de.po
961                 Correct wrong spelling for "Referenzen"
962
963 2002-02-21 [paul]       0.7.2claws4
964
965         * src/procmsg.c
966                 forgotten during sync
967
968 2002-02-21 [paul]       0.7.2claws3
969
970         * sync with sylpheed 0.7.2cvs11
971                 see ChangeLog entries 2002-02-17, 2002-02-18, 2002-02-19,
972                 2002-02-20 and 2002-02-21
973
974 2002-02-20 [melvin]     0.7.2claws2
975
976         * src/prefs_actions.c
977                 Added error report when child cannot fork or when execvp 
978                 returns with an error.
979
980 2002-02-19 [christoph]  0.7.2claws1
981
982         * src/codeconv.c
983                 return unconverted text if conde conversion is not possible
984                 when libjconv is used.
985                 (patch submitted by "Simon 'corecode' Schubert")
986
987 2002-02-19 [paul]       
988
989         * version 0.7.2claws release
990
991 2002-02-19 [paul]       0.7.2claws
992
993         * po/nl.po
994                 updated by Wilbert Berendsen
995
996
997 2002-02-18 [alfons]     0.7.1claws13
998
999         * src/syldap.c
1000         * src/jpilot.c
1001                 remove references to dlfcn and explicitly loading functions
1002                 from dynalink libs, because libs linked anyway, and functions
1003                 are loaded explicitly
1004
1005 2002-02-17 [melvin]     0.7.1claws12
1006
1007         * src/prefs_actions.c
1008                 Replaced children wait loop with double fork technique.
1009                 Now, input/output window updated at each new output.
1010                 free_children(): Fixed a memory leak.
1011                 Made input/output window non closable if running children
1012                 still exist.
1013                 Added missing <unistd.h> include.
1014                 Added some --debug outputs.
1015
1016 2002-02-17 [melvin]     0.7.1claws11
1017
1018         * src/summaryview.c
1019                 Fixed bug where descending sort order did not select top
1020                 message.
1021
1022 2002-02-17 [melvin]     0.7.1claws10
1023
1024         * acconfig.h
1025                 Added PSPELL_PATH macro and removed obsolete ISPELL_PATH
1026         * src/prefs_common.c
1027                 Pspell data package directory no more hard coded but
1028                 set during configuration (PSPELL_PATH). (Thanks to 
1029                                 Gustavo Noronha Silva.)
1030
1031 2002-02-17 [melvin]     0.7.1claws9
1032
1033         * configure.in
1034                 Added PSPELL_PATH macro and removed obsolete ISPELL_PATH
1035         * src/gtkspell.c
1036                 Fixed compile-time warnings.
1037
1038 2002-02-16 [alfons]     0.7.1claws8
1039
1040         * src/filesel.c
1041                 fix inadvertent free of NULL pointer which caused
1042                 sylpheed to crash when closing the save-as dialog
1043                 using the window close button
1044
1045 2002-02-16 [carsten]    0.7.1claws7
1046         * src/mainwindow.[ch]
1047           src/summaryview.c
1048           src/prefs_common.c
1049                 fixes for pixmap theming code:
1050                         - recently changed mail attributes shouldn't get
1051                           lost any longer
1052                         - theme is only reloaded iff another theme was
1053                           selected
1054
1055 2002-02-16 [paul]       0.7.1claws6
1056
1057         * sync with sylpheed 0.7.2 release
1058                 see ChangeLog entry 2002-02-15 and 2002-02-16
1059
1060 2002-02-15 [paul]       0.7.1claws5
1061
1062         * sync with sylpheed 0.7.1cvs9
1063                 see ChangeLog entry 2002-02-15
1064
1065         * po/POTFILES.in
1066                 remove unneeded headerwindow.c entry
1067
1068 2002-02-14 [carsten]    0.7.1claws4
1069         * src/summaryview.c
1070                 fixed a bug for "Go to next unread message": there was
1071                 an endless loop if NEXTUNREADMSGDIALOG_ASSUME_NO was set
1072                 in the prefs, because of doing "Search again" instead
1073                 "No"
1074
1075 2002-02-14 [carsten]    0.7.1claws3
1076         * src/stock_pixmap.c
1077                 removed 2 more mem leaks; following memprof,
1078                 this code is "leak free" now :)
1079
1080 2002-02-14 [carsten]    0.7.1claws2
1081         * src/stock_pixmap.c
1082                 used opendir/readdir/closedir instead of scandir
1083                 -> code should work now on Solaris
1084
1085 2002-02-14 [paul]       0.7.1claws1
1086
1087         * sync with sylpheed 0.7.1cvs8
1088                 see ChangeLog entries 2002-02-13 and 2002-02-14
1089
1090         * README.claws
1091                 add some description of Actions and Pixmap Themes
1092
1093 2002-02-13 [paul]       
1094
1095         * version 0.7.1claws release
1096
1097 2002-02-13 [paul]       0.7.1claws
1098
1099         * po/es.po
1100           po/it.po
1101           po/pt_BR.po
1102                 updated translations, submitted by Ricardo Mones Lastra,
1103                 Alessandro Maestri and Fabio Junior Beneditto
1104
1105 2002-02-13 [melvin]     0.7.0claws75
1106
1107         * src/prefs_actions.c
1108                 Added missing "signal.h" include
1109
1110 2002-02-13 [melvin]     0.7.0claws74
1111
1112         * src/prefs_folder_item.c
1113                 Added missing "config.h" include
1114         * po/fr.po
1115                 Updated French translation for folder propriety.
1116
1117 2002-02-13 [jens]       0.7.0claws73
1118
1119         * po/POTFILES.in
1120                 Added missing src/prefs_folder_item.c [log added by melvin]
1121         * po/de.po
1122                 Updated German translation.
1123
1124 2002-02-13 [melvin]     0.7.0claws72
1125
1126         * po/fr.po
1127                 Updated French translation.
1128
1129 2002-02-13 [melvin]     0.7.0claws71
1130
1131         * src/gtkutils.c
1132                 Made gtkut_editable_get_selection return NULL if selection
1133                 is of length zero.
1134                 This fixes a bug where selecting part of message A then
1135                 switching to message B and replying to it will not
1136                 quote the message's body.
1137
1138 2002-02-12 [paul]       0.7.0claws70
1139
1140         * src/mainwindow.c
1141                 cosmetic, relating to pixmap themes: on toolbar make 
1142                 updating of 'Exec' and 'Compose news/Compose email'
1143                 icons faster.
1144
1145 2002-02-12 [carsten]    0.7.0claws69
1146         * src/folderview.c
1147           src/mainwindow.[ch]
1148           src/stock_pixmap.c
1149           src/summaryview.c
1150           src/prefs_common.c
1151                 - refreshing after changing pixmap theme better
1152                   now (thanks Paul)
1153                 - wanted to remove some mem leaks, but alfons was
1154                   faster (and had the better solution ;)
1155
1156 2002-02-12 [alfons]     0.7.0claws68
1157
1158         * src/prefs_common.c
1159         * src/stock_pixmap.[ch]
1160                 plug mem leaks, refactor code a little bit
1161
1162
1163 2002-02-12 [sergey]     0.7.0claws67
1164
1165         * src/imap.c
1166                 Fixed problem with copying messages to IMAP folders when the
1167                 server uses something other than '/' as a namespace separator
1168                 (cyrus-imapd uses '.').
1169
1170 2002-02-12 [jens]       0.7.0claws66
1171
1172         * po/de.po
1173                 Updated German Translation
1174
1175 2002-02-12 [paul]       0.7.0claws65
1176
1177         * sync with sylpheed 0.7.1cvs1
1178                 see ChangeLog entry 2002-02-12
1179
1180 2002-02-12 [melvin]     0.7.0claws64
1181
1182         * src/prefs_actions.c
1183                 Fixed "feature" where children's output was duplicated 
1184                 instead of refreshed while monitoring.
1185                 Removed some debug code.
1186
1187 2002-02-12 [christoph]  0.7.0claws63
1188
1189         * src/compose.c
1190                 always delete message from queue after sending/send error
1191                 (closes bug #509601)
1192
1193 2002-02-12 [melvin]     0.7.0claws62
1194
1195         * src/prefs_actions.c
1196                 Children wait loop is now triggered with a timeout of 1s
1197                 Added %F which is replaced with the list of filenames 
1198                 of all selected messages (as suggested by Ricardo Mones Lestra)
1199                 Pipe syntax changed. Prefix with | to send selection, postfix
1200                 with | to retrieve output. Prefix with > or * to send
1201                 user definable input to the command (*: input is hidden)
1202                 Old pipe action should now be postfixed with |, too.
1203
1204 2002-02-12 [carsten]    0.7.0claws61 (more 59.75)
1205         * src/stock_pixmap.c
1206                 fixed a bug: if there's no theme directory don't
1207                 throw an error, just do "nothing" (thanks Alfons)
1208
1209 2002-02-12 [carsten]    0.7.0claws60
1210         * src/folderview.c
1211           src/summaryview.c
1212                 had to write the cache twice (nasty!); some marks would 
1213                 get lost if not
1214
1215 2002-02-11 [carsten]    0.7.0claws59
1216         * acconfig.h
1217           configure.in
1218           doc-src/maintainer_guide.txt
1219           src/compose.[ch]
1220           src/defs.h
1221           src/folderview.[ch]
1222           src/gtkutils.[ch]
1223           src/mainwindow.[ch]
1224           src/prefs_common.[ch]
1225           src/stock_pixmap.[ch]
1226           src/summaryview.[ch]
1227                 pixmap theming and related work on pixmap
1228                 handling on some other places
1229                 (e.g. hrm features for all folder)
1230           src/pixmap/stock_*.xpm -> the stock_ was removed
1231         
1232 2002-02-11 [paul]       0.7.0claws58
1233
1234         * sync with sylpheed 0.7.1 release
1235                 see ChangeLog entries 2002-02-11
1236
1237 2002-02-08 [paul]       0.7.0claws57
1238
1239         * sync with sylpheed 0.7.0cvs39
1240                 see ChangeLog entry 2002-02-07 (last entry) 
1241
1242         * src/prefs_actions.c
1243           src/prefs_filtering.c
1244           src/prefs_matcher.c
1245           src/prefs_scoring.c
1246                 sync: made it compile with C compilers other than gcc
1247
1248 2002-02-07 [paul]       0.7.0claws56
1249
1250         * sync with sylpheed 0.7.0cvs38
1251                 see ChangeLog entries 2002-02-06 (last 2 entries) and
1252                 2002-02-07
1253
1254 2002-02-07 [darko]      0.7.0claws55
1255
1256         * src/gtkutils.[ch]
1257         * src/summaryview.c
1258                 Fix const gchar */gchar * issue (thanks Hiro)
1259
1260 2002-02-07 [darko]      0.7.0claws54
1261
1262         * src/compose.[ch]
1263         * src/filtering.c
1264         * src/gtkutils.[ch]
1265         * src/prefs_template.c
1266         * src/quote_fmt.h
1267         * src/quote_fmt_parse.y
1268         * src/summaryview.c
1269         * src/utils.[ch]
1270                 When replying or forwarding an email don't quote the entire
1271                 mail body but use the part of the message text that is selected
1272
1273 2002-02-06 [melvin]     0.7.0claws53
1274
1275         * src/prefs_common.[ch]
1276         * src/gtkspell.[ch]
1277         * src/compose.c
1278                 Made possible to switch quickly to last used dictionary
1279                 which makes checking bilingual documents easier.
1280
1281 2002-02-06 [melvin]     0.7.0claws52
1282         
1283         * po/POTFILES.in
1284                 Added forgotten new file src/prefs_actions.c
1285
1286 2002-02-06 [melvin]     0.7.0claws51
1287
1288         * src/prefs_actions.c   ** NEW FILE **
1289         * src/prefs_actions.h   ** NEW FILE **
1290                 Added actions to execute on message text view, or on the
1291                         message's file.
1292         * src/Makefile.am
1293                 Added src/prefs_actions.[ch]
1294         * src/compose.c
1295                 Added new menu "Edit/Actions"
1296         * src/defs.h
1297                 Added new actionsrc file.
1298         * src/main.c
1299                 Added actionsrc reading.
1300         * src/mainwindow.c
1301                 Added new menus "Edit/Actions" and "Configuration/Actions..."
1302         * src/prefs_common.h
1303                 Added new element actionslst element to prefs_common.
1304
1305 2002-02-06 [paul]       0.7.0claws50
1306
1307         * sync with sylpheed 0.7.0cvs36
1308                 see ChangeLog entry 2002-02-06
1309
1310 2002-02-05 [paul]
1311
1312         * po/es.po
1313                 updated by Ricardo Mones Lastra
1314
1315 2002-02-05 [paul]       0.7.0claws49
1316
1317         * sync with sylpheed 0.7.0cvs33
1318                 see ChangeLog entries 2002-02-04 (last 4 entries) and 2002-02-05
1319
1320 2002-02-05 [paul]       0.7.0claws48
1321
1322         * src/compose.c
1323                 re-add 'Edit/Advanced/Delete entire line', previously named
1324                 'Delete Line+'
1325
1326 2002-02-04 [paul]       0.7.0claws47
1327
1328         * src/compose.c
1329           src/summaryview.c
1330                 fix bug #494993 (Reply All not taking Reply-To into consi)
1331                 eliminate differences in behaviour of right-click 'Reply to all' 
1332                 in summary view and 'Reply to all' on the toolbar. 
1333                 fix bug where Reply-To gets ignored by 'Reply to all' in summary
1334                 view and From gets ignored by 'Reply to all' on toolbar.
1335                 fix bug where 'Reply to all' on toolbar uses To twice and ignores
1336                 From when no Reply-To header is present.
1337
1338 2002-02-04 [paul]       0.7.0claws46
1339
1340         * sync with sylpheed 0.7.0cvs30
1341                 see ChangeLog entries 2002-02-03 and 2002-02-04
1342
1343 2002-02-03 [melvin]     0.7.0claws45
1344
1345         * src/gtkspell.[ch]
1346                 Readded function to highlight all misspelled words.
1347                 Fixed bug where user-provided-words did not replace
1348                         correctly the misspelled word when using the mouse.
1349                 Fixed bug where checking a region selected from right to left did
1350                         not check the region at all.
1351                 Fixed bug where 'Check backwards' may not check at all. 
1352                 Fixed memory leaks where popup menus and accel_groups were not destroyed.
1353                 Fixed possible buffer overflow when checking for long strings (>1k).
1354                 Made cursor and scrollbar positions non changing after uncheck_all/check_all.
1355                 Accelerators code uses now gtk_widget_add_accel.
1356                 Removed and disabled obsolete and unfinished code.
1357                 Cleaning up.
1358
1359         * src/compose.c
1360                 Added menu item to Highlight all misspelled words.
1361
1362 2002-02-01 [paul]       0.7.0claws44
1363
1364         * src/mainwindow.c
1365                 fix '/View/Hide read messages' sensitivity when all
1366                 messages in a folder are hidden
1367
1368 2002-02-01 [paul]       0.7.0claws43
1369
1370         * src/main.c
1371                 add --send option to command line interface, sends all
1372                 queued mail. Patch submitted by Ricardo Mones Lastra.
1373
1374 2002-01-31 [paul]       0.7.0claws42
1375
1376         * src/mainwindow.c
1377                 add '/View/Hide read messages' to main_window_set_menu_sensitive()
1378
1379 2002-01-31 [paul]       0.7.0claws41
1380
1381         * sync with sylpheed 0.7.0cvs27
1382                 see ChangeLog entries 2002-01-30 (src/mh.c, src/prefs_common.c)
1383                 and 2002-01-31
1384
1385         * src/textview.c
1386                 comment out elements of textview_show_part() as temporary
1387                 workaround for attachment 'Display as text' bug 
1388
1389         * po/pt_BR.po
1390                 updated by Fabio Junior Beneditto
1391
1392 2002-01-30 [paul]       0.7.0claws40
1393
1394         * sync with sylpheed 0.7.0cvs24
1395                 see ChangeLog entries 2002-01-29 (src/prefs_common.c)
1396                 and 2002-01-30
1397
1398         * src/compose.c
1399                 add {N_("/_Spelling"), ... "<Branch>"} to 
1400                 GtkItemFactoryEntry compose_entries[]
1401
1402         * src/prefs_common.c
1403                 add claws menu items to prefs_keybind_apply_clicked()
1404                 and remove non-claws menu items
1405
1406 2002-01-29 [paul]       0.7.0claws39
1407
1408         * sync with sylpheed 0.7.0cvs22
1409                 see ChangeLog entries 2002-01-28 and 2002-01-29
1410
1411 2002-01-28 [melvin]     0.7.0claws38
1412
1413         * src/compose.c
1414                 Added the declartion of compose_send_control_enter.
1415
1416         * src/compose.c
1417         * src/gtkspell.[ch]
1418                 Added in a 'Spelling' menu which includes the configuration menu. 
1419                 Added a real 'Check all' and got rid from the old one which only
1420                 highlited misspelled word.
1421                 Made 'Check while typing' a disableable option.
1422                 Added a dialog when there are no more misspelled word.
1423                 Added a dialog if error occurs when switching to a dictionary.
1424         
1425         * src/prefs_common.[ch]
1426                 Added option for the default 'Check while typing' option.
1427
1428
1429 2002-01-28 [alfons]     0.7.0claws37
1430
1431         * src/compose.c
1432                 fix buglet and make code comply with sylpheed code style
1433
1434 2002-01-28 [paul]       0.7.0claws36
1435
1436         * sync with sylpheed 0.7.0cvs19
1437                 see ChangeLog entries for 2002-01-28
1438
1439 2002-01-28 [hoa]        0.7.0claws35
1440
1441         * src/defs.h
1442                 added rendererrc
1443
1444         * src/main.c
1445                 read the renderer config
1446
1447         * src/procmime.[ch]
1448                 use the renderer config to convert mime attachments
1449
1450         * src/textview.c
1451                 don't use textview_show_html/ertf,
1452                 use get_text_content instead
1453
1454 2002-01-27 [alfons]     0.7.0claws34
1455         
1456         * src/news.c
1457                 make sylpheed believe it can delete a news message...
1458                 (messages are NOT deleted, maybe we should remove
1459                 processing from the folder properties after all.)
1460
1461 2002-01-27 [alfons]     0.7.0claws33
1462
1463         * src/folder.c
1464                 add extra checks
1465         * src/news.c
1466                 implement remove_msg() 
1467
1468 2002-01-27 [alfons]     0.7.0claws32
1469
1470         * src/procmsg.h
1471         * src/procheader.c
1472         * src/messageview.c
1473                 fix return receipt / disposition notification again. this
1474                 stuff seems to break on _every_ major summary UI change, so
1475                 it's now implemented using a flag which is saved in the
1476                 marks cache
1477                 
1478 2002-01-26 [alfons]     0.7.0claws31
1479
1480         * src/import.c
1481                 let import dialog show the destination folder identifier
1482
1483 2002-01-26 [melvin]     0.7.0claws30
1484
1485         * src/folderview.c
1486         * src/summaryview.c
1487                 Readded 'Mark all read' into summary view popup menu
1488                 Added 'Mark all read' in folder view popup menu for IMAP
1489                 and NNTP.
1490                 Made it insensitive if the selected folder is not the shown
1491                 one to avoid 'Mark all read' on the wrong folder.
1492                 
1493 2002-01-26 [paul]       0.7.0claws29
1494
1495         * src/folderview.c
1496           src/summaryview.c
1497                 move 'Mark all read' from summary view to folder view
1498                 menu. (adapted from) patch submitted by Jeremy Andrews,
1499                 <lists@kerneltrap.com>
1500
1501 2002-01-25 [alfons]     0.7.0claws28
1502
1503         * src/gtkstext.c
1504                 put the gtk class name back so GtkSText adapts the 
1505                 settings of GtkText
1506
1507 2002-01-25 [alfons]     0.7.0claws27
1508
1509         * src/folderview.c 
1510                 assimilate Ricardo's patch that shows pixmaps instead of
1511                 plain "new" and "unread" texts in the folder view column
1512                 headers 
1513
1514 2002-01-25 [paul]       0.7.0claws26
1515
1516         * src/Makefile.am
1517                 add $(GPGME_CFLAGS) to INCLUDES so that gpgme can 
1518                 be found in non-standard locations. 
1519                 Closes Patch #507976, submitted by Stoyan Genov, <sdg@rila.bg>
1520
1521 2002-01-25 [paul]       0.7.0claws25
1522
1523         * sync with sylpheed 0.7.0cvs16
1524                 see ChangeLog entry 2002-01-25
1525
1526 2002-01-24 [paul]       0.7.0claws24
1527
1528         * more sync with sylpheed 0.7.0cvs15
1529                 get_file_size_as_clrf(), see ChangeLog entry 2002-01-23
1530
1531 2002-01-23 [sergey]     0.7.0claws23
1532
1533         * src/importldif.c
1534                 Fixed segfault when closing LDIF import wizard with
1535                 the window manager.
1536         * src/imageview.c
1537         * src/imageview.h
1538         * src/messageview.c
1539         * src/mimeview.c
1540                 Fixed wrong scrolling position after switching between
1541                 text and image parts.
1542
1543 2002-01-23 [paul]       0.7.0claws22
1544
1545         * sync with sylpheed 0.7.0cvs15
1546                 see ChangeLog entries 2002-01-22 and 2002-01-23
1547
1548 2002-01-21 [melvin]     0.7.0claws21
1549
1550         * src/prefs_scoring.c
1551         * src/prefs_filtering.c
1552                 Fixed bug where scoring and filtering windows stopped
1553                 autochecking.
1554
1555 2002-01-21 [paul]       0.7.0claws20
1556
1557         * sync with sylpheed 0.7.0cvs12
1558                 see ChangeLog entries 2002-01-20 and 2002-01-21
1559
1560 2002-01-21 [carsten]    0.7.0claws19
1561         * src/mainwindow.c
1562         * src/menu.[ch]
1563         * src/messageview.[ch]
1564         * src/summaryview.[ch]
1565                 changes to shortcuts handling again:
1566                         + "Q" now controled by mainwin
1567                         + v/V are now customizable and have slightly
1568                           different meanings
1569                 the "button" to minimize the messageview (and maximize
1570                 the summary view) is a real button now
1571         * src/compose.c
1572                 "Delete Line+" added to Edit/Advanced (this will also
1573                 delete the '\n')
1574
1575 2002-01-20 [melvin] 0.7.0claws18
1576
1577         * src/addressbook.c
1578                 Made "Bcc" sensitive when addressbook is called from
1579                 compose window (it was a Claws only bug).
1580
1581 2002-01-19 [alfons] 0.7.0claws17
1582
1583         * src/inc.c
1584                 prevent unnecessary updates when currently selected folder has
1585                 no new messages 
1586
1587 2002-01-19 [alfons] 0.7.0claws16
1588         
1589         * src/summaryview.c
1590                 prevent writing the cache based on current message list in summary 
1591                 view when filtering also put messages in currently selected folder
1592
1593 2002-01-19 [paul]
1594
1595         * po/it.po
1596                 Italian translation submitted by Alessandro Maestri
1597                 <a.maestri@cs.tin.it>
1598
1599 2002-01-18 [melvin]     0.7.0claws15
1600
1601         * src/prefs_filters.c
1602                 fixed bug where 'cancel' from 'filters' window stops autochecking
1603                 if the timer timed out  when the window was open.
1604
1605 2002-01-18 [match]      0.7.0claws14
1606
1607         * src/addrclip.[ch]     ** NEW FILE **
1608         * src/addrselect.[ch]   ** NEW FILE **
1609         * src/adbookbase.h      ** NEW FILE **
1610                 addressbook cut, copy and paste
1611         * src/addrbook.[ch]
1612         * src/addrcache.[ch]
1613         * src/addressitem.h
1614         * src/addrindex.[ch]
1615         * src/addritem.[ch]
1616         * src/importldif.c
1617         * src/importmutt.c
1618         * src/jpilot.[ch]
1619         * src/syldap.[ch]
1620         * src/vcard.[ch]
1621         * src/jpilot.[ch]
1622         * src/editbook.c
1623         * src/editjpilot.c
1624         * src/editldap.c
1625         * src/editvcard.c
1626                 support for copy/paste
1627         * src/addressbook.c
1628                 support for copy/paste
1629                 tidy up menu option processing
1630                 correct address list function arguments
1631         * src/editaddress.c
1632                 sort user attributes
1633         * src/ldif.h
1634         * src/mutt.h
1635                 tidy up
1636
1637         * src/addrbook.[ch]
1638         * src/addrbook.[ch]
1639         * src/addrbook.[ch]
1640                 
1641
1642 2002-01-18 [paul]       0.7.0claws13
1643
1644         * sync with sylpheed 0.7.0cvs8
1645                 configure.in: support Mac OS X (Darwin)
1646
1647 2002-01-18 [carsten]    0.7.0claws12
1648         * src/html.c
1649                 small hack to fix a segfault with an empty href
1650                 (reported by Alexandra Walford <deeni@altern.org>)
1651         * src/mainwindow.c
1652         * src/summaryview.c
1653                 the shortcuts for Mark und Mark as unread are hardcoded
1654                 again
1655         * src/compose.c
1656         * src/gtkstext.[ch]
1657                 readded the shortcuts in gtkstext but made them
1658                 customizeable (simply by adding a menu plus a wrapper
1659                 to compose.c)
1660
1661 2002-01-17 [melvin]     0.7.0claws11
1662
1663         * src/gtkspell.c
1664                 fix default dictionary not being saved.
1665
1666 2002-01-16 [darko]      0.7.0claws10
1667
1668         * src/compose.c
1669                 fix wrapping crash with URL longer than wrapping margin
1670
1671 2002-12-08 [hoa]        0.7.0claws10
1672
1673         * src/matcher_parser_parse.y
1674                 fixed some bugs
1675
1676         * src/prefs_filtering.c
1677                 now, we can use bounce action in the dialog box.
1678
1679 2002-01-16 [carsten]    0.7.0claws9
1680         * src/gtkstext.c
1681                 removed the <control> and <alt> shortcuts because they're
1682                 not needed and interefered with the "normal" shortcuts
1683         * src/mainwindow.c
1684         * src/summaryview.c
1685                 removed most of the hardcoded shortcuts and assigned
1686                 them to menu entries making them easy customizable by
1687                 that
1688
1689 2002-01-16 |melvin]     0.7.0claws8
1690
1691         * src/gtkspell.c
1692                 fixed bug where using the mouse and when the compose
1693                 window is not on top may result in a crash.
1694
1695 2002-01-16 [melvin]     0.7.0claws7
1696
1697         * src/compose.c
1698                 fixed a long standingspell checker bug which could 
1699                 cause a crash after sending a message.
1700
1701 2002-01-16 [paul]       0.7.0claws6
1702
1703         * sync with sylpheed 0.7.0cvs7
1704                 see ChangeLog entries 2002-01-10, 2002-01-11, 2002-01-14,
1705                 2002-01-15, and 2002-01-16
1706
1707 2002-01-16 [melvin]     0.7.0claws5
1708
1709         * README.claws
1710         * src/compose.c
1711         * src/gtkspell.[ch]
1712         * src/main.c
1713                 Heavily modified spell checker code to work around
1714                 ispell bug, to add keyboard shortcuts and for future
1715                 enhancements. See README.claws for usage information.
1716
1717 2002-01-15 [alfons]     0.7.0claws4
1718         
1719         * src/summaryview.c
1720                 change gtk_ctree_sort_node() into gtk_ctree_sort_recursive()
1721                 so sorting within threads reflects sort mode
1722
1723 2002-01-15 [christoph]  0.7.0claws3
1724
1725         * src/procmsg.c
1726                 added alertpanel if mail sending failed
1727
1728 2002-01-15 [alfons]     0.7.0claws2
1729         
1730         * src/prefs_filtering.c
1731                 don't stop timer when prefs filtering dialog is opened
1732
1733 2002-01-14 [alfons]     0.7.0claws1
1734
1735         * src/addr_compl.c
1736         * src/prefs.c
1737                 remove debug_print()s for privacy reasons
1738
1739 2002-01-14 [darko]      0.7.0claws
1740
1741         * README.claws
1742                 quotation wrapping is now also in the main branch
1743
1744 2002-01-14 [paul]
1745
1746         * tools/filter_conv.pl
1747                 allow for Boolean Op and case-sensitivity
1748                 this file is included in the release and tagged
1749                 'rel_0_7_0'
1750
1751 2002-01-13 [paul]       0.7.0claws
1752
1753         * release 0.7.0, with cvs tag 'rel_0_7_0'
1754
1755 2002-01-13 [paul]
1756
1757         * tools/filter_conv.pl
1758         * tools/README
1759                 rewritten to output to matcherrc instead of filteringrc
1760
1761         * po/es.po
1762                 updated Spanish translation by Ricardo Mones Lastra
1763
1764 2002-01-13 [alfons]
1765
1766         * po/nl.po
1767                 update dutch translation
1768
1769 2002-01-13 [paul]
1770
1771         * po/pt_BR.po
1772                 Updated by Fabio Junior Beneditto 
1773
1774 2002-01-13 [melvin]     0.6.6claws53
1775
1776         * po/fr.po
1777                 Updated french translation
1778
1779 2002-01-12 [alfons]     0.6.6claws52
1780
1781         * src/filtering.c
1782                 plug mem leak that has been sitting there for ages              
1783
1784 2002-01-12 [alfons]     0.6.6claws51
1785
1786         * src/summaryview.c
1787                 undo melvin's changes from 0.6.6claws48 because summary
1788                 view now refuses to select first unread message when
1789                 selecting a folder 
1790
1791 2002-01-11 [alfons]     0.6.6claws50
1792
1793         * src/import.c
1794                 use claws' semantics for getting folder item when
1795                 importing an mbox file into a folder 
1796                 (submitted by Dale P. Smith)
1797
1798 2002-01-11 [christoph]  0.6.6claws49
1799
1800         * src/prefs.h
1801                 set sensitivity in SET_TOGGLE_SENSITIVITY macro from
1802                 toggle widget, because non static prefs can not use
1803                 prefs_set_* functions
1804         * src/prefs_account.c
1805                 toggle smtp auth password field sensitivity if
1806                 user id is empty and add descrition of usage for
1807                 these fields
1808         * src/prefs_folder_item.c
1809                 use SET_TOGGLE_SENSITIVITY macro to instead of extra
1810                 callbacks
1811
1812 2002-01-11 [melvin]     0.6.6claws48
1813
1814         * src/compose.c
1815                 fix the 'Ctrl-Enter' feature for sending and test really
1816                 for 'Ctrl-Enter' (as Ctrl-Space is also used for activating
1817                 editables which was not documented in Gtk)
1818
1819         * src/summaryview.c
1820                 Made summaryview refresh after sorting and not before.
1821
1822 2002-01-11 [christoph]  0.6.6claws47
1823
1824         * src/compose.c
1825                 select account from account ids if possible and
1826                 correctly set save folder for copy in reedit
1827
1828 2002-01-10 [paul]       0.6.6claws46
1829
1830         * sync with sylpheed 0.7.0 release
1831                 see ChangeLog entries 2002-01-07, 2002-01-08 and
1832                 2002-01-09
1833
1834 2002-01-09 [alfons]
1835
1836         * src/summaryview.c
1837                 remove more dirt traces...
1838
1839 2002-01-09 [alfons]
1840         
1841         * src/summaryview.c
1842                 clean up some traces of my debugging stuff
1843
1844 2002-01-09 [alfons]     0.6.6claws45
1845
1846         * src/filtering.c
1847                 break up filteringprop_apply() in three separate pieces
1848                 so we can drop messages that failed processing in the
1849                 inbox
1850
1851         * src/summaryview.c
1852                 fix bug #469598 "no refresh of inbox after filter" which 
1853                 was introduced by the new summary view locking, and which 
1854                 prevented the summary view to update after a manual filter 
1855                 message. claw's filter message requires a summary_show().
1856                 (aargh, summary_show() again! :-)
1857                 
1858 2002-01-07 [alfons]     0.6.6claws44
1859
1860         * src/headerwindow.c
1861         * src/logwindow.c
1862         * src/messageview.c
1863         * src/sourcewindow.c
1864                 bring in Hiro's last 0.7.0 wm class fixes
1865
1866         * tools/sylprint.pl
1867                 bring in Ricardo's fix for sylprint script
1868
1869         * AUTHORS       
1870         * src/rfc2015.[ch]
1871         * src/prefs_common.[ch]
1872         * src/prefs_account.[ch]
1873         * src/compose.c
1874                 clean up account preference poison in rfc2015,
1875                 and preparation to fix double sign bug 
1876                 (patch submitted by Simon 'corecode' Schubert)
1877
1878 2002-01-07 [christoph]  0.6.6claws43
1879
1880         * src/mh.c
1881                 search for free message number, do not only rely
1882                 on last_num
1883         * src/send.c
1884                 fix smtp auth and use extra account information
1885                 if available, if not use pop3 data instead
1886                 (closes bug #500341)            
1887         * src/ssl.[ch]
1888                 match coding style
1889
1890 2002-01-06 [alfons]     0.6.6claws42
1891
1892         * src/mainwindow.c
1893                 try making the separate windows work again...
1894
1895 2002-01-06 [alfons]     0.6.6claws41
1896
1897         * src/mainwindow.c
1898                 adapt Hiro's separate window menu (to get rid of the funny
1899                 duplicate menu items), and make it work again
1900
1901 2002-01-06 [alfons]     0.6.6claws40
1902
1903         * tools/Makefile.am
1904         * tools/sylprint.rc
1905         * tools/sylprint.pl
1906         * tools/README.sylprint
1907                 add sylprint script for printing mails from Sylpheed
1908                 (contributed by Ricardo Mones Lastra)
1909
1910         * src/acount.c
1911                 clean up
1912
1913 2002-01-06 [melvin]     0.6.6claws39
1914
1915         * src/mainwindow.c
1916         * src/summaryview.c
1917                 Fixed crash introduced in 0.6.6claws38 by the menu
1918                 reorganisation (Hide read messages)
1919         
1920         * ChangeLog.claws 
1921                 Fixed typo (we are now in 2002, alfons ;) )
1922
1923 2002-01-05 [alfons]     0.6.6claws38
1924
1925         * sync with sylpheed 0.6.6cvs10-17
1926                 (last stuff marked as LAST_STABLE)
1927
1928 2002-01-04 [melvin]     0.6.6claws37
1929
1930         * src/account.c
1931                 Made account selection code use strcasestr again instead of
1932                 g_strcasecmp (fixes bug where reediting queued messages
1933                 did not select proper account reported by T. Link).
1934         
1935         * src/folderview.c
1936                 Fix bug where folder icons are not shown when 'hide read messages'
1937                 is on.
1938         
1939         * src/stock_pixmaps.[ch]
1940                 Added folder icons for 'hide read messages'.
1941         
1942         * src/compose.c
1943                 Fixed bug where 'Enter' in a header entry will send the message 
1944                 if 'CTL-Enter' was chosen as a shorcut for sendind. 
1945
1946 2002-01-03 [melvin]     0.6.6claws36
1947         
1948         * src/prefs.[ch]
1949                 Added popup menu for common preferences and
1950                 account preferences (right click on tab displays
1951                                 a menu of all tabs.)
1952
1953 2002-01-02 [melvin]     0.6.6claws35
1954
1955         * src/gtkspell.[ch]
1956                 Made spelling code compatible with undo/redo feature.
1957                 Added creation of suggestion mode menu for the general
1958                         preferences.
1959         
1960         * src/prefs_common.[ch]
1961                 Added option menu for the speller's suggestion mode.
1962                 Added missing spaces in "..." buttons and made a "..."
1963                         button non translatable!
1964         
1965         * src/compose.c
1966                 Made speller use the default suggestion mode.
1967                 Hack to make it possible to choose 'CTRL-Enter' as a
1968                         shortcut for sending (and only for sending).
1969
1970         * src/prefs_folder_item.c
1971                 Changing subject simplification does not update cache 
1972                         anymore (because it is unnecessary).
1973                 Fixed bug where changing subject simplification updated the 
1974                         summaryview even when the viewed folder is not the
1975                         folder which properties are being changed. (E.g. 
1976                                         viewing folder A and changing
1977                                         the subject simplification of 
1978                                         folder B -not being viewed- updated the 
1979                                         summaryview of folder A with data of
1980                                         folder B). (Hope this is clear... )
1981
1982 2001-12-31 [alfons]     0.6.6claws34
1983         
1984         * src/ldif.c
1985         * src/mutt.c
1986                 fgetc() returns a signed integer which doesn't
1987                 fit in a char. so c truncates this to a char
1988                 but we may lose significant bits. i.e. we may
1989                 comparing 0xFF which may not be equal to -1
1990                 unless properly casted to signed char which
1991                 we won't do because fgetc() returns a signed
1992                 integer which doesn't fit in a char. so c 
1993                 truncates this to a char but we may lose 
1994                 significat bits. (you got the idea, thanks
1995                 to Gustavo Noronha Silva <kov@debian.org>
1996                 and the Debian folks!)
1997
1998 2001-12-30 [alfons]     0.6.6claws33
1999
2000         * src/prefs_common.c
2001                 add #ifdef USE_PSPELLs that Melvin forgot               
2002
2003 2001-12-30 [melvin]     0.6.6claws32
2004         
2005         * src/prefs_common.[ch]
2006                 Added configurable color for misspelled words.
2007
2008         * src/gtkspell.[ch]
2009                 Fixed bug of foreground text color (reported by David
2010                                 Mehrmann)
2011                 Added configurable color for misspelled words.
2012
2013 2001-12-30 [alfons]     0.6.6claws31
2014
2015         * src/folder.c
2016                 remove unnecessary things someone put there
2017
2018         * src/mh.c
2019         * src/folder.[ch]
2020                 make folder properties (like threading and sorting) persistent
2021                 (closes bug #497424 "rescan folder tree resets proprieties")
2022                 currently this is only for MH folders. 
2023
2024 2001-12-29 [melvin]     0.6.6claws30
2025
2026         * src/string_match.[ch]
2027                 Optimized a bit: regexp pattern buffer compiled only once, and
2028                   one subroutine call removed. Fixed ^ regexp search: Now, 
2029                   "(^Re: )|(^Hello)" removes only "Re: " from "Re: Hello".
2030         
2031         * src/summaryview.c
2032                 Subject filtering changed to filter summary columns and
2033                   not directly the messages subject cache. The loss in 
2034                   performance is balanced by the improvement of string_match.
2035                 Added an alert panel if there is an error in the regexp.
2036
2037         * src/src/prefs_folder_item.h
2038                 Added a regexp pattern buffer.
2039
2040 2001-12-28 [alfons]     0.6.6claws29
2041
2042         * src/string_match.[ch]
2043                 clean up name space
2044                 allow compilation *BSD
2045
2046 2001-12-27 [alfons]     0.6.6claws28
2047
2048         * src/filter.c
2049                 sync the Hiro's bug fix for BSD
2050
2051 2001-12-27 [melvin]     0.6.6claws27
2052         
2053         * src/compose.c
2054                 Simplify focus to subject entry code.
2055
2056 2001-12-27 [darko]      0.6.6claws26
2057
2058         * src/filtering.c
2059         * src/mbox_folder.c
2060         * src/messageview.c
2061         * src/mh.c
2062         * src/procheader.[ch]
2063         * src/procmsg.h
2064         * src/stock_pixmap.[ch]
2065         * src/summaryview.c
2066                 Show key icon for encrypted mails in summary view
2067
2068         * src/pixmaps/clip.xpm
2069         * src/pixmaps/clipkey.xpm
2070         * src/pixmaps/key.xpm
2071                 New/modified icons for the above
2072
2073 2001-12-27 [melvin]     0.6.6claws25
2074
2075         * src/prefs_common.c
2076                 Put spell checker options in a separate tab to decrease
2077                 the Common Preferences window height.
2078
2079         * README.claws  
2080                 Update spell checker usage instruction about its options
2081                 location.
2082
2083 2001-12-27 [melvin]     0.6.6claws24
2084
2085         * src/compose.c
2086                 Changed subject entry widget position. Initial focus is
2087                 on the To header instead of the subject entry.
2088                 Creating a new header scrolls the header list to make the
2089                 created one visible. Nevertheless, when automatically filling
2090                 headers, the first one is shown.
2091                 A Tab key press in the last empty header entry zips the 
2092                 focus to the subject entry.
2093                 (I did not change the combo boxes, yet)
2094
2095 2001-12-26 [alfons]     0.6.6claws23
2096
2097         * src/prefs_account.c
2098         * src/inc.c
2099                 allow default inbox to reside in another mailbox (only
2100                 works for POP3 accounts)
2101
2102 2001-12-26 [alfons]     0.6.6claws22
2103         
2104         * src/textview.c
2105                 make reply-on-click work with the account of the selected folder
2106         * src/compose.c
2107                 put a fixme here to remind me to fix finding correct default
2108                 account for nested folders
2109
2110 2001-12-25 [alfons]     0.6.6claws21
2111
2112         * src/summaryview.c
2113                 make column headers display locked and mark pixmaps (idea by Melvin) 
2114                 fix bug by adding score and locked column type to sort array
2115
2116 2001-12-25 [alfons]     0.6.6claws20
2117         
2118         * src/summaryview.c
2119                 catch a *potentially* inadvertent write back of  
2120                 the message cache(s) introduced by 0.6.5claws37
2121
2122 2001-12-25 [christoph]  0.6.6claws19
2123
2124         * src/stock_pixmap.[ch]
2125         * src/summaryview.c
2126                 add ignore thread pixmap
2127                 (can someone draw a better icon for this?)
2128
2129 2001-12-24 [alfons]     0.6.6claws18
2130
2131         * src/prefs_folder_item.c
2132                 make address completion actually work for the
2133                 Default To address in the Folder Property dialog.
2134
2135 2001-12-24 [alfons]     0.6.6claws17
2136         
2137         * src/summaryview.c
2138                 use new style regexp for subject stripping 
2139                 (patch submitted by Thomas Link <t.link.tmp200101@gmx.net>)
2140
2141 2001-12-24 [darko]      0.6.6claws16
2142
2143         * src/pgptext.c
2144         * src/rfc2015.c
2145                 move GPG related informational messages to debug mode
2146
2147 2001-12-23 [alfons]     0.6.6claws15
2148
2149         * src/stock_pixmap.[ch]
2150         * src/summaryview.c
2151                 add the forgotten Claws' locked pixmap
2152
2153 2001-12-23 [alfons]     0.6.6claws14
2154
2155         * src/filesel.c
2156                 accept file name typed in entry in multi file
2157                 selector (patch submitted by Gustavo Noronha Silva 
2158                 <kov@debian.org>)
2159
2160 2001-12-23 [alfons]     0.6.6claws13
2161
2162         * src/prefs_filter.c
2163         * src/prefs_filtering.c
2164         * src/matcher.c
2165         * src/importmutt.c
2166                 clean up a little bit
2167         
2168         * src/string_match.c
2169                 validate input strings a little bit more
2170
2171 2001-12-23 [alfons]     0.6.6claws12
2172
2173         * src/Makefile.am
2174         * src/summaryview.c
2175         * src/string_match.[ch]         ** NEW **
2176         * src/folderview.[ch]
2177         * src/headerview.h
2178         * src/folder.[ch]
2179         * src/prefs_folder_item.[ch]
2180                 add subject simplification to strip out strings from
2181                 a subject line (esp. handy for mailing lists). 
2182                 (original patch by by Thomas Link <t.link.tmp200101@gmx.net>,
2183                 but slightly changed things for better integration.)
2184
2185 2001-12-23 [alfons]     0.6.6claws11
2186
2187         * src/mainwindow.c
2188                 fix bug introduced by submission included in 0.6.5claws52.
2189                 ideally this submission should clean the trash if any trash
2190                 folder has a message. however, the hasTrash variable was
2191                 set to false whenever a trash folder was empty (discarding
2192                 a previously found *filled* trash folder.)
2193
2194                 also edited the code a little bit and made it more safe.
2195
2196 2001-12-22 [alfons]     0.6.6claws10
2197
2198         * src/imap.c
2199                 quick fix for Martin Pool's omission of an account
2200                 specific SSL setting
2201
2202 2001-12-22 [alfons]     0.6.6claws9
2203
2204         * src/compose.c
2205         * src/messageview.c
2206         * src/mimeview.c
2207         * src/pgptext.c
2208         * src/procmime.[ch]
2209                 better support for multipart/digest (submitted
2210                 by Fredrik <e98fo@efd.lth.se>)
2211
2212 2001-12-22 [alfons]     0.6.6claws8
2213
2214         * src/addressbook.c
2215                 correct function signature
2216         * src/socket.[ch]
2217         * src/imap.[ch]
2218         * src/prefs_account.[ch]
2219                 allow IMAP over SSH tunnel (patch submitted by 
2220                 Martin Pool <mbp@samba.org>)
2221
2222 2001-12-21 [alfons]     0.6.6claws7
2223
2224         * sync with sylpheed 0.6.6cvs4-9
2225                 (may have forgotten something: LAST_STABLE is 0.6.6claws6)
2226
2227 2001-12-21 [christoph]  0.6.6claws6
2228
2229         * src/compose.c
2230         * src/prefs_folder_item.[ch]
2231                 implement saving of outgoing messages to current folder.
2232                 fix segfault when no default outbox is available
2233                 (closes bug #495683)
2234
2235 2001-12-21 [carsten]    0.6.6claws5
2236         * src/folderview.c
2237         * src/summaryview.c
2238                 pressing CTRL while DND does now the expected thing and
2239                 copies the mail (moving is still the default, as this
2240                 seam more appropriate for handling mails by DND)
2241
2242 2001-12-18 [paul]       0.6.6claws4
2243
2244         * sync with sylpheed 0.6.6cvs3
2245                 see ChangeLog entries 2001-12-18
2246
2247 2001-12-18 [hiro]       0.6.6claws3
2248
2249         * src/undo.c
2250                 fix for multibyte characters (obtain the number of letters
2251                 instead of bytes).
2252
2253 2001-12-17 [paul]       0.6.6claws2
2254
2255         * sync with sylpheed 0.6.6cvs1
2256                 see ChangeLog entry 2001-12-16
2257
2258 2000-12-17 [alfons]     0.6.6claws1
2259
2260         * src/filtering.c
2261                 clean up
2262
2263 2001-12-16 [paul]       0.6.6claws
2264 2001-12-15
2265
2266         * Release version 0.6.6claws, cvs tag: rel_0_6_6
2267
2268         * src/mimeview.c
2269                 last minute sync with main 0.6.6
2270
2271         * po/es.po
2272                 updated by Ricardo Mones Lastra
2273                 update for last minute sync
2274         * po/fr.po
2275         * po/nl.po
2276                 update for last minute sync
2277         * po/de.po
2278                 updated by Jens Oberender
2279         * po/pt_BR.po
2280                 updated by Fabio Junior Beneditto
2281
2282         * src/prefs_common.[ch]
2283         * src/undo.c
2284                 number of undo levels is user configurable
2285                 (squeeze it into the release in the dying
2286                 moments) Submitted by Jens Oberender    
2287
2288 2001-12-15 [melvin]
2289
2290         * po/fr.po
2291                 updated french translation
2292
2293 2001-12-15 [paul]       0.6.5claws92
2294
2295         * sync with sylpheed 0.6.5cvs28
2296                 see ChangeLog entry 2001-12-14 (src/prefs_account.c)
2297
2298         * po/nl.po
2299                 update to allow for sync
2300
2301 2001-12-15 [alfons]
2302         
2303         * po/nl.po
2304                 update dutch translation
2305
2306 2001-12-14 [carsten]    0.6.5claws91
2307         * src/summaryview.c
2308                 fixed bug #473785; also after changing the column order
2309                 the same message will be selected and displayed as before
2310                 the reordering
2311
2312 2001-12-14 [carsten]    0.6.5claws90
2313         * src/folderview.c
2314                 probably found the bug reported by wwb opening or closing
2315                 a folder tree just before dnd (found the solution in the
2316                 balsa source -- thanks to them)
2317
2318 2001-12-14 [carsten]    0.6.5claws89
2319         * src/gtkutils.c
2320         * src/account.c
2321                 moved gtk_clist_moveto to the right place, so that
2322                 only the accounts dialog is effected on opening
2323
2324 2001-12-14 [carsten]    0.6.5claws88
2325         * src/gtkutils.c
2326                 gtkut_clist_set_focus_row does a gtk_clist_moveto
2327                 now, so that the focused row will be seen in any case
2328                 (reported by wwp on sf-claws-user)
2329
2330 2001-12-14 [darko]      0.6.5claws87
2331
2332         * src/compose.c
2333                 remove unnecessary line
2334
2335 2001-12-14 [paul]       0.6.5claws86
2336
2337         * sync with sylpheed 0.6.5cvs27
2338                 see ChangeLog entries 2001-12-14
2339
2340 2001-12-14 [carsten]    0.6.5claws85
2341         * src/mainwindow.c
2342                 following a suggestion of Melvin the rcoabm pops up
2343                 right under the button now and the button is reliefed
2344                 while the popup is open
2345
2346 2001-12-14 [darko]      0.6.5claws84
2347
2348         * src/compose.c
2349                 fix crash when wrapping long lines if linewrap quotation
2350                 is disabled and wrapper encounters a word spanning more
2351                 than one line
2352
2353 2001-12-13 [paul]       0.6.5claws83
2354
2355         * src/compose.c
2356                 prefer 'Reply-To' header over mailing list header when
2357                 replying to a message. Finally prevent all those confirmation 
2358                 messages being sent to the list itself.
2359
2360         * src/summaryview.c
2361                 remove unused summary_set_menu_sensitive() entry
2362
2363 2001-12-13 [paul]       0.6.5claws82
2364
2365         * src/folderview.c
2366         * src/pixmaps/inbox-hrm.xpm     ** NEW FILE **
2367         * src/pixmaps/outbox-hrm.xpm    ** NEW FILE **
2368         * src/pixmaps/trash-hrm.xpm     ** NEW FILE **
2369                 improvements to 'Hide read messages': Inbox, Outbox,
2370                 Trash, Queue, and Draft icons now reveal presence of hidden 
2371                 messages
2372
2373 2001-12-12 [alfons]     0.6.5claws81
2374
2375         0.6.5claws80 was tagged as LAST_STABLE
2376
2377         * src/filtering.[ch]
2378         * src/matcher.[ch]
2379         * src/matcher_parser_lex.c
2380                 fix the filtering; my last attempt to get it right, 
2381                 if it does not work, it's Hoa's turn. ;-)
2382
2383                 for my honourable peers:
2384                 
2385                 the code now makes a clear distinction between
2386                 rules as they are displayed (probably escaped),
2387                 and as they are executed (probably unescaped). the
2388                 parser does *NOT* do any unescaping, this is
2389                 the task of the matcher.c (which breaks up a
2390                 rule into condition) and the filtering.c (which
2391                 breaks up the rule's action). to make this
2392                 run happily we provide an unescaped copy of
2393                 crucial strings to the MatcherProp and 
2394                 FilteringAction structures. note that the only
2395                 exception to this is any REGEXP string. those
2396                 are directly passed to regcomp() and regexp()
2397                 (who have much more powerful unescape functions).
2398                 
2399                 for everyone else:
2400         
2401                 you can escape tab (\t), carriage return (\r),
2402                 linefeed (\n), form feed (\f), quote (\"), 
2403                 single quote (\'), bell (\b) in all the entry
2404                 lines in the scoring & filtering dialogs.
2405                 as an added bonus this should not affect
2406                 existing filtering rules.
2407
2408 2001-12-12 [carsten]    0.6.5claws80
2409
2410         * src/summaryview.c
2411         * po/de.po
2412                 "item(s) selected" is now sensitive to 1 or more
2413                 than one selected (nice for language where simple
2414                 adding of a "s" is not possible as German (Eintrag
2415                 ->Eintr"age)
2416                 
2417                 the "forward as attachment" entry from the right
2418                 click menu removed, "forward" acts following the
2419                 prefs
2420         
2421         * src/textview.c
2422                 reverted my former changes; so compiler warning again
2423                 but there's more GTK_TEXT/GTK_STEXT mixing on other places
2424                 nevertheless
2425
2426         * src/messageview.c
2427                 "search in message" does now *not* only work in MVIEW_TEXT
2428                 messages, but also in a MIMEVIEW_TEXT part of MVIEW_MIME
2429                 message
2430
2431         * src/mainwindow.c
2432                 removed "/File/_Close" as it was the same as "/File/E_xit"
2433                 and we don't need it two times
2434
2435                 the separate folder view and message view now get a distinct
2436                 WMCLASS, just in case someone is using sawfish ;-)
2437
2438                 as the menu entries "/View/Message view" and "/View/Folder tree"
2439                 are only doing something when SEPARATE_MESSAGE or SEPARATE_FOLDER
2440                 make them sensitive accordingly and as these two are "shown"
2441                 after startup anytime check this menuitem at startup
2442
2443 2001-12-12 [paul]       0.6.5claws79
2444
2445         * src/folderview.c
2446                 fix sensitivity of 'Search folder...', broken in
2447                 0.6.5claws75
2448
2449         * src/mainwindow.c
2450                 fix dodgy English
2451
2452 2001-12-11 [carsten]    0.6.5claws78
2453         * src/filtering.c
2454                 fixed two typos returning a wrong FALSE/TRUE
2455         * src/mainwindow.[ch]
2456                 extra menu for email/news button removed
2457
2458 2001-12-11 [alfons]     0.6.5claws77
2459         
2460         * src/matcher.c                 (1.3)
2461         * src/matcher_parser_lex.l      (1.28)
2462                 revert for another attempt
2463                 mark 0.6.5claws77 as LAST_STABLE
2464
2465 2001-12-11 [christoph]  0.6.5claws76
2466
2467         * po/de.po
2468                 fixed wrong translation for prev. unread msg
2469
2470 2001-12-11 [paul]       0.6.5claws75
2471
2472         * src/folder.[ch]
2473         * src/folderview.c
2474         * src/mainwindow.c
2475         * src/summaryview.[ch]
2476         * src/pixmaps/dir-open-hrm.xpm  ** NEW FILE **
2477                 enable ability to hide read messages on per folder basis via 
2478                 '/Summary/Hide read messages'; when selected, a folder will 
2479                 have a red open folder icon, instead of a blue icon, if the 
2480                 folder contains hidden messges
2481                 submitted by Thomas Link <t.link.tmp200101.gmx.net> 
2482
2483         * src/mainwindow.c
2484                 remove '/Message/Forward as attachment' from 
2485                 main_window_set_menu_sensitive() to prevent debug warning
2486
2487         * src/folderview.c
2488         * src/mainwindow.c
2489                 Clean up some of the English
2490
2491         * tools/newscache_clean.pl
2492                 allow for new 'hidereadmsgs' entry in folderlist.xml
2493
2494         * po/es.po
2495                 updated translation, submitted by Ricardo Mones Lastra
2496
2497 2001-12-11 [paul]       0.6.5claws74
2498
2499         * sync with sylpheed 0.6.5cvs25
2500                 see ChangeLog entry 2001-12-11
2501
2502 2001-12-10 [alfons]     0.6.5claws73
2503
2504         * src/matcher.c
2505                 add more control characters
2506         * src/matcher_parser_lex.l
2507                 make escaping / unescaping work again
2508
2509 2001-12-10 [alfons]     0.6.5claws72
2510
2511         * src/imap.c
2512                 clean up warnings "returning value for void function" 
2513         * src/prefs_filtering.c
2514                 make info button for execute action sensitive
2515
2516 2001-12-10 [paul]       0.6.5claws71
2517
2518         * src/compose.c
2519         * src/imap.[ch]
2520         * src/summaryview.c
2521                 fix: imap server now gets informed of MARKED, UNMARKED
2522                 and REPLY events. Now people can use different IMAP-Mail
2523                 clients and have the exact same information about MARKED,
2524                 UNMARKED and REPLY status with all of them. Especially
2525                 useful for imap servers with a web-frontend.
2526                 submitted by Tobias Sandhaas <medlor@web.de>
2527
2528 2001-12-09 [melvin]     0.6.5claws70
2529         
2530         * src/textview.[ch]
2531                 fixed bug #490076 (hunted down by Alfons who implemented
2532                 a workaround in 0.6.5claws65)
2533
2534 2001-12-09 [christoph]  0.6.5claws69
2535
2536         * src/summaryview.c
2537                 set pointer to string in LOCKED column to NULL
2538                 (might fix bug #490800)
2539
2540 2001-12-09 [carsten]    0.6.5claws68
2541
2542         * po/de.po
2543                 resolved some cluttered menu shortcuts 
2544                 ('creating new email' and 'creating news message'
2545                 hade the same)
2546         * src/compose.c
2547                 wmclass now distinc from main window
2548         * src/mainwindow.c
2549           src/mainwindow.h
2550                 email/news and forward button functionality similar
2551                 to the reply buttons; removed the ugly dropdown arrows
2552                 and use instead the right mouse button
2553
2554 2001-12-09 [paul]       0.6.5claws67
2555
2556         * src/imap.c
2557         * src/utils.h
2558                 allow spaces in imap folder names
2559                 submitted by Willem van Engen <wvengen@stack.nl>
2560
2561 2001-12-09 [paul]       0.6.5claws66
2562
2563         * sync with sylpheed 0.6.5cvs24
2564                 see ChangeLog entry 2001-12-09
2565
2566 2001-12-08 [alfons]     0.6.5claws65
2567
2568         * src/textview.c
2569                 prevent secondary selection claim after "add to sender" dialog
2570                 popped up. this is because there's a GDK_BUTTON_RELEASE pending.
2571                 we trick GTK by simulating a click at (0, 0) in the textview.
2572
2573 2001-12-08 [hoa]        0.6.5claws64
2574
2575         * src/folder.c
2576                 fixed a bug about the .processing folder name while filtering
2577
2578 2001-12-08 [alfons]     0.6.5claws63
2579
2580         * src/folderview.c 
2581                 work around problem of not correctly updating folder stats
2582                 when deleting messages. there's some folder scanning evil
2583                 going so the folderview_update_msg_num() does not work
2584                 correctly. need to investigate this.
2585
2586 2001-12-08 [paul]       0.6.5claws62
2587
2588         * sync with sylpheed 0.6.5cvs23
2589                 see ChangeLog entry 2001-12-08
2590
2591 2001-12-07 [christoph]  0.6.5claws61
2592
2593         * src/compose.c
2594                 fix another header translation problem
2595
2596 2001-12-07 [alfons]     0.6.5claws60
2597
2598         * src/mbox.c
2599                 make filtering also work on local spool mbox
2600
2601 2001-12-07 [carsten]    0.6.5claws59
2602         * src/addressbook.c
2603                 addressbook window gets a wmclass distinct from the main
2604                 sylpheed window
2605         * src/compose.h
2606         * src/mainwindow.[ch]
2607                   forward menu item will use mode selected in prefs, forward 
2608                 as attatchment in menu removed (will be substituted in the
2609                 toolbar similar to reply buttons)
2610                   create news message menu entry and news button is now 
2611                 sensitive to the existance of a news account
2612         * src/pixmaps/stock_mail_reply_quote.xpm           ** REMOVED **
2613         * src/pixmaps/stock_mail_reply_to_all_quote.xpm    ** REMOVED **
2614         * src/pixmaps/stock_mail_reply_to_sender_quote.xpm ** REMOVED **
2615                 these are removed because the toolbar buttons don't show
2616                 the quoting modus any longer
2617
2618 2001-12-07 [paul]
2619
2620         * tools/newscache_clean.pl      ** NEW FILE **
2621                 perl script to do some tidying up in the newscache directory 
2622                 
2623         * tools/sylpheed-switcher       ** NEW FILE **
2624                 perl script to enable easy switching between main and claws
2625                 
2626         * tools/README
2627                 added descriptions of the two new perl scripts          
2628
2629
2630 2001-12-07 [melvin]     0.6.5claws58
2631
2632         * src/messageview.c
2633                 fixed a warning during compilation introduced in 0.6.5claws56
2634
2635 2001-12-07 [paul]       0.6.5claws57
2636
2637         * src/mainwindow.[ch]
2638         * src/menu.[ch]
2639                 further usability enhancements to replying with or without 
2640                 quoting via the toolbar, use of Ctrl key is replaced by 
2641                 drop down menu 
2642                 Submitted by Carsten Schurig            
2643
2644 2001-12-07 [melvin]     0.6.5claws56
2645
2646         * src/messageview.c
2647                 hack to fix bug that prevented to make/paste selections
2648                 after switching between MVIEW_TEXT and MVIEW_MIME views
2649                 without deselecting the selection first.
2650
2651 2001-12-06 [alfons]     0.6.5claws55
2652
2653         * src/filtering.[ch]
2654         * src/inc.c
2655                 revise filtering a little bit more, and make sure
2656                 messages are delivered to the appropriate inbox
2657                 (perhaps set per account)
2658
2659 2001-12-06 [paul]       0.6.5claws54
2660
2661         * sync with sylpheed 0.6.5cvs22
2662                 see ChangeLog entry 2001-12-06
2663
2664 2001-12-05 [alfons]     0.6.5claws53
2665
2666         * src/inc.c
2667         * src/folder.[ch]
2668         * src/procmsg.c
2669         * src/filtering.c
2670                 more revisions of filtering system
2671                 (last stable version is marked as LAST_STABLE)
2672                 
2673                 | NOTE 1): the filtering system now uses a local folder called
2674                 | .processing. if filtering fails, check this directory
2675                 | for missing messages.
2676                 |
2677                 | NOTE 2): help us find the filtering actions still missing
2678
2679 2001-12-05 [paul]       0.6.5claws52
2680
2681         * src/mainwindow.c
2682                 fix bug where 'Empty Trash?' pop-up window appears even
2683                 when Trash is empty, submitted by Jesse Skinner         
2684
2685 2001-12-05 [melvin]     0.6.5claws51
2686
2687         * src/compose.c
2688                 fixed bug #486106 to select correct account when reediting 
2689                 a queued message
2690         
2691 2001-12-04 [alfons]     0.6.5claws50
2692
2693         * src/mh.c
2694                 declare markfile in appropriate functions when
2695                 no fchmod() is found (thanks to Mark Heerdink <marc@koelkast.net>
2696                 for spotting this)
2697
2698 2001-12-04 [paul]       0.6.5claws49
2699
2700         * sync with sylpheed 0.6.5cvs21
2701                 see ChangeLog entry 2001-12-04
2702
2703 2001-12-03 [christoph]  0.6.5claws48
2704
2705         * po/de.po
2706                 changed translation of undo
2707         * src/account.c
2708         * src/folder.c
2709                 don't reinvent the wheel to traverse a GNode
2710         * src/compose.[ch]
2711                 seperate code to create the compose gui into functions
2712                 add "Others" page with folder selection for saving copy
2713                 of the message.
2714                 the folder identifier is saved to queue header
2715         * src/procmsg.c
2716                 save message to folder in queue header
2717
2718 2001-12-03 [paul]       0.6.5claws47
2719
2720         * sync with sylpheed 0.6.5cvs20
2721                 see ChangeLog entry 2001-12-03
2722
2723 2001-12-01 [paul]
2724
2725         * more sync with sylpheed 0.6.5cvs19
2726                 see ChangeLog entry 2001-11-29
2727
2728 2001-11-30 [paul]       0.6.5claws46
2729         
2730         * src/compose.c
2731                 remove conflicts introduced by Hoa's last commit
2732          
2733         * src/mainwindow.c
2734                 make 'Message/Bounce' sensitive
2735
2736 2001-11-30 [hoa]        0.6.5claws45
2737
2738         * src/compose.c
2739                 slightly change bounce function to add
2740                 information about the user that bounced the mail
2741                 in the From header line.
2742
2743         * src/folderview.c
2744                 permit the use of processing in outbox folder.
2745
2746 2001-11-29 [paul]       0.6.5claws44
2747
2748         * src/mainwindow.[ch]
2749         * src/prefs_common.c
2750         * src/pixmaps/stock_mail_reply_quote.xpm            ** NEW FILE **
2751         * src/pixmaps/stock_mail_reply_to_all_quote.xpm     ** NEW FILE **
2752         * src/pixmaps/stock_mail_reply_to_author_quote.xpm  ** NEW FILE **
2753                 usability enhancements to the quoting, implements
2754                 use of Ctrl key to toggle quoting settings
2755                 Submitted by Carsten Schurig <Carsten.Schurig@web.de>
2756
2757 2001-11-29 [paul]       0.6.5claws43
2758         
2759         * sync with sylpheed 0.6.5cvs19
2760                 see ChangeLog entry 2001-11-28
2761
2762 2001-11-29 [melvin]     0.6.5claws42
2763         * src/Makefile.am
2764                 added enriched.[ch] to the list of files
2765
2766         * src/textview.c
2767         * src/mimeview.c
2768         * src/procmime.[ch]
2769         * src/enriched.[ch]
2770                 added support to view text/enriched
2771                 added support to show headers in message view for text/enriched and text/html
2772                         in non multipart messages
2773
2774 2001-11-28 [paul]       0.6.5claws41
2775
2776         * more sync with sylpheed 0.6.5cvs18
2777                 see ChangeLog entry 2001-11-27 (src/prefs_common.c)
2778
2779 2001-11-27 [paul]       0.6.5claws40
2780         
2781         * po/pt_BR.po
2782                 updated translation, submitted by Fabio Junior Beneditto
2783                 
2784         * sync with sylpheed 0.6.5cvs18
2785                 see ChangeLog entries 2001-11-26 (src/textview.c) and
2786                 2001-11-27
2787
2788
2789 2001-11-26 [paul]
2790
2791         * po/es.po
2792                 updated translation, submitted by Ricardo Mones Lastra
2793
2794 2001-11-26 [alfons]
2795
2796         * src/matcher.c
2797                 add more translatable strings
2798
2799 2001-11-26 [christoph]  0.6.5claws39
2800
2801         * po/de.po      
2802                 fixed one more umlaut
2803         * src/compose.c
2804                 fix translated header when it should not be translated
2805
2806 2001-11-26 [paul]       0.6.5claws38
2807
2808         * src/mainwindow.c
2809                 remove '/Message/Add Sender to address book' from 
2810                 main_window_set_menu_sensitive(), prevent debug warning
2811                 add 'Message/Mark/Mark all read' to mainwin_entries[]
2812
2813 2001-11-26 [paul]       0.6.5claws37
2814
2815         * src/summaryview.c
2816                 fix 'recurring unread state' bug 
2817
2818         * tools/README 
2819         * tools/filter_conv.pl
2820                 read name of top level mailbox from folderlist.xml
2821                 and presume nothing about its name              
2822
2823 2001-11-26 [darko]      0.6.5claws36
2824
2825         * src/gtkstext.[ch]
2826                 removed functions that are now in gtkutils.c
2827                 use gtkut_text_is_uri_string() from gtkutils.c
2828         * fix my comment on 2001-11-23 (missing gtkutils.[ch])
2829
2830 2001-11-26 [paul]       0.6.5claws35
2831
2832         * sync with sylpheed 0.6.5cvs16
2833                 see ChangeLog entries 2001-11-25 and 2001-11-26
2834
2835 2001-11-25 [alfons]     0.6.5claws34
2836
2837         EXPERIMENTAL!!! Please checkout the last stable version using: 
2838           
2839         % cvs update -r LAST_STABLE -dRAP
2840
2841         (Or help us testing this stuff.)
2842
2843         * src/filtering.c               (1.14)
2844         * src/filtering.h               (1.6)
2845         * src/inc.c                     (1.28)
2846         * src/matcher.c                 (1.20)
2847         * src/mbox.c                    (1.9)
2848         * src/procmsg.h                 (1.14)
2849         * src/summaryview.c             (1.59)
2850         * src/summaryview.h             (dunno)
2851                 revert/merge/sync to as it was before commit 
2852                 on Thu, 19 Jul 2001 10:15:51 -0700.
2853
2854 2001-11-25 [hoa]        0.6.5claws33
2855
2856         * src/main.c
2857                 processing mails at startup
2858
2859         * src/folderview.c
2860         * src/summaryview.[ch]
2861                 processing mails when entering folder
2862
2863         * src/prefs_filtering.c
2864                 fixed some UI bugs
2865
2866 2001-11-24 [alfons]     0.6.5claws32
2867
2868         * src/summaryview.[ch]
2869                 make summary sort headers work, and also make
2870                 sure the sort type is stored
2871
2872 2001-11-23 [alfons]     0.6.5claws31
2873
2874         * src/summaryview.[ch]
2875                 make lock work like mark
2876                 disallow deleting messages marked as locked
2877
2878 2001-11-23 [alfons]     0.6.5claws30
2879
2880         * src/gtkstext.c
2881         * src/compose.[ch]
2882         * src/Makefile.am
2883         * src/undo.[ch]
2884                 merge undo patch submitted by Jens
2885
2886 2001-11-23 [christoph]  0.6.5claws29
2887
2888         * src/.cvsignore
2889                 added ylwrap
2890         * src/compose.c
2891                 fixed gpg signing and encoding
2892         * src/folder.[ch]
2893         * src/main.c
2894                 added --status option to get new, unread and total
2895                 message count from a running sylpheed
2896         * src/prefs_common.c
2897                 temporary fix for reply_with_quote problem
2898                 (don't call functions for non existing widget)
2899         * src/procmsg.c
2900                 one more check for ignored threads but still not
2901                 always working correctly. probably a recursive
2902                 check for all parents is needed
2903
2904 2001-11-23 [darko]      0.6.5claws28
2905
2906         * src/compose.c
2907                 wrapping on send improvements
2908         * src/gtkutils.[ch]
2909                 fix for GtkSText after last sync with main branch
2910                 GTK_TEXT -> GTK_STEXT
2911
2912 2001-11-23 [paul]       0.6.5claws27
2913
2914         * sync with sylpheed 0.6.5cvs14
2915                 see ChangeLog entries 2001-11-22 and 2001-11-23
2916                 
2917         * po/de.po
2918                 fixed the scrambled umlauts 
2919                 submitted by Carsten Schurig <Carsten.Schurig@web.de>
2920
2921 2001-11-21 [paul]       0.6.5claws26
2922
2923         * sync with sylpheed 0.6.5cvs12
2924                 see 2nd ChangeLog entry dated 2001-11-20
2925
2926 2001-11-20 [paul]       0.6.5claws25
2927
2928         * sync with sylpheed 0.6.5cvs11
2929                 see ChangeLog entry 2001-11-19 (src/utils.c)
2930
2931 2001-11-20 [hiro]
2932
2933         * src/compose.c
2934                 GTK_TEXT -> GTK_STEXT
2935                 fix for wrong comment
2936
2937 2001-11-20 [hiro]       0.6.5claws24
2938
2939         * src/compose.[ch]
2940                 more merges from main branch
2941                 removed fatal warnings (uninitialized variables etc.)
2942                 some coding style fix
2943         * src/gtkutils.h
2944                 fixed typo.
2945         * src/addressbook.c
2946           src/addrindex.c
2947                 V-Card -> vCard
2948
2949 2001-11-19 [hoa]        0.6.5claws23
2950
2951         * src/filtering.c
2952         * src/prefs_scoring.c
2953         * src/matcher.[ch]
2954         * src/scoring.c
2955                 cleaning code
2956
2957         * src/matcher_parser_parse.y
2958         * src/prefs_filtering.c
2959                 bouncing
2960
2961 2001-11-19 [alfons]     0.6.5claws22
2962
2963         more of my old things into claws
2964
2965         * src/Makefile.am
2966         * src/prefs_common.c
2967         * src/procmsg.h
2968         * src/summaryview.[ch]
2969         * src/prefs_summary_column.c
2970         * src/pixmaps/locked.xpm
2971                 add indicators for locking of message in summary view
2972                 (does not work yet, only visual indicator)
2973
2974 2001-11-19 [paul]       0.6.5claws21
2975
2976         * sync with sylpheed 0.6.5cvs10
2977                 see ChangeLog entry 2001-11-19
2978
2979 2001-11-18 [alfons]     0.6.5claws20
2980         
2981         * src/filtering.c
2982                 remove an inadvertent free I forgot in previous clean up 
2983
2984 2001-11-18 [alfons]     0.6.5claws19
2985
2986         * src/filtering.[ch]
2987                 clean up & plug leaks
2988
2989 2001-11-18 [paul]       0.6.5claws18
2990
2991         * sync with sylpheed 0.6.5cvs9
2992                 see ChangeLog entries 2001-11-17 and 2001-11-18
2993
2994 2001-11-16 [paul]       0.6.5claws17
2995
2996         * sync with sylpheed 0.6.5cvs8
2997                 see ChangeLog entry 2001-11-16, src/grouplistdialog.c
2998
2999 2001-11-16 [paul]       0.6.5claws16
3000
3001         * sync with sylpheed 0.6.5cvs7
3002                 see ChangeLog entries 2001-11-15 and 2001-11-16
3003
3004 2001-11-15 [hoa]        0.6.5claws15
3005
3006         * src/compose.c
3007                 fix bounce, mails we received couln't be bounced to ourself.
3008
3009         * src/defs.h
3010         * src/filtering.[ch]
3011         * src/matcher.[ch]
3012         * src/matcher_parser.h
3013         * src/matcher_parser_lex.l
3014         * src/matcher_parser_parse.y
3015         * src/inc.c
3016         * src/main.c
3017         * src/mbox.c
3018         * src/prefs_filtering.[ch]
3019         * src/mainwindow.c
3020         * src/prefs_matcher.c
3021         * src/prefs_scoring.c
3022         * src/scoring.[ch]
3023         * src/summaryview.c
3024                 new matcher/filter/score configuration file parser
3025                 one unique configuration file => ~/.sylpheed/matcherrc
3026                 import in currently automatic, then save are made
3027                 in this new file.
3028                 one filter per folder and one global filter
3029                 (filter of a folder will be used as folder processing)
3030
3031         * src/folder.c
3032                 fix a bug in folder_item_get_identifier
3033                 
3034         * src/messageview.c
3035                 receive receipt return are fixed.
3036
3037 2001-11-14 [alfons]     0.6.5claws14
3038
3039         * src/session.h
3040                 add things from main branch to make claws compile
3041
3042 2001-11-14 [paul]       0.6.5claws13
3043
3044         * merge with SYNC-B4-REL and sync with sylpheed 0.6.5cvs5
3045                 see ChangeLog entries 2001-11-08 to 2001-11-14
3046
3047 2001-11-14 [hoa] 0.6.5claws12
3048
3049         * src/compose.[ch]
3050         * src/mainwindow.c
3051         * src/summaryview.c
3052                 add "bounce mail" option
3053
3054 2001-11-13 [christoph]  0.6.5claws11
3055
3056         * src/compose.c
3057                 Cleanup a mess i add before commiting
3058
3059 2001-11-13 [hoa]        0.6.5claws10
3060
3061         * src/compose.c
3062                 some fixes when mail are sent or
3063                 for crossposts
3064
3065 2001-11-13 [christoph]  0.6.5claws9
3066
3067         * po/de.po
3068                 Changed two string with the same translation
3069         * src/compose.c
3070         * src/procmsg.[ch]
3071         * src/send.[ch]
3072                 New mailsending process:
3073                   - Always queue message before sending
3074                     (message will be saved if sylpheed crashed or
3075                      freezes while sending)
3076                   - Allow queuing of newspostings
3077                   - No copy in outbox before sending
3078                     (closes bug #469501)
3079                   - No more redundant code for send and send_later
3080         * src/summaryview.c
3081                 Applied wwp <subscript@free.fr>'s patch that fixes
3082                 marks for multiple forwarded messages (+compose.c)
3083
3084 2001-11-12 [alfons]
3085
3086         * README.claws
3087                 remove things that are now in main branch
3088         
3089         * po/nl.po
3090                 update Dutch translation
3091
3092 2001-11-12 [mhadasht]   0.6.5.claws8
3093
3094         * src/prefs_common.c
3095                 re-enabled account autoselection feature for forward
3096                 and reedit lost during the branch point for SYNC-B4-REL
3097         * src/gtkspell.c
3098                 gtkpspell_get_dict(): more readable code (even if function is
3099                 not used yet)
3100         * ChangeLog.claws
3101                 added version number info to 2001-11-12 [hiro] comment.
3102
3103 2001-11-12 [hiro]       0.6.5.claws7
3104
3105         * src/compose.c
3106                 compose_forward(): fixed a bug that forward quote mark
3107                 wasn't used.
3108                 removed unnecessary code.
3109         * src/template_select.[ch]: removed.
3110
3111 2001-11-11 [alfons]
3112
3113         * src/compose.c
3114                 :%s/GTK_TEXT/GTK_STEXT/g
3115         
3116         * src/compose.[ch]
3117         * src/undo.[ch]
3118         * src/Makefile.am
3119                 revert the undo stuff (this is 0.6.6claws stuff)
3120
3121 2001-11-11 [hoa]        0.6.5.claws6
3122
3123         * src/compose.[ch]
3124                 Insert signature at the end of the text.
3125                 Added undo patch but currently disabled
3126
3127         * src/procmsg.c
3128                 Threading by subject improved.
3129
3130         * added src/undo.[ch]
3131                 Undo module for compose dialog box.
3132
3133 2001-11-11 [alfons]     0.6.5.claws5
3134
3135         * src/procmsg.c
3136                 prevent threading by subject on nodes that have already been
3137                 threaded by in-reply-to (as in "circular references in a tree
3138                 result in a dead branch")
3139
3140 2001-11-09 [hoa]        0.6.5.claws4
3141         
3142         * src/folderview.c
3143                 allows creation of mbox folder item from any files.
3144
3145 2001-11-09 [alfons]     0.6.5.claws3
3146         
3147         * src/utils.c
3148         * src/procmsg.c
3149                 do what I mean and correct threading by subject so it really
3150                 ignores attracting lines without "Re: "
3151
3152 2001-11-07 [alfons]     0.6.5.claws2
3153
3154         * src/procmsg.c
3155         * src/utils.[ch]
3156                 only attract by subject if a subject line starts with a "Re: "
3157         * src/syldap.c
3158                 remove warning
3159
3160 2001-11-07 [paul]       0.6.5claws1
3161
3162         * sync with sylpheed 0.6.5. release
3163                 see ChangeLog entry 2001-11-07
3164
3165 2001-11-07 [paul]       0.6.4claws31
3166
3167         * sync with sylpheed 0.6.4cvs18
3168                 see ChangeLog entries 2001-10-30 to 2001-11-07
3169                 prefs_templates.[ch] renamed prefs_template.[ch]
3170
3171 2001-11-06 [alfons]
3172         
3173         * src/utils.h
3174                 add semicolon Hoa forgot ;-)
3175                 
3176
3177 2001-11-06 [hoa]        0.6.4claws30
3178         
3179         * src/procmsg.c
3180         * src/summaryview.c
3181         * src/utils.c
3182         * src/utils.h
3183                 threading by subject - empty subject are ignored
3184
3185 2001-11-06 [christoph]  0.6.4claws29
3186
3187         * src/socket.c
3188                 use SSL_peek for sock_gets
3189         * src/utils.c
3190                 removed unneeded pointer in extracting quoted
3191                 names implementation
3192
3193 2001-11-06 [melvin]     0.6.4claws28
3194
3195         * src/gtkspell.c
3196                 fixed bug #476792 Selection overtyping with spell checker
3197                 fixed bug which could cause a buffer overflow
3198                 fixed a memory leak
3199
3200 2001-11-06 [hoa]        0.6.4claws27
3201         
3202         * src/procmsg.c
3203         * src/summaryview.c
3204                 threading by subject
3205
3206 2001-11-05 [alfons]     0.6.4claws26
3207         
3208         * README.claws
3209                 Claws -> Sylpheed (vice versa)
3210
3211         * src/compose.c
3212                 :%s/gtk_text/gtk_stext/g
3213                 :%s/GTK_TEXT/GTK_STEXT/g
3214                 (thanks to Jonathan Ware for spotting this)
3215
3216 2001-11-04 [christoph]  0.6.4claws25
3217
3218         * src/summaryview.c
3219                 replace Xalloca + strdup with Xstrdup_a
3220         * src/utils.c
3221                 better implementation of extracting quoted names
3222                 from addresses (remove backlashes and ignore
3223                 quotes after them)
3224
3225 2001-11-04 [alfons]     0.6.4claws24
3226
3227         * src/utils.[ch]
3228                 edit to comply more with coding style
3229
3230         * src/textview.c
3231                 fix bug reported by Kim Schulz. introduced by the patch integrated
3232                 in 0.6.4claws15. the code did not check the return value of
3233                 the html parser.
3234
3235         * AUTHORS
3236                 add Jonathan Ware and close "[ #475955 ] Enhanced Mailto Patch"
3237
3238 2001-11-04 [christoph]  0.6.4claws23
3239
3240         * src/main.c
3241         * src/prefs_common.[ch]
3242                 init some pointers that possibly caused a segfault
3243                 reported in the claws-users ML
3244
3245 2001-11-04 [hoa]        0.6.4claws22
3246
3247         * src/grouplistdialog.c
3248                 change the names of the nodes in the tree
3249
3250         * src/compose.c
3251                 enhanced mailto syntax as described in
3252                 http://developer.netscape.com/viewsource/husted_mailto/mailto.html
3253                 (thanks to Jonathan Ware <jonathan_ware@gmx.co.uk>)
3254
3255         * src/utils.c
3256                 encode and decode URI (useful when opening URL into
3257                 netscape).
3258
3259 2001-11-03 [hoa]        0.6.4claws21
3260
3261         * src/grouplistdialog.c
3262                 a new newsgroups list selection dialog box
3263                 with a CTree instead of a CList
3264
3265 2001-11-03 [hoa]        0.6.4claws20
3266
3267         * src/folderview.c
3268                 enable property and scoring options when right
3269                 click on "inbox"
3270
3271         * src/summaryview.c
3272                 fixed bug when nickname were displayed using
3273                 the address book.
3274
3275 2001-11-02 [darko]      0.6.4claws19
3276
3277         * src/compose.c
3278                 new wrap quotation and URL/long words wrapping implementation
3279         * src/compose.c src/gtkstext.[ch]
3280                 move gtkstext_strncmp() to gtkstext.c
3281
3282 2001-11-01 [christoph]  0.6.4claws18
3283
3284         * src/prefs_account.c
3285                 fixed mess in account settings dialog
3286         * src/prefs_folder_item.c
3287                 added label with folder path to dialog
3288
3289 2001-10-31 [match]      0.6.4claws17
3290
3291         * src/vcard.c
3292                 fix memory leak.
3293         * src/addrbook.c
3294                 fix generation of spurious address book file names.
3295                 remove redundant functions.
3296         * po/POTFILES.in
3297                 added missing file names.
3298
3299 2001-10-30 [paul]       0.6.4claws16
3300
3301         * sync with sylpheed 0.6.4cvs6
3302                 see ChangeLog entries 2001-10-26 to 2001-10-30
3303
3304         * tools/filter_conv.pl
3305                 read folderlist.xml to discover whether the top-level
3306                 folder is called 'Mailbox' or 'Mail' 
3307
3308 2001-10-29 [paul]       0.6.4claws15
3309
3310         * src/html.c, src/textview.c
3311                 activate links in html mail and fix clickable parts
3312                 Submitted by Matthieu Dazy <dazy@t-surf.com>
3313
3314 2001-10-29 [paul]
3315
3316         * po/de.po, po/es.po, po/pt_BR/po
3317                 updated translations, submitted by Jens Oberender,
3318                 Ricardo Mones Lastra, and Fabio Junior Beneditto
3319
3320 2001-10-29 [darko]      0.6.4claws14
3321
3322         * src/compose.c
3323                 fix wrapping for good
3324
3325 2001-10-29 [darko]
3326
3327         * src/compose.c
3328                 undo previous change as it broke the smart wrapping
3329
3330 2001-10-29 [darko]      0.6.4claws13
3331
3332         * src/compose.c
3333                 fix infinite loop when long URL is quoted
3334                 (closes bug #475122.
3335
3336 2001-10-28 [match]
3337
3338         * src/mutt.[ch] src/importmutt.[ch] src/mgutils.[ch] src/addressbook.c src/Makefile.am
3339                 import Mutt address book
3340         * src/ldif.[ch] src/importldif.h
3341                 modified import LDIF handle user attributes
3342
3343 2001-10-28 [christoph]  0.6.4claws12
3344
3345         * src/summaryview.c
3346                 fixed that filtering did not work if there
3347                 were no filter rules
3348                 (closes bug #472003 and better implementation
3349                  of patch #474644)
3350
3351 2001-10-27 [christoph]  0.6.4claws11
3352
3353         * src/compose.c
3354                 make the folder's default account to be used when
3355                 replying. (patch by wwp <subscript@free.fr>)
3356         * src/compose.c
3357                 code cleanup, nearly killed all of wwp's patch
3358                 for folder's default account in compose
3359         * src/folderview.c
3360                 error panel when a folder could not be created
3361                 (closes bug #471080 new folder name & already
3362                  existing file)
3363
3364 2001-10-26 [alfons]
3365
3366         * src/utils.h
3367                 change prototype of strstr2() that Christoph forgot about
3368
3369 2001-10-26 [christoph]  0.6.4claws10
3370
3371         * src/account.c
3372                 made search for accounts by email address not case
3373                 sensitive
3374         * src/folder.c
3375                 fixed memory leak in folder_item_get_identifier
3376         * src/gtkspell.c
3377         * src/utils.c
3378                 fixed wrong strstr2 (should work like strstr)
3379
3380 2001-10-26 [darko]      0.6.4claws9
3381
3382         * src/compose.c src/gtkstext.[ch]
3383         * src/gtkstext.c
3384                 move is_url_string() and gtkstext_str_strcmp() to gtkstext.c
3385
3386 2001-10-26 [paul]       0.6.4claws8
3387
3388         * src/html.c
3389                 ignore css and javascript tags in html mail
3390                 case-insensitive, with or without double-quoted
3391                 strings
3392
3393 2001-10-26 [paul]       0.6.4claws7
3394
3395         * sync with sylpheed 0.6.4cvs1
3396                 see ChangeLog entry 2001-10-26
3397
3398         * src/prefs_account.c, src/prefs_common.c,
3399           src/prefs_summary_column.c
3400                 minor improvements to the English
3401
3402 2001-10-25 [alfons]     0.6.4claws6
3403
3404         * src/gtkstext.c
3405         
3406                 make GtkSText follow style of GtkText (closes bug 
3407                 #469211 "text selection while writing message")
3408                 
3409                 do sync with GTK 1.2.10
3410
3411 2001-10-25 [paul]       0.6.4claws5
3412
3413         * src/html.c
3414                 ignore css tags in html mail
3415
3416 2001-10-25 [darko]      0.6.4claws4
3417
3418         * src/compose.c
3419                 don't declare is_url_string as static function since
3420                 we need it in gtkstext.c
3421         * src/gtkstext.c
3422                 remove unused variable
3423                 don't wrap long URLs while composing a message
3424
3425 2001-10-24 [christoph]  0.6.4claws3
3426
3427         * src/socket.c
3428                 fix ssl deadlock, when peer closes connection
3429
3430 2001-10-24 [paul]       0.6.4claws2
3431
3432         * src/prefs_common.c
3433                 gettextize the gpg ascii-armored warning message
3434
3435         * src/compose.c
3436                 insert a DOS/MAC file into the composed message
3437                 (improvements)
3438
3439         * Both submitted by Thierry Godefroy <godefroy@imaginet.fr>
3440
3441 2001-10-22 [paul]       0.6.4claws1
3442
3443         * sync with sylpheed 0.6.4 release
3444                 see ChangeLog entries 2001-10-21
3445
3446         * po/fr.po, po/pt_BR.po
3447                 updated by Melvin Hadasht and Fabio Junior Beneditto
3448
3449 2001-10-21 [paul]       0.6.3claws30
3450
3451         * src/compose.c
3452                 insert a DOS text file from the compose window
3453                 into the composed message text (removes CRs characters)
3454                 Submitted by Thierry Godefroy <godefroy@imaginet.fr>
3455
3456         * tools/filter_conv.pl, tools/README
3457                 automatically use ~/.sylpheed as working directory
3458                 print out confirmation message on completion
3459
3460         * correct Hoa's last ChangeLog.claws entry
3461
3462 2001-10-20 [hoa]        0.6.3claws29
3463
3464         * src/grouplistdialog.c
3465                 bugfix (another ?) to give the right
3466                 newsgroups list for each news server.
3467
3468         * src/news.c
3469         * src/news.h
3470                 improve the newsgroups list cache
3471
3472 2001-10-20 [paul]       0.6.3claws28
3473
3474         * sync with sylpheed 0.6.3cvs9
3475                 see ChangeLog entry 2001-10-19
3476
3477         * correct Alfons' last ChangeLog.claws entry
3478
3479 2001-10-19 [alfons]
3480
3481         * src/pgptext.[ch]
3482                 fix compilation problems (part of bug #472895)
3483
3484 2001-10-18 [hoa]        0.6.3claws27
3485
3486         * src/grouplistdialog.c
3487                 bugfix when we refresh was clicked (bug 472701)
3488
3489 2001-10-19 [christoph]  0.6.3claws26
3490
3491         * src/compose.c
3492                 last header entry should default to "To:" or
3493                 "Newsgroups:" and not copy the last entry line
3494                 in a new compose window
3495                 (closes bug #472686, #470792)
3496
3497 2001-10-19 [paul]       0.6.3claws25
3498
3499         * sync with Sylpheed 0.6.3cvs8
3500                 see ChangeLog entries 2001-10-18 and 2001-10-19
3501
3502 2001-10-18 [christoph]  0.6.3claws24
3503
3504         * src/procmsg.c
3505                 reimplement ignore thread
3506         
3507 2001-10-18 [hoa]        0.6.3claws23
3508
3509         * src/folderview.c
3510         * src/grouplistdialog.[ch]
3511                 enhanced news subscription interface (feature 469113)
3512
3513         * src/news.c
3514         * src/news.h
3515                 enchanced newsgroup listing,
3516                 now, we can get groups informations
3517                 (NNTPGroupInfo)
3518
3519 2001-10-18 [paul]       0.6.3claws22
3520
3521         * src/summaryview.c
3522                 remove comment (sync with main branch)
3523         * src/mainwindow.c
3524                 fix 'Re-edit' bug in 'Message' menu
3525
3526 2001-10-17 [christoph]  0.6.3claws21
3527
3528         * src/compose.c
3529                 ignore empty or whitespace only header lines
3530
3531 2001-10-17 [paul]       0.6.3claws20
3532
3533         * sync with sylpheed 0.6.3cvs7
3534                 see ChangeLog entries 2001-10-14, 2001-10-16, and
3535                 2001-10-17
3536
3537 2001-10-17 [darko]
3538
3539         * src/compose.c
3540                 wrap long lines without spaces
3541                 don't wrap URLs
3542
3543 2001-10-16 [paul]
3544
3545         * po/es.po, po/nl.po, po/pt_BR.po
3546                 updated by Ricardo Mones Lastra, Alfons,
3547                 and Fabio Junior Beneditto
3548
3549         * sylpheed-0.6.3claws released
3550
3551 2001-10-15 [melvin] 0.6.3claws18
3552
3553         * README.claws
3554                 added summary and detailed installation instructions
3555                 for spell checker
3556         * po/fr.po
3557                 Updated, corrected and completed french translation
3558
3559 2001-10-15 [hoa] 0.6.3claws17
3560         * src/grouplistdialog.c
3561                 we can choose the newsgroups to display with wildcards
3562
3563 2001-10-15 [christoph]  0.6.3claws16
3564
3565         * src/account.c
3566         * src/compose.c
3567         * src/prefs_folder_item.[ch]
3568                 applied wwp <subscript@free.fr>'s folder
3569                 default account patch
3570         * po/de.po
3571                 Fixed wrong translation
3572
3573 2001-10-13 [alfons, christoph, melvin]  
3574                         0.6.3claws15
3575
3576         solution #2 to solve MT-safety problems defers all GUI related calls
3577         to the main thread using a gtk_idle_add() callback. discussed on
3578         ircnet #sylpheed, with christoph spotting some issues with the
3579         original code, and melvin allowing us to lobotomize his sylpheed.
3580
3581         * src/syldap.[ch], src/main.c
3582                 fix race problem in ldap search thread by deferring GUI 
3583                 stuff to main thread using gtk_idle_add()
3584
3585 2001-10-13 [paul]       0.6.3claws14
3586
3587         * src/prefs_account.[ch], src/send.c, src/smtp.[ch]
3588                 add Sergey's smtpcred.patch
3589                 adds separate username/password setting for SMTP Auth
3590                 needed by some servers
3591                 (closes feature request #471659)
3592
3593 2001-10-13 [paul]       0.6.3claws13
3594
3595         * src/pgptext.[ch] **NEW FILES**
3596         * src/Makefile.am, src/messageview.c, src/mimeview.c
3597                 decrypt ascii-armored gpg text embedded in
3598                 the message body.
3599                 Submitted by Jens Jahnke <jan0sch@gmx.net>
3600
3601 2001-10-13 [christoph]  0.6.3claws12
3602
3603         * README.claws
3604                 some more details on default to and
3605                 feature requests
3606         * src/main.c
3607                 init glib threading when ldap is used
3608         * src/syldap.c
3609                 threading fixes
3610         * po/de.po
3611                 fixed a typo
3612
3613 2001-10-12 [paul]       0.6.3claws11
3614
3615         * src/prefs_common.[ch], src/rfc2015.c
3616                 enable ascii-armored gpg text to be embedded in the
3617                 message body, selectable through the 'Privacy'
3618                 preferences. Supports encrypting only.
3619                 Submitted by Ravemax <ravemax@dextrose.com>
3620
3621 2001-10-12 [paul]       0.6.3claws10
3622
3623         * sync with sylpheed 0.6.3cvs6
3624                 see ChangeLog entries 2001-10-11 and 2001-11-12
3625
3626         * src/folderview.c
3627                 incorporated mbox folders, scoring, and folder
3628                 properties into the sync
3629
3630 2001-10-12 [darko]      0.6.3claws9
3631
3632         * README.claws
3633                 describe quotation wrapping
3634         * src/compose.c
3635                 don't treat tab as space to calculate line length properly
3636
3637 2001-10-11 [alfons]
3638
3639         * README.claws
3640                 correct description of how to make new filtering system work,
3641                 add some other things
3642                 
3643         * src/syldap.c
3644                 remove sched_yield() (not necessary / unportable)
3645
3646 2001-10-11 [paul]       0.6.3claws8
3647
3648         * sync with sylpheed 0.6.3cvs3
3649                 see ChangeLog entry 2001-10-10
3650
3651 2001-10-10 [christoph]  0.6.3claws7
3652
3653         * .cvsignore
3654                 ignore 2 files created by newer autotools
3655         * src/prefs_folder_item.c
3656                 using table for widget alignment
3657                 fixed memory leak and broken octal display
3658         * src/filesel.c
3659                 fixed segfault caused by lost filename
3660                 workaround (closes bug #469551)
3661
3662 2001-10-10 [paul]       0.6.3claws6
3663
3664         * sync with sylpheed 0.6.3cvs2
3665                 see ChangeLog entries 2001-10-09 and 2001-10-10
3666
3667 2001-10-10 [darko]      0.6.3.claws5
3668
3669         * src/gtkstext.c
3670                 proper calculation of right margin if smart wrapping is enabled
3671         * src/compose.c
3672                 automatically wrap long lines if wrap quotation is enabled
3673
3674 2001-10-09 [alfons]     0.6.3.claws4
3675
3676         * src/summaryview.c
3677                 select correct row when deleting last row in the summary view (and
3678                 close bug "[ #469104 ] select second last in list when deleting")
3679
3680 2001-10-09 [paul]       0.6.3claws3
3681
3682         * sync with sylpheed 0.6.3cvs1
3683                 updated some autotool scripts
3684
3685 2001-10-09 [darko]      0.6.3claws2
3686
3687         * src/gtkstext.[ch]
3688                 new name and mark with Sylpheed comment
3689         * src/compose.c
3690                 smart quotation wrapping a-la VIM
3691
3692 2001-10-08 [paul]       0.6.3claws1
3693
3694         * sync with sylpheed 0.6.3 release
3695                 see ChangeLog entry 2001-10-08
3696
3697 2001-10-08 [paul]       0.6.2claws24
3698
3699         * src/summaryview.c
3700                 more sync with sylpheed 0.6.2cvs12
3701                 Fixed the bug that didn't select the last row correctly
3702
3703
3704 2001-10-07 [paul]       0.6.2claws23
3705
3706         * sync with sylpheed 0.6.2cvs12
3707                 see ChangeLog entry 2001-10-07
3708
3709 2001-10-06 [match]
3710         * src/jpilot.[ch]
3711                 enable jpilot to read unsynch'ed addresses.
3712
3713         * src/editldap_basedn.c
3714                 fix segfault when opening dialog.
3715
3716 2001-10-06 [alfons]     0.6.2.claws22
3717
3718         * src/summaryview.c
3719                 fix bug with summary view selecting last *inserted*
3720                 node instead of last *visible* node. remember we
3721                 work with a tree
3722
3723 2001-10-06 [paul]       0.6.2claws21
3724
3725         * po/pt_BR.po
3726                 updated translation, contains some fixes and new
3727                 translations, submitted by Gustavo Noronha Silva
3728                 <kov@debian.org>
3729
3730         * src/prefs_common.c
3731                 change 'each' to 'every' - fix dubious English
3732
3733         * sync with sylpheed 0.6.2cvs11
3734
3735 2001-10-05 [alfons]     0.6.2claws20
3736
3737         * src/mainwindow.[ch], src/folderview.c
3738                 make composite tool button switch between "Compose News"
3739                 and "Compose Mail" depending on selected folder
3740                 (nifty idea by Kim Schulz <kim@schulz.dk>)
3741
3742 2001-10-05 [paul]       0.6.2claws19
3743
3744         * src/mainwindow.c, src/summaryview.c
3745                 fix 'Message/Reply to all', broken in last commit
3746
3747         * src/compose.c
3748                 fix X_BEENTHERE seg fault, thanks to Alfons
3749
3750 2001-10-04 [paul]       0.6.2claws18
3751
3752         * src/compose.[ch], src/mainwindow.c
3753                 make "Message/Reply" reply to mailing lists; matches
3754                 'X-Mailing-list:' and 'X-BeenThere:' ML headers.
3755                 based on portions of the patch submitted by
3756                 Junichi Uekawa <dancer@netfort.gr.jp>
3757
3758 2001-10-04 [darko]      0.6.2claws17
3759
3760         * src/compose.c
3761                 better smart wrapping
3762         * src/gtkstext.[hc]
3763                 a function to make text buffer contiguous
3764
3765 2001-10-03 [paul]       0.6.2claws16
3766
3767         * sync with sylpheed 0.6.2cvs10
3768
3769 2001-10-02 [alfons]
3770
3771         * configure.in
3772         * po/zh_CN.GB2312.po, po/zh_TW.Big5.po
3773                 close bug "[ #466566 ] compile error on mdk 8.0" by removing
3774                 references to chinese translations (hope someone picks up
3775                 this)
3776
3777 2001-10-02 [christoph]  0.6.2claws15
3778
3779         * src/compose.c
3780                 fixed non translated header bug
3781         * ChangeLog.claws
3782                 fixed wrong date in alfons last entry ;)
3783
3784 2001-10-02 [alfons]     0.6.2claws14
3785
3786         * src/compose.c, src/prefs_common.[ch]
3787                 add block cursor option
3788
3789 2001-10-02 [paul]       0.6.2claws13
3790
3791         * sync with sylpheed 0.6.2cvs9
3792
3793 2001-09-30 [paul]       0.6.2claws12
3794
3795         * po/de.po, po/es.po, po/fr.po, po/nl.po, po/pt_BR.po
3796                 updated translations
3797
3798         * po/POTFILES.in
3799                 add 'src/importldif.c'
3800
3801         * AUTHORS, tools/README, tools/eud2gc.py, tools/Makefile.am
3802                 added eudora-to-vCard conversion tool
3803                 submitted by Jeroen Versteeg <j.m.versteeg@student.utwente.nl>
3804
3805         * sync with sylpheed 0.6.2cvs8
3806
3807 2001-09-30 [paul]
3808
3809         * sylpheed-0.6.2claws released
3810
3811 2001-09-27 [melvin]     0.6.2claws11
3812
3813         * src/gtkspell.c
3814                 fixed crash when using default path (introduced 
3815                 in 0.6.2claws10)
3816                 fixed tiny bug for initial suggestion mode
3817
3818 2001-09-27 [melvin]     0.6.2claws10
3819         
3820         * src/gtkspell.c
3821                 fixed bug where gtkpspell didn't set the path correctly
3822
3823         * README.claws
3824                 added a paragraph about spell checking
3825                 
3826
3827
3828 2001-09-27 [paul]       0.6.2claws9
3829
3830         * src/addrbook.c, src/addrcache.c, src/addritem.c, src/jpilot.c
3831                 replace '// comments' with '/* comments */' to prevent
3832                 some compiler warnings 
3833
3834         * sync with sylpheed 0.6.2cvs6
3835
3836 2001-09-26 [alfons]     0.6.2claws8
3837
3838         * src/messageview.c
3839                 introduce return receipt request notification again,
3840                 which was lost because of other semantics in 
3841                 procheader_parse() (???)
3842
3843 2001-09-26 [christoph]  0.6.2claws7
3844
3845         * src/compose.c
3846                 replace comments for old code with #if 0
3847                 readded auto cc, bcc and reply-to
3848         * src/prefs_matcher.c
3849         * src/prefs_scoring.c
3850                 removed some definition (was moved to
3851                 prefs.h)
3852
3853 2001-09-26 [paul]       0.6.2claws6
3854
3855         * src/mainwindow.c
3856                 make 'Follow-up and reply to' sensitive
3857
3858         * more sync with sylpheed 0.6.2cvs5
3859
3860 2001-09-25 [melvin]
3861
3862         * 0.6.2claws5
3863
3864         * src/gtkspell.c
3865                 fixed bug for "US-ASCII" introduced by the encoding code
3866
3867 2001-09-25 [paul]
3868
3869         * 0.6.2claws4
3870
3871         * src/prefs_common.[ch], src/summaryview.c
3872                 'next unread msg' 'go to next folder?' dialog can be
3873                 given default behaviour, either always show dialog,
3874                 or assume 'yes', or assume 'no'
3875                 Submitted by wwp <subscript@free.fr>
3876
3877 2001-09-25 [melvin]
3878                 
3879         * src/compose.c src/gtkspell.[ch]
3880                 added support for different encodings
3881
3882 2001-09-25 [paul]
3883
3884         * more sync with sylpheed 0.6.2cvs5
3885
3886 2001-09-24 [alfons]
3887         
3888         * src/prefs_folder_item.c
3889                 add check for item->prefs->default_to string is NULL and
3890                 add another check when freeing this string
3891
3892 2001-09-24 [paul]
3893
3894         * configure.in
3895                 change to version 0.6.2claws3
3896
3897         * sync with sylpheed 0.6.2cvs5 
3898
3899 2001-09-24 [match]
3900         * src/ldif.[ch], src/importldif.[ch], addressbook.c
3901                 import LDIF files.
3902         * src/addrcache.[ch], addrindex.[ch]
3903                 small update for future
3904         * src/addrbook.c
3905                 fix test XML file.
3906
3907 2001-09-24 [melvin]
3908         * src/gtkspell.[ch]
3909                 added 'Learn from mistakes' option
3910                 better handling of quotes in checked words
3911                 sorted dict list
3912         * po/fr.po
3913                 small update for spell checking stuff
3914
3915 2001-09-23 [alfons]
3916         
3917         * src/gtkspell.c
3918                 edit a little bit so it complies more with main coding style
3919
3920 2001-09-23 [alfons]
3921
3922         * src/folder.[ch], prefs_folder_item.c, compose.c
3923                 migrate "request return receipt" folder property
3924                 to folderlist.xml
3925
3926 2001-09-22 [alfons]
3927
3928         * README.claws **NEW**
3929                 (add things of interest for users of main branch 
3930                 and claws here)
3931
3932         * src/folder.[ch], src/mainwindow.c, src/summaryview.c
3933                 re-implement threading per folder option, but store 
3934                 the setting in folderlist.xml (where it belongs)
3935
3936 2001-09-21 [melvin]
3937
3938         * src/gtkspell.[ch]
3939                 fixed bug when compose window is under another window
3940         * src/prefs_common.[ch] src/compose.c
3941                 changed 'dictionary_path' to 'dictionary' to be consistent
3942                 dropped PSPELL_PATH macro (hard coded default to /usr/local/share/pspell)
3943         * ac/pspell.m4 src/Makefile.am 
3944                 dropped PSPELL_PATH macro
3945         * po/fr.po
3946                 updated translations
3947
3948 2001-09-21 [christoph]
3949
3950         * src/compose.c
3951                 added border around header fields
3952                 keep header type when new field is added
3953
3954 2001-09-20 [christoph]
3955
3956         * src/utils.[ch]
3957                 more portable debug_print with source filename
3958                 and linenumber
3959         * src/procmsg.c
3960                 more newlines after debug messages
3961
3962 2001-09-20 [paul]
3963
3964         * configure.in
3965                 change to version 0.6.2claws2
3966
3967         * sync with sylpheed 0.6.2cvs3
3968
3969 2001-09-19 [melvin]
3970
3971         * src/gtkspell.c
3972                 fixed the post-right-click focus pb
3973                 fixed crash when 'Spell check all' after dict change 
3974                         and when cursor is at the end of the text
3975                 shift-right-click pops up config menu even on misspelled words.
3976         * po/POTFILES.in
3977                 added gtkspell.c
3978
3979 2001-09-19 [melvin]
3980
3981         * src/about.c
3982                 added pspell to compiled-in features list
3983
3984 2001-09-18 [melvin]
3985
3986         * switched to pspell and dropped ispell
3987         * ac/pspell.m4
3988                 new file. autoconf macro for pspell
3989         * ac/Makefile.am 
3990         * configure.in acconfig.h
3991                 added pspell support
3992         * src/Makefile.am
3993         * src/main.c src/compose.[ch] src/gtkspell.[ch]
3994         * src/prefs_common.[ch] 
3995                 added pspell support
3996
3997 2001-09-18 [christoph]
3998
3999         * src/addr_compl.c
4000         * src/template.[ch]
4001                 replace LOG_MESSAGE with debug_print
4002         * src/compose.[ch]
4003                 gui improvements
4004         * src/menu.c
4005                 added newline after debug message
4006         * src/utils.h
4007                 using __VA_ARGS__ for debug_print macro
4008         * tools/.cvsignore
4009                 ignore Makefile and Makefile.in
4010
4011 2001-09-18 [paul]
4012
4013         * configure.in
4014                 change to version 0.6.2claws1
4015         * sync with sylpheed 0.6.2cvs1
4016
4017         * src/matcher.c 
4018         * src/prefs_matcher.c
4019                 add 'score equal to' option, submitted by
4020                 Paul Evans <nerd@freeuk.com>
4021
4022 2001-09-15 [christoph]
4023
4024         * src/mainwindow.c
4025                 comment out menu entry not existing in claws
4026         * src/menu.c
4027                 add debug output for non existing menu entries
4028         * src/summaryview.c
4029                 fix next/prev unread message for ignored threads
4030         * src/utils.[ch]
4031                 add sourcefile and line number to debug output
4032                 otherwise it is sometimes hard to find the
4033                 source code part if debug messages are translated
4034
4035 2001-09-14 [darko]
4036         
4037         * src/folderview.c
4038                 refresh target folder style after colour is changed
4039
4040 2001-09-13 [paul]
4041
4042         * configure.in
4043                 change to version 0.6.1claws3
4044
4045         * sync with sylpheed 0.6.1cvs6
4046
4047 2001-09-13 [darko]
4048         
4049         * src/folderview.c
4050                 fix target folder colourization to use user selected colour
4051
4052 2001-09-12 [darko]
4053         
4054         * src/summaryview.c
4055                 fix crash when message that is marked for copy/move is unmarked
4056
4057 2001-09-09 [paul]
4058
4059         * configure.in
4060                 change to version 0.6.1claws2
4061
4062         * sync with sylpheed 0.6.1cvs3
4063
4064 2001-09-09 [alfons]
4065         
4066         * src/folderview.c
4067                 fix bug with default font used for trash folder text
4068
4069 2001-09-06 [paul]
4070
4071         * po/de.po, po/es.po, po/nl.po, po/pt_BR.po
4072                 updated translations
4073
4074         * configure.in
4075                 change to version 0.6.1claws1
4076
4077         * sync with sylpheed 0.6.1cvs2
4078
4079 2001-09-03 [paul]
4080
4081         * po/POTFILES.in
4082                 add Match's new addressbook
4083
4084         * po/de.po
4085                 updated translation submitted by Jens Oberender
4086
4087 2001-09-02 [paul]
4088
4089         * configure.in
4090                 change to 0.6.1claws
4091         * sync with sylpheed 0.6.1 release
4092
4093 2001-09-02 [paul]
4094
4095         * configure.in
4096                 change to 0.6.0claws2
4097
4098         * sync with sylpheed 0.6.0cvs4
4099
4100         * po/pt_BR.po
4101                 updated translation submitted by Fabio Junior Beneditto
4102
4103 2001-09-01 [match]
4104         * pixmaps/
4105                 interface.xpm
4106                 book.xpm
4107                 address.xpm
4108         * src/
4109                 Makefile.am
4110                 a ton of new files
4111
4112 2001-08-31 [paul]
4113
4114         * configure.in
4115                 change to version 0.6.0claws1
4116
4117         * sync with sylpheed 0.6.0cvs1
4118
4119         * po/es.po
4120                 updated translation submitted by Ricardo Mones Lastra
4121
4122         * po/POTFILES.in
4123                 add 'src/prefs_templates.c'
4124
4125         * src/compose.c, src/summaryview.c
4126                 fix segfault on 'Re_edit'               
4127
4128 2001-08-30 [alfons]
4129
4130         * configure.in, Makefile.am
4131         * tools/Makefile.am
4132                 add tools directory to source distribution
4133
4134 2001-08-30 [paul]
4135
4136         * configure.in
4137                 change to version 0.6.0claws
4138
4139         * sync with sylpheed 0.6.0 release
4140
4141 2001-08-30 [christoph]
4142
4143         * configure.in
4144                 removed autoconf version check
4145
4146 2001-08-30 [paul]
4147
4148         * src/account.c, src/compose.c, src/prefs_common.[ch]
4149         * src/procheader.[ch] src/utils.[ch]
4150                 Enhanced automatic account selection on replies
4151                 Submitted by Melvin Hadasht <melvin.hadasht@free.fr>
4152
4153         * configure.in
4154                 add LDAP and JPilot to the configuration results output.
4155
4156 2001-08-29 [christoph]
4157
4158         * src/summeryview.c
4159                 no bold font for ignored threads
4160
4161 2001-08-29 [paul]
4162
4163         * configure.in
4164                 change to version 0.5.3claws6
4165
4166         * sync with sylpheed 0.5.3cvs10
4167                 src/stringtable.[ch]: New Files
4168
4169         * src/compose.c, src/gtkutils.c, src/gtkutils.h, src/mainwindow.c
4170         * src/pixmaps/sylpheed.xpm
4171                 add mini-icons to windows (by Alfons)
4172
4173 2001-08-27 [paul]
4174
4175         * src/mainwindow.c
4176                 new functions: next_labeled_cb(), prev_labeled_cb()
4177
4178         * src/summaryview.c
4179                 new functions: summary_find_next_labeled_msg(), summary_find_prev_labeled_msg(),
4180                 summary_select_next_labeled(), summary_select_prev_labeled()
4181
4182         * src/pixmaps/dir-close.xpm, src/pixmaps/dir-open.xpm, src/pixmaps/trash.xpm
4183                 give claws blue folders and a blue trash can
4184
4185 2001-08-27 [paul]
4186
4187         * configure.in
4188                 change to version 0.5.3claws5
4189
4190         * sync with sylpheed 0.5.3cvs9
4191                 src/labelcolors.[ch] renamed to src/colorlabel.[ch] 
4192
4193 2001-08-24 [christoph]
4194
4195         * src/filesel.c
4196                 keep filename when browsing directories
4197                 (not working for user entered filename, but
4198                  for default name and selected filename from
4199                  file list)
4200         * src/mainwindow.c
4201                 fixed wrong spelling "Folllow-up"
4202         * src/mbox_folder.c
4203         * src/procmsg.c
4204         * src/summaryview.c
4205                 fixed new/unread message count with ignored
4206                 threads (2 commits, first didn't notice no
4207                 longer needed decreasing)
4208         * src/inc.c
4209                 readded scrolling of progress dialog
4210                 (lost in sync)
4211
4212 2001-08-24 [paul]
4213
4214         * configure.in
4215                 change to 0.5.3claws4
4216
4217         * sync with sylpheed 0.5.3cvs7
4218
4219 2001-08-24 [christoph]
4220
4221         * src/compose.c
4222                 set request return receipt when replying
4223                 if it is set is the folder prefs of the
4224                 message
4225         * src/inc.c
4226                 disable final error popup if popups are
4227                 disabled in config (again)
4228
4229 2001-08-23 [paul]
4230
4231         * configure.in
4232                 Change version number to 0.5.3claws3
4233
4234         * sync with sylpheed 0.5.3cvs5
4235
4236         * src/mimeview.c
4237                 double quote '%s' in 'gedit %s' to fix bug when
4238                 opening attachment with spaces in the name
4239
4240 2001-08-22 [alte]
4241         * src/Makefile.am, src/compose.[ch], src/defs.h, src/mainwindow.c,
4242           src/prefs_templates.[ch], src/template.[ch], src/template_select.[ch]
4243                 initial message templates support
4244
4245
4246 2001-08-22 [paul]
4247
4248         * configure.in
4249                 change version number to 0.5.3claws2
4250
4251         * sync with sylpheed 0.5.3cvs4
4252
4253         * src/procmsg.h src/summaryview.c
4254                 re-implement (un)ignore thread
4255
4256 2001-08-21 [paul]
4257
4258         * src/summaryview.c
4259                 remove unnecessary code
4260         * src/compose.c
4261                 enable 'dynamic' signatures (submitted by
4262                 Eric Limpens <eric@hscg-internet.nl>)
4263
4264 2001-08-21 [paul]
4265
4266         clean up after sync with sylpheed 0.5.3 release
4267
4268         * src/folderview.c
4269                 fix re-introduced font mess, see Christoph's
4270                 entry 2001-06-24
4271
4272         * src/summaryview.c
4273                 remove prev_msgnum
4274                 use sylpheed's small font instead of
4275                 gtk default font for summary view
4276
4277
4278 2001-08-17 [paul]
4279
4280         * configure.in
4281                 add pl to ALL_LINGUAS - sync with main branch
4282
4283         * po/de.po, po/es.po, po/nl.po, po/pt_BR.po
4284                 Updated. Translations by Jens Oberender, Ricardo Mones
4285                 Lastra, Alfons, and Fabio Junior Beneditto respectively.
4286
4287         * po/pl.po  ** NEW FILE **
4288                 sync with the main branch
4289
4290         * src/folderview.c
4291                 fix target folder colorizing and refresh problem
4292
4293
4294 2001-08-17 [christoph]
4295
4296         * src/mainwindow.c
4297                 claws uses 4 colors for target folder coloring.
4298                 arrays were not long enough and destroyed the
4299                 stack causing a segfault.
4300                 target folder colorizing does not work anymore
4301                 for me
4302
4303 2001-08-16 [paul]
4304
4305         * configure.in
4306                 change to version 0.5.3claws1
4307
4308         * src/folder.h, src/folderview.[ch], src/gtkutils.[ch],
4309           src/inc.[ch], src/mainwindow.c, src/pop.c, src/prefs_account.c,
4310           src/prefs_common.[ch], src/summaryview.[ch], src/textview.c, src/utils.c
4311
4312                 sync with sylpheed 0.5.3 release, but keep claws method of
4313                 configuring/saving fonts
4314
4315         * src/addressbook.[ch]
4316                 rename addressbook_add_contact_by_menu() to addressbook_add_submenu()
4317                 in line with a similar change in Hiroyuki's branch
4318
4319         * src/mainwindow.[ch]
4320                 disable main_window_set_thread_option()
4321         * src/prefs_folder_item.c
4322                 comment out &tmps_prefs.enable_thread,
4323         * src/mbox_folder.c, src/procmsg.[ch]
4324                 comment out MSG_IS_IGNORE_THREAD
4325         * src/summaryview.c
4326                 comment out summary_ignore_thread() and summary_unignore_thread()
4327                 comment out MSG_IS_IGNORE_THREAD
4328
4329                 use Hiroyuki's threading instead.
4330
4331
4332
4333 2001-08-15 [paul]
4334
4335         * src/account.c
4336                 use Hiroyuki's 0.5.3 column scheme but also
4337                 include the enable/disable button.
4338         * src/pixmaps/mark.xpm
4339                 add Hiroyuki's amended pixmap
4340
4341 2001-08-13 [christoph]
4342
4343         * src/account.c
4344                 receive at get all column showed wrong state for APOP
4345                 button should only work for POP3 and APOP accounts
4346         * src/prefs_account.c
4347                 added missing preprocessor statement for SSL
4348
4349 2001-08-12 [paul]
4350
4351         * src/account.[ch]
4352                 add 'receive at get all' column and enable/disable
4353                 button.
4354
4355 2001-08-06 [christoph]
4356
4357         * src/account.c
4358                 show usage of SSL in protocol column
4359
4360         * src/imap.c
4361         * src/inc.c
4362                 renamed ssl options
4363
4364         * src/prefs_account.[ch]
4365                 moved ssl options to a new page
4366
4367         * src/send.c
4368         * src/smtp.c
4369         * src/ssl.[ch]
4370                 renamed ssl options
4371                 added support for SMTP STARTTLS command
4372
4373 2001-08-05 [christoph]
4374
4375         * configure.in
4376                 debian autoconf needs version check to find
4377                 correct autoconf version. if the file is
4378                 named configure.in 2.13 is used, which does
4379                 not work with this configure.in script.
4380                 other solution would be to rename the script
4381                 to configure.ac as suggested in the autoconf
4382                 manual.
4383
4384         * src/inc.c
4385                 disable final error popup if popups are
4386                 diabled in config
4387
4388         * src/socket.c
4389                 bugfix in ssl_gets
4390                 fixes IMAP over SSL problem
4391
4392 2001-08-03 [paul]
4393
4394         * configure.in
4395                 change to 0.5.2claws1
4396
4397         * sync with sylpheed 0.5.2cvs1
4398
4399 2001-08-02 [alfons]
4400
4401         * configure.in
4402                 quick fix for ispell detection...
4403
4404 2001-08-01 [paul]
4405
4406         * configure.in
4407                 change to 0.5.1claws4
4408
4409         * sync with sylpheed 0.5.1cvs7
4410
4411 2001-07-31 [alfons]
4412
4413         * src/prefs_common.c, src/prefs_common.h, 
4414           src/gtkspell.c, src/gtkspell.h
4415                 add global spelling checker settings (compose tab) +
4416                 selection of dictionary 
4417           
4418         * configure.in  
4419                 guess valid ispell location
4420
4421 2001-07-31 [paul]
4422
4423         * po/POTFILES.in
4424                 removal of 'src/quote_fmt_parse.c'
4425         * po/de.po
4426                 Updated de.po
4427                 (submitted by Jens Oberender <didge@suse.de>)
4428
4429 2001-07-31 [darko]
4430
4431         * src/folder.[ch]
4432         * src/folderview.[ch]
4433         * src/mainwindow.c
4434         * src/mh.c
4435         * src/prefs_common.[ch]
4436         * src/summaryview.c
4437                 target folder colourization
4438
4439 2001-07-30 [paul]
4440
4441         more sync with Sylpheed 0.5.1cvs6 
4442
4443 2001-07-30 [darko]
4444
4445         * src/mh.c
4446         * src/prefs_folder_item.[hc]
4447         * src/summaryview.c
4448                 shared folders support with a GUI
4449
4450 2001-07-29 [paul]
4451
4452         0.5.1claws3
4453
4454         * sync with Sylpheed 0.5.1cvs6
4455
4456 2001-07-29 [paul]
4457
4458         * po/pt_BR.po
4459                 updated
4460                 (submitted by Fabio Junior Beneditto)
4461
4462 2001-07-28 [paul]
4463
4464         * src/procmime.c
4465         * AUTHORS
4466                 patch to correct bad image mime headers
4467                 (submitted by Don Quijote <dq@searchlores.org>)
4468
4469 2001-07-28 [paul]
4470
4471         * tools/gif2xface.pl   **NEW FILE**
4472         * tools/README
4473                 script to convert file.gif to file.xface for
4474                 use in a custom header.
4475                 (submitted by Ricardo Mones Lastra <mones@aic.uniovi.es>)
4476
4477 2001-07-27 [alfons]
4478         
4479         * configure.in
4480                 change macros for detecting JPilot and LDAP
4481
4482 2001-07-27 [christoph]
4483
4484         * src/filtering.c
4485                 code cleanup (MIN / MAX warning, needed casting)
4486
4487 2001-07-27 [alfons]
4488
4489         * procheader.c
4490                 disallow setting flags when detecting certain headers
4491                 (X-Status, Status, Seen, X-Seen). 
4492         
4493         * sync with Hiroyuki's Sylpheed 0.5.1cvs5
4494
4495 2001-07-27 [christoph]
4496
4497         * src/prefs_filter.c
4498         * src/prefs_filtering.c
4499         * src/prefs_matcher.c
4500         * src/prefs_scoring.c
4501                 scroll list when moving rows up or down
4502
4503         * src/imap.c
4504         * src/imap.h
4505         * src/prefs_account.c
4506         * src/prefs_account.h
4507         * src/send.c
4508                 SMTP over SSL (untested, feedback requested)
4509                 IMAP over SSL
4510
4511         * src/ssl.c
4512                 code cleanup
4513
4514 2001-07-26 [alfons]
4515         
4516         * configure.in, acconfig.h
4517                 define CLAWS (need this for main / claws detection)
4518
4519 2001-07-25 [alfons]
4520
4521         * configure.in
4522                 Sylpheed 0.5.1claws2
4523                 
4524         * sync with Sylpheed 0.5.1cvs4
4525
4526 2001-07-25 [christoph]
4527
4528         * src/scoring.c
4529                 fixed segfault
4530                 item->prefs == NULL (don't know why)
4531
4532 2001-07-25 [alfons]
4533
4534         * configure.in
4535                 Sylpheed 0.5.1claws1
4536
4537         * sync with Sylpheed 0.5.1cvs1-3
4538
4539 2001-07-24 [christoph]
4540
4541         * src/folderview.c
4542         * src/prefs_folder_item.[ch]
4543                 added folderitem preferences dialog with
4544                 default To: and auto request return receipt
4545
4546         * src/compose.[ch]
4547         * src/menu.[ch]
4548                 changes to handle new folderitem preferences
4549
4550         * src/mainwindow.c
4551         * src/summaryview.c
4552                 call compose new mail with current folderitem
4553
4554 2001-07-24 [alfons]
4555
4556         Release Sylpheed 0.5.1claws
4557
4558         * configure.in
4559                 change to release version 0.5.1claws
4560
4561 2001-07-24 [christoph]
4562
4563         * src/summaryview.c
4564                 fixed segfault that happend when the selected
4565                 message was removed while retrieving new messages.
4566
4567         * po/es.po
4568                 updated translation
4569                 (submitted by Ricardo Mones Lastra <mones@trasgu.aic.uniovi.es>)
4570
4571 2001-07-22 [alfons]
4572
4573         add English User Manual for Sylpheed by Paul Kater (paul@nlpagan.net).
4574         this is a work in progress, for more information: http://nlpagan.net/sylman 
4575         
4576         * configure.in, src/mainwindow.c, manual/Makefile.am
4577                 add support for English manual
4578
4579         * AUTHORS
4580                 add authors of user manuals
4581
4582         * manual/en/sylpheed*.html
4583                 add English documentation
4584
4585 2001-07-22 [christoph]
4586
4587         * po/POTFILES.in
4588                 added src/ssl.c
4589         * src/ssl.c
4590                 changed a wrong debug message
4591
4592 2001-07-22 [alfons]
4593
4594         * po/nl.po
4595                 update Dutch translation
4596
4597         * src/prefs_filtering.c, 
4598           src/prefs_matcher.c
4599                 add more translatable strings           
4600
4601 2001-07-21 [alfons]
4602
4603         0.5.0claws7
4604
4605         * configure.in
4606                 change version
4607
4608         * src/inc.c, src/summaryview.[ch]
4609                 prevent update of mark file when filtering has done, by
4610                 using a variable; this affects two functions:
4611                         inc.c::inc_finished()
4612                         summaryview.c::summary_show()
4613
4614 2001-07-20 [alfons]
4615
4616         * src/filtering.[ch], src/prefs_filtering.c, 
4617           src/matcher.[ch]
4618                 add filtering action for label coloring 
4619
4620         * po/POTFILES.in
4621                 add labelcolors.c
4622
4623         * added src/labelcolors.c
4624         * added src/labelcolors.h
4625         * src/Makefile.am, src/summaryview.c
4626                 rearrange label coloring code
4627
4628         * src/procmsg.h
4629                 add more parentheses so label colouring works correctly
4630
4631         * src/filtering.c
4632                 don't really delete message, but move it to Trash
4633
4634         * src/prefs_matcher.c
4635                 add quote options to info dialog
4636
4637 2001-07-20 [christoph]
4638
4639         * src/Makefile.am
4640         * src/inc.c
4641         * src/main.[ch]
4642         * src/socket.h
4643         * src/ssl.[ch] (new)
4644                 moved ssl stuff to a seperate file
4645
4646 2001-07-20 [darko]
4647
4648         * src/summaryview.c
4649                 fix show sender using address book with no e-mail
4650                 address in From: field
4651
4652 2001-07-19 [alfons]
4653
4654         * src/matcher.[ch], src/filtering.c, src/prefs_filtering.c
4655                 fix messy handling of escaping... now at least the
4656                 execute command is useful. escape char is '\', we
4657                 accept \n and \r too. 
4658
4659                 Real life example:
4660                 
4661                 subject match "GIMME YOUR FILTERS" execute "mail -s \"%f don\'t hurt me, please!\" %f < ~/.sylpheed/filteringrc
4662                 subject match "GIMME YOUR FILTERS" execute "mail -s \"mommy, mommy, %f is being mean!\" admin < %F
4663
4664 2001-07-18 [alfons]
4665
4666         0.5.0claws6
4667
4668         * src/summaryview.c
4669                 clean up
4670
4671         * src/matcher.c, src/filtering.[ch], src/inc.c, src/mbox.c,
4672           src/procmsg.[ch]
4673                 revise filtering; currently move, copy, marking have
4674                 been tested. if you like bleeding edge stuff, you
4675                 should definitely go for this version :)
4676
4677         * mark old working stuff as VERSION_0_5_0_CLAWS5        
4678
4679 2001-07-17 [christoph]
4680
4681         * src/utils.c
4682                 timestamp log
4683
4684 2001-07-17 [alfons]
4685
4686         0.5.0claws5
4687
4688         * sync with Hiroyuki's 0.5.0cvs5; this version allows us to put more 
4689           bits in the mark file, without affecting either branch. Lots of
4690           files changed, also in claws branch.
4691
4692           UNTESTED: use of mbox folders
4693
4694         * src/summaryview.c
4695                 added mark all read; however this was a quick hack used for
4696                 cleaning up mess after initial merge with Hiroyuki
4697
4698         * configure.in
4699                 change claws version number back to 0.5.0claws5 to clear up 
4700                 confusion & pretension (recent release was technically 
4701                 0.5.0claws4, so we neatly align with Hiroyuki :-)
4702
4703 2001-07-16 [alfons]
4704
4705         sync with Hiroyuki's 0.5.0cvs4
4706
4707 2001-07-16 [alfons]
4708
4709         0.5.1claws3
4710
4711         * src/filtering.[ch]
4712                 remove invalid updating of mark files for 
4713                 filter actions MATCHING_ACTION_MOVE and 
4714                 MATCHING_ACTION_DELETE; this should fix the
4715                 folder update bug
4716                 
4717         * src/procmsg.c
4718                 revert Christoph's stab at fixing the folder 
4719                 update bug
4720
4721         * po/POTFILES.in
4722                 add missing files with translatable strings
4723
4724         * src/summaryview.c
4725                 remove debug print
4726
4727 2001-07-15 [alfons]
4728
4729         * src/addr_compl.[ch], src/prefs_filtering.c
4730                 make "filtering pref dialog's destination entry" an
4731                 "address completable entry", if filter destination is 
4732                 an email address
4733
4734         0.5.1claws2
4735         
4736         sync with Hiroyuki's 0.5.0cvs2-3
4737
4738 2001-07-15 [christoph]
4739
4740         * src/procmsg.c
4741                 fixed folder stats update after incorporation
4742
4743 2001-07-15 [alfons]
4744
4745         * src/summaryview.c
4746                 * finish label colouring stuff (for now)
4747                 * fix incorrect colour bug (off by one) 
4748
4749 2001-07-14 [alfons]
4750
4751         * src/mainwindow.c
4752                 change text labels for news and mail message so there's
4753                 plenty of toolbar estate left
4754
4755         * configure.in
4756                 0.5.1claws1
4757
4758         * src/folderview.c
4759           src/folder.[ch]
4760                 sync with Hiroyuki's 0.5.0cvs1
4761
4762         * src/summaryview.c
4763                 more rewrite label colouring
4764
4765 2001-07-14 [alfons]
4766
4767         * src/summaryview.[ch]
4768                 * start rewrite label colouring 
4769                 * fix proper location "Add Sender To Addressbook" menu item
4770
4771 2001-07-13
4772
4773         Release 0.5.0claws "Paul Will Be Back Soon, Promise!"
4774         (actually this is 0.5.0claws4)
4775
4776 2001-07-13 [alfons]
4777
4778         * po/pt_BR.po
4779                 * fix duplicate message
4780                 * add updated Portugese / Brazilian translation
4781                   submitted by Fabio Junior Beneditto
4782
4783 2001-07-12 [alfons]
4784
4785         * AUTHORS
4786                 add Jens
4787
4788         * po/nl.po
4789                 add updated Dutch translation
4790
4791         * po/de.po
4792                 add updated German translation submitted by Jens
4793
4794 2001-07-11 [alfons]
4795
4796         Prerelease before 0.5.0claws. Please test.
4797         This version is temporarily tagged as VERSION_0_5_0_TEST
4798
4799         * src/matcher.[ch], src/summaryview.c, src/scoring.[ch]
4800           src/prefs_scoring.c, src/prefs_matcher.c, 
4801           src/prefs_filtering.c, src/mbox.c, 
4802           src/main.c, src/inc.c, src/filtering.[ch]
4803                 revert new Hoa's new matcher (does not work yet)
4804
4805         * src/Makefile.am
4806                 clean up
4807
4808 2001-07-10
4809
4810         Release 0.5.0claws "Paul Will Be Back Soon, Promise!"
4811
4812
4813 2001-07-10 [alfons]
4814
4815         * Makefile.am
4816                 add ChangeLog.claws to EXTRA_DIST
4817         * src/Makefile.am
4818                 add matcher_parser_parse.h to EXTRA_DIST
4819
4820 2001-07-10 [christoph]
4821
4822         * src/inc.c
4823                 add destination folder to table of
4824                 folders that need to be updated after
4825                 incorporation
4826
4827 2001-07-10 [alfons]
4828
4829         * folder.[ch]
4830           folderview.c
4831                 make collapse state of folders and folder items persistent, i.e.
4832                 if you collapse a folder tree, the next time sylpheed-claws starts 
4833                 up the folder tree remains collapsed.  
4834                 
4835 2001-07-10 [christoph]
4836
4837         * acconfig.h
4838         * configure.in
4839                 added --enable-ssl
4840         * src/md5.[ch]
4841                 renamed MD5_CTX to MD5_CTX_syl
4842                 conflicts with a struct in openssl
4843         * src/inc.c
4844         * src/main.[ch]
4845         * src/prefs_account.[ch]
4846         * src/socket.[ch]
4847                 SSL support for POP
4848         * src/mainwindow.c
4849                 fixed compose with current account
4850                 broken by new compose button stuff
4851
4852 2001-07-09 [hoa]
4853
4854         * AUTHORS
4855                 changed my email address
4856
4857         * src/matcher_parser_parse.y
4858                 clean the parser to remove conflicts
4859
4860 2001-07-09 [alfons]
4861
4862         * AUTHORS
4863                 add Match Grun
4864
4865         * configure.in
4866                 fix incorrect description of --enable-ldap parameter
4867
4868         * src/prefs_common.[ch]
4869           src/compose.c
4870                 add experimental option "smart wrapping" which makes the
4871                 compose editor auto wrap.
4872                 
4873                 | TODO: the problem with the buggy cursor handling is caused |
4874                 | by the GtkText. when deleting / backspacing text its       |
4875                 | wrapping algorithm does not take in account the previous   |
4876                 | line. should find a way to hack this in.                   |
4877                 | or should perhaps combine this with the word wrapping      |
4878                 | patch i wrote in january.                                  |
4879
4880         * src/about.c
4881                 show build parameters for LDAP and JPilot
4882
4883         * src/summaryview.c
4884                 revert Christoph's bugfix for selecting next unread message, 
4885                 because folder stats aren't updated correctly
4886
4887 2001-07-08 [hoa]
4888
4889         * src/filtering.c
4890         * src/mainwindow.c
4891         * src/matcher.c
4892         * src/matcher_parser_lex.l
4893         * src/matcher_parser_parse.y
4894         * src/prefs_filtering.c
4895         * src/prefs_scoring.c
4896         * src/scoring.c
4897                 bugfix of the config file parser
4898
4899 2001-07-08 [alfons]
4900
4901         * src/Makefile.am
4902                 added generated matcher sources to BUILT_SOURCES
4903
4904 2001-07-08 [hoa]
4905
4906         * src/Makefile.am
4907         * src/.cvsignore
4908                 added new config file parser
4909
4910         * src/scoring.[ch]
4911         * src/filtering.[ch]
4912         * src/matcher.[ch]
4913         * src/prefs_filtering.c
4914         * src/prefs_matcher.c
4915         * src/prefs_scoring.c
4916         * added src/matcher_parser.h
4917         * added src/matcher_parser_lex.h
4918         * added src/matcher_parser_lex.l
4919         * added src/matcher_parser_parse.y
4920                 lex & yacc config file parser
4921
4922         * src/mbox.c
4923         * src/inc.c
4924         * src/main.c
4925                 changes prefs_filtering into global_filtering           
4926
4927         * src/summaryview.c
4928                 build threads with subjects only if "Re: " is at the
4929                 beginning of the subject
4930
4931 2001-07-07 [paul]
4932
4933         0.5.0claws
4934
4935         sync with sylpheed 0.5.0
4936                 change of version number only
4937
4938 2001-07-06 [paul]
4939
4940         0.5.0claws5
4941
4942         sync with sylpheed 0.5.0pre5
4943
4944 2001-07-05 [paul]
4945
4946         sync with sylpheed 0.5.0pre4 release
4947                 /po and /manual/ja not sync'ed
4948
4949 2001-07-04 [paul]
4950
4951         more sync with sylpheed 0.5.0pre4
4952
4953 2001-07-03 [christoph]
4954
4955         * src/addressbook.c
4956                 fixed address book broken by address book
4957                 for VCard, JPilot, LDAP
4958
4959 2001-07-03 [alfons]
4960
4961         * src/matcher.c
4962         * src/textview.c
4963                 stopped memory leaks
4964
4965 2001-07-03 [paul]
4966
4967         more sync with sylpheed 0.5.0pre4
4968
4969 2001-07-02 [match]
4970
4971         * included address book patch for VCard, JPilot, LDAP
4972         * pref_common.c - fixed Font options on Display tab (cosmetic)
4973         * alertpanel.c - fixed truncated message
4974
4975 2001-07-02 [christoph]
4976
4977         * src/mbox_folder.c
4978         * src/procmsg.[ch]
4979         * src/summaryview.c
4980                 mark threads for ignoring
4981
4982 2001-07-02 [paul]
4983
4984         0.5.0claws4
4985
4986         * sync with sylpheed 0.5.0pre4
4987                 updated gettext to 0.10.38.
4988
4989 2001-07-01 [paul]
4990
4991         * src/ mainwindow.c
4992         * src/procmsg.h
4993         * src/summaryview.[ch]
4994                 new right-click option: Label.
4995                 substitute for 'Mark-->Mark/Unmark', colours the line.
4996                 (submitted by Satoshi Nagayasu <snaga@snaga.org>)
4997
4998 2001-07-01 [christoph]
4999
5000         * src/folderview.c
5001                 fixed font for trash
5002         * src/summaryview.c
5003                 move ctree to unread message
5004
5005 2001-07-01 [paul]
5006
5007         * sync with sylpheed 0.5.0pre3 release
5008
5009 2001-06-30 [alfons]
5010
5011         * src/filesel.[ch]
5012         * src/compose.c
5013                 allow inserting / attaching multiple files in
5014                 the composer window
5015
5016 2001-06-30 [paul]
5017
5018         * src/codeconv.c
5019                 small change to Alfons' previous stuff so that it
5020                 actually makes
5021
5022 2001-06-30 [alfons]
5023
5024         * lots of files changed; first attempt to merge the changes
5025           and bugfixes submitted by Andre Eibel (ae@baltic-online.de).
5026
5027 2001-06-30 [paul]
5028
5029         * po/pt_BR.po
5030                 updated and completed, translations by Fabio
5031                 Junior Beneditto <fjbeneditto@yahoo.com.br>
5032
5033 2001-06-29 [alfons]
5034
5035         * src/compose.c
5036         * src/mimeproc.[ch]
5037                 allow selecting an attached files' mime type from a 
5038                 list of types.
5039
5040 2001-06-29 [paul]
5041
5042         * more sync with sylpheed 0.5.0pre3
5043
5044 2001-06-29 [paul]
5045
5046         * po/pt_BR.po
5047                 merge with sylpheed.pot and pt_BR.po provided by
5048                 Fabio Junior Beneditto.
5049
5050 2001-06-29 [darko]
5051
5052         * src/procmime.c
5053                 make MIME types case insensitive
5054
5055 2001-06-28 [alfons]
5056
5057         * po/nl.po
5058                 merge with sylpheed.pot and old nl.po; translations added.
5059
5060 2001-06-28 [paul]
5061
5062         * more sync with sylpheed 0.5.0pre3
5063
5064 2001-06-27 [alfons]
5065
5066         * src/summaryview.c
5067                 don't crash when removing parent node of messages
5068                 attracted by subject. this was caused by not deleting
5069                 the parent node from the subject line hash table.
5070
5071 2001-06-27 [alfons]
5072
5073         * src/summaryview.c
5074         * src/compose.[ch]
5075         * src/mainwindow.c
5076                 if there are multiple messages selected, allow forwarding
5077                 them as attachments.
5078
5079 2001-06-27 [paul]
5080
5081         * more sync with sylpheed 0.5.0pre3
5082
5083 2001-06-26 [paul]
5084
5085         0.5.0claws3
5086
5087         * sync with sylpheed 0.5.0pre3
5088
5089 2001-06-25 [paul]
5090
5091         * src/mainwindow.c
5092                 fixed 'compose news article' bug
5093                 from icon-and-text toolbar
5094
5095 2001-06-25 [paul]
5096
5097         * sync with sylpheed 0.5.0pre2 release
5098
5099 2001-06-24 [christoph]
5100
5101         * src/prefs_common.c
5102                 bug fix in font selection
5103         * src/folderview.c
5104                 use sylpheed's normal font instead of
5105                 gtk default font for folders without
5106                 new messages
5107
5108 2001-06-24 [alfons]
5109
5110         * src/mainwindow.[ch]
5111                 added composite compose mail / news button (an idea by Leandro
5112                 Pereira <leandro@linuxmag.com.br>)
5113
5114 2001-06-24 [paul]
5115
5116         Added instructions for ldif-to-xml.py
5117
5118         * tools/README
5119
5120 2001-06-23 [alfons]
5121
5122         Some minor things.
5123
5124         * src/pixmaps/stock_news_compose.xpm
5125                 added pixmap by Leandro
5126         * src/prefs_common.c
5127                 tested built-in spelling checker of GCC 3.0 :)
5128         * po/nl.po
5129                 merged dutch translation of sylpheed-main with
5130                 sylpheed.pot
5131
5132 2001-06-23 [paul]
5133
5134         Added tools directory and files.
5135
5136         * tools/filter_conv.pl
5137                 converts old filter system to new filtering system
5138         * tools/ldif-to-xml.py
5139                 converts netscape addressbook to sylpheed addressbook
5140         * tools/README
5141                 descriptions/instructions for above two files
5142
5143 2001-06-23 [christoph]
5144
5145         * src/inc.c
5146         * src/manage_window.[ch]
5147         * src/prefs_common.[ch]
5148                 mail retrieval dialog can be enabled, disabled
5149                 or hidden if non of sylpheed's windows is active
5150
5151 2001-06-22 [paul]
5152
5153         0.5.0claws2
5154
5155         * sync with sylpheed 0.5.0pre2
5156
5157 2001-06-21 [christoph]
5158
5159         * src/summaryview.c
5160                 show recipient on 'from' for all accounts
5161                 
5162         * src/inc.c
5163         * src/prefs_common.[ch]
5164                 disable error popup on mail receive errors
5165
5166 2001-06-21 [alfons]
5167
5168         * src/compose.c
5169                 made the ruler correctly appear and disappear.
5170
5171         * src/Makefile.am
5172                 removed Hoa's work-in-progress-stuff (interesting!) so 
5173                 claws compiles ok.
5174
5175 2001-06-20 [christoph]
5176
5177         * src/inc.c
5178         * src/progressdialog.c
5179                 added scrolled window for list in progressdialog
5180
5181 2001-06-20 [paul]
5182
5183         sync with sylpheed 0.5.0pre1 release
5184
5185 2001-06-20 [christoph]
5186
5187         * src/summeryview.c
5188                 make building threads by subject work when
5189                 thread view is enabled
5190                 
5191         * src/compose.c
5192         * src/prefs_common.[ch]
5193                 automatically select account for mail replys
5194
5195 2001-06-19 [sergey]
5196
5197         * src/compose.c (compose_create): keep Bcc and Reply-To visible if
5198         they are filled in from the account settings.
5199
5200 2001-06-19 [paul]
5201
5202         * more sync with sylpheed 0.5.0pre1
5203
5204 2001-06-18 [alfons]
5205
5206         * src/Makefile.am,
5207           src/procmime.c
5208                 added --sysconfdir to CPPFLAGS for pointing to the correct
5209                 location of mime.types. 
5210
5211                 NOTE: make sure you use --sysconfdir when running ./autogen.sh
5212                 or ./configure!
5213
5214 2001-06-18 [hoa]
5215
5216         * src/summaryview.c
5217                 fixed some bug when building threads
5218
5219 2001-06-18 [pau]l
5220
5221         * src/prefs_account.c
5222                 UI stuff: More changes to the English
5223
5224 2001-06-18 [paul]
5225
5226         * src/pixmaps/stock_news_compose.xpm: new file
5227         * src/Makefile.am
5228         * src/mainwindow.c
5229         * src/summaryview.c
5230                 Added new icon for Hoa's 'compose a news
5231                 message', plus minor improvements to the
5232                 English
5233
5234         * po/ja.po
5235         * ChangeLog
5236         * ChangeLog.jp
5237                 more sync with sylpheed 0.5.0pre1
5238
5239 2001-06-18 [hoa]
5240
5241         * src/compose.[ch]
5242         * src/mainwindow.c
5243                 Follow-up and reply to
5244
5245         * src/summaryview.[ch]
5246                 Build threads also with subjects
5247
5248 2001-06-17 [hoa]
5249
5250         * src/compose.c
5251                 forwarding use the current account.
5252
5253         * src/mainwindow.c
5254                 the "compose message" button has been replaced with
5255                 "new mail" and "new news" buttons
5256
5257         * src/prefs_common.[ch]
5258                 added a configuration option to use the forward button
5259                 as "forward as attachment"
5260                 changed reply and forward format description
5261
5262         * src/quote_fmt_lex.l
5263         * src/quote_fmt_parse.y
5264                 added message with no signature in format for reply
5265                 and forward.
5266
5267 2001-06-17 [paul]
5268
5269         Minor UI stuff
5270
5271         * src/mainwindow.c
5272         * src/summaryview.c
5273                 Improvements to the English
5274
5275         * src/prefs_common.c
5276                 Improvements to the English and some
5277                 clarity/continuity improvements in the
5278                 description of Quote symbols.
5279
5280 2001-06-17 [paul]
5281
5282         0.5.0claws1
5283
5284         * sync with sylpheed 0.5.0pre1
5285
5286 2001-06-17 [hoa]
5287
5288         * src/compose.c
5289                 Better interface for compose, displayed fields
5290                 are updated whenever we change account.
5291                 Newsgroups field is automatically filled.
5292
5293         * src/mainwindow.c
5294                 Newsgroups field is automatically filled.
5295
5296         * src/prefs_account.c
5297                 Some interface stuff when fields appear and
5298                 disappear.
5299
5300 2001-06-16 [paul]
5301
5302         0.4.99claws
5303
5304         * sync with sylpheed 0.4.99
5305
5306 2001-06-16 [sergey]
5307
5308         * src/base64.c, src/base64.h (Base64Decoder, base64_decoder_new,
5309         base64_decoder_free, base64_decoder_decode): new object and
5310         functions for decoding base64 streams.
5311         * src/procmime.c (procmime_decode_content): modified to use the
5312         new base64 decoder.
5313
5314 2001-06-15 [paul]
5315
5316         0.4.99claws10
5317
5318         * sync with sylpheed 0.4.99cvs11
5319
5320 2001-06-13 [paul]
5321
5322         0.4.99claws9
5323
5324         * sync with sylpheed 0.4.99cvs9
5325
5326 2001-06-13 [hoa]
5327
5328         * src/compose.c
5329         * src/prefs_account.c
5330
5331                 SMTP server can be defined in the news account
5332                 mime type of attachment are kept.
5333
5334         * src/summaryview.c
5335
5336                 now choose the highest important score between default
5337                 and important score of folder.
5338
5339 2001-06-09 [alfons]
5340         
5341         * src/prefs_common.c: 
5342
5343                 (prefs_quote_description_create): corrected description of 
5344                 quote format characters
5345
5346 2001-06-09 [paul]
5347
5348         0.4.99claws8
5349
5350         * sync with sylpheed 0.4.99cvs8
5351
5352 2001-06-08 [sergey]
5353
5354         * src/Makefile.am: fix for "make dist": added quote_fmt_parse.h
5355         and pixmaps/stock_mail_reply_to_author.xpm to EXTRA_DIST.
5356
5357 2001-06-08 [paul]
5358
5359         0.4.99claws7
5360
5361         * sync with sylpheed 0.4.99cvs7
5362
5363 2001-06-06 [sergey]
5364
5365         * src/quote_fmt.h: renamed from src/quote_fmt_parse.h (which
5366         clashes with autogenerated header).
5367         * src/compose.c, src/quote_fmt_parse.y: #include "quote_fmt.h"
5368         * src/Makefile.am: added quote_fmt.h.
5369         * src/.cvsignore: added lex/yacc autogenerated files
5370         (quote_fmt_lex.c, quote_fmt_parse.c, quote_fmt_parse.h).
5371
5372 2001-06-06 [paul]
5373
5374         0.4.99claws6
5375
5376         * sync with sylpheed 0.4.99cvs6
5377
5378 2001-06-06 [hoa]
5379
5380         * added src/quote_fmt_parse.h
5381         * src/compose.c
5382                 removed warnings
5383
5384         * src/prefs.[ch]
5385                 don't modify readonly configuration files
5386
5387         * src/prefs_account.c
5388         * src/prefs_common.c
5389         * src/prefs_customheader.c
5390         * src/prefs_display_header.c
5391         * src/prefs_filter.c
5392         * src/prefs_filtering.c
5393         * src/prefs_scoring.c
5394                 don't open dialog box when configuration files
5395                 are readonly
5396
5397 2001-06-05 [sergey]
5398
5399         * configure.in: added AM_PROG_LEX and AC_PROG_YACC.
5400
5401         * src/Makefile.am: replaced quote_fmt.tab.[ch] by
5402         quote_fmt_lex.[lh], quote_fmt_parse.y; added YFLAGS=-d; added
5403         BUILT_SOURCES to make all files rebuild properly.
5404
5405         * src/compose.c: removed #include "quote_fmt.tab.h".
5406
5407         * src/quote_fmt_lex.l: renamed from quote_fmt.l; changed to return
5408         CHARACTER value in yylval.
5409
5410         * src/quote_fmt_parse.y: renamed from quote_fmt.y; changed to
5411         receive CHARACTER value by documented means (yylval).
5412
5413         * src/lex.quote_fmt.c, src/quote_fmt.{l,y,tab.{c,h}}: removed.
5414
5415 2001-06-05 [hoa]
5416
5417         * src/Makefile.am
5418                 changed quote_fmt.[ch] into quote_fmt.tab.[ch]
5419
5420         * src/filtering.c
5421         * src/matcher.c
5422         * src/matcher.h
5423         * src/prefs_filtering.c
5424                 now keep the configuration for execute action
5425
5426         * src/mbox_folder.c
5427                 fixed a warning
5428
5429 2001-06-05 [paul]
5430
5431         * sync with sylpheed 0.4.99cvs5
5432
5433 2001-06-05 [hoa]
5434
5435         * src/Makefile.am
5436                 added quote_fmt.[ch]
5437
5438         * added src/quote_fmt.y
5439         * added src/quote_fmt.l
5440         * added src/quote_fmt.tab.h
5441         * added src/quote_fmt.tab.c
5442         * added src/lex.quote_fmt.c
5443                 parsing configuration for replying
5444                 and forwarding
5445
5446         * src/prefs_common.[ch]
5447                 added configuration UI for replying
5448                 and forwarding
5449
5450         * src/compose.c
5451                 using configuration for replying
5452                 and forwarding
5453
5454 2001-06-04 [hoa]
5455
5456         * src/filtering.c
5457         * src/matcher.c
5458         * src/matcher.h
5459         * src/prefs_filtering.c
5460         * src/prefs_matcher.c
5461         * src/prefs_matcher.h
5462                 action "run a command" for filtering
5463                 and matching with a command.
5464                 fixed the "whole message" matching
5465
5466         * src/mbox_folder.c
5467                 changed temporary filename for security
5468
5469         * src/messageview.c
5470                 queue the notification if it fails to send.
5471
5472         * src/prefs_common.c
5473         * src/prefs_folder_item.c
5474                 changed the default important score             
5475
5476         * src/prefs_scoring.c
5477         * src/scoring.c
5478                 hide kill score input when the folder is not
5479                 a newsgroup
5480
5481 2001-06-03 [alfons]
5482
5483         * src/prefs_common.c:
5484
5485                 (prefs_font_select): pass font name in font entry box to font
5486                 selection dialog.
5487
5488 2001-06-03 [sergey]
5489
5490         * src/smtp.c (smtp_ok): fixed sock_gets() error handling.
5491
5492 2001-06-03 [paul]
5493
5494         * sync with sylpheed 0.4.99cvs4
5495
5496 2001-06-03 [alfons]
5497
5498         * src/headerwindow.c:
5499
5500                 (headerwindow_show_cb): use the selected summary view item, not
5501                 the displayed item.
5502
5503 2001-06-02 [alfons]
5504
5505         * src/headerwindow.c:
5506
5507                 (headerwindow_show_cb): always try to show msginfo
5508
5509 2001-06-02 [hoa]
5510
5511         * src/compose.c
5512                 keep attached parts when reediting or forwarding.
5513
5514 2001-06-01 [hoa]
5515
5516         * src/folderview.c
5517         * src/prefs_folder_item.[ch]
5518         * src/prefs_scoring.[ch]
5519         * src/scoring.[ch]
5520         * src/summaryview.[ch]
5521         * src/main.c
5522         * src/mainwindow.c
5523         * src/prefs_common.[ch]
5524                 support for folder scoring
5525                 kill score and important score for messages
5526         
5527         * src/prefs_account.c
5528                 some display bug fixed for local account
5529                 preferences
5530
5531 2001-05-31 [alfons]
5532
5533         * src/summaryview.c:
5534
5535                 (add_sender_to_cb): don't crash when no or invalid sender; the add 
5536                 sender to address book menu item is disabled.
5537
5538 2001-05-30 [hoa]
5539
5540         * src/filtering.[ch]
5541         * src/summaryview.c
5542                 handling summary menu / filter messages
5543
5544         * src/folder.[ch]
5545                 add some stuff
5546
5547         * src/foldersel.c
5548                 imap folders now appears in list
5549
5550         * src/mbox_folder.c
5551                 doesn't crash if destination mail is not writeable
5552
5553 2001-05-29 [hoa]
5554
5555         * src/compose.c
5556                 removed some warnings
5557
5558         * src/filtering.c
5559         * src/folder.[ch]
5560         * src/prefs_filtering.c
5561                 global string to identify any folders           
5562                 removed some debug info
5563                 filtering to mbox folders is now possible
5564
5565         * src/mainwindow.c
5566                 removed some warnings
5567
5568         * src/mbox_folder.c
5569                 permission on files are changed to read/write for user only,
5570                 nothing for other.
5571                 creation of subfolder is handled better.
5572
5573 2001-05-28 [alfons]
5574
5575         Verified the sync for src/prefs_common.[ch] and
5576         src/prefs_account.[ch]. I believe there were some
5577         minor indentation differences.
5578
5579 2001-05-28 [paul]
5580
5581         0.4.99claws3
5582
5583         * sync with 0.4.99cvs3
5584
5585 2001-05-28 [hoa]
5586
5587         * src/compose.c
5588                 handling flags for mbox format
5589
5590         * src/filtering.c
5591                 use of mark file only for MH format
5592                 handling flags for mbox format
5593                 filtering cannot yet move or copy mails to mbox folders.
5594
5595         * src/folder.[ch]
5596                 changed move_msg, copy_msg,
5597                 move_msgs_with_dest, copy_msgs_with_dest functions
5598                 uses only folder->copy_msg() function
5599                 uses folder->finished_copy() to handle the destination
5600                 folder at the end of the copy or move operation.
5601
5602         * src/foldersel.c
5603                 included mbox directories.
5604
5605         * src/folderview.[ch]
5606         * src/mainwindow.c
5607                 handle folders operation for mbox format
5608
5609         * src/mbox.c
5610                 disable conversion of "From " header
5611
5612         * src/mbox_folder.[ch]
5613                 completion of mbox format handling
5614
5615         * src/mh.c
5616                 changed mh_copy_msg() function and
5617                 removed mh_move_msg(), mh_move_msgs_with_dest(),
5618                 mh_copy_msgs_with_dest()
5619
5620         * src/prefs_filtering.c
5621                 removed some warnings
5622
5623         * src/prefs_matcher.c
5624                 default boolean operation is AND
5625
5626         * src/procheader.c
5627                 handling flags for mbox format
5628                 handling of "From " header
5629
5630         * src/procmsg.[ch]
5631                 removed data field
5632                 added MSG_REALLY_DELETED flags to handle deletion of
5633                 messages in mbox format.
5634
5635         * src/summaryview.c
5636                 handling flags for mbox format
5637                 disable the MSG_DELETED flags when messages
5638                 are deleted in mbox format
5639
5640         * src/textview.c
5641                 "From " headers display fixed.
5642
5643 2001-05-27 [alfons]
5644
5645         * src/textview.c:
5646                 
5647                 (get_email_part): skip quoted email addresses, like in e.g.
5648                 "'alfons@proteus.demon.nl'".
5649
5650 2001-05-26 [alfons]
5651
5652         Minor GUI fixes adding horizontal scrollbars to Hoa's matcher dialogs,
5653         and fixing the persistence troubles when using separate windows.
5654
5655         * src/mainwindow.c:
5656         
5657             Added #define SEPARATE_ACTION used in the gtk item factory for 
5658             the SEPARATE_FOLDER and SEPARATE_MESSAGE items, so we can
5659                 use gtk_item_factory_get_widget_by_action() to get the items.
5660                 
5661             Removed separate_widget_cb from the gtk item factory data   
5662           
5663             (mainwindow_create): connect separate_widget_cb() to check
5664             menu item "toggled" signal. also passing a MainWindow pointer
5665                 as object data for both check menu items.
5666                 
5667             (separate_widget_cb): definition of separate_widget_cb() to match
5668             GtkCheckMenuItem's "toggled" signal. Now get the pointer to the main 
5669                 window using gtk_object_get_data(). The type of window separation 
5670                 (SEPARATE_MESSAGE or SEPARATE_FOLDER) is passed as the signal's data
5671         
5672         * src/prefs_filtering.c,
5673           src/prefs_matcher.c: added horizontal scrollbars
5674
5675 2001-05-25 [darko]
5676
5677         * src/headerview.c
5678                 fix segfault with invalid bold font
5679         * src/summaryview.c
5680                 correctly display summary stats after row is marked
5681
5682 2001-05-23 [sergey]
5683
5684         * src/codeconv.c (conv_get_code_conv_func): fix for ISO-8859-*
5685         encodings with libjconv.
5686
5687 2001-05-23 [hoa]
5688
5689         * src/Makefile.am
5690                 added mbox_folder.[ch]
5691         * src/defs.h
5692                 mbox temporary folder
5693         * src/folder.[ch]
5694         * added src/mbox_folder.[ch]
5695         * src/folderview.c
5696         * src/procheader.[ch]
5697                 added mbox support
5698         * src/mbox.c
5699                 bugfix for file incorporation filtering
5700         * src/imap.c
5701                 enable creation of MBOX
5702         * src/prefs_display_header.c
5703                 enable use of headers like "From "
5704                 something that should be fixed :
5705                         displaying of such headers add an extra space
5706         * src/prefs_folder_item.c
5707                 don't create folders because it is not necessary
5708         * src/procmsg.h
5709                 added data field to MsgInfo for mbox internal use
5710         * src/summaryview.c
5711                 added some support for mbox
5712         * src/utils.[ch]
5713                 added get_mbox_cache_dir() function
5714
5715 2001-05-23 [hiroyuki]
5716
5717         * src/headerwindow.c
5718           src/inc.c
5719           src/main.c
5720           src/mh.c
5721           src/nntp.c
5722           src/procmsg.h
5723           src/session.h
5724           src/socket.[ch]
5725           src/summaryview.c
5726           src/textview.c
5727           src/automaton.c
5728           src/folderview.c: more sync with 0.4.99cvs2.
5729
5730         * src/headerwindow.c: reverted.
5731
5732 2001-05-22 [paul]
5733
5734         0.4.99claws2
5735
5736         * sync with sylpheed 0.4.99cvs2
5737                 * src/news.[ch]
5738                 * src/nntp.[ch]
5739                 * INSTALL
5740                 * INSTALL.jp
5741
5742 2001-05-22 [alfons]
5743
5744         * src/summaryview.c: bugfixed a premature assignment in  summaryview_add_sender_to_cb()
5745
5746 2001-05-21 [alfons]
5747
5748         Minor things:
5749
5750         * configure.in: if gnome-config not found, "no" is displayed
5751         
5752         * sylpheed.desktop: "Hello World" is replaced with "Sylpheed Mail"
5753
5754         * src/textview.c: now also possible to add mail addresses by right
5755           clicking in the text view
5756
5757         * src/codeconv.c: merged patch which fixes endless loop when encountering
5758           invalid wide characters; from Alte <010@imis.ru>  
5759
5760 2001-05-20 [alfons]
5761
5762         Added installation of gnome specific things:
5763
5764         * Makefile.am: gnome conditional
5765
5766         * configure.in: check for installed gnome
5767
5768         * added sylpheed.png, sylpheed.desktop
5769
5770 2001-05-20 [sergey]
5771
5772         * src/pixmaps/stock_mail_reply_to_author.xpm: new file.
5773
5774         * src/mainwindow.h (main_window_toolbar_create): created a button
5775         for "Reply to all".
5776         (main_window_set_toolbar_sensitive): enable/disable the new button
5777         appropriately.
5778         (toolbar_reply_to_author_cb): handle the new button.
5779
5780         * src/send.c (SEND_EXIT_IF_ERROR, SEND_EXIT_IF_NOTOK): call
5781         send_progress_dialog_destroy() on failure (fixes hang on SMTP
5782         failure).
5783
5784 2001-05-19 [sergey]
5785
5786         * src/compose.h (ComposeReplyMode): new modes
5787         COMPOSE_REPLY_TO_AUTHOR, COMPOSE_REPLY_TO_AUTHOR_WITH_QUOTE,
5788         COMPOSE_REPLY_TO_AUTHOR_WITHOUT_QUOTE.
5789
5790         * src/compose.c
5791         (compose_send): move some code into a new function:
5792         (compose_current_mail_account): new function.
5793         (compose_reply): new argument to_author, all callers changed; if
5794         to_author==TRUE and account->protocol==A_NNTP, find and use an
5795         appropriate mail account for replying.
5796         (compose_reply_set_entry): new argument to_author; ignore
5797         compose->replyto if to_author==TRUE.
5798
5799         * src/mainwindow.c: new command "Message/Reply to author".
5800         (main_window_set_menu_sensitive): enable/disable it.
5801         (reply_cb): handle it.
5802
5803         * src/summaryview.c: new command "Reply to author".
5804         (summary_set_menu_sensitive): enable/disable it.
5805         (summary_reply_cb): handle it.
5806
5807         * src/account.c (account_find_mail_from_address): new function.
5808
5809 2001-05-18 [paul]
5810
5811         0.4.99claws1
5812
5813         * sync with sylpheed 0.4.99cvs1
5814
5815 2001-05-18 [hoa]
5816
5817         * src/compose.[ch]
5818         * src/filtering.c
5819         * src/summaryview.c
5820                 new filtering action : forward and forward as attachment
5821
5822         * src/main.c
5823                 no need for $DISPLAY when we run sylpheed --help
5824                 call to parse_cmd_opt() is moved
5825
5826         * src/mainwindow.[ch]
5827                 execute button is hidden when immediate execute
5828                 is chosen
5829
5830         * src/mh.c
5831         * src/news.c
5832         * src/prefs_folder_item.c
5833         * src/procmsg.c
5834                 better handling of missing directories
5835
5836         * src/summaryview.c
5837                 reedit is enabled in outbox
5838                 reedit is enabled in queue
5839
5840 2001-05-17 [hoa]
5841
5842         * src/filtering.c
5843         * src/matcher.[ch]
5844         * src/prefs_filtering.c
5845                 changed attachement into attachment
5846
5847 2001-05-17 [alfons]
5848
5849         0.4.67claws4    
5850
5851         * sync with sylpheed 0.4.67cvs9
5852         * sync with sylpheed 0.4.67cvs7-8
5853
5854 2001-05-17 [hoa]
5855
5856         * src/Makefile.am
5857                 added prefs_filtering.c
5858
5859         * src/filtering.[ch]
5860         * src/matcher.[ch]
5861                 removed action : forward_news and forward_news_as_attachement
5862                 (forward and forward_as_attachement can be used instead)
5863
5864         * src/mainwindow.c
5865                 added menu option to access filtering configuration
5866
5867         * src/prefs_account.c
5868                 changed mail_command default to /usr/sbin/sendmail
5869
5870         * added src/prefs_filtering.[ch]
5871                 dialog box for filtering configuration
5872
5873         * src/prefs_matcher.c
5874                 added function prefs_matcher_get_criteria_from_matching()
5875
5876         * src/prefs_scoring.c
5877                 reset the dialog when register or substitute is clicked
5878
5879 2001-05-15 [hoa]
5880
5881         * src/Makefile.am
5882                 added filtering.[ch]
5883         * src/inc.c
5884                 using filering.[ch] instead of filter.[ch]
5885         * src/main.c
5886                 reading new filtering configuration
5887         * src/matcher.[ch]
5888                 added some filtering actions
5889                 and fixed a bug for headers and mail body matching
5890         * src/mbox.c
5891                 using filering.[ch] instead of filter.[ch]
5892         * src/mh.c
5893                 handling invalid MsgInfo in mh_copy_msg() and mh_move_msg()
5894         * src/summaryview.c
5895                 some fixes for filtering
5896
5897 2001-05-14 [hiroyuki]
5898
5899         * src/send.c: fixed some weird indentations.
5900           send_message_with_command(): call pclose() only if p != NULL.
5901         * src/textview.c: get_email_part(): modified the code for readability.
5902
5903 2001-05-14 [hiroyuki]
5904
5905         * src/md5global.h
5906           src/md5ify.c
5907           src/md5ify.h: removed from the cvs.
5908
5909 2001-05-13 [sergey]
5910
5911         * src/main.c: include rfc2015.h to avoid compiler warnings.
5912         * src/alertpanel.c (alertpanel_message_with_disable): return 0 if
5913         the panel is already on screen.
5914         * src/prefs_customheader.c (prefs_custom_header_delete_cb): treat
5915         closing the alert window by ESC as "No".
5916         * src/prefs_common.c (prefs_interface_create): moved return
5917         receipt check button to the correct place.
5918
5919 2001-03-13 [alfons]
5920
5921         * src/prefs_common.c: 
5922                 moved return receipt check button to the Send tab. (prefs_send_create)
5923                 removed the date format ui related globals. (prefs_display_create)
5924
5925         0.4.67claws3
5926         
5927         * sync with sylpheed 0.4.67cvs5-6
5928
5929 2001-05-13 [paul]
5930
5931         * added Alfons' font selection patch
5932
5933         * src/defs.h
5934         * src/headerwindow.c
5935         * src/prefs_common.c
5936         * src/prefs_common.h
5937
5938 2001-05-13 [hoa]
5939         * src/defs.h
5940                 changed version of cache
5941         * src/matcher.[ch]
5942         * src/prefs_matcher.c
5943                 added additionnal matching criteria
5944         * src/procheader.c
5945         * src/procmsg.[ch]
5946         * src/news.c
5947                 added references in MsgInfo
5948
5949 2001-05-12 [hoa]
5950
5951         * src/defs.h
5952                 prepared some things for new filtering
5953         * src/matcher.[ch]
5954                 added some matching properties
5955                 inreplyto need to be enhanced
5956                 prepared some things for new filtering
5957         * src/messageview.c
5958                 added Return-Receipt-To handling
5959         * src/prefs_folder_item.c
5960                 changed default value to TRUE
5961         * src/prefs_matcher.c
5962                 added some matching properties
5963         * src/prefs_scoring.[ch]
5964                 the scoring dialog is finished
5965         * src/procheader.c
5966                 added Return-Receipt-To handling
5967                 Reference need to be added
5968         * src/procmsg.[ch]
5969                 added Return-Receipt-To handling
5970                 added threadscore to get a better score sorting when
5971                 threads are enabled
5972         * src/summaryview.c
5973                 suppressed a bug when we sort the list
5974                 when no folder is opened.
5975                 better score sorting when threads are enabled
5976
5977 2001-05-12 [alfons]
5978
5979         * reverted previous patch because of potential errors 
5980
5981         0.4.67claws2
5982         
5983         * src/inc.c, src/prefs_common.c, src/prefs_common.h: 
5984                 applied "toggle mail-retrieval dialog window" patch submitted 
5985                 by Eric Limpens <eric@qnt.net>
5986
5987         * sync with sylpheed 0.4.67cvs4
5988
5989 2001-05-12 [sergey]
5990
5991         * src/matcher.c, src/scoring.c: changed "#ifdef 0" to "#if 0" for
5992         some picky compilers.
5993         * src/rfc2015.h: provide prototype for rfc2015_disable_all().
5994         * src/grouplist_dialog.c: include alertpanel.h.
5995         * src/prefs_headers.c (prefs_headers_deleted): added GTK_BUTTON to
5996         fix compile warning.
5997         * src/scoring.c, src/prefs_folder_item.c, src/matcher.c: brought
5998         #include "defs.h" before others to prevent the warning of `MIN'
5999         and `MAX' redefinition.
6000
6001 2001-05-11 [hoa]
6002
6003         * src/main.c
6004         * src/messageview.c
6005         * src/prefs_account.c
6006         * src/prefs_display_header.c
6007                 removed warning
6008         * src/Makefile.am
6009                 added prefs_scoring.[ch]
6010         * src/grouplist_dialog.c
6011                 display an error dialog box if the group list
6012                 cannot be fetched.
6013         * src/mainwindow.[ch]
6014                 added main_window_set_thread_option() function
6015                 scoring dialog box enabled
6016         * src/matcher.[ch]
6017                 added flags matching unread /new / marked
6018                 / deleted / replied / forwarded
6019         * src/news.c
6020                 newsgroups are now finally in newscache
6021         * src/prefs_matcher.[ch]
6022                 finished preferences for matching dialog
6023         * added src/prefs_scoring.[ch]
6024                 scoring dialog box completed
6025         * src/scoring.[ch]
6026                 conversion to string : added scoringprop_to_string()
6027                 write config for preferences :
6028                 added prefs_scoring_write_config()
6029         * src/summaryview.c
6030                 threads can be enabled/disabled independently
6031                 for each folder
6032
6033 2001-05-10 [alfons]
6034
6035         0.4.67claws1
6036         
6037         * AUTHORS: 
6038                 thought it would be nice to have a list of all
6039                 contributors (used Changelog as a reference)
6040         
6041         * configure.in: 
6042                 messed up version numbering...
6043
6044         0.4.66claws1
6045
6046         * sync with sylpheed 0.4.67cvs1-3
6047
6048 2001-05-10 [darko]
6049
6050         * src/prefs_common.c:
6051                 better UI for strftime format, double clicking
6052                 on format now inserts the format in text entry
6053                 replaced close button with standard OK/Cancel
6054                 moved date format button to the right of the
6055                 text entry field
6056
6057 2001-05-09 [alfons]
6058
6059         * src/gtkstext.c:
6060                 Ctrl-Home / Ctrl-End have proper cursor navigation
6061
6062 2001-05-09 [hoa]
6063
6064         * src/prefs_matcher.c
6065                 finished UI to define matching properties
6066                 added ok and cancel button
6067         * src/prefs_filter.c
6068                 added ok and cancel button
6069         * src/news.c
6070                 fixed some bug in xhdr parsing
6071
6072 2001-05-08 [alfons]
6073
6074         * src/textview.c: 
6075                 fixed a bug in textview_show_header(), which displayed two colons (':');
6076                 cleaned up some warnings
6077
6078 2001-05-08 [hoa]
6079
6080         * src/Makefile.am
6081                 added prefs_matcher.[ch]
6082                 compilation with -W -Wall
6083         * src/alertpanel.c
6084                 ungrab the mouse events if grabbed - does it
6085                 fix the bug for disposition notification ?
6086         * src/mainwindow.c
6087                 added a menu option to open the matching dialog.
6088         * src/matcher.[ch]
6089                 added matcherprop_to_string() and matcherlist_to_string()
6090                 fixed some bugs, changed the name of some options
6091                 age_sup and age_inf becomes age_greater and age_lower,
6092                 body and messageheaders becomes body_part and headers_part,
6093                 changed the names of constants from SCORING_XXX to MATCHING_XXX
6094         * src/prefs_display_header.c
6095         * src/prefs_headers.c
6096                 fixed a bug that accidentally destroyed dialogs
6097                 when closed them with delete_event
6098                 Added *_deleted() which handle delete_event signal correctly.
6099         * src/prefs_folder_item.[ch]
6100                 added "enable_thread" field for future customization
6101         * added src/prefs_matcher.[ch]
6102                 sample of the UI to define matching properties
6103         * src/procheader.c
6104                 using procheader_headername_equal instead of str*cmp functions
6105                 using procheader_parse_header() function
6106         * src/scoring.c
6107                 using MATCHING_XXX instead of SCORING_XXX
6108         * src/summaryview.c
6109                 display the sender of the news even if this is ourself
6110                 when this is a news message.
6111         * src/textview.c
6112                 using headername_equal() instead of str*cmp functions
6113
6114 2001-05-08 [alfons]
6115
6116         0.4.66claws
6117
6118         * sync with sylpheed 0.4.66
6119         * src/gtkstext.c: trace logs added 
6120
6121 2001-05-08 [sergey]
6122
6123         * src/prefs_common.[ch]: added option to enable/disable GnuPG
6124         signature check popup.
6125         * src/rfc2015.c (check_signature): show signature check popup only
6126         if it is enabled in preferences.
6127
6128 2001-05-07 [alfons]
6129
6130         0.4.66claws4
6131         
6132         * sync with sylpheed 0.4.66cvs6
6133
6134 2001-05-07 [darko]
6135
6136         * src/prefs_common.[ch]: added option to enable/disable
6137           looking up sender name in address book for summary pane
6138         * src/summaryview.c: look up sender in the address book
6139           by using Alfons' address completion code
6140
6141 2001-05-07 [hiroyuki]
6142
6143         * src/inc.h
6144           src/pop.c: pop3_retr_recv(): removed cur_msg_bytes from the
6145           member of Pop3State.
6146         * src/news.c: brought #include "defs.h" before #include <glib.h>
6147           to prevent the warning of `MIN' and `MAX' redefinition.
6148
6149 2001-05-06 [hoa]
6150
6151         * removed src/headers_display.[ch]
6152         * removed src/prefs_display_headers.[ch]
6153         * src/inc.c
6154                 use a temporary file in the user directory for mbox import
6155         * src/news.c
6156                 added XHDR support to get "To" and "Cc" headers
6157                 (in order to match news with to or cc field for
6158                 scoring)
6159                 added function news_parse_xhdr() to get XHDR response
6160         * src/nntp.[ch]
6161                 added function nntp_xhdr()
6162         * src/matcher.c
6163                 fetch the message if necessary
6164
6165 2001-05-06 [alfons]
6166
6167         0.4.66claws3
6168
6169         * sync with sylpheed 0.4.66cvs3-5
6170
6171 2001-05-06 [hoa]
6172
6173         * src/utils.[ch]
6174                 added function itos_buf() to enable use of several buffers
6175         * src/summaryview.c
6176                 use of itos_buf() instead of itos() in summary list
6177                 to fix the broken display of message number.
6178
6179 2001-05-06 [alfons]
6180
6181         * src/gtkstext.c: bug in cursor up navigation fixed,
6182                 fixed another unsigned / signed comparison (we're getting there :-)
6183
6184 2001-05-06 [hoa]
6185
6186         * src/Makefile.am
6187                 added scoring.c scoring.h
6188                 prefs_folder_item.c prefs_folder_item.h
6189                 matcher.c matcher.h
6190         * src/defs.h
6191                 added FOLDERITEM_RC SCORING_RC
6192         * src/folder.[ch]
6193                 added prefs field in FolderItem :
6194                 properties for each folder (PrefsFolderItem),
6195                 sorting type and mode were added as the first properties.
6196         * src/main.c
6197                 read config for scoring
6198         * added src/matcher.[ch]
6199                 gives functions to parse configuration file to do
6200                 matching on mails with a list of conditions.
6201         * src/mainwindow.c
6202                 add option to sort by score
6203         * src/prefs_common.[ch]
6204                 added preference option to show score and for
6205                 the score column size
6206         * added src/prefs_folder_item.[ch]
6207                 properties for each folder (PrefsFolderItem),
6208                 sorting type and mode were added as the first properties.
6209         * src/procheader.[ch]
6210                 added procheader_parse_header()
6211                 added procheader_header_free()
6212                 added procheader_headername_equal()
6213                 and made modification to use them.
6214         * src/procmsg.[ch]
6215                 added score field to MsgInfo structure
6216         * added src/scoring.[ch]
6217                 gives functions to parse configuration file to do
6218                 scoring on mails with a list of conditions.
6219         * src/summaryview.[ch]
6220                 save the sorting type and mode for the folder
6221                 added column to display the score of the mail
6222                 added function summary_score_clicked()
6223                 sorting type and mode are restored to the folder
6224                 when it is reopen
6225         * src/textview.c
6226                 use procheader_parse_header(), procheader_headername_equal()
6227                 removed memory leak in text_scan_header when freeing headers
6228         * src/filter.c
6229                 changed the function to match names of headers
6230                 using procheader_headername_equal()
6231
6232         Scoring functions are implemented, an interface is needed
6233         to configure that.
6234
6235 2001-05-04 [alfons]
6236
6237         * src/gtkstext.c: 
6238                 hopefully fixed the row up navigation bug,
6239                 removed adding back / forward lines to cache
6240
6241 2001-05-04 [sergey]
6242
6243         * src/prefs_display_headers.c: user interface changes:
6244         (prefs_display_headers_create): remove unused "Show" check button;
6245         allow reordering of headers by dragging.
6246         (prefs_display_headers_write_config): remove unused variables.
6247         (prefs_display_headers_set_dialog): do not insert "(New)" at top
6248         of lists (not needed with the new UI).
6249         (prefs_display_headers_set_list): scan lists starting from row 0,
6250         not 1 (do not skip "(New)").
6251         (prefs_display_headers_find_header): new function.
6252         (prefs_display_headers_clist_set_row): do not allow duplicates.
6253         (prefs_display_headers_delete_cb): do not skip row 0; treat
6254         closing the alert window by ESC as "No".
6255         (prefs_display_headers_up): do not protect row 0.
6256         (prefs_display_headers_down): do not protect row 0.
6257
6258 2001-05-04 [sergey]
6259
6260         * src/mainwindow.c (next_marked_cb, prev_marked_cb): new
6261         functions.
6262
6263         * src/summaryview.c
6264         (summary_find_next_marked_msg, summary_find_prev_marked_msg,
6265         summary_select_next_marked, summary_select_prev_marked): new
6266         functions.
6267
6268 2001-05-03 [sergey]
6269
6270         * src/news.c: fixed a bug when no article can be fetched after
6271         server timeout if the connection was restored by news_post():
6272         (news_select_group): new function.
6273         (news_fetch_msg): call news_select_group() before fetching
6274         article.
6275         (news_get_uncached_articles): set session->group after successful
6276         GROUP command.
6277
6278 2001-05-03 [hoa]
6279
6280         * src/defs.h
6281         * src/procmsg.[ch]
6282         * src/procheader.c
6283                  changed version of cache, added cc field
6284
6285         * src/prefs_display_headers.c
6286                 the interface was changed
6287
6288         * src/prefs_headers.c
6289                 added cancel button
6290
6291 2001-05-03 [alfons]
6292
6293         * completed sync of sylpheed cvs2
6294         * src/gtkstext.c: updated row up / down cursor navigation
6295         * src/textview.c: re-edited, prepared for fixing the email address
6296                 scanner.
6297
6298 2001-05-03 [darko]
6299
6300         * src/prefs_common.c: use alfons' strftime ui code
6301         entry_datefmt and datefmt_sample widgets have to be
6302         global in this module because of this change
6303
6304 2001-05-03 [hoa]
6305
6306         * src/messageview.c
6307         * src/prefs_common.[ch] added option to activate the return receipt
6308                 feature.
6309
6310 2001-05-02 [alfons]
6311
6312         * src/gtkstext.c: fix for row up/down cursor navigation. 
6313
6314         0.4.66claws2
6315         
6316         * sync with 0.4.66cvs2
6317
6318 2001-05-02 [paul]
6319
6320         added add-sender-to-addressbook patch
6321
6322         * src/addressbook.c
6323         * src/addressbook.h
6324         * src/summaryview.c
6325
6326 2001-05-02 [sergey]
6327
6328         * src/alertpanel.h (AlertValue): added G_ALERT_VALUE_MASK,
6329         G_ALERTDISABLE.
6330
6331         * src/alertpanel.c (alertpanel_create): new argument can_disable,
6332         all existing callers changed to pass FALSE; create a check button
6333         to disable the message.
6334         (alertpanel_message_with_disable): new function.
6335         (alertpanel_show): mask value with G_ALERT_VALUE_MASK.
6336         (alertpanel_button_toggled): new function.
6337         (alertpanel_button_clicked, alertpanel_close): set value using
6338         G_ALERT_VALUE_MASK.
6339
6340         * src/prefs_common.h (PrefsCommon): new field gpgme_warning.
6341
6342         * src/prefs_common.c (prefs_privacy_create): new check button
6343         checkbtn_gpgme_warning.
6344
6345         * src/main.c (main): moved preferences reading before gpgme
6346         initialization; check prefs_common.gpgme_warning before giving the
6347         GnuPG warning and set it to FALSE if the user wants to disable the
6348         warning.
6349
6350 2001-05-02 [hiroyuki]
6351
6352         * src/prefs_display_headers.c: modified the layout and some labels.
6353
6354 2001-05-02 [sergey]
6355
6356         * src/prefs_account.c (prefs_account_fix_size): new function.
6357         (prefs_account_create): call prefs_account_fix_size(); use
6358         gtk_widget_show instead of gtk_widget_show_all (fixes too large
6359         size when the window is shown for the first time).
6360         (prefs_account_basic_create): changed layout of serv_table; moved
6361         localmbox_entry above smtpserv_entry (logically it replaces
6362         POP3/IMAP server).
6363         (prefs_account_protocol_activated): set sensitivity of
6364         nntpauth_chkbtn according to the protocol (in addition to
6365         hide/show); commented out gtk_table_set_row_spacing() calls.
6366         (prefs_account_nntpauth_toggled): do nothing if nntpauth_chkbtn is
6367         not sensitive (fixes a bug with disabled username/password boxes
6368         when editing POP3 account after NNTP with authentication).
6369
6370 2001-05-02 [hoa]
6371
6372         * src/account.c
6373         * src/inc.c
6374         * src/prefs_account.[ch]
6375         * src/send.c
6376                 removed local account without SMTP server
6377                 added option to use mail command instead of a connexion
6378                 to SMTP server when a local account is used
6379         * src/prefs_headers.c
6380                 fixed a bug
6381         * src/news.c
6382                 fixed a bug when connexion immediately closed
6383
6384 2001-05-01 [alfons]
6385
6386         0.4.66claws1
6387         
6388         * sync with 0.4.65
6389
6390 2001-05-01 [sergey]
6391
6392         * src/prefs_account.c (Basic, prefs_account_basic_create): new
6393         widget nntpauth_chkbtn.
6394         (prefs_account_protocol_activated): handle nntpauth_chkbtn
6395         visibility.
6396         (prefs_account_nntpauth_toggled): new function.
6397
6398         * src/news.c (news_session_new_for_folder): use NNTP
6399         authentication only if ac->use_nntp_auth is set.
6400
6401 2001-05-01 [hoa]
6402
6403         * src/Makefile.am changed headers.[ch] in customheader.[ch]
6404         * src/prefs_display_headers.c changed the UI
6405         * src/prefs_headers.c changed account_name to account_id
6406         * src/compose.c using customheader.h
6407
6408 2001-05-01 [hiroyuki]
6409
6410         * src/esmtp.c
6411           src/news.c
6412           src/nntp.c: changed sock_read() to sock_gets(), they've been left
6413           unsynched.
6414
6415 2001-05-01 [hoa]
6416
6417         * src/Makefile.am added prefs_display_headers.[ch] headers_display.[ch]
6418         * src/defs.h added HEADERS_DISPLAY_RC : name of the config file
6419                 for displaying of headers
6420         * src/grouplist_dialog.[ch] minor changes to remove warnings
6421         * src/prefs_display_headers.[ch] dialog to choose the
6422         headers to display in the mail viewer.
6423         * src/headers.h correction of #define
6424         * src/headers_display.[ch] configuration for displaying of headers.
6425         * src/main.c read config of displaying of headers
6426         * src/prefs_common.c add a button to access the config dialog
6427                 for displaying of headers
6428         * src/prefs_display_headers.[ch] dialog for configuration for
6429                 displaying of the headers.
6430         * src/prefs_headers.c cleaning of code
6431         * src/procheader.c comments added to code
6432         * src/textview.c changes to reorder the headers depending
6433                 on the config for displaying of headers
6434
6435 2001-04-30 [alfons]
6436
6437         0.4.65claws7
6438
6439         * sync with 0.4.65cvs12
6440
6441         NOTE: nntp.c and news.c in claws and cvs branch differ significantly!
6442
6443 2001-04-30 [sergey]
6444
6445         * src/nntp.h (NNTPSockInfo): new field auth_failed.
6446
6447         * src/nntp.c (nntp_mode): return NN_AUTHREQ if sock->auth_failed
6448         is set to force reconnection after authentication failure.
6449         (nntp_gen_command): set sock->auth_failed on authentication
6450         failure, or if sock->userid and sock->passwd are not set.
6451
6452         * src/news.c (news_session_new_for_folder): set userid=NULL if
6453         password dialog is cancelled.
6454
6455 2001-04-30 [sergey]
6456
6457         * src/nntp.h (NNTPSockInfo): new type.
6458
6459         * src/nntp.c: all functions updated to use NNTPSockInfo instead of
6460         SockInfo.
6461         (nntp_open_auth, nntp_close): new functions.
6462         (nntp_gen_command): new function to handle authentication; all
6463         NNTP command functions updated to use it.
6464         (nntp_authinfo_user, nntp_authinfo_pass): deleted.
6465         (nntp_list): removed old useless code.
6466
6467         * src/news.h (NNTPSession): new field nntp_sock.
6468
6469         * src/news.c: all functions updated to use NNTPSockInfo instead of
6470         SockInfo.
6471         (news_session_new): new arguments (userid, passwd); made static;
6472         use nntp_open_auth() if needed.
6473         (news_session_destroy): use nntp_close() instead of sock_close().
6474         (news_query_password): changed arguments.
6475         (news_session_new_for_folder): new function.
6476         (news_session_get): use news_session_new_for_folder().
6477         (news_authenticate): deleted.
6478         (news_get_uncached_articles): removed old authentication code.
6479
6480 2001-04-30 [sergey]
6481
6482         * src/news.c: reverted my previous changes (need to do NNTP
6483         authentication in a cleaner way).
6484         
6485 2001-04-29 [sergey]
6486
6487         * src/news.c (news_nntp_group, news_nntp_list, news_nntp_xover,
6488         news_nntp_post, news_nntp_mode): new functions (wrappers with
6489         authentication support).
6490         (news_get_article_cmd, news_get_article, news_get_header): new
6491         argument "folder"; all callers changed.
6492         (news_get_article_cmd): added authentication support.
6493         (news_session_get): use news_nntp_mode() instead of nntp_mode().
6494         (news_post): use news_nntp_post() instead of nntp_post().
6495         (news_get_uncached_articles): use news_nntp_group() instead of
6496         nntp_group() and news_nntp_xover() instead of nntp_xover();
6497         removed old authentication code.
6498         (news_get_group_list): use news_nntp_list() instead of nntp_list().
6499
6500         * src/nntp.c (nntp_list): return real error code instead of
6501         hardcoded NN_ERROR.
6502
6503 2001-04-29 [sergey]
6504
6505         * configure.in: fixed wint_t typedef detection again
6506
6507 2001-04-28 [hoa]
6508
6509         * src/prefs_account.[ch], added A_LOCAL_CMD
6510                 (send mail with mail command)
6511         * src/send.c added function send_message_with_command()
6512         * src/inc.c made a more secure get_spool() function with
6513                 mktemp() but maybe mkstemp() or something more
6514                 secure can be used.
6515
6516 2001-04-28 [alfons]
6517
6518         * src/textview.c, colorization of email addresses in headers
6519
6520         0.4.65claws6
6521
6522         * bug sync with sylpheed
6523         * prefs_common.c: created date format ui for darko
6524         * sync with 0.4.65cvs11
6525         * configure.in: corrected to have the new gpg checks
6526
6527 2001-04-27 [alfons]
6528
6529         * completed sync with 0.4.65cvs10
6530         * minor debug things added to gtkstext.c
6531
6532 2001-04-27 [darko]
6533
6534         * configure.in: remove check for availability of
6535           strftime() as advised by Hiroyuki
6536         * src/prefs_common.[ch], src/procheader.c:
6537           synch strftime() code with Hiroyki's main branch
6538
6539 2001-04-26 [sergey]
6540
6541         * src/news.c: news_query_password(), news_authenticate(): new
6542           functions.
6543           news_get_uncached_articles(): added NNTP authentication
6544           handling.
6545         * src/nntp.[ch]: nntp_authinfo_user(), nntp_authinfo_pass():
6546           new functions.
6547         * src/prefs_account.c: prefs_account_protocol_activated():
6548           enable userid and password fields for NNTP.
6549
6550 2001-04-26
6551
6552         * configure.in: check for availability of strftime()
6553           [darko]
6554         * src/prefs_common.[ch], src/procheader.c: use
6555           strftime() for displaying date in summary pane if it
6556           is available
6557
6558 2001-04-25
6559
6560         * more .cvsignore cleanups [alfons]
6561
6562 2001-04-25
6563
6564         * ac/sv-check-type.m4: new autoconf macro.
6565         * configure.in: fixed wint_t typedef detection (did not work
6566           with gcc-2.96).
6567
6568 2001-04-25
6569
6570         * acconfig.h: added USE_GTKGDK_XIM definition for autoheader.
6571           [hiroyuki]
6572
6573 2001-04-24
6574         * modified gtkstext.c : buggy cursor navigation fixed, 
6575           and font descent also taken in account when drawing
6576           cursor. [alfons]
6577
6578 2001-04-24 [hoa]
6579         * added comments in src/news.c src/nntp.c
6580         * added src/prefs_headers.[ch]
6581         * added src/headers.[ch]
6582         * modified compose.c to activate custom headers
6583                 added function is_in_custom_headers
6584         * modified prefs_account.[ch]
6585                 added function prefs_account_customhdr_edit
6586         * modified src/defs.h :
6587                 added HEADERS_RC : name of the config file
6588                 for the custom headers
6589
6590 2001-04-24
6591
6592     0.4.65claws5
6593
6594         * configure.in
6595           src/gtkstext.[ch]
6596           src/compose.c
6597           src/Makefile.am
6598           
6599           added gtkstext with configure.in patch by Hiroyuki which
6600           should fix the XIM detection [alfons]
6601
6602         * more clean up of cvs [alfons]
6603
6604                  * removed all Makefile.in files to attic.
6605
6606                  * updated all .cvsignores to really ignore things that could
6607                    be unintentionally committed by a recursive commit.
6608
6609 2001-04-23 [hoa]
6610         * added src/grouplist_dialog.[ch]
6611         * changed src/folderview.c to call grouplist_dialog instead
6612                 of inputdialog
6613         * src/news.c :
6614                 added functions news_reset_group_list
6615                 and news_get_group_list
6616         * src/nntp.c :
6617                 added function nntp_list
6618         * src/defs.h :
6619                 added GROUPLIST_FILE : name of the newsgroup list cache file
6620
6621 2001-04-21
6622
6623         * added option to warn about queued messages on exit [sergey]:
6624
6625           * src/compose.c: compose_queue(): call folder_item_scan()
6626             and folderview_update_item() after queueing.
6627           * src/folderview.c: folderview_update_node(): draw the queue
6628             folder in bold font if there are queued messages.
6629           * src/mainwindow.c: queued_messages(): new function.
6630             app_exit_cb(): display warning if there are queued messages
6631             if warn_queued_on_exit is set.
6632           * prefs_common.[ch]: add warn_queued_on_exit option.
6633
6634         * enhanced GnuPG key selection support [sergey]:
6635
6636           * src/select-keys.c: updated to newer version from Win32
6637             branch with support for selecting arbitrary keys.
6638           * src/prefs_account.c: added the Privacy tab to the account
6639             options window.
6640             prefs_account_privacy_create(),
6641             prefs_account_sign_key_set_data_from_radiobtn(),
6642             prefs_account_sign_key_set_radiobtn(): new functions.
6643           * src/prefs_account.h: new preferences sign_key_type, sign_key_id.
6644           * src/rfc2015.c: set_signers(): new function.
6645             pgp_sign(): add the account parameter, call set_signers().
6646             rfc2015_sign(): add the account parameter, pass it to pgp_sign().
6647           * src/rfc2015.h: rfc2015_sign(): updated prototype.
6648           * src/compose.c: pass the current account to rfc2015_sign().
6649
6650         * tag name claws added to prevent confusion with main branch [alfons]
6651
6652         * Sync with sylpheed-0.4.65cvs4 and made it compile. [sergey]
6653
6654         * autogen.sh: Added "--enable-maintainer-mode". [sergey]
6655
6656         * sync with recent sylpheed cvs. Untested though. [alfons]
6657