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