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