caf1e40ae2628f779b48ddb7124f4290043cb429
[claws.git] / ChangeLog.claws
1 2002-12-26 [paul]       0.8.8claws
2
3         * 0.8.8claws released
4
5 2002-12-26 [paul]       0.8.7claws12
6
7         * po/bg.po
8                 updated by George Danchev
9
10 2002-12-26 [paul]       0.8.7claws11
11
12         * po/POTFILES.in
13                 remove unneeded 'src/prefs.c' entry 
14
15 2002-12-26 [paul]       0.8.7claws10
16
17         * src/codeconv.c
18           src/mainwindow.c
19                 sync with 0.8.8 release
20         
21         * src/folder.[ch]
22           src/mh.c
23           src/summaryview.c
24                 partial sync with 0.8.8 release
25         
26
27 2002-12-25 [alfons]     0.8.7claws9
28
29         * src/matcher.[ch]
30         * src/matcher_parser_lex.l
31         * src/matcher_parser_parse.y
32         * src/prefs_matcher.c
33                 add locked flag to possible filtering / matcher 
34                 conditions (also a good example what should be
35                 done to add a simple boolean condition)
36
37 2002-12-25 [christoph]  0.8.7claws8
38
39         * src/Makefile.am
40         * src/account.[ch]
41         * src/addrbook.c
42         * src/addressbook.c
43         * src/addrindex.c
44         * src/filtering.c
45         * src/folder.c
46         * src/matcher.c
47         * src/prefs.[ch]                ** REMOVE **
48         * src/prefs_account.c
49         * src/prefs_actions.c
50         * src/prefs_common.c
51         * src/prefs_customheader.c
52         * src/prefs_display_header.c
53         * src/prefs_filtering.c
54         * src/prefs_folder_item.c
55         * src/prefs_gtk.[ch]            ** NEW **
56         * src/prefs_matcher.c
57         * src/prefs_scoring.c
58         * src/prefs_summary_column.c
59         * src/procmime.c
60         * src/selective_download.c
61         * src/toolbar.c
62         * src/common/Makefile.am
63         * src/common/prefs.[ch]         ** NEW **
64                 split prefs.[ch] into prefs_gtk.[ch] and common/prefs.[ch]
65
66 2002-12-24 [alfons]     0.8.7claws7
67
68         * src/summaryview.c
69                 summary_thread_build(): fix real cause of the crash mentioned in
70                 0.8.7claws3. use subject_XXX() and not g_hash_table_XXX() functions,
71                 this way we get meaningful ctree nodes 
72
73 2002-12-24 [oliver]     0.8.7claws6
74
75         * src/mainwindow.[ch]
76         * src/messageview.[ch]
77         * src/compose.[ch]
78         * src/inc.c
79         * src/summaryview.c
80                 changes to use updated toolbar handling
81                 
82 2002-12-24 [oliver]     0.8.7claws5
83
84         * src/toolbar.[ch]
85                 generic toolbar handling
86                 used ideas from Ivan Francolin Martinez (ivanfm@users.sourceforge.net)
87         * src/prefs_toolbar.[ch]
88                 adjust to handling
89         
90 2002-12-24 [oliver]     0.8.7claws4
91         
92         * src/stock_pixmap.[ch]
93                 move SYLPHEED_LOGO to end of list in order 
94                 to remove it from Custom Toolbar`s Icon View
95
96 2002-12-24 [alfons]     0.8.7claws3
97
98         * src/summaryview.c
99                 summary_thread_build(): fix crash because of focus != selection 
100                 after threading. when deleting the selection, gtk tries but fails 
101                 to find the correct focusable element. we now force the selection
102                 to be focused. this should solve the infamous bug reported by 
103                 Jason Wojciechowski (bug "[ 633443 ] Crash on deleting messages"). 
104                 a test case is available. 
105
106 2002-12-24 [darko]      0.8.7claws2
107
108         * src/summaryview.c
109                 don't crash when unmarking message with unread children
110
111 2002-12-23 [christoph]  0.8.7claws1
112
113         * src/Makefile.am
114         * src/common/Makefile.am
115                 update Makefiles for moved intl.h, version.h and defs.h
116         * src/imap.c
117                 rewrite imap_session_get to avoid duplicate code
118
119 2002-12-23 [paul]       0.8.7claws
120
121         * Santa-Claws released
122         
123         * po/hu.po
124           po/ru.po
125                 squeeze in updated Hungarian and Russian translations.
126                 Submitted by  Gál Zoltán and Ruslan N. Balkin
127
128 2002-12-23 [paul]       0.8.6claws129
129
130         * po/pl.po
131                 updated by Witold Wladyslaw Wojciech Wilk
132
133 2002-12-23 [paul]       0.8.6claws128
134
135         * src/quote_fmt_parse.y
136                 fix typo and add licence header
137
138 2002-12-23 [paul]       0.8.6claws127
139
140         * po/en_GB.po
141                 updated
142
143 2002-12-23 [paul]       0.8.6claws126
144
145         * po/it.po
146                 updated translation, submitted by Alessandro Maestri
147                 
148 2002-12-23 [paul]       0.8.6claws125
149
150         * src/quote_fmt_parse.y
151                 fix signature-stripping on replies bug. match
152                 '-- \n' and not '-- '.
153
154 2002-12-22 [paul]       0.8.6claws124
155
156         * po/bg.po
157           po/es.po
158           po/sr.po
159                 updated translations. submitted by George Danchev,
160                 Ricardo Mones Lastra, and Urke MMI respectively
161
162 2002-12-21 [paul]       0.8.6claws123
163
164         * src/addrbook.c
165                 fix coding style
166
167 2002-12-21 [paul]       0.8.6claws122
168
169         * src/addrbook.c
170                 fix bug [643638] where if a person is in one or more
171                 addressbook groups editing that person's email 
172                 address results in removal from those groups.
173                 Patch submitted by Luke Plant.
174
175 2002-12-20 [christoph]  0.8.6claws121
176
177         * src/common/utils.c
178         * src/summaryview.c
179                 reimplement expand_search_string using GString to
180                 prevent crashs caused by miscalculated string
181                 lengths reported by Paul
182
183 2002-12-20 [christoph]  0.8.6claws120
184
185         * src/summaryview.c
186                 don't use "changed" to check if op_count has to be changed as it
187                 is also set when the message has unread children
188                 (closes bug [ 653221 ] crash while deleting duplicates)
189
190 2002-12-20 [paul]       0.8.6claws119
191
192         * sync with 0.8.6cvs27
193                 see ChangeLog 2002-12-20
194
195 2002-12-20 [paul]       0.8.6claws118
196
197         * sync with 0.8.6cvs26
198                 see ChangeLog 2002-12-19 and 2002-12-20
199
200 2002-12-19 [alfons]     0.8.6claws117
201
202         * src/textview.c
203                 fix incorrect parsing of email addresses, submitted by 
204                 Luke Plant (thanks!). Closes bug "[ 565480 ] duplicate 
205                 name display if it contains @".
206
207 2002-12-18 [paul]       0.8.6claws116
208
209         * sync with 0.8.6cvs23
210                 see ChangeLog 2002-12-18
211
212 2002-12-18 [paul]       0.8.6claws115
213
214         * src/Makefile.am
215         * src/account.c
216         * src/codeconv.c
217         * src/gtkutils.[ch]
218         * src/imap.c
219                 sync with 0.8.6cvs22.
220                 see ChangeLog 2002-12-17 and 2002-12-18
221
222 2002-12-17 [christoph]  0.8.6claws114
223
224         * src/imap.c
225                 o don't create a session if imap greeting fails
226                 o don't close socket when authentication fails
227                   this is done by imap_session_destroy
228
229 2002-12-17 [thorsten]   0.8.6claws113
230
231         * tools/Makefile.am
232           tools/README
233           tools/google_msgid.pl ** NEW FILE **
234                 Added "search for message-id" script and doc
235
236 2002-12-17 [thorsten]   0.8.6claws112
237
238         * po/hu.po
239                 Updated hungarian translation
240                 (updated by Gal Zoltan)
241
242 2002-12-16 [christoph]  0.8.6claws111
243
244         * src/addr_compl.c
245                 remove stupid addressbook dump to debug output
246         * src/mh.c
247                 fix memory leak found by Hiro
248
249 2002-12-14 [paul]       0.8.6claws110
250
251         * src/compose.c
252                 fix menubar sensitivity on send
253                 
254         * src/prefs_filtering.c
255         * src/prefs_matcher.c
256         * src/prefs_scoring.c
257                 Fix english ;)
258                 
259         * src/common/quoted-printable.h
260                 sync: fix typo
261         
262 2002-12-13 [christoph]  0.8.6claws109
263
264         * src/Makefile.am
265         * src/manage_window.[ch]        ** REMOVE **
266         * src/gtk/Makefile.am
267         * src/gtk/manage_window.[ch]    ** NEW **
268                 move manage_window files to gtk directory
269
270 2002-12-13 [christoph]  0.8.6claws108
271
272         * src/Makefile.am
273         * src/gtkshruler.[ch]           ** REMOVE **
274         * src/gtk/Makefile.am
275         * src/gtk/gtkshruler.[ch]       ** NEW **
276                 move gtkshruler files to gtk directory
277
278 2002-12-13 [christoph]  0.8.6claws107
279
280         * src/Makefile.am
281         * src/compose.c
282         * src/gtkstext.[ch]             ** REMOVE **
283         * src/gtkutils.[ch]
284         * src/textview.c
285         * src/gtk/gtkstext.[ch]         ** NEW **
286         * src/gtk/Makefile.am
287                 o move stext functions to gtkstext.c to remove
288                   dependency of gtkutils
289                 o move gtkstext files to gtk directory
290
291         * src/gtk/Makefile.am
292         * src/gtk/sslcertwindow.[ch]
293                 UI stuff can always depend on common code so
294                 it's ok to add ../common to include path
295
296 2002-12-13 [colin]      0.8.6claws106
297
298         * src/summaryview.c
299                 Disconnect sighandlers for mainwindow when
300                 quicksearch has the focus
301                 Fix bug #653231
302         * src/mainwindow.[ch]
303                 Make key_pressed callback public, to be able
304                 to disconnect it
305
306 2002-12-13 [christoph]  0.8.6claws105
307
308         * src/mh.c
309                 create .mh_sequences file in new MH folders
310                 (closes feature request [ 523162 ] MH folders should
311                  get a .mh_sequences)
312
313 2002-12-13 [colin]      0.8.6claws104
314
315         * src/summaryview.c
316                 Better handling of quicksearch show/hide
317                 (basically the button stays under the mouse 
318                  when toggled)
319
320 2002-12-13 [paul]       0.8.6claws103
321
322         * sync with 0.8.6cvs17
323                 see ChangeLog 2002-12-13
324
325 2002-12-13 [paul]       0.8.6claws102
326
327         * po/es.po
328                 updated by Ricardo Mones Lastra
329
330 2002-12-11 [colin]       0.8.6claws101
331
332         * src/folder.c
333                 remove statusbar stuff
334           src/folderview.c
335                 set statusbar verbosity when moving folders
336
337 2002-12-11 [colin]       0.8.6claws100
338         * src/prefs_filtering.c
339         * src/prefs_matcher.c
340         * src/prefs_scoring.c
341                 Fix english ;)
342
343 2002-12-11 [colin]       0.8.6claws99
344
345         * src/prefs_common.[ch]
346                 Add summary_quicksearch_type
347         * src/summaryview.c
348                 Save last used quicksearch type
349
350 2002-12-11 [jens]       0.8.6claws98
351         * src/prefs_filtering.c
352         * src/prefs_matcher.c
353         * src/prefs_scoring.c
354                 added dialog for incomplete rules in scoring, filtering and
355                 matcher to ask wheather really close
356
357 2002-12-11 [colin]      0.8.6claws97
358
359         * src/folder.c
360                 Fix folder dnd statusbar logging
361
362 2002-12-10 [christoph]  0.8.6claws96
363
364         * src/compose.c
365         * src/folder.c
366         * src/imap.c
367         * src/inc.c
368         * src/main.c
369         * src/mainwindow.c
370         * src/news.c
371         * src/send.c
372         * src/statusbar.[ch]
373         * src/common/hooks.c
374         * src/common/log.[ch]
375                 o handle verbose logging in statusbar directly in statusbar code
376                   and common code does not need any knowledge about a statusbar
377                 o remove direct calls to statusbar_(puts|pop)_all functions
378
379 2002-12-10 [jens]       0.8.6claws95
380
381         * src/*.c
382                 removed gettext from g_warnings
383         * po/POTFILES.in
384                 cleaned and updated
385         * po/de.po
386                 updated
387
388 2002-12-10 [colin]      0.8.6claws94
389
390         * src/main.c
391                 finish crash dialog fix
392
393 2002-12-10 [colin]      0.8.6claws93
394
395         * src/main.c
396                 "Fix" "sylpheed already running" instead of
397                 crash dialog appearing after a crash
398
399 2002-12-10 [colin]      0.8.6claws92
400
401         * po/POTFILES.in
402                 add src/gtk/sslcertwindow.c
403
404 2002-12-10 [paul]       0.8.6claws91
405
406         * po/POTFILES.in
407                 updated to reflect recent changes
408                 submitted by Alessandro Maestri
409
410 2002-12-09 [christoph]  0.8.6claws90
411
412         * src/Makefile.am
413         * src/smtp.[ch]                 ** REMOVE **
414         * src/common/Makefile.am
415         * src/common/smtp.[ch]          ** NEW **
416                 move smtp files to common directory
417
418 2002-12-09 [christoph]  0.8.6claws89
419
420         * src/Makefile.am
421         * src/session.[ch]              ** REMOVE **
422         * src/common/Makefile.am
423         * src/common/session.[ch]       ** NEW **
424                 move session files to common directory
425
426 2002-12-09 [paul]       0.8.6claws88
427
428         * src/account.c
429                 fix bug [649746] edit accounts: move account reverted
430                 Patch submitted by Luke Plant <lukeplant@users.sourceforge.net>
431
432 2002-12-09 [colin]      0.8.6claws87
433
434         * src/ssl_certificate.c
435                 cleanup
436
437 2002-12-09 [colin]      0.8.6claws86
438
439         * src/ssl.c
440                 Try to open the cert.pem database and 
441                 issue a warning if it isn't there
442
443 2002-12-09 [colin]      0.8.6claws85
444
445         * src/common/ssl_certificate.c
446         * src/gtk/sslcertwindow.c
447                 Warning fixes
448
449 2002-12-09 [colin]      0.8.6claws84
450
451         * src/ssl_certificate.[ch] ** REMOVED **
452         * src/common/ssl_certificate.[ch] ** NEW **
453         * src/Makefile.am
454         * src/common/Makefile.am
455                 Moved ssl_certificate.[ch] to common
456         * src/common/ssl.c 
457                 Put back needed include
458         * src/gtk/sslcertwindow.[ch]
459                 Changed ssl_certificate.h include
460         
461 2002-12-09 [colin]      0.8.6claws83
462
463         * src/gtk/sslcertwindow.[ch]
464                 Implement hook for certificate acception
465         * src/ssl_certificate.[ch]
466                 Implement hook for certificate acception
467         * src/common/ssl.c
468                 Reenable certificate acception check
469         * src/mainwindow.c
470                 Register sslcertwindow's hook
471         
472 2002-12-08 [christoph]  0.8.6claws82
473
474         * src/about.c
475         * src/addr_compl.c
476         * src/codeconv.c
477         * src/manual.c
478         * src/undo.c
479         * src/common/utils.c
480                 o add missing includes
481                 o fix warnings
482         * src/.cvsignore
483         * src/common/.cvsignore
484         * src/common/version.h          ** REMOVE **
485                 remove autogenerated file
486
487 2002-12-08 [paul]       0.8.6claws81
488
489         * src/stringtable.c
490                 put back needed include
491
492 2002-12-08 [colin]      0.8.6claws80
493         
494         * src/gtk/sslcertwindow.c
495                 Cleaner popups when asking
496         * src/ssl_certificate.c
497         * src/prefs_common.[ch]
498                 remove ssl certificate pref
499                 put back needed include
500         * src/undo.c
501                 put back needed include
502
503 2002-12-08 [christoph]  0.8.6claws79
504
505         * src/folderview.c
506         * src/logwindow.c
507         * src/statusbar.c
508         * src/summaryview.c
509                 only abort hook invokation if required data is missing not
510                 if our own data pointer is NULL, update hookfunction for
511                 log window
512
513 2002-12-08 [paul]       0.8.6claws78
514
515         * src/about.c
516         * src/addrcache.c
517         * src/addrclip.c
518         * src/addr_compl.c
519         * src/addrselect.c
520         * src/codeconv.c
521         * src/colorlabel.c
522         * src/enriched.c
523         * src/esmtp.c
524         * src/exporthtml.c
525         * src/headerview.c
526         * src/imageview.c
527         * src/manual.c
528         * src/noticeview.c
529         * src/pgptext.c
530         * src/scoring.c
531         * src/sourcewindow.c
532         * src/stringtable.c
533         * src/undo.c
534                 clean up: remove unneccesary includes
535
536 2002-12-08 [christoph]  0.8.6claws77
537
538         * src/folderview.c
539         * src/statusbar.c
540         * src/summaryview.c
541         * src/common/hooks.[ch]
542                 hook functions now have a gboolean return value, if a hook
543                 returns TRUE it will stop executing of any more hooks in
544                 the same hooklist for this invokation
545
546 2002-12-08 [colin]      0.8.6claws76
547         
548         * src/main.c
549                 put back argv0 for CRASH_DIALOG
550
551 2002-12-08 [christoph]  0.8.6claws75
552
553         * src/Makefile.am
554         * src/about.c
555         * src/account.c
556         * src/crash.c
557         * src/esmtp.h
558         * src/imap.[ch]
559         * src/inc.c
560         * src/main.c
561         * src/mainwindow.c
562         * src/news.c
563         * src/pop.[ch]
564         * src/prefs_account.[ch]
565         * src/prefs_common.[ch]
566         * src/send.[ch]
567         * src/smtp.[ch]
568         * src/ssl_certificate.[ch]
569         * src/ssl_manager.[ch]
570         * src/common/Makefile.am
571         * src/common/log.c
572         * src/common/nntp.[ch]
573         * src/common/socket.[ch]
574         * src/common/ssl.[ch]
575         * src/gtk/sslcertwindow.[ch]
576         * ac/openssl.m4
577                 use new autoconf script to detect OpenSSL with extra parameters
578                 to specify the location of libs and includes, also remove USE_SSL
579                 to USE_OPENSSL
580
581         * src/common/sylpheed.[ch]
582         * src/common/version.h.in
583                 start seperation of common code initialization seperated from gui
584
585         * src/summaryview.c
586                 The function that is called when a color lable changes
587                 should not change the color lable again
588
589 2002-12-08 [colin]      0.8.6claws74
590
591         * src/gtk/sslcertwindow.c
592                 warning fixes
593
594 2002-12-08 [colin]      0.8.6claws73
595
596         * src/statusbar.c
597           src/common/log.h
598                 Register a hook for statusbar_puts_all
599         * src/common/log.c
600                 invoke statusbar_puts_all's hook
601         
602 2002-12-08 [colin]      0.8.6claws72
603
604         * src/ssl_certificate.c
605                 Put back a badly-removed include
606
607 2002-12-08 [colin]      0.8.6claws71
608
609         * src/gtk/sslcertwindow.[ch]    ** NEW **
610                 new certificate presentation
611         * src/gtk/Makefile.am
612                 add new files
613         * src/ssl_certificate.[ch]
614                 gtk cleanup, made utility functions public
615         * src/ssl_manager.c
616                 use new cert presentation
617
618 2002-12-07 [christoph]  0.8.6claws70
619
620         * src/Makefile.am
621         * src/nntp.[ch]                 ** REMOVE **
622         * src/common/Makefile.am
623         * src/common/nntp.[ch]          ** NEW **
624                 move nntp files to common directory
625
626 2002-12-07 [christoph]  0.8.6claws69
627
628         * src/procmsg.[ch]
629         * src/summaryview.c
630                 implement msginfo update callback using sylpheed's new
631                 hook system. Invoke hooks from procmsg_msginfo_[un]set_flags.
632
633 2002-12-06 [christoph]  0.8.6claws68
634
635         * src/editgroup.c
636                 This patch changes the 'Edit Group Details' dialog to
637                 allow extended selections in either pane, so that
638                 addresses can be added or removed from a group more
639                 quickly and easily. (it actually is a net decrease in
640                 file size, as some unnecessary functions have been
641                 removed). 
642                 (patch submitted by Luke Plant <lukeplant@users.sourceforge.net>)
643
644 2002-12-06 [christoph]  0.8.6claws67
645
646         * src/Makefile.am
647         * src/template.[ch]             ** REMOVE **
648         * src/common/Makefile.am
649         * src/common/template.[ch]      ** NEW **
650                 move template files to common directory
651
652         * src/nntp.c
653                 add missing log.h include
654
655 2002-12-06 [melvin]     0.8.6claws66
656
657         * src/prefs_actions.c
658                 Added the trailing ">" syntax to insert command's output
659                 without replacing old text (in contrast to trailing "|").
660
661 2002-12-05 [colin]      0.8.6claws65
662         
663         * src/common/utils.c
664                 Don't modify original search_string or it'll change
665                 the next iterations in the for()
666
667 2002-12-05 [darko]      0.8.6claws64
668
669         * src/common/utils.c
670                 proper check for filtering commands, found by Colin
671
672 2002-12-05 [darko]      0.8.6claws63
673
674         * src/common/utils.c
675                 check proper string for NULL pointer, found by Colin
676
677 2002-12-05 [darko]      0.8.6claws62
678
679         * src/common/utils.[ch]
680                 expand_search_string(): new function
681                 converts Mutt-like patterns to Sylpheed's
682                 filtering engine
683         * src/summaryview.c
684                 use expand_search_string() to allow Mutt-like
685                 patterns in extended search
686         * README.claws
687                 document extended option in quick search
688
689 2002-12-05 [paul]       0.8.6claws61
690
691         * sync with 0.8.6cvs16
692                 see ChangeLog 2002-12-05
693                 
694         * po/POTFILES.in
695                 clean up
696
697 2002-12-04 [christoph]  0.8.6claws60
698
699         * src/imap.[ch]
700                 put imap authentication code into a new function and
701                 remove it from imap_session_new that will allow to
702                 send other commands before authentication
703
704 2002-12-04 [christoph]  0.8.6claws59
705
706         * src/imap.[ch]
707                 use already existing method to prevent unneeded IMAP
708                 folder selects. Set imap_select parameters to NULL
709                 in some functions if the values are not required.
710
711         * src/xml.h
712                 remove no longer required include
713
714 2002-12-04 [paul]       0.8.6claws58
715
716         * po/es.po
717                 updated by Ricardo Mones Lastra
718                 
719         * configure.in
720           po/hu.po      ** NEW FILE **
721                 initial Hungarian translation, submitted
722                 by Gál Zoltán <galzoli@hu.inter.net>
723
724 2002-12-03 [christoph]  0.8.6claws57
725
726         * src/Makefile.am
727         * src/gtksctree.[ch]            ** REMOVE **
728         * src/gtk/Makefile.am
729         * src/gtk/gtksctree.[ch]        ** NEW **
730                 move gtksctree files to gtk directory
731
732 2002-12-03 [christoph]  0.8.6claws56
733
734         * src/Makefile.am
735         * src/md5.[ch]                  ** REMOVE **
736         * srm/common/Makefile.am
737         * src/common/md5.[ch]           ** NEW **
738                 move md5 files to common directory
739
740         * src/gtkstext.c
741                 remove not required #include
742
743 2002-12-03 [sergey]     0.8.6claws55
744
745         * src/gtkutils.c
746         * src/gtkutils.h
747                 gtkut_window_popup(): new function.
748         * src/mainwindow.c
749                 main_window_popup(): use gtkut_window_popup() to raise
750                 window without changing its position.
751                 (see sylpheed-main ML message [sylpheed:17247])
752
753 2002-12-03 [sergey]     0.8.6claws54
754
755         * src/send.c
756                 send_message_local(): removed first-dot escaping
757                 (SMTP-only, not needed for sending through pipe)
758
759 2002-12-03 [paul]       0.8.6claws53
760
761         * po/POTFILES.in
762                 update to reflect recent changes (thanks
763                 to Ricardo Mones Lastra)
764                 
765         * tools/filter_conv.pl
766                  fix problem with quoted strings. Patch submitted
767                  by Luke Plant <lukeplant@softhome.net>
768
769 2002-12-03 [paul]       0.8.6claws52
770
771         * sync with 0.8.6cvs15
772                 see ChangeLog 2002-12-03
773
774 2002-12-02 [christoph]  0.8.6claws51
775
776         * src/logwindow.[ch]
777         * src/common/log.[ch]
778                 implement logging using a hook function
779
780         * src/folderview.c
781         * src/folder.[ch]
782                 define hooklist name in header file to avoid
783                 errors caused by wrong spelling of hooklist names
784
785         * src/toolbar.c
786                 fix warnings
787
788 2002-12-02 [christoph]  0.8.6claws50
789
790         * src/common/Makefile.am
791                 add src/common/hooks.[ch]
792
793         * src/common/hooks.[ch]
794                 implement a simple hook system using glib's hook functions
795
796         * src/folder.[ch]
797         * src/folderview.c
798                 use new hook system for folder item updates
799
800 2002-12-02 [christoph]  0.8.6claws49
801
802         * doc-src/ui_seperation.txt     ** NEW **
803                 information for ui seperation
804
805         * src/Makefile.am
806                 remove files that were moved to common
807                 include common directory by default for the header files
808
809         * src/inc.c
810         * src/common/socket.c
811         * src/automaton.[ch]
812                 implement automaton using g_io_*-functions instead of
813                 gdk_input_add to make it ui independent
814
815         * src/codeconv.c
816         * src/compose.c
817         * src/ldif.c
818         * src/pgptext.c
819         * src/procmime.c
820         * src/rfc2015.c
821         * src/smtp.c
822         * src/unmime.c
823                 remove common/ prefix because directory is now in
824                 include path
825
826         * src/compose.c
827         * src/folder.c
828         * src/folderview.c
829         * src/mainwindow.c
830         * src/messageview.c
831         * src/prefs_common.c
832         * src/procmsg.c
833         * src/rfc2015.c
834                 fix warnings
835
836         * src/imap.c
837         * src/inc.c
838         * src/news.c
839         * src/pop.c
840         * src/send.c
841         * src/smtp.c
842         * src/ssl_certificate.c
843                 add log.h header file for logging functions
844
845         * src/main.c
846         * src/common/utils.c
847         * src/summaryview.c
848         * src/xml.c
849                 o move debug_mode to common/utils.c
850                 o add functions to set and get debug_mode
851
852         * src/defs.h                    ** REMOVE **
853         * src/intl.h                    ** REMOVE **
854         * src/socket.[ch]               ** REMOVE **
855         * src/ssl.[ch]                  ** REMOVE **
856         * src/utils.[ch]                ** REMOVE **
857                 replaced by new files in src/common/
858         
859         * src/common/Makefile.am
860                 add new files in src/common/
861
862         * src/common/defs.h             ** NEW **
863         * src/common/intl.h             ** NEW **
864         * src/common/log.[ch]           ** NEW **
865         * src/common/socket.[ch]        ** NEW **
866         * src/common/ssl.[ch]           ** NEW **
867         * src/common/utils.[ch]         ** NEW **
868                 replacement for files in src/
869
870 2002-12-02 [colin]      0.8.6claws48
871
872         * src/folderview.c
873                 Scroll folderview if necessary during dnd
874
875 2002-12-02 [colin]      0.8.6claws47
876
877         * src/folder.[ch]
878                 Add check to verify a move is within a single mailbox
879         * src/folderview.c
880                 Add specific error string for this check
881
882 2002-12-02 [colin]      0.8.6claws46
883
884         * src/folder.c
885                 Add a test to folder moving, remove a statusbar_print
886         * src/folderview.c
887                 Add Move folder... context-menu item
888                 Factorize folder moving code
889                 Enable folder DND for mbox
890
891 2002-12-01 [christoph]  0.8.6claws45
892
893         * ac/aspell.m4
894                 remove conf.aspelltest if the version check fails
895
896 2002-11-30 [christoph]  0.8.6claws44
897
898         * autogen.sh
899                 run libtoolize --force in autogen to create missing
900                 libtool scripts
901
902 2002-11-30 [christoph]  0.8.6claws43
903
904         * src/Makefile.am
905         * src/pgptext.c
906         * src/procmime.c
907         * src/rfc2015.c
908         * src/uuencode.[ch]             ** REMOVED **
909         * src/common/Makefile.am
910         * src/common/uuencode.[ch]      ** NEW **
911                 move uuen/decoder to common directory
912
913 2002-11-30 [christoph]  0.8.6claws42
914
915         * src/Makefile.am
916         * src/base64.[ch]               ** REMOVED **
917         * src/codeconv.c
918         * src/compose.c
919         * src/ldif.c
920         * src/pgptext.c
921         * src/procmime.c
922         * src/rfc2015.c
923         * src/smtp.c
924         * src/unmime.c
925         * src/common/Makefile.am
926         * src/common/base64.[ch]        ** NEW **
927                 move base64 en/decoder to common directory
928
929 2002-11-30 [christoph]  0.8.6claws41
930
931         * src/common                    ** NEW **
932                 new directory for UI independent code
933         * src/gtk                       ** NEW **
934                 new directory for GTK frontend
935         * src/common/.cvsignore         ** NEW **
936         * src/gtk/.cvsignore            ** NEW **
937                 ignore build files
938         * src/common/Makefile.am        ** NEW **
939         * src/gtk/Makefile.am           ** NEW **
940                 automake files to build new seperated stuff
941         * src/Makefile.am
942                 the binary will currently still be build with the
943                 files in src, so we include the code from the
944                 subdirs for now after building the libs there
945
946 2002-11-30 [paul]       0.8.6claws40
947
948         * src/compose.c
949                 fix bug [642731] 'Wrong selected account with drafted mail'
950
951 2002-11-29 [oliver]     0.8.6claws39
952         
953         * src/messageview.c
954                 o update summaryview when switching between different
955                   messageviews          
956         * src/toolbar.c  
957                 o check if messageview holds already removed msg
958                   from summaryview
959                 
960
961 2002-11-29 [oliver]     0.8.6claws38
962
963         * src/toolbar.c 
964                 remove not needed variables and includes
965                 make messageview stay opened and move to next when msgs are deleted 
966
967 2002-11-29 [oliver]     0.8.6claws37
968         
969         * src/toolbar.c 
970                 disable compose button (messageview toolbar) by default
971                 deleted msgs are moved to trash
972         
973 2002-11-29 [melvin]     0.8.6claws36
974
975         * configure.in
976                 Increased minimal gpgme version to 0.3.10 (Zombies out)
977                 and to detect signatures expirations (gpgme 0.3.6)
978
979         * src/main.c
980                 Use non obsolescent function for Gpgme engine checking.
981
982         * src/rfc2015.c
983                 Inform about expired signatures or signatures which key
984                 has expired. Expiration date is displayed.
985
986         * src/sigstatus.c
987                 Inform about expired signatures or signatures which key
988                 has expired.
989
990 2002-11-28 [paul]       0.8.6claws35
991
992         * src/folderview.c
993                 re-instate 'Check for new messages' in Newsgroup
994                 folders right-click menu, after a suggestion from
995                 Tim Mann <timmann@users.sourceforge.net>
996
997         * src/main.c
998                 after a crash check only local folders for new
999                 messages
1000
1001 2002-11-28 [paul]       0.8.6claws34
1002
1003         * configure.in
1004                 apply patch that fixes the checking of GTK with XIM 
1005                 support on different OSs, such as FreeBSD. Patch 
1006                 submitted by Topia <topia@users.sourceforge.net>
1007                 
1008 2002-11-28 [paul]       0.8.6claws33
1009
1010         * src/mainwindow.c
1011           src/prefs_common.c
1012           src/prefs_toolbar.c
1013                 more changes to the English
1014
1015 2002-11-28 [paul]       0.8.6claws32
1016
1017         * sync with 0.8.6cvs13
1018                 see ChangeLog 2002-11-28 (no sync needed
1019                 for src/compose.c)
1020
1021 2002-11-28 [Ivan Francolin Martinez (ivanfm@sourceforge.net)]   0.8.6claws31
1022         
1023         * src/mainwindow.[ch]
1024                 add patch by Ivan F. Martinez introducing messageview Toolbar
1025                 some changes and committed by oliver    
1026
1027 2002-11-28 [Ivan Francolin Martinez (ivanfm@sourceforge.net)]   0.8.6claws30
1028
1029         * src/messageview.[ch]
1030                 add patch by Ivan F. Martinez introducing messageview Toolbar
1031                 some changes and committed by oliver    
1032
1033 2002-11-28 [Ivan Francolin Martinez (ivanfm@sourceforge.net)]   0.8.6claws29
1034
1035         * src/compose.[ch]
1036                 add patch by Ivan F. Martinez introducing messageview Toolbar
1037                 some changes and committed by oliver    
1038
1039 2002-11-28 [Ivan Francolin Martinez (ivanfm@sourceforge.net)]   0.8.6claws28
1040         
1041         * src/toolbar.[ch]
1042                 add patch by Ivan F. Martinez introducing messageview Toolbar
1043                 some changes and committed by oliver
1044
1045 2002-11-28 [oliver]     0.8.6claws27
1046         
1047         * src/prefs_toolbar.[ch]
1048                 getting ready for messageview toolbar
1049                 free mem allocated by gettext
1050                 change prefs_toolbar to prefs_toolbar_open
1051  
1052 2002-11-28 [thorsten]   0.8.6claws26
1053
1054         * src/imageview.[ch]
1055                 cleaned up conflicting declarations of
1056                 imageview_show_image()
1057
1058 2002-11-28 [paul]       0.8.6claws25
1059
1060         * src/grouplistdialog.c
1061           src/prefs_common.c
1062           src/prefs_summary_column.c
1063                 a few more improvements to the English
1064
1065 2002-11-28 [colin]      0.8.6claws24
1066
1067         * man/sylpheed.1
1068                 A few updates to command-line parameters
1069
1070 2002-11-28 [colin]      0.8.6claws23
1071
1072         * src/prefs_filtering.c
1073                 Fix problems with prefs_filtering_delete_path:
1074                 a) if the first rule is removed, original pointers
1075                    weren't updated (leading to segfaults)
1076                 b) it was always global_processing updated in case
1077                    of removed path was parent of rule path
1078
1079 2002-11-27 [paul]       0.8.6claws22
1080
1081         * src/mainwindow.c
1082           src/prefs_account.c
1083           src/prefs_actions.c
1084           src/prefs_common.c
1085           src/prefs_customheader.c
1086           src/prefs_display_header.c
1087           src/prefs_filtering.c
1088           src/prefs_folder_item.c
1089           src/prefs_matcher.c
1090           src/prefs_scoring.c
1091           src/prefs_summary_column.c
1092           src/prefs_template.c
1093           src/prefs_toolbar.c
1094                  improve the English in the GUI
1095
1096 2002-11-27 [colin]      0.8.6claws21
1097
1098         * src/folder.c
1099                 Fix processing renaming problems happening after
1100                 last commit
1101
1102 2002-11-27 [colin]      0.8.6claws20
1103
1104         * src/folder.c
1105                 recursive move now deletes src each subfolder after 
1106                 having moved it
1107         * src/folderview.c
1108                 Use identifier instead of path during dnd (enables
1109                 IMAP folder dnd)
1110
1111 2002-11-27 [paul]       0.8.6claws19
1112
1113         * src/main.c
1114                 apply patch that does command-line processing 
1115                 BEFORE gtk_init, allowing claws to run from 
1116                 shell-scripts in non-X environment (e.g. crontab 
1117                 or ip-up, ip-down scripts). Patch submitted by
1118                 Ruslan N. Balkin <baron@dartel.ru>
1119                 
1120         * po/it.po
1121                 updated by Alessandro Maestri
1122
1123 2002-11-27 [paul]       0.8.6claws18
1124
1125         * sync with 0.8.6cvs12
1126           src/prefs_common.c
1127                 Differences are that main uses a 'Receive dialog'
1128                 frame on the Interface tab, whereas claws groups all 
1129                 the dialogs together in a 'Dialogs' frame.
1130
1131 2002-11-27 [colin]      0.8.6claws17
1132
1133         * src/prefs_matcher.c
1134                 Fix Execute criteria's NOT flag
1135
1136
1137 2002-11-26 [christoph]  0.8.6claws16
1138
1139         * src/ssl.c
1140                 rewrite the ssl code a little bit, only use one
1141                 SSL context, set default certificates' file/path
1142
1143 2002-11-26 [thorsten]   0.8.6claws15
1144
1145         * src/compose.c
1146                 default-reply-to didn't work for ml-reply
1147
1148 2002-11-26 [melvin]     0.8.6claws14
1149
1150         * src/prefs_actions.c
1151                 Made pipe-actions ignore short headers in message view
1152                 Made trailing-pipe-actions write in the message view with
1153                 the same font as the original message
1154
1155 2002-11-26 [paul]       0.8.6claws13
1156
1157         * src/compose.c
1158                 this time commit the correct file
1159
1160 2002-11-26 [paul]       0.8.6claws12
1161
1162         * sync with 0.8.6cvs11
1163           src/quote_fmt_parse.y  
1164                 no sync needed
1165           src/account.[ch]       
1166                 not sync'ed
1167           src/compose.c
1168                 compose_write_headers(): add 'X-Sylpheed-Account-Id:' header
1169                 on draft mode.
1170                 compose_reedit(): add check for 'X-Sylpheed-Account-Id:' 
1171                 header
1172                 
1173         see ChangeLog 2002-11-25 and 2002-11-26
1174
1175 2002-11-26 [colin]      0.8.6claws11
1176
1177         * src/folderview.c
1178                 Fix collapsed folder not auto-expanding during
1179                 mail dnd, if it was the source folder.
1180
1181 2002-11-25 [colin]      0.8.6claws10
1182
1183         * src/folderview.[ch]
1184                 Variable renaming and cleaning (slist of nodes 
1185                 to be re-collapsed is stored in FolderView)
1186
1187 2002-11-25 [paul]       0.8.6claws9
1188
1189         * src/prefs_common.[ch]
1190                 fix breakage caused by last commit
1191
1192 2002-11-25 [paul]       0.8.6claws8
1193
1194         * sync with 0.8.6cvs4
1195                 see ChangeLog 2002-11-21
1196
1197 2002-11-25 [paul]       0.8.6claws7
1198
1199         * sync with 0.8.6cvs4
1200                 see ChangeLog 2002-11-20
1201
1202 2002-11-25 [paul]       0.8.6claws6
1203
1204         * sync with 0.8.6cvs3
1205                 see ChangeLog 2002-11-18
1206
1207 2002-11-25 [colin]      0.8.6claws5
1208
1209         * src/gtkutils.[ch]
1210                 Add gtkut_ctree_node_is_parent()
1211         * src/folderview.c
1212                 Spring-loaded folders
1213
1214 2002-11-25 [colin]      0.8.6claws4
1215
1216         * src/utils.[ch]
1217                 Add slist_concat_unique(), function to merge
1218                 two GSList filtering dups
1219         * src/folder.[ch]
1220         * src/summaryview.[ch]
1221         * src/folderview.c
1222         * src/main.c
1223                 Add detection/update/display of unread answers
1224                 to marked mails
1225         * src/procmsg.[ch]
1226                 Add procmsg_find_children()
1227                 Add procmsg_msg_has_marked_parent()
1228
1229 2002-11-25 [colin]      0.8.6claws3
1230
1231         * src/ssl_certificate.[ch]
1232                 Allow checking a certificate without a DNS
1233                 lookup
1234                 Allow to forget a cert (by deleting it)
1235                 Make ssl_certificate_destroy_public
1236         * src/ssl_manager.[ch] ** NEW FILES **
1237                 Gui to manage (display/remove) certificates
1238         * src/prefs_common.[ch]
1239                 Add a pref to allow silent acceptation of
1240                 trusted certificates or not (based on the
1241                 "I want to know what's going on" principle)
1242         * src/mainwindow.c
1243                 Add SSL manager in Tools menu
1244         * src/Makefile.am
1245                 Add the new files to the build
1246         * po/POTFILES.in
1247                 Add ssl_manager.c to translations
1248
1249 2002-11-25 [colin]      0.8.6claws2
1250
1251         * src/summaryview.[ch]
1252                 Add S_SEARCH_EXTENDED to the quick search, which 
1253                 allows to search using filtering syntax.
1254
1255 2002-11-25 [colin]      0.8.6claws1
1256
1257         * src/summaryview.c
1258                 Deletion of duplicates now prefer deleting
1259                 the unread dup (fixes feature-request 638989).
1260
1261 2002-11-24 [paul]       0.8.6claws
1262
1263         * po/es.po
1264           po/pl.po
1265           po/ru.po
1266           po/sr.po
1267                 updated by Ricardo Mones Lastra,
1268                 Witold Wladyslaw Wojciech Wilk,
1269                 Ruslan N. Balkin, and  Urke MMI 
1270                 respectively
1271
1272 2002-11-24 [paul]       0.8.5claws182
1273
1274         * po/bg.po
1275                 updated by George Danchev
1276
1277 2002-11-23 [alfons]     0.8.5claws181
1278
1279         * src/imap.c
1280                 tiny memory leak found by browsing Dimitar's 
1281                 valgrind report
1282
1283 2002-11-23 [paul]       0.8.5claws180
1284
1285         * po/it.po
1286                 updated by Alessandro Maestri
1287
1288 2002-11-22 [christoph]  0.8.5claws179
1289
1290         * src/compose.c
1291         * src/inc.c
1292         * src/prefs_filtering.c
1293         * src/summaryview.c
1294                 more warning fixes
1295
1296 2002-11-22 [alfons]     0.8.5claws178
1297
1298         * src/summaryview.c
1299                 summary_execute_delete_func(): if message is deleted, make 
1300                 sure to also remove its entry in the subject hash table. 
1301                 fixes a corner case bug.
1302
1303 2002-11-22 [paul]       0.8.5claws177
1304
1305         * .cvsignore
1306                 add 'autom4te.cache'
1307                 
1308         * ltconfig      ** REMOVED **
1309                 not needed
1310
1311 2002-11-22 [paul]       0.8.5claws176
1312
1313         * src/textview.c
1314                 textview_set_font(): fix for message display in
1315                 UTF-8 locales (thanks to Sergey Vlasov).
1316                 
1317         * AUTHORS
1318                 add new team members and contributors
1319
1320
1321 2002-11-21 [colin]      0.8.5claws175
1322
1323         * src/procmsg.[ch]
1324                 Add procmsg_remove_special_headers()
1325         * src/mh.c
1326                 Use procmsg_remove_special_headers() for 
1327                 previous fix
1328
1329 2002-11-21 [colin]      0.8.5claws174
1330
1331         * src/mh.c
1332                 Fix moving/copying from queue/draft folders
1333                 for MH folders
1334
1335 2002-11-21 [christoph]  0.8.5claws173
1336
1337         * src/crash.c
1338         * src/filtering.c
1339         * src/logwindow.c
1340         * src/main.c
1341         * src/matcher_parser_lex.[hl]
1342         * src/mbox.c
1343         * src/mbox_folder.[ch]
1344         * src/prefs_filtering.c
1345         * src/procheader.c
1346         * src/quote_fmt_lex.l
1347         * src/ssl.c
1348                 fix all warnings except the warnings in lex and yacc files
1349
1350 2002-11-20 [christoph]  0.8.5claws172
1351
1352         * src/imap.c
1353                 fix MsgInfo retrieval for IMAP draft and queue folders
1354                 (closes bug [ 619558 ] Draft saving on IMAP box issue)
1355
1356 2002-11-19 [christoph]  0.8.5claws171
1357
1358         * src/compose.c
1359                 fix segfault, when draft saving does not get
1360                 the MsgInfo of the new message
1361                 (closes bug [ 640699 ] Claws170: crash drafting mail ( IMAP ))
1362
1363 2002-11-19 [christoph]  0.8.5claws170
1364
1365         * src/procmsg.c
1366                 add parameter check for flag setting function
1367                 (closes bug [ 640619 ] Claws169: crash - drafting a mail (IMAP))
1368
1369 2002-11-18 [paul]       0.8.5claws169
1370
1371         * src/compose.c
1372                 more sensitivity fixes to redirect mode:
1373                 * disable toolbar draft button
1374                 * allow only Address book in the Tools menu
1375                 * disable editing of message by the spell
1376                   checker
1377
1378 2002-11-18 [paul]       0.8.5claws168
1379
1380         * src/compose.c
1381                 fix sensitivity of menu items in compose_redirect():
1382                 allow only the necessary items 
1383
1384 2002-11-18 [paul]       0.8.5claws167
1385
1386         * src/compose.c
1387                 fix bug [ 603259 ] 'attachment got lost on bounce'
1388
1389 2002-11-18 [paul]       0.8.5claws166
1390
1391         * po/ru.po
1392                 updated by Ruslan N. Balkin <baron@dartel.ru>
1393
1394 2002-11-18 [colin]      0.8.5claws165
1395
1396         * src/main.c
1397           src/defs.h
1398                 Remove old filtering stuff
1399
1400
1401 2002-11-17 [oliver]     0.8.5claws164
1402
1403         * src/toolbar.h
1404                 remove not needed typedef 
1405
1406 2002-11-17 [oliver]     0.8.5claws163
1407
1408         * src/toolbar.c
1409                 make toolbar's on click events translatable
1410
1411 2002-11-15 [colin]      0.8.5claws162
1412
1413         * src/summaryview.c
1414                 Revert too-soon integration of a feature
1415
1416 2002-11-15 [christoph]  0.8.5claws161
1417
1418         * src/imap.c
1419                 use main's implementation of imap_get_msginfo
1420
1421 2002-11-15 [christoph]  0.8.5claws160
1422
1423         * src/compose.c
1424         * src/folder.[ch]
1425         * src/imap.c
1426         * src/mbox_folder.c
1427         * src/mh.c
1428         * src/news.c
1429         * src/procmsg.c
1430         * src/summaryview.c
1431                 replace claws' fetch_msginfo with main's get_msginfo
1432                 (use main's implementation where possible)
1433
1434 2002-11-15 [colin]      0.8.5claws159
1435
1436         * src/ssl_certificate.c
1437                 Missed a check
1438
1439 2002-11-16 [melvin]     0.8.5claws158
1440
1441         * po/fr.po
1442                 Updated French translations.
1443
1444 2002-11-16 [colin]      0.8.5claws157
1445
1446         * src/ssl_certificate.c
1447                 Check for missing parts in the certificates
1448
1449 2002-11-15 [colin]      0.8.5claws156
1450
1451         * src/folderview.c
1452                 Preventive fix (missing check) found by
1453                 Alfons
1454
1455 2002-11-15 [paul]
1456
1457         * NEWS
1458                 sync with 0.8.6 release
1459
1460 2002-11-15 [colin]      0.8.5claws155
1461
1462         * src/folder.[ch]
1463           src/folderview.c
1464                 Fix error handling of folder_item_move_to()
1465                 (thanks to Alfons!)
1466
1467 2002-11-15 [colin]      0.8.5claws154
1468
1469         * src/folder.[ch]
1470           src/folderview.c
1471                 folder_item_move_to() sets an error message instead
1472                 of having GUI stuff in folder.c
1473
1474 2002-11-15 [colin]      0.8.5claws153
1475
1476         * src/procmsg.[ch]
1477                 Implemented a callback for MsgInfo updates, 
1478                 heavily copy/pasted from Christoph's folder 
1479                 callback system
1480         * src/summaryview.[ch]
1481                 Register summary_update_msg as callback
1482
1483 2002-11-14 [colin]      0.8.5claws152
1484         
1485         * src/procmsg.c
1486                 Update the FolderItem after sending (fixes 617593)
1487
1488 2002-11-14 [christoph]  0.8.5claws151
1489
1490         * src/folder.c
1491                 fix wrong position of NULL pointer check found
1492                 by Sergey
1493
1494 2002-11-14 [christoph]  0.8.5claws150
1495
1496         * src/folder.c
1497                 fix segfault when deleting messages from IMAP folders
1498                 (closes bug [ 635641 ] Crash deleting mail in IMAP trash)
1499
1500 2002-11-14 [colin]      0.8.5claws149
1501
1502         * src/compose.c
1503                 Forwarding was also ignoring the folder's default account.
1504
1505 2002-11-14 [colin]      0.8.5claws148
1506
1507         * src/compose.c
1508                 Fix sent folder not set to folder properties when 
1509                 forwarding.
1510
1511 2002-11-14 [thorsten]   0.8.5claws147
1512
1513         * src/inc.c
1514                 inc_start(): Files were not moved from .processing to inbox,
1515                 if no global processing rule existed
1516
1517 2002-11-14 [colin]      0.8.5claws146
1518
1519         * src/ssl_certificate
1520                 Fix file operations
1521
1522 2002-11-14 [paul]       0.8.5claws145
1523
1524         * po/it.po
1525                 updated by Alessandro Maestri
1526
1527 2002-11-13 [alfons]     0.8.5claws144
1528
1529         * src/folder.c
1530                 folder_item_close(): only mark messages unread
1531                 when a folder has new messages 
1532
1533 2002-11-13 [keith]      0.8.5claws143
1534
1535         * src/imap.c
1536                 Fix problem moving or copying between
1537                 IMAP folders
1538
1539 2002-11-13 [colin]      0.8.5claws142
1540
1541         * src/matcher_parser_parse.y
1542                 Fix rule problem when " don't match
1543
1544 2002-11-13 [christoph]  0.8.5claws141
1545
1546         * src/folder.c
1547         * src/folderview.c
1548                 moved cache saving to folder_item_close
1549                 the folderview should not have to deal with
1550                 this things
1551
1552 2002-11-13 [christoph]  0.8.5claws140
1553
1554         * src/summaryview.c
1555                 moved setting of important score to
1556                 summary_set_prefs_from_folderitem
1557
1558 2002-11-13 [colin]      0.8.5claws139
1559
1560         * src/matcher_parser_parse.y
1561                 Fix a segfault in the parser (happening when
1562                 a good expression had been tested and a bad 
1563                 one arrives)
1564
1565 2002-11-13 [paul]       0.8.5claws138
1566
1567         * sync with 0.8.5cvs24
1568                 see ChangeLog 2002-11-13
1569                 
1570         * po/pt_BR.po
1571                 updated by Fabio Jr. Beneditto
1572
1573 2002-11-13 [colin]      0.8.5claws137
1574         
1575         * src/msgcache.c
1576           src/defs.h
1577           src/procmsg.[ch]
1578                 Revert last commit, problem
1579
1580 2002-11-13 [colin]      0.8.5claws136
1581
1582         * src/msgcache.c
1583                 Remove duplicated code
1584         * src/defs.h
1585                 Bumped CACHE_VERSION and MARK_VERSION
1586         * src/procmsg.[ch]
1587                 Network endian for cache and mark files
1588
1589 2002-11-12 [colin]      0.8.5claws135
1590
1591         * src/inc.c
1592                 Fix the "socket error" dialog which disappeared
1593
1594 2002-11-12 [colin]      0.8.5claws134
1595
1596         * src/msgcache.c
1597                 Reverse last commit which had performance 
1598                 problems, but still reverse the list
1599
1600 2002-11-12 [colin]      0.8.5claws133
1601
1602         * src/msgcache.c
1603                 Reverse list order
1604
1605 2002-11-12 [melvin]     0.8.5claws132
1606
1607         * src/compose.c
1608                 Added a check for a NULL prefs_common.dictionary
1609
1610 2002-11-12 [colin]      0.8.5claws131
1611
1612         * src/ssl_certificate.[ch]
1613                 Use FQDN hostname
1614
1615 2002-11-12 [colin]      0.8.5claws130
1616
1617         * src/ssl_certificate.[ch]
1618                 Take connection port into account for 
1619                 checking certificates (a single hostname
1620                 could have multiple servers with multiple
1621                 certificates)
1622         * src/ssl.c
1623                 Pass the port to ssl_certificate_check
1624
1625 2002-11-12 [paul]       0.8.5claws129
1626
1627         * src/folder.c
1628                 fix a typo in last commit
1629
1630 2002-11-12 [paul]       0.8.5claws128
1631
1632         * sync with 0.8.5cvs23
1633                 see ChangeLog entry 2002-11-12
1634
1635 2002-11-11 [colin]      0.8.5claws127
1636
1637         * src/ssl_certificate.c
1638                 Cleaner messages
1639                 Don't popup, instead log error, if the 
1640                 corresponding pref is checked
1641         * src/ssl_certificate.h
1642                 include <openssl/objects/h>
1643
1644 2002-11-11 [colin]      0.8.5claws126
1645
1646         * src/ssl_certificate.h
1647                 _Really_ clean it
1648
1649 2002-11-11 [colin]      0.8.5claws125
1650         
1651         * src/ssl_certificate.c
1652                 Fixed leak
1653
1654 2002-11-11 [colin]      0.8.5claws124
1655
1656         * src/ssl.c
1657                 Cleaned a bit
1658         * src/ssl_certificate.[ch]
1659                 Cleaned a bit (better use of SSL API)
1660                 (This will cause non-recognition of saved 
1661                  certificates of claws12[23]...)
1662
1663 2002-11-11 [paul]       0.8.5claws123
1664         
1665         * po/es.po
1666                 updated by Ricardo Mones Lastra
1667
1668 2002-11-11 [colin]      0.8.5claws122
1669
1670         * src/ssl.c
1671                 Fix a typo
1672
1673 2002-11-11 [colin]      0.8.5claws121
1674
1675         * src/ssl_certificate.[ch] ** NEW FILES **
1676         * src/ssl.[ch]
1677                 Check SSL certificates presented to us
1678         * src/Makefile.am
1679                 Add ssl_certificate.[ch]
1680         * po/POTFILES.in
1681                 Add ssl_certificate.c
1682
1683 2002-11-11 [paul]       0.8.5claws120
1684
1685         * sync with 0.8.5cvs22
1686                 see ChangeLog 2002-11-11
1687
1688 2002-11-11 [paul]       0.8.5claws119
1689
1690         * sync with 0.8.5cvs21
1691                 see ChangeLog 2002-11-11
1692
1693 2002-11-10 [jens]       0.8.5claws118
1694
1695         * src/folder.c
1696         * src/folderview.c
1697                 corrected some typing
1698         * po/de.po
1699                 updated german translation
1700         * sylpheed.spec.in
1701                 cleaned up specfile and adjusted it for claws
1702
1703 2002-11-10 [colin]      0.8.5claws117
1704
1705         * src/summaryview.c
1706                 a STATUSBAR_PUSH/POP fix
1707
1708 2002-11-10 [colin]      0.8.5claws116
1709
1710         * src/prefs_folder_item.c
1711                 Fix hanging after opening folder properties
1712
1713 2002-11-10 [hoa]        0.8.5claws115
1714
1715         * src/matcher_parser_lex.l
1716         * src/matcher_parser_parse.y
1717                 config file for scoring and filtering is no more trashed
1718                 when there is a syntax error in a filtering rule when
1719                 editing it in a dialog.
1720
1721 2002-11-09 [colin]      0.8.5claws114
1722
1723         * src/mbox_folder.c
1724                 Added missing initialisation of folder->destroy()
1725
1726 2002-11-09 [colin]      0.8.5claws113
1727
1728         * src/folder.c
1729           src/folderview.c
1730                 Fix the status bar messages
1731
1732 2002-11-09 [colin]      0.8.5claws112
1733
1734         * src/folderview.c
1735                 Fix hangs after folder dnd, happening after 
1736                 claws109.
1737
1738 2002-11-09 [christoph]  0.8.5claws111
1739
1740         * src/folderview.c
1741                 just changed order of calls (reverse order of
1742                 associated calls)
1743         * src/inc.c
1744                 lock inc when checking only one account, otherwise
1745                 inc all could be executed at the same time
1746
1747 2002-11-09 [christoph]  0.8.5claws110
1748
1749         * src/folderview.c
1750                 better unlock the mouse cursor before calling
1751                 summary_show because it changes the cursor too
1752
1753 2002-11-09 [christoph]  0.8.5claws109
1754
1755         * src/folder.[ch]
1756         * src/folderview.c
1757                 add functions to open and close a folder
1758                 o opending will execute scanning for remote folders
1759                   and processing
1760                 o closing will unset new flag for messages
1761
1762 2002-11-09 [colin]      0.8.5claws108
1763
1764         * src/folder.c
1765                 Add a call to prefs_matcher_write_config to 
1766                 avoid non-leaf folders filtering settings to be
1767                 lost
1768
1769 2002-11-09 [paul]       0.8.5claws107
1770
1771         * src/prefs_account.c
1772                 re-word a label
1773
1774 2002-11-09 [colin]      0.8.5claws106
1775
1776         * src/folderview.c
1777                 Minor esthetic fix
1778
1779 2002-11-09 [colin]      0.8.5claws105
1780
1781         * src/folderview.c
1782                 Fix prefs_filtering deletion for MH folders (same
1783                 reason as below)
1784         * src/prefs_filtering.c
1785                 Fix prefs_filtering renaming and deletion for 
1786                 folder-based processing rules.  
1787
1788 2002-11-09 [christoph]  0.8.5claws104
1789
1790         * src/compose.c
1791         * src/folder.[ch]
1792         * src/folderview.[ch]
1793         * src/import.c
1794         * src/inc.c
1795         * src/main.c
1796         * src/mainwindow.c
1797         * src/messageview.c
1798         * src/prefs_folder_item.c
1799         * src/procmsg.c
1800         * src/summaryview.c
1801                 implement a callback system for folder item updates
1802
1803 2002-11-09 [colin]      0.8.5claws103
1804
1805         * src/folderview.c
1806                 Fix prefs_filtering renaming for MH folders (we
1807                 shouldn't rename by path as another folder could
1808                 have the same hierarchy).
1809
1810 2002-11-09 [colin]      0.8.5claws102
1811
1812         * src/folder.c
1813                 Fix a leak found by Christoph, use better variable
1814                 names
1815
1816 2002-11-09 [colin]      0.8.5claws101
1817
1818         * src/folder.c
1819                 One more fix for processing rules
1820
1821 2002-11-08 [colin]      0.8.5claws100
1822         
1823         * src/matcher.c
1824                 Don't copy the compiled regexp (will be reevaluated)
1825         * src/folderview.c
1826                 Lock folderview while moving
1827         * src/folder.c
1828                 Provide info on what's happening to the user
1829
1830 2002-11-08 [colin]      0.8.5claws99
1831
1832         * src/folderview.c
1833                 Fix folder reordering after a move if parent is 
1834                 root
1835         * src/scoring.[ch]
1836                 Add function to copy a ScoringProp
1837         * src/prefs_folder_item.c
1838                 Copy scoring rules when copying a folder prefs
1839
1840 2002-11-08 [colin]      0.8.5claws98
1841
1842         * src/folderview.c
1843                 Fixes in case of failure
1844         * src/filtering.[ch]    
1845                 Add function to duplicate a FilteringProp
1846         * src/matcher.[ch]
1847                 Add function to duplicate a MatcherProp
1848         * src/prefs_folder_item.c
1849                 Save folder's processing rules when copying 
1850                 its prefs
1851
1852 2002-11-08 [colin]      0.8.5claws97
1853         
1854         * src/folderview.c
1855                 Sort after move
1856         * src/folder.c 
1857                 Change a printf to debug_print
1858
1859 2002-11-08 [colin]      0.8.5claws96
1860
1861         * src/folder.c
1862           src/folderview.c
1863                 Fix segfaults, call me stupido
1864         
1865
1866 2002-11-08 [colin]      0.8.5claws95
1867
1868         *src/folder.c
1869                 Added forgotten prefs to save when moving folders
1870
1871 2002-11-08 [colin]      0.8.5claws94
1872
1873         * src/folder.c
1874                 Fixes to folder DND (prefs copy)
1875         * src/folderview.c
1876                 Optimization for folder DND (don't rescan whole tree)
1877                 Added folderview_create_folder_node() for this 
1878                 optimization, so de-duped a bit the code
1879         * src/prefs_folder_item.[ch]
1880                 Added prefs_folder_item_copy_prefs()    
1881           
1882 2002-11-08 [paul]       0.8.5claws93
1883
1884         * src/prefs_account.c
1885           tools/README
1886           tools/kmail2sylpheed_v2.pl
1887                 correct some typos
1888
1889 2002-11-08 [paul]       0.8.5claws92
1890
1891         * src/compose.c
1892           src/prefs_account.[ch]
1893                 remove account options 'clearsign' and 'ascii_armored',
1894                 replace with 'default_gnupg_mode' to prevent mixed-mode
1895                 Privacy settings
1896
1897 2002-11-08 [paul]       0.8.5claws91
1898
1899         * src/compose.[ch]
1900                 re-implement GnuPG 'on-the-fly' mode selection,
1901                 disallow mixed-mode
1902
1903 2002-11-08 [colin]      0.8.5claws90
1904
1905         * src/folderview.c
1906           src/prefs_folder_item.c
1907                 Change "Property" to "Properties"
1908
1909 2002-11-07 [colin]      0.8.5claws89
1910
1911         * src/folderview.c
1912           src/folder.c
1913                 Allow folder dropping to a root folder
1914
1915 2002-11-07 [paul]       0.8.5claws88
1916
1917         * src/compose.c
1918                 revert last commit
1919
1920 2002-11-07 [paul]       0.8.5claws87
1921
1922         * src/compose.c
1923                 fix reply-to-list bug. closes bug report
1924                 "[633382] reply-to-list broken in recent cvs"
1925
1926 2002-11-07 [paul]       0.8.5claws86
1927
1928         * src/compose.c
1929                 add a forgotten '#if USE_GPGME ... #endif'
1930
1931 2002-11-07 [paul]       0.8.5claws85
1932
1933         * sync with 0.8.5cvs20
1934                 see ChangeLog 2002-11-07
1935
1936 2002-11-07 [colin]      0.8.5claws84
1937
1938         * src/folder.[ch]
1939                 Change folder_item_move_to to return the newly 
1940                 created folderitem.
1941         * src/folderview.c
1942                 Select the new folderitem after moving.
1943
1944 2002-11-07 [colin]      0.8.5claws83
1945
1946         * src/prefs_filtering.c
1947                 Fix rule rewriting when moving a leaf folder to a 
1948                 shorter path
1949
1950 2002-11-07 [colin]      0.8.5claws82
1951
1952         * src/prefs_filtering.c
1953                 fix a leak
1954
1955 2002-11-07 [colin]      0.8.5claws81
1956
1957         * src/folder.[ch]
1958                 Add folder_item_move_to() function to move a 
1959                 folderitem into another one (updates matcher etc)
1960         * src/folderview.c
1961                 Add folder drag'n drop (context menu to come)
1962                 [Should be dataloss free, but Please backup before 
1963                  trying !]
1964
1965 2002-11-06 [colin]      0.8.5claws80
1966
1967         * src/mh.c
1968                 mh_create_folder() returns NULL if can't create
1969                 directory hierarchy
1970
1971 2002-11-06 [paul]       0.8.5claws79
1972
1973         * src/compose.[ch]
1974                 allow 'on-the-fly' changing of the type of encryption 
1975                 and/or signing used (mime/ascii) via the compose window
1976
1977 2002-11-06 [paul]       0.8.5claws78
1978
1979         * sync with 0.8.5cvs19
1980                 see ChangeLog 2002-11-06 for src/account.c: 
1981                 account_get_special_folder()
1982                 
1983 2002-11-05 [alfons]     0.8.5claws77
1984
1985         * src/crash.c
1986                 very minor cleanups: nothing to see here, move on. :-)
1987
1988 2002-11-05 [colin]      0.8.5claws76
1989
1990         * src/main.c
1991                 Changes choices if compose windows are opened to
1992                 Discard, Draft, Don't quit
1993
1994 2002-11-05 [thorsten]   0.8.5claws75
1995
1996         * src/compose.c
1997                 reenabled default_reply_to folder option
1998
1999 2002-11-05 [colin]      0.8.5claws74
2000
2001         * src/compose.[ch] 
2002                 add compose_draft()
2003         * src/crash.c
2004                 add SIGTERM handler
2005         * src/main.[ch]
2006                 add clean_quit() for the SIGTERM handler
2007
2008 2002-11-05 [paul]       0.8.5claws73
2009         
2010         * po/es.po
2011                 updated by Ricardo Mones Lastra
2012
2013 2002-11-05 [melvin]     0.8.5claws72
2014
2015         * src/logwindow.c
2016                 Fixed log-clipping bug #616795.
2017                 To stop logging in the log window use 0 length.
2018         * src/prefs_common.c
2019                 Added a label to inform about the 0 log length behaviour.
2020
2021 2002-11-05 [paul]       0.8.5claws71
2022
2023         * sync with 0.8.5cvs17
2024                 see ChangeLog 2002-11-05
2025
2026 2002-11-04 [paul]       0.8.5claws70
2027
2028         * sylpheed-128x128.png
2029           sylpheed-64x64.png
2030           sylpheed.png
2031                 replace with pngcrushed icons. Submitted by Nicolas Kaiser,
2032                 <nikai@users.sourceforge.net>
2033                 
2034         * po/bg.po
2035                 updated by George Danchev
2036
2037 2002-11-03 [thorsten]   0.8.5claws69
2038
2039         * src/main.c
2040           src/mimeview.c
2041           src/rfc2015.h
2042                 add check if gpg is active
2043
2044 2002-11-03 [thorsten]   0.8.5claws68
2045
2046         * src/toolbar.h
2047                 removed GSList declaration causing trouble on MacOS-X
2048                 (submitted by alfons, reported by xfesty)
2049
2050 2002-11-01 [paul]       0.8.5claws67
2051
2052         * src/mainwindow.c
2053                 remove last remnants of main's filter code
2054
2055 2002-11-01 [paul]       0.8.5claws66
2056
2057         * tools/filter_conv.pl
2058                 fix bug where user-defined headers were ignored
2059
2060 2002-11-01 [paul]       0.8.5claws65
2061
2062         * src/logwindow.c
2063                 make a debug_print() not translatable
2064
2065 2002-10-31 [melvin]     0.8.5claws64
2066
2067         * ac/aspell.m4
2068                 Fixed --disable-aspell-test. Now --disable-aspell-test will 
2069                 not run any GNU/aspell test.  The dictionary path will
2070                 be by default /usr/local/lib/aspell/ unless --with-aspell-prefix
2071                 was given, in which case, it will be $prefix/lib/aspell/
2072         * configure.in
2073                 Fixed typo in commentary (Aspell code).
2074
2075 2002-10-31 [paul]       0.8.5claws63
2076
2077         * po/POTFILES.in
2078                 remove src/filter.c and src/prefs_filter.c
2079                 thanks to Ricardo for reminding me
2080
2081 2002-10-31 [colin]      0.8.5claws62
2082
2083         * src/mbox_folder.c
2084                 Plug some leaks
2085
2086 2002-10-31 [paul]       0.8.5claws61
2087
2088         * src/prefs_filter.[ch] ** REMOVED **
2089           src/filter.[ch]       ** REMOVED **
2090           
2091         * src/Makefile.am
2092           src/folderview.c
2093           src/inc.c
2094           src/main.c
2095           src/mainwindow.c
2096           src/mbox.c
2097           src/prefs_common.c
2098           src/prefs_filtering.c
2099           src/summaryview.[ch]
2100                 remove main's 'filter' code
2101                 
2102         README.claws
2103                 update to reflect removal of main's filter
2104
2105 2002-10-31 [paul]       0.8.5claws60
2106
2107         * src/summaryview.c
2108                 remove check for global_processing in summary_filter_open(). 
2109                 This fixes the bug where if the user uses the right-click 
2110                 'Create filter rule...' and doesn't have any filter rules 
2111                 already defined in claws' advanced filtering, the newly 
2112                 created filter rule goes to main's filtering which is 
2113                 inaccessible through the gui. Now the filter rule gets added
2114                 to claws' filtering by default.
2115
2116 2002-10-28 [melvin]     0.8.5claws59
2117
2118         * src/prefs_actions.c
2119                 Fixed bug #627322 where MIME parts were not always
2120                 correctly passed to a %p action
2121                 Display an error dialog when message filename is not found.
2122
2123 2002-10-28 [melvin]     0.8.5claws58
2124
2125         * src/prefs_common.c
2126                 Readded a missing function declaration lost in 0.8.3claws34
2127
2128 2002-10-28 [paul]       0.8.5claws57
2129
2130         * sync with 0.8.5cvs15
2131                 see ChangeLog 2002-10-28 and 2002-10-25
2132                 
2133         Note: ChangeLog entry 2002-10-24 is not sync'ed.
2134
2135 2002-10-27 [oliver]     0.8.5claws56
2136
2137         * src/pop.c
2138                 plug leak in pop3_top_recv
2139
2140 2002-10-26 [christoph]  0.8.5claws55
2141
2142         * src/folder.c
2143                 set need_update folder flag when messages are added
2144                 (closes bug [ 626922 ] folder not updated after receiving)
2145
2146 2002-10-25 [melvin]     0.8.5claws54
2147
2148         * src/imageview.c
2149                 Fixed a memleak introduced in the scaling code.
2150
2151 2002-10-24 [alfons]     0.8.5claws53
2152
2153         * src/filtering.c
2154                 make filtering's forward message action forward from the 
2155                 correct account
2156                 (closes bug [628089 ] Filter -> Forward from address problem
2157                 reported by Oktay)
2158
2159 2002-10-24 [christoph]  0.8.5claws52
2160
2161         * src/mainwindow.c
2162         * src/manual.[ch]
2163                 o use manual of current locale or english if current
2164                   locale is not available (and english is available)
2165                 o also link to sylpheed doc project manuals
2166
2167 2002-10-23 [paul]       0.8.5claws51
2168
2169         * tools/README
2170           tools/kmail2sylpheed_v2.pl
2171                 add new version of kmail addressbook importer script.
2172                 works with newer versions of Kmail/KAddressBook which
2173                 have new and rearranged data.
2174
2175 2002-10-23 [martin]     0.8.5claws50
2176
2177         * src/folderview.c
2178         * src/summaryview.c
2179         * src/utils.h
2180         * src/utils.c
2181                 added length parameter to get_abbrev_newsgroup_name()
2182                 changed this function so that it abbreviates the newsgroup
2183                 names only so long it is smaller than the length parameter
2184                 (for better reading of some newsgroup names and space efficiency)
2185
2186 2002-10-22 [colin]      0.8.5claws49
2187
2188         *src/foldersel.c
2189                 Revert Alfons' last modification (after voting ;-))
2190
2191 2002-10-21 [alfons]     0.8.5claws48
2192
2193         * src/foldersel.c
2194                 folder view in folder selection dialog reflects state of
2195                 folder view in main window
2196
2197 2002-10-18 [alfons]     0.8.5claws47
2198
2199         * src/mbox.c
2200                 drop imported messages in folder selected by user,
2201                 and not in the inbox
2202                 (closes bug [ 625424 ] Import mbox always to "Inbox" folder)
2203
2204 2002-10-18 [alfons]     0.8.5claws46
2205
2206         * src/compose.c
2207                 make automagic reply work correctly for email accounts 
2208                 (whether it's viable to do a full sync with Hiro's 
2209                 compose.c is still under discussion)
2210
2211 2002-10-18 [melvin]     0.8.5claws45
2212
2213         * src/prefs_actions.c
2214                 Fixed bug #622275 where asynchroneous actions left 
2215                 zombies processes
2216                 Made (synchroneous) actions' input be displayed live.
2217
2218 2002-10-18 [christoph]  0.8.5claws44
2219
2220         * src/textview.c
2221                 don't add a newline in the textview in front of the
2222                 first textpart if header display is disabled
2223                 (closes bug [ 603385 ] disabled header display leaves blank
2224                  lin)
2225
2226 2002-10-18 [christoph]  0.8.5claws43
2227
2228         * src/folder.[ch]
2229         * src/imap.c
2230         * src/mbox_folder.c
2231         * src/mh.c
2232         * src/news.c
2233                 folder->get_num_list now returns an error code
2234                 (closes bug [ 609424 ] News cache cleared on failure)
2235                 
2236 2002-10-17 [colin]      0.8.5claws42
2237         
2238         * src/news.c
2239                 Changed a printf by debug_print
2240
2241 2002-10-16 [paul]       
2242
2243         * tools/OOo2sylpheed.pl
2244                 allow for spaces in the name of the
2245                 file to be attached.
2246
2247 2002-10-16 [colin]      0.8.5claws41
2248
2249         * src/main.c
2250                 Use a tristate to change online mode
2251
2252 2002-10-16 [paul]       0.8.5claws40
2253
2254         * po/es.po
2255                 updated by Ricardo Mones Lastra
2256
2257 2002-10-16 [colin]      0.8.5claws39
2258
2259         * src/main.c
2260           src/mainwindow.[ch]
2261                 Added --online and --offline command-line
2262                 switches
2263
2264 2002-10-15 [christoph]  0.8.5claws38
2265
2266         * src/procmime.c
2267                 set mimeinfo->name to NULL after g_free to
2268                 avoid double freeing with g_free
2269
2270 2002-10-14 [christoph]  0.8.5claws37
2271
2272         * src/compose.c
2273         * src/filtering.c
2274         * src/summaryview.c
2275                 remove calls to folder->change_flags that are now
2276                 done by procmsg flag functions (seems it is not
2277                 used by any foldertype anyway)
2278         * src/folder.c
2279                 init folder->change_flags with NULL
2280
2281 2002-10-14 [christoph]  0.8.5claws36
2282
2283         * src/folder.[ch]
2284         * src/imap.[ch]
2285                 use virtual functions for folder item new and destroy
2286                 functions
2287
2288 2002-10-14 [melvin]     0.8.5claws35
2289
2290         * src/compose.c
2291                 Added a test to not run the spell checker if no default
2292                 dictionary is available. No dialog is displayed though.
2293
2294 2002-10-14 [melvin]     0.8.5claws34
2295
2296         * src/gtkaspell.c
2297                 Fixed bug in dictionary list context menu where
2298                 "More..." pointed to an emtpy submenu if the
2299                 number of dictionaries is a multiple of 15
2300                 Removed unneeded code in suggestions list creation
2301
2302 2002-10-14 [paul]       0.8.5claws33
2303
2304         * po/bg.po
2305                 updated by George Danchev
2306
2307 2002-10-13 [hoa]        0.8.5claws32
2308
2309         * src/matcher.[ch]
2310           src/matcher_parser_parser.y
2311                 removed the escaped string from internal structure
2312                 of matcher.
2313
2314 2002-10-12 [colin]      0.8.5claws31
2315
2316         * src/gtksctree.[ch]
2317           src/summaryview.c
2318                 Removed useless function gtksctree_reanchor
2319
2320 2002-10-12 [alfons]     0.8.5claws30
2321         
2322         * sync with remaining main changes 2002-10-09 - 2002-10-11
2323         - drop changes to src/compose.c (requires claws specific changes)
2324         
2325 2002-10-12 [alfons]     0.8.5claws29
2326         
2327         * sync with main changes of 2002-10-08
2328         - drop changes to src/compose.c (requires claws specific changes)
2329         - drop changes to src/summaryview.c (requires changes to compose.c)     
2330
2331 2002-10-12 [alfons]     0.8.5claws28
2332         
2333         * sync with main changes of 2002-10-07
2334
2335 2002-10-12 [alfons]     0.8.5claws27
2336
2337         * sync with main changes of 2002-10-04
2338         - drop changes to src/compose.c (requires claws specific changes)
2339         - drop changes to src/prefs_folder_item.c (claws implementation
2340           seems to be working)
2341
2342 2002-10-12 [colin]      0.8.5claws26
2343
2344         * src/mainwindow.c
2345                 Fix folder-flicker when space-reading, introduced 
2346                 in claws22.
2347
2348 2002-10-12 [colin]      0.8.5claws25
2349
2350         * src/compose.c
2351                 Save account address when saving as draft.
2352                 (closes bug 621838)
2353
2354 2002-10-12 [colin]      0.8.5claws24
2355
2356         * src/summaryview.c
2357                 Fix the problem consisting of no message selected
2358                 after the last message in a folder has been moved.
2359
2360 2002-10-12 [paul]       0.8.5claws23
2361
2362         * src/compose.c
2363           src/prefs_template.c
2364           src/template.[ch]
2365                 add Cc and Bcc to templates. Patch submitted by
2366                 John L. Males.
2367
2368 2002-10-12 [colin]      0.8.5claws22
2369
2370         * src/folderview.c
2371                 Fix a bug after "Check for new messages":
2372                 If a folder was opened, it was still selected at
2373                 the end of the check, but displayed empty.
2374         * src/mainwindow.c
2375                 Remove unnecessary check
2376
2377 2002-10-12 [paul]
2378
2379         * tools/README
2380                 be more verbose in the description of
2381                 OOo2sylpheed.pl
2382                 
2383
2384 2002-10-11 [colin]      0.8.5claws21
2385
2386         * src/mainwindow.c
2387                 Make space work (better) when no mail is selected
2388
2389 2002-10-11 [colin]      0.8.5claws20
2390
2391         * src/inc.c
2392           src/news.c
2393                 fix warnings
2394
2395 2002-10-11 [colin]      0.8.5claws19
2396
2397         * src/mainwindow.c
2398                 revert 0.8.5claws6 changes as i couldn't get to
2399                 anything satisfying
2400
2401 2002-10-11 [melvin]     0.8.5claws18
2402
2403         * src/compose.c
2404                 Removed buggy and unused macro (should have been committed in
2405                 0.8.5claws17)
2406
2407 2002-10-11 [melvin]     0.8.5claws17
2408
2409         * src/compose.c
2410                 Fixed memory leak from bug #622040 (thanks to Martin Kluge)
2411
2412 2002-10-11 [thorsten]   0.8.5claws16 
2413
2414         * src/folderview.c
2415                 remove rescan warning
2416
2417 2002-10-11 [colin]      0.8.5claws15 
2418
2419         * src/procheader.c
2420                 fix a segfault that happens if conv_unmime_header
2421                 fails (should be better to find out why it fails)
2422
2423 2002-10-11 [christoph]  0.8.5claws14
2424
2425         * src/summaryview.c
2426                 update folderview stats after ignore/unignore thread
2427
2428 2002-10-11 [hoa]        0.8.5claws13
2429
2430         * src/quote_fmt_parse.y
2431                 Fixed a yacc/bison syntax error
2432         * src/matcher.c
2433                 Escaping of string is fixed.
2434
2435 2002-10-11 [colin]      0.8.5claws12
2436
2437         * src/imageview.c
2438                 Resize images to fit
2439
2440 2002-10-11 [paul]       0.8.5claws11
2441
2442         * po/es.po
2443                 updated by Ricardo Mones Lastra
2444
2445 2002-10-10 [alfons]     0.8.5claws10
2446
2447         * src/compose.c
2448                 allow dropping files by "moving" files from a file manager,
2449                 not only by the more cumbersome "copying". the latter 
2450                 mostly implies holding down the Control button
2451
2452 2002-10-10 [christoph]  0.8.5claws9
2453
2454         * src/summaryview.c
2455                 update folders after thread building for ignored threads
2456
2457 2002-10-10 [christoph]  0.8.5claws8
2458
2459         * config/.cvsignore
2460                 added Makefile
2461         * src/filtering.[ch]
2462         * src/folder.[ch]
2463         * src/folderview.[ch]
2464         * src/import.c
2465         * src/inc.[ch]
2466         * src/mbox.[ch]
2467         * src/procmsg.c
2468         * src/summaryview.[ch]
2469                 o added new flag need_update to FolderItem
2470                 o removed folder_table from various functions from tracking
2471                   folder updates
2472                 o set need_update flags in folder.c's move, copy and delete
2473                   functions and procmsg's flags functions
2474                 o added function folderview_update_items_when_required that
2475                   updates all folders with need_update set
2476                 o call folderview_update_items_when_required instead of
2477                   folderview_update_item_foreach
2478
2479 2002-10-09 [sergey]     0.8.5claws7
2480
2481         * src/compose.c
2482                 Strip CRs whel loading the text into editor in reedit mode.
2483
2484 2002-10-09 [colin]      0.8.5claws6
2485
2486         * src/mainwindow.c
2487                 Make Space work when no mail is selected
2488
2489 2002-10-09 [colin]      0.8.5claws5
2490
2491         * src/gtksctree.[ch]
2492                 Fix range_select
2493                 Add gtk_sctree_reanchor() 
2494         * src/summaryview.c
2495                 Use gtk_sctree_reanchor() - better fix for 
2496                 bug 60413
2497
2498 2002-10-09 [colin]      0.8.5claws4
2499
2500         * src/summaryview.c
2501                 Fix shift-click select after delete problem
2502                 (closes bug 60413)
2503
2504 2002-10-08 [thorsten]   0.8.5claws3
2505
2506         * src/summaryview.c
2507                 exclude current msg from -hide read messages-
2508
2509 2002-10-08 [colin]      0.8.5claws2
2510
2511         * src/inc.[ch]
2512           src/pop.c
2513           src/recv.c
2514                 Differentiate socket errors from disk full
2515                 errors
2516
2517 2002-10-08 [christoph]  0.8.5claws1
2518
2519         * Makefile.am
2520         * configure.in
2521                 modifications for new config directory
2522
2523         * config.guess  ** REMOVED **
2524         * config.sub    ** REMOVED **
2525         * install-sh    ** REMOVED **
2526         * ltmain.sh     ** REMOVED **
2527         * missing       ** REMOVED **
2528         * mkinstalldirs ** REMOVED **
2529                 these files are autogenerated by automake
2530                 when you run autogen.sh
2531
2532         * config/.cvsignore     ** NEW FILE **
2533         * config/Makefile.am    ** NEW FILE **
2534                 ignore autogenerated files
2535                 create a Makefile in this directory
2536
2537 2002-10-08 [paul]       0.8.5claws
2538
2539         * 0.8.5claws release
2540         
2541         * src/compose.c
2542           src/procheader.c
2543           src/procmsg.c
2544                 fix quote reply format for newsgroups reply bug
2545                 (thanks to Hoa)
2546                 
2547         * po/en_GB.po
2548           po/pl.po
2549                 updated by me and Witold Wladyslaw Wojciech Wilk
2550                 repectively
2551
2552 2002-10-07 [paul]       0.8.3claws53
2553
2554         * po/it.po
2555           po/pt_BR.po
2556           po/sr.po
2557                 updated messages catalogs, submitted by
2558                 Alessandro Maestri, Fabio Jr.Beneditto 
2559                 and Urke MMI, respectively.
2560
2561 2002-10-07 [christoph]  0.8.3claws52
2562
2563         * src/folder.[ch]
2564         * src/folderview.c
2565         * src/mainwindow.c
2566                 fix new folder ghost message bug
2567                 (closes bug [ 619722 ] wrong count for newly created folders)
2568
2569 2002-10-07 [christoph]  0.8.3claws51
2570
2571         * src/compose.c
2572                 fix news posting problem
2573
2574 2002-10-07 [melvin]     0.8.3claws50
2575
2576         * po/fr.po
2577                 Updated French translation
2578
2579 2002-10-05 [christoph]  0.8.3claws49
2580
2581         * src/gtkstext.c
2582                 check if line_start_cache is set in gtk_stext_update_text
2583                 (closes bug [ 618119 ] crash while doing search in folder)
2584
2585 2002-10-05 [christoph]  0.8.3claws48
2586
2587         * src/imap.c
2588         * src/news.c
2589         * src/utils.c
2590         * src/utils.h
2591                 implement cache cleanups for claws' folder system
2592                 (closes bug [ 595916 ] imapcache not cleaned up)
2593
2594 2002-10-05 [melvin]     0.8.3claws47
2595
2596         * src/prefs_actions.c
2597                 Made the help text more clear for the %p token
2598
2599 2002-10-04 [paul]       0.8.3claws46
2600
2601         * sync with 0.8.5
2602                 see ChangeLog 2002-10-02 and 2002-10-03
2603
2604 2002-10-04 [christoph]  0.8.3claws45
2605
2606         * src/inc.c
2607                 fix segfault caused by pop before smtp
2608                 call to inc_account_mail with NULL
2609                 pointer for mainwin
2610
2611 2002-10-04 [paul]       0.8.3claws44
2612
2613         * configure.in
2614                 sync the LDAP detection from 0.8.5cvs1
2615
2616 2002-10-02 [christoph]  0.8.3claws43
2617
2618         * po/de.po
2619                 fix small spelling error
2620
2621 2002-10-02 [melvin]     0.8.3claws42
2622
2623         * ac/aspell.m4
2624                 Behave better and say "no" when test program cannot be run.
2625
2626 2002-10-02 [paul]       0.8.3claws41
2627
2628         * sync with 0.8.4cvs1
2629                 see ChangeLog 2002-09-30, 2002-10-01, 2002-10-02
2630                 
2631         * src/summaryview.c
2632                 toggle the behavior of Reply menuitem between
2633                 normal reply and reply-to-list
2634
2635 2002-10-01 [sergey]     0.8.3claws40
2636
2637         * src/compose.c
2638                 Convert newlines in the message text to the canonical form
2639                 before base64 encoding (RFC2045 compliance, fixes some
2640                 interoperability issues with Evolution 1.0.3)
2641
2642 2002-09-29 [colin]      0.8.3claws39
2643
2644         * src/summaryview.c
2645                 Fix an unwanted copy/paste
2646
2647 2002-09-29 [colin]      0.8.3claws38
2648
2649         * src/mainwindow.c
2650                 Renamed "Custom toolbar" to "Customize toolbar"
2651                 Renamed "Show all header" to "Show all headers"
2652                 Renamed "Set diplay item" to "Set displayed items"
2653         * src/prefs_common.c
2654                 Renamed "Show all header" to "Show all headers"
2655         * src/prefs_summary_column.c
2656                 Renamed "diplay item" to "displayed items"
2657
2658 2002-09-29 [colin]      0.8.3claws37
2659
2660         * src/mainwindow.[ch]
2661                 online/offline status pixmaps follow theme
2662                 changes
2663         * src/summaryview.[ch]
2664                 quicksearch pixmap follows theme changes
2665
2666 2002-09-29 [thorsten]   0.8.3claws36
2667
2668         * src/compose.c
2669           src/prefs_folder_item.[ch]
2670                 add default_reply_to folder option (closes patch 581044)
2671
2672 2002-09-29 [christoph]  0.8.3claws35
2673
2674         * acconfig.h    ** REMOVED **
2675         * configure.in
2676         * ac/aspell.m4
2677         * ac/check-type.m4
2678         * ac/gnupg-check-typedef.m4
2679                 fix autoheader 2.50 warning
2680
2681 2002-09-29 [christoph]  0.8.3claws34
2682
2683         * major code cleanup (part 2)
2684         
2685                 - unused variables removed
2686                 - unused functions removed
2687                 - uninitialized variables checked
2688                 - missing return statements added
2689                 - missing function return types added
2690                 - added parentheses around assignment
2691                   when suggested by gcc
2692
2693 2002-09-29 [alfons]     0.8.3claws33
2694
2695         * src/logwindow.c
2696                 log_window_clear(): only bracket gtk_text_forward_delete() 
2697                 with gtk_text_freeze() / gtk_text_thaw() (see if this
2698                 works around GTK text bug)
2699
2700 2002-09-29 [paul]       0.8.3claws32
2701
2702         * po/bg.po
2703           po/sr.po
2704                 updated by George Danchev and Urke MMI
2705                 respectively
2706
2707 2002-09-27 [christoph]  0.8.3claws31
2708
2709         * doc-src/readme.txt
2710         * doc-src/rfc1806.txt   ** REMOVED **
2711         * doc-src/rfc2183.txt   ** NEW FILE **
2712         * doc-src/rfc2980.txt   ** NEW FILE **
2713                 update rfcs
2714
2715 2002-09-27 [melvin]     0.8.3claws30
2716
2717         * ac/aspell.m4
2718                 Fixed typo which could break linking
2719
2720 2002-09-27 [melvin]     0.8.3claws29
2721
2722         * ac/aspell.m4
2723                 Improved GNU/aspell checking. 
2724                 Fixed bug #614490
2725
2726 2002-09-27 [paul]       0.8.3claws28
2727
2728         * sync with 0.8.3cvs8
2729                 see ChangeLog 2002-09-27
2730
2731 2002-09-26 [colin]      0.8.3claws27
2732
2733         * src/toolbar.[ch]
2734           src/mainwindow.[ch]
2735                 Add "Reply to Mailing-list" to the toolbar
2736
2737 2002-09-26 [christoph]  0.8.3claws26
2738
2739         * src/summaryview.c
2740                 Fix wrong message counts in summaryview status
2741
2742 2002-09-26 [paul]       0.8.3claws25
2743
2744         * sync with 0.8.3cvs7
2745                 see ChangeLog 2002-09-26
2746
2747 2002-09-26 [paul]       0.8.3claws24
2748
2749         * sync with 0.8.3cvs6
2750                 see ChangeLog 2002-09-25
2751
2752 2002-09-25 [christoph]  0.8.3claws23
2753
2754         * src/prefs_common.c
2755         * src/prefs_folder_item.c
2756         * src/prefs_scoring.c
2757                 Renamed "kill score" to "hide score" in GUI
2758                 and prefs files
2759
2760 2002-09-25 [paul]       0.8.3claws22
2761
2762         * sync with 0.8.3cvs5
2763                 see ChangeLog 2002-09-24
2764
2765 2002-09-24 [alfons]     0.8.3claws21
2766
2767         patch by Satoshi Nagayasu: allows appending / saving multiple 
2768         selected files (closes "[ 612279 ] save multiple mesg(s) in 
2769         'Save as ...'")
2770
2771         * AUTHORS
2772                 add Satoshi Nagayasu
2773         * src/summaryview.c
2774                 summary_save_as(): allow saving selected files to
2775                 one file
2776                 summary_set_menu_sensitive: enable "Save As..." when
2777                 multiple files are selected
2778         * src/utils.[ch]
2779                 append_file(): new function
2780
2781 2002-09-24 [colin]      0.8.3claws20
2782
2783         * src/procmime.c
2784                 Fix segfault when mimeinfo doesn't have a 
2785                 content_type. 
2786
2787 2002-09-24 [colin]      0.8.3claws19
2788
2789         * src/prefs_common.[ch]
2790                 Add a preference to display send dialog or not
2791         * src/send.c
2792                 Display send dialog according to preference
2793
2794 2002-09-24 [colin]      0.8.3claws18
2795
2796         * src/compose.[ch]
2797                 Disable user actions when sending
2798
2799 2002-09-24 [colin]      0.8.3claws17
2800
2801         * src/procmime.c
2802                 Do not display name or filename for attachments
2803                 with an application/pgp-signature type
2804                 (security flaw, see bug 537413)
2805
2806 2002-09-23 [colin]      0.8.3claws16
2807
2808         * src/editaddress.c
2809                 Initialize entry_email, entry_alias and 
2810                 entry_remarks to first email address of the list
2811
2812 2002-09-23 [colin]      0.83claws15
2813
2814         * src/compose.c
2815                 Drop pgp-signature when reediting a signed queued
2816                 message
2817
2818 2002-09-23 [melvin]     0.8.3claws14
2819
2820         * po/fr.po
2821                 Updated French translation
2822
2823 2002-09-23 [melvin]     0.8.3claws13
2824
2825         * src/mainwindow.c
2826                 Made custom toolbar menu labels more consistent
2827         * src/prefs_toolbar.c
2828                 Made custom toolbar window title more consistent
2829
2830 2002-09-22 [colin]      0.8.3claws12
2831
2832         * src/inc.c
2833                 Initialize session type to normal before getting 
2834                 mail (fixes strange Get behaviour)
2835         * src/prefs_account.h
2836                 Move STYPE_POP_BEFORE_SMTP to last position to 
2837                 avoid other side-effects
2838
2839 2002-09-22 [colin]      0.8.3claws11
2840
2841         * src/prefs_account.c
2842                 Fix pop_bfr_smtp_tm_entry sensivity when switching
2843                 from pop3 to apop or vice-versa
2844
2845 2002-09-22 [colin]      0.8.3claws10
2846         
2847         * src/prefs_account.[ch]
2848                 Add an option for the POP before SMTP timeout
2849         * src/inc.c
2850                 Remember time of last POP connection
2851         * src/send.c
2852                 Do POP before SMTP only if timeout reached
2853
2854 2002-09-22 [oliver]     0.8.3claws9
2855         
2856         * README.claws
2857                 explain custom toolbar
2858
2859 2002-09-22 [oliver]     0.8.3claws8
2860
2861         * src/prefs_actions.[ch]
2862         custom toolbar for compose      
2863                 actions callback from compose toolbar
2864         * src/folderview.c
2865                 remove include toolbar.h
2866
2867 2002-09-22 [oliver]     0.8.3claws7
2868         
2869         * src/prefs_toolbar.[ch]
2870                 custom toolbar for compose
2871                 - generic prefs_toolbar handles both
2872                   Mainwin's toolbar as well as Compose toolbar          
2873
2874 2002-09-22 [oliver]     0.8.3claws6
2875         
2876         * src/toolbar.[ch]
2877                 custom toolbar for compose
2878                 restructure toolbar.[ch]
2879
2880 2002-09-22 [oliver]     0.8.3claws5
2881
2882         * src/compose.[ch]
2883                 custom toolbar for compose
2884
2885 2002-09-22 [oliver]     0.8.3claws4
2886         
2887         * src/mainwindow.[ch]
2888                 custom toolbar for compose 
2889                 move mainwin toolbar back to mainwindow
2890
2891 2002-09-22 [alfons]     0.8.3claws3
2892
2893         * src/procmsg.c
2894                 :%sno/if(/if (/gc
2895                 :%sno/for(/for (/gc
2896                 (beautify)
2897
2898 2002-09-22 [alfons]     0.8.3claws2
2899         
2900         * src/procmsg.c
2901                 procmsg_save_to_outbox(): don't unlink message file from queue;
2902                 callers should do it using folder_item_remove_msg()
2903
2904 2002-09-22 [colin]      0.8.3claws1
2905
2906         * src/mimeview.[ch]
2907                 Made mimeview_check_signature() public
2908         * src/textview.c
2909                 Made GPG signatures verifiable by clicking
2910                 the [application/pgp-signature] in the Text
2911                 view
2912
2913 2002-09-22 [paul]       0.8.3claws
2914
2915         * po/bg.po
2916           po/en_GB.po
2917           po/es.po
2918           po/it.po
2919           po/pl.po
2920           po/pt_BR.po
2921           po/sr.po
2922                 updated translations, submitted by George Danchev,
2923                 me, Ricardo Mones Lastra, Alessandro Maestri,
2924                 Witold Wladyslaw Wojciech Wilk, Fabio Jr.Beneditto 
2925                 and Urke MMI, respectively.     
2926
2927 2002-09-22 [alfons]     0.8.2claws65
2928
2929         * src/procmsg.c
2930         * src/pgptext.c
2931                 no furry valgrinds have been used to plug these memleaks
2932
2933 2002-09-20 [paul]       0.8.2claws64
2934
2935         * sync with 0.8.3cvs4
2936                 'Select thread' re-implemented 
2937                 see ChangeLog 2002-09-20
2938
2939 2002-09-21 [alfons]     0.8.2claws63
2940
2941         * src/compose.c
2942                 compose_send(): plug unnoticed memleak
2943
2944 2002-09-20 [alfons]     0.8.2claws62
2945
2946         * src/addr_compl.c
2947                 replace_address_in_edit(): strict check for NULL address to
2948                 fix "[ 607348 ] Segfault in address completion". My guess is
2949                 that this happens with an empty address book, but it's good
2950                 to have this check here anyway
2951                 
2952                 completion_window_button_press(): free string returned 
2953                 from the internal cache
2954
2955 2002-09-20 [christoph]  0.8.2claws61
2956
2957         * src/procmime.h
2958                 added ENC_BINARY to EncodingType
2959         * src/procmime.c
2960                 the string returned by procmime_get_encoding_str
2961                 should not depend on the order of values in the
2962                 EncodingType definition
2963         * doc-src/rfc1806.txt   ** NEW FILE **
2964                 Added rfc1806 about MIME Content-Disposition
2965                 Extension
2966
2967 2002-09-19 [paul]       0.8.2claws60
2968
2969         * sync with 0.8.2cvs3
2970                 see ChangeLog 2002-09-19
2971
2972 2002-09-19 [paul]       0.8.2claws59
2973
2974         * src/prefs_folder_item.c
2975                 revert to Darko's original alignment of colour
2976                 selector button
2977                 add a colon to folder_color label
2978                 
2979         * src/compose.c
2980                 add Colin's patch (with Hiro's modifications) to 
2981                 force BASE64 encoding for 8-bit text when signing
2982                 (sync with 0.8.3cvs2)
2983
2984 2002-09-18 [alfons]     0.8.2claws58
2985
2986         * src/compose.c
2987                 :%sno/if(/if (/gc
2988                 :%sno/for(/for (/gc
2989                 (beautify a little bit)
2990
2991 2002-09-18 [christoph]  0.8.2claws57
2992
2993         * src/pine.c
2994                 fix handling of fgetc return value
2995
2996 2002-09-17 [alfons]     0.8.2claws56
2997         
2998         * src/summaryview.c
2999                 summary_sort(): check non-NULL summaryview->folder_item when no 
3000                 folder is selected at all
3001                 (closes "[ 610344 ] sort label make syl Crash")
3002
3003 2002-09-17 [alfons]     0.8.2claws55
3004         
3005         * src/compose.c
3006                 beautify a little bit
3007
3008 2002-09-17 [christoph]  0.8.2claws54
3009
3010         * src/folder.c
3011                 initialize max values for cache and folder
3012                 when cache or folder is empty
3013
3014 2002-09-15 [colin]      0.8.2claws53
3015
3016         * src/compose.c
3017                 Fix a leak (thanks Alfons!) and cleaned
3018                 variables names for custom headers
3019
3020 2002-09-15 [colin]      0.8.2claws52
3021
3022         * src/compose.c
3023                 Fix custom headers recognition when
3024                 prefs_common.trans_hdr is on
3025
3026 2002-09-15 [colin]      0.8.2claws51
3027
3028         * src/compose.c
3029                 Allow dynamically-added custom headers
3030                 Yet not reparsed if reedited
3031
3032 2002-09-15 [alfons]     0.8.2claws50
3033
3034         * src/prefs_account.c
3035                 fix warnings
3036
3037 2002-09-15 [colin]      0.8.2claws49
3038         
3039         * src/prefs_account.c
3040                 fix pop_before_smtp sensitivity
3041
3042 2002-09-15 [colin]      0.8.2claws48
3043
3044         * src/inc.[ch]
3045                 add inc_pop_before_smtp()
3046                 allow MainWindow to be undefined in 
3047                 inc_account_mail() and inc_start()
3048         * src/pop.c
3049           src/prefs_account.h
3050                 add STYPE_POP_BEFORE_SMTP session type
3051         * src/prefs_account.c
3052                 activated pop before smtp option
3053         * src/send.c
3054                 do pop before smtp if the relevant option 
3055                 is set
3056
3057 2002-09-15 [paul]       0.8.2claws47
3058
3059         * sync with 0.8.3
3060                 see ChangeLog 2002-09-15
3061
3062 2002-09-14 [paul]       0.8.2claws46
3063
3064         * po/bg.po
3065                 updated Bulgarian translation, submitted by
3066                 George Danchev
3067
3068 2002-09-13 [paul]       0.8.2claws45
3069
3070         * src/compose.c
3071                 merge claws' select_account() with main's
3072                 (new) compose_select_account(). [sync with
3073                 0.8.2cvs15, see ChangeLog 2002-09-11]
3074
3075 2002-09-12 [christoph]  0.8.2claws44
3076
3077         * src/filter.c
3078                 allocate 1 elements of FolderItem not 0
3079
3080 2002-09-12 [colin]      0.8.2claws43
3081
3082         * src/compose.c
3083                 Fix bug #590825 (obey Follow-up: poster)
3084
3085 2002-09-12 [colin]      0.8.2claws42
3086
3087         * src/procmime.c
3088                 Fix bug #557009 (wrong headers for messages 
3089                 forwarded as attachments)
3090
3091 2002-09-11 [colin]      0.8.2claws41
3092         
3093         * src/compose.c
3094                 Put SCF: pseudo-header on top of message
3095                 Set draft tmp_flag when saved as draft
3096
3097         * src/procmsg.c
3098           src/procheader.c
3099                 Skip after first \n\n for beginning of real message
3100                 for drafts too
3101
3102 2002-09-11 [christoph]  0.8.2claws40
3103
3104         * src/filtering.c
3105                 use procmsg flag functions in filtering or processing
3106                 will cause incorrect folder message counts
3107
3108 2002-09-11 [colin]      0.8.2claws39
3109
3110         * src/compose.c
3111                 Fix bug #550175 - wrong save folder when reediting
3112                 drafts
3113
3114 2002-09-11 [paul]       0.8.2claws38
3115
3116         * sync with 0.8.2cvs14
3117                 see ChangeLog 2002-09-11
3118
3119 2002-09-11 [colin]      0.8.2claws37
3120
3121         * src/folder.c
3122                 Fix a typo (seeming to cause new/unread status to
3123                 be lost)
3124
3125 2002-09-10 [christoph]  0.8.2claws36
3126
3127         * src/compose.c
3128                 compose_redirect should not use compose_generic_new
3129                 because that does more stuff than expected including
3130                 opening the external editor
3131                 (closes bug "[ 526608 ] bounced messages appear blank
3132                  in editor")
3133
3134 2002-09-10 [christoph]  0.8.2claws35
3135
3136         * src/folder.c
3137                 fix problem with too large message number range
3138                 causing a crash in folder_item_scan
3139
3140 2002-09-10 [paul]       0.8.2claws34
3141
3142         * sync with 0.8.2cvs13
3143                 see ChangeLog 2002-09-10
3144
3145 2002-09-10 [christoph]  0.8.2claws33
3146
3147         * src/msgcache.c
3148                 set MsgInfo TmpFlags for queue and draft folders
3149                 (closes bug "[ 591676 ] Queue ignore MIME on restart")
3150
3151 2002-09-10 [paul]       0.8.2claws32
3152
3153         * AUTHORS
3154           po/bg.po      ** NEW FILE **
3155                 new Bulgarian translation submitted by
3156                 George Danchev <danchev@spnet.net>
3157                 
3158         * tools/Makefile.am
3159           tools/README
3160           tools/tb2sylpheed     ** NEW FILE **
3161                 add script that converts an addressbook exported
3162                 from The Bat! into a Sylpheed addressbook. Submitted
3163                 by Urke MMI <urke-kg@eunet.yu>
3164
3165 2002-09-10 [paul]       0.8.2claws31
3166
3167         * sync with 0.8.2cvs12
3168                 see ChangeLog 2002-09-10
3169
3170 2002-09-06 [paul]       0.8.2claws30
3171
3172         * src/prefs_common.c
3173                 sync with 0.8.2cvs11, see ChangeLog 2002-09-06
3174                 
3175         * tools/Makefile.am
3176           tools/README
3177           tools/ldif-to-xml.py  ** REMOVED **
3178                 remove obsolete python script
3179
3180 2002-09-06 [paul]       0.8.2claws29
3181
3182         * sync with 0.8.2cvs10
3183                 see ChangeLog 2002-09-06
3184
3185 2002-09-04 [paul]       0.8.2claws28
3186
3187         * sync with 0.8.2cvs9
3188                 see ChangeLog 2002-08-04
3189
3190 2002-09-04 [colin]      0.8.2claws27 
3191
3192         * src/prefs_common.[ch]
3193                 Added signature color configuration
3194         * src/textview.c
3195                 Use user-specified signature color
3196
3197 2002-09-03 [colin]      0.8.2claws26
3198
3199         * src/prefs_common.[ch]
3200                 Added autosave and autosave_length prefs
3201         * src/compose.c
3202                 Added compose_remove_draft()
3203                 Auto-save drafts according to the prefs
3204         * src/main.c
3205                 Added a crash-indicator file, allowing to check
3206                 for new messages on startup if Sylpheed crashed
3207                 (makes saved drafts "reappear")
3208
3209 2002-09-03 [colin]      0.8.2claws25
3210
3211         * src/textview.[ch]
3212                 Grey the signature
3213
3214 2002-09-03 [paul]       0.8.2claws24
3215
3216         * sync with 0.8.2cvs8
3217                 see ChangeLog 2002-09-02 and 2002-09-03
3218
3219 2002-09-03 [darko]      0.8.2claws23
3220
3221         * src/folderview.c
3222                 use normal style when creating new folder to pick
3223                 proper font size 
3224
3225 2002-09-02 [melvin]     0.8.2claws22
3226
3227         * src/gtkaspell.m4
3228                 removed some obsolete code
3229
3230 2002-09-02 [melvin]     0.8.2claws21
3231
3232         * ac/aspell.m4
3233                 fixed test's equality sign (== to =)
3234
3235 2002-09-02 [alfons]     0.8.2claws20
3236
3237         * src/folder.c
3238         * src/mh.c
3239                 revert change of 0.8.2claws16 and use the mh_folder_destroy
3240                 as folder->destroy virtual as suggested by Hiro
3241                 (the mh.c code seems to have been lost around mh.c.1.21)
3242
3243 2002-09-02 [paul]       0.8.2claws19
3244
3245         * po/pt_BR.po
3246                 updated by Fabio Jr. Beneditto
3247                 
3248         * src/defs.h
3249                 use 'http://claws.sylpheed.org' for homepage link. 
3250                 Domain provided by Oktay Altunergil <oktay@freelinuxcd.org>
3251
3252 2002-09-01 [alfons]     0.8.2claws18
3253
3254         * src/mh.c
3255                 plug memleak related to one Martin Kluge found
3256
3257 2002-08-31 [paul]       0.8.2claws17
3258
3259         * sync with 0.8.2cvs6
3260                 see ChangeLog 2002-08-30
3261
3262 2002-08-31 [alfons]     0.8.2claws16
3263
3264         * src/folder.c
3265                 folder_destroy(): remove mailbox from folderlist even if it has
3266                 no destroy virtual
3267
3268 2002-08-31 [alfons]     0.8.2claws15
3269
3270         * src/folder.c
3271                 :%sno/if(/if (/gc
3272                 :%sno/for(/for (/gc
3273                 (being pedantic I know)
3274
3275 2002-08-31 [alfons]     0.8.2claws14
3276
3277         * src/folder.c
3278                 check for NULL pointers returned from folder->fetch_msginfo virtual
3279                 (should solve some reported crashes)
3280
3281 2002-08-30 [alfons]     0.8.2claws13
3282
3283         * acconfig.h
3284         * configure.in
3285         * src/crash.c
3286                 enable crash dialog on compilation time
3287                 (--enable-crash-dialog configure option)
3288
3289 2002-08-30 [alfons]     0.8.2claws12
3290
3291         * AUTHORS
3292                 add Martin Kluge
3293         * src/mh.c
3294                 apply memory leak plug patch by Martin Kluge
3295                 (closes patch "[ 602568 ] patch for 602441 little memory leak",
3296                 bug "[ 599677 ] Very small memory leak in 0.81claws115",
3297                 and bug "[ 602441 ] memoryleak in filtering 0.8.2claws9?")
3298
3299 2002-08-30 [darko]      0.8.2claws11
3300
3301         * src/folderview.c
3302                 copy Gtk style from normal style to match
3303                 font size for coloured folders
3304
3305 2002-08-29 [alfons]     0.8.2claws10
3306
3307         * sylpheed.desktop
3308                 Type=Internet <- Type=Application
3309                 (reported by Michael Schwendt, see:
3310                 http://sourceforge.net/tracker/index.php?func=detail&aid=599765&group_id=25528&atid=384600
3311                 http://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=72882)
3312
3313 2002-08-29 [paul]       0.8.2claws9
3314
3315         * sync with 0.8.2cvs5
3316                 see ChangeLog 2002-08-29
3317
3318 2002-08-29 [colin]      0.8.2claws8
3319
3320         * src/summaryview.c
3321                 Added a sanity check in summary_select_thread
3322                 Should fix bug 601605
3323
3324 2002-08-29 [colin]      0.8.2claws7
3325
3326         * src/main.c
3327                 Revert claws6 changes regarding bug #591676
3328
3329 2002-08-28 [colin]      0.8.2claws6
3330         
3331         * src/main.c
3332                 Ignore cache for queue folderitems
3333                 Fix bug #591676
3334
3335 2002-08-28 [melvin]     0.8.2claws5
3336
3337         * README.claws
3338                 Fixed typos.
3339
3340 2002-08-28 [melvin]     0.8.2claws4
3341
3342         * README.claws
3343                 Updated a bit the text concerning the spell checker
3344
3345 2002-08-28 [melvin]     0.8.2claws3
3346
3347         Merged the GNU_aspell_branch:
3348                 Support of new GNU/aspell is now included and the old pspell
3349                 is not supported anymore.
3350                 See README.claws
3351
3352         * README.claws
3353                 Updated spell checker text to reflect the switch to GNU/aspell
3354
3355         * ac/aspell.m4          *** NEW ***
3356         * src/gtkaspell.[ch]    *** NEW *** 
3357         * ac/pspell.m4          *** DELETED *** 
3358         * src/gtkspell.[ch]     *** DELETED ***
3359
3360         * ac/Makefile.am
3361                 Updated for GNU/aspell support
3362
3363         * po/POTFILES.in
3364                 Replaced gtkspell.c by gtkaspell.c
3365
3366         * acconfig.h
3367         * src/Makefile.am
3368         * src/about.c
3369         * src/compose.[ch]
3370         * src/crash.c
3371         * src/main.c
3372         * src/prefs_common.[ch]
3373                 Updated for GNU/aspell support
3374
3375 2002-08-28 [paul]       0.8.2claws2
3376
3377         * sync with 0.8.2cvs4
3378                 see ChangeLog 2002-08-27 and 2002-08-28
3379
3380 2002-08-28 [colin]      0.8.2claws1
3381
3382         * src/summary_search.c
3383                 Added "AND search"
3384
3385 2002-08-28 [jens]       0.8.2claws
3386
3387         *po/de.po
3388                 Updated German translations
3389
3390 2002-08-27 [melvin]     0.8.2claws
3391
3392         * po/fr.po
3393                 Updated French translations
3394
3395 2002-08-27 [paul]       0.8.2claws
3396
3397         * sync with 0.8.2 main release
3398
3399         * po/en_GB.po
3400           po/es.po
3401           po/it.po
3402           po/pl.po
3403           po/pt_BR.po
3404           po/sr.po
3405                 updated message catalogs submitted by
3406                 Ricardo Mones Lastra, Alessandro Maestri,
3407                 Witold Wladyslaw Wojciech Wilk, Fabio Jr.
3408                 Beneditto and Urke MMI  
3409
3410 2002-08-27 [hoa]        0.8.1claws123
3411
3412         * src/mainwindow.[ch]
3413         * src/summaryview.[ch]
3414                 removed the "filter setting" menu option.
3415                 add a "cancel a news message" menu option.
3416
3417 2002-08-26 [martin]     0.8.1claws122
3418
3419         * ChangeLog.claws
3420                 changed string under 0.8.1claws79 changed by myself
3421                 i'm sorry alfons :(
3422
3423 2002-08-26 [martin]     0.8.1claws121
3424
3425         * src/crash.c
3426                 added kill command to debuggerrc to start crash dialog
3427
3428 2002-08-26 [paul]       0.8.1claws120
3429
3430         * sync with 0.8.1cvs31
3431                 see ChangeLog 2002-08-26
3432
3433 2002-08-25 [alfons]     0.8.1claws119
3434
3435         * src/procmsg.c
3436                 fix bug that didn't send out correct headers to news server
3437                 when sending news article and email from queue (bug reported
3438                 and patch provided by Tim Mann; closes bug 
3439                 "[ 583196 ] 0.7.8claws can't post news")
3440
3441 2002-08-25 [alfons]     0.8.1claws118
3442
3443         * src/selective_download.c
3444                 mark two strings as translatable
3445                 (thanks to Urke MMI for pointing this out)
3446
3447 2002-08-25 [alfons]     0.8.1claws117
3448
3449         * src/summaryview.c
3450                 treat sent boxes as special and allow sorting them by addressee
3451                 (closes "[ 589418 ] Sent folder sorting misbehavior"
3452                 submitted by Steve Lamb)
3453
3454 2002-08-24 [alfons]     0.8.1claws116
3455
3456         * src/matcher.c
3457                 fix memleak reported by Martin Kluge
3458                 (see: "[ 599677 ] Very small memory leak in 0.81claws115")
3459
3460 2002-08-24 [oliver]     0.8.1claws115
3461
3462         * src/prefs_toolbar.c
3463                 o code cleanup as suggested by Alfons
3464                 o memleak fix
3465
3466 2002-08-24 [alfons]     0.8.1claws114
3467
3468         * src/summaryview.c
3469                 o fix another memory leak reported by Martin Kluge
3470                   (see "[ 599568 ] Small Memory Leak")
3471                 o remove 'from' variable from 'summary_set_header()'; we can
3472                   do with just 'to' 
3473
3474 2002-08-24 [paul]       0.8.1claws113
3475
3476         * sync with 0.8.1cvs30
3477                 see ChangeLog 2002-08-23
3478
3479 2002-08-24 [alfons]     0.8.1claws112
3480
3481         * src/summaryview.c
3482                 remove unnecessary allocations for search bar fixing leaks
3483                 reported by Martin Kluge
3484                 (see "[ 599451 ] Further memory leaks?")
3485
3486 2002-08-24 [alfons]     0.8.1claws111
3487
3488         * src/main.c
3489                 make get_socket_name() public for crash.c
3490         * src/crash.c
3491                 o make report bug button work (goes to claws' 
3492                   bug tracker at sf.net)
3493                 o introduce function for doing important stuff just
3494                   before claws goes down
3495                 o clean up code 
3496
3497 2002-08-24 [alfons]     0.8.1claws110
3498
3499         * src/compose.c
3500                 move cursor to "To" entry when forwarding as attachment
3501                 (reported and solved by Steve Lamb, closes bug report
3502                 "[ 592880 ] Forward as attachment; cursor not in to")
3503
3504 2002-08-24 [colin]      0.8.1claws109
3505
3506         * src/mainwindow.c
3507                 fix quick search visibility after GUI (de)separations.
3508
3509 2002-08-23 [colin]      0.8.1claws108
3510
3511         * src/mainwindow.c
3512                 fix header pane visibility after folderview or
3513                 messageview (de)separation
3514
3515 2002-08-23 [paul]       0.8.1claws107
3516
3517         * src/mainwindow.[ch]
3518           src/toolbar.c
3519                 give full control of display or non-display 
3520                 of the Execute icon to Custom toolbar settings.
3521                 add new sensitivity condition to maninwindow.h: 
3522                 M_DELAY_EXEC
3523
3524         * ChangeLog
3525           ChangeLog.jp
3526           NEWS
3527                 more sync with 0.8.1cvs29
3528
3529 2002-08-23 [melvin]     0.8.1claws106
3530
3531         * src/alertpanel.c
3532                 Readded support for custom widget in alertpanel lost in last
3533                 sync.
3534
3535 2002-08-23 [paul]       0.8.1claws105
3536
3537         * sync with 0.8.1cvs29
3538                 see ChangeLog 2002-08-23
3539
3540 2002-08-23 [colin]      0.8.1claws104
3541
3542         * src/summaryview.c
3543                 Fix folder and search pixmaps exchanging positions
3544                 after theme or toolbar changes. Thank to Oliver for 
3545                 reporting this.
3546
3547 2002-08-23 [colin]      0.8.1claws103
3548
3549         * src/mainwindow.c
3550           src/messageview.[ch]
3551           src/noticeview.[ch]
3552           src/summaryview.c
3553                 Changed messageview_create() and noticeview_create()
3554                 to avoid the last gdk_warning
3555
3556 2002-08-22 [colin]      0.8.1claws102
3557
3558         * src/summaryview.c
3559                 Fix my new `Creating pixmap from xpm' warning
3560
3561 2002-08-22 [colin]      0.8.1claws101
3562
3563         * src/mainwindow.c
3564                 Fix some of the gdk warnings
3565
3566 2002-08-22 [colin]      0.8.1claws100
3567
3568         * src/Makefile.am
3569         * src/stock_pixmap.c
3570         * src/stock_pixmap.h
3571         * src/pixmaps/quicksearch.xpm *ADDED*
3572                 Add the quicksearch pixmap
3573         * src/mainwindow.c
3574         * src/summaryview.c
3575         * src/summaryview.h
3576                 Make quicksearch bar visible/hidden via a button
3577
3578 2002-08-22 [christoph]  0.8.1claws99
3579
3580         * src/folder.c
3581                 fix folder update for newsgroups with message
3582                 numbers below minimum number of articles to fetch
3583                 (closes bug #598445)
3584
3585 2002-08-22 [paul]       0.8.1claws98
3586
3587         * sync with 0.8.1cvs28
3588                 see ChangeLog 2002-08-22
3589
3590 2002-08-21 [alfons]     0.8.1claws97
3591
3592         * src/crash.c
3593                 use bt instead of bt full which seems to work 
3594                 better, and bt full doesn't give a great deal 
3595                 of information anyway
3596
3597 2002-08-21 [colin]      0.8.1claws96
3598
3599         * src/summaryview.c
3600                 fix summaryview_searchtype_changed prototype
3601
3602 2002-08-21 [christoph]  0.8.1claws95
3603
3604         * src/mainwindow.c
3605                 o fix broken menu update for sorting type, we have to
3606                   get this info from the summaryview now
3607                 o removed setting of threaded state in menu callback
3608         * src/summaryview.[ch]
3609                 more summaryview/folderitem seperation for
3610                 threading option
3611         * configure.in
3612                 removed not required --with-compiler-flags option
3613
3614 2002-08-21 [oliver]     0.8.1claws94
3615         
3616         * src/toolbar.h 
3617                 o rename toolbar.xml to toolbar_main.xml
3618                   since toolbar_compose.xml might come up 
3619                   any time soon
3620         * README.claws
3621                 add custom toolbar              
3622
3623 2002-08-21 [darko]      0.8.1claws93
3624
3625         * src/procmsg.c
3626                 don't reset tmp flags for messages copied
3627                 to sent folder
3628
3629 2002-08-21 [colin]      0.8.1claws92
3630         
3631         * src/prefs_filtering.c
3632                 fix renaming rules on folder rename 
3633                 when folder is not a leaf folder
3634
3635 2002-08-21 [paul]       0.8.1claws91
3636
3637         * src/prefs_folder_item.c
3638                 fix alignment of colour selector
3639
3640 2002-08-21 [paul]       0.8.1claws90
3641
3642         * sync with 0.8.1cvs27
3643                 see ChangeLog 2002-08-21
3644
3645 2002-08-21 [paul]       0.8.1claws89
3646
3647         * src/summaryview.c
3648                 fix crash when changing field type in
3649                 Quick search bar
3650
3651 2002-08-21 [colin]      0.8.1claws88
3652
3653         * src/summaryview.c
3654                 Made quick search case-insensitive
3655
3656 2002-08-21 [paul]       0.8.1claws87
3657
3658         * sync with 0.8.1cvs26
3659                 see ChangeLog 2002-08-21
3660
3661 2002-08-20 [christoph]  0.8.1claws86
3662
3663         * src/folderview.c
3664         * src/main.c
3665         * src/summaryview.[ch]
3666                 more summaryview/folderitem seperation for
3667                 sort_key and sort_type
3668         * src/procmsg.c
3669                 added missing return statement
3670
3671 2002-08-20 [colin]      0.8.1claws85
3672
3673         * src/summaryview.[ch]
3674                 Added a quick search box
3675         * src/mainwindow.c
3676         * src/prefs_common.[ch]
3677                 Added a show/hide option for the quick search
3678
3679 2002-08-20 [oliver]     0.8.1claws84
3680         
3681         * src/mainwindow.c
3682                 remove toolbar_create_popups
3683         * src/toolbar.[ch]
3684                 o remove toolbar_create_popups
3685                 o fix toolbar_set_sensitive 
3686                   (Bug reports #596834 and #596832)     
3687         * src/prefs_toolbar.c
3688                 o add "Set default" button
3689                 o align label and text + combo widgets
3690
3691 2002-08-20 [hoa]        0.8.1claws83bis
3692
3693         * src/imap.c
3694                 fixed a bug in imap_fetch_msginfo() in case there is no
3695                 current folder.
3696
3697 2002-08-20 [darko]      0.8.1claws83
3698
3699         * src/folderview.c
3700                 copy the color style of folder view so it
3701                 works with GTK themes
3702
3703 2002-08-20 [darko]      0.8.1claws82
3704
3705         * src/folder.h
3706         * src/folderview.c
3707         * src/prefs_folder_item.[hc]
3708                 don't use UI stuff in folder.h
3709
3710 2002-08-20 [darko]      0.8.1claws81
3711
3712         * src/folder.h
3713         * src/prefs_folder_item.h
3714         * src/folderview.c
3715         * src/prefs_folder_item.c
3716                 ability to set folder color in folderview
3717
3718 2002-08-19 [alfons]     0.8.1claws80
3719
3720         * src/summaryview.c
3721                 fix one of the earlier memleaks reported by Martin Kluge
3722
3723 2002-08-19 [alfons]     0.8.1claws79
3724
3725         * src/mainwindow.c
3726                 hide notice view when selecting seperate folder
3727                 view (reported by Urke MMI)
3728
3729 2002-08-19 [christoph]  0.8.1claws78
3730
3731         * src/folderview.c
3732         * src/prefs_folder_item.h
3733         * src/summaryview.[ch]
3734                 o add summary_set_prefs_from_folderitem to set
3735                   summaryview prefs (first step to remove all
3736                   references to the folderitem in summaryview)
3737                 o moved compiled regex stuff from folderitem prefs
3738                   to summaryview code
3739
3740 2002-08-19 [paul]       0.8.1claws77
3741
3742         * src/compose.c
3743                 add check for '.' to QUOTE_IF_REQUIRED
3744
3745 2002-08-19 [paul]       0.8.1claws76
3746
3747         * src/inc.c
3748                 sync with 0.8.1cvs25 (plug memory leak)
3749
3750         * src/prefs_toolbar.c
3751                 re-order prefs_toolbar_cancel()
3752
3753 2002-08-18 [alfons]     0.8.1claws75
3754
3755         * src/inc.c
3756         * src/matcher.c
3757                 plug other memleaks reported by Martin Kluge
3758
3759 2002-08-18 [paul]       0.8.1claws74
3760
3761         * po/pt_BR.po
3762                 updated by Fabio Jr. Beneditto
3763
3764 2002-08-18 [paul]       0.8.1claws73
3765
3766         * src/toolbar.[ch]
3767                 fix bug where tooltips were displayed untranslated              
3768
3769         * src/prefs_toolbar.c
3770                 fix bug where clicking 'Cancel' creates an icon & text
3771                 toolbar regardless of prefs
3772         
3773
3774 2002-08-17 [oliver]     0.8.1claws72
3775
3776         * src/prefs_toolbar.c
3777                 update toolbar on CANCEL
3778                 bug reported by Martin Kluge
3779         * src/toolbar.c
3780                 toolbar_destroy memleak fixed           
3781
3782 2002-08-17 [alfons]     0.8.1claws71
3783
3784         * src/toolbar.c
3785                 plug another memleak reported by Martin Kluge
3786
3787 2002-08-16 [alfons]     0.8.1claws70
3788
3789         * src/crash.c
3790                 use execvp() correctly (suggested by wwp; thanks!)
3791
3792 2002-08-16 [alfons]     0.8.1claws69
3793
3794         * src/gtksctree.c
3795                 plug memory leak reported by Kim Schultz & Martin Kluge
3796
3797 2002-08-16 [paul]       0.8.1claws68
3798
3799         * po/es.po
3800                 updated by Ricardo Mones Lastra
3801
3802 2002-08-16 [paul]       0.8.1claws67
3803
3804         * src/toolbar.h
3805                 fix bug where 'Compose News' icon showed wrong
3806                 tooltip
3807
3808 2002-08-16 [paul]       0.8.1claws66
3809
3810         * sync with 0.8.1cvs24
3811                 see ChangeLog 2002-08-16
3812
3813         * po/it.po
3814                 updated by Alessandro Maestri
3815
3816 2002-08-15 [paul]       0.8.1claws65
3817
3818         * po/sr.po
3819                 updated by Urke MMI
3820
3821 2002-08-15 [paul]       0.8.1claws64
3822
3823         * src/*.c
3824                 don't translate debug info
3825
3826         * src/matcher.[ch]
3827                 add copyright info
3828
3829 2002-08-15 [paul]       0.8.1claws63
3830
3831         * src/prefs_toolbar.c
3832                 fix bug where clicking 'OK' creates an icon & text
3833                 toolbar regardless of prefs
3834
3835 2002-08-14 [alfons]     0.8.1claws62
3836
3837         * src/main.c
3838                 add global var that has the full argv[0]
3839         * src/crash.c
3840                 o execvp the correct sylpheed by using argv0
3841                   and setting the correct work dir
3842                 o other tweaks  
3843
3844 2002-08-14 [oliver]     0.8.1claws61
3845         
3846         * enable/disable Toolbar Action Buttons 
3847         * code cleanups
3848         * src/mainwindow.c
3849         * src/toolbar.[ch]      
3850         * src/prefs_toolbar.c   
3851
3852 2002-08-14 [melvin]     0.8.1claws60
3853
3854         * po/fr.po
3855                 Updated French translations
3856
3857 2002-08-14 [melvin]     0.8.1claws59
3858
3859         * src/crash.c
3860                 Made bug report not translatable
3861         * src/exporthtml.c
3862                 Fixed exporthtml_build_filespec() return value
3863         * src/foldersel.c
3864                 Fixed incorrect include file
3865         * src/gtkspell.c
3866         * src/prefs_actions.c
3867         * src/prefs_toolbar.c
3868                 Made debug info not translatable
3869         * src/mutt.c
3870         * src/quote_fmt.c
3871                 Added missing includes
3872         * src/prefs_common.c
3873                 Fixed typo
3874
3875 2002-08-14 [paul]       0.8.1claws58
3876
3877         * faq/es/sylpheed-faq.html
3878           faq/es/sylpheed-faq-[1-3].html
3879           faq/es/sylpheed-faq-4.html     **NEW FILE **
3880                 update Spanish FAQ
3881
3882 2002-08-13 [christoph]  0.8.1claws57
3883
3884         * src/procmsg.c
3885                 ignore thread fix that did not mark all
3886                 child nodes of a ignored thread as
3887                 ignored. Does not work perfectly yet,
3888                 but it is better now
3889
3890 2002-08-13 [alfons]     0.8.1claws56
3891
3892         * src/crash.c
3893                 o implement 'save crash log'
3894                 o some tweaks
3895
3896 2002-08-13 [melvin]     0.8.1claws55
3897
3898         * src/main.c
3899                 removed unrequired "execinfo.h" header
3900
3901 2002-08-12 [paul]       0.8.1claws54
3902
3903         * faq/en/sylpheed-faq.html
3904           faq/en/sylpheed-faq-[1-3].html
3905           faq/en/sylpheed-faq-4.html     **NEW FILE **
3906                 update English FAQ
3907
3908 2002-08-12 [alfons]     0.8.1claws53
3909
3910         * po/POTFILES.in
3911                 add crash.c to translatables
3912         * src/crash.c
3913                 bring in Leandro's crash dialog
3914
3915 2002-08-11 [alfons]     0.8.1claws52
3916
3917         * src/crash.c
3918                 clean up some warnings
3919
3920 2002-08-11 [alfons]     0.8.1claws51
3921
3922         * acconfig.h
3923         * configure.in
3924         * src/crash.[ch]        ** NEW FILES **
3925         * src/main.c            
3926                 initial gdb crash handler
3927
3928 2002-08-11 [paul]       0.8.1claws50
3929
3930         * src/prefs_toolbar.c
3931                 replace Up/Down arrow pixmaps with text to be
3932                 consistent across icon themes
3933
3934 2002-08-11 [paul]       0.8.1claws49
3935
3936         * src/prefs_common.c
3937           src/prefs_toolbar.c
3938                 rename 'Pixmap' -> 'Icon'
3939
3940         * src/toolbar.[ch]
3941                 rename  'A_SEND_QUEUD' -> 'A_SEND_QUEUED'
3942
3943 2002-08-10 [paul]       0.8.1claws48
3944
3945         * src/prefs_toolbar.c
3946                 re-work the UI
3947
3948 2002-08-10 [paul]       0.8.1claws47
3949
3950         * src/main.c
3951                 don't write Processing progress to status bar
3952                 patch submitted by Alexander Evseev
3953
3954         * src/prefs_toolbar.c
3955                 re-position and resize window
3956                 make window assume correct size on first call
3957
3958 2002-08-10 [paul]       0.8.1claws46
3959
3960         * src/mainwindow.c
3961           src/prefs_toolbar.c
3962           src/toolbar.c
3963           src/toolbar.h
3964                 obey coding style
3965                 follow UI text conventions
3966
3967 2002-08-10 [alfons]     0.8.1claws45
3968
3969         * src/toolbar.c
3970                 correct pixmap for delete action
3971
3972 2002-08-10 [paul]       0.8.1claws44
3973
3974         * po/pt_BR.po
3975                 updated by Fabio Jr. Beneditto
3976
3977 2002-08-10 [paul]       0.8.1claws43
3978
3979         * po/POTFILES.in
3980                 add custom toolbar files
3981
3982 2002-08-10 [paul]       0.8.1claws42
3983
3984         * sync with 0.8.1cvs22
3985                 see ChangeLog 2002-08-09
3986
3987 2002-08-09 [paul]       0.8.1claws41
3988
3989         * tools/Makefile.am
3990           tools/README
3991           tools/outlook2sylpheed.pl     ** NEW FILE **
3992                 add script to convert exported Outlook
3993                 contacts list to a Sylpheed addressbook.
3994                 Submitted by Ricardo Mones Lastra.
3995
3996 2002-08-09 [paul]       0.8.1claws40
3997
3998         * AUTHORS
3999           configure.in
4000           po/sr.po      ** NEW FILE **
4001                 add Serbian message catalog. Submitted by
4002                 Urosevic Aleksandar aka Urke MMI <urke-kg@eunet.yu>             
4003
4004 2002-08-09 [paul]       0.8.1claws39
4005
4006         * sync with 0.8.1cvs21
4007                 see ChangeLog 2002-08-08
4008
4009 2002-08-08 [oliver]     0.8.1claws38
4010
4011         * src/mainwindow.c
4012                 move Custom Toolbar to Configuration menu
4013
4014 2002-08-08 [oliver]     0.8.1claws37
4015
4016         * src/prefs_toolbar.c
4017                 fix substitute pixmap bug
4018
4019 2002-08-08 [paul]       0.8.1claws36
4020
4021         * sync with 0.8.1cvs19
4022                 see ChangeLog 2002-08-08
4023
4024 2002-08-07 [christoph]  0.8.1claws35
4025
4026         * src/utils.c
4027                 fixed a memory leak in new canonicalize_file_replace
4028
4029 2002-08-07 [christoph]  0.8.1claws34
4030
4031         * src/utils.[ch]
4032                 o canonicalize_file_replace should create the temporary
4033                   file in the same directory as the original file.
4034                 o added get_tmpfile_in_dir that creates a temorary file
4035                   in a specified directory.
4036
4037 2002-08-07 [melvin]     0.8.1claws33
4038
4039         * src/toolbar.c
4040                 fixed bug where 'Article' button acted as 'Email' button.
4041
4042 2002-08-07 [paul]       0.8.1claws32
4043
4044         * sync with 0.8.1.cvs17
4045                 see ChangeLog 2002-08-07
4046
4047 2002-08-07 [colin]      0.8.1claws31
4048         
4049         * src/news.c
4050                 fix mass-cancel problem
4051
4052 2002-08-07 [thorsten]   0.8.1claws30
4053
4054         * src/prefs_toolbar.c
4055                 fix: crash on replace or add new button
4056         * src/toolbar.c
4057                 fix: close xmlfile after reading
4058         * src/utils.c
4059                 fix: unlink() file before rename()
4060
4061 2002-08-06 [paul]       0.8.1claws29
4062
4063         * sync with 0.8.cvs15
4064                 see ChangeLog 2002-08-06
4065
4066 2002-08-06 [oliver]     0.8.1claws28
4067
4068         * src/toolbar.c
4069         * src/prefs_toolbar.c
4070                 fixed empty toolbar issue
4071
4072 2002-08-06 [oliver]     0.8.1claws27
4073
4074         * Custom Toolbar Final 
4075         * src/folderview.c
4076         * src/inc.c
4077         * src/summaryview.c
4078                 o toolbar stuff now lives in src/toolbar.[ch]
4079                 o main_window_toolbar_* functions are renamed to
4080                   toolbar_* reflecting their new source file
4081         * src/mainwindow.[ch]
4082                 o remove toolbar stuff  
4083
4084 2002-08-06 [oliver]     0.8.1claws26
4085         
4086         * src/Makefile.am
4087         * src/prefs_toolbar.[ch]        **New File**
4088         * src/toolbar.[ch]              **New File**
4089                 o prefs_toolbar.[ch] custom toolbar frontend
4090                 o toolbar.[ch]       backend 
4091
4092 2002-08-06 [oliver]     0.8.1claws25
4093
4094         * src/prefs_actions.[ch]
4095                 o new exported function actions_execute
4096
4097 2002-08-06 [paul]       0.8.1claws24
4098
4099         * sync with 0.8.1cvs4
4100                 see ChangeLog 2002-08-06
4101
4102 2002-08-06 [paul]       0.8.1claws23
4103
4104         * sync with 0.8.1cvs13
4105                 see ChangeLog 2002-08-06
4106
4107 2002-08-06 [paul]       0.8.1claws22
4108
4109         * sync with 0.8.1cvs12
4110                 see ChangeLog 2002-08-05 and 2002-08-06
4111
4112 2002-08-06 [match]      0.8.1claws21
4113
4114         * src/addrclip.c
4115                 improvements to cut/copy/paste address
4116
4117 2002-08-05 [match]      0.8.1claws20
4118
4119         * src/addritem.[ch]
4120         * src/addrcache.c
4121         * src/addrbook.c
4122         * src/editaddress.c
4123         * src/addressbook.c
4124                 fixes to improve cut/copy/paste
4125
4126 2002-08-06 [melvin]     0.8.1claws19
4127
4128         * src/account.[ch]
4129                 account_find_all_from_address(): new function that returns the
4130                 list of all accounts that are matched in an address.
4131         * src/alertpanel.[ch]
4132                 alertpanel() now accepts a custom widget
4133                 alertpanel_with_widget(): new function that pops up a panel with
4134                 a custom widget in it 
4135         * src/gtkutils.[ch]
4136                 gtkut_account_menu_new(): new function that allows the selection
4137                 of an account from a list of accounts.
4138         * src/messageview.c
4139                 Extended Return Receipt notification to select the correct 
4140                 account and to make a security test on the Delivery-Notification
4141                 address which should be the same as the Return-Path.
4142
4143 2002-08-06 [thorsten]   0.8.1claws18
4144
4145         * src/mimeview.c
4146                 attach_all: save unnamed as "noname.%d",
4147                 dont free static dirname
4148
4149 2002-08-05 [alfons]     0.8.1claws17
4150
4151         * configure.in
4152                 detect XIM by trying to link rather than compile a XIM program
4153
4154 2002-08-05 [oliver]     0.8.1claws16
4155                 
4156         * src/stock_pixmap.[ch]
4157                 o add UP_ARROW to available pixmaps (already in pixmap-directory)
4158                 o new func to retrieve pixmaps
4159
4160 2002-08-05 [paul]       0.8.1claws15
4161
4162         * sync with 0.8.1cvs10
4163                 see ChangeLog 2002-08-05
4164
4165 2002-08-04 [alfons]     0.8.1claws14
4166
4167         * src/textview.c
4168                 see if this plugs memleak
4169
4170 2002-08-04 [melvin]     0.8.1claws13
4171
4172         * src/gtkspell.c
4173                 fixed bug that could crash Sylpheed when highlighting
4174                 all misspelled words.
4175
4176 2002-08-03 [melvin]     0.8.1claws12
4177
4178         * src/prefs_actions.c
4179                 removed unnecessary checks for NULL introduced in 0.8.1claws11.
4180         * src/messageview.c
4181                 fixed bug where the Return Receipt was sent to
4182                 Delivery-Notification-To address even if it was not present
4183
4184 2002-08-02 [alfons]     0.8.1claws11
4185
4186         * src/prefs_actions.c
4187                 o more check for NULLs
4188                 o put create_io_dialog() in right conditional block
4189
4190 2002-08-02 [paul]       0.8.1claws10
4191
4192         * po/es.po
4193                 updated by Ricardo Mones Lastra
4194
4195 2002-08-01 [christoph]  0.8.1claws9
4196
4197         * src/folder.c
4198                 don't free the cache of the opened
4199                 folder in the summaryview
4200         * src/summaryview.c
4201                 don't unset flags, if it is not required
4202
4203 2002-08-01 [paul]       0.8.1claws8
4204
4205         * sync with 0.8.1cvs8
4206                 see ChangeLog entry 2002-08-01
4207
4208 2002-08-01 [paul]       0.8.1claws7
4209
4210         * sync with 0.8.1cvs7
4211                 see ChangeLog 2002-07-31 and 2002-08-01
4212
4213 2002-07-31 [christoph]  0.8.1claws6
4214
4215         * src/mainwindow.c
4216                 forgot to update menu sensitivity
4217                 function for new menu entry
4218
4219 2002-07-31 [alfons]     0.8.1claws5
4220
4221         * src/main.c
4222                 check folder item and its path for NULL on
4223                 initial processing
4224
4225 2002-07-31 [christoph]  0.8.1claws4
4226
4227         * src/folder.c
4228                 check if folder_item_get_msginfo in
4229                 folder_item_remove_msg returned NULL
4230         * src/imap.c
4231                 better clear the uid cache in the
4232                 uid validity check function and delete
4233                 cached messages
4234
4235 2002-07-31 [paul]       0.8.1claws3
4236
4237         * man/sylpheed.1
4238                 add the '--attach' option and a few other
4239                 minor changes
4240
4241 2002-07-31 [paul]       0.8.1claws2
4242
4243         * sync with 0.8.1cvs5
4244                 see ChangeLog 2002-07-31
4245
4246 2002-07-31 [christoph]  0.8.1claws1
4247
4248         * src/folderview.[ch]
4249         * src/mainwindow.c
4250                 replace "Rescan all folders..." with
4251                 "Check all folders for new messages..."
4252
4253 2002-07-30 [paul]       0.8.1claws
4254
4255         * version 0.8.1claws released
4256
4257 2002-07-30 [paul]       0.8.0claws29
4258
4259         * tools/OOo2sylpheed.pl ** NEW FILE **
4260           tools/README
4261                 add script to enable sending documents as
4262                 attachments from OpenOffice.org
4263
4264 2002-07-30 [melvin]     0.8.0claws28
4265
4266         * src/prefs_actions.c
4267                 Made the actions' input/output dialog display
4268                 without delay.
4269
4270 2002-07-30 [christoph]  0.8.0claws27
4271
4272         * src/procmsg.c
4273                 check if folder_item_get_msginfo in
4274                 procmsg_save_to_outbox returned NULL
4275
4276 2002-07-30 [paul]       0.8.0claws26
4277
4278         * sync with 0.8.1cvs4
4279                 see ChangeLog 2002-07-29
4280
4281 2002-07-29 [thorsten]   0.8.0claws25
4282
4283         * README.claws
4284                 added selective download, delete on server
4285
4286 2002-07-29 [paul]       0.8.0claws24
4287
4288         * sync with 0.8.1cvs3
4289                 see ChangeLog 2002-07-29
4290
4291 2002-07-27 [christoph]  0.8.0claws23
4292
4293         * src/folder.c
4294                 add extra check if fetching the msginfo
4295                 returned NULL
4296
4297 2002-07-27 [paul]       0.8.0claws22
4298
4299         * sync with 0.8.1cvs2
4300                 see ChangeLog 2002-07-26
4301
4302 2002-07-27 [christoph]  0.8.0claws21
4303
4304         * src/imap.c
4305                 add another check if a valid msginfo
4306                 was returned
4307
4308 2002-07-26 [hoa]        0.8.0claws20
4309
4310         * src/folder.c
4311                 Fixed a condition in folder_item_destroy()
4312
4313         * src/imap.c
4314                 Fixed an error in IMAP protocol
4315
4316 2002-07-26 [alfons]     0.8.0claws19
4317
4318         * src/folder.c
4319                 ofcourse compare with identifier, not the path
4320
4321 2002-07-26 [alfons]     0.8.0claws18
4322
4323         * src/folder.c
4324                 use folder item identifier for saving / restoring
4325                 preferences because folder->path might not be unique
4326
4327 2002-07-26 [melvin]     0.8.0claws17
4328
4329         * src/logwindow.c
4330                 Fixed a crash introduced in 0.8.0claws5 when log is 
4331                 cut under 80 characters.
4332
4333 2002-07-26 [paul]       0.8.0claws16
4334
4335         * sync with 0.8.1cvs1
4336                 see ChangeLog 2002-07-26
4337
4338 2002-07-26 [christoph]  0.8.0claws15
4339
4340         * src/imap.[ch]
4341                 imap folder now remembers the last selected
4342                 folder and imap_fetch_msginfo skips selecting
4343                 the folder if it is already selected
4344
4345 2002-07-26 [christoph]  0.8.0claws14
4346
4347         * src/folder.c
4348         * src/folderview.c
4349         * src/imap.c
4350                 fix imap folder rescanning
4351
4352 2002-07-25 [christoph]  0.8.0claws13
4353
4354         * src/filter.c
4355         * src/folder.[ch]
4356         * src/folderview.c
4357         * src/imap.[ch]
4358         * src/mainwindow.c
4359         * src/mbox_folder.c
4360         * src/mh.c
4361         * src/news.c
4362                 implement imap uid cache and uid validity check
4363
4364 2002-07-25 [alfons]     0.8.0claws12
4365
4366         * src/summaryview.c
4367                 fix a brown paper bag bug, and also add some more
4368                 checks
4369
4370 2002-07-25 [christoph]  0.8.0claws11
4371
4372         * src/folder.c
4373                 don't mix copy, fetch_msginfo and remove
4374                 operations in folder item copy and move
4375                 operations
4376
4377 2002-07-25 [christoph]  0.8.0claws10
4378
4379         * src/folderview.c
4380         * src/mainwindow.c
4381         * src/prefs_folder_item.c
4382         * src/summaryview.[ch]
4383                 remove no longer required parameter update_cache from
4384                 summary_show
4385
4386 2002-07-25 [paul]       0.8.0claws9
4387
4388         * sync with 0.8.1
4389         
4390         * AUTHORS
4391                 a few corrections
4392
4393 2002-07-24 [alfons]     0.8.0claws8
4394
4395         * src/summaryview.c
4396                 sort correctly when using simplified subject line
4397                 (closes feature request "[ 585141 ] applying regexp to subject 
4398                 before sort" submitted by Alexandra Walford)
4399
4400 2002-07-24 [paul]       0.8.0claws7
4401
4402         * sync with 0.8.0cvs3
4403                 see ChangeLog 2002-07-24
4404
4405 2002-07-23 [christoph]  0.8.0claws6
4406
4407         * src/folder.c
4408         * src/folder.h
4409         * src/summaryview.c
4410         * src/summaryview.h
4411         * src/main.c
4412                 o separate processing and summaryview
4413                 o removed summary_write_cache from summaryview
4414                 o removed summaryview->killed_messages, because we don't have
4415                   to keep a list of killed messages anymore. New cache will
4416                   keep the hidden messages in cache anyway
4417         * src/folderview.c
4418         * src/inc.c
4419         * src/selective_download.c
4420                 o removed unnecessary summary_write_cache calls
4421         * src/procmsg.c
4422                 o don't set ignore thread flag in procmsg_get_thread_tree
4423                   if it is already set
4424         * src/mainwindow.c
4425         * src/statusbar.h
4426                 o moved STATUSBAR_PUSH/POP to statusbar.h because
4427                   they are used in different files
4428
4429 2002-07-23 [melvin]     0.8.0claws5
4430
4431         * src/addressbook.c
4432         * src/addrgather.c
4433         * src/editaddress.c
4434         * src/editgroup.c
4435         * src/editldap_basedn.c
4436         * src/importldif.c
4437         * src/prefs_common.c
4438                 Fixed few memory leak (gtk_editable_get_chars returns
4439                 an allocated string)
4440         * src/logwindow.c
4441                 Fixed few memory leak (gtk_editable_get_chars returns
4442                 an allocated string) and modified a little the log cutting
4443                 loop.
4444         * src/compose.c
4445                 Replaced a call to an obsolete function gtk_entry_get_text()
4446                 by gtk_editable_get_chars()
4447         * src/send.c
4448                 Removed a debug printf
4449
4450 2002-07-23 [christoph]  0.8.0claws4
4451
4452         * src/filesel.c
4453                 fix another g_dirname memory leak
4454
4455 2002-07-23 [christoph]  0.8.0claws3
4456
4457         * src/mh.c
4458                 fixed a memory leak in mh_fetch_msginfo
4459                 fixed crash when message header could not be
4460                 parsed
4461
4462 2002-07-23 [paul]       0.8.0claws2
4463
4464         * sync with 0.8.0cvs2
4465                 see ChangeLog 2002-07-23
4466
4467 2002-07-23 [paul]       0.8.0claws1
4468
4469         * sync with 0.8.0cvs1
4470                 see ChangeLog 2002-07-23
4471
4472 2002-07-23 [paul]       0.8.0claws
4473
4474         * release of 0.8.0claws
4475
4476 2002-07-23 [paul]       0.7.8claws99
4477
4478         * po/ru.po
4479                 new Russian translation, submitted by
4480                 Botalov Vyacheslav <botalov_v@upr.uralkaly.ru>
4481
4482 2002-07-22 [jens]       0.7.8claws98
4483
4484         * po/de.po
4485                 Updated German translations.
4486
4487 2002-07-22 [paul]       0.7.8claws97
4488
4489         * po/es.po
4490           po/it.po
4491           po/nl.po
4492           po/pt_BR.po
4493                 updated translations by Ricardo Mones Lastra,
4494                 Alessandro Maestri, Wilbert Berendsen and 
4495                 Fabio Jr. Beneditto respectively
4496
4497 2002-07-22 [christoph]  0.7.8claws96
4498
4499         * src/mimeview.c
4500                 fix memory leak caused by wrong g_dirname usage
4501
4502 2002-07-22 [christoph]  0.7.8claws95
4503
4504         * src/summaryview.c
4505                 update new and unread message counts for summaryview
4506                 summaryview does not get it from the folder anymore
4507                 and has to update the values itself
4508
4509 2002-07-22 [melvin]     0.7.8claws94
4510
4511         * po/fr.po
4512                 Updated French translations.
4513
4514 2002-07-22 [christoph]  0.7.8claws93
4515
4516         * src/matcher.c
4517                 set prop->preg pointer to NULL or following check
4518                 will not fail and regexec will be called with
4519                 invalid pointer
4520
4521 2002-07-21 [alfons]     0.7.8claws92
4522         
4523         * src/prefs_common.[ch]
4524                 remove option "Send return receipt on request"
4525
4526 2002-07-21 [thorsten]   0.7.8claws91
4527
4528         * src/mimeview.c
4529                 fixed memleaks, coding style as pointed out by alfons
4530
4531 2002-07-21 [alfons]     0.7.8claws90
4532
4533         * src/messageview.c
4534         * src/noticeview.[ch]
4535                 o fix bug notice view being displayed when going to empty folder 
4536                   (noticed by Christoph)
4537                 o allow RRR to be sent when restarting sylpheed, or changing folder 
4538                   (noticed by Thorsten)
4539
4540 2002-07-21 [thorsten]   0.7.8claws89
4541
4542         * src/mimeview.c
4543                 Included save_all patch from Xaview FACQ
4544                 added support for pathnames
4545
4546 2002-07-21 [alfons]     0.7.8claws88
4547
4548         * po/POTFILES.in
4549         * src/Makefile.am
4550         * src/mainwindow.c
4551         * src/messageview.[ch]
4552         * src/noticeview.c      ** NEW FILE **
4553         * src/noticeview.h      ** NEW FILE **
4554                 make return receipts work again
4555                 (UI idea by Leandro Pereira)
4556
4557 2002-07-21 [paul]       0.7.8claws87
4558
4559         * src/summaryview.c
4560                 fix sensitivity of 'Select thread'
4561
4562 2002-07-21 [paul]       0.7.8claws86
4563
4564         * src/prefs_common.c
4565                 add browser command line for Galeon
4566
4567 2002-07-21 [paul]       0.7.8claws85
4568
4569         * Makefile.am
4570                 fix 'EXTRA_DIST': remove README.README, add TODO
4571                 and TODO.claws
4572
4573 2002-07-21 [alfons]     0.7.8claws84
4574
4575         * src/gtkstext.c
4576                 make enter clear selection
4577                 (closes "[ 579888 ] Editor selection/entry error"
4578                 reported by Steve Lamb)
4579
4580 2002-07-21 [alfons]     0.7.8claws83
4581         
4582         * src/summaryview.c
4583                 sort message list when selecting unthread messages
4584                 (closes "[ 501593 ] switching threaded view doesn't sort"
4585                 reported by Simon Schubert)
4586
4587 2002-07-20 [alfons]     0.7.8claws82
4588         
4589         * src/matcher.c
4590                 const-correctness
4591
4592 2002-07-20 [thorsten]   0.7.8claws81
4593
4594         * src/matcher.c
4595                 Fixed expansion of empty fields in matchactions
4596
4597 2002-07-19 [melvin]     0.7.8claws80
4598
4599         * src/gtkspell.c
4600                 Removed a duplicate menu entry (fast mode) introduced during
4601                 the new cache merge
4602                 Added a menu separator between 'Use alternate' and 'Fast mode'
4603
4604 2002-07-19 [paul]       0.7.8claws79
4605
4606         * tools/Makefile.am
4607           tools/README
4608                 correct typos
4609
4610 2002-07-19 [thorsten]   0.7.8claws78
4611
4612         * tools/calypso_convert.pl      ** NEW FILE **
4613           tools/README
4614           tools/Makefile.am
4615                 script to import mbox files exported
4616                 by calypso
4617                 o generates folder structure
4618                 o includes attachments
4619
4620 2002-07-19 [melvin]     0.7.8claws77
4621
4622         * src/selective_download.[ch]
4623                 Fixed bug where closing the dialog with the window manager's
4624                 close button will not unlock the summary
4625                 Corrected some function declarations that missed a return value
4626                 Made the source code comply better with coding style.
4627         * src/prefs_common.c
4628                 Added new browser command line for Mozilla.
4629
4630 2002-07-18 [paul]       0.7.8claws76
4631
4632         * src/mainwindow.c
4633           src/selective_download.[ch]
4634                 reflect theme changes, fix Gdk Warning when creating 
4635                 pixmap from NULL window, and minor clean up.
4636                 Patch submitted by Oliver Haertel <oha@users.sourceforge.net>
4637
4638         * po/en_GB.po
4639                 updated
4640
4641 2002-07-17 [paul]       0.7.8claws75
4642
4643         * INSTALL[.jp]
4644                 sync with 0.8.0
4645         
4646         * po/en_GB.po
4647                 updated
4648
4649 2002-07-16 [paul]       0.7.8claws74
4650
4651         * tools/filter_conv.pl
4652           tools/README
4653                 replace conversion script with reimplemented version, 
4654                 submitted by Torsten Schoenfeld <kaffeetisch@web.de>
4655
4656 2002-07-16 [colin]      0.7.8claws73
4657
4658         * src/summaryview.c
4659                 remove forgotten debug messages - sorry ;-)
4660
4661 2002-07-16 [colin]      0.7.8claws72
4662
4663         * src/mimeview.c
4664           src/summaryview.c
4665           src/textview.c
4666           src/textview.h
4667                 add the ability to select part of a text mime-part 
4668                 to reply.
4669
4670 2002-07-15 [christoph]  0.7.8claws71
4671
4672         * src/folder.c
4673                 fix folder message count for folders without
4674                 msg_is_changed (includes news folders)
4675
4676 2002-07-15 [martin]     0.7.8claws70
4677
4678         * src/summaryview.c
4679                 option "display recipient on 'From'..." now works
4680                 without the need of enabling the option
4681                 "display  sender  using  address  book".
4682
4683 2002-07-15 [christoph]  0.7.8claws69
4684
4685         * src/summaryview.c
4686                 removed setting folder status from summaryview.
4687                 folder.c should update all message counts correctly.
4688
4689 2002-07-15 [paul]       0.7.8claws68
4690
4691         * po/pt_BR.po
4692                 updated by Fabio Junior Beneditto
4693
4694 2002-07-15 [darko]      0.7.8claws67
4695
4696         * src/mh.c
4697                 Fixed target folder colorization, don't decrease op
4698                 number twice
4699
4700 2002-07-14 [paul]       0.7.8claws66
4701
4702         * sync with main 0.8.0
4703                 see ChangeLog 2002-07-14
4704
4705 2002-07-13 [melvin]     0.7.8claws65
4706         
4707         * src/addrbook.c
4708         * src/addressbook.c
4709         * src/addrindex.c
4710                 Replaced sprintf by g_snprintf to prevent possible buffer
4711                 overflow.
4712         * src/news.c
4713                 Corrected a log message output format.
4714                 Added a missing "done" debug output.
4715         * src/compose.c
4716                 Added keyboard accelerator for Priority menu items
4717                 Added missing \n in debug output
4718         * src/logwindow.c
4719         * src/gtkspell.c
4720         * src/rfc2015.c
4721                 Added missing \n in debug output
4722
4723 2002-07-13 [paul]       0.7.8claws64
4724
4725         * man/sylpheed.1
4726                 change Sergey's email address to the sf address
4727
4728         * src/textview.c
4729                 increase show_url_timeout (more useful for long
4730                 urls)
4731
4732 2002-07-12 [sergey]     0.7.8claws63
4733
4734         * src/rfc2015.c
4735                 applied (with some modifications) patch to set the
4736                 micalg parameter for signatures
4737                 (2001-08-28 Werner Koch <wk@gnupg.org>)
4738
4739 2002-07-12 [sergey]     0.7.8claws62
4740
4741         * man/Makefile.am
4742         * configure.in
4743                 fixed man page installation
4744
4745 2002-07-12 [paul]       0.7.8claws61
4746
4747         * sync with 0.7.8cvs26
4748                 see ChangeLog 2002-07-11 and 2002-07-12
4749
4750 2002-07-11 [christoph]  0.7.8claws60
4751
4752         * src/compose.c
4753         * src/procmsg.c
4754                 first use the message number to find the message
4755                 to mark with a reply flag but check the
4756                 message-id if we got the correct message, if not
4757                 try to find it by message-id.
4758                 use new string seperator that is not allowed
4759                 in message-ids.
4760
4761 2002-07-11 [paul]       0.7.8claws59
4762
4763         * sync with 0.7.8cvs23
4764                 see ChangeLog 2002-07-10
4765
4766 2002-07-10 [christoph]  0.7.8claws58
4767
4768         * src/folder.[ch]
4769         * src/msgcache.[ch]
4770                 Added message-id table to the cache in memory
4771                 and functions to msgcache.c and folder.c to
4772                 fetch MsgInfos by message id
4773         * src/compose.c
4774         * src/procmsg.c
4775                 store folder and message-id of message replying
4776                 to in queue header and set reply flag after sending
4777                 (Closes bug #469498)
4778
4779 2002-07-10 [paul]       0.7.8claws57
4780
4781         * AUTHORS
4782           man/sylpheed.1.gz
4783                 add Martin to the list of authors
4784
4785 2002-07-09 [martin]     0.7.8claws56
4786         * src/gtksctree.c
4787                 Added gtk_ctree_last_visible(), tree_update_level(),
4788                 gtk_ctree_link(), gtk_ctree_unlink(), real_sort_list(),
4789                 tree_sort(), gtk_ctree_sort_recursive() and gtk_ctree_sort_node()
4790                 from gtk+ to gtksctree.c for the new sorting code
4791                 Renamed gtk_ctree_sort_recusive() to gtk_sctree_sort_recursive
4792                 Renamed gtk_ctree_sort_node() to gtk_sctree_sort_node
4793         * src/gtksctree.h
4794                 Added declaration for gtk_sctree_sort_recursive() and
4795                 gtk_sctree_sort_node
4796         * src/addressbook.c
4797         * src/foldersel.c
4798         * src/folderview.c
4799         * src/summaryview.c
4800                 changed calls from gtk_ctree_sort_recursive() and gtk_ctree_sort_node()
4801                 to gtk_sctree_sort_recursive() and gtk_sctree_sort_node()
4802
4803 2002-07-08 [paul]       0.7.8claws55
4804
4805         * more sync with 0.7.8cvs21
4806                 see ChangeLog 2002-07-08
4807
4808 2002-07-08 [paul]       0.7.8claws54
4809
4810         * sync with 0.7.8cvs21
4811                 see ChangeLog 2002-07-08
4812
4813 2002-07-07 [alfons]     0.7.8claws53
4814
4815         * src/Makefile.am
4816         * src/stock_pixmap.[ch]
4817         * src/pixmaps/notice_warn.xpm   ** NEW FILE **
4818         * src/pixmaps/notice_error.xpm  ** NEW FILE **
4819         * src/pixmaps/notice_note.xpm   ** NEW FILE **
4820                 add new pixmaps for upcoming notice pane
4821
4822 2002-07-06 [melvin]     0.7.8claws52
4823
4824         * src/gtkspell.[ch]
4825                 Made them a bit closer to Sylpheed's coding style.
4826                 Removed old code.
4827                 Removed possible memory leaks when some errors occurs.
4828
4829 2002-07-06 [melvin]     0.7.8claws51
4830
4831         * po/Makefile.in.in
4832                 Removed --no-location in xgettext command line to help
4833                 translators that use Emacs' po-mode
4834         * src/quote_fmt.c
4835                 Removed unnecessary comments that messed up sylpheed.pot
4836
4837 2002-07-06 [paul]       0.7.8claws50
4838
4839         * sync with 0.7.8cvs19
4840                 see ChangeLog 2002-07-05
4841
4842 2002-07-06 [christoph]  0.7.8claws49
4843
4844         * src/folder.c
4845         * src/mainwindow.c
4846                 fix folder_item_remove_all_msg and folderview
4847                 status for trash folders after emptying trash
4848
4849 2002-07-05 [paul]       0.7.8claws48
4850
4851         * sync with 0.7.8cvs16
4852                 see ChangeLog 2002-07-04 and 2002-07-05
4853
4854 2002-07-04 [paul]       0.7.8claws47
4855
4856         * sync with 0.7.8cvs14
4857                 see  ChangeLog 2002-07-04
4858
4859 2002-07-03 [alfons]     0.7.8claws46
4860
4861         * src/folder.c
4862                 dupe folder item's path because it's being reallocated
4863                 by new folder scanning code
4864
4865 2002-07-03 [christoph]  0.7.8claws45
4866
4867         * src/imap.c
4868                 better IMAP uid fetching using 'FETCH 1:* (UID)'
4869         * src/msgcache.c
4870                 add missing return in msgcache_write
4871
4872 2002-07-02 [thorsten]   0.7.8claws44
4873
4874         * src/jpilot.c
4875         * src/msgcache.c
4876         * src/rfc2015.c
4877                 use binary mode for file access
4878
4879 2002-07-02 [christoph]  0.7.8claws43
4880
4881         * major code cleanup (part 1)
4882         
4883                 - unused variables removed
4884                 - unused functions removed
4885                 - uninitialized variables checked
4886                 - missing return statements added
4887                 - missing function return types added
4888                 - added parentheses around assignment and
4889                   && in || when suggested by gcc
4890               
4891         * src/mh.c
4892         * src/folder.c
4893                 replaced direct calls to folder->scan_tree
4894                 with folder_scan_tree and restore folder
4895                 prefs in this function. The folder should
4896                 not have to deal with them.
4897                 ( Should now work for all folder types )
4898
4899 2002-07-02 [paul]       0.7.8claws42
4900
4901         * sync with 0.7.8cvs13
4902                 see ChangeLog 2002-07-01 and 2002-07-02
4903
4904 2002-07-01 [christoph]  0.7.8claws41
4905
4906         * src/summaryview.c
4907                 fix "goto next/prev unread message" with
4908                 ignored threads
4909
4910 2002-07-01 [paul]       0.7.8claws40
4911
4912         * po/es.po
4913                 updated by Ricardo Mones Lastra
4914
4915 2002-06-30 [match]      0.7.8claws39
4916
4917         * src/jpilot.c
4918                 applied variation of leonerd's patch (566661) to
4919                 allow multiple email addresses per JPilot entry.
4920                 addresses may be separated by space, comma, pipe,
4921                 semi-colon, new-line.
4922
4923 2002-06-30 [alfons]     0.7.8claws38
4924
4925         * src/procmsg.c
4926                 simple fix for putting older nodes before
4927                 newer nodes when threading by subject
4928
4929 2002-06-30 [christoph]  0.7.8claws37
4930
4931         * src/folder.c
4932         * src/folderview.c
4933         * src/mh.c
4934         * src/news.c
4935         * src/procmsg.c
4936                 fix broken folder tree rescaning
4937                 and don't use procmsg_get_mark_sum
4938                 anymore
4939
4940 2002-06-30 [christoph]  0.7.8claws36
4941
4942         * merge new cache branch
4943         * src/imap.c
4944                 fix new cache imap copy bug
4945         * src/folder.c
4946                 improved folder_item_scan
4947                 it should now always set the correct
4948                 new, unread and total message counts
4949
4950 2002-06-29 [paul]       0.7.8claws35
4951
4952         * configure.in
4953                 correct syntax error
4954
4955 2002-06-29 [paul]       0.7.8claws34
4956
4957         * configure.in
4958           Makefile.am
4959           man/Makefile.am       ** NEW FILE **
4960           man/sylpheed.1.gz     ** NEW FILE **
4961                 add Sylpheed man page
4962
4963 2002-06-29 [paul]       0.7.8claws33
4964
4965         * po/pt_BR.po
4966                 updated by Fabio Junior Beneditto
4967
4968 2002-06-28 [jens]       0.7.8claws32
4969
4970         * po/de.po
4971                 translation updated
4972
4973         * src/selective_download.c
4974                 removed gettext for space " "
4975
4976         * src/imap.c
4977                 removed wrong space
4978
4979 2002-06-28 [paul]       0.7.8claws31
4980
4981         * sync with 0.7.8cvs11
4982                 see ChangeLog 2002-06-28
4983
4984 2002-06-28 [paul]       0.7.8claws30
4985
4986         * sync with 0.7.8cvs10
4987                 see ChangeLog 2002-06-27 and 2002-06-28
4988
4989 2002-06-26 [paul]       0.7.8claws29
4990
4991         * src/addrgather.c
4992           src/selective_download.c
4993                 don't gettextise empty strings.
4994                 reserved by gettext. gettext("") returns 
4995                 the header entry with meta information, 
4996                 not the empty string
4997
4998         * po/en_GB.po
4999                 updated
5000
5001 2002-06-26 [paul]       0.7.8claws28
5002
5003         * sync with 0.7.8cvs7
5004                 see ChangeLog 2002-06-25
5005
5006         * src/prefs_common.c
5007                 ...and in the process, tweak the gui a little
5008
5009 2002-06-25 [alfons]     0.7.8claws27
5010         
5011         * configure.in
5012         * src/Makefile.am
5013                 fine tune ldap library detection
5014
5015 2002-06-25 [alfons]     0.7.8claws26
5016
5017         * src/compose.c
5018                 don't allow return receipts when composing a news article
5019
5020 2002-06-25 [paul]       0.7.8claws25
5021
5022         * Makefile.am
5023                 add '$(AMTAR)' to 'release' section to allow for
5024                 new and older autotools
5025
5026 2002-06-25 [paul]       0.7.8claws24
5027
5028         * src/summaryview.c
5029                 fix "No more unread messages" persistant pop-up
5030                 window bug
5031
5032 2002-06-25 [paul]       0.7.8claws23
5033
5034         * po/it.po
5035                 updated by Alessandro Maestri
5036
5037 2002-06-25 [paul]       0.7.8claws22
5038
5039         * sync with 0.7.8cvs6
5040                 see ChangeLog 2002-06-25
5041
5042 2002-06-24 [paul]       0.7.8claws21
5043
5044         * tools/update-po
5045                 add GPL copyright information
5046
5047 2002-06-24 [paul]       0.7.8claws20
5048
5049         * tools/Makefile.am
5050           tools/README
5051           tools/update-po       ** NEW FILE **
5052                 add script that eases the creation of *.po files
5053                 Submitted by Wilbert Berendsen <wilbert@oswf.org>
5054
5055 2002-06-23 [alfons]     0.7.8claws19
5056
5057         * src/messageview.c
5058                 make notification_convert_header obey const correctness
5059                 (next step will be fixing the broken return receipt)
5060
5061 2002-06-23 [paul]       0.7.8claws18
5062
5063         * src/messageview.c
5064                 fix bug introduced in last commit:
5065                 removed too much code in last commit - put back what's
5066                 needed
5067
5068 2002-06-23 [paul]       0.7.8claws17
5069
5070         * src/messageview.[ch]
5071                 remove code committed in error from locally patched
5072                 source
5073
5074 2002-06-23 [colin]      0.7.8claws16
5075
5076         * src/compose.[ch]
5077                 add compose_entry_select(), used to select the default_to
5078                 email address - hopefully avoiding people sending mails to
5079                 wrong recipients.
5080
5081 2002-06-22 [alfons]     0.7.8claws15
5082
5083         * AUTHORS
5084                 add Bram Metsch & Stanislav Karchebny
5085         * src/smtp.[ch]
5086         * src/prefs_account.[ch]
5087         * src/send.c
5088                 - apply and adapt Bram's patch which allows user to set SMTP AUTH 
5089                   options.  (see <http://sourceforge.net/tracker/index.php
5090                   ?func=detail&aid=566937&group_id=25528&atid=384600>);
5091
5092                 - merge Stanislav's fix to make SMTP AUTH work with qmail
5093                   (see <http://www.tmtm.org/cgi-bin/w3ml/msg.cgi?ml=sylpheed&id=14343>)
5094
5095 2002-06-22 [paul]       0.7.8claws14
5096
5097         * sync with 0.7.8cvs5
5098                 see ChangeLog 2002-06-19 and 2002-06-20
5099
5100 2002-06-22 [alfons]     0.7.8claws13
5101
5102         * src/selective_download.c
5103                 fix a stupid mistake I made
5104
5105 2002-06-22 [alfons]     0.7.8claws12
5106
5107         * src/selective_download.[ch]
5108                 fix another unnoticed leak; cleanup code
5109
5110 2002-06-21 [alfons]
5111
5112         * tools/Makefile.am
5113                 gpg-sign <-- gpg-sign-syl
5114
5115 2002-06-21 [alfons]     0.7.8claws11
5116
5117         * src/selective_download.c
5118         * src/selective_download.h
5119                 fix assorted mix of allocation errors (should solve
5120                 problem reported by Philippe Gramoullé, see:
5121                 http://sourceforge.net/mailarchive/forum.php?thread_id=828668&forum_id=2006)
5122
5123 2002-06-20 [melvin]     0.7.8claws10
5124
5125         * tools/gpg-sign *REMOVED*
5126           tools/gpg-sign-syl *ADDED*
5127                 Replaced the gpg clearsigning script with the version using
5128                 xterm instead of ssh-askpass and changed its name.
5129
5130         * README.claws
5131                 Updated actions example to reflect the renaming of the
5132                 gpg clearsigning script.
5133
5134 2002-06-19 [paul]       0.7.8claws9
5135
5136         * sync with 0.7.8claws9
5137                 see ChangeLog 2002-06-18 and 2002-06-19
5138
5139 2002-06-19 [paul]       0.7.8claws8
5140
5141         * sync with 0.7.8cvs1
5142                 see ChangeLog 2002-06-18
5143
5144 2002-06-18 [alfons]     0.7.8claws7
5145
5146         * src/mainwindow.h
5147                 add omitted prototype
5148
5149 2002-06-17 [paul]       0.7.8claws6
5150
5151         * src/mainwindow.c
5152                 fix hiding of exec_btn
5153
5154 2002-06-17 [paul]       0.7.8claws5
5155
5156         * src/pop.c
5157                 remove unneeded code: should_delete() 
5158                 and Pop3State::uidl_todelete_list
5159
5160 2002-06-17 [paul]       0.7.8claws4
5161
5162         * sync with 0.7.8
5163                 see ChangeLog 2002-06-11 and 2002-06-13
5164
5165 2002-06-16 [alfons]     0.7.8claws3
5166         
5167         * src/folder.c
5168                 make sure lock sort mode (claws specific) is
5169                 also persists after a tree rescan
5170
5171 2002-06-16 [alfons]     0.7.8claws2
5172
5173         * src/prefs_folder_item.c
5174         * src/folder.[ch]
5175                 fix persistence of folder sort mode (broken
5176                 by adapting Hiro's new folder persistence code)
5177
5178 2002-06-16 [alfons]     0.7.8claws1
5179
5180         * AUTHORS
5181         * src/logwindow.c
5182         * src/prefscommon.[ch]
5183                 control size of log text in log window; 
5184                 closes patch #569155 submitted by Mitko Haralanov.
5185
5186 2002-06-15 [paul]       0.7.8claws
5187
5188         * release of 0.7.8claws
5189
5190 2002-06-15 [paul]       0.7.7claws
5191
5192         * po/pt_BR.po
5193                 updated by Fabio Junior Beneditto
5194
5195 2002-06-14 [paul]       0.7.6claws49
5196
5197         * po/es.po
5198                 updated by Ricardo Mones Lastra
5199
5200 2002-06-14 [paul]       0.7.6claws48
5201
5202         * po/nl.po
5203                 updated translation by Wilbert Berendsen
5204
5205 2002-06-14 [melvin]     0.7.6claws47
5206
5207         * po/fr.po
5208                 Updated French translation
5209
5210 2002-06-13 [paul]       0.7.6claws46
5211
5212         * src/filesel.c
5213                 allow filename to be typed in, rather than just
5214                 selected by the mouse. Patch by Gustavo Noronha Silva.
5215
5216 2002-06-13 [alfons]     0.7.6claws45
5217
5218         * src/mainwindow.[ch]
5219                 more cleanups (removing unnecessary menu items Expand 
5220                 summary / message view)
5221
5222 2002-06-13 [melvin]     0.7.6claws44
5223
5224         * po/POTFILES.in
5225                 Added src/string_match.c
5226         * src/string_match.c
5227                 Fixed possible buffer overflow.
5228                 Corrected typo.
5229                 Added missing config.h header.
5230         * src/prefs_common.c
5231           src/prefs_matcher.c
5232           src/prefs_scoring.c
5233                 Made some strings translatable (missing _(..)).
5234
5235 2002-06-13 [melvin]     0.7.6claws43
5236
5237         * README.claws
5238                 Corrected action example (verifying clearsigned mail).
5239         * src/prefs_account.c
5240                 Corrected typo.
5241         * src/prefs_common.c
5242                 Removed incorrect line that generated a Gtk-CRITICAL msg.
5243
5244 2002-06-12 [alfons]     0.7.6claws42
5245
5246         * src/summaryview.c
5247                 add init of score column lost in 0.7.6claws42
5248
5249 2002-06-12 [paul]       0.7.6claws41
5250
5251         * src/prefs_account.c
5252                 CREATE_RADIO_BUTTONS(): fixed a typo and corrected the 
5253                 behavior of the radio buttons, (from 0.7.7cvs2)
5254
5255 2002-06-11 [alfons]     0.7.6claws40
5256
5257         * src/messageview.[ch]
5258         * src/summaryview.[ch]
5259         * src/summary_search.c
5260         * src/mainwindow.c
5261                 perform a sync to bring in Hiro's separate view implementation 
5262
5263                 (NOTE: may still be buggy; 0.7.6claws39 marked as LAST_STABLE)
5264
5265 2002-06-11 [paul]       0.7.6claws39
5266         
5267         * src/prefs_account.c
5268                 correct a typo on the Receive tab
5269
5270 2002-06-10 [match]      0.7.6claws38
5271
5272         * src/addressbook.c
5273                 Included address completion patch from Gustavo Noronha.
5274
5275 2002-06-10 [paul]       0.7.6claws37
5276
5277         * src/inc.[ch]
5278           src/pop.c
5279           src/prefs_account.[ch]
5280           src/selective_download.[ch]
5281                 apply PATCH #561712
5282                  NEW:
5283                 - check if POP Account
5284                 - Receive Button renamed to Preview
5285                 - Preview Button Popup: preview new/all messages
5286                 - Download Button
5287                 - Account Preferences-->Receive tab checkbutton if you
5288                   want to remove Mail after Download
5289                 -: default YES
5290                 - Account Preferences-->Receive tab checkbutton use
5291                   filtering rules on preview
5292                   (think of delete_on_server)
5293                 -: default YES
5294                 - Account selectable from SD dialog
5295                 - checkbutton to show already downloaded messages if
5296                   all messages are previewed
5297                 - new clist column showing Date
5298                 - ESC KEY close
5299                 FIXES:
5300                 - play ball with UIDL
5301                 - fault tolerant (?) 
5302                 Patch submitted by Oliver Haertel <oha@users.sourceforge.net>
5303
5304 2002-06-10 [melvin]     0.7.6claws36
5305
5306         * README.claws
5307                 Added a hint to ac/README in cvs instructions.
5308
5309         * src/prefs_actions.c
5310                 Made it possible to use a more elaborate command line
5311                 for asynchronous actions, too.
5312
5313 2002-06-10 [melvin]     0.7.6claws35
5314         
5315         * src/prefs_actions.c
5316                 Make it possible to use a more elaborate command line
5317                 (e.g. |foo|bar|cat>there;echo Done|)
5318                 Corrected error message when calling %f, %F and %p commands
5319                 from the compose window.
5320
5321 2002-06-09 [colin]      0.7.6claws34
5322
5323         * src/summaryview.c
5324                 Automatically find unread messages in current folder
5325                 before annoying the user.
5326
5327 2002-06-08 [alfons]     0.7.6claws33
5328
5329         * po/it.po
5330                 remove bad formatting string in it.po translation
5331                 (close "[ 548336 ] --debug segfaults!!! with it_IT@euro")
5332
5333 2002-06-08 [paul]       0.7.6claws32
5334
5335         * sync with 0.7.6cvs25
5336                 see ChangeLog 2002-06-07
5337
5338 2002-06-05 [paul]       0.7.6claws31
5339
5340         * src/mainwindow.c
5341                 add 'Sort by locked' and 'Sort by score'
5342
5343 2002-06-05 [paul]       0.7.6claws30
5344
5345         * sync with 0.7.6cvs24
5346                 see ChangeLog 2002-06-04
5347
5348 2002-06-04 [paul]       0.7.6claws29
5349
5350         * po/pt_BR.po
5351                 updated by Fabio Junior Beneditto
5352
5353 2002-06-03 [thorsten]   0.7.6claws28
5354
5355         * src/matcher.c
5356                 fclose() matcherrc after reading
5357
5358 2002-06-03 [paul]       0.7.6claws27
5359
5360         * sync with 0.7.6cvs21
5361                 see ChangeLog 2002-05-31
5362
5363 2002-05-31 [paul]       0.7.6claws26
5364
5365         * sync with 0.7.6cvs20
5366                 see ChangeLog 2002-05-29 and 2002-05-30
5367
5368 2002-05-31 [paul]       0.7.6claws25
5369
5370         * src/imap.c
5371                 hopefully fix last buggy sync
5372
5373         * README.claws
5374                 correct typo in 'Actions' examples
5375
5376 2002-05-29 [paul]       0.7.6claws24
5377
5378         * sync with 0.7.6cvs18
5379                 see ChangeLog 2002-05-28 and 2002-05-29
5380
5381         * src/news.c
5382           src/nntp.[ch]
5383                 sync with above 
5384
5385 2002-05-28 [paul]       0.7.6claws23
5386
5387         * sync with 0.7.6cvs16
5388                 see ChangeLog 2002-05-28
5389
5390 2002-05-27 [thorsten]   0.7.6claws22 
5391
5392         * faq/it/sylpheed-faq-1.html
5393           faq/it/sylpheed-faq-2.html
5394           faq/it/sylpheed-faq-3.html
5395           faq/it/sylpheed-faq.html
5396                 corrected DOS lineendings
5397         * faq/de/sylpheed-faq-1.html
5398           faq/de/sylpheed-faq-2.html
5399           faq/en/sylpheed-faq-1.html
5400           faq/en/sylpheed-faq-2.html
5401           faq/en/sylpheed-faq-3.html
5402           faq/es/sylpheed-faq-1.html
5403           faq/es/sylpheed-faq-2.html
5404           faq/es/sylpheed-faq-3.html
5405           faq/fr/sylpheed-faq-1.html
5406           faq/it/sylpheed-faq-1.html
5407           faq/it/sylpheed-faq-2.html
5408           faq/it/sylpheed-faq-3.html
5409           faq/it/sylpheed-faq.html
5410                 changed ">" to &quot;
5411
5412 2002-05-27 [paul]       0.7.6claws21
5413         
5414         * sync with 0.7.6cvs15
5415                 see ChangeLog 2002-05-27
5416
5417 2002-05-27 [paul]       0.7.6claws20
5418
5419         * src/prefs_account.c
5420                 correct a typo
5421
5422 2002-05-26 [paul]       0.7.6claws19
5423
5424         * tools/README
5425                 correct a typo
5426
5427 2002-05-25 [paul]       0.7.6claws18
5428
5429         * tools/README
5430                 add description of kmail2sylpheed.pl
5431
5432 2002-05-25 [paul]       0.7.6claws17
5433
5434         * tools/kmail2sylpheed.pl       ** NEW FILE **
5435                 perl script that converts an exported Kmail address
5436                 book, converts it to sylpheed addressbook file,
5437                 writes the file to .sylpheed, and updates
5438                 addrbook--index.xml 
5439
5440 2002-05-25 [paul]       0.7.6claws16
5441
5442         * sync with 0.7.6cvs14
5443                 see ChangeLog 2002-05-23
5444
5445 2002-05-24 [paul]       0.7.6claws15
5446
5447         * README.claws
5448                 make a correction and add some more info
5449
5450 2002-05-24 [paul]       0.7.6claws14
5451
5452         * src/compose.c
5453                 fix memory leak in 
5454                 compose_redirect_write_headers_from_headerlist()
5455                 add Subject and Resent-Message-ID to
5456                 compose_redirect_write_headers()
5457                 Received, Subject, and X-UIDL are filtered out in 
5458                 compose_redirect_write_to_file()
5459
5460 2002-05-23 [paul]       0.7.6claws13
5461
5462         * src/compose.[ch]
5463           src/filtering.c
5464           src/mainwindow.c
5465           src/matcher.[ch]
5466           src/matcher_parser_lex.l
5467           src/matcher_parser_parse.y
5468           src/prefs_common.[ch]
5469           src/prefs_filtering.c
5470           src/summaryview.c
5471                 rename 'Bounce' to 'Redirect'
5472
5473 2002-05-23 [paul]       0.7.6claws12
5474
5475         * more sync with 0.7.6cvs13
5476           src/compose.c
5477                 see ChangeLog 2002-05-22
5478
5479 2002-05-22 [paul]       0.7.6claws11
5480
5481         * sync with 0.7.6cvs13
5482           src/codeconv.c
5483                 see ChangeLog 2002-05-20
5484           src/prefs_common.c
5485                 see ChangeLog 2002-05-22
5486
5487 2002-05-21 [melvin]     0.7.6claws10
5488
5489         * src/folderview.c
5490                 Added missing filtering and scoring headers
5491                 Fixed bad function call that showed garbage 
5492                 in Folder->Processing
5493
5494 2002-05-21 [paul]       0.7.6claws9
5495
5496         * tools/Makefile.am
5497                 make all tools executable, (patch by Alfons).
5498
5499 2002-05-20 [alfons]     0.7.6claws8
5500
5501         * src/procheader.c
5502                 don't forget to call mktime() so we have a valid week 
5503                 and year day
5504                 (Bug report by Roger Sondermann <mail@jumaros.de>)
5505
5506 2002-05-20 [paul]       0.7.6claws7
5507
5508         * src/html.c
5509                 fix broken parsing of urls
5510         * src/textview.c
5511                 fix displaying of urls
5512
5513                 both fixes from the patch [547855] by Eugene 
5514                 Brevdo (zonem)
5515
5516 2002-05-19 [alfons]     0.7.6claws6
5517
5518         * configure.in
5519                 make sylpheed configure correctly with the latest
5520                 and greatest of automake / autoconf / gettext
5521
5522 2002-05-19 [alfons]     0.7.6claws5
5523
5524         * src/procheader.c
5525         * src/procheader.h
5526                 add function for returning ime zone offset
5527         * src/quote_fmt.c
5528         * src/quote_fmt_parse.y
5529                 better quotation formatting - does not convert
5530                 to local time, but uses the original date string.
5531                 
5532                 Note: %z inserts the timezone offset (should 
5533                 work also on platforms where strftime does not
5534                 support %z).
5535
5536 2002-05-18 [christoph]  0.7.6claws4
5537
5538         * src/summaryview.c
5539                 fix indentation of some code
5540         * tools/Makefile.am
5541                 fix spaces after \
5542         * src/Makefile.am
5543                 add missing \
5544                 correct path for ignorethread.xpm
5545                 incorrect filename for sylpheed_logo.xpm
5546                 add missing include matcher_parser_parse.h
5547
5548 2002-05-18 [paul]       0.7.6claws3
5549
5550         * sync with 0.7.6cvs8
5551                 see ChangeLog 2002-05-16 and 2002-05-17
5552
5553 2002-05-18 [melvin]     0.7.6claws2
5554
5555         * README.claws
5556                 Corrected an action's definition and fixed some misspellings.
5557
5558 2002-05-18 [paul]       0.7.6claws1
5559
5560         * tools/Makefile.am
5561           tools/gpg-sign        ** new file **
5562           tools/uudec           ** new file **
5563                 add Melvin's Actions scripts
5564
5565         * README.claws
5566                 add Melvin's descriptions for Actions
5567
5568 2002-05-18 [paul]       0.7.6claws
5569
5570         * Version 0.7.6claws released
5571
5572 2002-05-17 [paul]       0.7.5claws32
5573
5574         * po/es.po
5575                 updated by Ricardo Mones Lastra
5576
5577 2002-05-17 [paul]       0.7.5claws31
5578
5579         * src/compose.c
5580                 fix Account prefs default folder for sent/draft/deleted
5581                 messages bug
5582
5583         * po/it.po
5584           po/nl.po
5585                 updated translation by Alessandro Maestri and
5586                 Wilbert Berendsen
5587
5588 2002-05-17 [melvin]     0.7.5claws30
5589
5590         * src/prefs_actions.c
5591                 Fixed bug where using %F not at the end of the command 
5592                 resulted in an additional empty argument being created.
5593                 Thanks to Darko Koruga for reporting the bug.
5594
5595 2002-05-17 [melvin]     0.7.5claws29
5596
5597         * po/fr.po
5598                 Updated French translations.
5599
5600 2002-05-15 [paul]       0.7.5claws28
5601         
5602         * po/es.po
5603                 updated by Ricardo Mones Lastra
5604
5605 2002-05-15 [paul]       0.7.5claws27
5606
5607         * sync with 0.7.6cvs4
5608                 see ChangeLog 2002-05-14 and 2002-05-15
5609
5610 2002-05-14 [paul]       0.7.5claws26
5611
5612         * sync with 0.7.6cvs1
5613                 see ChangeLog 2002-05-13
5614
5615 2002-05-13 [thorsten]   0.7.5claws25
5616
5617         * src/messageview.c
5618                 fix select_all and copy in multipart messages
5619         * src/mainwindow.c
5620                 fix select_all and copy in multipart messages
5621
5622 2002-05-12 [paul]       0.7.5claws24
5623
5624         * src/summaryview.c
5625                 reverse last commit, bug already fixed in 0.7.5claws3
5626
5627 2002-05-12 [netztorte]  0.7.5claws23
5628
5629         * src/summaryview.c
5630                 dont parse empty addressbook (checked in before claws20)
5631
5632 2002-05-12 [melvin]     0.7.5claws22
5633
5634         * src/procmsg.[ch]
5635                 Removed unneeded priority code introduced by the previous 
5636                 commit.
5637
5638 2002-05-12 [melvin]     0.7.5claws21
5639
5640         * src/compose.[ch]
5641                 Added possibility to set message's priority.
5642         * src/procmsg.[ch]
5643                 Added possibility to set message's priority.
5644                 Added missing headers
5645
5646 2002-05-12 [melvin]     0.7.5claws20
5647
5648         * src/prefs_actions.c
5649                 Removed implicitely added quotes around the name
5650                 of the temporary files of mime parts.
5651
5652 2002-05-12 [paul]       0.7.5claws19
5653
5654         * sync with 0.7.5cvs20
5655                 see ChangeLog 2002-05-11
5656
5657 2002-05-12 [alfons]     0.7.5claws18
5658
5659         * src/quote_fmt_lex.l
5660         * src/quote_fmt_parse.y
5661                 allow quote / reply date & time format to be set using
5662                 %D{format}. format is a format string you'd pass to
5663                 strftime() (see man strftime, or the Display tab |
5664                 Date format setting).
5665
5666                 Currently %D converts the date to local time. 
5667
5668 2002-05-11 [paul]       0.7.5claws17
5669
5670         * sync with 0.7.5cvs19 (except src/prefs_folder_item.c)
5671                 see ChangeLog 2002-05-10 and 2002-05-11
5672
5673 2002-05-10 [paul]       0.7.5claws16
5674
5675         * sync with 0.7.5cvs16
5676                 see ChangeLog entries 2002-05-09 and 
5677                 2002-05-10
5678
5679 2002-05-10 [colin]      0.7.5claws15
5680
5681         * src/textview.c
5682                 Corrected a bug that prevented sylpheed to open
5683                 double-clicked URIs.
5684
5685 2002-05-09 [paul]       0.7.5claws14
5686
5687         * sync with 0.7.5cvs14
5688                 see ChangeLog 2002-05-08 and 2002-05-09
5689
5690 2002-05-08 [paul]       0.7.5claws13
5691
5692         * sync with 0.7.5cvs11
5693                 see ChangeLog entry 2002-05-08
5694
5695 2002-05-08 [paul]       0.7.5claws12
5696
5697         * src/mainwindow.c
5698           src/textview.[ch]
5699                 fix segfault on View->Open in new window
5700                 patch submitted by Thorsten Maerz <torte@netztorte.de>
5701
5702 2002-05-07 [paul]       0.7.5claws11
5703
5704         * sync with 0.7.5cvs9
5705                 see ChangeLog entry 2002-05-07
5706
5707 2002-05-06 [paul]       0.7.5claws10
5708
5709         * src/messageview.c
5710           src/textview.c
5711                 display url in statusbar on single-click
5712                 patch submitted by Thorsten Maerz <torte@netztorte.de>
5713
5714 2002-05-06 [match]      0.7.5claws9
5715
5716         * src/addritem.[ch]
5717                 new functions.
5718         * src/addrcache.c
5719                 tidy up.
5720         * src/xmlprops.[ch]
5721                 XML implementation of properties file.
5722         * src/exporthtml.[ch]
5723         * src/expthtmldlg.[ch]
5724         * src/addressbook.c
5725                 export to HTML.
5726
5727 2002-05-02 [sergey]     0.7.5claws8
5728
5729         * src/mainwindow.c (mainwin_entries),
5730           src/prefs_common.c (prefs_send_create()),
5731           src/codeconv.c (locale_table):
5732                 use charset name "Windows-1251" instead of "CP1251".
5733
5734 2002-05-02 [colin]      0.7.5claws7
5735         
5736         * src/compose.c
5737           src/prefs_common.c
5738           src/prefs_folder_item.c
5739                 Fixed cosmetics bugs due to Outbox renamed to Sent.
5740
5741 2002-05-02 [hiro]       0.7.5claws6
5742
5743         * src/imap.c
5744                 sync the change for QUOTE_IF_REQUIRED() macro with 0.7.5cvs7.
5745
5746 2002-05-02 [paul]       0.7.5claws5
5747
5748         * src/compose.c
5749                 more sync with 0.7.5cvs7, see ChangeLog entry
5750                 2002-05-02
5751
5752 2002-05-02 [hiro]       0.7.5claws4
5753
5754         * src/compose.c
5755                 compose_queue_sub():
5756                 check if queue folder exists (closes #550397).
5757                 removed directory creation since it should be handled
5758                 transparently.
5759         * src/imap.c
5760                 imap_add_msg(): return UID for appended message
5761                 (closes #548842).
5762
5763 2002-04-30 [paul]       0.7.5claws3
5764
5765         * src/summaryview.c
5766                 fix account_find_from_address() bug
5767
5768 2002-04-28 [colin]      0.7.5claws2
5769
5770         * src/compose.c
5771           src/textview.c
5772           src/prefs_common.[ch]
5773           src/utils.[ch]
5774                 Added user-definable quotation characters recognition.
5775
5776 2002-04-28 [paul]       0.7.5claws1
5777
5778         * sync with 0.7.5cvs4
5779                 see ChangeLog entry  2002-04-25
5780
5781 2002-04-28 [paul]       0.7.5claws
5782
5783         * po/es.po
5784           po/nl.po
5785           po/pt_BR.po
5786                 updated by Ricardo Mones Lastra, Wilbert Berendsen, and
5787                 Fabio Junior Beneditto
5788
5789 2002-04-27 [jens]       0.7.4claws103
5790
5791         * po/de.po
5792                 updated German translation.
5793
5794 2002-04-27 [hiro]       0.7.4claws102
5795
5796         * src/summaryview.c
5797                 summary_write_cache(): fixed the mark loss of hidden messages.
5798
5799 2002-04-26 [melvin]     0.7.4claws101
5800
5801         * src/procmsg.c
5802                 fixed a second typo (same one)
5803         * po/fr.po
5804           po/it.po
5805           po/pt_BR.po
5806                 fixed the type again...
5807
5808 2002-04-26 [melvin]     0.7.4claws100
5809
5810         * src/procmsg.c
5811                 fixed a typo in an alert message ("temorary").
5812         * po/it.po
5813         * po/pt_BR.po
5814                 corrected the typo  described above.
5815         * po/fr.po
5816                 updated French translation.
5817
5818 2002-04-26 [darko]      0.7.4claws99
5819
5820         * src/summaryview.c
5821                 fix target folder colorization
5822
5823 2002-04-25 [paul]       0.7.4claws98
5824
5825         * po/it.po
5826                 updated by Alessandro Maestri
5827
5828 2002-04-24 [colin]      0.7.4claws97
5829         
5830         * src/compose.c
5831                 Fixed double "subject is empty" question.
5832
5833 2002-04-23 [colin]      0.7.4claws96
5834         
5835         * src/mimeview.c
5836                 Corrected issue when "automatically display images" was
5837                 not set : first image remained after selecting second.
5838
5839 2002-04-23 [melvin]     0.7.4claws95
5840
5841         * src/prefs_actions.c
5842                 Don't display in/out dialog if there is nothing to show.
5843
5844 2002-04-23 [paul]       0.7.4claws94
5845
5846         * sync with 0.7.5cvs3
5847                 bug fixes: see ChangeLog entry 2002-04-23
5848
5849 2002-04-22 [darko]      0.7.4claws93
5850
5851         * src/compose.c
5852                 fix previous check-in which changed code after
5853                 merge from main
5854
5855 2002-04-22 [paul]       0.7.4claws92
5856
5857         * faq/de/*
5858                 add German FAQ
5859         * faq/en/*
5860           faq/es/*
5861           faq/fr/*
5862                 update English, Spanish and French FAQs
5863         * manual/de/*
5864           manual/es/*
5865                 add German and Spanish manuals
5866         * manual/en/*
5867           manual/fr/*
5868                 update English and French manuals
5869
5870         * src/Makefile.am
5871                 add to and re-arrange the pixmap entries
5872
5873 2002-04-22 [darko]      0.7.4claws91
5874
5875         * src/compose.c
5876                 fix sender initials recognition to only allow
5877                 '>' after the initials
5878
5879 2002-04-21 [paul]       0.7.4claws90
5880
5881         * sync with 0.7.5 release
5882                 see ChangeLog entry 2002-04-21
5883
5884 2002-04-21 [alfons]
5885
5886         * src/Makefile.am
5887                 add colin's new pixmaps to EXTRA_DIST
5888
5889 2002-04-21 [colin]      0.7.4claws89
5890         * src/compose.c
5891         * src/inc.c
5892         * src/mainwindow.[ch]
5893         * src/prefs_common.[ch]
5894         * src/stock_pixmap.[ch]
5895                 Added "Work offline" ability.
5896
5897 2002-04-21 [colin]      0.7.4claws88
5898         
5899         * src/mimeview.c
5900         * src/prefs_common.c
5901         * src/prefs_common.h
5902         * src/textview.c : Added an option to common preferences -> display
5903           to allow user not to automatically display images.
5904
5905 2002-04-21 [paul]       0.7.4claws87
5906
5907         * sync with 0.7.4cvs52
5908                 see ChangeLog entry 2002-04-21 (src/imap.c)
5909
5910 2002-04-21 [paul]       0.7.4claws86
5911
5912         * sync with 0.7.4cvs51
5913                 see ChangeLog entry 2002-04-21
5914
5915 2002-04-21 [paul]       0.7.4claws85
5916
5917         * sync with 0.7.4cvs49
5918                 see ChangeLog entries 2002-04-20 and 2002-04-21
5919
5920         * src/Makefile.am
5921                 clean up: remove old 'stock_' element from xpm 
5922                 filenames.
5923
5924 2002-04-21 [alfons]     0.7.4claws84
5925
5926         apply sync patch from Paul
5927
5928         * src/folderview.c
5929                 use old claws prefs_folder_item_create() for now
5930
5931 2002-04-19 [match]      0.7.4claws83
5932
5933         * src/addressbook.[ch]
5934         * src/addrharvest.[ch]
5935         * src/addrgather.[ch]
5936                 recurse folders.
5937         * src/mainwindow.c
5938         * src/summaryview.[ch]
5939                 change menu option.
5940
5941 2002-04-19 [paul]       0.7.4claws82
5942
5943         * po/pt_BR.po
5944                 updated by Fabio Junior Beneditto
5945
5946 2002-04-14 [alfons]     0.7.4claws81
5947
5948         * src/passphrase.c
5949                 add #include <sys/types.h> for mode_t and off_t 
5950
5951 2002-04-13 [paul]       0.7.4claws80
5952         
5953         * src/main.c
5954           src/passphrase.[ch]
5955           src/pgptext.c
5956           src/prefs_common.[ch]
5957           src/rfc2015.c
5958                 enable storing of GnuPG passphrase for the whole 
5959                 session or a user-defined number of minutes. patch 
5960                 submitted by Ravemax <ravemax@dextrose.com>
5961
5962 2002-04-13 [alfons]     0.7.4claws79
5963
5964         * src/textview.c
5965                 make email parser also stop scanning when encountering separators
5966                 ',' and ';' (reported by Fabien Vantard <fvantard@opsion.fr>)
5967
5968 2002-04-13 [paul]       0.7.4claws78
5969
5970         * sync with 0.7.4cvs39
5971                 see ChangeLog entry 2002-04-12
5972
5973 2002-04-11 [paul]       0.7.4claws77
5974
5975         * sync with 0.7.4cvs37
5976                 see ChangeLog entry 2002-04-11
5977
5978 2002-04-11 [paul]       0.7.4claws76
5979
5980         * COPYING 
5981                 re-licensed (removal of "NO-VIRUS CLAUSE" and addition of
5982                 the clause for OpenSSL). sync with sylpheed main
5983
5984 2002-04-09 [melvin]     0.7.4claws75
5985
5986         * src/compose.c
5987                 Made 'Ctrl-Enter' on send ignore some modifiers 
5988                 (LOCK_MASK, MOD2, MOD3, MOD4, MOD5). Make it possible
5989                 to bind other *-Enter (but not Alt-Enter).
5990
5991 2002-04-09 [paul]       0.7.4claws74
5992
5993         * sync with 0.7.4cvs35
5994                 see ChangeLog entries 2002-04-09
5995
5996 2002-04-08 [paul]       0.7.4claws73
5997
5998         * sync with 0.7.4cvs33
5999                 see ChangeLog entry 200-04-08
6000
6001 2002-04-07 [match]      0.7.4claws72
6002
6003         * src/addrharvest.[ch]
6004                 fixed to read all addresses in header, regardless
6005                 of header size. improved name parsing. accommodate
6006                 harvest from folders and selected message.
6007         * src/addritem.[ch]
6008                 included new address parsing function.
6009         * src/addrgather.[ch]
6010         * src/addressbook.[ch]
6011         * src/summaryview.[ch]
6012         * src/mainwindow.c
6013                 allow address harvest of folder as well as selected
6014                 messages.
6015
6016 2002-04-07 [paul]       0.7.4claws71
6017
6018         * src/esmtp.[ch]
6019           src/smtp.c
6020                 don't try to authenticate with CRAM-MD5 in SMTP when 
6021                 SMTP-AUTH enabled if MTA doesn't issue this 
6022                 auth-method in it's ehlo-response. bug item #531364,
6023                 patch item #938910. patch submitted by Colin Leroy 
6024                 <colin@colino.net>
6025
6026 2002-04-07 [paul]       0.7.4claws70
6027
6028         * src/nntp.c
6029                 fix missing MODE_READER bug. patch submitted by
6030                 Colin Leroy <colin@colino.net>
6031
6032 2002-04-07 [alfons]     0.7.4claws69
6033
6034         * src/matcher.[ch]
6035         * src/prefs_filtering.c
6036         * src/summaryview.c
6037                 escape \' and \" in strings passed as filtering strings; bug report by Alex Evseev.
6038                 (see http://www.geocrawler.com/lists/3/SourceForge/11619/25/8279435/)
6039
6040 2002-04-07 [paul]       0.7.4claws68
6041
6042         * sync with 0.7.4cvs32
6043                 see ChangeLog entry 2002-04-06
6044
6045         * tools/filter_conv.pl
6046                 more bug fixes
6047
6048 2002-04-06 [paul]       0.7.4claws67
6049
6050         * tools/filter_conv.pl
6051                 modify to be able to find the name of the first
6052                 mailbox and use that. main's filter does not
6053                 record the full path to the mailbox and therefore
6054                 can only filter to the first mailbox.
6055
6056 2002-04-05 [paul]       0.7.4claws66
6057
6058         * tools/filter_conv.pl
6059                 attempt to make the script all-encompassing and
6060                 be able to convert any main 'filter' rule thrown
6061                 at it
6062
6063 2002-04-05 [paul]       0.7.4claws65
6064
6065         * tools/filter_conv.pl
6066                 allow for collapsed folder trees
6067
6068 2002-04-05 [paul]       0.7.4claws64
6069
6070         * sync with 0.7.4cvs31
6071                 see ChangeLog entries 2002-04-05
6072
6073 2002-04-03 [paul]       0.7.4claws63
6074
6075         * sync with 0.7.4cvs29
6076                 see ChangeLog entries 2002-04-02 and 2002-04-03
6077
6078 2002-04-02 [paul]       0.7.4claws62
6079
6080         * sync with 0.7.4cvs26
6081                 see ChangeLog entry 2002-04-01
6082
6083 2002-04-02 [match]      0.7.4claws61
6084
6085         * src/pine.[ch]
6086         * src/importpine.[ch]
6087         * src/addressbook.c
6088                 import Pine address book.
6089
6090 2002-04-02 [match]      0.7.4claws60
6091
6092         * src/addrharvest.[ch]
6093                 improve address parsing of funky addresses.
6094
6095 2002-04-02 [darko]      0.7.4claws59
6096
6097         * src/compose.c
6098                 wrap on send improvements, it now recognizes quoted
6099                 initials as part of the quotation string, and it
6100                 does not join lines separated by CR
6101
6102 2002-04-01 [match]      0.7.4claws58
6103
6104         * src/mgutils.[ch]
6105                 added new functions.
6106         * src/mutt.[ch]
6107                 remove excessive duplicate address generation
6108                 on import.
6109
6110 2002-04-01 [alfons]     0.7.4claws57
6111         
6112         * src/summaryview.c
6113                 put back g_free() 
6114
6115 2002-04-01 [paul]       0.7.4claws56
6116
6117         * sync with 0.7.4cvs25
6118                 see ChangeLog entry 2002-04-01
6119
6120 2002-04-01 [alfons]     0.7.4aprilfool55
6121
6122         * src/summaryview.c
6123                 honour feature request item #537427 to allow for
6124                 displaying names from address book for sent mail also
6125
6126 2002-03-29 [paul]       0.7.4claws54
6127
6128         * src/mainwindow.c
6129           src/prefs_filtering.[ch]
6130           src/prefs_matcher.c
6131           src/summaryview.c
6132                 add 'fast filter' for claws' filtering,
6133                 /Tools/Create filter rule/... patch submitted
6134                 by Neill Miller <neillm@thecodefactory.org>
6135
6136 2002-03-29 [paul]       0.7.4claws53
6137
6138         * sync with 0.7.4cvs24
6139                 see ChangeLog entry 2002-03-29
6140
6141 2002-03-28 [paul]       0.7.4claws52
6142
6143         * sync with 0.7.4cvs23
6144                 see ChangeLog entry 2002-03-28
6145
6146 2002-03-27 [melvin]     0.7.4claws51
6147
6148         * src/prefs_actions.c
6149                 Added support to pass only one message part (as a
6150                 file) to the command using '%p'. No quotes are needed
6151                 because doubles quotes are automatically added.
6152                 Fixed bug where Sylpheed could block when waiting for
6153                 a child process to finish.
6154                 Changed the help menu to remove quotes around symbols to 
6155                 avoid misinterpretation (they must not be used).
6156
6157 2002-03-27 [melvin]     0.7.4claws50
6158
6159         * src/inc.c
6160                 Made the new mail notification command always 
6161                 execute asynchronously.
6162
6163 2002-03-27 [paul]       0.7.4claws49
6164
6165         * src/compose.c
6166                 fix bug introduced in last commit
6167
6168 2002-03-27 [paul]       0.7.4claws48
6169
6170         * sync with 0.7.4cvs21
6171                 see ChangeLog 2002-03-26 and 2002-03-27
6172
6173 2002-03-26 [hoa]        0.7.4claws47
6174
6175         * src/prefs_folder_item.c
6176                 really fixed the bug #516442 with folder rescan.
6177
6178 2002-03-26 [paul]       0.7.4claws46
6179
6180         * sync with 0.7.4cvs19
6181                 see ChangeLog entries 2002-03-25 and 2002-03-26
6182
6183 2002-03-25 [hoa]        0.7.4claws45
6184
6185         * src/matcher.c
6186         * src/mh.c
6187                 fix the bug #516442 with folder rescan.
6188
6189         * src/prefs_common.[ch]
6190         * src/compose.c
6191                 added an option to enable two different behaviours
6192                 for bounce.
6193
6194
6195 2002-03-25 [paul]       0.7.4claws44
6196
6197         * src/mainwindow.c
6198           src/selective_download.c
6199                 correct a few menuitem labels
6200
6201 2002-03-25 [christoph]  0.7.4claws43
6202
6203         * src/procmsg.c
6204                 fix non deleted tmp message in
6205                 procmsg_save_to_outbox
6206                 fix problems caused by sync with
6207                 main branch's procmsg_send_queue
6208
6209 2002-03-25 [paul]       0.7.4claws42
6210
6211         * src/quote_fmt.c
6212           src/quote_fmt_lex.l
6213           src/quote_fmt_parse.y
6214                 add Last name (%L) placeholder for quoting. 
6215                 patch submitted by Thorsten Thielen 
6216                 <thth@users.sourceforge.net>
6217
6218 2002-03-25 [paul]       0.7.4claws41
6219
6220         * src/utils.c
6221                 get full hostname. patch submitted by
6222                 Bob Woodside <rwoodside1@comcast.net>
6223
6224 2002-03-25 [paul]       0.7.4claws40
6225
6226         * src/account.c
6227           src/news.c
6228           src/nntp.[ch]
6229           src/prefs_account.[ch]
6230                 enable NNTP over SSL. patch submitted by
6231                 Pascal Jermini <pascal@infinity.hn.org>
6232
6233 2002-03-24 [paul]       0.7.4claws39
6234
6235         * src/prefs_common.c
6236                 make the arrangement of the Compose tab more
6237                 coherent
6238
6239         * src/mainwindow.c
6240                 fix some irregularities of style
6241
6242         * po/de.po
6243                 updated by Kilian Krause
6244
6245 2002-03-23 [paul]       0.7.4claws38
6246
6247         * po/pt_BR.po
6248                 updated by Fabio Junior Beneditto
6249
6250 2002-03-23 [paul]       0.7.4claws37
6251
6252         * src/mainwindow.c
6253                 move 'Gather addresses' to 'Tools' menu
6254                 make 'Selective download' sensitive
6255
6256 2002-03-23 [paul]       0.7.4claws36
6257
6258         * sync with 0.7.4cvs16
6259                 see ChangeLog entries 2002-03-23
6260
6261 2002-03-22 [christoph]  0.7.4claws35
6262
6263         * src/quote_fmt_parse.y
6264                 fix include program output
6265
6266 2002-03-22 [alfons]     0.7.4claws34
6267
6268         * src/pop.c
6269                 initialize GDate stack variable correctly (sorry!)
6270
6271 2002-03-22 [paul]       0.7.4claws33
6272
6273         * src/compose.c
6274           src/mainwindow.c
6275           src/prefs_actions.c
6276           src/prefs_common.c
6277                 rename 'Tool' to 'Tools'
6278
6279         * src/mainwindow.c
6280                 move 'Delete duplicated messages' from
6281                 'Message/' to 'Tools/'
6282                 re-arrange the order of 'Tools/' items
6283
6284 2002-03-22 [paul]       0.7.4claws32
6285
6286         * src/addr_compl.c
6287           src/addressbook.[ch]
6288                 auto-address completion now also matches on
6289                 Nickname. patch submitted by Bob Forsman 
6290                 <hammor@users.sourceforge.net>
6291
6292         * src/editaddress.c
6293                 correct a spelling mistake
6294
6295 2002-03-22 [alfons]     0.7.4claws31
6296
6297         * src/pop.c
6298                 fix getting uidl from incorrect string 
6299                 (spotted by Colin)
6300
6301 2002-03-21 [alfons]     0.7.4claws30
6302
6303         * src/pop.c
6304                 more code refactoring
6305                 plug mem leak introduced by delete on server
6306
6307 2002-03-21 [paul]       0.7.4claws29
6308
6309         * sync with 0.7.4cvs11
6310                 see ChangeLog entries 2002-03-20
6311
6312 2002-03-20 [alfons]     0.7.4claws28
6313
6314         * src/inc.c
6315                 apply Colin's patch and refactor
6316
6317 2002-03-20 [paul]       0.7.4claws27
6318
6319         * sync with sylpheed 0.7.4cvs9
6320                 see ChangeLog entry 2002-03-20
6321
6322 2002-03-19 [christoph]  0.7.4claws26
6323
6324         * src/mh.c
6325         * src/procmsg.[ch]
6326         * src/summaryview.c
6327                 revert changes for flag updates
6328                 (does not work correctly and no time to debug)
6329
6330 2002-03-20 [alfons]     0.7.4claws25
6331
6332         * src/pop.c
6333                 refactor should_delete() a little bit 
6334
6335 2002-03-19 [paul]       0.7.4claws24
6336
6337         * src/inc.[ch]
6338           src/pop.c
6339           src/prefs_account.[ch]
6340                 allow the user to leave downloaded mail on the 
6341                 server for n days. Patch submitted by Colin Leroy 
6342                 <colin@colino.net>
6343
6344 2002-02-19 [paul]       0.7.4claws23
6345
6346         * sync with sylpheed 0.7.4cvs8
6347                 see ChangeLog entries 2002-03-19
6348
6349 2002-03-18 [paul]       0.7.4claws22
6350
6351         * sync with sylpheed 0.7.4cvs6
6352                 see ChangeLog entry 2002-03-18
6353
6354 2002-03-18 [paul]       0.7.4claws21
6355
6356         * po/en_GB.po
6357                 add en_GB message catalogue
6358
6359         * src/mbox_folder.c
6360           src/prefs_account.c
6361           src/prefs_actions.c
6362                 correct a few spelling mistakes
6363
6364 2002-03-17 [alfons]     0.7.4claws20
6365
6366         * src/matcher.c
6367                 more stringent checks for NULL params when writing
6368                 filtering actions to a file
6369                 
6370 2002-03-17 [hoa]        0.7.3claws20
6371
6372         * src/news.c
6373                 fixed the count of new messages
6374
6375         * src/compose.c
6376                 fixed the "attachment properties" window
6377
6378 2002-03-17 [paul]       0.7.4claws19
6379
6380         * src/defs.h
6381           src/folder.h
6382           src/news.c
6383           src/prefs_account.[ch]
6384           src/procmsg.[ch]
6385           src/summaryview.c
6386                 automatically mark cross-posted messages as read 
6387                 and (optionally) give them a colour label
6388                 Patch submitted by Stefaan Eeckels <Stefaan.Eeckels@eec.lu>
6389                 
6390
6391 2002-03-17 [paul]       0.7.4claws18
6392
6393         * sync with sylpheed 0.7.4cvs5
6394                 see ChangeLog entry 2002-03-17
6395
6396 2002-03-17 [melvin]     0.7.4claws17
6397         
6398         * src/textview.c
6399                 Worked around a gtktext 'bug': when searching for 
6400                 a text in a long message it was scrolling slowly
6401                 line by line until it hit the searched text.
6402         * po/fr.po
6403                 Updated French translation
6404
6405 2002-03-17 [melvin]     0.7.4claws16
6406
6407         * src/mainwindow.c
6408         * src/compose.c
6409         * src/prefs_actions.c
6410                 Moved "Edit/Actions" to "Tool/Actions"
6411                 Made mainwindow/compose window sensitive as soon as
6412                 no child process is running anymore even if the io dialog
6413                 is open.
6414                 Fixed a struct being initialized with a non constant char*
6415
6416 2002-03-16 [christoph]  0.7.4claws15
6417
6418         * configure.in
6419                 add --with-compiler-flags option
6420                 (only for developer hacking)
6421         * src/mh.c
6422         * src/procmsg.[ch]
6423         * src/summaryview.c
6424                 try to make folder-stats and flag handling more
6425                 independent from the summaryview. msgcounts
6426                 are only set when the folder is opened and
6427                 procmsg_msginfo_(un)set_flags will handle it
6428                 later and summaryview will get the values
6429                 from the folder.
6430
6431 2002-03-16 [paul]       0.7.4claws14
6432
6433         * src/messageview.c
6434                 fix Return-receipt. Patch submitted by Bob
6435                 Woodside <rwoodside1@comcast.net>
6436
6437 2002-03-16 [paul]       0.7.4claws13
6438
6439         * src/compose.c
6440                 fix 'dynamic' signatures, make it work again
6441                 broken during sync on 2002-03-14 (0.7.4claws2)
6442
6443 2002-03-15 [match]      0.7.4claws12
6444
6445         * src/addrharvest.[ch]
6446         * src/addrgather.[ch]
6447         * src/addressbook.[ch]
6448         * src/mainwindow.c
6449                 included address harvester feature. still some
6450                 issues with address parsing that I will fix.
6451
6452 2002-03-15 [match]      0.7.4claws11
6453
6454         * src/addrbook.[ch]
6455         * src/addrcache.[ch]
6456         * src/addressbook.[ch]
6457         * src/addrindex.c
6458         * src/editbook.c
6459         * src/importldif.c
6460         * src/importmutt.c
6461         * src/jpilot.[ch]
6462         * src/main.c
6463         * src/syldap.[ch]
6464         * src/vcard.[ch]
6465                 tidy up. fix memory leaks. moved attribs and methods
6466                 from individual interfaces to addrcache object. prep
6467                 for new stuff to come in.
6468
6469 2002-03-15 [alfons]     0.7.4claws10
6470
6471         * src/matcher.[ch]
6472         * src/matcher_parser_parse.y
6473         * src/matcher_parser_lex.l
6474         * src/prefs_matcher.c
6475                 add filtering conditions message greater than, smaller 
6476                 than, and exactly matching a size in bytes
6477                 (does not work with delete from POP3 server yet)
6478
6479                 this should also give others an idea what you should
6480                 do to add new criterions to claws filtering system
6481                 
6482
6483 2002-03-15 [paul]       0.7.4claws9
6484
6485         * tools/filter_conv.pl
6486                 exit if there are no filter rules to convert
6487                 rename filterrc to filterrc.old after completion
6488
6489 2002-03-15 [paul]       0.7.4claws8
6490
6491         * sync with sylpheed 0.7.4cvs3
6492                 see ChangeLog entry 2002-03-14
6493
6494 2002-03-14 [paul]       0.7.4claws7
6495
6496         * src/compose.c
6497                 clean up the last commit (ahem)
6498
6499 2002-03-14 [paul]       0.7.4claws6
6500
6501         * src/compose.c
6502                 fix bug #515655. honour account preferences
6503                 regarding gpg default signing/encryption when 
6504                 changing account from the compose window.
6505
6506 2002-03-14 [paul]       0.7.4claws5
6507
6508         * src/folderview.c
6509                 remove unnecessary curly brackets
6510
6511 2002-03-14 [paul]       0.7.4claws4
6512
6513         * src/folderview.c
6514           src/prefs_filtering.[ch]
6515                 add filter rename on folder rename and filter
6516                 delete on folder delete. Patch submitted by
6517                 Neill Miller <neillm@thecodefactory.org> 
6518
6519 2002-03-14 [christoph]  0.7.4claws3
6520
6521         * src/procmsg.c
6522         * src/send.c
6523                 fix local delivery
6524                 (patch submitted by "Simon 'corecode' Schubert")
6525         * src/prefs_common.c
6526         * src/procmsg.c
6527                 fix gcc 3.0 warning
6528
6529 2002-03-14 [paul]       0.7.4claws2
6530
6531         * sync with sylpheed 0.7.4cvs2
6532                 see ChangeLog entry 2002-03-13
6533
6534 2002-03-12 [darko]      0.7.4claws1
6535
6536         * src/mainwindow.c
6537                 fix what seems to be a copy and paste error
6538                 when setting color for important messages
6539                 (reported by wwp)
6540
6541 2002-03-11 [paul]       version 0.7.4claws released
6542
6543 2002-03-11 [paul]       0.7.4claws
6544
6545         * po/es.po
6546           po/it.po
6547           po/nl.po
6548           po/pt_BR.po
6549                 update message catalogs. Submitted by Ricardo Mones 
6550                 Lastra, Alessandro Maestri, Wilbert Berendsen, and 
6551                 Fabio Junior Beneditto
6552
6553         * configure.in
6554           faq/Makefile.am
6555           faq/it/Makefile
6556           faq/it/sylpheed-faq*
6557           src/mainwindow.c
6558           src/manual.[ch]
6559                 add FAQ in Italian
6560         
6561
6562 2002-03-11 [jens]       0.7.3claws7
6563
6564         * po/de.po
6565                 updated German translation
6566
6567 2002-03-11 [melvin]     0.7.3claws6
6568
6569         * po/fr.po
6570                 updated and corrected French translation
6571
6572 2002-03-10 [hoa]        0.7.3claws5
6573
6574         * src/account.c
6575         * src/inc.c
6576         * src/prefs_account.c
6577         * src/procmsg.c
6578         * src/send.[ch]
6579                 fixed the local account.
6580                 you have to change the default "/usr/sbin/sendmail"
6581                 to "/usr/sbin/sendmail -t" in the preferences of
6582                 the local account.
6583
6584         * src/procmime.c
6585                 removed some debug display for renderer
6586
6587 2002-03-10 [paul]       0.7.3claws4
6588
6589         * faq/en/sylpheed-faq-1.html
6590           faq/en/sylpheed-faq-2.html
6591                 update
6592
6593 2002-03-09 [paul]       0.7.3claws3
6594
6595         * sync with sylpheed 0.7.4
6596                 see ChangeLog entry 2002-03-09
6597
6598 2002-03-08 [paul]       0.7.3claws2
6599
6600         * faq/en/sylpheed-faq*
6601           faq/es/sylpheed-faq*
6602           faq/fr/sylpheed-faq*
6603                 update the FAQs
6604
6605         * manual/fr/.cvsignore
6606           manual/fr/Makefilea.am
6607           manual/fr/sylpheed*
6608           src/mainwindow.c
6609           src/manual.[ch]
6610                 add the French manual
6611
6612 2002-03-07 [paul]       0.7.3claws1
6613
6614         * sync with sylpheed 0.7.3cvs4
6615                 see ChangeLog entries  2002-03-06 and 2002-03-07
6616         
6617         * po/nl.po
6618                 updated by Wilbert Berendsen
6619
6620 2002-03-07 [melvin]     0.7.2claws34
6621
6622         * src/selective_download.c
6623                 Changed the pixmap of the receive button to MAIL_RECEIVE.
6624
6625 2002-03-06 [paul]       0.7.2claws33
6626
6627         * sync with sylpheed 0.7.3cvs1
6628                 bug fix, see ChangeLog entry 2002-03-05
6629
6630 2002-03-05 [paul]       0.7.2claws32
6631
6632         * src/mimeview.c
6633           src/pgptext.[ch]
6634           src/procmsg.c
6635                 reverse the pgp ascii-armored code implemented in 
6636                 0.7.2claws16. removal of this code until it matures.
6637                 this means that verifying ascii-armored pgp sigs and
6638                 automatic decryption of ascii-armored encrypted
6639                 messages no longer works.
6640
6641 2002-03-05 [paul]       0.7.2claws31
6642
6643         * configure.in
6644           Makefile.am
6645         * faq/Makefile.am
6646         * faq/en/Makefile.am
6647           faq/en/sylpheed-faq.html
6648           faq/en/sylpheed-faq-1.html
6649           faq/en/sylpheed-faq-2.html
6650           faq/en/sylpheed-faq-3.html
6651         * faq/es/Makefile.am
6652           faq/es/sylpheed-faq.html
6653           faq/es/sylpheed-faq-1.html
6654           faq/es/sylpheed-faq-2.html
6655           faq/es/sylpheed-faq-3.html
6656           faq/es/sylpheed-faq-4.html
6657         * faq/fr/Makefile.am
6658           faq/fr/sylpheed-faq.html
6659           faq/fr/sylpheed-faq-1.html
6660           faq/fr/sylpheed-faq-2.html
6661           faq/fr/sylpheed-faq-3.html
6662         * src/Makefile.am
6663           src/defs.h
6664           src/mainwindow.c
6665           src/manual.[ch]
6666                 add FAQs in English, Spanish and French
6667
6668
6669 2002-03-05 [paul]       0.7.2claws30
6670
6671         * manual/en/sylpheed.html
6672           manual/en/sylpheed-XX.html
6673                 updated the English manual
6674
6675 2002-03-05 [hoa]        
6676
6677         * src/summaryview.c
6678                 dialog box pops up if the article can't be deleted.
6679
6680 2002-03-04 [paul]       
6681         
6682         * po/pt_BR.po
6683                 updated by Fabio Junior Benedito
6684
6685 2002-03-04 [hoa]
6686
6687         * removed ac/gpgme.m4
6688                 to avoid autogen common problem
6689                 developers have to install gpgme development package now
6690
6691         * src/compose.c
6692                 encoding to 7bit or 8bit is enabled.
6693
6694 2002-03-03 [alfons]     0.7.2claws29
6695
6696         * src/pop.c
6697                 merge fix by Oliver Haertel for selective
6698                 download buglet
6699
6700 2002-03-03 [paul]       0.7.2claws28
6701         
6702         * sync with sylpheed 0.7.3
6703
6704 2002-03-03 [paul]       0.7.2claws27
6705
6706         * sync with sylpheed 0.7.2cvs24
6707                 see ChangeLog entries 2002-03-02 and 2002-03-03
6708
6709 2002-03-02 [melvin]     0.7.2claws26
6710
6711         * src/inc.[ch]
6712         * src/main.c
6713         * src/mainwindow.c
6714         * src/prefs_common.[ch]
6715                 Added user definable notification on new mail arrival.
6716                 Removed unused variables in spell checker prefs code.
6717
6718 2002-03-02 [melvin]     0.7.2claws25
6719
6720         * src/quote_fmt.c
6721                 Removed unnecessary escape sequences.
6722                 Changed 'Initial...' to 'Initials of Sender'
6723
6724 2002-03-02 [paul]       0.7.2claws24
6725
6726         * sync with sylpheed 0.7.2cvs22
6727                 see ChangeLog entry 2002-03-01
6728
6729 2002-03-01 [hoa]        0.7.2claws23
6730
6731         * src/mainwindow.c
6732                 Set sensitivity of delete actions to active
6733                 even if the folder is a newsgroup.
6734
6735         * src/summaryview.c
6736                 - Set sensitivity of delete actions
6737                 - Added function check_permission() that will check if the
6738                   user is authorized to delete a message. For news, it
6739                   will check if the author is the same.
6740                 - Enabled deletion when there is no trash folder.
6741
6742         * src/news.[ch]
6743                 - Added news_cancel_article() to cancel articles
6744                 - Implemented news_remove_message() (public function)
6745
6746 2002-03-01 [paul]       0.7.2claws22
6747
6748         * src/gtkutils.c
6749           src/textview.c
6750                 recognise urls that that don't include 'http://' and
6751                 simply begin 'www.' 
6752
6753         * AUTHORS
6754                 remove duplicated name
6755
6756 2002-02-28 [paul]       0.7.2claws21
6757
6758         * src/mainwindow.c
6759           src/summaryview.[ch]
6760                 add ability to 'Select thread'
6761                 combines Melvin's "Select thread's head" patch (#510907)
6762                 with Colin Leroy's <colin@colino.net> "Select whole thread" 
6763                 patch (#518514) 
6764
6765 2002-02-28 [paul]       0.7.2claws20
6766
6767         * src/mimeview.c
6768                 hopefully fix segfault on right-clicking a mime part
6769                 that some people have experienced.      
6770                 fix submitted by Fredrik Olofsson <frol@linux.nu>
6771
6772 2002-02-28 [paul]       0.7.2claws19
6773
6774         * sync with sylpheed 0.7.2cvs21
6775                 see ChangeLog entries 2002-02-27 and 2002-02-28
6776
6777 2002-02-27 [paul]       0.7.2claws18
6778
6779         * sync with sylpheed 0.7.2cvs18
6780                 see ChangeLog entries 2002-02-26 and 2002-02-27
6781
6782 2002-02-26 [alfons]     0.7.2claws17
6783
6784         * src/procheader.c
6785                 #undef ALLOW_HEADER_HINT (this was supposed to be undef'ed)
6786                 (spotted by Chris Hessman <idatech@gmx.net>)
6787
6788 2002-02-26 [paul]       0.7.2claws16
6789
6790         * src/mimeview.c
6791           src/pgptext.[ch]
6792           src/procmsg.c
6793                 make decryption of ascii-armored pgp encrypted messages
6794                 and verification of ascii-armored signatures work again.
6795                 slightly altered from the patch by Jens Jahnke 
6796                 <jan0sch@gmx.net>
6797
6798                 ##FIX ME##
6799                 * the checking of plaintext signatures always comes up in 
6800                   a popup box
6801                 * it doesn't work for multipart messages 
6802                 * all lines above "-----BEGIN PGP SIGNED MESSAGE-----\nHash: SHA1",
6803                   including the msg headers and these 2 line themselves, are 
6804                   not displayed
6805
6806         * src/mainwindow.c
6807                 "View/Folder Tree" becomes "View/Separate Folder Tree"
6808                 "View/Message View" becomes "View/Separate Message View"
6809                 because its less ambiguous.
6810
6811         * po/es.po
6812                 updated by Ricardo Mones Lastra
6813
6814 2002-02-26 [paul]       0.7.2claws15
6815
6816         * sync with sylpheed 0.7.2cvs17
6817                 see ChangeLog entries 2002-02-25 and 2002-02-26
6818
6819 2002-02-25 [christoph]  0.7.2claws14
6820
6821         * src/filtering.[ch]
6822         * src/inc.c
6823                 do filtering stuff after all messages have been received
6824                   1. drop all messages to .processing
6825                   2. scan processing folder for messages
6826                   3. filter messages or move to inbox
6827                 this will also find old messages left in processing after
6828                 a crash or something like that and we get a real msginfo
6829                 from folder->get_msg_list and do not have to create our
6830                 own in filter_message
6831         * src/matcher_parser_parse.y
6832                 remove MIX/MAX warning (reordered includes)
6833
6834 2002-02-25 [paul]       0.7.2claws13
6835
6836         * sync with sylpheed 0.7.2cvs15
6837                 see ChangeLog entry 2002-02-24
6838
6839 2002-02-24 [alfons]     0.7.2claws12
6840
6841         * src/filtering.c
6842                 clear old color flags first when applying a new color to
6843                 a message info. 
6844                 (spotted by Lo'oRiS il Kabukimono <lo_oris@libero.it>)
6845
6846 2002-02-24 [alfons]     0.7.2.claws11
6847         
6848         * AUTHORS
6849         * src/prefs_common.c
6850                 add presets for Opera and Konqueror, closes patch #517261,
6851                 submitted by Ville Skyttä <scop@users.sourceforge.net>
6852
6853 2002-02-24 [alfons]     0.7.2.claws10
6854
6855         * AUTHORS
6856         * src/summaryview.c
6857                 fix threading for null message ids, closes patch #521601,
6858                 submitted by Bob Forsman <hammor@users.sourceforge.net>
6859
6860 2002-02-24 [alfons]     0.7.2claws9
6861
6862         * src/summaryview.c
6863         * src/filtering.c
6864                 make Tool | Filter Message work with filtering system so
6865                 setting flags also works
6866
6867                 TODO:
6868
6869                 - Processing uses the same function as Tool | Filter
6870                   Message, but doesn't use the same update proc yet
6871
6872 2002-02-23 [paul]       0.7.2claws8
6873
6874         * sync with sylpheed 0.7.2cvs14
6875                 see ChangeLog entries 2002-02-22 and 2002-02-23
6876
6877 2002-02-22 [christoph]  0.7.2claws7
6878
6879         * src/quote_fmt.c
6880                 Add column space to table
6881         * src/quote_fmt_parse.y
6882                 Close files
6883
6884 2002-02-22 [paul]       0.7.2claws6
6885
6886         * src/Makefile.am
6887           src/defs.h
6888           src/filtering.c
6889           src/inc.[ch]
6890           src/mainwindow.c
6891           src/matcher.[ch]
6892           src/matcher_parser_lex.l
6893           src/matcher_parser_parse.y
6894           src/pop.[ch]
6895           src/prefs_account.h
6896           src/prefs_filtering.c
6897           src/selective_download.[ch]   *** NEW FILES ***
6898           src/utils.[ch]
6899           po/POTFILES.in
6900                 Selective Download added to 'Tool' menu. 
6901                 Retrieves email headers of the currently selected pop3 
6902                 account and allows the user to mark emails for deletion 
6903                 right on the pop3 server. Patch submitted by Oliver Haertel 
6904                 <oha@users.sourceforge.net>.
6905         
6906         * po/POTFILES.in
6907                 add 'src/quote_fmt.c'           
6908
6909 2002-02-22 [christoph]  0.7.2claws5
6910
6911         * src/Makefile.am
6912                 added quote_fmt.c
6913         * src/prefs_common.[ch]
6914         * src/prefs_template.c
6915         * src/quote_fmt.c               *** NEW FILE ***
6916         * src/quote_fmt.h
6917                 move quote format symbol description code
6918                 to it's own file because it is used from
6919                 differnent code parts
6920                 Rewrote symbol description GUI
6921                   + use table
6922                   + add separators
6923                   + get data from array (no more long constant strings)
6924         * src/quote_fmt_lex.l
6925         * src/quote_fmt_parse.y
6926                 Symbol for Literal % changed to \% instead of %%
6927                 (More logical as \ is used for quoting for other symbols)
6928                 Add |f and |p to include files and program output
6929                 Examples:
6930                     |f{/home/.../.signature}
6931                     |p{date}
6932         * po/de.po
6933                 Correct wrong spelling for "Referenzen"
6934
6935 2002-02-21 [paul]       0.7.2claws4
6936
6937         * src/procmsg.c
6938                 forgotten during sync
6939
6940 2002-02-21 [paul]       0.7.2claws3
6941
6942         * sync with sylpheed 0.7.2cvs11
6943                 see ChangeLog entries 2002-02-17, 2002-02-18, 2002-02-19,
6944                 2002-02-20 and 2002-02-21
6945
6946 2002-02-20 [melvin]     0.7.2claws2
6947
6948         * src/prefs_actions.c
6949                 Added error report when child cannot fork or when execvp 
6950                 returns with an error.
6951
6952 2002-02-19 [christoph]  0.7.2claws1
6953
6954         * src/codeconv.c
6955                 return unconverted text if conde conversion is not possible
6956                 when libjconv is used.
6957                 (patch submitted by "Simon 'corecode' Schubert")
6958
6959 2002-02-19 [paul]       
6960
6961         * version 0.7.2claws release
6962
6963 2002-02-19 [paul]       0.7.2claws
6964
6965         * po/nl.po
6966                 updated by Wilbert Berendsen
6967
6968
6969 2002-02-18 [alfons]     0.7.1claws13
6970
6971         * src/syldap.c
6972         * src/jpilot.c
6973                 remove references to dlfcn and explicitly loading functions
6974                 from dynalink libs, because libs linked anyway, and functions
6975                 are loaded explicitly
6976
6977 2002-02-17 [melvin]     0.7.1claws12
6978
6979         * src/prefs_actions.c
6980                 Replaced children wait loop with double fork technique.
6981                 Now, input/output window updated at each new output.
6982                 free_children(): Fixed a memory leak.
6983                 Made input/output window non closable if running children
6984                 still exist.
6985                 Added missing <unistd.h> include.
6986                 Added some --debug outputs.
6987
6988 2002-02-17 [melvin]     0.7.1claws11
6989
6990         * src/summaryview.c
6991                 Fixed bug where descending sort order did not select top
6992                 message.
6993
6994 2002-02-17 [melvin]     0.7.1claws10
6995
6996         * acconfig.h
6997                 Added PSPELL_PATH macro and removed obsolete ISPELL_PATH
6998         * src/prefs_common.c
6999                 Pspell data package directory no more hard coded but
7000                 set during configuration (PSPELL_PATH). (Thanks to 
7001                                 Gustavo Noronha Silva.)
7002
7003 2002-02-17 [melvin]     0.7.1claws9
7004
7005         * configure.in
7006                 Added PSPELL_PATH macro and removed obsolete ISPELL_PATH
7007         * src/gtkspell.c
7008                 Fixed compile-time warnings.
7009
7010 2002-02-16 [alfons]     0.7.1claws8
7011
7012         * src/filesel.c
7013                 fix inadvertent free of NULL pointer which caused
7014                 sylpheed to crash when closing the save-as dialog
7015                 using the window close button
7016
7017 2002-02-16 [carsten]    0.7.1claws7
7018         * src/mainwindow.[ch]
7019           src/summaryview.c
7020           src/prefs_common.c
7021                 fixes for pixmap theming code:
7022                         - recently changed mail attributes shouldn't get
7023                           lost any longer
7024                         - theme is only reloaded iff another theme was
7025                           selected
7026
7027 2002-02-16 [paul]       0.7.1claws6
7028
7029         * sync with sylpheed 0.7.2 release
7030                 see ChangeLog entry 2002-02-15 and 2002-02-16
7031
7032 2002-02-15 [paul]       0.7.1claws5
7033
7034         * sync with sylpheed 0.7.1cvs9
7035                 see ChangeLog entry 2002-02-15
7036
7037         * po/POTFILES.in
7038                 remove unneeded headerwindow.c entry
7039
7040 2002-02-14 [carsten]    0.7.1claws4
7041         * src/summaryview.c
7042                 fixed a bug for "Go to next unread message": there was
7043                 an endless loop if NEXTUNREADMSGDIALOG_ASSUME_NO was set
7044                 in the prefs, because of doing "Search again" instead
7045                 "No"
7046
7047 2002-02-14 [carsten]    0.7.1claws3
7048         * src/stock_pixmap.c
7049                 removed 2 more mem leaks; following memprof,
7050                 this code is "leak free" now :)
7051
7052 2002-02-14 [carsten]    0.7.1claws2
7053         * src/stock_pixmap.c
7054                 used opendir/readdir/closedir instead of scandir
7055                 -> code should work now on Solaris
7056
7057 2002-02-14 [paul]       0.7.1claws1
7058
7059         * sync with sylpheed 0.7.1cvs8
7060                 see ChangeLog entries 2002-02-13 and 2002-02-14
7061
7062         * README.claws
7063                 add some description of Actions and Pixmap Themes
7064
7065 2002-02-13 [paul]       
7066
7067         * version 0.7.1claws release
7068
7069 2002-02-13 [paul]       0.7.1claws
7070
7071         * po/es.po
7072           po/it.po
7073           po/pt_BR.po
7074                 updated translations, submitted by Ricardo Mones Lastra,
7075                 Alessandro Maestri and Fabio Junior Beneditto
7076
7077 2002-02-13 [melvin]     0.7.0claws75
7078
7079         * src/prefs_actions.c
7080                 Added missing "signal.h" include
7081
7082 2002-02-13 [melvin]     0.7.0claws74
7083
7084         * src/prefs_folder_item.c
7085                 Added missing "config.h" include
7086         * po/fr.po
7087                 Updated French translation for folder propriety.
7088
7089 2002-02-13 [jens]       0.7.0claws73
7090
7091         * po/POTFILES.in
7092                 Added missing src/prefs_folder_item.c [log added by melvin]
7093         * po/de.po
7094                 Updated German translation.
7095
7096 2002-02-13 [melvin]     0.7.0claws72
7097
7098         * po/fr.po
7099                 Updated French translation.
7100
7101 2002-02-13 [melvin]     0.7.0claws71
7102
7103         * src/gtkutils.c
7104                 Made gtkut_editable_get_selection return NULL if selection
7105                 is of length zero.
7106                 This fixes a bug where selecting part of message A then
7107                 switching to message B and replying to it will not
7108                 quote the message's body.
7109
7110 2002-02-12 [paul]       0.7.0claws70
7111
7112         * src/mainwindow.c
7113                 cosmetic, relating to pixmap themes: on toolbar make 
7114                 updating of 'Exec' and 'Compose news/Compose email'
7115                 icons faster.
7116
7117 2002-02-12 [carsten]    0.7.0claws69
7118         * src/folderview.c
7119           src/mainwindow.[ch]
7120           src/stock_pixmap.c
7121           src/summaryview.c
7122           src/prefs_common.c
7123                 - refreshing after changing pixmap theme better
7124                   now (thanks Paul)
7125                 - wanted to remove some mem leaks, but alfons was
7126                   faster (and had the better solution ;)
7127
7128 2002-02-12 [alfons]     0.7.0claws68
7129
7130         * src/prefs_common.c
7131         * src/stock_pixmap.[ch]
7132                 plug mem leaks, refactor code a little bit
7133
7134
7135 2002-02-12 [sergey]     0.7.0claws67
7136
7137         * src/imap.c
7138                 Fixed problem with copying messages to IMAP folders when the
7139                 server uses something other than '/' as a namespace separator
7140                 (cyrus-imapd uses '.').
7141
7142 2002-02-12 [jens]       0.7.0claws66
7143
7144         * po/de.po
7145                 Updated German Translation
7146
7147 2002-02-12 [paul]       0.7.0claws65
7148
7149         * sync with sylpheed 0.7.1cvs1
7150                 see ChangeLog entry 2002-02-12
7151
7152 2002-02-12 [melvin]     0.7.0claws64
7153
7154         * src/prefs_actions.c
7155                 Fixed "feature" where children's output was duplicated 
7156                 instead of refreshed while monitoring.
7157                 Removed some debug code.
7158
7159 2002-02-12 [christoph]  0.7.0claws63
7160
7161         * src/compose.c
7162                 always delete message from queue after sending/send error
7163                 (closes bug #509601)
7164
7165 2002-02-12 [melvin]     0.7.0claws62
7166
7167         * src/prefs_actions.c
7168                 Children wait loop is now triggered with a timeout of 1s
7169                 Added %F which is replaced with the list of filenames 
7170                 of all selected messages (as suggested by Ricardo Mones Lestra)
7171                 Pipe syntax changed. Prefix with | to send selection, postfix
7172                 with | to retrieve output. Prefix with > or * to send
7173                 user definable input to the command (*: input is hidden)
7174                 Old pipe action should now be postfixed with |, too.
7175
7176 2002-02-12 [carsten]    0.7.0claws61 (more 59.75)
7177         * src/stock_pixmap.c
7178                 fixed a bug: if there's no theme directory don't
7179                 throw an error, just do "nothing" (thanks Alfons)
7180
7181 2002-02-12 [carsten]    0.7.0claws60
7182         * src/folderview.c
7183           src/summaryview.c
7184                 had to write the cache twice (nasty!); some marks would 
7185                 get lost if not
7186
7187 2002-02-11 [carsten]    0.7.0claws59
7188         * acconfig.h
7189           configure.in
7190           doc-src/maintainer_guide.txt
7191           src/compose.[ch]
7192           src/defs.h
7193           src/folderview.[ch]
7194           src/gtkutils.[ch]
7195           src/mainwindow.[ch]
7196           src/prefs_common.[ch]
7197           src/stock_pixmap.[ch]
7198           src/summaryview.[ch]
7199                 pixmap theming and related work on pixmap
7200                 handling on some other places
7201                 (e.g. hrm features for all folder)
7202           src/pixmap/stock_*.xpm -> the stock_ was removed
7203         
7204 2002-02-11 [paul]       0.7.0claws58
7205
7206         * sync with sylpheed 0.7.1 release
7207                 see ChangeLog entries 2002-02-11
7208
7209 2002-02-08 [paul]       0.7.0claws57
7210
7211         * sync with sylpheed 0.7.0cvs39
7212                 see ChangeLog entry 2002-02-07 (last entry) 
7213
7214         * src/prefs_actions.c
7215           src/prefs_filtering.c
7216           src/prefs_matcher.c
7217           src/prefs_scoring.c
7218                 sync: made it compile with C compilers other than gcc
7219
7220 2002-02-07 [paul]       0.7.0claws56
7221
7222         * sync with sylpheed 0.7.0cvs38
7223                 see ChangeLog entries 2002-02-06 (last 2 entries) and
7224                 2002-02-07
7225
7226 2002-02-07 [darko]      0.7.0claws55
7227
7228         * src/gtkutils.[ch]
7229         * src/summaryview.c
7230                 Fix const gchar */gchar * issue (thanks Hiro)
7231
7232 2002-02-07 [darko]      0.7.0claws54
7233
7234         * src/compose.[ch]
7235         * src/filtering.c
7236         * src/gtkutils.[ch]
7237         * src/prefs_template.c
7238         * src/quote_fmt.h
7239         * src/quote_fmt_parse.y
7240         * src/summaryview.c
7241         * src/utils.[ch]
7242                 When replying or forwarding an email don't quote the entire
7243                 mail body but use the part of the message text that is selected
7244
7245 2002-02-06 [melvin]     0.7.0claws53
7246
7247         * src/prefs_common.[ch]
7248         * src/gtkspell.[ch]
7249         * src/compose.c
7250                 Made possible to switch quickly to last used dictionary
7251                 which makes checking bilingual documents easier.
7252
7253 2002-02-06 [melvin]     0.7.0claws52
7254         
7255         * po/POTFILES.in
7256                 Added forgotten new file src/prefs_actions.c
7257
7258 2002-02-06 [melvin]     0.7.0claws51
7259
7260         * src/prefs_actions.c   ** NEW FILE **
7261         * src/prefs_actions.h   ** NEW FILE **
7262                 Added actions to execute on message text view, or on the
7263                         message's file.
7264         * src/Makefile.am
7265                 Added src/prefs_actions.[ch]
7266         * src/compose.c
7267                 Added new menu "Edit/Actions"
7268         * src/defs.h
7269                 Added new actionsrc file.
7270         * src/main.c
7271                 Added actionsrc reading.
7272         * src/mainwindow.c
7273                 Added new menus "Edit/Actions" and "Configuration/Actions..."
7274         * src/prefs_common.h
7275                 Added new element actionslst element to prefs_common.
7276
7277 2002-02-06 [paul]       0.7.0claws50
7278
7279         * sync with sylpheed 0.7.0cvs36
7280                 see ChangeLog entry 2002-02-06
7281
7282 2002-02-05 [paul]
7283
7284         * po/es.po
7285                 updated by Ricardo Mones Lastra
7286
7287 2002-02-05 [paul]       0.7.0claws49
7288
7289         * sync with sylpheed 0.7.0cvs33
7290                 see ChangeLog entries 2002-02-04 (last 4 entries) and 2002-02-05
7291
7292 2002-02-05 [paul]       0.7.0claws48
7293
7294         * src/compose.c
7295                 re-add 'Edit/Advanced/Delete entire line', previously named
7296                 'Delete Line+'
7297
7298 2002-02-04 [paul]       0.7.0claws47
7299
7300         * src/compose.c
7301           src/summaryview.c
7302                 fix bug #494993 (Reply All not taking Reply-To into consi)
7303                 eliminate differences in behaviour of right-click 'Reply to all' 
7304                 in summary view and 'Reply to all' on the toolbar. 
7305                 fix bug where Reply-To gets ignored by 'Reply to all' in summary
7306                 view and From gets ignored by 'Reply to all' on toolbar.
7307                 fix bug where 'Reply to all' on toolbar uses To twice and ignores
7308                 From when no Reply-To header is present.
7309
7310 2002-02-04 [paul]       0.7.0claws46
7311
7312         * sync with sylpheed 0.7.0cvs30
7313                 see ChangeLog entries 2002-02-03 and 2002-02-04
7314
7315 2002-02-03 [melvin]     0.7.0claws45
7316
7317         * src/gtkspell.[ch]
7318                 Readded function to highlight all misspelled words.
7319                 Fixed bug where user-provided-words did not replace
7320                         correctly the misspelled word when using the mouse.
7321                 Fixed bug where checking a region selected from right to left did
7322                         not check the region at all.
7323                 Fixed bug where 'Check backwards' may not check at all. 
7324                 Fixed memory leaks where popup menus and accel_groups were not destroyed.
7325                 Fixed possible buffer overflow when checking for long strings (>1k).
7326                 Made cursor and scrollbar positions non changing after uncheck_all/check_all.
7327                 Accelerators code uses now gtk_widget_add_accel.
7328                 Removed and disabled obsolete and unfinished code.
7329                 Cleaning up.
7330
7331         * src/compose.c
7332                 Added menu item to Highlight all misspelled words.
7333
7334 2002-02-01 [paul]       0.7.0claws44
7335
7336         * src/mainwindow.c
7337                 fix '/View/Hide read messages' sensitivity when all
7338                 messages in a folder are hidden
7339
7340 2002-02-01 [paul]       0.7.0claws43
7341
7342         * src/main.c
7343                 add --send option to command line interface, sends all
7344                 queued mail. Patch submitted by Ricardo Mones Lastra.
7345
7346 2002-01-31 [paul]       0.7.0claws42
7347
7348         * src/mainwindow.c
7349                 add '/View/Hide read messages' to main_window_set_menu_sensitive()
7350
7351 2002-01-31 [paul]       0.7.0claws41
7352
7353         * sync with sylpheed 0.7.0cvs27
7354                 see ChangeLog entries 2002-01-30 (src/mh.c, src/prefs_common.c)
7355                 and 2002-01-31
7356
7357         * src/textview.c
7358                 comment out elements of textview_show_part() as temporary
7359                 workaround for attachment 'Display as text' bug 
7360
7361         * po/pt_BR.po
7362                 updated by Fabio Junior Beneditto
7363
7364 2002-01-30 [paul]       0.7.0claws40
7365
7366         * sync with sylpheed 0.7.0cvs24
7367                 see ChangeLog entries 2002-01-29 (src/prefs_common.c)
7368                 and 2002-01-30
7369
7370         * src/compose.c
7371                 add {N_("/_Spelling"), ... "<Branch>"} to 
7372                 GtkItemFactoryEntry compose_entries[]
7373
7374         * src/prefs_common.c
7375                 add claws menu items to prefs_keybind_apply_clicked()
7376                 and remove non-claws menu items
7377
7378 2002-01-29 [paul]       0.7.0claws39
7379
7380         * sync with sylpheed 0.7.0cvs22
7381                 see ChangeLog entries 2002-01-28 and 2002-01-29
7382
7383 2002-01-28 [melvin]     0.7.0claws38
7384
7385         * src/compose.c
7386                 Added the declartion of compose_send_control_enter.
7387
7388         * src/compose.c
7389         * src/gtkspell.[ch]
7390                 Added in a 'Spelling' menu which includes the configuration menu. 
7391                 Added a real 'Check all' and got rid from the old one which only
7392                 highlited misspelled word.
7393                 Made 'Check while typing' a disableable option.
7394                 Added a dialog when there are no more misspelled word.
7395                 Added a dialog if error occurs when switching to a dictionary.
7396         
7397         * src/prefs_common.[ch]
7398                 Added option for the default 'Check while typing' option.
7399
7400
7401 2002-01-28 [alfons]     0.7.0claws37
7402
7403         * src/compose.c
7404                 fix buglet and make code comply with sylpheed code style
7405
7406 2002-01-28 [paul]       0.7.0claws36
7407
7408         * sync with sylpheed 0.7.0cvs19
7409                 see ChangeLog entries for 2002-01-28
7410
7411 2002-01-28 [hoa]        0.7.0claws35
7412
7413         * src/defs.h
7414                 added rendererrc
7415
7416         * src/main.c
7417                 read the renderer config
7418
7419         * src/procmime.[ch]
7420                 use the renderer config to convert mime attachments
7421
7422         * src/textview.c
7423                 don't use textview_show_html/ertf,
7424                 use get_text_content instead
7425
7426 2002-01-27 [alfons]     0.7.0claws34
7427         
7428         * src/news.c
7429                 make sylpheed believe it can delete a news message...
7430                 (messages are NOT deleted, maybe we should remove
7431                 processing from the folder properties after all.)
7432
7433 2002-01-27 [alfons]     0.7.0claws33
7434
7435         * src/folder.c
7436                 add extra checks
7437         * src/news.c
7438                 implement remove_msg() 
7439
7440 2002-01-27 [alfons]     0.7.0claws32
7441
7442         * src/procmsg.h
7443         * src/procheader.c
7444         * src/messageview.c
7445                 fix return receipt / disposition notification again. this
7446                 stuff seems to break on _every_ major summary UI change, so
7447                 it's now implemented using a flag which is saved in the
7448                 marks cache
7449                 
7450 2002-01-26 [alfons]     0.7.0claws31
7451
7452         * src/import.c
7453                 let import dialog show the destination folder identifier
7454
7455 2002-01-26 [melvin]     0.7.0claws30
7456
7457         * src/folderview.c
7458         * src/summaryview.c
7459                 Readded 'Mark all read' into summary view popup menu
7460                 Added 'Mark all read' in folder view popup menu for IMAP
7461                 and NNTP.
7462                 Made it insensitive if the selected folder is not the shown
7463                 one to avoid 'Mark all read' on the wrong folder.
7464                 
7465 2002-01-26 [paul]       0.7.0claws29
7466
7467         * src/folderview.c
7468           src/summaryview.c
7469                 move 'Mark all read' from summary view to folder view
7470                 menu. (adapted from) patch submitted by Jeremy Andrews,
7471                 <lists@kerneltrap.com>
7472
7473 2002-01-25 [alfons]     0.7.0claws28
7474
7475         * src/gtkstext.c
7476                 put the gtk class name back so GtkSText adapts the 
7477                 settings of GtkText
7478
7479 2002-01-25 [alfons]     0.7.0claws27
7480
7481         * src/folderview.c 
7482                 assimilate Ricardo's patch that shows pixmaps instead of
7483                 plain "new" and "unread" texts in the folder view column
7484                 headers 
7485
7486 2002-01-25 [paul]       0.7.0claws26
7487
7488         * src/Makefile.am
7489                 add $(GPGME_CFLAGS) to INCLUDES so that gpgme can 
7490                 be found in non-standard locations. 
7491                 Closes Patch #507976, submitted by Stoyan Genov, <sdg@rila.bg>
7492
7493 2002-01-25 [paul]       0.7.0claws25
7494
7495         * sync with sylpheed 0.7.0cvs16
7496                 see ChangeLog entry 2002-01-25
7497
7498 2002-01-24 [paul]       0.7.0claws24
7499
7500         * more sync with sylpheed 0.7.0cvs15
7501                 get_file_size_as_clrf(), see ChangeLog entry 2002-01-23
7502
7503 2002-01-23 [sergey]     0.7.0claws23
7504
7505         * src/importldif.c
7506                 Fixed segfault when closing LDIF import wizard with
7507                 the window manager.
7508         * src/imageview.c
7509         * src/imageview.h
7510         * src/messageview.c
7511         * src/mimeview.c
7512                 Fixed wrong scrolling position after switching between
7513                 text and image parts.
7514
7515 2002-01-23 [paul]       0.7.0claws22
7516
7517         * sync with sylpheed 0.7.0cvs15
7518                 see ChangeLog entries 2002-01-22 and 2002-01-23
7519
7520 2002-01-21 [melvin]     0.7.0claws21
7521
7522         * src/prefs_scoring.c
7523         * src/prefs_filtering.c
7524                 Fixed bug where scoring and filtering windows stopped
7525                 autochecking.
7526
7527 2002-01-21 [paul]       0.7.0claws20
7528
7529         * sync with sylpheed 0.7.0cvs12
7530                 see ChangeLog entries 2002-01-20 and 2002-01-21
7531
7532 2002-01-21 [carsten]    0.7.0claws19
7533         * src/mainwindow.c
7534         * src/menu.[ch]
7535         * src/messageview.[ch]
7536         * src/summaryview.[ch]
7537                 changes to shortcuts handling again:
7538                         + "Q" now controled by mainwin
7539                         + v/V are now customizable and have slightly
7540                           different meanings
7541                 the "button" to minimize the messageview (and maximize
7542                 the summary view) is a real button now
7543         * src/compose.c
7544                 "Delete Line+" added to Edit/Advanced (this will also
7545                 delete the '\n')
7546
7547 2002-01-20 [melvin] 0.7.0claws18
7548
7549         * src/addressbook.c
7550                 Made "Bcc" sensitive when addressbook is called from
7551                 compose window (it was a Claws only bug).
7552
7553 2002-01-19 [alfons] 0.7.0claws17
7554
7555         * src/inc.c
7556                 prevent unnecessary updates when currently selected folder has
7557                 no new messages 
7558
7559 2002-01-19 [alfons] 0.7.0claws16
7560         
7561         * src/summaryview.c
7562                 prevent writing the cache based on current message list in summary 
7563                 view when filtering also put messages in currently selected folder
7564
7565 2002-01-19 [paul]
7566
7567         * po/it.po
7568                 Italian translation submitted by Alessandro Maestri
7569                 <a.maestri@cs.tin.it>
7570
7571 2002-01-18 [melvin]     0.7.0claws15
7572
7573         * src/prefs_filters.c
7574                 fixed bug where 'cancel' from 'filters' window stops autochecking
7575                 if the timer timed out  when the window was open.
7576
7577 2002-01-18 [match]      0.7.0claws14
7578
7579         * src/addrclip.[ch]     ** NEW FILE **
7580         * src/addrselect.[ch]   ** NEW FILE **
7581         * src/adbookbase.h      ** NEW FILE **
7582                 addressbook cut, copy and paste
7583         * src/addrbook.[ch]
7584         * src/addrcache.[ch]
7585         * src/addressitem.h
7586         * src/addrindex.[ch]
7587         * src/addritem.[ch]
7588         * src/importldif.c
7589         * src/importmutt.c
7590         * src/jpilot.[ch]
7591         * src/syldap.[ch]
7592         * src/vcard.[ch]
7593         * src/jpilot.[ch]
7594         * src/editbook.c
7595         * src/editjpilot.c
7596         * src/editldap.c
7597         * src/editvcard.c
7598                 support for copy/paste
7599         * src/addressbook.c
7600                 support for copy/paste
7601                 tidy up menu option processing
7602                 correct address list function arguments
7603         * src/editaddress.c
7604                 sort user attributes
7605         * src/ldif.h
7606         * src/mutt.h
7607                 tidy up
7608
7609         * src/addrbook.[ch]
7610         * src/addrbook.[ch]
7611         * src/addrbook.[ch]
7612                 
7613
7614 2002-01-18 [paul]       0.7.0claws13
7615
7616         * sync with sylpheed 0.7.0cvs8
7617                 configure.in: support Mac OS X (Darwin)
7618
7619 2002-01-18 [carsten]    0.7.0claws12
7620         * src/html.c
7621                 small hack to fix a segfault with an empty href
7622                 (reported by Alexandra Walford <deeni@altern.org>)
7623         * src/mainwindow.c
7624         * src/summaryview.c
7625                 the shortcuts for Mark und Mark as unread are hardcoded
7626                 again
7627         * src/compose.c
7628         * src/gtkstext.[ch]
7629                 readded the shortcuts in gtkstext but made them
7630                 customizeable (simply by adding a menu plus a wrapper
7631                 to compose.c)
7632
7633 2002-01-17 [melvin]     0.7.0claws11
7634
7635         * src/gtkspell.c
7636                 fix default dictionary not being saved.
7637
7638 2002-01-16 [darko]      0.7.0claws10
7639
7640         * src/compose.c
7641                 fix wrapping crash with URL longer than wrapping margin
7642
7643 2002-12-08 [hoa]        0.7.0claws10
7644
7645         * src/matcher_parser_parse.y
7646                 fixed some bugs
7647
7648         * src/prefs_filtering.c
7649                 now, we can use bounce action in the dialog box.
7650
7651 2002-01-16 [carsten]    0.7.0claws9
7652         * src/gtkstext.c
7653                 removed the <control> and <alt> shortcuts because they're
7654                 not needed and interefered with the "normal" shortcuts
7655         * src/mainwindow.c
7656         * src/summaryview.c
7657                 removed most of the hardcoded shortcuts and assigned
7658                 them to menu entries making them easy customizable by
7659                 that
7660
7661 2002-01-16 |melvin]     0.7.0claws8
7662
7663         * src/gtkspell.c
7664                 fixed bug where using the mouse and when the compose
7665                 window is not on top may result in a crash.
7666
7667 2002-01-16 [melvin]     0.7.0claws7
7668
7669         * src/compose.c
7670                 fixed a long standingspell checker bug which could 
7671                 cause a crash after sending a message.
7672
7673 2002-01-16 [paul]       0.7.0claws6
7674
7675         * sync with sylpheed 0.7.0cvs7
7676                 see ChangeLog entries 2002-01-10, 2002-01-11, 2002-01-14,
7677                 2002-01-15, and 2002-01-16
7678
7679 2002-01-16 [melvin]     0.7.0claws5
7680
7681         * README.claws
7682         * src/compose.c
7683         * src/gtkspell.[ch]
7684         * src/main.c
7685                 Heavily modified spell checker code to work around
7686                 ispell bug, to add keyboard shortcuts and for future
7687                 enhancements. See README.claws for usage information.
7688
7689 2002-01-15 [alfons]     0.7.0claws4
7690         
7691         * src/summaryview.c
7692                 change gtk_ctree_sort_node() into gtk_ctree_sort_recursive()
7693                 so sorting within threads reflects sort mode
7694
7695 2002-01-15 [christoph]  0.7.0claws3
7696
7697         * src/procmsg.c
7698                 added alertpanel if mail sending failed
7699
7700 2002-01-15 [alfons]     0.7.0claws2
7701         
7702         * src/prefs_filtering.c
7703                 don't stop timer when prefs filtering dialog is opened
7704
7705 2002-01-14 [alfons]     0.7.0claws1
7706
7707         * src/addr_compl.c
7708         * src/prefs.c
7709                 remove debug_print()s for privacy reasons
7710
7711 2002-01-14 [darko]      0.7.0claws
7712
7713         * README.claws
7714                 quotation wrapping is now also in the main branch
7715
7716 2002-01-14 [paul]
7717
7718         * tools/filter_conv.pl
7719                 allow for Boolean Op and case-sensitivity
7720                 this file is included in the release and tagged
7721                 'rel_0_7_0'
7722
7723 2002-01-13 [paul]       0.7.0claws
7724
7725         * release 0.7.0, with cvs tag 'rel_0_7_0'
7726
7727 2002-01-13 [paul]
7728
7729         * tools/filter_conv.pl
7730         * tools/README
7731                 rewritten to output to matcherrc instead of filteringrc
7732
7733         * po/es.po
7734                 updated Spanish translation by Ricardo Mones Lastra
7735
7736 2002-01-13 [alfons]
7737
7738         * po/nl.po
7739                 update dutch translation
7740
7741 2002-01-13 [paul]
7742
7743         * po/pt_BR.po
7744                 Updated by Fabio Junior Beneditto 
7745
7746 2002-01-13 [melvin]     0.6.6claws53
7747
7748         * po/fr.po
7749                 Updated french translation
7750
7751 2002-01-12 [alfons]     0.6.6claws52
7752
7753         * src/filtering.c
7754                 plug mem leak that has been sitting there for ages              
7755
7756 2002-01-12 [alfons]     0.6.6claws51
7757
7758         * src/summaryview.c
7759                 undo melvin's changes from 0.6.6claws48 because summary
7760                 view now refuses to select first unread message when
7761                 selecting a folder 
7762
7763 2002-01-11 [alfons]     0.6.6claws50
7764
7765         * src/import.c
7766                 use claws' semantics for getting folder item when
7767                 importing an mbox file into a folder 
7768                 (submitted by Dale P. Smith)
7769
7770 2002-01-11 [christoph]  0.6.6claws49
7771
7772         * src/prefs.h
7773                 set sensitivity in SET_TOGGLE_SENSITIVITY macro from
7774                 toggle widget, because non static prefs can not use
7775                 prefs_set_* functions
7776         * src/prefs_account.c
7777                 toggle smtp auth password field sensitivity if
7778                 user id is empty and add descrition of usage for
7779                 these fields
7780         * src/prefs_folder_item.c
7781                 use SET_TOGGLE_SENSITIVITY macro to instead of extra
7782                 callbacks
7783
7784 2002-01-11 [melvin]     0.6.6claws48
7785
7786         * src/compose.c
7787                 fix the 'Ctrl-Enter' feature for sending and test really
7788                 for 'Ctrl-Enter' (as Ctrl-Space is also used for activating
7789                 editables which was not documented in Gtk)
7790
7791         * src/summaryview.c
7792                 Made summaryview refresh after sorting and not before.
7793
7794 2002-01-11 [christoph]  0.6.6claws47
7795
7796         * src/compose.c
7797                 select account from account ids if possible and
7798                 correctly set save folder for copy in reedit
7799
7800 2002-01-10 [paul]       0.6.6claws46
7801
7802         * sync with sylpheed 0.7.0 release
7803                 see ChangeLog entries 2002-01-07, 2002-01-08 and
7804                 2002-01-09
7805
7806 2002-01-09 [alfons]
7807
7808         * src/summaryview.c
7809                 remove more dirt traces...
7810
7811 2002-01-09 [alfons]
7812         
7813         * src/summaryview.c
7814                 clean up some traces of my debugging stuff
7815
7816 2002-01-09 [alfons]     0.6.6claws45
7817
7818         * src/filtering.c
7819                 break up filteringprop_apply() in three separate pieces
7820                 so we can drop messages that failed processing in the
7821                 inbox
7822
7823         * src/summaryview.c
7824                 fix bug #469598 "no refresh of inbox after filter" which 
7825                 was introduced by the new summary view locking, and which 
7826                 prevented the summary view to update after a manual filter 
7827                 message. claw's filter message requires a summary_show().
7828                 (aargh, summary_show() again! :-)
7829                 
7830 2002-01-07 [alfons]     0.6.6claws44
7831
7832         * src/headerwindow.c
7833         * src/logwindow.c
7834         * src/messageview.c
7835         * src/sourcewindow.c
7836                 bring in Hiro's last 0.7.0 wm class fixes
7837
7838         * tools/sylprint.pl
7839                 bring in Ricardo's fix for sylprint script
7840
7841         * AUTHORS       
7842         * src/rfc2015.[ch]
7843         * src/prefs_common.[ch]
7844         * src/prefs_account.[ch]
7845         * src/compose.c
7846                 clean up account preference poison in rfc2015,
7847                 and preparation to fix double sign bug 
7848                 (patch submitted by Simon 'corecode' Schubert)
7849
7850 2002-01-07 [christoph]  0.6.6claws43
7851
7852         * src/mh.c
7853                 search for free message number, do not only rely
7854                 on last_num
7855         * src/send.c
7856                 fix smtp auth and use extra account information
7857                 if available, if not use pop3 data instead
7858                 (closes bug #500341)            
7859         * src/ssl.[ch]
7860                 match coding style
7861
7862 2002-01-06 [alfons]     0.6.6claws42
7863
7864         * src/mainwindow.c
7865                 try making the separate windows work again...
7866
7867 2002-01-06 [alfons]     0.6.6claws41
7868
7869         * src/mainwindow.c
7870                 adapt Hiro's separate window menu (to get rid of the funny
7871                 duplicate menu items), and make it work again
7872
7873 2002-01-06 [alfons]     0.6.6claws40
7874
7875         * tools/Makefile.am
7876         * tools/sylprint.rc
7877         * tools/sylprint.pl
7878         * tools/README.sylprint
7879                 add sylprint script for printing mails from Sylpheed
7880                 (contributed by Ricardo Mones Lastra)
7881
7882         * src/acount.c
7883                 clean up
7884
7885 2002-01-06 [melvin]     0.6.6claws39
7886
7887         * src/mainwindow.c
7888         * src/summaryview.c
7889                 Fixed crash introduced in 0.6.6claws38 by the menu
7890                 reorganisation (Hide read messages)
7891         
7892         * ChangeLog.claws 
7893                 Fixed typo (we are now in 2002, alfons ;) )
7894
7895 2002-01-05 [alfons]     0.6.6claws38
7896
7897         * sync with sylpheed 0.6.6cvs10-17
7898                 (last stuff marked as LAST_STABLE)
7899
7900 2002-01-04 [melvin]     0.6.6claws37
7901
7902         * src/account.c
7903                 Made account selection code use strcasestr again instead of
7904                 g_strcasecmp (fixes bug where reediting queued messages
7905                 did not select proper account reported by T. Link).
7906         
7907         * src/folderview.c
7908                 Fix bug where folder icons are not shown when 'hide read messages'
7909                 is on.
7910         
7911         * src/stock_pixmaps.[ch]
7912                 Added folder icons for 'hide read messages'.
7913         
7914         * src/compose.c
7915                 Fixed bug where 'Enter' in a header entry will send the message 
7916                 if 'CTL-Enter' was chosen as a shorcut for sendind. 
7917
7918 2002-01-03 [melvin]     0.6.6claws36
7919         
7920         * src/prefs.[ch]
7921                 Added popup menu for common preferences and
7922                 account preferences (right click on tab displays
7923                                 a menu of all tabs.)
7924
7925 2002-01-02 [melvin]     0.6.6claws35
7926
7927         * src/gtkspell.[ch]
7928                 Made spelling code compatible with undo/redo feature.
7929                 Added creation of suggestion mode menu for the general
7930                         preferences.
7931         
7932         * src/prefs_common.[ch]
7933                 Added option menu for the speller's suggestion mode.
7934                 Added missing spaces in "..." buttons and made a "..."
7935                         button non translatable!
7936         
7937         * src/compose.c
7938                 Made speller use the default suggestion mode.
7939                 Hack to make it possible to choose 'CTRL-Enter' as a
7940                         shortcut for sending (and only for sending).
7941
7942         * src/prefs_folder_item.c
7943                 Changing subject simplification does not update cache 
7944                         anymore (because it is unnecessary).
7945                 Fixed bug where changing subject simplification updated the 
7946                         summaryview even when the viewed folder is not the
7947                         folder which properties are being changed. (E.g. 
7948                                         viewing folder A and changing
7949                                         the subject simplification of 
7950                                         folder B -not being viewed- updated the 
7951                                         summaryview of folder A with data of
7952                                         folder B). (Hope this is clear... )
7953
7954 2001-12-31 [alfons]     0.6.6claws34
7955         
7956         * src/ldif.c
7957         * src/mutt.c
7958                 fgetc() returns a signed integer which doesn't
7959                 fit in a char. so c truncates this to a char
7960                 but we may lose significant bits. i.e. we may
7961                 comparing 0xFF which may not be equal to -1
7962                 unless properly casted to signed char which
7963                 we won't do because fgetc() returns a signed
7964                 integer which doesn't fit in a char. so c 
7965                 truncates this to a char but we may lose 
7966                 significat bits. (you got the idea, thanks
7967                 to Gustavo Noronha Silva <kov@debian.org>
7968                 and the Debian folks!)
7969
7970 2001-12-30 [alfons]     0.6.6claws33
7971
7972         * src/prefs_common.c
7973                 add #ifdef USE_PSPELLs that Melvin forgot               
7974
7975 2001-12-30 [melvin]     0.6.6claws32
7976         
7977         * src/prefs_common.[ch]
7978                 Added configurable color for misspelled words.
7979
7980         * src/gtkspell.[ch]
7981                 Fixed bug of foreground text color (reported by David
7982                                 Mehrmann)
7983                 Added configurable color for misspelled words.
7984
7985 2001-12-30 [alfons]     0.6.6claws31
7986
7987         * src/folder.c
7988                 remove unnecessary things someone put there
7989
7990         * src/mh.c
7991         * src/folder.[ch]
7992                 make folder properties (like threading and sorting) persistent
7993                 (closes bug #497424 "rescan folder tree resets proprieties")
7994                 currently this is only for MH folders. 
7995
7996 2001-12-29 [melvin]     0.6.6claws30
7997
7998         * src/string_match.[ch]
7999                 Optimized a bit: regexp pattern buffer compiled only once, and
8000                   one subroutine call removed. Fixed ^ regexp search: Now, 
8001                   "(^Re: )|(^Hello)" removes only "Re: " from "Re: Hello".
8002         
8003         * src/summaryview.c
8004                 Subject filtering changed to filter summary columns and
8005                   not directly the messages subject cache. The loss in 
8006                   performance is balanced by the improvement of string_match.
8007                 Added an alert panel if there is an error in the regexp.
8008
8009         * src/src/prefs_folder_item.h
8010                 Added a regexp pattern buffer.
8011
8012 2001-12-28 [alfons]     0.6.6claws29
8013
8014         * src/string_match.[ch]
8015                 clean up name space
8016                 allow compilation *BSD
8017
8018 2001-12-27 [alfons]     0.6.6claws28
8019
8020         * src/filter.c
8021                 sync the Hiro's bug fix for BSD
8022
8023 2001-12-27 [melvin]     0.6.6claws27
8024         
8025         * src/compose.c
8026                 Simplify focus to subject entry code.
8027
8028 2001-12-27 [darko]      0.6.6claws26
8029
8030         * src/filtering.c
8031         * src/mbox_folder.c
8032         * src/messageview.c
8033         * src/mh.c
8034         * src/procheader.[ch]
8035         * src/procmsg.h
8036         * src/stock_pixmap.[ch]
8037         * src/summaryview.c
8038                 Show key icon for encrypted mails in summary view
8039
8040         * src/pixmaps/clip.xpm
8041         * src/pixmaps/clipkey.xpm
8042         * src/pixmaps/key.xpm
8043                 New/modified icons for the above
8044
8045 2001-12-27 [melvin]     0.6.6claws25
8046
8047         * src/prefs_common.c
8048                 Put spell checker options in a separate tab to decrease
8049                 the Common Preferences window height.
8050
8051         * README.claws  
8052                 Update spell checker usage instruction about its options
8053                 location.
8054
8055 2001-12-27 [melvin]     0.6.6claws24
8056
8057         * src/compose.c
8058                 Changed subject entry widget position. Initial focus is
8059                 on the To header instead of the subject entry.
8060                 Creating a new header scrolls the header list to make the
8061                 created one visible. Nevertheless, when automatically filling
8062                 headers, the first one is shown.
8063                 A Tab key press in the last empty header entry zips the 
8064                 focus to the subject entry.
8065                 (I did not change the combo boxes, yet)
8066
8067 2001-12-26 [alfons]     0.6.6claws23
8068
8069         * src/prefs_account.c
8070         * src/inc.c
8071                 allow default inbox to reside in another mailbox (only
8072                 works for POP3 accounts)
8073
8074 2001-12-26 [alfons]     0.6.6claws22
8075         
8076         * src/textview.c
8077                 make reply-on-click work with the account of the selected folder
8078         * src/compose.c
8079                 put a fixme here to remind me to fix finding correct default
8080                 account for nested folders
8081
8082 2001-12-25 [alfons]     0.6.6claws21
8083
8084         * src/summaryview.c
8085                 make column headers display locked and mark pixmaps (idea by Melvin) 
8086                 fix bug by adding score and locked column type to sort array
8087
8088 2001-12-25 [alfons]     0.6.6claws20
8089         
8090         * src/summaryview.c
8091                 catch a *potentially* inadvertent write back of  
8092                 the message cache(s) introduced by 0.6.5claws37
8093
8094 2001-12-25 [christoph]  0.6.6claws19
8095
8096         * src/stock_pixmap.[ch]
8097         * src/summaryview.c
8098                 add ignore thread pixmap
8099                 (can someone draw a better icon for this?)
8100
8101 2001-12-24 [alfons]     0.6.6claws18
8102
8103         * src/prefs_folder_item.c
8104                 make address completion actually work for the
8105                 Default To address in the Folder Property dialog.
8106
8107 2001-12-24 [alfons]     0.6.6claws17
8108         
8109         * src/summaryview.c
8110                 use new style regexp for subject stripping 
8111                 (patch submitted by Thomas Link <t.link.tmp200101@gmx.net>)
8112
8113 2001-12-24 [darko]      0.6.6claws16
8114
8115         * src/pgptext.c
8116         * src/rfc2015.c
8117                 move GPG related informational messages to debug mode
8118
8119 2001-12-23 [alfons]     0.6.6claws15
8120
8121         * src/stock_pixmap.[ch]
8122         * src/summaryview.c
8123                 add the forgotten Claws' locked pixmap
8124
8125 2001-12-23 [alfons]     0.6.6claws14
8126
8127         * src/filesel.c
8128                 accept file name typed in entry in multi file
8129                 selector (patch submitted by Gustavo Noronha Silva 
8130                 <kov@debian.org>)
8131
8132 2001-12-23 [alfons]     0.6.6claws13
8133
8134         * src/prefs_filter.c
8135         * src/prefs_filtering.c
8136         * src/matcher.c
8137         * src/importmutt.c
8138                 clean up a little bit
8139         
8140         * src/string_match.c
8141                 validate input strings a little bit more
8142
8143 2001-12-23 [alfons]     0.6.6claws12
8144
8145         * src/Makefile.am
8146         * src/summaryview.c
8147         * src/string_match.[ch]         ** NEW **
8148         * src/folderview.[ch]
8149         * src/headerview.h
8150         * src/folder.[ch]
8151         * src/prefs_folder_item.[ch]
8152                 add subject simplification to strip out strings from
8153                 a subject line (esp. handy for mailing lists). 
8154                 (original patch by by Thomas Link <t.link.tmp200101@gmx.net>,
8155                 but slightly changed things for better integration.)
8156
8157 2001-12-23 [alfons]     0.6.6claws11
8158
8159         * src/mainwindow.c
8160                 fix bug introduced by submission included in 0.6.5claws52.
8161                 ideally this submission should clean the trash if any trash
8162                 folder has a message. however, the hasTrash variable was
8163                 set to false whenever a trash folder was empty (discarding
8164                 a previously found *filled* trash folder.)
8165
8166                 also edited the code a little bit and made it more safe.
8167
8168 2001-12-22 [alfons]     0.6.6claws10
8169
8170         * src/imap.c
8171                 quick fix for Martin Pool's omission of an account
8172                 specific SSL setting
8173
8174 2001-12-22 [alfons]     0.6.6claws9
8175
8176         * src/compose.c
8177         * src/messageview.c
8178         * src/mimeview.c
8179         * src/pgptext.c
8180         * src/procmime.[ch]
8181                 better support for multipart/digest (submitted
8182                 by Fredrik <e98fo@efd.lth.se>)
8183
8184 2001-12-22 [alfons]     0.6.6claws8
8185
8186         * src/addressbook.c
8187                 correct function signature
8188         * src/socket.[ch]
8189         * src/imap.[ch]
8190         * src/prefs_account.[ch]
8191                 allow IMAP over SSH tunnel (patch submitted by 
8192                 Martin Pool <mbp@samba.org>)
8193
8194 2001-12-21 [alfons]     0.6.6claws7
8195
8196         * sync with sylpheed 0.6.6cvs4-9
8197                 (may have forgotten something: LAST_STABLE is 0.6.6claws6)
8198
8199 2001-12-21 [christoph]  0.6.6claws6
8200
8201         * src/compose.c
8202         * src/prefs_folder_item.[ch]
8203                 implement saving of outgoing messages to current folder.
8204                 fix segfault when no default outbox is available
8205                 (closes bug #495683)
8206
8207 2001-12-21 [carsten]    0.6.6claws5
8208         * src/folderview.c
8209         * src/summaryview.c
8210                 pressing CTRL while DND does now the expected thing and
8211                 copies the mail (moving is still the default, as this
8212                 seam more appropriate for handling mails by DND)
8213
8214 2001-12-18 [paul]       0.6.6claws4
8215
8216         * sync with sylpheed 0.6.6cvs3
8217                 see ChangeLog entries 2001-12-18
8218
8219 2001-12-18 [hiro]       0.6.6claws3
8220
8221         * src/undo.c
8222                 fix for multibyte characters (obtain the number of letters
8223                 instead of bytes).
8224
8225 2001-12-17 [paul]       0.6.6claws2
8226
8227         * sync with sylpheed 0.6.6cvs1
8228                 see ChangeLog entry 2001-12-16
8229
8230 2000-12-17 [alfons]     0.6.6claws1
8231
8232         * src/filtering.c
8233                 clean up
8234
8235 2001-12-16 [paul]       0.6.6claws
8236 2001-12-15
8237
8238         * Release version 0.6.6claws, cvs tag: rel_0_6_6
8239
8240         * src/mimeview.c
8241                 last minute sync with main 0.6.6
8242
8243         * po/es.po
8244                 updated by Ricardo Mones Lastra
8245                 update for last minute sync
8246         * po/fr.po
8247         * po/nl.po
8248                 update for last minute sync
8249         * po/de.po
8250                 updated by Jens Oberender
8251         * po/pt_BR.po
8252                 updated by Fabio Junior Beneditto
8253
8254         * src/prefs_common.[ch]
8255         * src/undo.c
8256                 number of undo levels is user configurable
8257                 (squeeze it into the release in the dying
8258                 moments) Submitted by Jens Oberender    
8259
8260 2001-12-15 [melvin]
8261
8262         * po/fr.po
8263                 updated french translation
8264
8265 2001-12-15 [paul]       0.6.5claws92
8266
8267         * sync with sylpheed 0.6.5cvs28
8268                 see ChangeLog entry 2001-12-14 (src/prefs_account.c)
8269
8270         * po/nl.po
8271                 update to allow for sync
8272
8273 2001-12-15 [alfons]
8274         
8275         * po/nl.po
8276                 update dutch translation
8277
8278 2001-12-14 [carsten]    0.6.5claws91
8279         * src/summaryview.c
8280                 fixed bug #473785; also after changing the column order
8281                 the same message will be selected and displayed as before
8282                 the reordering
8283
8284 2001-12-14 [carsten]    0.6.5claws90
8285         * src/folderview.c
8286                 probably found the bug reported by wwb opening or closing
8287                 a folder tree just before dnd (found the solution in the
8288                 balsa source -- thanks to them)
8289
8290 2001-12-14 [carsten]    0.6.5claws89
8291         * src/gtkutils.c
8292         * src/account.c
8293                 moved gtk_clist_moveto to the right place, so that
8294                 only the accounts dialog is effected on opening
8295
8296 2001-12-14 [carsten]    0.6.5claws88
8297         * src/gtkutils.c
8298                 gtkut_clist_set_focus_row does a gtk_clist_moveto
8299                 now, so that the focused row will be seen in any case
8300                 (reported by wwp on sf-claws-user)
8301
8302 2001-12-14 [darko]      0.6.5claws87
8303
8304         * src/compose.c
8305                 remove unnecessary line
8306
8307 2001-12-14 [paul]       0.6.5claws86
8308
8309         * sync with sylpheed 0.6.5cvs27
8310                 see ChangeLog entries 2001-12-14
8311
8312 2001-12-14 [carsten]    0.6.5claws85
8313         * src/mainwindow.c
8314                 following a suggestion of Melvin the rcoabm pops up
8315                 right under the button now and the button is reliefed
8316                 while the popup is open
8317
8318 2001-12-14 [darko]      0.6.5claws84
8319
8320         * src/compose.c
8321                 fix crash when wrapping long lines if linewrap quotation
8322                 is disabled and wrapper encounters a word spanning more
8323                 than one line
8324
8325 2001-12-13 [paul]       0.6.5claws83
8326
8327         * src/compose.c
8328                 prefer 'Reply-To' header over mailing list header when
8329                 replying to a message. Finally prevent all those confirmation 
8330                 messages being sent to the list itself.
8331
8332         * src/summaryview.c
8333                 remove unused summary_set_menu_sensitive() entry
8334
8335 2001-12-13 [paul]       0.6.5claws82
8336
8337         * src/folderview.c
8338         * src/pixmaps/inbox-hrm.xpm     ** NEW FILE **
8339         * src/pixmaps/outbox-hrm.xpm    ** NEW FILE **
8340         * src/pixmaps/trash-hrm.xpm     ** NEW FILE **
8341                 improvements to 'Hide read messages': Inbox, Outbox,
8342                 Trash, Queue, and Draft icons now reveal presence of hidden 
8343                 messages
8344
8345 2001-12-12 [alfons]     0.6.5claws81
8346
8347         0.6.5claws80 was tagged as LAST_STABLE
8348
8349         * src/filtering.[ch]
8350         * src/matcher.[ch]
8351         * src/matcher_parser_lex.c
8352                 fix the filtering; my last attempt to get it right, 
8353                 if it does not work, it's Hoa's turn. ;-)
8354
8355                 for my honourable peers:
8356                 
8357                 the code now makes a clear distinction between
8358                 rules as they are displayed (probably escaped),
8359                 and as they are executed (probably unescaped). the
8360                 parser does *NOT* do any unescaping, this is
8361                 the task of the matcher.c (which breaks up a
8362                 rule into condition) and the filtering.c (which
8363                 breaks up the rule's action). to make this
8364                 run happily we provide an unescaped copy of
8365                 crucial strings to the MatcherProp and 
8366                 FilteringAction structures. note that the only
8367                 exception to this is any REGEXP string. those
8368                 are directly passed to regcomp() and regexp()
8369                 (who have much more powerful unescape functions).
8370                 
8371                 for everyone else:
8372         
8373                 you can escape tab (\t), carriage return (\r),
8374                 linefeed (\n), form feed (\f), quote (\"), 
8375                 single quote (\'), bell (\b) in all the entry
8376                 lines in the scoring & filtering dialogs.
8377                 as an added bonus this should not affect
8378                 existing filtering rules.
8379
8380 2001-12-12 [carsten]    0.6.5claws80
8381
8382         * src/summaryview.c
8383         * po/de.po
8384                 "item(s) selected" is now sensitive to 1 or more
8385                 than one selected (nice for language where simple
8386                 adding of a "s" is not possible as German (Eintrag
8387                 ->Eintr"age)
8388                 
8389                 the "forward as attachment" entry from the right
8390                 click menu removed, "forward" acts following the
8391                 prefs
8392         
8393         * src/textview.c
8394                 reverted my former changes; so compiler warning again
8395                 but there's more GTK_TEXT/GTK_STEXT mixing on other places
8396                 nevertheless
8397
8398         * src/messageview.c
8399                 "search in message" does now *not* only work in MVIEW_TEXT
8400                 messages, but also in a MIMEVIEW_TEXT part of MVIEW_MIME
8401                 message
8402
8403         * src/mainwindow.c
8404                 removed "/File/_Close" as it was the same as "/File/E_xit"
8405                 and we don't need it two times
8406
8407                 the separate folder view and message view now get a distinct
8408                 WMCLASS, just in case someone is using sawfish ;-)
8409
8410                 as the menu entries "/View/Message view" and "/View/Folder tree"
8411                 are only doing something when SEPARATE_MESSAGE or SEPARATE_FOLDER
8412                 make them sensitive accordingly and as these two are "shown"
8413                 after startup anytime check this menuitem at startup
8414
8415 2001-12-12 [paul]       0.6.5claws79
8416
8417         * src/folderview.c
8418                 fix sensitivity of 'Search folder...', broken in
8419                 0.6.5claws75
8420
8421         * src/mainwindow.c
8422                 fix dodgy English
8423
8424 2001-12-11 [carsten]    0.6.5claws78
8425         * src/filtering.c
8426                 fixed two typos returning a wrong FALSE/TRUE
8427         * src/mainwindow.[ch]
8428                 extra menu for email/news button removed
8429
8430 2001-12-11 [alfons]     0.6.5claws77
8431         
8432         * src/matcher.c                 (1.3)
8433         * src/matcher_parser_lex.l      (1.28)
8434                 revert for another attempt
8435                 mark 0.6.5claws77 as LAST_STABLE
8436
8437 2001-12-11 [christoph]  0.6.5claws76
8438
8439         * po/de.po
8440                 fixed wrong translation for prev. unread msg
8441
8442 2001-12-11 [paul]       0.6.5claws75
8443
8444         * src/folder.[ch]
8445         * src/folderview.c
8446         * src/mainwindow.c
8447         * src/summaryview.[ch]
8448         * src/pixmaps/dir-open-hrm.xpm  ** NEW FILE **
8449                 enable ability to hide read messages on per folder basis via 
8450                 '/Summary/Hide read messages'; when selected, a folder will 
8451                 have a red open folder icon, instead of a blue icon, if the 
8452                 folder contains hidden messges
8453                 submitted by Thomas Link <t.link.tmp200101.gmx.net> 
8454
8455         * src/mainwindow.c
8456                 remove '/Message/Forward as attachment' from 
8457                 main_window_set_menu_sensitive() to prevent debug warning
8458
8459         * src/folderview.c
8460         * src/mainwindow.c
8461                 Clean up some of the English
8462
8463         * tools/newscache_clean.pl
8464                 allow for new 'hidereadmsgs' entry in folderlist.xml
8465
8466         * po/es.po
8467                 updated translation, submitted by Ricardo Mones Lastra
8468
8469 2001-12-11 [paul]       0.6.5claws74
8470
8471         * sync with sylpheed 0.6.5cvs25
8472                 see ChangeLog entry 2001-12-11
8473
8474 2001-12-10 [alfons]     0.6.5claws73
8475
8476         * src/matcher.c
8477                 add more control characters
8478         * src/matcher_parser_lex.l
8479                 make escaping / unescaping work again
8480
8481 2001-12-10 [alfons]     0.6.5claws72
8482
8483         * src/imap.c
8484                 clean up warnings "returning value for void function" 
8485         * src/prefs_filtering.c
8486                 make info button for execute action sensitive
8487
8488 2001-12-10 [paul]       0.6.5claws71
8489
8490         * src/compose.c
8491         * src/imap.[ch]
8492         * src/summaryview.c
8493                 fix: imap server now gets informed of MARKED, UNMARKED
8494                 and REPLY events. Now people can use different IMAP-Mail
8495                 clients and have the exact same information about MARKED,
8496                 UNMARKED and REPLY status with all of them. Especially
8497                 useful for imap servers with a web-frontend.
8498                 submitted by Tobias Sandhaas <medlor@web.de>
8499
8500 2001-12-09 [melvin]     0.6.5claws70
8501         
8502         * src/textview.[ch]
8503                 fixed bug #490076 (hunted down by Alfons who implemented
8504                 a workaround in 0.6.5claws65)
8505
8506 2001-12-09 [christoph]  0.6.5claws69
8507
8508         * src/summaryview.c
8509                 set pointer to string in LOCKED column to NULL
8510                 (might fix bug #490800)
8511
8512 2001-12-09 [carsten]    0.6.5claws68
8513
8514         * po/de.po
8515                 resolved some cluttered menu shortcuts 
8516                 ('creating new email' and 'creating news message'
8517                 hade the same)
8518         * src/compose.c
8519                 wmclass now distinc from main window
8520         * src/mainwindow.c
8521           src/mainwindow.h
8522                 email/news and forward button functionality similar
8523                 to the reply buttons; removed the ugly dropdown arrows
8524                 and use instead the right mouse button
8525
8526 2001-12-09 [paul]       0.6.5claws67
8527
8528         * src/imap.c
8529         * src/utils.h
8530                 allow spaces in imap folder names
8531                 submitted by Willem van Engen <wvengen@stack.nl>
8532
8533 2001-12-09 [paul]       0.6.5claws66
8534
8535         * sync with sylpheed 0.6.5cvs24
8536                 see ChangeLog entry 2001-12-09
8537
8538 2001-12-08 [alfons]     0.6.5claws65
8539
8540         * src/textview.c
8541                 prevent secondary selection claim after "add to sender" dialog
8542                 popped up. this is because there's a GDK_BUTTON_RELEASE pending.
8543                 we trick GTK by simulating a click at (0, 0) in the textview.
8544
8545 2001-12-08 [hoa]        0.6.5claws64
8546
8547         * src/folder.c
8548                 fixed a bug about the .processing folder name while filtering
8549
8550 2001-12-08 [alfons]     0.6.5claws63
8551
8552         * src/folderview.c 
8553                 work around problem of not correctly updating folder stats
8554                 when deleting messages. there's some folder scanning evil
8555                 going so the folderview_update_msg_num() does not work
8556                 correctly. need to investigate this.
8557
8558 2001-12-08 [paul]       0.6.5claws62
8559
8560         * sync with sylpheed 0.6.5cvs23
8561                 see ChangeLog entry 2001-12-08
8562
8563 2001-12-07 [christoph]  0.6.5claws61
8564
8565         * src/compose.c
8566                 fix another header translation problem
8567
8568 2001-12-07 [alfons]     0.6.5claws60
8569
8570         * src/mbox.c
8571                 make filtering also work on local spool mbox
8572
8573 2001-12-07 [carsten]    0.6.5claws59
8574         * src/addressbook.c
8575                 addressbook window gets a wmclass distinct from the main
8576                 sylpheed window
8577         * src/compose.h
8578         * src/mainwindow.[ch]
8579                   forward menu item will use mode selected in prefs, forward 
8580                 as attatchment in menu removed (will be substituted in the
8581                 toolbar similar to reply buttons)
8582                   create news message menu entry and news button is now 
8583                 sensitive to the existance of a news account
8584         * src/pixmaps/stock_mail_reply_quote.xpm           ** REMOVED **
8585         * src/pixmaps/stock_mail_reply_to_all_quote.xpm    ** REMOVED **
8586         * src/pixmaps/stock_mail_reply_to_sender_quote.xpm ** REMOVED **
8587                 these are removed because the toolbar buttons don't show
8588                 the quoting modus any longer
8589
8590 2001-12-07 [paul]
8591
8592         * tools/newscache_clean.pl      ** NEW FILE **
8593                 perl script to do some tidying up in the newscache directory 
8594                 
8595         * tools/sylpheed-switcher       ** NEW FILE **
8596                 perl script to enable easy switching between main and claws
8597                 
8598         * tools/README
8599                 added descriptions of the two new perl scripts          
8600
8601
8602 2001-12-07 [melvin]     0.6.5claws58
8603
8604         * src/messageview.c
8605                 fixed a warning during compilation introduced in 0.6.5claws56
8606
8607 2001-12-07 [paul]       0.6.5claws57
8608
8609         * src/mainwindow.[ch]
8610         * src/menu.[ch]
8611                 further usability enhancements to replying with or without 
8612                 quoting via the toolbar, use of Ctrl key is replaced by 
8613                 drop down menu 
8614                 Submitted by Carsten Schurig            
8615
8616 2001-12-07 [melvin]     0.6.5claws56
8617
8618         * src/messageview.c
8619                 hack to fix bug that prevented to make/paste selections
8620                 after switching between MVIEW_TEXT and MVIEW_MIME views
8621                 without deselecting the selection first.
8622
8623 2001-12-06 [alfons]     0.6.5claws55
8624
8625         * src/filtering.[ch]
8626         * src/inc.c
8627                 revise filtering a little bit more, and make sure
8628                 messages are delivered to the appropriate inbox
8629                 (perhaps set per account)
8630
8631 2001-12-06 [paul]       0.6.5claws54
8632
8633         * sync with sylpheed 0.6.5cvs22
8634                 see ChangeLog entry 2001-12-06
8635
8636 2001-12-05 [alfons]     0.6.5claws53
8637
8638         * src/inc.c
8639         * src/folder.[ch]
8640         * src/procmsg.c
8641         * src/filtering.c
8642                 more revisions of filtering system
8643                 (last stable version is marked as LAST_STABLE)
8644                 
8645                 | NOTE 1): the filtering system now uses a local folder called
8646                 | .processing. if filtering fails, check this directory
8647                 | for missing messages.
8648                 |
8649                 | NOTE 2): help us find the filtering actions still missing
8650
8651 2001-12-05 [paul]       0.6.5claws52
8652
8653         * src/mainwindow.c
8654                 fix bug where 'Empty Trash?' pop-up window appears even
8655                 when Trash is empty, submitted by Jesse Skinner         
8656
8657 2001-12-05 [melvin]     0.6.5claws51
8658
8659         * src/compose.c
8660                 fixed bug #486106 to select correct account when reediting 
8661                 a queued message
8662         
8663 2001-12-04 [alfons]     0.6.5claws50
8664
8665         * src/mh.c
8666                 declare markfile in appropriate functions when
8667                 no fchmod() is found (thanks to Mark Heerdink <marc@koelkast.net>
8668                 for spotting this)
8669
8670 2001-12-04 [paul]       0.6.5claws49
8671
8672         * sync with sylpheed 0.6.5cvs21
8673                 see ChangeLog entry 2001-12-04
8674
8675 2001-12-03 [christoph]  0.6.5claws48
8676
8677         * po/de.po
8678                 changed translation of undo
8679         * src/account.c
8680         * src/folder.c
8681                 don't reinvent the wheel to traverse a GNode
8682         * src/compose.[ch]
8683                 seperate code to create the compose gui into functions
8684                 add "Others" page with folder selection for saving copy
8685                 of the message.
8686                 the folder identifier is saved to queue header
8687         * src/procmsg.c
8688                 save message to folder in queue header
8689
8690 2001-12-03 [paul]       0.6.5claws47
8691
8692         * sync with sylpheed 0.6.5cvs20
8693                 see ChangeLog entry 2001-12-03
8694
8695 2001-12-01 [paul]
8696
8697         * more sync with sylpheed 0.6.5cvs19
8698                 see ChangeLog entry 2001-11-29
8699
8700 2001-11-30 [paul]       0.6.5claws46
8701         
8702         * src/compose.c
8703                 remove conflicts introduced by Hoa's last commit
8704          
8705         * src/mainwindow.c
8706                 make 'Message/Bounce' sensitive
8707
8708 2001-11-30 [hoa]        0.6.5claws45
8709
8710         * src/compose.c
8711                 slightly change bounce function to add
8712                 information about the user that bounced the mail
8713                 in the From header line.
8714
8715         * src/folderview.c
8716                 permit the use of processing in outbox folder.
8717
8718 2001-11-29 [paul]       0.6.5claws44
8719
8720         * src/mainwindow.[ch]
8721         * src/prefs_common.c
8722         * src/pixmaps/stock_mail_reply_quote.xpm            ** NEW FILE **
8723         * src/pixmaps/stock_mail_reply_to_all_quote.xpm     ** NEW FILE **
8724         * src/pixmaps/stock_mail_reply_to_author_quote.xpm  ** NEW FILE **
8725                 usability enhancements to the quoting, implements
8726                 use of Ctrl key to toggle quoting settings
8727                 Submitted by Carsten Schurig <Carsten.Schurig@web.de>
8728
8729 2001-11-29 [paul]       0.6.5claws43
8730         
8731         * sync with sylpheed 0.6.5cvs19
8732                 see ChangeLog entry 2001-11-28
8733
8734 2001-11-29 [melvin]     0.6.5claws42
8735         * src/Makefile.am
8736                 added enriched.[ch] to the list of files
8737
8738         * src/textview.c
8739         * src/mimeview.c
8740         * src/procmime.[ch]
8741         * src/enriched.[ch]
8742                 added support to view text/enriched
8743                 added support to show headers in message view for text/enriched and text/html
8744                         in non multipart messages
8745
8746 2001-11-28 [paul]       0.6.5claws41
8747
8748         * more sync with sylpheed 0.6.5cvs18
8749                 see ChangeLog entry 2001-11-27 (src/prefs_common.c)
8750
8751 2001-11-27 [paul]       0.6.5claws40
8752         
8753         * po/pt_BR.po
8754                 updated translation, submitted by Fabio Junior Beneditto
8755                 
8756         * sync with sylpheed 0.6.5cvs18
8757                 see ChangeLog entries 2001-11-26 (src/textview.c) and
8758                 2001-11-27
8759
8760
8761 2001-11-26 [paul]
8762
8763         * po/es.po
8764                 updated translation, submitted by Ricardo Mones Lastra
8765
8766 2001-11-26 [alfons]
8767
8768         * src/matcher.c
8769                 add more translatable strings
8770
8771 2001-11-26 [christoph]  0.6.5claws39
8772
8773         * po/de.po      
8774                 fixed one more umlaut
8775         * src/compose.c
8776                 fix translated header when it should not be translated
8777
8778 2001-11-26 [paul]       0.6.5claws38
8779
8780         * src/mainwindow.c
8781                 remove '/Message/Add Sender to address book' from 
8782                 main_window_set_menu_sensitive(), prevent debug warning
8783                 add 'Message/Mark/Mark all read' to mainwin_entries[]
8784
8785 2001-11-26 [paul]       0.6.5claws37
8786
8787         * src/summaryview.c
8788                 fix 'recurring unread state' bug 
8789
8790         * tools/README 
8791         * tools/filter_conv.pl
8792                 read name of top level mailbox from folderlist.xml
8793                 and presume nothing about its name              
8794
8795 2001-11-26 [darko]      0.6.5claws36
8796
8797         * src/gtkstext.[ch]
8798                 removed functions that are now in gtkutils.c
8799                 use gtkut_text_is_uri_string() from gtkutils.c
8800         * fix my comment on 2001-11-23 (missing gtkutils.[ch])
8801
8802 2001-11-26 [paul]       0.6.5claws35
8803
8804         * sync with sylpheed 0.6.5cvs16
8805                 see ChangeLog entries 2001-11-25 and 2001-11-26
8806
8807 2001-11-25 [alfons]     0.6.5claws34
8808
8809         EXPERIMENTAL!!! Please checkout the last stable version using: 
8810           
8811         % cvs update -r LAST_STABLE -dRAP
8812
8813         (Or help us testing this stuff.)
8814
8815         * src/filtering.c               (1.14)
8816         * src/filtering.h               (1.6)
8817         * src/inc.c                     (1.28)
8818         * src/matcher.c                 (1.20)
8819         * src/mbox.c                    (1.9)
8820         * src/procmsg.h                 (1.14)
8821         * src/summaryview.c             (1.59)
8822         * src/summaryview.h             (dunno)
8823                 revert/merge/sync to as it was before commit 
8824                 on Thu, 19 Jul 2001 10:15:51 -0700.
8825
8826 2001-11-25 [hoa]        0.6.5claws33
8827
8828         * src/main.c
8829                 processing mails at startup
8830
8831         * src/folderview.c
8832         * src/summaryview.[ch]
8833                 processing mails when entering folder
8834
8835         * src/prefs_filtering.c
8836                 fixed some UI bugs
8837
8838 2001-11-24 [alfons]     0.6.5claws32
8839
8840         * src/summaryview.[ch]
8841                 make summary sort headers work, and also make
8842                 sure the sort type is stored
8843
8844 2001-11-23 [alfons]     0.6.5claws31
8845
8846         * src/summaryview.[ch]
8847                 make lock work like mark
8848                 disallow deleting messages marked as locked
8849
8850 2001-11-23 [alfons]     0.6.5claws30
8851
8852         * src/gtkstext.c
8853         * src/compose.[ch]
8854         * src/Makefile.am
8855         * src/undo.[ch]
8856                 merge undo patch submitted by Jens
8857
8858 2001-11-23 [christoph]  0.6.5claws29
8859
8860         * src/.cvsignore
8861                 added ylwrap
8862         * src/compose.c
8863                 fixed gpg signing and encoding
8864         * src/folder.[ch]
8865         * src/main.c
8866                 added --status option to get new, unread and total
8867                 message count from a running sylpheed
8868         * src/prefs_common.c
8869                 temporary fix for reply_with_quote problem
8870                 (don't call functions for non existing widget)
8871         * src/procmsg.c
8872                 one more check for ignored threads but still not
8873                 always working correctly. probably a recursive
8874                 check for all parents is needed
8875
8876 2001-11-23 [darko]      0.6.5claws28
8877
8878         * src/compose.c
8879                 wrapping on send improvements
8880         * src/gtkutils.[ch]
8881                 fix for GtkSText after last sync with main branch
8882                 GTK_TEXT -> GTK_STEXT
8883
8884 2001-11-23 [paul]       0.6.5claws27
8885
8886         * sync with sylpheed 0.6.5cvs14
8887                 see ChangeLog entries 2001-11-22 and 2001-11-23
8888                 
8889         * po/de.po
8890                 fixed the scrambled umlauts 
8891                 submitted by Carsten Schurig <Carsten.Schurig@web.de>
8892
8893 2001-11-21 [paul]       0.6.5claws26
8894
8895         * sync with sylpheed 0.6.5cvs12
8896                 see 2nd ChangeLog entry dated 2001-11-20
8897
8898 2001-11-20 [paul]       0.6.5claws25
8899
8900         * sync with sylpheed 0.6.5cvs11
8901                 see ChangeLog entry 2001-11-19 (src/utils.c)
8902
8903 2001-11-20 [hiro]
8904
8905         * src/compose.c
8906                 GTK_TEXT -> GTK_STEXT
8907                 fix for wrong comment
8908
8909 2001-11-20 [hiro]       0.6.5claws24
8910
8911         * src/compose.[ch]
8912                 more merges from main branch
8913                 removed fatal warnings (uninitialized variables etc.)
8914                 some coding style fix
8915         * src/gtkutils.h
8916                 fixed typo.
8917         * src/addressbook.c
8918           src/addrindex.c
8919                 V-Card -> vCard
8920
8921 2001-11-19 [hoa]        0.6.5claws23
8922
8923         * src/filtering.c
8924         * src/prefs_scoring.c
8925         * src/matcher.[ch]
8926         * src/scoring.c
8927                 cleaning code
8928
8929         * src/matcher_parser_parse.y
8930         * src/prefs_filtering.c
8931                 bouncing
8932
8933 2001-11-19 [alfons]     0.6.5claws22
8934
8935         more of my old things into claws
8936
8937         * src/Makefile.am
8938         * src/prefs_common.c
8939         * src/procmsg.h
8940         * src/summaryview.[ch]
8941         * src/prefs_summary_column.c
8942         * src/pixmaps/locked.xpm
8943                 add indicators for locking of message in summary view
8944                 (does not work yet, only visual indicator)
8945
8946 2001-11-19 [paul]       0.6.5claws21
8947
8948         * sync with sylpheed 0.6.5cvs10
8949                 see ChangeLog entry 2001-11-19
8950
8951 2001-11-18 [alfons]     0.6.5claws20
8952         
8953         * src/filtering.c
8954                 remove an inadvertent free I forgot in previous clean up 
8955
8956 2001-11-18 [alfons]     0.6.5claws19
8957
8958         * src/filtering.[ch]
8959                 clean up & plug leaks
8960
8961 2001-11-18 [paul]       0.6.5claws18
8962
8963         * sync with sylpheed 0.6.5cvs9
8964                 see ChangeLog entries 2001-11-17 and 2001-11-18
8965
8966 2001-11-16 [paul]       0.6.5claws17
8967
8968         * sync with sylpheed 0.6.5cvs8
8969                 see ChangeLog entry 2001-11-16, src/grouplistdialog.c
8970
8971 2001-11-16 [paul]       0.6.5claws16
8972
8973         * sync with sylpheed 0.6.5cvs7
8974                 see ChangeLog entries 2001-11-15 and 2001-11-16
8975
8976 2001-11-15 [hoa]        0.6.5claws15
8977
8978         * src/compose.c
8979                 fix bounce, mails we received couln't be bounced to ourself.
8980
8981         * src/defs.h
8982         * src/filtering.[ch]
8983         * src/matcher.[ch]
8984         * src/matcher_parser.h
8985         * src/matcher_parser_lex.l
8986         * src/matcher_parser_parse.y
8987         * src/inc.c
8988         * src/main.c
8989         * src/mbox.c
8990         * src/prefs_filtering.[ch]
8991         * src/mainwindow.c
8992         * src/prefs_matcher.c
8993         * src/prefs_scoring.c
8994         * src/scoring.[ch]
8995         * src/summaryview.c
8996                 new matcher/filter/score configuration file parser
8997                 one unique configuration file => ~/.sylpheed/matcherrc
8998                 import in currently automatic, then save are made
8999                 in this new file.
9000                 one filter per folder and one global filter
9001                 (filter of a folder will be used as folder processing)
9002
9003         * src/folder.c
9004                 fix a bug in folder_item_get_identifier
9005                 
9006         * src/messageview.c
9007                 receive receipt return are fixed.
9008
9009 2001-11-14 [alfons]     0.6.5claws14
9010
9011         * src/session.h
9012                 add things from main branch to make claws compile
9013
9014 2001-11-14 [paul]       0.6.5claws13
9015
9016         * merge with SYNC-B4-REL and sync with sylpheed 0.6.5cvs5
9017                 see ChangeLog entries 2001-11-08 to 2001-11-14
9018
9019 2001-11-14 [hoa] 0.6.5claws12
9020
9021         * src/compose.[ch]
9022         * src/mainwindow.c
9023         * src/summaryview.c
9024                 add "bounce mail" option
9025
9026 2001-11-13 [christoph]  0.6.5claws11
9027
9028         * src/compose.c
9029                 Cleanup a mess i add before commiting
9030
9031 2001-11-13 [hoa]        0.6.5claws10
9032
9033         * src/compose.c
9034                 some fixes when mail are sent or
9035                 for crossposts
9036
9037 2001-11-13 [christoph]  0.6.5claws9
9038
9039         * po/de.po
9040                 Changed two string with the same translation
9041         * src/compose.c
9042         * src/procmsg.[ch]
9043         * src/send.[ch]
9044                 New mailsending process:
9045                   - Always queue message before sending
9046                     (message will be saved if sylpheed crashed or
9047                      freezes while sending)
9048                   - Allow queuing of newspostings
9049                   - No copy in outbox before sending
9050                     (closes bug #469501)
9051                   - No more redundant code for send and send_later
9052         * src/summaryview.c
9053                 Applied wwp <subscript@free.fr>'s patch that fixes
9054                 marks for multiple forwarded messages (+compose.c)
9055
9056 2001-11-12 [alfons]
9057
9058         * README.claws
9059                 remove things that are now in main branch
9060         
9061         * po/nl.po
9062                 update Dutch translation
9063
9064 2001-11-12 [mhadasht]   0.6.5.claws8
9065
9066         * src/prefs_common.c
9067                 re-enabled account autoselection feature for forward
9068                 and reedit lost during the branch point for SYNC-B4-REL
9069         * src/gtkspell.c
9070                 gtkpspell_get_dict(): more readable code (even if function is
9071                 not used yet)
9072         * ChangeLog.claws
9073                 added version number info to 2001-11-12 [hiro] comment.
9074
9075 2001-11-12 [hiro]       0.6.5.claws7
9076
9077         * src/compose.c
9078                 compose_forward(): fixed a bug that forward quote mark
9079                 wasn't used.
9080                 removed unnecessary code.
9081         * src/template_select.[ch]: removed.
9082
9083 2001-11-11 [alfons]
9084
9085         * src/compose.c
9086                 :%s/GTK_TEXT/GTK_STEXT/g
9087         
9088         * src/compose.[ch]
9089         * src/undo.[ch]
9090         * src/Makefile.am
9091                 revert the undo stuff (this is 0.6.6claws stuff)
9092
9093 2001-11-11 [hoa]        0.6.5.claws6
9094
9095         * src/compose.[ch]
9096                 Insert signature at the end of the text.
9097                 Added undo patch but currently disabled
9098
9099         * src/procmsg.c
9100                 Threading by subject improved.
9101
9102         * added src/undo.[ch]
9103                 Undo module for compose dialog box.
9104
9105 2001-11-11 [alfons]     0.6.5.claws5
9106
9107         * src/procmsg.c
9108                 prevent threading by subject on nodes that have already been
9109                 threaded by in-reply-to (as in "circular references in a tree
9110                 result in a dead branch")
9111
9112 2001-11-09 [hoa]        0.6.5.claws4
9113         
9114         * src/folderview.c
9115                 allows creation of mbox folder item from any files.
9116
9117 2001-11-09 [alfons]     0.6.5.claws3
9118         
9119         * src/utils.c
9120         * src/procmsg.c
9121                 do what I mean and correct threading by subject so it really
9122                 ignores attracting lines without "Re: "
9123
9124 2001-11-07 [alfons]     0.6.5.claws2
9125
9126         * src/procmsg.c
9127         * src/utils.[ch]
9128                 only attract by subject if a subject line starts with a "Re: "
9129         * src/syldap.c
9130                 remove warning
9131
9132 2001-11-07 [paul]       0.6.5claws1
9133
9134         * sync with sylpheed 0.6.5. release
9135                 see ChangeLog entry 2001-11-07
9136
9137 2001-11-07 [paul]       0.6.4claws31
9138
9139         * sync with sylpheed 0.6.4cvs18
9140                 see ChangeLog entries 2001-10-30 to 2001-11-07
9141                 prefs_templates.[ch] renamed prefs_template.[ch]
9142
9143 2001-11-06 [alfons]
9144         
9145         * src/utils.h
9146                 add semicolon Hoa forgot ;-)
9147                 
9148
9149 2001-11-06 [hoa]        0.6.4claws30
9150         
9151         * src/procmsg.c
9152         * src/summaryview.c
9153         * src/utils.c
9154         * src/utils.h
9155                 threading by subject - empty subject are ignored
9156
9157 2001-11-06 [christoph]  0.6.4claws29
9158
9159         * src/socket.c
9160                 use SSL_peek for sock_gets
9161         * src/utils.c
9162                 removed unneeded pointer in extracting quoted
9163                 names implementation
9164
9165 2001-11-06 [melvin]     0.6.4claws28
9166
9167         * src/gtkspell.c
9168                 fixed bug #476792 Selection overtyping with spell checker
9169                 fixed bug which could cause a buffer overflow
9170                 fixed a memory leak
9171
9172 2001-11-06 [hoa]        0.6.4claws27
9173         
9174         * src/procmsg.c
9175         * src/summaryview.c
9176                 threading by subject
9177
9178 2001-11-05 [alfons]     0.6.4claws26
9179         
9180         * README.claws
9181                 Claws -> Sylpheed (vice versa)
9182
9183         * src/compose.c
9184                 :%s/gtk_text/gtk_stext/g
9185                 :%s/GTK_TEXT/GTK_STEXT/g
9186                 (thanks to Jonathan Ware for spotting this)
9187
9188 2001-11-04 [christoph]  0.6.4claws25
9189
9190         * src/summaryview.c
9191                 replace Xalloca + strdup with Xstrdup_a
9192         * src/utils.c
9193                 better implementation of extracting quoted names
9194                 from addresses (remove backlashes and ignore
9195                 quotes after them)
9196
9197 2001-11-04 [alfons]     0.6.4claws24
9198
9199         * src/utils.[ch]
9200                 edit to comply more with coding style
9201
9202         * src/textview.c
9203                 fix bug reported by Kim Schulz. introduced by the patch integrated
9204                 in 0.6.4claws15. the code did not check the return value of
9205                 the html parser.
9206
9207         * AUTHORS
9208                 add Jonathan Ware and close "[ #475955 ] Enhanced Mailto Patch"
9209
9210 2001-11-04 [christoph]  0.6.4claws23
9211
9212         * src/main.c
9213         * src/prefs_common.[ch]
9214                 init some pointers that possibly caused a segfault
9215                 reported in the claws-users ML
9216
9217 2001-11-04 [hoa]        0.6.4claws22
9218
9219         * src/grouplistdialog.c
9220                 change the names of the nodes in the tree
9221
9222         * src/compose.c
9223                 enhanced mailto syntax as described in
9224                 http://developer.netscape.com/viewsource/husted_mailto/mailto.html
9225                 (thanks to Jonathan Ware <jonathan_ware@gmx.co.uk>)
9226
9227         * src/utils.c
9228                 encode and decode URI (useful when opening URL into
9229                 netscape).
9230
9231 2001-11-03 [hoa]        0.6.4claws21
9232
9233         * src/grouplistdialog.c
9234                 a new newsgroups list selection dialog box
9235                 with a CTree instead of a CList
9236
9237 2001-11-03 [hoa]        0.6.4claws20
9238
9239         * src/folderview.c
9240                 enable property and scoring options when right
9241                 click on "inbox"
9242
9243         * src/summaryview.c
9244                 fixed bug when nickname were displayed using
9245                 the address book.
9246
9247 2001-11-02 [darko]      0.6.4claws19
9248
9249         * src/compose.c
9250                 new wrap quotation and URL/long words wrapping implementation
9251         * src/compose.c src/gtkstext.[ch]
9252                 move gtkstext_strncmp() to gtkstext.c
9253
9254 2001-11-01 [christoph]  0.6.4claws18
9255
9256         * src/prefs_account.c
9257                 fixed mess in account settings dialog
9258         * src/prefs_folder_item.c
9259                 added label with folder path to dialog
9260
9261 2001-10-31 [match]      0.6.4claws17
9262
9263         * src/vcard.c
9264                 fix memory leak.
9265         * src/addrbook.c
9266                 fix generation of spurious address book file names.
9267                 remove redundant functions.
9268         * po/POTFILES.in
9269                 added missing file names.
9270
9271 2001-10-30 [paul]       0.6.4claws16
9272
9273         * sync with sylpheed 0.6.4cvs6
9274                 see ChangeLog entries 2001-10-26 to 2001-10-30
9275
9276         * tools/filter_conv.pl
9277                 read folderlist.xml to discover whether the top-level
9278                 folder is called 'Mailbox' or 'Mail' 
9279
9280 2001-10-29 [paul]       0.6.4claws15
9281
9282         * src/html.c, src/textview.c
9283                 activate links in html mail and fix clickable parts
9284                 Submitted by Matthieu Dazy <dazy@t-surf.com>
9285
9286 2001-10-29 [paul]
9287
9288         * po/de.po, po/es.po, po/pt_BR/po
9289                 updated translations, submitted by Jens Oberender,
9290                 Ricardo Mones Lastra, and Fabio Junior Beneditto
9291
9292 2001-10-29 [darko]      0.6.4claws14
9293
9294         * src/compose.c
9295                 fix wrapping for good
9296
9297 2001-10-29 [darko]
9298
9299         * src/compose.c
9300                 undo previous change as it broke the smart wrapping
9301
9302 2001-10-29 [darko]      0.6.4claws13
9303
9304         * src/compose.c
9305                 fix infinite loop when long URL is quoted
9306                 (closes bug #475122.
9307
9308 2001-10-28 [match]
9309
9310         * src/mutt.[ch] src/importmutt.[ch] src/mgutils.[ch] src/addressbook.c src/Makefile.am
9311                 import Mutt address book
9312         * src/ldif.[ch] src/importldif.h
9313                 modified import LDIF handle user attributes
9314
9315 2001-10-28 [christoph]  0.6.4claws12
9316
9317         * src/summaryview.c
9318                 fixed that filtering did not work if there
9319                 were no filter rules
9320                 (closes bug #472003 and better implementation
9321                  of patch #474644)
9322
9323 2001-10-27 [christoph]  0.6.4claws11
9324
9325         * src/compose.c
9326                 make the folder's default account to be used when
9327                 replying. (patch by wwp <subscript@free.fr>)
9328         * src/compose.c
9329                 code cleanup, nearly killed all of wwp's patch
9330                 for folder's default account in compose
9331         * src/folderview.c
9332                 error panel when a folder could not be created
9333                 (closes bug #471080 new folder name & already
9334                  existing file)
9335
9336 2001-10-26 [alfons]
9337
9338         * src/utils.h
9339                 change prototype of strstr2() that Christoph forgot about
9340
9341 2001-10-26 [christoph]  0.6.4claws10
9342
9343         * src/account.c
9344                 made search for accounts by email address not case
9345                 sensitive
9346         * src/folder.c
9347                 fixed memory leak in folder_item_get_identifier
9348         * src/gtkspell.c
9349         * src/utils.c
9350                 fixed wrong strstr2 (should work like strstr)
9351
9352 2001-10-26 [darko]      0.6.4claws9
9353
9354         * src/compose.c src/gtkstext.[ch]
9355         * src/gtkstext.c
9356                 move is_url_string() and gtkstext_str_strcmp() to gtkstext.c
9357
9358 2001-10-26 [paul]       0.6.4claws8
9359
9360         * src/html.c
9361                 ignore css and javascript tags in html mail
9362                 case-insensitive, with or without double-quoted
9363                 strings
9364
9365 2001-10-26 [paul]       0.6.4claws7
9366
9367         * sync with sylpheed 0.6.4cvs1
9368                 see ChangeLog entry 2001-10-26
9369
9370         * src/prefs_account.c, src/prefs_common.c,
9371           src/prefs_summary_column.c
9372                 minor improvements to the English
9373
9374 2001-10-25 [alfons]     0.6.4claws6
9375
9376         * src/gtkstext.c
9377         
9378                 make GtkSText follow style of GtkText (closes bug 
9379                 #469211 "text selection while writing message")
9380                 
9381                 do sync with GTK 1.2.10
9382
9383 2001-10-25 [paul]       0.6.4claws5
9384
9385         * src/html.c
9386                 ignore css tags in html mail
9387
9388 2001-10-25 [darko]      0.6.4claws4
9389
9390         * src/compose.c
9391                 don't declare is_url_string as static function since
9392                 we need it in gtkstext.c
9393         * src/gtkstext.c
9394                 remove unused variable
9395                 don't wrap long URLs while composing a message
9396
9397 2001-10-24 [christoph]  0.6.4claws3
9398
9399         * src/socket.c
9400                 fix ssl deadlock, when peer closes connection
9401
9402 2001-10-24 [paul]       0.6.4claws2
9403
9404         * src/prefs_common.c
9405                 gettextize the gpg ascii-armored warning message
9406
9407         * src/compose.c
9408                 insert a DOS/MAC file into the composed message
9409                 (improvements)
9410
9411         * Both submitted by Thierry Godefroy <godefroy@imaginet.fr>
9412
9413 2001-10-22 [paul]       0.6.4claws1
9414
9415         * sync with sylpheed 0.6.4 release
9416                 see ChangeLog entries 2001-10-21
9417
9418         * po/fr.po, po/pt_BR.po
9419                 updated by Melvin Hadasht and Fabio Junior Beneditto
9420
9421 2001-10-21 [paul]       0.6.3claws30
9422
9423         * src/compose.c
9424                 insert a DOS text file from the compose window
9425                 into the composed message text (removes CRs characters)
9426                 Submitted by Thierry Godefroy <godefroy@imaginet.fr>
9427
9428         * tools/filter_conv.pl, tools/README
9429                 automatically use ~/.sylpheed as working directory
9430                 print out confirmation message on completion
9431
9432         * correct Hoa's last ChangeLog.claws entry
9433
9434 2001-10-20 [hoa]        0.6.3claws29
9435
9436         * src/grouplistdialog.c
9437                 bugfix (another ?) to give the right
9438                 newsgroups list for each news server.
9439
9440         * src/news.c
9441         * src/news.h
9442                 improve the newsgroups list cache
9443
9444 2001-10-20 [paul]       0.6.3claws28
9445
9446         * sync with sylpheed 0.6.3cvs9
9447                 see ChangeLog entry 2001-10-19
9448
9449         * correct Alfons' last ChangeLog.claws entry
9450
9451 2001-10-19 [alfons]
9452
9453         * src/pgptext.[ch]
9454                 fix compilation problems (part of bug #472895)
9455
9456 2001-10-18 [hoa]        0.6.3claws27
9457
9458         * src/grouplistdialog.c
9459                 bugfix when we refresh was clicked (bug 472701)
9460
9461 2001-10-19 [christoph]  0.6.3claws26
9462
9463         * src/compose.c
9464                 last header entry should default to "To:" or
9465                 "Newsgroups:" and not copy the last entry line
9466                 in a new compose window
9467                 (closes bug #472686, #470792)
9468
9469 2001-10-19 [paul]       0.6.3claws25
9470
9471         * sync with Sylpheed 0.6.3cvs8
9472                 see ChangeLog entries 2001-10-18 and 2001-10-19
9473
9474 2001-10-18 [christoph]  0.6.3claws24
9475
9476         * src/procmsg.c
9477                 reimplement ignore thread
9478         
9479 2001-10-18 [hoa]        0.6.3claws23
9480
9481         * src/folderview.c
9482         * src/grouplistdialog.[ch]
9483                 enhanced news subscription interface (feature 469113)
9484
9485         * src/news.c
9486         * src/news.h
9487                 enchanced newsgroup listing,
9488                 now, we can get groups informations
9489                 (NNTPGroupInfo)
9490
9491 2001-10-18 [paul]       0.6.3claws22
9492
9493         * src/summaryview.c
9494                 remove comment (sync with main branch)
9495         * src/mainwindow.c
9496                 fix 'Re-edit' bug in 'Message' menu
9497
9498 2001-10-17 [christoph]  0.6.3claws21
9499
9500         * src/compose.c
9501                 ignore empty or whitespace only header lines
9502
9503 2001-10-17 [paul]       0.6.3claws20
9504
9505         * sync with sylpheed 0.6.3cvs7
9506                 see ChangeLog entries 2001-10-14, 2001-10-16, and
9507                 2001-10-17
9508
9509 2001-10-17 [darko]
9510
9511         * src/compose.c
9512                 wrap long lines without spaces
9513                 don't wrap URLs
9514
9515 2001-10-16 [paul]
9516
9517         * po/es.po, po/nl.po, po/pt_BR.po
9518                 updated by Ricardo Mones Lastra, Alfons,
9519                 and Fabio Junior Beneditto
9520
9521         * sylpheed-0.6.3claws released
9522
9523 2001-10-15 [melvin] 0.6.3claws18
9524
9525         * README.claws
9526                 added summary and detailed installation instructions
9527                 for spell checker
9528         * po/fr.po
9529                 Updated, corrected and completed french translation
9530
9531 2001-10-15 [hoa] 0.6.3claws17
9532         * src/grouplistdialog.c
9533                 we can choose the newsgroups to display with wildcards
9534
9535 2001-10-15 [christoph]  0.6.3claws16
9536
9537         * src/account.c
9538         * src/compose.c
9539         * src/prefs_folder_item.[ch]
9540                 applied wwp <subscript@free.fr>'s folder
9541                 default account patch
9542         * po/de.po
9543                 Fixed wrong translation
9544
9545 2001-10-13 [alfons, christoph, melvin]  
9546                         0.6.3claws15
9547
9548         solution #2 to solve MT-safety problems defers all GUI related calls
9549         to the main thread using a gtk_idle_add() callback. discussed on
9550         ircnet #sylpheed, with christoph spotting some issues with the
9551         original code, and melvin allowing us to lobotomize his sylpheed.
9552
9553         * src/syldap.[ch], src/main.c
9554                 fix race problem in ldap search thread by deferring GUI 
9555                 stuff to main thread using gtk_idle_add()
9556
9557 2001-10-13 [paul]       0.6.3claws14
9558
9559         * src/prefs_account.[ch], src/send.c, src/smtp.[ch]
9560                 add Sergey's smtpcred.patch
9561                 adds separate username/password setting for SMTP Auth
9562                 needed by some servers
9563                 (closes feature request #471659)
9564
9565 2001-10-13 [paul]       0.6.3claws13
9566
9567         * src/pgptext.[ch] **NEW FILES**
9568         * src/Makefile.am, src/messageview.c, src/mimeview.c
9569                 decrypt ascii-armored gpg text embedded in
9570                 the message body.
9571                 Submitted by Jens Jahnke <jan0sch@gmx.net>
9572
9573 2001-10-13 [christoph]  0.6.3claws12
9574
9575         * README.claws
9576                 some more details on default to and
9577                 feature requests
9578         * src/main.c
9579                 init glib threading when ldap is used
9580         * src/syldap.c
9581                 threading fixes
9582         * po/de.po
9583                 fixed a typo
9584
9585 2001-10-12 [paul]       0.6.3claws11
9586
9587         * src/prefs_common.[ch], src/rfc2015.c
9588                 enable ascii-armored gpg text to be embedded in the
9589                 message body, selectable through the 'Privacy'
9590                 preferences. Supports encrypting only.
9591                 Submitted by Ravemax <ravemax@dextrose.com>
9592
9593 2001-10-12 [paul]       0.6.3claws10
9594
9595         * sync with sylpheed 0.6.3cvs6
9596                 see ChangeLog entries 2001-10-11 and 2001-11-12
9597
9598         * src/folderview.c
9599                 incorporated mbox folders, scoring, and folder
9600                 properties into the sync
9601
9602 2001-10-12 [darko]      0.6.3claws9
9603
9604         * README.claws
9605                 describe quotation wrapping
9606         * src/compose.c
9607                 don't treat tab as space to calculate line length properly
9608
9609 2001-10-11 [alfons]
9610
9611         * README.claws
9612                 correct description of how to make new filtering system work,
9613                 add some other things
9614                 
9615         * src/syldap.c
9616                 remove sched_yield() (not necessary / unportable)
9617
9618 2001-10-11 [paul]       0.6.3claws8
9619
9620         * sync with sylpheed 0.6.3cvs3
9621                 see ChangeLog entry 2001-10-10
9622
9623 2001-10-10 [christoph]  0.6.3claws7
9624
9625         * .cvsignore
9626                 ignore 2 files created by newer autotools
9627         * src/prefs_folder_item.c
9628                 using table for widget alignment
9629                 fixed memory leak and broken octal display
9630         * src/filesel.c
9631                 fixed segfault caused by lost filename
9632                 workaround (closes bug #469551)
9633
9634 2001-10-10 [paul]       0.6.3claws6
9635
9636         * sync with sylpheed 0.6.3cvs2
9637                 see ChangeLog entries 2001-10-09 and 2001-10-10
9638
9639 2001-10-10 [darko]      0.6.3.claws5
9640
9641         * src/gtkstext.c
9642                 proper calculation of right margin if smart wrapping is enabled
9643         * src/compose.c
9644                 automatically wrap long lines if wrap quotation is enabled
9645
9646 2001-10-09 [alfons]     0.6.3.claws4
9647
9648         * src/summaryview.c
9649                 select correct row when deleting last row in the summary view (and
9650                 close bug "[ #469104 ] select second last in list when deleting")
9651
9652 2001-10-09 [paul]       0.6.3claws3
9653
9654         * sync with sylpheed 0.6.3cvs1
9655                 updated some autotool scripts
9656
9657 2001-10-09 [darko]      0.6.3claws2
9658
9659         * src/gtkstext.[ch]
9660                 new name and mark with Sylpheed comment
9661         * src/compose.c
9662                 smart quotation wrapping a-la VIM
9663
9664 2001-10-08 [paul]       0.6.3claws1
9665
9666         * sync with sylpheed 0.6.3 release
9667                 see ChangeLog entry 2001-10-08
9668
9669 2001-10-08 [paul]       0.6.2claws24
9670
9671         * src/summaryview.c
9672                 more sync with sylpheed 0.6.2cvs12
9673                 Fixed the bug that didn't select the last row correctly
9674
9675
9676 2001-10-07 [paul]       0.6.2claws23
9677
9678         * sync with sylpheed 0.6.2cvs12
9679                 see ChangeLog entry 2001-10-07
9680
9681 2001-10-06 [match]
9682         * src/jpilot.[ch]
9683                 enable jpilot to read unsynch'ed addresses.
9684
9685         * src/editldap_basedn.c
9686                 fix segfault when opening dialog.
9687
9688 2001-10-06 [alfons]     0.6.2.claws22
9689
9690         * src/summaryview.c
9691                 fix bug with summary view selecting last *inserted*
9692                 node instead of last *visible* node. remember we
9693                 work with a tree
9694
9695 2001-10-06 [paul]       0.6.2claws21
9696
9697         * po/pt_BR.po
9698                 updated translation, contains some fixes and new
9699                 translations, submitted by Gustavo Noronha Silva
9700                 <kov@debian.org>
9701
9702         * src/prefs_common.c
9703                 change 'each' to 'every' - fix dubious English
9704
9705         * sync with sylpheed 0.6.2cvs11
9706
9707 2001-10-05 [alfons]     0.6.2claws20
9708
9709         * src/mainwindow.[ch], src/folderview.c
9710                 make composite tool button switch between "Compose News"
9711                 and "Compose Mail" depending on selected folder
9712                 (nifty idea by Kim Schulz <kim@schulz.dk>)
9713
9714 2001-10-05 [paul]       0.6.2claws19
9715
9716         * src/mainwindow.c, src/summaryview.c
9717                 fix 'Message/Reply to all', broken in last commit
9718
9719         * src/compose.c
9720                 fix X_BEENTHERE seg fault, thanks to Alfons
9721
9722 2001-10-04 [paul]       0.6.2claws18
9723
9724         * src/compose.[ch], src/mainwindow.c
9725                 make "Message/Reply" reply to mailing lists; matches
9726                 'X-Mailing-list:' and 'X-BeenThere:' ML headers.
9727                 based on portions of the patch submitted by
9728                 Junichi Uekawa <dancer@netfort.gr.jp>
9729
9730 2001-10-04 [darko]      0.6.2claws17
9731
9732         * src/compose.c
9733                 better smart wrapping
9734         * src/gtkstext.[hc]
9735                 a function to make text buffer contiguous
9736
9737 2001-10-03 [paul]       0.6.2claws16
9738
9739         * sync with sylpheed 0.6.2cvs10
9740
9741 2001-10-02 [alfons]
9742
9743         * configure.in
9744         * po/zh_CN.GB2312.po, po/zh_TW.Big5.po
9745                 close bug "[ #466566 ] compile error on mdk 8.0" by removing
9746                 references to chinese translations (hope someone picks up
9747                 this)
9748
9749 2001-10-02 [christoph]  0.6.2claws15
9750
9751         * src/compose.c
9752                 fixed non translated header bug
9753         * ChangeLog.claws
9754                 fixed wrong date in alfons last entry ;)
9755
9756 2001-10-02 [alfons]     0.6.2claws14
9757
9758         * src/compose.c, src/prefs_common.[ch]
9759                 add block cursor option
9760
9761 2001-10-02 [paul]       0.6.2claws13
9762
9763         * sync with sylpheed 0.6.2cvs9
9764
9765 2001-09-30 [paul]       0.6.2claws12
9766
9767         * po/de.po, po/es.po, po/fr.po, po/nl.po, po/pt_BR.po
9768                 updated translations
9769
9770         * po/POTFILES.in
9771                 add 'src/importldif.c'
9772
9773         * AUTHORS, tools/README, tools/eud2gc.py, tools/Makefile.am
9774                 added eudora-to-vCard conversion tool
9775                 submitted by Jeroen Versteeg <j.m.versteeg@student.utwente.nl>
9776
9777         * sync with sylpheed 0.6.2cvs8
9778
9779 2001-09-30 [paul]
9780
9781         * sylpheed-0.6.2claws released
9782
9783 2001-09-27 [melvin]     0.6.2claws11
9784
9785         * src/gtkspell.c
9786                 fixed crash when using default path (introduced 
9787                 in 0.6.2claws10)
9788                 fixed tiny bug for initial suggestion mode
9789
9790 2001-09-27 [melvin]     0.6.2claws10
9791         
9792         * src/gtkspell.c
9793                 fixed bug where gtkpspell didn't set the path correctly
9794
9795         * README.claws
9796                 added a paragraph about spell checking
9797                 
9798
9799
9800 2001-09-27 [paul]       0.6.2claws9
9801
9802         * src/addrbook.c, src/addrcache.c, src/addritem.c, src/jpilot.c
9803                 replace '// comments' with '/* comments */' to prevent
9804                 some compiler warnings 
9805
9806         * sync with sylpheed 0.6.2cvs6
9807
9808 2001-09-26 [alfons]     0.6.2claws8
9809
9810         * src/messageview.c
9811                 introduce return receipt request notification again,
9812                 which was lost because of other semantics in 
9813                 procheader_parse() (???)
9814
9815 2001-09-26 [christoph]  0.6.2claws7
9816
9817         * src/compose.c
9818                 replace comments for old code with #if 0
9819                 readded auto cc, bcc and reply-to
9820         * src/prefs_matcher.c
9821         * src/prefs_scoring.c
9822                 removed some definition (was moved to
9823                 prefs.h)
9824
9825 2001-09-26 [paul]       0.6.2claws6
9826
9827         * src/mainwindow.c
9828                 make 'Follow-up and reply to' sensitive
9829
9830         * more sync with sylpheed 0.6.2cvs5
9831
9832 2001-09-25 [melvin]
9833
9834         * 0.6.2claws5
9835
9836         * src/gtkspell.c
9837                 fixed bug for "US-ASCII" introduced by the encoding code
9838
9839 2001-09-25 [paul]
9840
9841         * 0.6.2claws4
9842
9843         * src/prefs_common.[ch], src/summaryview.c
9844                 'next unread msg' 'go to next folder?' dialog can be
9845                 given default behaviour, either always show dialog,
9846                 or assume 'yes', or assume 'no'
9847                 Submitted by wwp <subscript@free.fr>
9848
9849 2001-09-25 [melvin]
9850                 
9851         * src/compose.c src/gtkspell.[ch]
9852                 added support for different encodings
9853
9854 2001-09-25 [paul]
9855
9856         * more sync with sylpheed 0.6.2cvs5
9857
9858 2001-09-24 [alfons]
9859         
9860         * src/prefs_folder_item.c
9861                 add check for item->prefs->default_to string is NULL and
9862                 add another check when freeing this string
9863
9864 2001-09-24 [paul]
9865
9866         * configure.in
9867                 change to version 0.6.2claws3
9868
9869         * sync with sylpheed 0.6.2cvs5 
9870
9871 2001-09-24 [match]
9872         * src/ldif.[ch], src/importldif.[ch], addressbook.c
9873                 import LDIF files.
9874         * src/addrcache.[ch], addrindex.[ch]
9875                 small update for future
9876         * src/addrbook.c
9877                 fix test XML file.
9878
9879 2001-09-24 [melvin]
9880         * src/gtkspell.[ch]
9881                 added 'Learn from mistakes' option
9882                 better handling of quotes in checked words
9883                 sorted dict list
9884         * po/fr.po
9885                 small update for spell checking stuff
9886
9887 2001-09-23 [alfons]
9888         
9889         * src/gtkspell.c
9890                 edit a little bit so it complies more with main coding style
9891
9892 2001-09-23 [alfons]
9893
9894         * src/folder.[ch], prefs_folder_item.c, compose.c
9895                 migrate "request return receipt" folder property
9896                 to folderlist.xml
9897
9898 2001-09-22 [alfons]
9899
9900         * README.claws **NEW**
9901                 (add things of interest for users of main branch 
9902                 and claws here)
9903
9904         * src/folder.[ch], src/mainwindow.c, src/summaryview.c
9905                 re-implement threading per folder option, but store 
9906                 the setting in folderlist.xml (where it belongs)
9907
9908 2001-09-21 [melvin]
9909
9910         * src/gtkspell.[ch]
9911                 fixed bug when compose window is under another window
9912         * src/prefs_common.[ch] src/compose.c
9913                 changed 'dictionary_path' to 'dictionary' to be consistent
9914                 dropped PSPELL_PATH macro (hard coded default to /usr/local/share/pspell)
9915         * ac/pspell.m4 src/Makefile.am 
9916                 dropped PSPELL_PATH macro
9917         * po/fr.po
9918                 updated translations
9919
9920 2001-09-21 [christoph]
9921
9922         * src/compose.c
9923                 added border around header fields
9924                 keep header type when new field is added
9925
9926 2001-09-20 [christoph]
9927
9928         * src/utils.[ch]
9929                 more portable debug_print with source filename
9930                 and linenumber
9931         * src/procmsg.c
9932                 more newlines after debug messages
9933
9934 2001-09-20 [paul]
9935
9936         * configure.in
9937                 change to version 0.6.2claws2
9938
9939         * sync with sylpheed 0.6.2cvs3
9940
9941 2001-09-19 [melvin]
9942
9943         * src/gtkspell.c
9944                 fixed the post-right-click focus pb
9945                 fixed crash when 'Spell check all' after dict change 
9946                         and when cursor is at the end of the text
9947                 shift-right-click pops up config menu even on misspelled words.
9948         * po/POTFILES.in
9949                 added gtkspell.c
9950
9951 2001-09-19 [melvin]
9952
9953         * src/about.c
9954                 added pspell to compiled-in features list
9955
9956 2001-09-18 [melvin]
9957
9958         * switched to pspell and dropped ispell
9959         * ac/pspell.m4
9960                 new file. autoconf macro for pspell
9961         * ac/Makefile.am 
9962         * configure.in acconfig.h
9963                 added pspell support
9964         * src/Makefile.am
9965         * src/main.c src/compose.[ch] src/gtkspell.[ch]
9966         * src/prefs_common.[ch] 
9967                 added pspell support
9968
9969 2001-09-18 [christoph]
9970
9971         * src/addr_compl.c
9972         * src/template.[ch]
9973                 replace LOG_MESSAGE with debug_print
9974         * src/compose.[ch]
9975                 gui improvements
9976         * src/menu.c
9977                 added newline after debug message
9978         * src/utils.h
9979                 using __VA_ARGS__ for debug_print macro
9980         * tools/.cvsignore
9981                 ignore Makefile and Makefile.in
9982
9983 2001-09-18 [paul]
9984
9985         * configure.in
9986                 change to version 0.6.2claws1
9987         * sync with sylpheed 0.6.2cvs1
9988
9989         * src/matcher.c 
9990         * src/prefs_matcher.c
9991                 add 'score equal to' option, submitted by
9992                 Paul Evans <nerd@freeuk.com>
9993
9994 2001-09-15 [christoph]
9995
9996         * src/mainwindow.c
9997                 comment out menu entry not existing in claws
9998         * src/menu.c
9999                 add debug output for non existing menu entries
10000         * src/summaryview.c
10001                 fix next/prev unread message for ignored threads
10002         * src/utils.[ch]
10003                 add sourcefile and line number to debug output
10004                 otherwise it is sometimes hard to find the
10005                 source code part if debug messages are translated
10006
10007 2001-09-14 [darko]
10008         
10009         * src/folderview.c
10010                 refresh target folder style after colour is changed
10011
10012 2001-09-13 [paul]
10013
10014         * configure.in
10015                 change to version 0.6.1claws3
10016
10017         * sync with sylpheed 0.6.1cvs6
10018
10019 2001-09-13 [darko]
10020         
10021         * src/folderview.c
10022                 fix target folder colourization to use user selected colour
10023
10024 2001-09-12 [darko]
10025         
10026         * src/summaryview.c
10027                 fix crash when message that is marked for copy/move is unmarked
10028
10029 2001-09-09 [paul]
10030
10031         * configure.in
10032                 change to version 0.6.1claws2
10033
10034         * sync with sylpheed 0.6.1cvs3
10035
10036 2001-09-09 [alfons]
10037         
10038         * src/folderview.c
10039                 fix bug with default font used for trash folder text
10040
10041 2001-09-06 [paul]
10042
10043         * po/de.po, po/es.po, po/nl.po, po/pt_BR.po
10044                 updated translations
10045
10046         * configure.in
10047                 change to version 0.6.1claws1
10048
10049         * sync with sylpheed 0.6.1cvs2
10050
10051 2001-09-03 [paul]
10052
10053         * po/POTFILES.in
10054                 add Match's new addressbook
10055
10056         * po/de.po
10057                 updated translation submitted by Jens Oberender
10058
10059 2001-09-02 [paul]
10060
10061         * configure.in
10062                 change to 0.6.1claws
10063         * sync with sylpheed 0.6.1 release
10064
10065 2001-09-02 [paul]
10066
10067         * configure.in
10068                 change to 0.6.0claws2
10069
10070         * sync with sylpheed 0.6.0cvs4
10071
10072         * po/pt_BR.po
10073                 updated translation submitted by Fabio Junior Beneditto
10074
10075 2001-09-01 [match]
10076         * pixmaps/
10077                 interface.xpm
10078                 book.xpm
10079                 address.xpm
10080         * src/
10081                 Makefile.am
10082                 a ton of new files
10083
10084 2001-08-31 [paul]
10085
10086         * configure.in
10087                 change to version 0.6.0claws1
10088
10089         * sync with sylpheed 0.6.0cvs1
10090
10091         * po/es.po
10092                 updated translation submitted by Ricardo Mones Lastra
10093
10094         * po/POTFILES.in
10095                 add 'src/prefs_templates.c'
10096
10097         * src/compose.c, src/summaryview.c
10098                 fix segfault on 'Re_edit'               
10099
10100 2001-08-30 [alfons]
10101
10102         * configure.in, Makefile.am
10103         * tools/Makefile.am
10104                 add tools directory to source distribution
10105
10106 2001-08-30 [paul]
10107
10108         * configure.in
10109                 change to version 0.6.0claws
10110
10111         * sync with sylpheed 0.6.0 release
10112
10113 2001-08-30 [christoph]
10114
10115         * configure.in
10116                 removed autoconf version check
10117
10118 2001-08-30 [paul]
10119
10120         * src/account.c, src/compose.c, src/prefs_common.[ch]
10121         * src/procheader.[ch] src/utils.[ch]
10122                 Enhanced automatic account selection on replies
10123                 Submitted by Melvin Hadasht <melvin.hadasht@free.fr>
10124
10125         * configure.in
10126                 add LDAP and JPilot to the configuration results output.
10127
10128 2001-08-29 [christoph]
10129
10130         * src/summeryview.c
10131                 no bold font for ignored threads
10132
10133 2001-08-29 [paul]
10134
10135         * configure.in
10136                 change to version 0.5.3claws6
10137
10138         * sync with sylpheed 0.5.3cvs10
10139                 src/stringtable.[ch]: New Files
10140
10141         * src/compose.c, src/gtkutils.c, src/gtkutils.h, src/mainwindow.c
10142         * src/pixmaps/sylpheed.xpm
10143                 add mini-icons to windows (by Alfons)
10144
10145 2001-08-27 [paul]
10146
10147         * src/mainwindow.c
10148                 new functions: next_labeled_cb(), prev_labeled_cb()
10149
10150         * src/summaryview.c
10151                 new functions: summary_find_next_labeled_msg(), summary_find_prev_labeled_msg(),
10152                 summary_select_next_labeled(), summary_select_prev_labeled()
10153
10154         * src/pixmaps/dir-close.xpm, src/pixmaps/dir-open.xpm, src/pixmaps/trash.xpm
10155                 give claws blue folders and a blue trash can
10156
10157 2001-08-27 [paul]
10158
10159         * configure.in
10160                 change to version 0.5.3claws5
10161
10162         * sync with sylpheed 0.5.3cvs9
10163                 src/labelcolors.[ch] renamed to src/colorlabel.[ch] 
10164
10165 2001-08-24 [christoph]
10166
10167         * src/filesel.c
10168                 keep filename when browsing directories
10169                 (not working for user entered filename, but
10170                  for default name and selected filename from
10171                  file list)
10172         * src/mainwindow.c
10173                 fixed wrong spelling "Folllow-up"
10174         * src/mbox_folder.c
10175         * src/procmsg.c
10176         * src/summaryview.c
10177                 fixed new/unread message count with ignored
10178                 threads (2 commits, first didn't notice no
10179                 longer needed decreasing)
10180         * src/inc.c
10181                 readded scrolling of progress dialog
10182                 (lost in sync)
10183
10184 2001-08-24 [paul]
10185
10186         * configure.in
10187                 change to 0.5.3claws4
10188
10189         * sync with sylpheed 0.5.3cvs7
10190
10191 2001-08-24 [christoph]
10192
10193         * src/compose.c
10194                 set request return receipt when replying
10195                 if it is set is the folder prefs of the
10196                 message
10197         * src/inc.c
10198                 disable final error popup if popups are
10199                 disabled in config (again)
10200
10201 2001-08-23 [paul]
10202
10203         * configure.in
10204                 Change version number to 0.5.3claws3
10205
10206         * sync with sylpheed 0.5.3cvs5
10207
10208         * src/mimeview.c
10209                 double quote '%s' in 'gedit %s' to fix bug when
10210                 opening attachment with spaces in the name
10211
10212 2001-08-22 [alte]
10213         * src/Makefile.am, src/compose.[ch], src/defs.h, src/mainwindow.c,
10214           src/prefs_templates.[ch], src/template.[ch], src/template_select.[ch]
10215                 initial message templates support
10216
10217
10218 2001-08-22 [paul]
10219
10220         * configure.in
10221                 change version number to 0.5.3claws2
10222
10223         * sync with sylpheed 0.5.3cvs4
10224
10225         * src/procmsg.h src/summaryview.c
10226                 re-implement (un)ignore thread
10227
10228 2001-08-21 [paul]
10229
10230         * src/summaryview.c
10231                 remove unnecessary code
10232         * src/compose.c
10233                 enable 'dynamic' signatures (submitted by
10234                 Eric Limpens <eric@hscg-internet.nl>)
10235
10236 2001-08-21 [paul]
10237
10238         clean up after sync with sylpheed 0.5.3 release
10239
10240         * src/folderview.c
10241                 fix re-introduced font mess, see Christoph's
10242                 entry 2001-06-24
10243
10244         * src/summaryview.c
10245                 remove prev_msgnum
10246                 use sylpheed's small font instead of
10247                 gtk default font for summary view
10248
10249
10250 2001-08-17 [paul]
10251
10252         * configure.in
10253                 add pl to ALL_LINGUAS - sync with main branch
10254
10255         * po/de.po, po/es.po, po/nl.po, po/pt_BR.po
10256                 Updated. Translations by Jens Oberender, Ricardo Mones
10257                 Lastra, Alfons, and Fabio Junior Beneditto respectively.
10258
10259         * po/pl.po  ** NEW FILE **
10260                 sync with the main branch
10261
10262         * src/folderview.c
10263                 fix target folder colorizing and refresh problem
10264
10265
10266 2001-08-17 [christoph]
10267
10268         * src/mainwindow.c
10269                 claws uses 4 colors for target folder coloring.
10270                 arrays were not long enough and destroyed the
10271                 stack causing a segfault.
10272                 target folder colorizing does not work anymore
10273                 for me
10274
10275 2001-08-16 [paul]
10276
10277         * configure.in
10278                 change to version 0.5.3claws1
10279
10280         * src/folder.h, src/folderview.[ch], src/gtkutils.[ch],
10281           src/inc.[ch], src/mainwindow.c, src/pop.c, src/prefs_account.c,
10282           src/prefs_common.[ch], src/summaryview.[ch], src/textview.c, src/utils.c
10283
10284                 sync with sylpheed 0.5.3 release, but keep claws method of
10285                 configuring/saving fonts
10286
10287         * src/addressbook.[ch]
10288                 rename addressbook_add_contact_by_menu() to addressbook_add_submenu()
10289                 in line with a similar change in Hiroyuki's branch
10290
10291         * src/mainwindow.[ch]
10292                 disable main_window_set_thread_option()
10293         * src/prefs_folder_item.c
10294                 comment out &tmps_prefs.enable_thread,
10295         * src/mbox_folder.c, src/procmsg.[ch]
10296                 comment out MSG_IS_IGNORE_THREAD
10297         * src/summaryview.c
10298                 comment out summary_ignore_thread() and summary_unignore_thread()
10299                 comment out MSG_IS_IGNORE_THREAD
10300
10301                 use Hiroyuki's threading instead.
10302
10303
10304
10305 2001-08-15 [paul]
10306
10307         * src/account.c
10308                 use Hiroyuki's 0.5.3 column scheme but also
10309                 include the enable/disable button.
10310         * src/pixmaps/mark.xpm
10311                 add Hiroyuki's amended pixmap
10312
10313 2001-08-13 [christoph]
10314
10315         * src/account.c
10316                 receive at get all column showed wrong state for APOP
10317                 button should only work for POP3 and APOP accounts
10318         * src/prefs_account.c
10319                 added missing preprocessor statement for SSL
10320
10321 2001-08-12 [paul]
10322
10323         * src/account.[ch]
10324                 add 'receive at get all' column and enable/disable
10325                 button.
10326
10327 2001-08-06 [christoph]
10328
10329         * src/account.c
10330                 show usage of SSL in protocol column
10331
10332         * src/imap.c
10333         * src/inc.c
10334                 renamed ssl options
10335
10336         * src/prefs_account.[ch]
10337                 moved ssl options to a new page
10338
10339         * src/send.c
10340         * src/smtp.c
10341         * src/ssl.[ch]
10342                 renamed ssl options
10343                 added support for SMTP STARTTLS command
10344
10345 2001-08-05 [christoph]
10346
10347         * configure.in
10348                 debian autoconf needs version check to find
10349                 correct autoconf version. if the file is
10350                 named configure.in 2.13 is used, which does
10351                 not work with this configure.in script.
10352                 other solution would be to rename the script
10353                 to configure.ac as suggested in the autoconf
10354                 manual.
10355
10356         * src/inc.c
10357                 disable final error popup if popups are
10358                 diabled in config
10359
10360         * src/socket.c
10361                 bugfix in ssl_gets
10362                 fixes IMAP over SSL problem
10363
10364 2001-08-03 [paul]
10365
10366         * configure.in
10367                 change to 0.5.2claws1
10368
10369         * sync with sylpheed 0.5.2cvs1
10370
10371 2001-08-02 [alfons]
10372
10373         * configure.in
10374                 quick fix for ispell detection...
10375
10376 2001-08-01 [paul]
10377
10378         * configure.in
10379                 change to 0.5.1claws4
10380
10381         * sync with sylpheed 0.5.1cvs7
10382
10383 2001-07-31 [alfons]
10384
10385         * src/prefs_common.c, src/prefs_common.h, 
10386           src/gtkspell.c, src/gtkspell.h
10387                 add global spelling checker settings (compose tab) +
10388                 selection of dictionary 
10389           
10390         * configure.in  
10391                 guess valid ispell location
10392
10393 2001-07-31 [paul]
10394
10395         * po/POTFILES.in
10396                 removal of 'src/quote_fmt_parse.c'
10397         * po/de.po
10398                 Updated de.po
10399                 (submitted by Jens Oberender <didge@suse.de>)
10400
10401 2001-07-31 [darko]
10402
10403         * src/folder.[ch]
10404         * src/folderview.[ch]
10405         * src/mainwindow.c
10406         * src/mh.c
10407         * src/prefs_common.[ch]
10408         * src/summaryview.c
10409                 target folder colourization
10410
10411 2001-07-30 [paul]
10412
10413         more sync with Sylpheed 0.5.1cvs6 
10414
10415 2001-07-30 [darko]
10416
10417         * src/mh.c
10418         * src/prefs_folder_item.[hc]
10419         * src/summaryview.c
10420                 shared folders support with a GUI
10421
10422 2001-07-29 [paul]
10423
10424         0.5.1claws3
10425
10426         * sync with Sylpheed 0.5.1cvs6
10427
10428 2001-07-29 [paul]
10429
10430         * po/pt_BR.po
10431                 updated
10432                 (submitted by Fabio Junior Beneditto)
10433
10434 2001-07-28 [paul]
10435
10436         * src/procmime.c
10437         * AUTHORS
10438                 patch to correct bad image mime headers
10439                 (submitted by Don Quijote <dq@searchlores.org>)
10440
10441 2001-07-28 [paul]
10442
10443         * tools/gif2xface.pl   **NEW FILE**
10444         * tools/README
10445                 script to convert file.gif to file.xface for
10446                 use in a custom header.
10447                 (submitted by Ricardo Mones Lastra <mones@aic.uniovi.es>)
10448
10449 2001-07-27 [alfons]
10450         
10451         * configure.in
10452                 change macros for detecting JPilot and LDAP
10453
10454 2001-07-27 [christoph]
10455
10456         * src/filtering.c
10457                 code cleanup (MIN / MAX warning, needed casting)
10458
10459 2001-07-27 [alfons]
10460
10461         * procheader.c
10462                 disallow setting flags when detecting certain headers
10463                 (X-Status, Status, Seen, X-Seen). 
10464         
10465         * sync with Hiroyuki's Sylpheed 0.5.1cvs5
10466
10467 2001-07-27 [christoph]
10468
10469         * src/prefs_filter.c
10470         * src/prefs_filtering.c
10471         * src/prefs_matcher.c
10472         * src/prefs_scoring.c
10473                 scroll list when moving rows up or down
10474
10475         * src/imap.c
10476         * src/imap.h
10477         * src/prefs_account.c
10478         * src/prefs_account.h
10479         * src/send.c
10480                 SMTP over SSL (untested, feedback requested)
10481                 IMAP over SSL
10482
10483         * src/ssl.c
10484                 code cleanup
10485
10486 2001-07-26 [alfons]
10487         
10488         * configure.in, acconfig.h
10489                 define CLAWS (need this for main / claws detection)
10490
10491 2001-07-25 [alfons]
10492
10493         * configure.in
10494                 Sylpheed 0.5.1claws2
10495                 
10496         * sync with Sylpheed 0.5.1cvs4
10497
10498 2001-07-25 [christoph]
10499
10500         * src/scoring.c
10501                 fixed segfault
10502                 item->prefs == NULL (don't know why)
10503
10504 2001-07-25 [alfons]
10505
10506         * configure.in
10507                 Sylpheed 0.5.1claws1
10508
10509         * sync with Sylpheed 0.5.1cvs1-3
10510
10511 2001-07-24 [christoph]
10512
10513         * src/folderview.c
10514         * src/prefs_folder_item.[ch]
10515                 added folderitem preferences dialog with
10516                 default To: and auto request return receipt
10517
10518         * src/compose.[ch]
10519         * src/menu.[ch]
10520                 changes to handle new folderitem preferences
10521
10522         * src/mainwindow.c
10523         * src/summaryview.c
10524                 call compose new mail with current folderitem
10525
10526 2001-07-24 [alfons]
10527
10528         Release Sylpheed 0.5.1claws
10529
10530         * configure.in
10531                 change to release version 0.5.1claws
10532
10533 2001-07-24 [christoph]
10534
10535         * src/summaryview.c
10536                 fixed segfault that happend when the selected
10537                 message was removed while retrieving new messages.
10538
10539         * po/es.po
10540                 updated translation
10541                 (submitted by Ricardo Mones Lastra <mones@trasgu.aic.uniovi.es>)
10542
10543 2001-07-22 [alfons]
10544
10545         add English User Manual for Sylpheed by Paul Kater (paul@nlpagan.net).
10546         this is a work in progress, for more information: http://nlpagan.net/sylman 
10547         
10548         * configure.in, src/mainwindow.c, manual/Makefile.am
10549                 add support for English manual
10550
10551         * AUTHORS
10552                 add authors of user manuals
10553
10554         * manual/en/sylpheed*.html
10555                 add English documentation
10556
10557 2001-07-22 [christoph]
10558
10559         * po/POTFILES.in
10560                 added src/ssl.c
10561         * src/ssl.c
10562                 changed a wrong debug message
10563
10564 2001-07-22 [alfons]
10565
10566         * po/nl.po
10567                 update Dutch translation
10568
10569         * src/prefs_filtering.c, 
10570           src/prefs_matcher.c
10571                 add more translatable strings           
10572
10573 2001-07-21 [alfons]
10574
10575         0.5.0claws7
10576
10577         * configure.in
10578                 change version
10579
10580         * src/inc.c, src/summaryview.[ch]
10581                 prevent update of mark file when filtering has done, by
10582                 using a variable; this affects two functions:
10583                         inc.c::inc_finished()
10584                         summaryview.c::summary_show()
10585
10586 2001-07-20 [alfons]
10587
10588         * src/filtering.[ch], src/prefs_filtering.c, 
10589           src/matcher.[ch]
10590                 add filtering action for label coloring 
10591
10592         * po/POTFILES.in
10593                 add labelcolors.c
10594
10595         * added src/labelcolors.c
10596         * added src/labelcolors.h
10597         * src/Makefile.am, src/summaryview.c
10598                 rearrange label coloring code
10599
10600         * src/procmsg.h
10601                 add more parentheses so label colouring works correctly
10602
10603         * src/filtering.c
10604                 don't really delete message, but move it to Trash
10605
10606         * src/prefs_matcher.c
10607                 add quote options to info dialog
10608
10609 2001-07-20 [christoph]
10610
10611         * src/Makefile.am
10612         * src/inc.c
10613         * src/main.[ch]
10614         * src/socket.h
10615         * src/ssl.[ch] (new)
10616                 moved ssl stuff to a seperate file
10617
10618 2001-07-20 [darko]
10619
10620         * src/summaryview.c
10621                 fix show sender using address book with no e-mail
10622                 address in From: field
10623
10624 2001-07-19 [alfons]
10625
10626         * src/matcher.[ch], src/filtering.c, src/prefs_filtering.c
10627                 fix messy handling of escaping... now at least the
10628                 execute command is useful. escape char is '\', we
10629                 accept \n and \r too. 
10630
10631                 Real life example:
10632                 
10633                 subject match "GIMME YOUR FILTERS" execute "mail -s \"%f don\'t hurt me, please!\" %f < ~/.sylpheed/filteringrc
10634                 subject match "GIMME YOUR FILTERS" execute "mail -s \"mommy, mommy, %f is being mean!\" admin < %F
10635
10636 2001-07-18 [alfons]
10637
10638         0.5.0claws6
10639
10640         * src/summaryview.c
10641                 clean up
10642
10643         * src/matcher.c, src/filtering.[ch], src/inc.c, src/mbox.c,
10644           src/procmsg.[ch]
10645                 revise filtering; currently move, copy, marking have
10646                 been tested. if you like bleeding edge stuff, you
10647                 should definitely go for this version :)
10648
10649         * mark old working stuff as VERSION_0_5_0_CLAWS5        
10650
10651 2001-07-17 [christoph]
10652
10653         * src/utils.c
10654                 timestamp log
10655
10656 2001-07-17 [alfons]
10657
10658         0.5.0claws5
10659
10660         * sync with Hiroyuki's 0.5.0cvs5; this version allows us to put more 
10661           bits in the mark file, without affecting either branch. Lots of
10662           files changed, also in claws branch.
10663
10664           UNTESTED: use of mbox folders
10665
10666         * src/summaryview.c
10667                 added mark all read; however this was a quick hack used for
10668                 cleaning up mess after initial merge with Hiroyuki
10669
10670         * configure.in
10671                 change claws version number back to 0.5.0claws5 to clear up 
10672                 confusion & pretension (recent release was technically 
10673                 0.5.0claws4, so we neatly align with Hiroyuki :-)
10674
10675 2001-07-16 [alfons]
10676
10677         sync with Hiroyuki's 0.5.0cvs4
10678
10679 2001-07-16 [alfons]
10680
10681         0.5.1claws3
10682
10683         * src/filtering.[ch]
10684                 remove invalid updating of mark files for 
10685                 filter actions MATCHING_ACTION_MOVE and 
10686                 MATCHING_ACTION_DELETE; this should fix the
10687                 folder update bug
10688                 
10689         * src/procmsg.c
10690                 revert Christoph's stab at fixing the folder 
10691                 update bug
10692
10693         * po/POTFILES.in
10694                 add missing files with translatable strings
10695
10696         * src/summaryview.c
10697                 remove debug print
10698
10699 2001-07-15 [alfons]
10700
10701         * src/addr_compl.[ch], src/prefs_filtering.c
10702                 make "filtering pref dialog's destination entry" an
10703                 "address completable entry", if filter destination is 
10704                 an email address
10705
10706         0.5.1claws2
10707         
10708         sync with Hiroyuki's 0.5.0cvs2-3
10709
10710 2001-07-15 [christoph]
10711
10712         * src/procmsg.c
10713                 fixed folder stats update after incorporation
10714
10715 2001-07-15 [alfons]
10716
10717         * src/summaryview.c
10718                 * finish label colouring stuff (for now)
10719                 * fix incorrect colour bug (off by one) 
10720
10721 2001-07-14 [alfons]
10722
10723         * src/mainwindow.c
10724                 change text labels for news and mail message so there's
10725                 plenty of toolbar estate left
10726
10727         * configure.in
10728                 0.5.1claws1
10729
10730         * src/folderview.c
10731           src/folder.[ch]
10732                 sync with Hiroyuki's 0.5.0cvs1
10733
10734         * src/summaryview.c
10735                 more rewrite label colouring
10736
10737 2001-07-14 [alfons]
10738
10739         * src/summaryview.[ch]
10740                 * start rewrite label colouring 
10741                 * fix proper location "Add Sender To Addressbook" menu item
10742
10743 2001-07-13
10744
10745         Release 0.5.0claws "Paul Will Be Back Soon, Promise!"
10746         (actually this is 0.5.0claws4)
10747
10748 2001-07-13 [alfons]
10749
10750         * po/pt_BR.po
10751                 * fix duplicate message
10752                 * add updated Portugese / Brazilian translation
10753                   submitted by Fabio Junior Beneditto
10754
10755 2001-07-12 [alfons]
10756
10757         * AUTHORS
10758                 add Jens
10759
10760         * po/nl.po
10761                 add updated Dutch translation
10762
10763         * po/de.po
10764                 add updated German translation submitted by Jens
10765
10766 2001-07-11 [alfons]
10767
10768         Prerelease before 0.5.0claws. Please test.
10769         This version is temporarily tagged as VERSION_0_5_0_TEST
10770
10771         * src/matcher.[ch], src/summaryview.c, src/scoring.[ch]
10772           src/prefs_scoring.c, src/prefs_matcher.c, 
10773           src/prefs_filtering.c, src/mbox.c, 
10774           src/main.c, src/inc.c, src/filtering.[ch]
10775                 revert new Hoa's new matcher (does not work yet)
10776
10777         * src/Makefile.am
10778                 clean up
10779
10780 2001-07-10
10781
10782         Release 0.5.0claws "Paul Will Be Back Soon, Promise!"
10783
10784
10785 2001-07-10 [alfons]
10786
10787         * Makefile.am
10788                 add ChangeLog.claws to EXTRA_DIST
10789         * src/Makefile.am
10790                 add matcher_parser_parse.h to EXTRA_DIST
10791
10792 2001-07-10 [christoph]
10793
10794         * src/inc.c
10795                 add destination folder to table of
10796                 folders that need to be updated after
10797                 incorporation
10798
10799 2001-07-10 [alfons]
10800
10801         * folder.[ch]
10802           folderview.c
10803                 make collapse state of folders and folder items persistent, i.e.
10804                 if you collapse a folder tree, the next time sylpheed-claws starts 
10805                 up the folder tree remains collapsed.  
10806                 
10807 2001-07-10 [christoph]
10808
10809         * acconfig.h
10810         * configure.in
10811                 added --enable-ssl
10812         * src/md5.[ch]
10813                 renamed MD5_CTX to MD5_CTX_syl
10814                 conflicts with a struct in openssl
10815         * src/inc.c
10816         * src/main.[ch]
10817         * src/prefs_account.[ch]
10818         * src/socket.[ch]
10819                 SSL support for POP
10820         * src/mainwindow.c
10821                 fixed compose with current account
10822                 broken by new compose button stuff
10823
10824 2001-07-09 [hoa]
10825
10826         * AUTHORS
10827                 changed my email address
10828
10829         * src/matcher_parser_parse.y
10830                 clean the parser to remove conflicts
10831
10832 2001-07-09 [alfons]
10833
10834         * AUTHORS
10835                 add Match Grun
10836
10837         * configure.in
10838                 fix incorrect description of --enable-ldap parameter
10839
10840         * src/prefs_common.[ch]
10841           src/compose.c
10842                 add experimental option "smart wrapping" which makes the
10843                 compose editor auto wrap.
10844                 
10845                 | TODO: the problem with the buggy cursor handling is caused |
10846                 | by the GtkText. when deleting / backspacing text its       |
10847                 | wrapping algorithm does not take in account the previous   |
10848                 | line. should find a way to hack this in.                   |
10849                 | or should perhaps combine this with the word wrapping      |
10850                 | patch i wrote in january.                                  |
10851
10852         * src/about.c
10853                 show build parameters for LDAP and JPilot
10854
10855         * src/summaryview.c
10856                 revert Christoph's bugfix for selecting next unread message, 
10857                 because folder stats aren't updated correctly
10858
10859 2001-07-08 [hoa]
10860
10861         * src/filtering.c
10862         * src/mainwindow.c
10863         * src/matcher.c
10864         * src/matcher_parser_lex.l
10865         * src/matcher_parser_parse.y
10866         * src/prefs_filtering.c
10867         * src/prefs_scoring.c
10868         * src/scoring.c
10869                 bugfix of the config file parser
10870
10871 2001-07-08 [alfons]
10872
10873         * src/Makefile.am
10874                 added generated matcher sources to BUILT_SOURCES
10875
10876 2001-07-08 [hoa]
10877
10878         * src/Makefile.am
10879         * src/.cvsignore
10880                 added new config file parser
10881
10882         * src/scoring.[ch]
10883         * src/filtering.[ch]
10884         * src/matcher.[ch]
10885         * src/prefs_filtering.c
10886         * src/prefs_matcher.c
10887         * src/prefs_scoring.c
10888         * added src/matcher_parser.h
10889         * added src/matcher_parser_lex.h
10890         * added src/matcher_parser_lex.l
10891         * added src/matcher_parser_parse.y
10892                 lex & yacc config file parser
10893
10894         * src/mbox.c
10895         * src/inc.c
10896         * src/main.c
10897                 changes prefs_filtering into global_filtering           
10898
10899         * src/summaryview.c
10900                 build threads with subjects only if "Re: " is at the
10901                 beginning of the subject
10902
10903 2001-07-07 [paul]
10904
10905         0.5.0claws
10906
10907         sync with sylpheed 0.5.0
10908                 change of version number only
10909
10910 2001-07-06 [paul]
10911
10912         0.5.0claws5
10913
10914         sync with sylpheed 0.5.0pre5
10915
10916 2001-07-05 [paul]
10917
10918         sync with sylpheed 0.5.0pre4 release
10919                 /po and /manual/ja not sync'ed
10920
10921 2001-07-04 [paul]
10922
10923         more sync with sylpheed 0.5.0pre4
10924
10925 2001-07-03 [christoph]
10926
10927         * src/addressbook.c
10928                 fixed address book broken by address book
10929                 for VCard, JPilot, LDAP
10930
10931 2001-07-03 [alfons]
10932
10933         * src/matcher.c
10934         * src/textview.c
10935                 stopped memory leaks
10936
10937 2001-07-03 [paul]
10938
10939         more sync with sylpheed 0.5.0pre4
10940
10941 2001-07-02 [match]
10942
10943         * included address book patch for VCard, JPilot, LDAP
10944         * pref_common.c - fixed Font options on Display tab (cosmetic)
10945         * alertpanel.c - fixed truncated message
10946
10947 2001-07-02 [christoph]
10948
10949         * src/mbox_folder.c
10950         * src/procmsg.[ch]
10951         * src/summaryview.c
10952                 mark threads for ignoring
10953
10954 2001-07-02 [paul]
10955
10956         0.5.0claws4
10957
10958         * sync with sylpheed 0.5.0pre4
10959                 updated gettext to 0.10.38.
10960
10961 2001-07-01 [paul]
10962
10963         * src/ mainwindow.c
10964         * src/procmsg.h
10965         * src/summaryview.[ch]
10966                 new right-click option: Label.
10967                 substitute for 'Mark-->Mark/Unmark', colours the line.
10968                 (submitted by Satoshi Nagayasu <snaga@snaga.org>)
10969
10970 2001-07-01 [christoph]
10971
10972         * src/folderview.c
10973                 fixed font for trash
10974         * src/summaryview.c
10975                 move ctree to unread message
10976
10977 2001-07-01 [paul]
10978
10979         * sync with sylpheed 0.5.0pre3 release
10980
10981 2001-06-30 [alfons]
10982
10983         * src/filesel.[ch]
10984         * src/compose.c
10985                 allow inserting / attaching multiple files in
10986                 the composer window
10987
10988 2001-06-30 [paul]
10989
10990         * src/codeconv.c
10991                 small change to Alfons' previous stuff so that it
10992                 actually makes
10993
10994 2001-06-30 [alfons]
10995
10996         * lots of files changed; first attempt to merge the changes
10997           and bugfixes submitted by Andre Eibel (ae@baltic-online.de).
10998
10999 2001-06-30 [paul]
11000
11001         * po/pt_BR.po
11002                 updated and completed, translations by Fabio
11003                 Junior Beneditto <fjbeneditto@yahoo.com.br>
11004
11005 2001-06-29 [alfons]
11006
11007         * src/compose.c
11008         * src/mimeproc.[ch]
11009                 allow selecting an attached files' mime type from a 
11010                 list of types.
11011
11012 2001-06-29 [paul]
11013
11014         * more sync with sylpheed 0.5.0pre3
11015
11016 2001-06-29 [paul]
11017
11018         * po/pt_BR.po
11019                 merge with sylpheed.pot and pt_BR.po provided by
11020                 Fabio Junior Beneditto.
11021
11022 2001-06-29 [darko]
11023
11024         * src/procmime.c
11025                 make MIME types case insensitive
11026
11027 2001-06-28 [alfons]
11028
11029         * po/nl.po
11030                 merge with sylpheed.pot and old nl.po; translations added.
11031
11032 2001-06-28 [paul]
11033
11034         * more sync with sylpheed 0.5.0pre3
11035
11036 2001-06-27 [alfons]
11037
11038         * src/summaryview.c
11039                 don't crash when removing parent node of messages
11040                 attracted by subject. this was caused by not deleting
11041                 the parent node from the subject line hash table.
11042
11043 2001-06-27 [alfons]
11044
11045         * src/summaryview.c
11046         * src/compose.[ch]
11047         * src/mainwindow.c
11048                 if there are multiple messages selected, allow forwarding
11049                 them as attachments.
11050
11051 2001-06-27 [paul]
11052
11053         * more sync with sylpheed 0.5.0pre3
11054
11055 2001-06-26 [paul]
11056
11057         0.5.0claws3
11058
11059         * sync with sylpheed 0.5.0pre3
11060
11061 2001-06-25 [paul]
11062
11063         * src/mainwindow.c
11064                 fixed 'compose news article' bug
11065                 from icon-and-text toolbar
11066
11067 2001-06-25 [paul]
11068
11069         * sync with sylpheed 0.5.0pre2 release
11070
11071 2001-06-24 [christoph]
11072
11073         * src/prefs_common.c
11074                 bug fix in font selection
11075         * src/folderview.c
11076                 use sylpheed's normal font instead of
11077                 gtk default font for folders without
11078                 new messages
11079
11080 2001-06-24 [alfons]
11081
11082         * src/mainwindow.[ch]
11083                 added composite compose mail / news button (an idea by Leandro
11084                 Pereira <leandro@linuxmag.com.br>)
11085
11086 2001-06-24 [paul]
11087
11088         Added instructions for ldif-to-xml.py
11089
11090         * tools/README
11091
11092 2001-06-23 [alfons]
11093
11094         Some minor things.
11095
11096         * src/pixmaps/stock_news_compose.xpm
11097                 added pixmap by Leandro
11098         * src/prefs_common.c
11099                 tested built-in spelling checker of GCC 3.0 :)
11100         * po/nl.po
11101                 merged dutch translation of sylpheed-main with
11102                 sylpheed.pot
11103
11104 2001-06-23 [paul]
11105
11106         Added tools directory and files.
11107
11108         * tools/filter_conv.pl
11109                 converts old filter system to new filtering system
11110         * tools/ldif-to-xml.py
11111                 converts netscape addressbook to sylpheed addressbook
11112         * tools/README
11113                 descriptions/instructions for above two files
11114
11115 2001-06-23 [christoph]
11116
11117         * src/inc.c
11118         * src/manage_window.[ch]
11119         * src/prefs_common.[ch]
11120                 mail retrieval dialog can be enabled, disabled
11121                 or hidden if non of sylpheed's windows is active
11122
11123 2001-06-22 [paul]
11124
11125         0.5.0claws2
11126
11127         * sync with sylpheed 0.5.0pre2
11128
11129 2001-06-21 [christoph]
11130
11131         * src/summaryview.c
11132                 show recipient on 'from' for all accounts
11133                 
11134         * src/inc.c
11135         * src/prefs_common.[ch]
11136                 disable error popup on mail receive errors
11137
11138 2001-06-21 [alfons]
11139
11140         * src/compose.c
11141                 made the ruler correctly appear and disappear.
11142
11143         * src/Makefile.am
11144                 removed Hoa's work-in-progress-stuff (interesting!) so 
11145                 claws compiles ok.
11146
11147 2001-06-20 [christoph]
11148
11149         * src/inc.c
11150         * src/progressdialog.c
11151                 added scrolled window for list in progressdialog
11152
11153 2001-06-20 [paul]
11154
11155         sync with sylpheed 0.5.0pre1 release
11156
11157 2001-06-20 [christoph]
11158
11159         * src/summeryview.c
11160                 make building threads by subject work when
11161                 thread view is enabled
11162                 
11163         * src/compose.c
11164         * src/prefs_common.[ch]
11165                 automatically select account for mail replys
11166
11167 2001-06-19 [sergey]
11168
11169         * src/compose.c (compose_create): keep Bcc and Reply-To visible if
11170         they are filled in from the account settings.
11171
11172 2001-06-19 [paul]
11173
11174         * more sync with sylpheed 0.5.0pre1
11175
11176 2001-06-18 [alfons]
11177
11178         * src/Makefile.am,
11179           src/procmime.c
11180                 added --sysconfdir to CPPFLAGS for pointing to the correct
11181                 location of mime.types. 
11182
11183                 NOTE: make sure you use --sysconfdir when running ./autogen.sh
11184                 or ./configure!
11185
11186 2001-06-18 [hoa]
11187
11188         * src/summaryview.c
11189                 fixed some bug when building threads
11190
11191 2001-06-18 [pau]l
11192
11193         * src/prefs_account.c
11194                 UI stuff: More changes to the English
11195
11196 2001-06-18 [paul]
11197
11198         * src/pixmaps/stock_news_compose.xpm: new file
11199         * src/Makefile.am
11200         * src/mainwindow.c
11201         * src/summaryview.c
11202                 Added new icon for Hoa's 'compose a news
11203                 message', plus minor improvements to the
11204                 English
11205
11206         * po/ja.po
11207         * ChangeLog
11208         * ChangeLog.jp
11209                 more sync with sylpheed 0.5.0pre1
11210
11211 2001-06-18 [hoa]
11212
11213         * src/compose.[ch]
11214         * src/mainwindow.c
11215                 Follow-up and reply to
11216
11217         * src/summaryview.[ch]
11218                 Build threads also with subjects
11219
11220 2001-06-17 [hoa]
11221
11222         * src/compose.c
11223                 forwarding use the current account.
11224
11225         * src/mainwindow.c
11226                 the "compose message" button has been replaced with
11227                 "new mail" and "new news" buttons
11228
11229         * src/prefs_common.[ch]
11230                 added a configuration option to use the forward button
11231                 as "forward as attachment"
11232                 changed reply and forward format description
11233
11234         * src/quote_fmt_lex.l
11235         * src/quote_fmt_parse.y
11236                 added message with no signature in format for reply
11237                 and forward.
11238
11239 2001-06-17 [paul]
11240
11241         Minor UI stuff
11242
11243         * src/mainwindow.c
11244         * src/summaryview.c
11245                 Improvements to the English
11246
11247         * src/prefs_common.c
11248                 Improvements to the English and some
11249                 clarity/continuity improvements in the
11250                 description of Quote symbols.
11251
11252 2001-06-17 [paul]
11253
11254         0.5.0claws1
11255
11256         * sync with sylpheed 0.5.0pre1
11257
11258 2001-06-17 [hoa]
11259
11260         * src/compose.c
11261                 Better interface for compose, displayed fields
11262                 are updated whenever we change account.
11263                 Newsgroups field is automatically filled.
11264
11265         * src/mainwindow.c
11266                 Newsgroups field is automatically filled.
11267
11268         * src/prefs_account.c
11269                 Some interface stuff when fields appear and
11270                 disappear.
11271
11272 2001-06-16 [paul]
11273
11274         0.4.99claws
11275
11276         * sync with sylpheed 0.4.99
11277
11278 2001-06-16 [sergey]
11279
11280         * src/base64.c, src/base64.h (Base64Decoder, base64_decoder_new,
11281         base64_decoder_free, base64_decoder_decode): new object and
11282         functions for decoding base64 streams.
11283         * src/procmime.c (procmime_decode_content): modified to use the
11284         new base64 decoder.
11285
11286 2001-06-15 [paul]
11287
11288         0.4.99claws10
11289
11290         * sync with sylpheed 0.4.99cvs11
11291
11292 2001-06-13 [paul]
11293
11294         0.4.99claws9
11295
11296         * sync with sylpheed 0.4.99cvs9
11297
11298 2001-06-13 [hoa]
11299
11300         * src/compose.c
11301         * src/prefs_account.c
11302
11303                 SMTP server can be defined in the news account
11304                 mime type of attachment are kept.
11305
11306         * src/summaryview.c
11307
11308                 now choose the highest important score between default
11309                 and important score of folder.
11310
11311 2001-06-09 [alfons]
11312         
11313         * src/prefs_common.c: 
11314
11315                 (prefs_quote_description_create): corrected description of 
11316                 quote format characters
11317
11318 2001-06-09 [paul]
11319
11320         0.4.99claws8
11321
11322         * sync with sylpheed 0.4.99cvs8
11323
11324 2001-06-08 [sergey]
11325
11326         * src/Makefile.am: fix for "make dist": added quote_fmt_parse.h
11327         and pixmaps/stock_mail_reply_to_author.xpm to EXTRA_DIST.
11328
11329 2001-06-08 [paul]
11330
11331         0.4.99claws7
11332
11333         * sync with sylpheed 0.4.99cvs7
11334
11335 2001-06-06 [sergey]
11336
11337         * src/quote_fmt.h: renamed from src/quote_fmt_parse.h (which
11338         clashes with autogenerated header).
11339         * src/compose.c, src/quote_fmt_parse.y: #include "quote_fmt.h"
11340         * src/Makefile.am: added quote_fmt.h.
11341         * src/.cvsignore: added lex/yacc autogenerated files
11342         (quote_fmt_lex.c, quote_fmt_parse.c, quote_fmt_parse.h).
11343
11344 2001-06-06 [paul]
11345
11346         0.4.99claws6
11347
11348         * sync with sylpheed 0.4.99cvs6
11349
11350 2001-06-06 [hoa]
11351
11352         * added src/quote_fmt_parse.h
11353         * src/compose.c
11354                 removed warnings
11355
11356         * src/prefs.[ch]
11357                 don't modify readonly configuration files
11358
11359         * src/prefs_account.c
11360         * src/prefs_common.c
11361         * src/prefs_customheader.c
11362         * src/prefs_display_header.c
11363         * src/prefs_filter.c
11364         * src/prefs_filtering.c
11365         * src/prefs_scoring.c
11366                 don't open dialog box when configuration files
11367                 are readonly
11368
11369 2001-06-05 [sergey]
11370
11371         * configure.in: added AM_PROG_LEX and AC_PROG_YACC.
11372
11373         * src/Makefile.am: replaced quote_fmt.tab.[ch] by
11374         quote_fmt_lex.[lh], quote_fmt_parse.y; added YFLAGS=-d; added
11375         BUILT_SOURCES to make all files rebuild properly.
11376
11377         * src/compose.c: removed #include "quote_fmt.tab.h".
11378
11379         * src/quote_fmt_lex.l: renamed from quote_fmt.l; changed to return
11380         CHARACTER value in yylval.
11381
11382         * src/quote_fmt_parse.y: renamed from quote_fmt.y; changed to
11383         receive CHARACTER value by documented means (yylval).
11384
11385         * src/lex.quote_fmt.c, src/quote_fmt.{l,y,tab.{c,h}}: removed.
11386
11387 2001-06-05 [hoa]
11388
11389         * src/Makefile.am
11390                 changed quote_fmt.[ch] into quote_fmt.tab.[ch]
11391
11392         * src/filtering.c
11393         * src/matcher.c
11394         * src/matcher.h
11395         * src/prefs_filtering.c
11396                 now keep the configuration for execute action
11397
11398         * src/mbox_folder.c
11399                 fixed a warning
11400
11401 2001-06-05 [paul]
11402
11403         * sync with sylpheed 0.4.99cvs5
11404
11405 2001-06-05 [hoa]
11406
11407         * src/Makefile.am
11408                 added quote_fmt.[ch]
11409
11410         * added src/quote_fmt.y
11411         * added src/quote_fmt.l
11412         * added src/quote_fmt.tab.h
11413         * added src/quote_fmt.tab.c
11414         * added src/lex.quote_fmt.c
11415                 parsing configuration for replying
11416                 and forwarding
11417
11418         * src/prefs_common.[ch]
11419                 added configuration UI for replying
11420                 and forwarding
11421
11422         * src/compose.c
11423                 using configuration for replying
11424                 and forwarding
11425
11426 2001-06-04 [hoa]
11427
11428         * src/filtering.c
11429         * src/matcher.c
11430         * src/matcher.h
11431         * src/prefs_filtering.c
11432         * src/prefs_matcher.c
11433         * src/prefs_matcher.h
11434                 action "run a command" for filtering
11435                 and matching with a command.
11436                 fixed the "whole message" matching
11437
11438         * src/mbox_folder.c
11439                 changed temporary filename for security
11440
11441         * src/messageview.c
11442                 queue the notification if it fails to send.
11443
11444         * src/prefs_common.c
11445         * src/prefs_folder_item.c
11446                 changed the default important score             
11447
11448         * src/prefs_scoring.c
11449         * src/scoring.c
11450                 hide kill score input when the folder is not
11451                 a newsgroup
11452
11453 2001-06-03 [alfons]
11454
11455         * src/prefs_common.c:
11456
11457                 (prefs_font_select): pass font name in font entry box to font
11458                 selection dialog.
11459
11460 2001-06-03 [sergey]
11461
11462         * src/smtp.c (smtp_ok): fixed sock_gets() error handling.
11463
11464 2001-06-03 [paul]
11465
11466         * sync with sylpheed 0.4.99cvs4
11467
11468 2001-06-03 [alfons]
11469
11470         * src/headerwindow.c:
11471
11472                 (headerwindow_show_cb): use the selected summary view item, not
11473                 the displayed item.
11474
11475 2001-06-02 [alfons]
11476
11477         * src/headerwindow.c:
11478
11479                 (headerwindow_show_cb): always try to show msginfo
11480
11481 2001-06-02 [hoa]
11482
11483         * src/compose.c
11484                 keep attached parts when reediting or forwarding.
11485
11486 2001-06-01 [hoa]
11487
11488         * src/folderview.c
11489         * src/prefs_folder_item.[ch]
11490         * src/prefs_scoring.[ch]
11491         * src/scoring.[ch]
11492         * src/summaryview.[ch]
11493         * src/main.c
11494         * src/mainwindow.c
11495         * src/prefs_common.[ch]
11496                 support for folder scoring
11497                 kill score and important score for messages
11498         
11499         * src/prefs_account.c
11500                 some display bug fixed for local account
11501                 preferences
11502
11503 2001-05-31 [alfons]
11504
11505         * src/summaryview.c:
11506
11507                 (add_sender_to_cb): don't crash when no or invalid sender; the add 
11508                 sender to address book menu item is disabled.
11509
11510 2001-05-30 [hoa]
11511
11512         * src/filtering.[ch]
11513         * src/summaryview.c
11514                 handling summary menu / filter messages
11515
11516         * src/folder.[ch]
11517                 add some stuff
11518
11519         * src/foldersel.c
11520                 imap folders now appears in list
11521
11522         * src/mbox_folder.c
11523                 doesn't crash if destination mail is not writeable
11524
11525 2001-05-29 [hoa]
11526
11527         * src/compose.c
11528                 removed some warnings
11529
11530         * src/filtering.c
11531         * src/folder.[ch]
11532         * src/prefs_filtering.c
11533                 global string to identify any folders           
11534                 removed some debug info
11535                 filtering to mbox folders is now possible
11536
11537         * src/mainwindow.c
11538                 removed some warnings
11539
11540         * src/mbox_folder.c
11541                 permission on files are changed to read/write for user only,
11542                 nothing for other.
11543                 creation of subfolder is handled better.
11544
11545 2001-05-28 [alfons]
11546
11547         Verified the sync for src/prefs_common.[ch] and
11548         src/prefs_account.[ch]. I believe there were some
11549         minor indentation differences.
11550
11551 2001-05-28 [paul]
11552
11553         0.4.99claws3
11554
11555         * sync with 0.4.99cvs3
11556
11557 2001-05-28 [hoa]
11558
11559         * src/compose.c
11560                 handling flags for mbox format
11561
11562         * src/filtering.c
11563                 use of mark file only for MH format
11564                 handling flags for mbox format
11565                 filtering cannot yet move or copy mails to mbox folders.
11566
11567         * src/folder.[ch]
11568                 changed move_msg, copy_msg,
11569                 move_msgs_with_dest, copy_msgs_with_dest functions
11570                 uses only folder->copy_msg() function
11571                 uses folder->finished_copy() to handle the destination
11572                 folder at the end of the copy or move operation.
11573
11574         * src/foldersel.c
11575                 included mbox directories.
11576
11577         * src/folderview.[ch]
11578         * src/mainwindow.c
11579                 handle folders operation for mbox format
11580
11581         * src/mbox.c
11582                 disable conversion of "From " header
11583
11584         * src/mbox_folder.[ch]
11585                 completion of mbox format handling
11586
11587         * src/mh.c
11588                 changed mh_copy_msg() function and
11589                 removed mh_move_msg(), mh_move_msgs_with_dest(),
11590                 mh_copy_msgs_with_dest()
11591
11592         * src/prefs_filtering.c
11593                 removed some warnings
11594
11595         * src/prefs_matcher.c
11596                 default boolean operation is AND
11597
11598         * src/procheader.c
11599                 handling flags for mbox format
11600                 handling of "From " header
11601
11602         * src/procmsg.[ch]
11603                 removed data field
11604                 added MSG_REALLY_DELETED flags to handle deletion of
11605                 messages in mbox format.
11606
11607         * src/summaryview.c
11608                 handling flags for mbox format
11609                 disable the MSG_DELETED flags when messages
11610                 are deleted in mbox format
11611
11612         * src/textview.c
11613                 "From " headers display fixed.
11614
11615 2001-05-27 [alfons]
11616
11617         * src/textview.c:
11618                 
11619                 (get_email_part): skip quoted email addresses, like in e.g.
11620                 "'alfons@proteus.demon.nl'".
11621
11622 2001-05-26 [alfons]
11623
11624         Minor GUI fixes adding horizontal scrollbars to Hoa's matcher dialogs,
11625         and fixing the persistence troubles when using separate windows.
11626
11627         * src/mainwindow.c:
11628         
11629             Added #define SEPARATE_ACTION used in the gtk item factory for 
11630             the SEPARATE_FOLDER and SEPARATE_MESSAGE items, so we can
11631                 use gtk_item_factory_get_widget_by_action() to get the items.
11632                 
11633             Removed separate_widget_cb from the gtk item factory data   
11634           
11635             (mainwindow_create): connect separate_widget_cb() to check
11636             menu item "toggled" signal. also passing a MainWindow pointer
11637                 as object data for both check menu items.
11638                 
11639             (separate_widget_cb): definition of separate_widget_cb() to match
11640             GtkCheckMenuItem's "toggled" signal. Now get the pointer to the main 
11641                 window using gtk_object_get_data(). The type of window separation 
11642                 (SEPARATE_MESSAGE or SEPARATE_FOLDER) is passed as the signal's data
11643         
11644         * src/prefs_filtering.c,
11645           src/prefs_matcher.c: added horizontal scrollbars
11646
11647 2001-05-25 [darko]
11648
11649         * src/headerview.c
11650                 fix segfault with invalid bold font
11651         * src/summaryview.c
11652                 correctly display summary stats after row is marked
11653
11654 2001-05-23 [sergey]
11655
11656         * src/codeconv.c (conv_get_code_conv_func): fix for ISO-8859-*
11657         encodings with libjconv.
11658
11659 2001-05-23 [hoa]
11660
11661         * src/Makefile.am
11662                 added mbox_folder.[ch]
11663         * src/defs.h
11664                 mbox temporary folder
11665         * src/folder.[ch]
11666         * added src/mbox_folder.[ch]
11667         * src/folderview.c
11668         * src/procheader.[ch]
11669                 added mbox support
11670         * src/mbox.c
11671                 bugfix for file incorporation filtering
11672         * src/imap.c
11673                 enable creation of MBOX
11674         * src/prefs_display_header.c
11675                 enable use of headers like "From "
11676                 something that should be fixed :
11677                         displaying of such headers add an extra space
11678         * src/prefs_folder_item.c
11679                 don't create folders because it is not necessary
11680         * src/procmsg.h
11681                 added data field to MsgInfo for mbox internal use
11682         * src/summaryview.c
11683                 added some support for mbox
11684         * src/utils.[ch]
11685                 added get_mbox_cache_dir() function
11686
11687 2001-05-23 [hiroyuki]
11688
11689         * src/headerwindow.c
11690           src/inc.c
11691           src/main.c
11692           src/mh.c
11693           src/nntp.c
11694           src/procmsg.h
11695           src/session.h
11696           src/socket.[ch]
11697           src/summaryview.c
11698           src/textview.c
11699           src/automaton.c
11700           src/folderview.c: more sync with 0.4.99cvs2.
11701
11702         * src/headerwindow.c: reverted.
11703
11704 2001-05-22 [paul]
11705
11706         0.4.99claws2
11707
11708         * sync with sylpheed 0.4.99cvs2
11709                 * src/news.[ch]
11710                 * src/nntp.[ch]
11711                 * INSTALL
11712                 * INSTALL.jp
11713
11714 2001-05-22 [alfons]
11715
11716         * src/summaryview.c: bugfixed a premature assignment in  summaryview_add_sender_to_cb()
11717
11718 2001-05-21 [alfons]
11719
11720         Minor things:
11721
11722         * configure.in: if gnome-config not found, "no" is displayed
11723         
11724         * sylpheed.desktop: "Hello World" is replaced with "Sylpheed Mail"
11725
11726         * src/textview.c: now also possible to add mail addresses by right
11727           clicking in the text view
11728
11729         * src/codeconv.c: merged patch which fixes endless loop when encountering
11730           invalid wide characters; from Alte <010@imis.ru>  
11731
11732 2001-05-20 [alfons]
11733
11734         Added installation of gnome specific things:
11735
11736         * Makefile.am: gnome conditional
11737
11738         * configure.in: check for installed gnome
11739
11740         * added sylpheed.png, sylpheed.desktop
11741
11742 2001-05-20 [sergey]
11743
11744         * src/pixmaps/stock_mail_reply_to_author.xpm: new file.
11745
11746         * src/mainwindow.h (main_window_toolbar_create): created a button
11747         for "Reply to all".
11748         (main_window_set_toolbar_sensitive): enable/disable the new button
11749         appropriately.
11750         (toolbar_reply_to_author_cb): handle the new button.
11751
11752         * src/send.c (SEND_EXIT_IF_ERROR, SEND_EXIT_IF_NOTOK): call
11753         send_progress_dialog_destroy() on failure (fixes hang on SMTP
11754         failure).
11755
11756 2001-05-19 [sergey]
11757
11758         * src/compose.h (ComposeReplyMode): new modes
11759         COMPOSE_REPLY_TO_AUTHOR, COMPOSE_REPLY_TO_AUTHOR_WITH_QUOTE,
11760         COMPOSE_REPLY_TO_AUTHOR_WITHOUT_QUOTE.
11761
11762         * src/compose.c
11763         (compose_send): move some code into a new function:
11764         (compose_current_mail_account): new function.
11765         (compose_reply): new argument to_author, all callers changed; if
11766         to_author==TRUE and account->protocol==A_NNTP, find and use an
11767         appropriate mail account for replying.
11768         (compose_reply_set_entry): new argument to_author; ignore
11769         compose->replyto if to_author==TRUE.
11770
11771         * src/mainwindow.c: new command "Message/Reply to author".
11772         (main_window_set_menu_sensitive): enable/disable it.
11773         (reply_cb): handle it.
11774
11775         * src/summaryview.c: new command "Reply to author".
11776         (summary_set_menu_sensitive): enable/disable it.
11777         (summary_reply_cb): handle it.
11778
11779         * src/account.c (account_find_mail_from_address): new function.
11780
11781 2001-05-18 [paul]
11782
11783         0.4.99claws1
11784
11785         * sync with sylpheed 0.4.99cvs1
11786
11787 2001-05-18 [hoa]
11788
11789         * src/compose.[ch]
11790         * src/filtering.c
11791         * src/summaryview.c
11792                 new filtering action : forward and forward as attachment
11793
11794         * src/main.c
11795                 no need for $DISPLAY when we run sylpheed --help
11796                 call to parse_cmd_opt() is moved
11797
11798         * src/mainwindow.[ch]
11799                 execute button is hidden when immediate execute
11800                 is chosen
11801
11802         * src/mh.c
11803         * src/news.c
11804         * src/prefs_folder_item.c
11805         * src/procmsg.c
11806                 better handling of missing directories
11807
11808         * src/summaryview.c
11809                 reedit is enabled in outbox
11810                 reedit is enabled in queue
11811
11812 2001-05-17 [hoa]
11813
11814         * src/filtering.c
11815         * src/matcher.[ch]
11816         * src/prefs_filtering.c
11817                 changed attachement into attachment
11818
11819 2001-05-17 [alfons]
11820
11821         0.4.67claws4    
11822
11823         * sync with sylpheed 0.4.67cvs9
11824         * sync with sylpheed 0.4.67cvs7-8
11825
11826 2001-05-17 [hoa]
11827
11828         * src/Makefile.am
11829                 added prefs_filtering.c
11830
11831         * src/filtering.[ch]
11832         * src/matcher.[ch]
11833                 removed action : forward_news and forward_news_as_attachement
11834                 (forward and forward_as_attachement can be used instead)
11835
11836         * src/mainwindow.c
11837                 added menu option to access filtering configuration
11838
11839         * src/prefs_account.c
11840                 changed mail_command default to /usr/sbin/sendmail
11841
11842         * added src/prefs_filtering.[ch]
11843                 dialog box for filtering configuration
11844
11845         * src/prefs_matcher.c
11846                 added function prefs_matcher_get_criteria_from_matching()
11847
11848         * src/prefs_scoring.c
11849                 reset the dialog when register or substitute is clicked
11850
11851 2001-05-15 [hoa]
11852
11853         * src/Makefile.am
11854                 added filtering.[ch]
11855         * src/inc.c
11856                 using filering.[ch] instead of filter.[ch]
11857         * src/main.c
11858                 reading new filtering configuration
11859         * src/matcher.[ch]
11860                 added some filtering actions
11861                 and fixed a bug for headers and mail body matching
11862         * src/mbox.c
11863                 using filering.[ch] instead of filter.[ch]
11864         * src/mh.c
11865                 handling invalid MsgInfo in mh_copy_msg() and mh_move_msg()
11866         * src/summaryview.c
11867                 some fixes for filtering
11868
11869 2001-05-14 [hiroyuki]
11870
11871         * src/send.c: fixed some weird indentations.
11872           send_message_with_command(): call pclose() only if p != NULL.
11873         * src/textview.c: get_email_part(): modified the code for readability.
11874
11875 2001-05-14 [hiroyuki]
11876
11877         * src/md5global.h
11878           src/md5ify.c
11879           src/md5ify.h: removed from the cvs.
11880
11881 2001-05-13 [sergey]
11882
11883         * src/main.c: include rfc2015.h to avoid compiler warnings.
11884         * src/alertpanel.c (alertpanel_message_with_disable): return 0 if
11885         the panel is already on screen.
11886         * src/prefs_customheader.c (prefs_custom_header_delete_cb): treat
11887         closing the alert window by ESC as "No".
11888         * src/prefs_common.c (prefs_interface_create): moved return
11889         receipt check button to the correct place.
11890
11891 2001-03-13 [alfons]
11892
11893         * src/prefs_common.c: 
11894                 moved return receipt check button to the Send tab. (prefs_send_create)
11895                 removed the date format ui related globals. (prefs_display_create)
11896
11897         0.4.67claws3
11898         
11899         * sync with sylpheed 0.4.67cvs5-6
11900
11901 2001-05-13 [paul]
11902
11903         * added Alfons' font selection patch
11904
11905         * src/defs.h
11906         * src/headerwindow.c
11907         * src/prefs_common.c
11908         * src/prefs_common.h
11909
11910 2001-05-13 [hoa]
11911         * src/defs.h
11912                 changed version of cache
11913         * src/matcher.[ch]
11914         * src/prefs_matcher.c
11915                 added additionnal matching criteria
11916         * src/procheader.c
11917         * src/procmsg.[ch]
11918         * src/news.c
11919                 added references in MsgInfo
11920
11921 2001-05-12 [hoa]
11922
11923         * src/defs.h
11924                 prepared some things for new filtering
11925         * src/matcher.[ch]
11926                 added some matching properties
11927                 inreplyto need to be enhanced
11928                 prepared some things for new filtering
11929         * src/messageview.c
11930                 added Return-Receipt-To handling
11931         * src/prefs_folder_item.c
11932                 changed default value to TRUE
11933         * src/prefs_matcher.c
11934                 added some matching properties
11935         * src/prefs_scoring.[ch]
11936                 the scoring dialog is finished
11937         * src/procheader.c
11938                 added Return-Receipt-To handling
11939                 Reference need to be added
11940         * src/procmsg.[ch]
11941                 added Return-Receipt-To handling
11942                 added threadscore to get a better score sorting when
11943                 threads are enabled
11944         * src/summaryview.c
11945                 suppressed a bug when we sort the list
11946                 when no folder is opened.
11947                 better score sorting when threads are enabled
11948
11949 2001-05-12 [alfons]
11950
11951         * reverted previous patch because of potential errors 
11952
11953         0.4.67claws2
11954         
11955         * src/inc.c, src/prefs_common.c, src/prefs_common.h: 
11956                 applied "toggle mail-retrieval dialog window" patch submitted 
11957                 by Eric Limpens <eric@qnt.net>
11958
11959         * sync with sylpheed 0.4.67cvs4
11960
11961 2001-05-12 [sergey]
11962
11963         * src/matcher.c, src/scoring.c: changed "#ifdef 0" to "#if 0" for
11964         some picky compilers.
11965         * src/rfc2015.h: provide prototype for rfc2015_disable_all().
11966         * src/grouplist_dialog.c: include alertpanel.h.
11967         * src/prefs_headers.c (prefs_headers_deleted): added GTK_BUTTON to
11968         fix compile warning.
11969         * src/scoring.c, src/prefs_folder_item.c, src/matcher.c: brought
11970         #include "defs.h" before others to prevent the warning of `MIN'
11971         and `MAX' redefinition.
11972
11973 2001-05-11 [hoa]
11974
11975         * src/main.c
11976         * src/messageview.c
11977         * src/prefs_account.c
11978         * src/prefs_display_header.c
11979                 removed warning
11980         * src/Makefile.am
11981                 added prefs_scoring.[ch]
11982         * src/grouplist_dialog.c
11983                 display an error dialog box if the group list
11984                 cannot be fetched.
11985         * src/mainwindow.[ch]
11986                 added main_window_set_thread_option() function
11987                 scoring dialog box enabled
11988         * src/matcher.[ch]
11989                 added flags matching unread /new / marked
11990                 / deleted / replied / forwarded
11991         * src/news.c
11992                 newsgroups are now finally in newscache
11993         * src/prefs_matcher.[ch]
11994                 finished preferences for matching dialog
11995         * added src/prefs_scoring.[ch]
11996                 scoring dialog box completed
11997         * src/scoring.[ch]
11998                 conversion to string : added scoringprop_to_string()
11999                 write config for preferences :
12000                 added prefs_scoring_write_config()
12001         * src/summaryview.c
12002                 threads can be enabled/disabled independently
12003                 for each folder
12004
12005 2001-05-10 [alfons]
12006
12007         0.4.67claws1
12008         
12009         * AUTHORS: 
12010                 thought it would be nice to have a list of all
12011                 contributors (used Changelog as a reference)
12012         
12013         * configure.in: 
12014                 messed up version numbering...
12015
12016         0.4.66claws1
12017
12018         * sync with sylpheed 0.4.67cvs1-3
12019
12020 2001-05-10 [darko]
12021
12022         * src/prefs_common.c:
12023                 better UI for strftime format, double clicking
12024                 on format now inserts the format in text entry
12025                 replaced close button with standard OK/Cancel
12026                 moved date format button to the right of the
12027                 text entry field
12028
12029 2001-05-09 [alfons]
12030
12031         * src/gtkstext.c:
12032                 Ctrl-Home / Ctrl-End have proper cursor navigation
12033
12034 2001-05-09 [hoa]
12035
12036         * src/prefs_matcher.c
12037                 finished UI to define matching properties
12038                 added ok and cancel button
12039         * src/prefs_filter.c
12040                 added ok and cancel button
12041         * src/news.c
12042                 fixed some bug in xhdr parsing
12043
12044 2001-05-08 [alfons]
12045
12046         * src/textview.c: 
12047                 fixed a bug in textview_show_header(), which displayed two colons (':');
12048                 cleaned up some warnings
12049
12050 2001-05-08 [hoa]
12051
12052         * src/Makefile.am
12053                 added prefs_matcher.[ch]
12054                 compilation with -W -Wall
12055         * src/alertpanel.c
12056                 ungrab the mouse events if grabbed - does it
12057                 fix the bug for disposition notification ?
12058         * src/mainwindow.c
12059                 added a menu option to open the matching dialog.
12060         * src/matcher.[ch]
12061                 added matcherprop_to_string() and matcherlist_to_string()
12062                 fixed some bugs, changed the name of some options
12063                 age_sup and age_inf becomes age_greater and age_lower,
12064                 body and messageheaders becomes body_part and headers_part,
12065                 changed the names of constants from SCORING_XXX to MATCHING_XXX
12066         * src/prefs_display_header.c
12067         * src/prefs_headers.c
12068                 fixed a bug that accidentally destroyed dialogs
12069                 when closed them with delete_event
12070                 Added *_deleted() which handle delete_event signal correctly.
12071         * src/prefs_folder_item.[ch]
12072                 added "enable_thread" field for future customization
12073         * added src/prefs_matcher.[ch]
12074                 sample of the UI to define matching properties
12075         * src/procheader.c
12076                 using procheader_headername_equal instead of str*cmp functions
12077                 using procheader_parse_header() function
12078         * src/scoring.c
12079                 using MATCHING_XXX instead of SCORING_XXX
12080         * src/summaryview.c
12081                 display the sender of the news even if this is ourself
12082                 when this is a news message.
12083         * src/textview.c
12084                 using headername_equal() instead of str*cmp functions
12085
12086 2001-05-08 [alfons]
12087
12088         0.4.66claws
12089
12090         * sync with sylpheed 0.4.66
12091         * src/gtkstext.c: trace logs added 
12092
12093 2001-05-08 [sergey]
12094
12095         * src/prefs_common.[ch]: added option to enable/disable GnuPG
12096         signature check popup.
12097         * src/rfc2015.c (check_signature): show signature check popup only
12098         if it is enabled in preferences.
12099
12100 2001-05-07 [alfons]
12101
12102         0.4.66claws4
12103         
12104         * sync with sylpheed 0.4.66cvs6
12105
12106 2001-05-07 [darko]
12107
12108         * src/prefs_common.[ch]: added option to enable/disable
12109           looking up sender name in address book for summary pane
12110         * src/summaryview.c: look up sender in the address book
12111           by using Alfons' address completion code
12112
12113 2001-05-07 [hiroyuki]
12114
12115         * src/inc.h
12116           src/pop.c: pop3_retr_recv(): removed cur_msg_bytes from the
12117           member of Pop3State.
12118         * src/news.c: brought #include "defs.h" before #include <glib.h>
12119           to prevent the warning of `MIN' and `MAX' redefinition.
12120
12121 2001-05-06 [hoa]
12122
12123         * removed src/headers_display.[ch]
12124         * removed src/prefs_display_headers.[ch]
12125         * src/inc.c
12126                 use a temporary file in the user directory for mbox import
12127         * src/news.c
12128                 added XHDR support to get "To" and "Cc" headers
12129                 (in order to match news with to or cc field for
12130                 scoring)
12131                 added function news_parse_xhdr() to get XHDR response
12132         * src/nntp.[ch]
12133                 added function nntp_xhdr()
12134         * src/matcher.c
12135                 fetch the message if necessary
12136
12137 2001-05-06 [alfons]
12138
12139         0.4.66claws3
12140
12141         * sync with sylpheed 0.4.66cvs3-5
12142
12143 2001-05-06 [hoa]
12144
12145         * src/utils.[ch]
12146                 added function itos_buf() to enable use of several buffers
12147         * src/summaryview.c
12148                 use of itos_buf() instead of itos() in summary list
12149                 to fix the broken display of message number.
12150
12151 2001-05-06 [alfons]
12152
12153         * src/gtkstext.c: bug in cursor up navigation fixed,
12154                 fixed another unsigned / signed comparison (we're getting there :-)
12155
12156 2001-05-06 [hoa]
12157
12158         * src/Makefile.am
12159                 added scoring.c scoring.h
12160                 prefs_folder_item.c prefs_folder_item.h
12161                 matcher.c matcher.h
12162         * src/defs.h
12163                 added FOLDERITEM_RC SCORING_RC
12164         * src/folder.[ch]
12165                 added prefs field in FolderItem :
12166                 properties for each folder (PrefsFolderItem),
12167                 sorting type and mode were added as the first properties.
12168         * src/main.c
12169                 read config for scoring
12170         * added src/matcher.[ch]
12171                 gives functions to parse configuration file to do
12172                 matching on mails with a list of conditions.
12173         * src/mainwindow.c
12174                 add option to sort by score
12175         * src/prefs_common.[ch]
12176                 added preference option to show score and for
12177                 the score column size
12178         * added src/prefs_folder_item.[ch]
12179                 properties for each folder (PrefsFolderItem),
12180                 sorting type and mode were added as the first properties.
12181         * src/procheader.[ch]
12182                 added procheader_parse_header()
12183                 added procheader_header_free()
12184                 added procheader_headername_equal()
12185                 and made modification to use them.
12186         * src/procmsg.[ch]
12187                 added score field to MsgInfo structure
12188         * added src/scoring.[ch]
12189                 gives functions to parse configuration file to do
12190                 scoring on mails with a list of conditions.
12191         * src/summaryview.[ch]
12192                 save the sorting type and mode for the folder
12193                 added column to display the score of the mail
12194                 added function summary_score_clicked()
12195                 sorting type and mode are restored to the folder
12196                 when it is reopen
12197         * src/textview.c
12198                 use procheader_parse_header(), procheader_headername_equal()
12199                 removed memory leak in text_scan_header when freeing headers
12200         * src/filter.c
12201                 changed the function to match names of headers
12202                 using procheader_headername_equal()
12203
12204         Scoring functions are implemented, an interface is needed
12205         to configure that.
12206
12207 2001-05-04 [alfons]
12208
12209         * src/gtkstext.c: 
12210                 hopefully fixed the row up navigation bug,
12211                 removed adding back / forward lines to cache
12212
12213 2001-05-04 [sergey]
12214
12215         * src/prefs_display_headers.c: user interface changes:
12216         (prefs_display_headers_create): remove unused "Show" check button;
12217         allow reordering of headers by dragging.
12218         (prefs_display_headers_write_config): remove unused variables.
12219         (prefs_display_headers_set_dialog): do not insert "(New)" at top
12220         of lists (not needed with the new UI).
12221         (prefs_display_headers_set_list): scan lists starting from row 0,
12222         not 1 (do not skip "(New)").
12223         (prefs_display_headers_find_header): new function.
12224         (prefs_display_headers_clist_set_row): do not allow duplicates.
12225         (prefs_display_headers_delete_cb): do not skip row 0; treat
12226         closing the alert window by ESC as "No".
12227         (prefs_display_headers_up): do not protect row 0.
12228         (prefs_display_headers_down): do not protect row 0.
12229
12230 2001-05-04 [sergey]
12231
12232         * src/mainwindow.c (next_marked_cb, prev_marked_cb): new
12233         functions.
12234
12235         * src/summaryview.c
12236         (summary_find_next_marked_msg, summary_find_prev_marked_msg,
12237         summary_select_next_marked, summary_select_prev_marked): new
12238         functions.
12239
12240 2001-05-03 [sergey]
12241
12242         * src/news.c: fixed a bug when no article can be fetched after
12243         server timeout if the connection was restored by news_post():
12244         (news_select_group): new function.
12245         (news_fetch_msg): call news_select_group() before fetching
12246         article.
12247         (news_get_uncached_articles): set session->group after successful
12248         GROUP command.
12249
12250 2001-05-03 [hoa]
12251
12252         * src/defs.h
12253         * src/procmsg.[ch]
12254         * src/procheader.c
12255                  changed version of cache, added cc field
12256
12257         * src/prefs_display_headers.c
12258                 the interface was changed
12259
12260         * src/prefs_headers.c
12261                 added cancel button
12262
12263 2001-05-03 [alfons]
12264
12265         * completed sync of sylpheed cvs2
12266         * src/gtkstext.c: updated row up / down cursor navigation
12267         * src/textview.c: re-edited, prepared for fixing the email address
12268                 scanner.
12269
12270 2001-05-03 [darko]
12271
12272         * src/prefs_common.c: use alfons' strftime ui code
12273         entry_datefmt and datefmt_sample widgets have to be
12274         global in this module because of this change
12275
12276 2001-05-03 [hoa]
12277
12278         * src/messageview.c
12279         * src/prefs_common.[ch] added option to activate the return receipt
12280                 feature.
12281
12282 2001-05-02 [alfons]
12283
12284         * src/gtkstext.c: fix for row up/down cursor navigation. 
12285
12286         0.4.66claws2
12287         
12288         * sync with 0.4.66cvs2
12289
12290 2001-05-02 [paul]
12291
12292         added add-sender-to-addressbook patch
12293
12294         * src/addressbook.c
12295         * src/addressbook.h
12296         * src/summaryview.c
12297
12298 2001-05-02 [sergey]
12299
12300         * src/alertpanel.h (AlertValue): added G_ALERT_VALUE_MASK,
12301         G_ALERTDISABLE.
12302
12303         * src/alertpanel.c (alertpanel_create): new argument can_disable,
12304         all existing callers changed to pass FALSE; create a check button
12305         to disable the message.
12306         (alertpanel_message_with_disable): new function.
12307         (alertpanel_show): mask value with G_ALERT_VALUE_MASK.
12308         (alertpanel_button_toggled): new function.
12309         (alertpanel_button_clicked, alertpanel_close): set value using
12310         G_ALERT_VALUE_MASK.
12311
12312         * src/prefs_common.h (PrefsCommon): new field gpgme_warning.
12313
12314         * src/prefs_common.c (prefs_privacy_create): new check button
12315         checkbtn_gpgme_warning.
12316
12317         * src/main.c (main): moved preferences reading before gpgme
12318         initialization; check prefs_common.gpgme_warning before giving the
12319         GnuPG warning and set it to FALSE if the user wants to disable the
12320         warning.
12321
12322 2001-05-02 [hiroyuki]
12323
12324         * src/prefs_display_headers.c: modified the layout and some labels.
12325
12326 2001-05-02 [sergey]
12327
12328         * src/prefs_account.c (prefs_account_fix_size): new function.
12329         (prefs_account_create): call prefs_account_fix_size(); use
12330         gtk_widget_show instead of gtk_widget_show_all (fixes too large
12331         size when the window is shown for the first time).
12332         (prefs_account_basic_create): changed layout of serv_table; moved
12333         localmbox_entry above smtpserv_entry (logically it replaces
12334         POP3/IMAP server).
12335         (prefs_account_protocol_activated): set sensitivity of
12336         nntpauth_chkbtn according to the protocol (in addition to
12337         hide/show); commented out gtk_table_set_row_spacing() calls.
12338         (prefs_account_nntpauth_toggled): do nothing if nntpauth_chkbtn is
12339         not sensitive (fixes a bug with disabled username/password boxes
12340         when editing POP3 account after NNTP with authentication).
12341
12342 2001-05-02 [hoa]
12343
12344         * src/account.c
12345         * src/inc.c
12346         * src/prefs_account.[ch]
12347         * src/send.c
12348                 removed local account without SMTP server
12349                 added option to use mail command instead of a connexion
12350                 to SMTP server when a local account is used
12351         * src/prefs_headers.c
12352                 fixed a bug
12353         * src/news.c
12354                 fixed a bug when connexion immediately closed
12355
12356 2001-05-01 [alfons]
12357
12358         0.4.66claws1
12359         
12360         * sync with 0.4.65
12361
12362 2001-05-01 [sergey]
12363
12364         * src/prefs_account.c (Basic, prefs_account_basic_create): new
12365         widget nntpauth_chkbtn.
12366         (prefs_account_protocol_activated): handle nntpauth_chkbtn
12367         visibility.
12368         (prefs_account_nntpauth_toggled): new function.
12369
12370         * src/news.c (news_session_new_for_folder): use NNTP
12371         authentication only if ac->use_nntp_auth is set.
12372
12373 2001-05-01 [hoa]
12374
12375         * src/Makefile.am changed headers.[ch] in customheader.[ch]
12376         * src/prefs_display_headers.c changed the UI
12377         * src/prefs_headers.c changed account_name to account_id
12378         * src/compose.c using customheader.h
12379
12380 2001-05-01 [hiroyuki]
12381
12382         * src/esmtp.c
12383           src/news.c
12384           src/nntp.c: changed sock_read() to sock_gets(), they've been left
12385           unsynched.
12386
12387 2001-05-01 [hoa]
12388
12389         * src/Makefile.am added prefs_display_headers.[ch] headers_display.[ch]
12390         * src/defs.h added HEADERS_DISPLAY_RC : name of the config file
12391                 for displaying of headers
12392         * src/grouplist_dialog.[ch] minor changes to remove warnings
12393         * src/prefs_display_headers.[ch] dialog to choose the
12394         headers to display in the mail viewer.
12395         * src/headers.h correction of #define
12396         * src/headers_display.[ch] configuration for displaying of headers.
12397         * src/main.c read config of displaying of headers
12398         * src/prefs_common.c add a button to access the config dialog
12399                 for displaying of headers
12400         * src/prefs_display_headers.[ch] dialog for configuration for
12401                 displaying of the headers.
12402         * src/prefs_headers.c cleaning of code
12403         * src/procheader.c comments added to code
12404         * src/textview.c changes to reorder the headers depending
12405                 on the config for displaying of headers
12406
12407 2001-04-30 [alfons]
12408
12409         0.4.65claws7
12410
12411         * sync with 0.4.65cvs12
12412
12413         NOTE: nntp.c and news.c in claws and cvs branch differ significantly!
12414
12415 2001-04-30 [sergey]
12416
12417         * src/nntp.h (NNTPSockInfo): new field auth_failed.
12418
12419         * src/nntp.c (nntp_mode): return NN_AUTHREQ if sock->auth_failed
12420         is set to force reconnection after authentication failure.
12421         (nntp_gen_command): set sock->auth_failed on authentication
12422         failure, or if sock->userid and sock->passwd are not set.
12423
12424         * src/news.c (news_session_new_for_folder): set userid=NULL if
12425         password dialog is cancelled.
12426
12427 2001-04-30 [sergey]
12428
12429         * src/nntp.h (NNTPSockInfo): new type.
12430
12431         * src/nntp.c: all functions updated to use NNTPSockInfo instead of
12432         SockInfo.
12433         (nntp_open_auth, nntp_close): new functions.
12434         (nntp_gen_command): new function to handle authentication; all
12435         NNTP command functions updated to use it.
12436         (nntp_authinfo_user, nntp_authinfo_pass): deleted.
12437         (nntp_list): removed old useless code.
12438
12439         * src/news.h (NNTPSession): new field nntp_sock.
12440
12441         * src/news.c: all functions updated to use NNTPSockInfo instead of
12442         SockInfo.
12443         (news_session_new): new arguments (userid, passwd); made static;
12444         use nntp_open_auth() if needed.
12445         (news_session_destroy): use nntp_close() instead of sock_close().
12446         (news_query_password): changed arguments.
12447         (news_session_new_for_folder): new function.
12448         (news_session_get): use news_session_new_for_folder().
12449         (news_authenticate): deleted.
12450         (news_get_uncached_articles): removed old authentication code.
12451
12452 2001-04-30 [sergey]
12453
12454         * src/news.c: reverted my previous changes (need to do NNTP
12455         authentication in a cleaner way).
12456         
12457 2001-04-29 [sergey]
12458
12459         * src/news.c (news_nntp_group, news_nntp_list, news_nntp_xover,
12460         news_nntp_post, news_nntp_mode): new functions (wrappers with
12461         authentication support).
12462         (news_get_article_cmd, news_get_article, news_get_header): new
12463         argument "folder"; all callers changed.
12464         (news_get_article_cmd): added authentication support.
12465         (news_session_get): use news_nntp_mode() instead of nntp_mode().
12466         (news_post): use news_nntp_post() instead of nntp_post().
12467         (news_get_uncached_articles): use news_nntp_group() instead of
12468         nntp_group() and news_nntp_xover() instead of nntp_xover();
12469         removed old authentication code.
12470         (news_get_group_list): use news_nntp_list() instead of nntp_list().
12471
12472         * src/nntp.c (nntp_list): return real error code instead of
12473         hardcoded NN_ERROR.
12474
12475 2001-04-29 [sergey]
12476
12477         * configure.in: fixed wint_t typedef detection again
12478
12479 2001-04-28 [hoa]
12480
12481         * src/prefs_account.[ch], added A_LOCAL_CMD
12482                 (send mail with mail command)
12483         * src/send.c added function send_message_with_command()
12484         * src/inc.c made a more secure get_spool() function with
12485                 mktemp() but maybe mkstemp() or something more
12486                 secure can be used.
12487
12488 2001-04-28 [alfons]
12489
12490         * src/textview.c, colorization of email addresses in headers
12491
12492         0.4.65claws6
12493
12494         * bug sync with sylpheed
12495         * prefs_common.c: created date format ui for darko
12496         * sync with 0.4.65cvs11
12497         * configure.in: corrected to have the new gpg checks
12498
12499 2001-04-27 [alfons]
12500
12501         * completed sync with 0.4.65cvs10
12502         * minor debug things added to gtkstext.c
12503
12504 2001-04-27 [darko]
12505
12506         * configure.in: remove check for availability of
12507           strftime() as advised by Hiroyuki
12508         * src/prefs_common.[ch], src/procheader.c:
12509           synch strftime() code with Hiroyki's main branch
12510
12511 2001-04-26 [sergey]
12512
12513         * src/news.c: news_query_password(), news_authenticate(): new
12514           functions.
12515           news_get_uncached_articles(): added NNTP authentication
12516           handling.
12517         * src/nntp.[ch]: nntp_authinfo_user(), nntp_authinfo_pass():
12518           new functions.
12519         * src/prefs_account.c: prefs_account_protocol_activated():
12520           enable userid and password fields for NNTP.
12521
12522 2001-04-26
12523
12524         * configure.in: check for availability of strftime()
12525           [darko]
12526         * src/prefs_common.[ch], src/procheader.c: use
12527           strftime() for displaying date in summary pane if it
12528           is available
12529
12530 2001-04-25
12531
12532         * more .cvsignore cleanups [alfons]
12533
12534 2001-04-25
12535
12536         * ac/sv-check-type.m4: new autoconf macro.
12537         * configure.in: fixed wint_t typedef detection (did not work
12538           with gcc-2.96).
12539
12540 2001-04-25
12541
12542         * acconfig.h: added USE_GTKGDK_XIM definition for autoheader.
12543           [hiroyuki]
12544
12545 2001-04-24
12546         * modified gtkstext.c : buggy cursor navigation fixed, 
12547           and font descent also taken in account when drawing
12548           cursor. [alfons]
12549
12550 2001-04-24 [hoa]
12551         * added comments in src/news.c src/nntp.c
12552         * added src/prefs_headers.[ch]
12553         * added src/headers.[ch]
12554         * modified compose.c to activate custom headers
12555                 added function is_in_custom_headers
12556         * modified prefs_account.[ch]
12557                 added function prefs_account_customhdr_edit
12558         * modified src/defs.h :
12559                 added HEADERS_RC : name of the config file
12560                 for the custom headers
12561
12562 2001-04-24
12563
12564     0.4.65claws5
12565
12566         * configure.in
12567           src/gtkstext.[ch]
12568           src/compose.c
12569           src/Makefile.am
12570           
12571           added gtkstext with configure.in patch by Hiroyuki which
12572           should fix the XIM detection [alfons]
12573
12574         * more clean up of cvs [alfons]
12575
12576                  * removed all Makefile.in files to attic.
12577
12578                  * updated all .cvsignores to really ignore things that could
12579                    be unintentionally committed by a recursive commit.
12580
12581 2001-04-23 [hoa]
12582         * added src/grouplist_dialog.[ch]
12583         * changed src/folderview.c to call grouplist_dialog instead
12584                 of inputdialog
12585         * src/news.c :
12586                 added functions news_reset_group_list
12587                 and news_get_group_list
12588         * src/nntp.c :
12589                 added function nntp_list
12590         * src/defs.h :
12591                 added GROUPLIST_FILE : name of the newsgroup list cache file
12592
12593 2001-04-21
12594
12595         * added option to warn about queued messages on exit [sergey]:
12596
12597           * src/compose.c: compose_queue(): call folder_item_scan()
12598             and folderview_update_item() after queueing.
12599           * src/folderview.c: folderview_update_node(): draw the queue
12600             folder in bold font if there are queued messages.
12601           * src/mainwindow.c: queued_messages(): new function.
12602             app_exit_cb(): display warning if there are queued messages
12603             if warn_queued_on_exit is set.
12604           * prefs_common.[ch]: add warn_queued_on_exit option.
12605
12606         * enhanced GnuPG key selection support [sergey]:
12607
12608           * src/select-keys.c: updated to newer version from Win32
12609             branch with support for selecting arbitrary keys.
12610           * src/prefs_account.c: added the Privacy tab to the account
12611             options window.
12612             prefs_account_privacy_create(),
12613             prefs_account_sign_key_set_data_from_radiobtn(),
12614             prefs_account_sign_key_set_radiobtn(): new functions.
12615           * src/prefs_account.h: new preferences sign_key_type, sign_key_id.
12616           * src/rfc2015.c: set_signers(): new function.
12617             pgp_sign(): add the account parameter, call set_signers().
12618             rfc2015_sign(): add the account parameter, pass it to pgp_sign().
12619           * src/rfc2015.h: rfc2015_sign(): updated prototype.
12620           * src/compose.c: pass the current account to rfc2015_sign().
12621
12622         * tag name claws added to prevent confusion with main branch [alfons]
12623
12624         * Sync with sylpheed-0.4.65cvs4 and made it compile. [sergey]
12625
12626         * autogen.sh: Added "--enable-maintainer-mode". [sergey]
12627
12628         * sync with recent sylpheed cvs. Untested though. [alfons]
12629