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