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