2005-02-12 [paul] 1.0.1cvs4.5
[claws.git] / ChangeLog.claws
1 2005-02-10 [paul]       1.0.1cvs4
2
3         * src/compose.c
4                 sync with main, see ChangeLog 2005-02-10
5
6 2005-02-10 [colin]      1.0.1cvs3
7
8         * src/mainwindow.c
9                 dereference freed messageview,
10                 and don't try to use it after free.
11                 This caused occasional late segfaults
12                 when quitting.
13
14 2005-02-10 [colin]      1.0.1cvs2
15
16         * src/messageview.c
17                 Don't display html with plugin automatically
18                 (Dillo steals focus)
19
20 2005-02-09 [colin]      1.0.1cvs1
21
22         * src/mimeview.c
23         * src/mimeview.h
24         * src/messageview.c
25                 Display first relevant part using plugin
26                 if not text/plain if possible (useful for 
27                 vCalendar for example)
28
29 2005-02-08 [paul]       1.0.1
30
31         1.0.1 released
32
33 2005-02-08 [paul]       1.0.0cvs29
34
35         * po/de.po
36         * po/es.po
37         * po/fr.po
38         * po/it.po
39         * po/pt_BR.po
40         * po/sk.po
41         * po/sr.po
42                 updated by Thomas Gilgin, Ricardo Mones Lastra,
43                 Fabien Vantard, Andrea Spadaccini, Frederico Goncalves
44                 Guimaraes, Andrej Kacian, Aleksandar Urosevic
45
46 2005-02-05 [paul]       1.0.0cvs28
47
48         * src/compose.c
49                 fix Bug 682 'redirect is broken'
50
51
52 2005-02-05 [thorsten]   1.0.0cvs27
53
54         * src/partial_download.c
55                 fix buf overflow
56
57 2005-02-03 [colin]      1.0.0cvs26
58
59         * src/common/plugin.c
60                 Don't load GTK2 plugins at all. This solves
61                 the plugins problem when switching between
62                 GTK1 and GTK2 version.
63
64 2005-02-02 [colin]      1.0.0cvs25
65
66         * src/messageview.c
67                 Fix dangerous typo
68
69 2005-01-31 [colin]      1.0.0cvs24
70
71         * src/compose.c
72                 Fix MsgInfo reference leak
73
74 2005-01-28 [colin]      1.0.0cvs23
75
76         * src/folderview.c
77                 Change check - partial_recv is not cached.
78
79 2005-01-28 [colin]      1.0.0cvs22
80
81         * src/folderview.c
82                 Don't call partial_mark_for_delete() when 
83                 it's useless
84
85 2005-01-27 [colin]      1.0.0cvs21
86
87         * src/procmsg.c
88         * src/compose.c
89                 Fix build - sorry.
90
91 2005-01-27 [christoph]  1.0.0cvs20
92
93         * src/folder.c
94                 use normal message remove function if a folder has no function
95                 to remove all messages
96
97         * src/folderview.c
98                 fix memory leak
99
100 2005-01-27 [colin]      1.0.0cvs19
101
102         * src/procmime.c
103                 Forgot to commit this file with cvs18.
104
105 2005-01-27 [colin]      1.0.0cvs18
106
107         * src/compose.c
108                 Uhm, better not touch the original msginfo_list.
109
110 2005-01-27 [colin]      1.0.0cvs17
111
112         * src/procmsg.c
113         * src/procmsg.h
114                 Add a way to dump message/rfc822 MimeInfos to MsgInfos...
115         * src/compose.c
116                 ... And use it to be able to reply to the currently 
117                 selected MimeInfo.
118
119 2005-01-27 [colin]      1.0.0cvs16
120
121         * src/messageview.c
122         * src/summaryview.c
123         * src/compose.c
124         * src/compose.h
125         * src/toolbar.c
126         * src/mainwindow.c
127                 Factorize this reply mess
128
129 2005-01-26 [paul]       1.0.0cvs15
130
131         * ChangeLog
132         * ChangeLog.jp
133         * src/common/template.c
134                 sync with main, (fix memory leak), see ChangeLog
135                 2005-01-25
136
137 2005-01-25 [paul]       1.0.0cvs14
138
139         * src/compose.c
140                 compose_redirect(): fix sensitivity of attachment 
141                 "Properties..." button
142
143 2005-01-24 [colin]      1.0.0cvs13
144
145         * src/summaryview.c
146                 Freeze clist during operations involving message
147                 lists.
148
149 2005-01-24 [paul]       1.0.0cvs12
150
151         * ChangeLog
152         * ChangeLog.jp
153         * src/messageview.c
154         * src/mh.c
155         * src/common/utils.c
156                 sync with main, see ChangeLog 2005-01-19
157
158 2005-01-24 [colin]      1.0.0cvs11
159
160         * src/procheader.c
161                 Fix build with MIPSpro compiler.
162                 Patch by Ivan Rayner <ivanr@sgi.com>
163
164 2005-01-24 [colin]      1.0.0cvs10
165
166         * src/folderview.c
167                 Use (+) in collapsed folders with quicksearch-
168                 matching subfolders
169
170 2005-01-23 [holger]     1.0.0cvs9
171
172         * src/crash.c
173                 Include missing header file
174
175 2005-01-22 [colin]      1.0.0cvs8
176
177         * src/summaryview.c
178         * src/gtk/quicksearch.c
179                 Make recursive quicksearch work in
180                 root folders (and code fixes)
181
182 2005-01-21 [colin]      1.0.0cvs7
183
184         * src/summaryview.c
185                 Set cursor to wait while looking in subfolders
186
187 2005-01-21 [colin]      1.0.0cvs6
188
189         * src/summaryview.c
190                 Don't clear quicksearch if recursion is on,
191                 even if !sticky
192
193 2005-01-21 [colin]      1.0.0cvs5
194
195         * src/gtk/quicksearch.c
196         * src/prefs_common.c
197         * src/prefs_common.h
198                 Add option to recurse or not
199
200 2005-01-21 [colin]      1.0.0cvs4
201
202         * src/folder.h
203         * src/folderview.c
204         * src/folderview.h
205         * src/summaryview.c
206         * src/gtk/quicksearch.c
207         * src/gtk/quicksearch.h
208                 Make quicksearch recursive - results materialized
209                 by search icons in the folderview.
210
211 2005-01-20 [holger]     1.0.0cvs3
212
213         * src/addrindex.c
214         * src/addrindex.h
215                 Add addrindex_load_person_attribute() (for plugins)
216
217 2005-01-19 [colin]      1.0.0cvs2
218
219         * src/mbox.c
220         * src/mbox.h
221         * src/mainwindow.c
222         * src/summaryview.c
223         * src/summaryview.h
224                 Add an easy way to export specific messages
225                 to an mbox file.
226
227 2005-01-19 [paul]       1.0.0cvs1
228
229         * po/ja.po
230         * po/ko.po
231                 updated by  Rui Hirokawa and
232                 SungHyun Nam
233
234 2005-01-18 [paul]       1.0.0
235
236         * version 1.0.0 released
237
238 2005-01-17 [thorsten]   0.9.13cvs38
239
240         * src/crash.c
241         * src/gtk/pluginwindow.c
242                 return value of filesel should not be free()d
243
244 2005-01-17 [paul]       0.9.13cvs37
245
246         * AUTHORS
247         * po/es.po
248         * po/fr.po
249         * po/hr.po
250         * po/it.po
251         * po/pt_BR.po
252         * po/sk.po
253         * po/sr.po
254                 update translations. submitted by Ricardo Mones
255                 Lastra, Fabien Vantard, Dragan, Andrea Spadaccini,
256                 Frederico Goncalves Guimaraes, Andrej Kacian,
257                 Aleksandar Urosevic
258
259 2005-01-16 [colin]      0.9.13cvs36
260
261         * src/prefs_toolbar.c
262                 Fix two leaks, both found by Alfons.
263
264 2005-01-15 [paul]       0.9.13cvs35
265
266         * src/gtk/pluginwindow.c
267                 fix 2 memleaks, patch by Alfons
268
269 2005-01-15 [paul]       0.9.13cvs34
270
271         * ChangeLog
272         * ChangeLog.jp
273         * src/common/template.c
274                 sync with main, see ChangeLog 2005-01-11
275                 (fix potential memory corruption bug)
276
277 2005-01-14 [colin]      0.9.13cvs33
278
279         * src/html.c
280         * src/msgcache.c
281                 Fix coding style issues from the last patch
282
283 2005-01-14 [colin]      0.9.13cvs32
284
285         * src/msgcache.c
286                 Fix possible double free, avoid putting 8k on the stack
287         * src/html.c
288         * src/html.h
289                 Fix links with tags inside, add some entities
290         * AUTHORS
291                 Both patches by Rich Coe <Richard.Coe@med.ge.com>
292
293 2005-01-09 [thorsten]   0.9.13cvs31
294
295         * tools/calypso_convert.pl
296                 support nested subdirs (possible in recent calypso versions)
297                 fix "change of readonly value" error with perl >= 5.8
298
299 2005-01-08 [colin]      0.9.13cvs30
300
301         * src/prefs_filtering_action.c
302                 Plug leak - patch by Alfons
303
304 2005-01-07 [paul]       0.9.13cvs29
305
306         * ChangeLog
307         * ChangeLog.jp
308         * src/pop.c
309         * src/pop.h
310                 sync with main, see ChangeLog 2005-01-06
311
312 2005-01-06 [colin]      0.9.13cvs28
313
314         * src/prefs_matcher.c
315                 Plug leak. Patch by Alfons
316
317 2005-01-04 [christoph]  0.9.13cvs27
318
319         * src/folderview.c
320         * src/imap_gtk.c
321         * src/news_gtk.c
322                 Create extra popup menu entries for account settings
323
324         (Closes Bug 663 segfault choosing "Properties" for root MH mailbox)
325
326 2005-01-03 [colin]      0.9.13cvs26
327
328         * src/main.c
329                 Plugins should be loaded before --receive or --receive-all 
330                 is processed. 
331                 Patch by Felix Eckhofer <felix-ml@tribut.de>
332
333 2005-01-03 [colin]      0.9.13cvs25
334
335         * src/pop.c
336         * src/pop.h
337                 Add data_len member, because we can get NULs from network
338                 Patch by Alfons
339
340 2005-01-01 [colin]      0.9.13cvs24
341
342         * src/procmime.c
343                 Fix possible memleak in corner case - found by
344                 Martin Kluge, patch by Alfons
345
346 2004-12-30 [colin]      0.9.13cvs23
347
348         * src/account.c
349                 Fix prototypes - patch by Alfons
350
351 2004-12-30 [paul]       0.9.13cvs22
352
353         * ChangeLog
354         * ChangeLog.jp
355         * NEWS
356         * src/account.c
357                 sync with main 1.0.0.
358                 see ChangeLog 2004-12-22
359
360 2004-12-18 [paul]       0.9.13cvs21
361
362         * AUTHORS
363         * ChangeLog
364         * ChangeLog.jp
365         * src/action.c
366                 sync with main, see ChangeLog 2004-12-17
367
368 2004-12-17 [thorsten]   0.9.13cvs20
369
370         * src/compose.c
371                 protect trailing spaces when signing message
372
373 2004-12-16 [paul]       0.9.13cvs19
374
375         * ChangeLog
376         * ChangeLog.jp
377         * NEWS
378         * src/compose.c
379         * src/syldap.c
380                 sync with main 1.0.0rc
381                 see ChangeLog 2004-12-15
382
383 2004-12-14 [colin]      0.9.13cvs18
384
385         * src/gtk/prefswindow.c
386                 Fix build. Sorry :)
387
388 2004-12-14 [colin]      0.9.13cvs17
389
390         * src/gtk/gtkutils.c
391         * src/gtk/gtkutils.h
392         * src/gtk/prefswindow.c
393                 Catch Enter in prefswindow while in text
394                 widget. Patch by Alfons.
395
396 2004-12-14 [paul]       0.9.13cvs16
397
398         * ChangeLog
399         * ChangeLog.jp
400         * src/action.c
401         * src/compose.c
402         * src/common/utils.c
403                 sync with main, see ChangeLog entries 2004-12-10
404                 and 2004-12-13
405
406         * po/ru.po
407                 updated by Pavlo Bohmat
408
409 2004-12-13 [thorsten]   0.9.13cvs15
410
411         * src/plugins/spamassassin/libspamc.c
412                 fix memleak
413
414 2004-12-13 [colin]      0.9.13cvs14
415
416         * src/gtk/prefswindow.c
417         * src/gtk/pluginwindow.c
418                 Fix key_pressed handlers
419
420 2004-12-11 [colin]      0.9.13cvs13
421
422         * src/quote_fmt_parse.y
423                 Rework quote_fmt_parse to use less local 
424                 arrays in local blocks, so it doesn't 
425                 freak out IBM's stack protector. Patch
426                 by Alfons.
427
428 2004-12-10 [colin]      0.9.13cvs12
429
430         * src/messageview.c
431                 Fix logic error
432         * src/mainwindow.c
433                 Fix corruptions when de-separating messageview
434
435 2004-12-10 [paul]       0.9.13cvs11
436
437         * src/prefs_themes.c
438                 use a different set of icons for the Preview
439
440 2004-12-09 [colin]      0.9.13cvs10
441
442         * src/procmime.c
443                 Fix procmime_encode_content doing horribly wrong
444                 stuff when encoding to B64 from memory
445
446 2004-12-08 [colin]      0.9.13cvs9
447
448         * src/gtk/colorlabel.c
449                 Fix color label off-by-one
450                 Patch by Alfons
451
452 2004-12-08 [hoa]        0.9.13cvs8
453
454         * src/quote_fmt_parse.y
455                 really fix buffer overflow
456
457 2004-12-08 [colin]      0.9.13cvs7
458
459         * src/matcher_parser_parse.y
460         * src/msgcache.c
461         * src/prefs_matcher.c
462         * src/procheader.c
463         * src/matcher.c
464         * src/common/defs.h
465                 Cache total_size and use that to speed up
466                 'partial' match.
467                 Add 'partial' to the list of useable stuff
468                 in filtering
469
470 2004-12-08 [paul]
471
472         * po/sr.po
473                 updated by URKE MMI
474
475 2004-12-08 [colin]      0.9.13cvs6
476
477         * src/textview.c
478                 Fix possible boundary overrun in
479                 get_email_part(). Patch by Alfons
480
481 2004-12-08 [hoa]        0.9.13cvs5
482
483         * src/quote_fmt_parse.y
484                 fix buffer overflow
485                 http://bugs.gentoo.org/show_bug.cgi?id=67253
486
487 2004-12-07 [thorsten]   0.9.13cvs4
488
489         * src/procmime.c
490                 fix leak introduced with 0.9.13cvs1
491
492 2004-12-07 [keith]      0.9.13cvs3
493
494         * src/procmime.c
495                 Fix typo
496
497 2004-12-07 [colin]      0.9.13cvs2
498
499         * AUTHORS
500         * src/prefs_account.c
501         * src/common/smtp.c
502         * src/common/smtp.h
503                 Add SMTP PLAIN authentication. Patch by 
504                 George Michaelson <ggm@apnic.net>
505
506 2004-12-07 [thorsten]   0.9.13cvs1
507
508         * src/procmime.c
509                 [Bug 650] reply button causes crash
510                 Patch partly by David Relson
511
512 2004-12-06 [paul]       0.9.13
513
514         0.9.13 released
515
516 2004-12-06 [paul]
517
518         * po/sk.po
519                 updated by Andrej Kacian
520         * INSTALL
521         * README.claws
522                 updated
523         
524 2004-12-06 [christoph]
525
526         * configure.ac
527                 move GPGME check to PGP/MIME plugin checks
528
529 2004-12-06 [colin]      0.9.12cvs187
530
531         * src/compose.c
532                 X-Sylpheed-Gnupg-Mode -> X-Sylpheed-Privacy-System
533
534 2004-12-06 [paul]       0.9.12cvs186
535
536         * INSTALL
537         * README.claws
538                 updated
539         * po/es.po
540         * po/fr.po
541         * po/it.po
542         * po/ja.po
543         * po/pt_BR.po
544         * po/zh_CN.po
545                 updated by Ricardo Mones Lastra, Fabien Vantard, Andrea 
546                 Spadaccini, Rui Hirokawa, Frederico Goncalves Guimaraes,
547                 and Yang Guilong
548
549 2004-12-05 [paul]       0.9.12cvs185
550
551         * INSTALL
552         * Makefile.am
553         * README.claws
554                 update
555         * TODO.claws    **REMOVED**
556                 removed, use the wiki instead
557         * tools/Makefile.am
558         * tools/README
559                 remove newscache_conv.pl from the release package
560                 and notes as it is broken and not currently maintained
561         * tools/filter_conv.pl
562                 use --config-dir to find claws' config dir
563         * tools/kdeservicemenu/README
564         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
565         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
566                 make a top-level menu entry
567
568 2004-12-04 [paul]       0.9.12cvs184
569
570         * src/addrharvest.c
571                 conv_unmime_header_overwrite(name)
572
573 2004-12-04 [colin]      0.9.12cvs183
574
575         * src/compose.c
576                 Fix saving of compose window position
577                 when sending mail. Patch by Alfons.
578
579 2004-12-04 [paul]       0.9.12cvs182
580
581         * ChangeLog
582         * ChangeLog.jp
583         * INSTALL
584         * NEWS
585         * README
586         * README.jp
587         * doc/manual/ja/Makefile.am
588         * doc/manual/ja/sylpheed-1.html
589         * doc/manual/ja/sylpheed-10.html
590         * doc/manual/ja/sylpheed-11.html
591         * doc/manual/ja/sylpheed-12.html
592         * doc/manual/ja/sylpheed-13.html
593         * doc/manual/ja/sylpheed-14.html
594         * doc/manual/ja/sylpheed-15.html
595         * doc/manual/ja/sylpheed-16.html
596         * doc/manual/ja/sylpheed-17.html
597         * doc/manual/ja/sylpheed-18.html
598         * doc/manual/ja/sylpheed-19.html
599         * doc/manual/ja/sylpheed-2.html
600         * doc/manual/ja/sylpheed-20.html
601         * doc/manual/ja/sylpheed-3.html
602         * doc/manual/ja/sylpheed-4.html
603         * doc/manual/ja/sylpheed-5.html
604         * doc/manual/ja/sylpheed-6.html
605         * doc/manual/ja/sylpheed-7.html
606         * doc/manual/ja/sylpheed-8.html
607         * doc/manual/ja/sylpheed-9.html
608         * doc/manual/ja/sylpheed.html
609         * doc/manual/ja/sylpheed.sgml
610         * src/Makefile.am
611         * src/procmime.c
612         * src/pixmaps/regular.xpm **REMOVED**
613                 sync with main 1.0.0beta4, including: "canonicalize text files
614                 before encoding to BASE64, and uncanonicalize after decoding
615                 to conform with RFC 2045" 
616
617 2004-12-03 [christoph]  0.9.12cvs181
618
619         * src/compose.c
620                 build the Privacy System menu without GtkItemFactory to
621                 allow '/' in Privacy System names
622
623         * src/plugins/pgpmime/pgpmime.c
624         * src/plugins/pgpmime/plugin.c
625                 Update description and change Privacy System name
626
627 2004-12-03 [paul]
628
629         * src/pixmaps/dir_close.xpm
630         * src/pixmaps/dir_open.xpm
631         * src/pixmaps/drafts_close.xpm
632         * src/pixmaps/drafts_open.xpm
633         * src/pixmaps/group.xpm
634         * src/pixmaps/unread.xpm
635                 update icons (sync with main (adjust hue))      
636
637 2004-12-02 [paul]       0.9.12cvs180
638
639         * ChangeLog
640         * ChangeLog.jp
641         * src/Makefile.am
642         * src/pop.c
643         * src/common/utils.c
644         * src/common/utils.h
645         * src/pixmaps/folder.xpm **REMOVED**
646                 sync with main
647                 fixes bug 644 'extra CRs in subject line break filtering' 
648
649 2004-12-02 [colin]      0.9.12cvs179
650
651         * src/compose.c
652                 Prevent duplicate edition of queued
653                 and drafted mails
654
655 2004-12-02 [colin]      0.9.12cvs178
656
657         * src/compose.c
658                 Fix quote linewrapping ignoring pref
659                 Patch by Alfons
660
661 2004-11-30 [colin]      0.9.12cvs177
662
663         * src/gtk/prefswindow.c
664         * src/gtk/pluginwindow.c
665                 Add shortcut keys to prefs window
666                 and plugin window. Patch by Fabien Vantard.
667
668 2004-11-29 [colin]      0.9.12cvs176
669
670         * src/folderview.c
671                 Fix disappearing separators in folderview's popup
672
673 2004-11-29 [colin]      0.9.12cvs175
674
675         * src/procmime.c
676                 Another format bug
677
678 2004-11-29 [colin]      0.9.12cvs174
679
680         * src/pop.c
681                 Fix format string
682
683 2004-11-26 [colin]      0.9.12cvs173
684
685         * src/common/smtp.c
686         * src/common/smtp.h
687                 Use ESMTP for all servers advertising it
688                 Add SIZE= parameter to MAIL command for 
689                 ESMTP servers
690
691 2004-11-24 [colin]      0.9.12cvs172
692
693         * src/plugins/pgpmime/pgpmime.c
694                 Forgot one :(
695
696 2004-11-24 [colin]      0.9.12cvs171
697
698         * src/plugins/pgpmime/pgpmime.c
699                 Fix numerous GpgmeGtk leaks
700
701 2004-11-24 [colin]      0.9.12cvs170
702
703         * src/plugins/pgpmime/pgpmime.c
704                 Fix numerous GpgmeCtx leaks
705
706 2004-11-24 [colin]      0.9.12cvs169
707
708         * src/plugins/pgpmime/plugin.c
709                 Update requirements
710         * src/plugins/trayicon/Makefile.am
711         * src/plugins/trayicon/newmarkedmail.xpm
712         * src/plugins/trayicon/trayicon.c
713         * src/plugins/trayicon/unreadmarkedmail.xpm
714                 Add new icons when there are unread marked mails
715                 answers
716
717 2004-11-23 [thorsten]   0.9.12cvs168
718
719         * src/plugins/pgpmime/plugin.c
720                 typo: plugin_init instead of plugin_done
721
722 2004-11-23 [thorsten]   0.9.12cvs167
723
724         * commitHelper
725                 o add me
726         * src/partial_download.c
727         * src/partial_download.h
728                 o fix path for includes
729
730 2004-11-23 [colin]      0.9.12cvs166
731
732         * src/procmime.c
733                 Uh, changed API.
734
735 2004-11-23 [colin]      0.9.12cvs165
736
737         * src/procmime.c
738                 Fix mime headers wrapping
739
740 2004-11-23 [christoph]  0.9.12cvs164
741
742         * src/common/Makefile.am
743         * src/common/partial_download.[ch]
744         * src/Makefile.am
745         * src/partial_download.[ch]
746         * src/folderview.c
747                 move to src because it depends on src stuff
748
749         * src/codeconv.c
750         * src/common/base64.h
751                 move B64LEN macro to base64.h
752
753         * src/compose.c
754         * src/privacy.[ch]
755                 add PrefsAccount to sign-function parameters
756
757         * src/main.c
758         * src/prefs_account.[ch]
759         * src/gtk/prefswindow.[ch]
760                 o use new prefswindow for account prefs
761                 o add possibility to add new pages to account prefs
762
763         * src/plugins/pgpmime/prefs_gpg.[ch]
764         * src/plugins/pgpmime/prefs_gpg.glade
765                 add account prefs for GPG
766
767         * src/plugins/pgpmime/pgpmime.c
768         * src/plugins/pgpmime/sgpgme.[ch]
769                 create signers list based on the GPG account prefs
770
771 2004-11-23 [colin]      0.9.12cvs163
772
773         * src/main.c
774                 Fix cursor going from normal to wait
775                 as many times as there are folders
776                 (very noticeable on exported displays)
777
778 2004-11-23 [colin]      0.9.12cvs162
779
780         * src/msgcache.c
781                 HEAD needs this leak fix too
782
783 2004-11-22 [luke]       0.9.12cvs161
784
785         * src/gtk/gtkstext.c
786                 'Up' key moves one line (not one paragraph) like 'Down'
787
788 2004-11-22 [paul]       0.9.12cvs160
789
790         * src/prefs_themes.c
791                 fix oversized GtkFrames
792
793 2004-11-19 [paul]       0.9.12cvs159
794
795         * src/prefs_common.c
796                 update prefs_keybind_apply_clicked()
797
798 2004-11-18 [paul]       0.9.12cvs158
799
800         * src/compose.c
801         * src/messageview.c
802         * src/common/utils.c
803         * src/common/utils.h
804                 use Message-ID format like that previously
805                 used in compose_generate_msgid()
806
807 2004-11-17 [christoph]  0.9.12cvs157
808
809         * src/mainwindow.c
810         * src/prefs_common.c
811                 integrate "Common preferences" into new preferences dialog
812
813 2004-11-17 [colin]      0.9.12cvs156
814
815         * src/prefs_account.c
816         * src/prefs_account.h
817         * src/procmsg.c
818                 Add an option to let the user choose to store encrypted
819                 mail as clear text or encrypted.
820
821 2004-11-17 [colin]      0.9.12cvs155
822
823         * src/compose.c
824         * src/toolbar.c
825                 Be verbose when sending fails
826         * src/procmsg.c
827                 Fix procmsg_send_queue returning 0 when there's an error
828                 Don't send messages to be encrypted to nobody 
829
830
831 2004-11-17 [colin]      0.9.12cvs154
832
833         * src/privacy.c
834                 Fix more pointer confusion
835
836 2004-11-17 [paul]       0.9.12cvs153
837
838         * src/procmime.h
839                 forgotten in sync with main 1.0.0beta3
840
841
842 2004-11-17 [paul]       0.9.12cvs152
843
844         * ChangeLog
845         * ChangeLog.jp
846         * NEWS
847         * src/compose.c
848         * src/jpilot.c
849         * src/procmime.c
850                 sync with main 1.0.0beta3
851                 see ChangeLog 2004-11-15 and 2004-11-16
852
853 2004-11-17 [colin]      0.9.12cvs151
854
855         * src/plugins/pgpmime/pgpmime.c
856                 Remove debug printf
857
858 2004-11-17 [colin]      0.9.12cvs150
859
860         * src/plugins/pgpmime/pgpmime.c
861                 Fix off-by-one causing segs
862
863 2004-11-17 [colin]      0.9.12cvs149
864
865         * src/procmsg.c
866                 < Reboot_> don't compare pointers to NULL with !
867                 So, use the other form to bring consistency.
868                 Also fix coding style.
869
870 2004-11-16 [colin]      0.9.12cvs148
871
872         * src/procmsg.c
873                 Fix the fix :)
874
875 2004-11-16 [colin]      0.9.12cvs147
876
877         * src/procmsg.c
878                 Fix leaks in procmsg_send_message_queue
879
880 2004-11-12 [paul]       0.9.12cvs146
881
882         * src/prefs_account.c
883         * src/procmime.c
884         * src/procmime.h
885                 fix sync breakage 
886
887 2004-11-12 [paul]
888
889         * src/pixmaps/complete.xpm
890         * src/pixmaps/continue.xpm
891                 small sync with main, see ChangeLog 2004-11-11
892
893 2004-11-11 [paul]       0.9.12cvs145
894
895         * ChangeLog
896         * ChangeLog.jp
897         * src/account.c
898         * src/folderview.c
899         * src/folderview.h
900         * src/imap.c
901         * src/imap_gtk.c
902         * src/inc.c
903         * src/mainwindow.c
904         * src/mh_gtk.c
905         * src/news_gtk.c
906         * src/pop.c
907         * src/prefs_account.c
908         * src/prefs_account.h
909         * src/prefs_ext_prog.c
910         * src/procmsg.c
911         * src/procmsg.h
912         * src/summary_search.c
913         * src/summaryview.c
914         * src/textview.c
915         * src/common/defs.h
916         * src/common/utils.c
917         * src/common/utils.h
918         * src/gtk/menu.c
919         * src/gtk/menu.h
920                 sync with main 1.0.0beta2 (plus 4)
921
922 2004-11-09 [christoph]  0.9.12cvs144
923
924         * src/compose.c
925         * src/prefs_account.[ch]
926                 add option menu to select default privacy system
927
928         * src/plugins/pgpmime/pgpmime.c
929                 better memory allocation
930
931         * src/folder.c
932                 syncronize flags when scanning a folder
933
934 2004-11-08 [colin]      0.9.12cvs143
935
936         * src/summaryview.c
937                 Prevent useless folder count updates while 
938                 quicksearch is running. It is really annoying 
939                 while quicksearch is running a full-mail
940                 scan, like 'b foo', in a big folder.
941
942 2004-11-08 [colin]      0.9.12cvs142
943
944         * src/textview.c
945                 Really fix these mail URIs
946
947 2004-11-08 [colin]      0.9.12cvs141
948
949         * src/textview.c
950                 fix "colin@colino.net" <colin@colino.net> 
951                 types of URIs
952
953 2004-11-06 [colin]      0.9.12cvs140
954
955         * src/compose.c
956                 Don't ask for passphrase if not sending
957
958 2004-11-05 [christoph]  0.9.12cvs139
959
960         * src/compose.c
961                 o encode text content of composed mails
962         * src/procmime.c
963                 o allow encoding of MimeInfos that are stored in memory buffers
964                 
965
966 2004-11-03 [paul]       0.9.12cvs138
967
968         * po/POTFILES.in
969                 add 'src/plugins/pgpmime/prefs_gpg.c'.
970                 Patch submitted by Fabien Vantard
971
972         * src/prefs_ext_prog.c
973                 fix typos. Patch submitted by Fabien Vantard
974
975         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
976         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
977                 add German, Spanish, Italian, Brazilian Portuguese,
978                 and Slovak translations. Submitted by Thomas Gilgin,
979                 J. José del Río 'partymola', Andrea Spadaccini,
980                 Frederico Goncalves Guimaraes, and Andrej Kacian
981
982 2004-11-01 [christoph]  0.9.12cvs137
983
984         * src/procmime.c
985                 implement RFC2231's parameter encoding
986
987 2004-10-29 [colin]      0.9.12cvs136
988
989         * src/common/utils.c
990                 Fix boundary delimiter (a Pine user gets this:
991                 > Malformed message: Unexpected characters at end of parameters:
992                 > =_Thu__28_Oct_2)
993
994 2004-10-29 [paul]
995
996         * tools/textviewer.sh
997                 fix typo. patch submitted by Johann Koenig 
998                 <explosive@hvc.rr.com>
999
1000 2004-10-29 [paul]
1001
1002         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
1003         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
1004                 add French translations, submitted by Fabien Vantard
1005
1006 2004-10-28 [christoph]  0.9.12cvs135
1007
1008         * doc/src/rfc2231.txt                           ** NEW **
1009         * src/procmime.c
1010         * src/common/quoted-printable.c
1011         * src/common/utils.[ch]
1012                 implement RFC2231's parameter decoding
1013
1014 2004-10-27 [paul]
1015
1016         * tools/kdeservicemenu/README
1017         * tools/kdeservicemenu/install.sh
1018         * tools/kdeservicemenu/sylpheed-kdeservicemenu.pl
1019         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
1020         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
1021                 output files to /tmp instead of littering the
1022                 current dir
1023                 add uninstall function
1024                 refactor
1025
1026 2004-10-26 [christoph]  0.9.12cvs134
1027
1028         * src/procmime.c
1029                 better check if parameters have to be in quoted string
1030
1031 2004-10-25 [paul]
1032
1033         * tools/kdeservicemenu/README
1034         * tools/kdeservicemenu/install.sh
1035         * tools/kdeservicemenu/sylpheed-kdeservicemenu.pl
1036         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
1037         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
1038                 add files for Sylpheed Service Menu in Konqueror
1039
1040 2004-10-22 [paul]       0.9.12cvs133
1041
1042         * src/compose.c
1043         * src/prefs_common.c
1044         * src/prefs_common.h
1045         * src/prefs_wrapping.c
1046                 remove 'smart wrapping'
1047
1048 2004-10-21 [colin]      0.9.12cvs132
1049
1050         * src/compose.c
1051                 Remove extraneous separator in Options
1052
1053 2004-10-21 [colin]      0.9.12cvs131
1054
1055         * src/compose.c
1056                 Replace "unknown" attachments by "application/octet-stream"
1057                 Be a bit more defensive when using strchr
1058
1059 2004-10-20 [paul]
1060
1061         * po/ru.po
1062                 updated by Pavlo Bohmat
1063
1064 2004-10-19 [christoph]  0.9.12cvs130
1065
1066         * src/compose.c
1067                 fix wrong menu entry path
1068
1069         (Closes Bug 626 crashes after clicking 'reply' or 'reply to all')
1070
1071         * src/gtk/menu.c
1072                 add extra check for missing menu entries
1073
1074 2004-10-19 [christoph]  0.9.12cvs129
1075
1076         * src/compose.c
1077         * src/common/utils.c
1078                 use utils' generate_msgid() in compose.c
1079
1080 2004-10-18 [christoph]  0.9.12cvs128
1081
1082         * src/plugins/pgpmime/passphrase.c
1083         * src/plugins/pgpmime/pgpmime.c
1084         * src/plugins/pgpmime/prefs_gpg.[ch]
1085         * src/plugins/pgpmime/prefs_gpg.glade
1086         * src/plugins/pgpmime/sgpgme.c
1087                 add GPG prefs
1088
1089 2004-10-18 [christoph]  0.9.12cvs127
1090
1091         * src/addrbook.c
1092         * src/addrcache.c
1093         * src/addressbook.c
1094         * src/codeconv.c
1095         * src/compose.c
1096         * src/customheader.c
1097         * src/editaddress.c
1098         * src/editgroup.c
1099         * src/exporthtml.c
1100         * src/folder.c
1101         * src/folderview.c
1102         * src/imap.c
1103         * src/jpilot.c
1104         * src/main.c
1105         * src/matcher_parser_parse.y
1106         * src/mbox.c
1107         * src/pop.c
1108         * src/prefs_account.c
1109         * src/prefs_gtk.c
1110         * src/prefs_msg_colors.c
1111         * src/procheader.c
1112         * src/procmime.[ch]
1113         * src/procmsg.c
1114         * src/summaryview.c
1115         * src/textview.c
1116         * src/common/base64.c
1117         * src/common/partial_download.c
1118         * src/common/socket.c
1119         * src/common/sylpheed.c
1120         * src/common/utils.[ch]
1121         * src/gtk/filesel.c
1122         * src/gtk/pluginwindow.c
1123         * src/gtk/quicksearch.c
1124         * src/plugins/pgpmime/pgpmime.c
1125         * src/plugins/pgpmime/plugin.c
1126         * src/plugins/pgpmime/select-keys.c
1127         * src/plugins/pgpmime/sgpgme.c
1128         * src/plugins/spamassassin/libspamc.c
1129         * src/plugins/trayicon/trayicon.c
1130         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.[ch]
1131         * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.c
1132                 o don't use any GNU C extensions
1133                 o fix warnings
1134                 o replace some non-POSIX functions
1135
1136         * src/plugins/spamassassin/spamassassin.[ch]
1137         * src/plugins/spamassassin/spamassassin_gtk.c
1138         * src/plugins/clamav/clamav_plugin.[ch]
1139         * src/plugins/clamav/clamav_plugin_gtk.c
1140                 replace statusbar_print_all() from common code because it is a
1141                 GUI function
1142
1143 2004-10-17 [paul]
1144
1145         * po/es.po
1146         * po/ko.po
1147         * AUTHORS
1148                 update Spanish and Korean translations,
1149                 submitted by Ricardo Mones Lastra and
1150                 SungHyun Nam
1151
1152 2004-10-13 [colin]      0.9.12cvs126
1153
1154         * src/compose.c
1155                 Don't convert message to forced encoding when 
1156                 drafting, plus minor magic-values cleanup.
1157
1158 2004-10-13 [colin]      0.9.12cvs125
1159
1160         * po/POTFILES.in
1161                 Update POTFILES.in to reflect the source
1162                 place changes
1163
1164 2004-10-08 [christoph]  0.9.12cvs124
1165
1166         * m4/spamassassin.m4
1167                 fix libspamc OpenSSL
1168
1169         * src/compose.c
1170                 rearrange the compose menu
1171
1172 2004-10-08 [christoph]  0.9.12cvs123
1173
1174         * src/Makefile.am
1175         * src/account.c
1176         * src/compose.[ch]
1177         * src/crash.c
1178         * src/main.c
1179         * src/mimeview.c
1180         * src/passphrase.[ch]                           ** REMOVE **
1181         * src/prefs_account.[ch]
1182         * src/prefs_common.[ch]
1183         * src/privacy.[ch]
1184         * src/procmime.[ch]
1185         * src/procmsg.c
1186         * src/rfc2015.[ch]                              ** REMOVE **
1187         * src/select-keys.[ch]                          ** REMOVE **
1188         * src/common/utils.[ch]
1189         * src/gtk/about.c
1190         * src/plugins/pgpmime/Makefile.am
1191         * src/plugins/pgpmime/passphrase.[ch]           ** NEW **
1192         * src/plugins/pgpmime/pgpmime.c
1193         * src/plugins/pgpmime/plugin.c
1194         * src/plugins/pgpmime/prefs_gpg.[ch]
1195         * src/plugins/pgpmime/select-keys.[ch]          ** NEW **
1196         * src/plugins/pgpmime/sgpgme.[ch]
1197                 o Add new MIME-Writer
1198                 o extend PrivacySystem with sign and encrypt functions
1199                 o extend PGP/MIME plugin with sign and encrypt functions
1200                 o integrate extended Privacy API in Compose and Sending process
1201
1202 2004-10-04 [colin]      0.9.12cvs122
1203
1204         * src/mainwindow.c
1205         * src/messageview.c
1206         * src/messageview.h
1207         * src/textview.c
1208                 Make forced encoding limited to messageview and
1209                 apply only to parts displayed using textview
1210
1211 2004-10-04 [colin]      0.9.12cvs121
1212
1213         * src/summaryview.c
1214                 Fix bug #605 (collapsed threads re-expand when moving or
1215                 deleting mails)
1216
1217 2004-10-03 [colin]      0.9.12cvs120
1218
1219         * src/summaryview.c
1220                 Fix bug #602
1221
1222 2004-10-02 [colin]      0.9.12cvs119
1223
1224         * src/mainwindow.c
1225         * src/messageview.c
1226         * src/prefs_common.h
1227         * src/procmime.c
1228         * src/procmime.h
1229         * src/textview.c
1230                 Clean up forced charset feature
1231                 Add forced decode
1232
1233 2004-10-01 [colin]      0.9.12cvs118
1234
1235         * src/mimeview.c
1236                 Better fix for Save all: skip multipart mails' first 
1237                 text part
1238
1239 2004-10-01 [colin]      0.9.12cvs117
1240
1241         * src/mimeview.c
1242                 Only save attachments in Save All
1243
1244 2004-10-01 [paul]       0.9.12cvs116
1245
1246         * ChangeLog
1247         * ChangeLog.jp
1248         * src/account.c
1249         * src/prefs_common.c
1250         * src/gtk/colorlabel.c
1251                 sync with main 0.9.12cvs17
1252
1253 2004-09-30 [colin]      0.9.12cvs115
1254
1255         * src/stock_pixmap.c
1256         * src/stock_pixmap.h
1257         * src/folderview.c
1258         * src/Makefile.am
1259         * src/pixmaps/read.xpm
1260                 Add icon for total # column
1261
1262 2004-09-29 [colin]      0.9.12cvs114
1263
1264         * src/compose.c
1265                 Don't close compose until message is sent if 
1266                 Show Send Dialog is Always
1267
1268 2004-09-29 [paul]       0.9.12cvs113
1269
1270         * src/quote_fmt_parse.y
1271                 In the quotation templates recognise sender's first and last 
1272                 names (%F %L) when the name is in the format "Duck, Donald".
1273                 Patch submitted by Thomas Gilgin, <thomas_gilgin@users.sourceforge.net>
1274
1275
1276 2004-09-28 [colin]      0.9.12cvs112
1277
1278         * src/mainwindow.c
1279                 Put back mnemonic
1280         * src/folderview.c
1281                 Fix Empty trash being visible-invisible-visible...
1282
1283 2004-09-28 [colin]      0.9.12cvs111
1284
1285         * src/mainwindow.c
1286                 Relabel Empty all Trash folders
1287
1288 2004-09-28 [colin]      0.9.12cvs110
1289
1290         * src/folderview.c
1291                 Add contextual Empty trash menu
1292         * src/mainwindow.c
1293                 Revert cvs109 which was useless
1294
1295 2004-09-28 [colin]      0.9.12cvs109
1296
1297         * src/mainwindow.c
1298                 Fix uninialized var
1299
1300 2004-09-28 [colin]      0.9.12cvs108
1301
1302         * src/addressbook.c
1303                 Fix triple-click
1304
1305 2004-09-28 [colin]      0.9.12cvs107
1306
1307         * src/addressbook.c
1308                 Fix double-click on entries
1309
1310 2004-09-28 [colin]      0.9.12cvs106
1311
1312         * src/inc.c
1313                 Reintroduce folder_item update freeze on incorporation
1314
1315 2004-09-27 [christoph]  0.9.12cvs105
1316
1317         * src/folderview.c
1318                 right-align new and unread column
1319
1320 2004-09-27 [paul]
1321
1322         * 0.9.12b released
1323
1324 2004-09-27 [paul]       0.9.12cvs104
1325
1326         * src/main.c
1327                 revert 0.9.12cvs101, it causes another segfault
1328
1329 2004-09-23 [christoph]  0.9.12cvs103
1330
1331         * src/plugins/spamassassin/libspamc.[ch]
1332         * src/plugins/spamassassin/utils.[ch]
1333                 update libspamc to SpamAssassin 3.0.0
1334
1335 2004-09-17 [paul]       0.9.12cvs102
1336
1337         * ChangeLog
1338         * ChangeLog.jp
1339         * src/inc.c
1340                 sync with main 0.9.12cvs14, see ChangeLog 2004-09-09
1341  
1342
1343 2004-09-17 [colin]      0.9.12cvs101
1344
1345         * src/main.c
1346                 Fix segfaults when quitting. valgrind says:
1347                         ==12144== Invalid read of size 4
1348                         ==12144==    at 0x80D7DDA: messageview_is_visible (messageview.c:938)
1349                         [...]
1350                         ==12144==  Address 0x1BF1BD30 is 56 bytes inside a block of size 72 free'd
1351                         [...]
1352                         ==12144==    by 0x80CC671: exit_sylpheed (main.c:498)
1353
1354
1355 2004-09-13 [christoph]  0.9.12cvs100
1356
1357         * src/folder.c
1358                 add NULL pointer checks to fix segfault when messages can
1359                 not be fetched
1360
1361 2004-09-08 [colin]      0.9.12cvs99
1362
1363         * src/account.c
1364                 Remove a debug printf
1365
1366 2004-09-08 [christoph]  0.9.12cvs98
1367
1368         * src/procmsg.[ch]
1369                 change MSG_CACHED (unused in claws) to MSG_SCANNED to remember
1370                 if the message structure has been scanned
1371
1372         * src/folder.c
1373                 o scan structure when the mail is fetched for the first time
1374                   to prevent unnecessary fetching of messages while scanning
1375                   the folder for messages
1376                 o revert 0.9.12cvs24
1377
1378         * src/plugins/pgpmime/pgpmime.c
1379                 check signature if auto signature checking is enabled when the
1380                 signature status is requested for first time and not when
1381                 checking if a part has a signature
1382
1383 2004-09-07 [colin]      0.9.12cvs97
1384
1385         * src/inc.c
1386                 Change session error messages so that they
1387                 are a bit more helpful (the origin of the
1388                 error is not apparent if one isn't in 
1389                 front of Sylpheed when it happens).
1390
1391 2004-09-06 [colin]      0.9.12cvs96
1392
1393         * src/toolbar.c
1394                 Fix graying out Redirect in non english languages
1395                 Patch by Fabien Vantard
1396
1397 2004-09-06 [colin]      0.9.12cvs95
1398
1399         * src/summaryview.c
1400         * src/mimeview.c
1401                 Fix dropped URIs
1402
1403 2004-09-06 [colin]      0.9.12cvs94
1404
1405         * src/addressbook.c
1406         * src/addressitem.h
1407         * src/addritem.c
1408         * src/addritem.h
1409                 Add basic drag and drop to addressbook
1410
1411 2004-09-03 [colin]      0.9.12cvs93
1412
1413         * src/summaryview.c
1414                 Next/Prev unread message should start
1415                 from next/prev node (especially if 
1416                 mark_as_read_delay != 0)
1417
1418 2004-09-03 [colin]      0.9.12cvs92
1419
1420         * src/prefs_common.c
1421         * src/prefs_common.h
1422         * src/summaryview.c
1423                 Add an hidden 'mark_as_read_delay' pref 
1424
1425 2004-09-02 [colin]      0.9.12cvs91
1426
1427         * src/gtk/menu.c
1428                 Add unduplicated menu entries (fixes bug 532)
1429                 Patch by Fabien Vantard
1430
1431 2004-09-02 [colin]      0.9.12cvs90
1432
1433         * src/account.c
1434                 Fix bug 582 (broken auto account selection)
1435
1436 2004-09-02 [colin]      0.9.12cvs89
1437
1438         * src/addrindex.c
1439                 Free deleted queries too
1440
1441 2004-09-02 [colin]      0.9.12cvs88
1442
1443         * src/ldapquery.c
1444                 Fix freezes in LDAP, due to memory corruption
1445                 after deletion of a query (and not removing it
1446                 from the corresponding list of queries).
1447                 Very probably fixes bug 567 and bug 569
1448
1449 2004-09-02 [colin]      0.9.12cvs87
1450
1451         * src/prefs_spelling.c
1452                 Fix bug with aspell prefs init, where spell checking
1453                 is enabled at first but dictionary not specified. Use
1454                 LANG's dictionary by default.
1455
1456 2004-09-01 [colin]      0.9.12cvs86
1457
1458         * src/filtering.c
1459         * src/imap.c
1460         * src/prefs_matcher.c
1461         * src/stock_pixmap.c
1462                 Fix more nasty uninitialized variables
1463
1464 2004-08-31 [colin]      0.9.12cvs85
1465
1466         * src/folder.c
1467                 Fix memory corruption when entering procmsg_msginfo_free()
1468                 with unitialized msginfo. Thanks Valgrind.
1469
1470 2004-08-29 [colin]      0.9.12cvs84
1471
1472         * src/mimeview.c
1473                 Don't escape filenames before saving - that's 
1474                 not dangerous. By the way, fix the leak.
1475
1476 2004-08-27 [paul]       0.9.12cvs83
1477
1478         * src/mh.c
1479         * src/procheader.c
1480         * src/procmsg.c
1481         * src/procmsg.h
1482         * src/common/utils.c
1483         * src/gtk/menu.h
1484                 sync with main 0.9.12cvs6, see ChangeLog
1485                 2004-08-24, 2004-08-25, 2004-08-26
1486
1487
1488 2004-08-26 [paul]
1489
1490         * po/ja.po
1491                 updated by Rui Hirokawa
1492
1493 2004-08-25 [colin]      0.9.12cvs82
1494
1495         * src/plugins/pgpmime/pgpmime.c
1496                 Fix leak on non-combined encrypted messages
1497
1498 2004-08-25 [colin]      0.9.12cvs81
1499
1500         * src/plugins/pgpmime/pgpmime.c
1501         * src/plugins/pgpmime/sgpgme.c
1502         * src/plugins/pgpmime/sgpgme.h
1503                 Handle combined encryption/signature
1504
1505 2004-08-24 [colin]      0.9.12cvs80
1506
1507         * src/folder.c
1508                 Set mime flags on non multipart messages too
1509
1510 2004-08-23 [christoph]  0.9.12cvs79
1511
1512         * src/compose.c
1513                 create message header in memory as GString before writing it
1514                 to the message file
1515
1516 2004-08-23 [colin]      0.9.12cvs78
1517
1518         * src/rfc2015.c
1519         * src/rfc2015.h
1520         * src/compose.c
1521                 Fix (again) bug 197: inline encryption broken
1522
1523 2004-08-23 [paul]
1524
1525         * po/zh_CN.po
1526                 updated by Hansom Young
1527
1528 2004-08-23 [paul]
1529
1530         * 0.9.12a released
1531
1532 2004-08-23 [colin]      0.9.12cvs77
1533
1534         * src/imap.c
1535                 Try and fix bug 577 (session->last_access_time is broken since 
1536                 sync with main 0.9.12cvs2). 
1537                 Patch by Stephan Sachse <whiteman@teg-clan.de>
1538
1539 2004-08-23 [paul]
1540
1541         * po/es.po
1542         * po/fr.po
1543         * po/pl.po
1544         * po/pt_BR.po
1545         * po/sk.po
1546         * po/sr.po
1547                 update translations. submitted by Ricardo
1548                 Mones Lastra, Fabien Vantard, Emilian Nowak,
1549                 Frederico Goncalves Guimaraes, Andrej Kacian,
1550                 Urke MMI
1551
1552 2004-08-22 [paul]       0.9.12cvs76
1553
1554         * src/plugins/trayicon/trayicon.c
1555                 fix formatting bug in trayicon_popup_menu_entries[]
1556
1557
1558 2004-08-22 [paul]       0.9.12cvs75
1559
1560         * m4/Makefile.am
1561                 remove reference to openssl.m4
1562
1563
1564 2004-08-21 [colin]      0.9.12cvs74
1565
1566         * src/compose.c
1567                 Fix bug 576 (Duplicate auto-bcc on reedit)
1568
1569 2004-08-21 [colin]      0.9.12cvs73
1570
1571         * src/toolbar.c
1572                 Grey out Redirect in the toolbar when selection is
1573                 multiple. Fixes bug 520
1574
1575 2004-08-21 [colin]      0.9.12cvs72
1576
1577         * src/compose.c
1578                 Save Sign, Encrypt and Mode status when drafting or queuing
1579                 Fixes bug 502 (drafted message does not keep sign / encrypt 
1580                 state)
1581
1582 2004-08-21 [colin]      0.9.12cvs71
1583
1584         * src/summaryview.c
1585                 Fix bug 494 (Messages are always opened in summary 
1586                 view when right clicked.) Also fixes bug 508.
1587
1588 2004-08-21 [colin]      0.9.12cvs70
1589
1590         * src/compose.c
1591                 When using inline encryption, don't use QP or Base64:
1592                 the mail will be encrypted to a 7bit string.
1593                 Fixes bug 197
1594
1595 2004-08-21 [colin]      0.9.12cvs69
1596
1597         * src/compose.c
1598                 Fix inline-signing with 8bit chars: data must be 
1599                 converted to Quoted-printable before signing.
1600
1601 2004-08-21 [colin]      0.9.12cvs68
1602
1603         * src/compose.c
1604                 Remove 'Message/Save to draft folder'
1605                 and 'Message/Save and keep editing' to 
1606                 put a single 'File/Save' command.
1607                 Fixes bug 224
1608
1609 2004-08-21 [colin]      0.9.12cvs67
1610
1611         * src/mainwindow.c
1612                 Fix bug 222 (Summary view state not retained between sessions)
1613
1614 2004-08-20 [colin]      0.9.12cvs66
1615
1616         * src/codeconv.c
1617                 Fix bug 574 (empty cur_locale is not enough)
1618
1619 2004-08-20 [paul]
1620
1621         * src/plugins/pgpmime/plugin.c
1622                 modify PGP/MIME plugin's description
1623
1624 2004-08-16 [colin]      0.9.12cvs65
1625
1626         * src/common/ssl.c
1627                 Fix version comparison
1628
1629 2004-08-16 [colin]      0.9.12cvs64
1630
1631         * src/common/ssl.c
1632                 I meant 2.2.
1633
1634 2004-08-16 [colin]      0.9.12cvs63
1635
1636         * src/common/ssl.c
1637                 People with glibc 2.1 have had problems with non-blocking
1638                 SSL_connect. Disable it for glibc < 2.2.
1639
1640 2004-08-16 [colin]      0.9.12cvs62
1641
1642         * src/common/ssl.c
1643                 Fix format error
1644
1645 2004-08-13 [colin]      0.9.12cvs61
1646
1647         * src/plugins/pgpmime/plugin.c
1648                 Add plugin's description
1649
1650 2004-08-12 [christoph]  0.9.12cvs60
1651
1652         * src/folderutils.c
1653                 fix bug that did not thaw folder updates when deleting
1654                 duplicates in empty folders
1655
1656 2004-08-12 [colin]      0.9.12cvs59
1657
1658         * src/plugins/trayicon/trayicon.c
1659                 Add a context menu with most common operations
1660
1661 2004-08-12 [colin]      0.9.12cvs58
1662
1663         * configure.ac
1664         * sylpheed.desktop
1665         * src/Makefile.am
1666         * src/main.c
1667                 Add support for Freedesktop.org's startup notification
1668
1669 2004-08-10 [colin]      0.9.12cvs57
1670
1671         * src/main.c
1672         * src/common/socket.c
1673         * src/common/ssl.c
1674         * src/common/sylpheed.c
1675         * src/common/sylpheed.h
1676                 Put back the ssl connect nonblocking...
1677                 without the race condition
1678
1679 2004-08-09 [colin]      0.9.12cvs56
1680
1681         * src/main.c
1682         * src/common/ssl.c
1683         * src/common/sylpheed.c
1684         * src/common/sylpheed.h
1685                 Reverting previous commit, doesn't work 
1686
1687 2004-08-09 [colin]      0.9.12cvs55
1688
1689         * src/main.c
1690         * src/common/ssl.c
1691         * src/common/sylpheed.c
1692         * src/common/sylpheed.h
1693                 Make SSL_connect nonblocking, using a thread
1694
1695 2004-08-09 [paul]       0.9.12cvs54
1696
1697         * po/POTFILES.in
1698                 reflect new location of sgpgme.c
1699         * src/main.c
1700                 sync with main, see ChangeLog 2004-08-09
1701
1702 2004-08-08 [christoph]  0.9.12cvs53
1703
1704         * src/folderutils.c
1705                 freeze FolderItem updates while deleting duplicate messages
1706
1707 2004-08-08 [christoph]  0.9.12cvs52
1708
1709         * configure.ac
1710         * src/Makefile.am
1711         * src/main.c
1712         * src/pgpmime.c
1713         * src/pgpmime.h
1714         * src/sgpgme.c
1715         * src/sgpgme.h
1716         * src/plugins/Makefile.am
1717         * src/plugins/pgpmime/.cvsignore
1718         * src/plugins/pgpmime/Makefile.am
1719         * src/plugins/pgpmime/pgpmime.c
1720         * src/plugins/pgpmime/pgpmime.h
1721         * src/plugins/pgpmime/plugin.c
1722         * src/plugins/pgpmime/sgpgme.c
1723         * src/plugins/pgpmime/sgpgme.h
1724                 new plugin for PGP/MIME
1725
1726 2004-08-07 [christoph]  0.9.12cvs51
1727
1728         * src/folder.c
1729                 disable immediate folder change notification on opened folders
1730                 until SummaryView can handle it quickly
1731
1732 2004-08-07 [colin]      0.9.12cvs50
1733
1734         * src/pop.c
1735         * src/common/partial_download.c
1736                 fix warnings
1737
1738 2004-08-07 [colin]      0.9.12cvs49
1739
1740         * src/Makefile.am
1741         * src/account.c
1742         * src/addressbook.c
1743         * src/alertpanel.c
1744         * src/alertpanel.h
1745         * src/compose.c
1746         * src/exphtmldlg.c
1747         * src/expldifdlg.c
1748         * src/main.c
1749         * src/message_search.c
1750         * src/messageview.c
1751         * src/pop.c
1752         * src/sgpgme.c
1753         * src/summary_search.c
1754         * src/summaryview.c
1755         * src/textview.c
1756         * src/gtk/sslcertwindow.c
1757         * src/pixmaps/stock_dialog-error.xpm
1758         * src/pixmaps/stock_dialog-info.xpm
1759         * src/pixmaps/stock_dialog-question.xpm
1760         * src/pixmaps/stock_dialog-warning.xpm
1761                 sync new alertpanel from gtk2
1762
1763 2004-08-07 [colin]      0.9.12cvs48
1764
1765         * src/prefs_folder_item.c
1766                 fix memory corruption in folderitem's prefs
1767
1768 2004-08-06 [colin]      0.9.12cvs47
1769
1770         * src/compose.c
1771                 close compose window after queuing, before 
1772                 sending when user presses Send
1773
1774 2004-08-05 [christoph]  0.9.12cvs46
1775
1776         * src/msgcache.c
1777         * src/common/defs.h
1778                 add charset to cache file and convert charset when reading the
1779                 cache if different from internal used charset
1780
1781 2004-08-05 [christoph]  0.9.12cvs45
1782
1783         * src/messageview.c
1784         * src/mimeview.[ch]
1785         * src/procmime.h
1786         * src/common/utils.h
1787                 cleanup (remove unused includes/reorganize)
1788
1789         * src/prefs_ext_prog.c
1790         * src/prefs_folder_item.c
1791         * src/prefs_fonts.c
1792         * src/prefs_msg_colors.c
1793         * src/prefs_spelling.c
1794         * src/prefs_themes.c
1795         * src/prefs_toolbar.c
1796         * src/prefs_wrapping.c
1797         * src/gtk/prefswindow.[ch]
1798         * src/plugins/clamav/clamav_plugin_gtk.c
1799         * src/plugins/dillo_viewer/dillo_prefs.c
1800         * src/plugins/image_viewer/viewerprefs.c
1801         * src/plugins/spamassassin/spamassassin_gtk.c
1802                 change PrefsPage path into an array of strings and don't
1803                 split a single string into parts (better for translation)
1804
1805 2004-08-05 [christoph]  0.9.12cvs44
1806
1807         * src/folder.c
1808                 fix FolderItem's message counts after rebuilding a cache
1809
1810 2004-08-05 [paul]       0.9.12cvs43
1811
1812         * ChangeLog
1813         * ChangeLog.jp
1814         * src/imap.c
1815         * src/news.c
1816         * src/common/nntp.c
1817         * src/common/session.c
1818         * src/common/session.h
1819         * src/common/socket.c
1820                 sync with main 0.9.12cvs2
1821                 see ChangeLog 2004-08-04
1822
1823 2004-08-04 [christoph]  0.9.12cvs42
1824
1825         * configure.ac
1826                 add missing AC_DEFINE(USE_OPENSSL, ...)
1827         * src/folder.c
1828                 use new xml_node_new() function
1829
1830 2004-08-03 [christoph]  0.9.12cvs41
1831
1832         * src/folder.c
1833         * src/localfolder.c
1834         * src/common/xml.[ch]
1835                 sync with main 0.9.12cvs1
1836                 see ChangeLog 2004-07-23
1837
1838 2004-08-03 [christoph]
1839
1840         * configure.ac
1841         * m4/openssl.m4                 ** REMOVE **
1842                 use pkg-config to get OpenSSL CFLAGS and LIBS
1843                 (OpenSSL 0.9.7 is required now)
1844
1845 2004-08-02 [paul]       0.9.12cvs40
1846
1847         * AUTHORS
1848                 update translation team section
1849         * po/pt_BR.po
1850                 updated by Frederico Goncalves Guimaraes
1851                 <fggdebian@yahoo.com.br>
1852
1853 2004-07-29 [colin]      0.9.12cvs39
1854
1855         * src/messageview.c
1856                 Inform the user when a partially 
1857                 downloaded mail isn't on the server
1858                 anymore (due to Mark for deletion)
1859
1860 2004-07-29 [colin]      0.9.12cvs38
1861
1862         * src/messageview.c
1863                 Hide noticeview if necessary
1864
1865 2004-07-27 [colin]      0.9.12cvs37
1866
1867         * src/msgcache.c
1868                 More fixes (i overlook a bit, thanks
1869                 Christoph for spotting it)
1870
1871 2004-07-27 [colin]      0.9.12cvs36
1872
1873         * src/msgcache.c
1874                 Fix wrong test 
1875
1876 2004-07-26 [colin]      0.9.12cvs35
1877
1878         * src/pop.c
1879                 Fix uidl-file parsing when not in new
1880                 format
1881
1882 2004-07-19 [colin]      0.9.12cvs34
1883
1884         * src/compose.c
1885                 Save attachment status when drafting
1886
1887 2004-07-19 [colin]      0.9.12cvs33
1888
1889         * src/folder.h
1890         * src/folderview.c
1891         * src/summaryview.c
1892                 Reverse 0.9.12cvs29 to 31 (folder icon update
1893                 when quicksearch is active)
1894
1895 2004-07-18 [colin]      0.9.12cvs32
1896
1897         * src/pop.c
1898                 Fix partial download bug with "Download all
1899                 messages" option
1900
1901 2004-07-18 [colin]      0.9.12cvs31
1902
1903         * src/folderview.c
1904                 Fix crash
1905
1906 2004-07-17 [colin]      0.9.12cvs30
1907
1908         * src/summaryview.c
1909                 Same, when sticky search is off
1910
1911 2004-07-17 [colin]      0.9.12cvs29
1912
1913         * src/folder.h
1914         * src/folderview.c
1915         * src/summaryview.c
1916                 Update FolderItem icon whenever its summaryview is 
1917                 filtered
1918
1919 2004-07-16 [christoph]  0.9.12cvs28
1920
1921         * src/mimeview.c
1922                 make doubleclick work again
1923
1924 2004-07-16 [christoph]  0.9.12cvs27
1925
1926         * src/mimeview.c
1927                 fix freeze on mime icon doubleclick (opening doesn't work yet)
1928
1929 2004-07-16 [paul]       0.9.12cvs26
1930         
1931         * src/gtk/quicksearch.c
1932         * src/compose.c
1933         * src/customheader.c
1934         * src/messageview.c
1935         * src/news.c
1936         * src/prefs_account.c
1937         * src/prefs_display_header.c
1938         * src/procheader.c
1939                 replace "Message-Id" with "Message-ID"
1940
1941 2004-07-16 [paul]       0.9.12cvs25
1942
1943         * ChangeLog
1944         * ChangeLog.jp
1945         * src/account.c
1946         * src/account.h
1947         * src/folder_item_prefs.c
1948         * src/main.c
1949         * src/pop.c
1950         * src/pop.h
1951         * src/prefs_account.c
1952         * src/prefs_account.h
1953         * src/prefs_common.c
1954         * src/prefs_common.h
1955         * src/prefs_gtk.c
1956         * src/prefs_gtk.h
1957                 sync with main 0.9.12cvs1
1958
1959 2004-07-15 [colin]      0.9.12cvs24
1960
1961         * src/folder.c
1962                 Disable GPG signature check during
1963                 folder move and scan 
1964         (Closes Bug 521 Signature checking slows down Folder-Move)
1965
1966 2004-07-14 [christoph]  0.9.12cvs23
1967
1968         * src/pgpmime.c
1969                 add missing fclose
1970
1971         * src/procmime.c
1972                 add checks if fopen really worked
1973
1974 2004-07-14 [colin]      0.9.12cvs22
1975
1976         * src/pop.c
1977         * src/common/partial_download.c
1978                 Update includes
1979
1980 2004-07-14 [colin]      0.9.12cvs21
1981
1982         * src/folder.c
1983         * src/inc.c
1984         * src/matcher.c
1985         * src/matcher.h
1986         * src/matcher_parser_parse.y
1987         * src/messageview.c
1988         * src/msgcache.c
1989         * src/noticeview.c
1990         * src/noticeview.h
1991         * src/pop.c
1992         * src/pop.h
1993         * src/prefs_matcher.c
1994         * src/procheader.c
1995         * src/procmsg.c
1996         * src/procmsg.h
1997         * src/summaryview.c
1998         * src/common/Makefile.am
1999         * src/common/defs.h
2000         * src/gtk/quicksearch.c
2001         * src/common/partial_download.c ** NEW FILES **
2002         * src/common/partial_download.h ** NEW FILES **
2003                 Partial downloading of pop3 mails
2004
2005 2004-07-13 [christoph]  0.9.12cvs20
2006
2007         * src/mimeview.c
2008                 use "button_release_event" instead of "button_press_event",
2009                 because executing event callbacks while the button is still
2010                 pressed is not good and causes problems
2011
2012 2004-07-12 [colin]      0.9.12cvs19
2013
2014         * src/gtk/quicksearch.c
2015                 Fix a missing status update in quicksearch
2016
2017 2004-07-08 [colin]      0.9.12cvs18
2018
2019         * src/common/smtp.h
2020                 Fix guint vs gint bug
2021
2022 2004-07-08 [colin]      0.9.12cvs17
2023
2024         * src/common/smtp.c
2025                 use to_human_readable() for sizes
2026
2027 2004-07-08 [paul]       0.9.12cvs16
2028
2029         * src/inc.c [1.174]
2030                 fix occasional non-clearance of the statusbar
2031                 (close Bug 531 'SA plugin: status bar does not 
2032                  get cleared in OFFLINE mode')
2033
2034 2004-07-07 [colin]      0.9.12cvs15
2035
2036         * src/prefs_common.c [1.225]
2037         * src/prefs_common.h [1.112]
2038                 Add a hidden summary_quicksearch_sticky preference,
2039                 to allow the quicksearch bar to reset across folders
2040         * src/summaryview.c [1.437]
2041                 Use this preference
2042         * src/gtk/quicksearch.c [1.5]
2043         * src/gtk/quicksearch.h [1.3]
2044                 Add this preference, fix focus when hitting Enter,
2045                 add handling of Esc key to reset
2046
2047 2004-07-06 [colin]      0.9.12cvs14
2048
2049         * src/gtk/quicksearch.c [1.4]
2050                 Add Clear button
2051
2052 2004-07-06 [christoph]  0.9.12cvs13
2053
2054         * src/toolbar.c
2055                 enable next unread button in empty folders if next folder
2056                 dialog is not disabled
2057
2058         (Closes Feature Request [ 755800 ] "next" button enabled in empty
2059          folders)
2060
2061 2004-07-06 [colin]      0.9.12cvs12
2062
2063         * src/common/smtp.c [1.16]
2064                 Display maximum message size in the log
2065
2066 2004-07-06 [paul]       0.9.12cvs11
2067
2068         * src/toolbar.c
2069                 fix typo. (spotted by Fabien Vantard)
2070
2071 2004-07-06 [paul]       0.9.12cvs10
2072
2073         * src/main.c
2074                 terminate cleanly on SIGHUP. Patch submitted by
2075                 Thomas Gilgin <thg@karate-muellheim.de>
2076
2077 2004-07-05 [christoph]  0.9.12cvs9
2078
2079         * src/inc.c
2080                 better replacing of %d in new mail notification command
2081
2082 2004-07-05 [colin]      0.9.12cvs8
2083
2084         * src/common/smtp.[ch]
2085                 Take SIZE (returned by EHLO) into account, and
2086                 avoid sending too big messages
2087
2088 2004-07-04 [paul]       0.9.12cvs7
2089
2090         * src/account.c
2091                 fix auto-account selection on imap/news
2092
2093 2004-07-01 [paul]       0.9.12cvs6
2094
2095         * src/gtk/quicksearch.c
2096                 reveal hidden string in gui
2097                 
2098         * src/compose.c
2099                 fix updating of gpg signing setting on 
2100                 switching accounts
2101
2102 2004-06-30 [darko]      0.9.12cvs5
2103
2104         * src/common/utils.c
2105                 remove expand_search_string()
2106         * src/gtk/quicksearch.c
2107                 remove no longer needed for loop (thanks Christoph)
2108                 add expand_search_string()
2109
2110 2004-06-30 [darko]      0.9.12cvs4
2111
2112         * src/common/utils.c
2113                 allow all filtering expressions in quicksearch
2114
2115         (Closes Bug 519 filtering expr. in quicksearch)
2116
2117 2004-06-30 [christoph]  0.9.12cvs3
2118
2119         * configure.ac
2120                 better 'localedir'
2121
2122         * src/common/intl.h
2123                 allow plugins to define TEXTDOMAIN for the _(...) macro
2124
2125 2004-06-30 [paul]       0.9.12cvs2
2126
2127         * po/POTFILES.in
2128           src/Makefile.am
2129           src/main.c
2130           src/prefs_common.c
2131           src/prefs_msg_colors.[ch]     ** NEW FILES **
2132                 move message colouring options to
2133                 '/Other Preferences/Message View/Colors'
2134
2135 2004-06-30 [paul]       0.9.12cvs1
2136
2137         * po/POTFILES.in
2138           src/Makefile.am
2139           src/main.c
2140           src/prefs_common.c
2141           src/prefs_wrapping.[ch]       ** NEW FILES **
2142                 move message wrapping options to
2143                 /'Other Preferences/Compose/Message Wrapping'
2144
2145 2004-06-28 [paul]       0.9.12
2146
2147         * Sylpheed-Claws 0.9.12 released
2148
2149         * po/es.po
2150           po/fr.po
2151           po/sk.po
2152                 updated by Ricardo Mones Lastra, Fabien Vantard,
2153                 Andrej Kacian
2154
2155 2004-06-27 [paul]       0.9.11cvs19
2156
2157         * src/common/ssl.c
2158                 re-enable certificate check
2159
2160 2004-06-25 [christoph]  0.9.11cvs18
2161
2162         * src/procmsg.h
2163                 add MSG_HAS_ATTACHMENT to MSG_CACHED_FLAG_MASK
2164
2165 2004-06-25 [paul]       0.9.11cvs17
2166
2167         * sync with main 0.9.12cvs1
2168                 see ChangeLog 2004-06-23
2169                 
2170         * src/gtk/menu.c
2171                 remove unused menu_toggle_toggle()
2172
2173 2004-06-23 [christoph]  0.9.11cvs16
2174
2175         * src/folder.c
2176         * src/procheader.c
2177         * src/procmsg.h
2178         * src/summaryview.c
2179                 scan the mime structure of multipart mails for correct
2180                 attachment, encryped and signed (with privacy API) part
2181                 detection
2182
2183         (Closes Feature Request [ 961428 ] No paperclip for HTML mails)
2184
2185 2004-06-22 [paul]
2186
2187         * po/ru.po
2188                 updated by Pavlo Bohmat
2189
2190 2004-06-20 [christoph]  0.9.11cvs15
2191
2192         * src/inc.c
2193         * src/pop.[ch]
2194                 disconnect after authentication when doing POP before SMTP
2195
2196         (Closes Bug 393 Bad inerpretation of "Pop Before SMTP")
2197
2198 2004-06-19 [christoph]  0.9.11cvs14
2199
2200         * src/folder.c
2201                 fix FolderItem name update
2202
2203         (Closes Bug 511 Folder-Renaming not reflected immediately)
2204
2205 2004-06-17 [paul]       0.9.11cvs13
2206         
2207         * sync with main 0.9.12 release
2208           src/session.c
2209                 session_set_timeout(): fixed a bug that didn't
2210                 reset timeout_tag when interval is 0.
2211
2212 2004-06-16 [christoph]  0.9.11cvs12
2213
2214         * src/textview.c
2215                 correctly clear the URL in the status bar
2216
2217 2004-06-15 [christoph]  0.9.11cvs11
2218
2219         * src/summaryview.c
2220                 add missing gtk_widget_show()
2221
2222 2004-06-11 [christoph]  0.9.11cvs10
2223
2224         * src/plugins/spamassassin/spamassassin.c
2225                 correctly check waitpid return code
2226
2227         (Closes Bug 396 Zombie process when spamassassin is called)
2228
2229 2004-06-10 [christoph]  0.9.11cvs9
2230
2231         * src/mainwindow.c
2232         * src/summaryview.[ch]
2233         * src/gtk/Makefile.am
2234         * src/gtk/quicksearch.c                         ** NEW **
2235                 separate quick search from summaryview
2236
2237 2004-06-09 [christoph]  0.9.11cvs8
2238
2239         * src/inc.c
2240                 remove unused code
2241
2242         * src/textview.c
2243                 get folder for compose default account from MsgInfo and not
2244                 from SummaryView
2245
2246 2004-06-09 [christoph]  0.9.11cvs7
2247
2248         * src/folder.[ch]
2249                 add information about added or removed messages to
2250                 FOLDER_ITEM_UPDATE hook
2251
2252         * src/imap_gtk.c
2253         * src/mh_gtk.c
2254                 scan folder when removing a folder failed instead of
2255                 updating the summaryview
2256
2257 2004-06-08 [paul]       0.9.11cvs6
2258
2259         * sync with main 0.9.11cvs2
2260                 see ChangeLog 2004-06-08
2261
2262 2004-06-07 [christoph]  0.9.11cvs5
2263
2264         * configure.ac
2265         * src/common/Makefile.am
2266                 detect library providing 'encrypt' function
2267
2268 2004-06-07 [paul]       0.9.11cvs4
2269
2270         * src/inc.c
2271                 sync with main, 'code cleanup'
2272                 
2273         * tools/nautilus2sylpheed.sh
2274                 fix whitespace limitation. patch submitted by
2275                 Stephan Sachse <white@teg-clan.de>
2276
2277 2004-06-04 [christoph]  0.9.11cvs3
2278
2279         * src/account.c
2280         * src/action.[ch]
2281         * src/addressbook.c
2282         * src/addrindex.h
2283         * src/folder.h
2284         * src/folder_item_prefs.c
2285         * src/inc.c
2286         * src/main.c
2287         * src/messageview.c
2288         * src/mh_gtk.c
2289         * src/prefs_themes.c
2290         * src/procmime.c
2291         * src/quote_fmt.h
2292         * src/stock_pixmap.c
2293         * src/toolbar.c
2294                 fix compiler warnings
2295
2296 2004-06-03 [paul]       0.9.11cvs2
2297
2298         * src/msgcache.c
2299                 sync with main 0.9.11cvs1: "changed gint32 to
2300                 guint32 for some platforms"
2301
2302 2004-06-02 [christoph]  0.9.11cvs1
2303
2304         * src/common/ssl.c
2305                 fix SSL_CTX variable name for older OpenSSL versions
2306
2307         (Closes Bug 503 fix compilation with older OpenSSL)
2308
2309 2004-05-31 [paul]       0.9.11claws
2310
2311         * 0.9.11claws released
2312
2313 2004-05-31 [paul]       0.9.10claws72
2314
2315         * po/es.po
2316           po/it.po
2317           po/ja.po
2318           po/pl.po
2319           po/sk.po
2320           po/sr.po
2321           po/zh_CN.po
2322                 update translations, submitted by Ricardo Mones Lastra,
2323                 Andrea Spadaccini, Rui Hirokawa, Emil, Andrej Kacian,
2324                 Urke MMI, and Hansom Young
2325
2326 2004-05-25 [luke]       0.9.10claws71
2327
2328         * AUTHORS
2329         * src/mimeview.c
2330         * src/stockpixmap.[ch]
2331         * src/Makefile.am
2332         * src/pixmaps/privacy_emblem_encrypted.xpm      ** NEW **
2333         * src/pixmaps/privacy_emblem_failed.xpm         ** NEW **
2334         * src/pixmaps/privacy_emblem_passed.xpm         ** NEW **
2335         * src/pixmaps/privacy_emblem_signed.xpm         ** NEW **
2336         * src/pixmaps/privacy_emblem_warn.xpm           ** NEW **
2337
2338                 o Added privacy emblems from Jesper Shultz 
2339                   <jesper@schultz-net.dk>
2340                 o Overlay emblems onto mimeview icons to indicate
2341                   status of signature and if a message is encrypted
2342         
2343         * src/textview.c
2344                 remove unused color definitions (were used to 
2345                 indicate sig status)
2346
2347 2004-05-25 [paul]       0.9.10claws70
2348
2349         * AUTHORS
2350           tools/Makefile.am
2351           tools/README
2352           tools/nautilus2sylpheed.sh            ** NEW FILE **
2353                 add script to enable sending files from
2354                 nautilus.
2355                 Submitted by Reza Pakdel <hrpakdel@cpsc.ucalgary.ca>
2356                 
2357         * tools/launch_firebird                 ** REMOVED **
2358                 removed as the standard "firefox '%s'" now functions
2359                 correctly
2360
2361 2004-05-23 [paul]       0.9.10claws69
2362
2363         * src/compose.c
2364                 fix %X cursor point segfault
2365                 patch by Christoph
2366
2367 2004-05-23 [christoph]  0.9.10claws68
2368
2369         * src/folder.c
2370                 fix folder moving
2371
2372 2004-05-21 [paul]       0.9.10claws67
2373
2374         * sync with 0.9.10cvs17
2375                 see ChangeLog 2004-05-21
2376
2377 2004-05-20 [paul]       0.9.10claws66
2378
2379         * sync with 0.9.10cvs16
2380                 see ChangeLog 2004-05-19 and 2004-05-20
2381
2382 2004-05-19 [alfons]     0.9.10claws65
2383
2384         * src/summaryview.h
2385                 on some platforms regoff_t is defined as off_t, so 
2386                 pull in sys/types.h
2387
2388 2004-05-19 [paul]       0.9.10claws64
2389
2390         * sync with 0.9.10cvs13
2391                 see ChangeLog 2004-05-18
2392
2393 2004-05-17 [christoph]  0.9.10claws63
2394
2395         * src/folder.c
2396                 search all folders when searching for default folders and
2397                 not return the special folder of the first folder
2398
2399 2004-05-13 [alfons]     0.9.10claws62
2400
2401         * src/summaryview.c
2402                 add a better check to see if a message is a news message
2403                 (replaces the MSG_IS_NEWS() check removed in 0.9.9claws19)
2404
2405 2004-05-13 [paul]       0.9.10claws61
2406
2407         * src/msgcache.c
2408                 sync with 0.9.10cvs12
2409                 see ChangeLog 2004-05-12
2410
2411 2004-05-12 [alfons]     0.9.10claws60
2412
2413         * src/folderview.c
2414                 release lock in case of folder could not be opened 
2415
2416 2004-05-11 [christoph]  0.9.10claws59
2417
2418         * src/inc.[ch]
2419                 remove unused folderview update stuff from inc.[ch]
2420
2421 2004-05-11 [paul]       0.9.10claws58
2422
2423         * sync with 0.9.10cvs11
2424                 see ChangeLog 2004-05-10 and 2004-05-11
2425
2426 2004-05-09 [christoph]  0.9.10claws57
2427
2428         * src/folderview.c
2429                 check for folder class functions and not folder type to detect
2430                 valid drag targets
2431
2432 2004-05-08 [christoph]  0.9.10claws56
2433
2434         * src/sgpgme.c
2435                 fix date output for signature expire times
2436
2437         (Patch by Edgar Toernig <froese@gmx.de>)
2438
2439 2004-05-06 [christoph]  0.9.10claws55
2440
2441         * src/gtk/prefswindow.c
2442                 change window type to DIALOG
2443
2444         * src/folder.[ch]
2445         * src/folderview.c
2446         * src/news_gtk.c
2447                 o add folder_remove()
2448                 o change FolderUpdate hook flag names (NEW -> ADD, DESTROY -> REMOVE)
2449                 o add new "sort" field to Folder, no longer sort folders by type
2450                   higher sort values will be first in the folder list, new folders get 0
2451                   and will be added to the end
2452
2453         * src/mainwindow.c
2454         * src/gtk/Makefile.am
2455         * src/gtk/foldersort.(c|h|glade)                        ** NEW **
2456                 add dialog to allow users to change the folder order
2457
2458 2004-05-04 [paul]       0.9.10claws54
2459
2460         * src/inc.c
2461                 Display account_name in statusbar when retrieving
2462                 messages from a pop account
2463         * src/prefs_account.c
2464                 display account name in title of prefs_account
2465                 window
2466         * src/prefs_folder_item.c
2467                 display folder name in title of prefs_folder window
2468
2469         all 3 patches submitted by Fabien Vantard
2470
2471         * AUTHORS
2472                 add Fabien Vantard
2473
2474 2004-05-04 [paul]       0.9.10claws53
2475
2476         * src/prefs_actions.c
2477           src/prefs_template.c
2478                 'Esc' Key exits alertpanel
2479                 Patch submitted by Fabien Vantard <fzz@ifrance.com>
2480
2481 2004-04-26 [christoph]  0.9.10claws52
2482
2483         * src/gtk/about.c
2484         * src/gtk/colorsel.c
2485         * src/gtk/description_window.c
2486         * src/gtk/filesel.c
2487         * src/gtk/gtkaspell.c
2488         * src/gtk/inputdialog.c
2489         * src/gtk/pluginwindow.c
2490         * src/gtk/progressdialog.c
2491                 o remove gtk_window_set_position(..., GTK_WIN_POS_CENTER) because
2492                   it does not work correctly with xinerama
2493                 o lock incorporation while the plugin window is open
2494
2495 2004-04-23 [paul]       0.9.10claws51
2496
2497         * po/POTFILES.in
2498                 update location of inputdialog.c
2499                 
2500         * src/gtk/about.c
2501                 update Copyright string
2502                 
2503         * src/msgcache.c
2504           src/prefs_common.c
2505           src/prefs_themes.c
2506                 improve the english a little
2507
2508 2004-04-22 [christoph]  0.9.10claws50
2509
2510         * src/folderutils.[ch]
2511                 add folderutils_mark_all_read()
2512
2513         * src/folderview.c
2514                 readd "mark all read" from popup menu, now works
2515                 in all folders and not only the opened folder
2516
2517 2004-04-21 [christoph]  0.9.10claws49
2518
2519         * src/Makefile.am
2520         * src/inputdialog.[ch]                  ** REMOVED **
2521         * src/gtk/Makefile.am
2522         * src/gtk/inputdialog.[ch]              ** NEW **
2523                 move inputdialog.[ch] into gtk directory
2524
2525         * src/mh_gtk.c
2526                 remove check for missing IMAP folder account
2527
2528 2004-04-20 [christoph]  0.9.10claws48
2529
2530         * src/mainwindow.c
2531         * src/foldersel.c
2532                 remove new/rename/delete folder GUI functions because
2533                 they are always active, even for news folders, and can
2534                 not be easily made folder class dependent
2535
2536         * src/gtk/menu.[ch]
2537                 make menu_translate() public
2538
2539         * src/Makefile.am
2540         * src/folder.[ch]
2541         * src/folderview.[ch]
2542         * src/imap_gtk.[ch]                     ** NEW **
2543         * src/main.c
2544         * src/mh_gtk.[ch]                       ** NEW **
2545         * src/news_gtk.[ch]                     ** NEW **
2546                 o dynamically build FolderView popup menus from a folder
2547                   specific part, with callbacks to seperated code, and
2548                   a common part
2549                 o remove the folder class specifiy code from folderview.c
2550
2551 2004-04-15 [luke]       0.9.10claws47
2552
2553         * src/prefs_folder_item.c
2554                 o remove buttons for applying 'scan for new mail'
2555                   and 'process at startup' to sub folders
2556                 o add 'apply to sub folder' check buttons for all
2557                   properties and set folder prefs accordingly
2558                 o replace multiple gtk_widget_show() with one
2559                   gtk_widget_show_all() on container
2560
2561 2004-04-14 [darko]      0.9.10claws46
2562
2563         * src/gtk/Makefile.am
2564         * src/gtk/pluginwindow.c
2565                 load plugins from to $(prefix)/lib/sylpheed/plugins
2566                 in file selection dialog
2567         * src/plugins/clamav/clamav_plugin.c
2568                 const correctness
2569
2570 2004-04-14 [christoph]  0.9.10claws45
2571
2572         * src/folder.c
2573         * src/plugins/image_viewer/viewer.c
2574                 fix g_warnings
2575
2576 2004-04-10 [alfons]     0.9.10claws44
2577         
2578         * src/compose.c
2579                 appropriate auto account selection when forwarding
2580                 (fixes bug #476, "forward as attachment does not listen
2581                 to account rules")
2582
2583 2004-04-09 [alfons]     0.9.10claws43
2584
2585         * src/summaryview.c
2586                 make quick search combo matching case sensitive
2587
2588 2004-04-06 [alfons]     0.9.10claws42
2589
2590         * src/addr_compl.c
2591                 use cursor position to prevent clearing the entire entry
2592
2593 2004-04-06 [alfons]     0.9.10claws41
2594
2595         * src/folderview.c
2596                 fix bug #472, "filter not updated when renaming folder" 
2597
2598 2004-04-06 [alfons]     0.9.10claws40
2599
2600         * src/messageview.[ch]
2601           src/summaryview.c
2602                 reflect changes to Show all headers to main view
2603                 and message view (only affects detached message
2604                 view). see also bug #473, 'Show All Headers 
2605                 "problem"'.
2606
2607 2004-04-03 [alfons]     0.9.10claws39
2608
2609         * src/matcher.c
2610                 free address list
2611
2612 2004-04-03 [alfons]     0.9.10claws38
2613
2614         * src/matcher_parser_parse.y
2615           src/matcher.[ch]
2616                 prepare address look up matcher type; marginally
2617                 tested, and not hooked into the UI yet.
2618
2619                 basically it accepts the result of the left hand
2620                 side of the matcher (the "criteria"):
2621
2622                         from all_in_addressbook ""
2623                         ~to_or_cc any_in_addressbook ""
2624                 
2625                 the first case matches all addresses found in the
2626                 from header, and the second case matches if any
2627                 (at least one) of the addresses in to or cc headers 
2628                 are not in the address book.
2629
2630                 the string argument is not used yet, but is intended
2631                 to match a group of addresses 
2632
2633 2004-04-02 [luke]       0.9.10claws37
2634
2635         * src/prefs_folder_item.c
2636                 Add two buttons to apply 'scan for new mail'
2637                 and 'process at startup' to sub folders
2638
2639 2004-04-02 [luke]
2640         * tools/textviewer.sh
2641                 better filename extension matching plus some support for
2642                 MS Excel, MS Powerpoint and HTML
2643
2644 2004-03-29 [christoph]  0.9.10claws36
2645
2646         * src/folder.h
2647         * src/folderutils.[ch]
2648         * src/mainwindow.c
2649                 add delete duplicates for all folders
2650
2651 2004-03-29 [alfons]     0.9.10claws35
2652
2653         * src/folder.c
2654                 don't pass NULL to XXXprintf(); fixes Solaris crashes
2655                 when selecting top-level folder node (thanks to 
2656                 Alex S. Moore)
2657
2658 2004-03-28 [keith]      0.9.10claws34
2659
2660         * src/textview.c
2661                 prepend "http://" to URIs of the form "www.example.com"
2662
2663 2004-03-28 [paul]       0.9.10claws33
2664
2665         * src/common/nntp.c
2666           src/common/smtp.c
2667           src/folder.c
2668           src/imap.c
2669           src/inc.c
2670           src/news.c
2671           src/pop.c
2672                 revise 'translatable string' policy:
2673                 don't translate debug_print() or log_print(),
2674                 translate log_message() and log_warning()
2675         
2676         * po/zh_CN.po
2677                 update submitted by Hansom Young
2678
2679 2004-03-25 [alfons]     0.9.10claws32
2680
2681         * src/prefs_common.c
2682                 I mean this one: Return the GList...
2683
2684 2004-03-25 [alfons]     0.9.10claws31
2685
2686         * src/prefs_common.h
2687                 add new members at the end of prefs_common, so
2688                 they get properly initialized
2689
2690 2004-03-24 [christoph]  0.9.10claws30
2691
2692         * src/imap.c
2693                 o NULL is a valid GSList
2694
2695 2004-03-24 [alfons]     0.9.10claws29
2696
2697         * src/prefs_common.[ch]
2698           src/summaryview.c
2699           src/common/defs.h
2700                 add history to quick search (patch submitted by 
2701                 Ivan Francolin Martinez - thanks!)
2702
2703 2004-03-24 [alfons]     0.9.10claws28
2704
2705         * src/imap.c
2706                 NULL output pointer parameter
2707
2708 2004-03-21 [alfons]     0.9.10claws27
2709
2710         * src/addrindex.[ch]
2711           src/addr_compl.c
2712                 complete addresses on nicks and aliases
2713
2714 2004-03-21 [alfons]     0.9.10claws26
2715
2716         * src/import.c
2717           src/inc.c
2718           src/mbox.[ch]
2719                 disable filters on import mbox (patch submitted
2720                 by Edgar Toernig)
2721
2722 2004-03-21 [darko]      0.9.10claws25
2723
2724         * src/addr_compl.c
2725                 select the address when only one match is found while
2726                 doing address completion with tab key (feature
2727                 request #914720)
2728
2729 2004-03-21 [alfons]     0.9.10claws24
2730
2731         * src/messageview.c
2732           src/toolbar.c
2733                 don't `navigate-delete` when a summary view's selection does not 
2734                 match the accompanying message view's message
2735
2736 2004-03-20 [alfons]     0.9.10claws23
2737
2738         * src/summaryview.c
2739                 hide ext search button on initial display (should fix bug #459,
2740                 "Toggling quick-search at 1st time: minor UI inconsistency")
2741
2742 2004-03-20 [alfons]     0.9.10claws22
2743
2744         * src/summaryview.[ch]
2745                 add function to get selected msginfo, if there's
2746                 only one selected
2747
2748 2004-03-20 [paul]       0.9.10claws21
2749
2750         * sync with 0.9.10cvs7
2751                 see ChangeLog 2004-03-19
2752
2753 2004-03-19 [paul]       0.9.10claws20
2754
2755         * src/common/nntp.c
2756           src/common/smtp.c
2757           src/common/ssl.c
2758           src/folder.c
2759           src/imap.c
2760           src/inc.c
2761           src/news.c
2762           src/pop.c
2763                 don't translate strings in debug_print(), log_print(),
2764                 log_message(),  and log_warning()
2765
2766 2004-03-19 [alfons]     0.9.10claws19
2767
2768         better next/previous/delete/focus navigation with separate 
2769         message view 
2770         
2771         * src/toolbar.c
2772                 call summaryview_delete() instead of messageview_delete()
2773         * src/messageview.c
2774                 disable messageview_delete()
2775
2776 2004-03-18 [paul]       0.9.10claws18
2777
2778         * sync with 0.9.10cvs6
2779                 see ChangeLog 2004-03-16
2780
2781 2004-03-17 [alfons]     0.9.10claws17
2782
2783         * src/gtk/filesel.c
2784                 remove bogus semicolon after if() (sometimes it pays to
2785                 read LKML :)
2786
2787 2004-03-15 [darko]      0.9.10claws16
2788
2789         * src/gtk/filesel.c
2790                 support full path in place of a filename
2791         * src/mimeview.c
2792                 store directory attachments were saved to and
2793                 use it when saving attachments
2794         * src/prefs_common.[hc]
2795                 store directory attachments were last saved to
2796
2797 2004-03-15 [paul]       0.9.10claws15
2798
2799         * src/folderview.c
2800                 fix bug where unsubscribing a newsgroup would destroy
2801                 (most of the) filtering rules
2802
2803 2004-03-15 [paul]       0.9.10claws14
2804
2805         * src/folderview.c
2806                 fix Bug 458, 'Folder View remaining empty after 
2807                 removing a NEWS account' (was also true of IMAP
2808                 accounts)
2809
2810 2004-03-15 [paul]       0.9.10claws13
2811
2812         * src/folderview.c
2813                 fix folderview invisibility of newly subscribed
2814                 newsgroups
2815
2816 2004-03-13 [paul]       0.9.10claws12
2817
2818         * src/compose.c
2819           src/plugins/dillo_viewer/dillo_prefs.c
2820           src/plugins/image_viewer/viewerprefs.c
2821                 gettextise some forgotten parts
2822
2823 2004-03-13 [alfons]     0.9.10claws11
2824
2825         * src/imap.c
2826                 make sure the correct type is passed to sscanf()
2827
2828 2004-03-13 [paul]       0.9.10claws10
2829
2830         * sync with 0.9.10cvs5
2831                 see ChangeLog 2004-03-02 and 2004-03-12, 
2832                 specifically:
2833                 'always move messages by default when using DnD (except 
2834                 for News folder). Copy messages if Ctrl-key is pressed.'
2835                 and 'added a function to filter selected messages'
2836
2837 2004-03-12 [christoph]  0.9.10claws9
2838
2839         * src/codeconv.c
2840                 add parameter check to conv_unmime_header_overwrite()
2841
2842         * src/imap.c
2843                 o fix spelling
2844                 o fix removing of NEW flag when UNREAD is unset
2845
2846         * src/procmime.c
2847                 decode MIME-headers
2848
2849         (Closes 437 i18n attachment display error.)
2850
2851 2004-03-12 [paul]       0.9.10claws8
2852
2853         * po/it.po
2854                 update. submitted by Andrea Spadaccini <lupin85@email.it>
2855                 
2856         * tools/Makefile.am
2857                 add 'textviewer.sh'
2858
2859 2004-03-12 [alfons]     0.9.10claws7
2860
2861         * src/imap.c
2862                 o quiet compiler and typecast Folder * to IMAP Folder *
2863                 o wake up and fix my previous incompatible type assignment bug
2864
2865 2004-03-12 [alfons]     0.9.10claws6
2866
2867         * src/imap.c
2868                 don't mix up pointers to int, guint32 _and_ 
2869                 unsigned int 
2870
2871 2004-03-12 [christoph]  0.9.10claws5
2872
2873         * src/folderview.c
2874                 Add error requester when renaming a folder failed
2875
2876         * src/imap.c
2877                 Check new FolderItem name for namespace seperator
2878                 before renaming
2879
2880         (Closes Bug 443 Bad named IMAP folders won't be displayed)
2881
2882 2004-03-11 [christoph]  0.9.10claws4
2883
2884         * src/folder.[ch]
2885         * src/imap.c
2886         * src/procmsg.h
2887                 syncronize flags in cache with IMAP folder flags
2888
2889         Adapted a patch submitted by Simon 'corecode' Schubert
2890         <corecode@corecode.ath.cx> 
2891
2892
2893 2004-03-11 [alfons]     0.9.10claws3
2894
2895         * src/textview.[ch]
2896                 remove dead code that at one time controlled display of
2897                 URIs in status bar
2898
2899 2004-03-10 [paul]       0.9.10claws2
2900
2901         * po/it.po
2902                 updated by Lupino <lupin85@email.it>
2903
2904 2004-03-09 [alfons]     0.9.10claws1
2905
2906         * src/matcher.c
2907                 we're not using yywrap, but we may, so close yyin instead
2908                 of initial FILE *
2909
2910 2004-03-08 [paul]       0.9.10claws
2911
2912         * 0.9.10claws released
2913
2914 2004-03-08 [paul]       0.9.9claws41
2915
2916         * po/es.po
2917           po/ja.po
2918           po/ru.po
2919           po/sk.po
2920           po/sr.po
2921           po/zh_CN.po
2922                 update translations. submitted by Ricardo Mones Lastra,
2923                 Rui Hirokawa, Pavlo Bohmat, Andrej Kacian, Urke MMI,
2924                 Hansom Young
2925
2926 2004-03-06 [paul]       0.9.9claws40
2927
2928         * src/stock_pixmap.c
2929                 fix crash: g_strdup(DEFAULT_PIXMAP_THEME)
2930                 patch submitted by Pawel Pekala
2931
2932 2004-03-06 [alfons]             0.9.9claws39
2933
2934         * src/addrindex.c
2935                 allow nick name completion again 
2936
2937 2004-03-02 [match]              0.9.9claws38
2938
2939         * configure.ac
2940                 added definition of USE_LDAP_TLS to support TLS.
2941         * src/ldapctrl.[ch]
2942         * src/ldapquery.c
2943         * src/ldapserver.[ch]
2944         * src/addressbook.c
2945         * src/addrindex.c
2946         * src/editldap.c
2947                 included LDAP TLS support.
2948
2949 2004-03-02 [christoph]          0.9.9claws37
2950
2951         * src/folder.[ch]
2952                 o add more documentation for FolderClass
2953                 o remove usused FolderClass virtual functions
2954
2955         * src/imap.c
2956         * src/mh.c
2957         * src/news.c
2958                 change creation of FolderClass because static initializations
2959                 for structs suck in C89
2960
2961 2004-03-01 [paul]
2962
2963         * sync with 0.9.10
2964
2965 2004-02-28 [keith]      0.9.9claws36
2966
2967         * src/common/utils.c
2968                 Fix treatment of whitespace in quicksearch bar (leading
2969                 spaces and >1 space between commands and parameters).
2970
2971 2004-02-27 [alfons]     0.9.9claws35
2972
2973         * src/compose.[ch]
2974                 Explicitly remove draft timeout to fix nasty race between 
2975                 compose_send_cb() (which destroys the compose window) and 
2976                 compose_defer_auto_save_draft() (which expects compose 
2977                 window to exist). Should fix Keith's and Fred Marton's
2978                 bug report (#128, "crash after complaining about character
2979                 set conversion")
2980
2981 2004-02-27 [luke]       0.9.9claws34
2982         
2983         * src/folder.c
2984                 Do folder_item_apply_processing() even if no processing
2985                 rules for the folder exist (so global processing is applied)
2986
2987 2004-02-26 [thorsten]   0.9.9claws33
2988
2989         * src/mimeview.c
2990                 Remove misleading static declaration
2991
2992 2004-02-26 [alfons]     0.9.9claws32
2993
2994         * src/procmime.[ch]
2995           src/compose.c
2996           src/mimeview.c
2997           src/textview.c
2998                 use/add procmime_get_content_type_str() as a safe wrapper
2999                 for returning a Content-Type type string; should fix 
3000                 bug #444, 0.9.7..0.9.9 crashes with "Content-Type: type= 
3001                  - attachments."
3002
3003 2004-02-26 [thorsten]   0.9.9claws31
3004
3005         * src/mimeview.c
3006                 Restructure save_as/save_all
3007
3008 2004-02-26 [alfons]     0.9.9claws30
3009
3010         * src/procmime.c
3011                 clean up (2)
3012
3013 2004-02-26 [alfons]     0.9.9claws29
3014
3015         * src/procmime.c
3016                 clean up (1)
3017
3018 2004-02-24 [luke]
3019
3020         * tools/textviewer.sh
3021                 tweaks from Johann Koenig, recognition of shell
3022                 scripts in particular
3023
3024 2004-02-24 [paul]       0.9.9claws28
3025
3026         * sync with 0.9.9cvs13
3027                 see ChangeLog 2004-02-24
3028
3029 2004-02-23 [paul]       0.9.9claws27
3030
3031         * src/inc.c
3032                 one alertpanel on pop3 authentication error will suffice
3033                 
3034         * src/prefs_fonts.c
3035                 remove unnecessary printf
3036
3037 2004-02-22 [alfons]     0.9.9claws26
3038
3039         * src/messageview.c
3040                 put back a lost check
3041
3042 2004-02-21 [alfons]     0.9.9claws25
3043
3044         * src/folderview.c
3045                 don't forget to save folder properties after renaming folder
3046
3047 2004-02-20 [paul]       0.9.9.claws24
3048
3049         * src/addressbook.c
3050                 sync with 0.9.9cvs11, see ChangeLog 2004-02-19
3051                 
3052         * src/inc.c
3053                 complete sync with 0.9.9cvs9's 'update folderview
3054                 progressively'
3055                 
3056         * configure.ac
3057                 require gettext >= 0.12.1
3058
3059 2004-02-17 [match]      0.9.9claws23
3060
3061         * src/compose.c
3062                 keep the peace - change style.
3063
3064 2004-02-17 [alfons]     0.9.9claws22
3065
3066         * src/filtering.c
3067                 make MATCHACTION_STOP cancel filtering / processing;
3068                 clean up and document it to make it a little bit more clear;
3069
3070 2004-02-17 [alfons]     0.9.9claws21
3071
3072         %X marks the cursor spot for reply quote format
3073
3074         * src/quote_fmt_lex.l 
3075           src/quote_fmt.c
3076                 add %X token
3077                 
3078         * src/quote_fmt.h
3079           src/quote_fmt_parse.y
3080                 handle %X token
3081                 
3082         * src/compose.c
3083                 handle %X token for replies only (for now)
3084
3085 2004-02-17 [paul]       0.9.9claws20
3086
3087         * po/sk.po
3088                 updated by Andrej Kacian
3089                 
3090         * src/news.c
3091                 remove unneeded include
3092                 
3093         * src/prefs_fonts.c
3094                 be a little more user-friendly with the labels
3095                 
3096         * configure.ac
3097                 a change forgotten in the last commit: 
3098                 SYLPHEED_ACLOCAL_INCLUDE(m4)
3099
3100 2004-02-17 [paul]       0.9.9claws19
3101
3102         * ac/*                          ** REMOVED **
3103           ac/                           ** REMOVED **
3104           intl/Makefile.in              ** REMOVED **
3105           m4/                           ** NEW **
3106           m4/missing                    ** NEW **
3107           m4/missing/gdk-pixbuf.m4      ** NEW **
3108           m4/missing/gettext.m4         ** NEW **
3109           m4/missing/gpgme.m4           ** NEW **
3110           m4/missing/imlib.m4           ** NEW **
3111           m4/.cvsignore                 ** NEW **
3112           m4/Makefile.am                ** NEW **
3113           m4/README                     ** NEW **
3114           m4/aclocal-include.m4         ** NEW **
3115           m4/aspell.m4                  ** NEW **
3116           m4/check-type.m4              ** NEW **
3117           m4/gnupg-check-typedef.m4     ** NEW **
3118           m4/openssl.m4                 ** NEW **
3119           m4/spamassassin.m4            ** NEW **
3120           po/ChangeLog                  ** REMOVED **
3121           po/Makefile.in.in             ** REMOVED **
3122           po/Rules-quot                 ** REMOVED **
3123           po/boldquot.sed               ** REMOVED **
3124           po/en@boldquot.header         ** REMOVED **
3125           po/en@quot.header             ** REMOVED **
3126           po/insert-header.sin          ** REMOVED **
3127           po/quot.sed                   ** REMOVED **
3128           po/remove-potcdate.sed        ** REMOVED **
3129           po/remove-potcdate.sin        ** REMOVED **
3130           po/stamp-po                   ** REMOVED **
3131           Makefile.am
3132           autogen.sh
3133           configure.ac
3134                 enable building with automake 1.8.x
3135                 add 'autopoint' to autogen.sh and remove all
3136                 auto-generated files, remove ac/ in favour of
3137                 m4/
3138
3139 2004-02-17 [alfons]     0.9.9claws18
3140         
3141         * src/summaryview.c
3142                 MSG_IS_NEWS() is not stored at all, and is bogus
3143
3144 2004-02-17 [martin]     0.9.9claws17
3145
3146         * src/prefs_themes.c
3147                 fix crash when installing wrong theme and output an
3148                 error message
3149
3150 2004-02-16 [christoph]  0.9.9claws16
3151
3152         * src/compose.c
3153         * src/stock_pixmap.[ch]
3154         * src/toolbar.[ch]
3155         * src/pixmaps/linewrapcurrent.xpm               ** NEW **
3156                 add "Wrap current paragraph" to compose toolbar
3157
3158 2004-02-15 [alfons]     0.9.9claws15
3159
3160         * src/folderview.c
3161                 refine previous commit to make sure other hook functions
3162                 get their grab of the pie too
3163
3164 2004-02-15 [alfons]     0.9.9claws14
3165
3166         * src/folderview.c
3167                 fix sync breakage so we don't pass invalid pointer types
3168
3169 2004-02-15 [match]      0.9.9claws13
3170
3171         * src/ldapquery.[ch]
3172         * src/ldapserver.h
3173         * src/addrindex.[ch]
3174                 tweak threading calls.
3175         * src/addr_compl.[ch]
3176                 add alias into completion list.
3177         * src/addressbook.c
3178                 fix ldap browse.
3179                 improve context menu behavior.
3180                 change menu sequence.
3181                 add send mail from addressbook.
3182         * src/addrselect.[ch]
3183         * src/compose.[ch]
3184                 add send mail from addressbook.
3185
3186 2004-02-15 [christoph]  0.9.9claws12
3187
3188         * src/folderutils.c
3189                 skip deleting when duplist is empty
3190
3191         * src/folderview.[ch]
3192         * src/mainwindow.c
3193         * src/summaryview.[ch]
3194                 call folderutils_delete_duplicates() from mainwindow code
3195
3196 2004-02-15 [alfons]     0.9.9claws11
3197         
3198         * src/common/utils.c
3199                 add prefix for italian ms o(e) 
3200
3201 2004-02-14 [paul]       0.9.9claws10
3202
3203         * src/foldersel.c
3204                 fix updating of the folder view when creating a
3205                 new folder
3206
3207 2004-02-13 [paul]       0.9.9claws9
3208
3209         * src/plugins/clamav/clamav_plugin.c
3210                 remove GUI code
3211
3212 2004-02-13 [paul]       0.9.9claws8
3213
3214         * sync with 0.9.9cvs9
3215                 see ChangeLog 2004-02-09, 2004-02-10, 2004-02-12
3216
3217 2004-02-13 [alfons]     0.9.9claws7
3218
3219         * src/common/utils.c
3220                 fix wrong type of argument for ctype functions (pass unsigned
3221                 char instead of signed char)
3222
3223 2004-02-12 [alfons]     0.9.9claws6
3224
3225         * src/compose.[ch]
3226                 don't select text in header entry when composing to a 
3227                 default address, but rather give the header entry a
3228                 different color / style (same as the folder new color)
3229
3230 2004-02-12 [alfons]     0.9.9claws5
3231
3232         * src/plugins/clamav/clamav_plugin.c
3233                 don't exit(2) on libclamav init error - show a warning.
3234                 (tested by damaging a clamav database file.)
3235
3236 2004-02-12 [paul]       0.9.9claws4
3237
3238         * sync with 0.9.9cvs4
3239                 see ChangeLog 2004-02-04, 2004-02-05, and 2004-02-06
3240
3241 2004-02-11 [luke]       0.9.9claws3
3242
3243         * src/mimeview.c
3244                 remove redundant check introduced in 0.9.9claws1
3245
3246 2004-02-11 [luke]       0.9.9claws2
3247
3248         * src/mimeview.c
3249                 fix compilation of my previous commit without gpg enabled
3250
3251 2004-02-10 [luke]       0.9.9claws1
3252
3253         * src/mimeview.c
3254                 add borders to icons to indicate the privacy status for
3255                 the message part (unknown/bad/good)
3256
3257 2004-02-06 [paul]       0.9.9claws
3258
3259         0.9.9claws released
3260
3261 2004-02-06 [darko]      0.9.8claws64
3262
3263         * src/compose.c
3264                 don't allow Ctrl+Enter while external editor is active
3265
3266 2004-02-06 [paul]       0.9.8claws63
3267
3268         * po/es.po
3269           po/pl.po
3270           po/sk.po
3271           po/sr.po
3272                 update Spanish, Polish, Slovak, and Serbian translations.
3273                 submitted by Ricardo Mones Lastra, Emil Nowak, Andrej Kacian,
3274                 and Urke MMI
3275
3276 2004-02-04 [alfons]     0.9.8claws62
3277
3278         * src/compose.c
3279                 grab focus only when lbutton was pressed (bug #430 cont'd; 
3280                 don't have clue yet why the cursor pos is at the end of the
3281                 text.)
3282
3283 2004-02-04 [alfons]     0.9.8claws61
3284
3285         * src/compose.c
3286                 always grab focus when one of the header entries is clicked 
3287                 (should fix bug #430, "no focus on pasted addresses 3 & higher")
3288
3289 2004-02-02 [paul]
3290
3291         * ac/missing/gdk-pixbuf.m4
3292           ac/missing/gpgme.m4
3293           ac/missing/imlib.m4
3294                 prevent 'underquoted definition' warnings
3295                 patch submitted by David Relson
3296                 
3297         * src/plugins/clamav/README
3298                 update, improve, correct
3299
3300 2004-01-31 [thorsten]   0.9.8claws60
3301
3302         * src/news.c
3303                 'dir' not initialized if group has no messages
3304
3305 2004-01-29 [christoph]  0.9.8claws59
3306
3307         * src/customheader.[ch]
3308                 add custom_header_is_allowed() to check for disallowed header names
3309                 that must not be overridden by custom headers
3310
3311         * src/compose.c
3312                 always write From: header and use custom_header_is_allowed() to
3313                 check if custom header should be written
3314
3315         * src/prefs_customheader.c
3316                 check if custom header is disallowed using custom_header_is_allowed()
3317
3318         * src/folderutils.c
3319                 destroy message id GHashTable before freeing the MsgInfos
3320
3321 2004-01-29 [paul]       0.9.8claws58
3322
3323         * sync with 0.9.9 release
3324                 see ChangeLog 2004-01-29
3325
3326 2004-01-29 [paul]       0.9.8claws57
3327
3328         * sync with 0.9.8cvs11
3329                 see ChangeLog 2004-01-29
3330
3331 2004-01-28 [christoph]  0.9.8claws56
3332
3333         * src/pgpmime.c
3334         * src/sgpgme.[ch]
3335                 return WARN signature status when signature is not trusted
3336
3337         * src/Makefile.am
3338         * src/folder.c
3339         * src/folderutils.[ch]                  ** NEW **
3340         * src/summaryview.c
3341                 implement delete duplicates summaryview independent
3342
3343 2004-01-28 [paul]       0.9.8claws55
3344
3345         * sync with 0.9.8cvs10
3346                 see Changelog 2004-01-27 and 2004-01-28
3347
3348 2004-01-26 [christoph]  0.9.8claws54
3349
3350         * src/imap.c
3351                 create a root node for the Folder if scan fails because root
3352                 folder does not exist
3353
3354 2004-01-26 [paul]       0.9.8claws53
3355
3356         * sync with 0.9.8cvs7
3357                 see ChangeLog 2004-01-23
3358
3359 2004-01-25 [alfons]     0.9.8claws52
3360
3361         * src/compose.c
3362                 remove left-over constant INDENT_CHARS
3363
3364 2004-01-25 [alfons]     0.9.8claws51
3365
3366         * src/procmime.c
3367                 add NULL pointer check for mimeinfo->node in
3368                 procmime_mimeinfo_parent()
3369
3370 2004-01-25 [darko]      0.9.8claws50
3371
3372         * src/compose.c
3373                 make "Wrap all long lines" toolbar button wrap all
3374                 long lines not just the current line
3375                 patch by I. Oshadi Jayawardena <ioj4 at yahoo.co.uk>
3376
3377
3378 2004-01-25 [alfons]     0.9.8claws49
3379
3380         * src/procmime.c
3381                 remove g_strstrip(); prevents a NULL pointer deref, and isn't
3382                 necessary anyway, because *scanf() functions neglect white
3383                 space in the input. 
3384                 Fixes bug #425, "sylpheed 0.9.8claws42 crashes on some messages."
3385
3386 2004-01-25 [paul]       0.9.8claws48
3387
3388         * src/prefs_ext_prog.c
3389                 apply Alfons' patch to check for NULL pointers
3390                 fixes bug #424
3391
3392 2004-01-25 [paul]       0.9.8claws47
3393
3394         * sync with 0.9.8cvs8
3395                 see ChangeLog 2004-01-23
3396
3397 2004-01-25 [thorsten]   0.9.8claws46
3398
3399         * src/messageview.c
3400                 remove orphaned mimeview unref()
3401
3402 2004-01-23 [christoph]  0.9.8claws45
3403
3404         * src/summaryview.c
3405                 set ctree widget style
3406
3407 2004-01-23 [paul]       0.9.8claws44
3408
3409         * sync with 0.9.8cvs5
3410                 see ChangeLog 2004-01-22
3411
3412 2004-01-23 [alfons]     0.9.8claws43
3413
3414         * src/procmsg.c
3415                 remove redundant code in procmsg_get_thread_tree()
3416
3417 2004-01-21 [christoph]  0.9.8claws42
3418
3419         * src/folderview.c
3420                 set ctree widget style, otherwise GTK does not use the
3421                 the correct vertical size for the list items
3422
3423 2004-01-21 [alfons]     0.9.8claws41
3424
3425         * src/summaryview.c
3426                 GDK_Left should only switch to folderview when
3427                 when summaryview hscrollbar is at the leftmost
3428                 position (fixes bug #420, "Focus error")
3429
3430 2004-01-21 [paul]       0.9.8claws40
3431
3432         * sync with 0.9.8cvs4
3433                 see ChangeLog 2004-01-20
3434
3435 2004-01-20 [christoph]  0.9.8claws39
3436
3437         * src/folderview.c
3438                 remove setting sensitivity for no longer existing
3439                 /Scoring... popup entry
3440
3441 2004-01-20 [keith]      0.9.8claws38
3442
3443         * configure.ac
3444                 Revert AM_CONFIG_HEADER to AC_CONFIG_HEADER
3445
3446 2004-01-20 [paul]       0.9.8claws37
3447
3448         * src/prefs_fonts.c
3449                 demystify font settings
3450                 
3451         * src/textview.c
3452                 use textview->msgfont for header->body in
3453                 textview_show_header()
3454
3455 2004-01-20 [paul]       0.9.8claws36
3456
3457         * src/compose.c
3458           src/undo.c
3459                 remove superfluous debug_print's
3460                 
3461         * src/inc.c
3462                 clear the statusbar after LOCAL incorporation
3463
3464 2004-01-20 [paul]       0.9.8claws35
3465
3466         * sync with 0.9.8cvs3
3467                 see ChangeLog 2004-01-20
3468
3469 2004-01-19 [keith]      0.9.8claws34
3470
3471         * src/folderview.c
3472                 don't show 'Search folder...' on popup menu
3473                 if folder has no mails in it
3474
3475 2004-01-17 [keith]      0.9.8claws33
3476
3477         * src/compose.c
3478           src/prefs_common.c
3479           src/prefs_common.h
3480                 store position of compose window in prefs
3481
3482 2004-01-17 [thorsten]   0.9.8claws32
3483
3484         * src/gtk/gtkvscrollbutton.c
3485                 ensure scrollbutton resize event on different gtk versions
3486
3487 2004-01-15 [alfons]     0.9.8claws31
3488         
3489         * src/summaryview.c
3490                 keep MSG_REPLIED and MSG_FORWARDED even when marking a
3491                 message as read
3492
3493 2004-01-12 [christoph]  0.9.8claws30
3494
3495         * src/procmime.c
3496                 better MIME-Version check
3497
3498 2004-01-11 [alfons]     0.9.8claws29
3499
3500         * src/procmsg.c
3501                 remove unnecessary but still effective check (could possibly
3502                 lead to some unwanted side effects)
3503
3504 2004-01-11 [alfons]     0.9.8claws28
3505
3506         * src/procmsg.c
3507                 we should not prefer lowest message number while threading 
3508                 (introduced in previous commit)
3509
3510 2004-01-11 [alfons]     0.9.8claws27
3511
3512         * src/procmsg.c
3513                 subject threading fixes:
3514                 
3515                         - make message with lowest message number the
3516                           thread parent,
3517                         - refine recording last node when threading. the last node
3518                           should be the previous one if a node has a thread parent,
3519                           or the current node if not
3520                 
3521                 (there's another threading bug fix coming up)
3522
3523 2004-01-10 [paul]       0.9.8claws26
3524
3525         * src/main.c
3526           src/prefs_ext_prog.c
3527           src/plugins/clamav/clamav_plugin_gtk.c
3528                 minor gui fixes
3529
3530 2004-01-09 [christoph]  0.9.8claws25
3531
3532         * src/Makefile.am
3533         * src/string_match.[ch]                 ** REMOVE **
3534         * src/common/Makefile.am
3535         * src/common/string_match.[ch]          ** NEW **
3536                 move string_match.[ch] to common directory
3537
3538 2004-01-09 [christoph]  0.9.8claws24
3539
3540         * src/pgpmime.c
3541                 add MIME-Version header for the message parser
3542
3543 2004-01-09 [paul]       0.9.8claws23
3544
3545         * po/POTFILES.in
3546           src/Makefile.am
3547           src/main.c
3548           src/prefs_common.c
3549           src/prefs_ext_prog.[ch]       ** NEW FILES **
3550                 move External Command options from 'Common Prefs/Other' to
3551                 'Other Prefs/Message View/External Programs', also reveal
3552                 the hidden options for audio player and image viewer.
3553                 
3554         * src/prefs_common.c
3555                 fix toggling of header pane
3556
3557 2004-01-09 [paul]       0.9.8claws22
3558
3559         * src/compose.c
3560                 when changing account also change the save folder
3561
3562         * src/textview.c
3563                 if a text/plain attachment has 'Content-Disposition: attachment'
3564                 don't display it inline
3565
3566 2004-01-08 [christoph]  0.9.8claws21
3567
3568         * src/procmime.c
3569                 check for "MIME-Version: 1.0" in message/rfc882 MIME-parts,
3570                 otherwise thread the message content as one text part and
3571                 don't assume charset US-ASCII which is only specified as
3572                 default for MIME-messages
3573
3574 2004-01-08 [paul]       0.9.8claws20
3575
3576         * src/plugins/clamav/clamav_plugin.c
3577           src/plugins/spamassassin/spamassassin.c
3578                 inform the user what is happening via the statusbar
3579
3580 2004-01-06 [paul]       0.9.8claws19
3581
3582         * po/es.po
3583                 update Spanish translation. submitted by Ricardo
3584                 Mones Lastra
3585
3586 2004-01-05 [paul]       0.9.8claws18
3587
3588         * sync with 0.9.8cvs2
3589                 see ChangeLog 2004-01-05
3590
3591 2004-01-03 [luke]       0.9.8claws17
3592
3593         * src/procheader.c
3594                 Clean up:
3595                 o remove unused functions string_getchar() and file_getchar()
3596                 o remove the getchar_ parameter from generic_get_one_field()
3597                 o add an 'unfold' parameter to generic_get_one_field, to
3598                   be used if no HeaderEntry is supplied
3599                 o procheader_get_one_field_asis() uses
3600                   generic_get_one_field().
3601
3602 2004-01-01 [christoph]  0.9.8claws16
3603
3604         * src/common/xml.[ch]
3605                 o add xml_new_tag() to manage usage counts of strings correctly
3606                 o correct xml_copy_tree() function name
3607
3608         * src/folder.c
3609         * src/main.c
3610                 allow registering and unregistering of FolderClasses anytime
3611
3612 2003-12-31 [christoph]  0.9.8claws15
3613
3614         * src/folder.[ch]
3615         * src/common/xml.[ch]
3616                 keep folderlist.xml data for unloaded FolderClasses
3617
3618 2003-12-30 [luke]       0.9.8claws14
3619
3620         * src/procheader.[ch]
3621                 o added procheader_get_one_field_asis() that does not do
3622                   unfolding
3623                 o fix procheader_get_header_array_asis() to use the above,
3624                   fixing ugliness of headers in textview
3625
3626         * src/compose.c
3627                 o don't unfold headers when redirecting.        
3628
3629 2003-12-30 [paul]       0.9.8claws13
3630
3631         * po/POTFILES.in
3632           src/common/defs.h
3633           src/Makefile.am
3634           src/main.c
3635           src/prefs_common.c
3636           src/prefs_themes.[ch] ** NEW FILES **
3637                 redesign and move Icon Theme selector to
3638                 the new prefs window
3639           
3640         * src/stock_pixmap.c
3641                 fix the old bug where icons are not always
3642                 updated when changing themes
3643         
3644         * src/summaryview.c
3645                 fix bug where the icons on the title row
3646                 of the summary view were not updated
3647         
3648         all patches submitted by Ricardo Mones Lastra
3649
3650 2003-12-30 [hoa]        0.9.8claws12
3651
3652         * src/folder.c
3653                 run preglobal and postglobal processing rules
3654                 even if the folder does not have any rules.
3655
3656 2003-12-28 [paul]       0.9.8claws11
3657
3658         * ac/aspell.m4
3659           ac/check-type.m4
3660           ac/gnupg-check-typedef.m4
3661           ac/openssl.m4
3662           ac/spamassassin.m4
3663                 fix 'underquoted definition' warnings, patch submitted by
3664                 David Relson <relson@osagesoftware.com>
3665                 
3666         * src/common/utils.c
3667                 subject_get_prefix_length(): add "Odp\\:" to reply prefixes,
3668                 patch submitted by Jan Alboszta <J.Alboszta@students.mimuw.edu.pl>
3669
3670 2003-12-28 [paul]       0.9.8claws10
3671
3672         * sync with 0.9.8cvs1
3673                 see ChangeLog 2003-12-17
3674
3675 2003-12-27 [christoph]  0.9.8claws9
3676
3677         * src/common/utils.[ch]
3678                 add g_node_map() to map a GNode into a new GNode
3679                 converting all node data's with a function
3680
3681         * src/account.c
3682         * src/folder.[ch]
3683         * src/folderview.c
3684         * src/imap.c
3685         * src/mainwindow.c
3686         * src/summaryview.c
3687                 o use g_node_map() to convert XML <-> Folder
3688                 o remove redundant FolderItem->parent and
3689                   replace it with folder_item_parent()
3690
3691 2003-12-23 [christoph]  0.9.8claws8
3692
3693         * src/folder.[ch]
3694         * src/folderview.c
3695         * src/mainwindow.c
3696         * src/procmsg.c
3697                 o use callback for notifications about added and
3698                   destroyed folders
3699                 o rewrite folderlist saving (new functions to create
3700                   folder from XML tree, and XML tree from folder)
3701
3702         * src/common/xml.[ch]
3703                 add function to save XML trees
3704
3705         * src/prefs_filtering.c
3706                 code cleanup
3707
3708 2003-12-22 [christoph]  0.9.8claws7
3709
3710         * src/prefs_account.[ch]
3711                 add "SMTP only" accounts
3712
3713 2003-12-20 [melvin]     0.9.8claws6
3714
3715         * src/action.[ch]
3716                 Changed the interface for action_update_*_menu() so
3717                 action.c does not need to know the paths of the different
3718                 actions menu (mainwindow, message view and compose window). 
3719
3720         * src/compose.c
3721                 Tiny code cleanup to merge spell checker related code
3722                 compose_update_actions_menu(): new function to update
3723                 the actions menu. Use it in compose_create()
3724
3725         * src/compose.h
3726                 compose_update_actions_menu(): new function to update
3727                 the actions menu. Used also in prefs_actions.c.
3728
3729         * src/mainwindow.[ch]
3730                 main_window_update_actions_menu(): new function to update
3731                 the actions menu. Used in main_window_create() and in
3732                 prefs_actions.c
3733
3734         * src/messageview.[ch]
3735                 messageview_update_actions_menu(): new function to update
3736                 the actions menu. Used in messageview_add_toolbar() and in
3737                 prefs_actions.c
3738                 
3739         * src/prefs_actions.c   
3740                 prefs_actions_ok(): fixed to update the actions menu of
3741                 the separate message view and the compose windows.
3742
3743 2003-12-20 [luke]       0.9.8claws5
3744         * src/procheader.c
3745                 fix unfolding/newline stripping for multiline fields
3746                 in generic_get_one_field()
3747
3748 2003-12-19 [christoph]  0.9.8claws4
3749
3750         * src/summaryview.c
3751                 o code cleanup
3752                 o use subject_compare_for_sort() when comparing
3753                   simplified subjects
3754
3755 2003-12-19 [christoph]  0.9.8claws3
3756
3757         * src/msgcache.c
3758                 more syncing with 0.8.9a
3759
3760 2003-12-19 [christoph]  0.9.8claws2
3761
3762         * src/folder.c
3763                 don't write all FolderItem XML attributes for the root node
3764
3765 2003-12-19 [melvin]     0.9.8claws1
3766
3767         * src/messageview.c
3768                 Added missing menu branch (Tools/Create processing/rule)
3769         * po/fr.po
3770                 Updated French translation for the added string.
3771
3772 2003-12-19 [paul]       0.9.8claws
3773
3774         0.9.8claws released
3775
3776 2003-12-19 [paul]       0.9.7claws51
3777
3778         * po/en_GB.po
3779           po/es.po
3780           po/ja.po
3781           po/pl.po
3782           po/sk.po
3783           po/zh_CN.po
3784                 update translations. submitted by me, Ricardo Mones
3785                 Lastra, Rui Hirokawa, Emil Nowak, Andrej Kacian,
3786                 Hansom Young
3787                 
3788         * src/folder_item_prefs.c
3789                 'enable_processing' set to FALSE by default
3790
3791 2003-12-18 [melvin]     0.9.7claws50
3792
3793         * po/fr.po
3794                 Updated French translation
3795
3796 2003-12-17 [christoph]  0.9.7claws49
3797
3798         * src/procheader.c
3799                 revert discarding of whitespace from 0.9.7claws44
3800
3801                 RFC2822 2.2.3: Unfolding is accomplished by simply
3802                 removing any CRLF that is immediately followed by WSP.
3803
3804 2003-12-17 [paul]       0.9.7claws48
3805
3806         * src/folder.c
3807                 fix new message count
3808                 
3809         * configure.ac
3810                 update autotools macros
3811
3812         * sync with 0.9.8a
3813
3814 2003-12-16 [christoph]  0.9.7claws47
3815
3816         * src/folder.c
3817                 fix folder update before adding MsgInfo to cache
3818                 in add_msginfo_to_cache()
3819
3820         * src/procmsg.c
3821                 remove old call to folder_item_update() that is no
3822                 longer required
3823
3824 2003-12-16 [christoph]  0.9.7claws46
3825
3826         * src/main.c
3827                 make sure the shutdown process only runs once
3828
3829 2003-12-16 [hoa]        0.9.7claws45
3830
3831         * src/mainwindow.c
3832         * src/messageview.c
3833         * src/summaryview.[ch]
3834                 Create filter rules using a message is fixed.
3835                 We can now create processing rules using a message.
3836
3837 2003-12-15 [alfons]     0.9.7claws44
3838
3839         * src/procheader.c
3840                 make sure we discard folding white space
3841
3842 2003-12-15 [luke]       0.9.7claws43
3843         * src/textview.c
3844         * src/mimeview.c
3845                 o use "name" parameter if "filename" doesn't exist
3846
3847 2003-12-14 [alfons]     0.9.7claws42
3848
3849         * src/summaryview.c
3850         * src/common/utils.c
3851                 allow quick finding based on the result of passing
3852                 a message to an external command. E.g:
3853
3854                         X "bogofilter < %F" 
3855                 
3856                 gets me all the spam in a folder.
3857
3858 2003-12-14 [luke]       0.9.7claws41
3859
3860         * src/textview.c
3861         * src/mimeview.c
3862                 o use parameter "filename" instead of "name" in a couple of 
3863                   places for correctness
3864
3865         * src/procmime.c
3866         * src/common/utils.[ch]
3867                 o make temporary filename for attachments safe for %p 
3868                   substitutions in actions.
3869
3870 2003-12-13 [christoph]  0.9.7claws40
3871
3872         * src/main.c
3873                 readd exit(0) to clean_quit() because otherwise sylpheed
3874                 does not always terminate
3875
3876         * src/pgpmime.c
3877         * src/privacy.h
3878                 add an identifier-string for PrivacySystems
3879
3880 2003-12-12 [paul]
3881
3882         * doc/man/sylpheed.1
3883                 update the man page
3884
3885 2003-12-12 [paul]       0.9.7claws39
3886
3887         general clean up
3888         
3889         * configure.ac
3890                 correct and clean up './configure --help' info
3891         
3892         * src/plugins/clamav/clamav_plugin.c
3893           src/plugins/spamassassin/spamassassin.c
3894                 correct plugin_desc(), works with LOCAL, IMAP, and
3895                 POP accounts
3896                 
3897         * src/filtering.c
3898           src/matcher.[ch]
3899           src/matcher_parser_parse.y
3900           src/prefs_filtering_action.c
3901                 use 'Change Score' instead of '(In/De)crease score'.
3902                 use *CHANGE_SCORE* instead of *ADD_SCORE*
3903          
3904          * src/mainwindow.c
3905                 hyphenate: 'Pre-processing', 'Post-processing'
3906                 
3907         * src/prefs_account.c
3908                 change 'Generate Message-ID' to 'Generate Message-Id'
3909                 
3910         * src/prefs_folder_item.c
3911                 change 'Processing on startup:' to 'Process at startup'
3912                 change 'Scan for new mail:' to 'Scan for new mail'
3913                 
3914 2003-12-11 [christoph]  0.9.7claws38
3915
3916         * src/crash.c
3917         * src/main.[ch]
3918                 make sure the clean_exit() funtion is not called again by the
3919                 signal handler while it is already running
3920
3921         (closes Bug 366 lost all folders -> spoiling folderlist.xml file)
3922
3923         * src/summaryview.c
3924                 fix wrong assertion
3925
3926 2003-12-11 [paul]       0.9.7claws37
3927
3928         * src/compose.c
3929                 'anonymise' Message-Id: header string
3930
3931 2003-12-11 [paul]       0.9.7claws36
3932
3933         * src/plugins/clamav/clamav_plugin.c
3934                 fix (don't break) signature count
3935                 use cl_strerror() instead of deprecated cl_perror()
3936         
3937 2003-12-11 [darko]      0.9.7claws35
3938
3939         * src/summaryview.c
3940                 also update the sort arrow (thanks Christoph)
3941
3942 2003-12-11 [darko]      0.9.7claws34
3943
3944         * src/summaryview.c
3945                 allow reverting to default sort mode (no sort)
3946
3947 2003-12-10 [hoa]        0.9.7claws33
3948
3949         * src/matcher.c
3950                 fixed quotation of string for matcher.
3951
3952 2003-12-08 [paul]       0.9.7claws32
3953
3954         * src/imap.c
3955           src/inc.c
3956                 plug memory leaks (patch by Alfons)
3957
3958 2003-12-08 [christoph]  0.9.7claws31
3959
3960         * src/folder_item_prefs.[ch]
3961         * src/folderview.c
3962         * src/prefs_folder_item.c
3963                 add new FolderItem property to exclude folders from new
3964                 mail checks
3965
3966         Patch submitted by Chad Robinson <crobinson@rfgonline.com>
3967
3968 2003-12-07 [paul]       0.9.7claws30
3969
3970         * src/plugins/clamav/clamav_plugin.c
3971                 fix signature count
3972
3973 2003-12-07 [thorsten]   0.9.7claws29
3974
3975         * src/filtering.c
3976                 debug_print some warning if destfolder missing
3977         * src/prefs_filtering.c
3978                 uninitialized filter list when deleting a folder
3979
3980 2003-12-06 [paul]       0.9.7claws28
3981
3982         * src/procheader.c
3983                 add Alfons' patch to trim line feeds
3984
3985 2003-12-06 [paul]       0.9.7claws27
3986
3987         * partial sync with 0.9.7cvs8
3988                 leaving claws' online/offline more or less intact
3989                 see ChangeLog 2003-12-04 and 2003-12-06
3990
3991 2003-12-06 [christoph]  0.9.7claws26
3992
3993         * src/messageview.c
3994         * src/privacy.[ch]
3995                 revert pirvacy API changes
3996
3997 2003-12-05 [alfons]     0.9.7claws25
3998
3999         * src/matcher.[ch]
4000                 clean up my old cruft
4001
4002 2003-12-05 [alfons]     0.9.7claws24
4003
4004         * src/matcher.c
4005                 fix comparison buglet ;-) and make `test` matcher
4006                 work again
4007
4008 2003-12-05 [alfons]     0.9.7claws23
4009
4010         * src/prefs_folder_item.c
4011                 K&R 2nd Ed., page 241 (function parameter identifiers
4012                 starting with an underscore are kind of insulting)
4013
4014 2003-12-05 [hoa]        0.9.7claws22
4015
4016         * src/main.c
4017         * src/mainwindow.[ch]
4018         * src/mainwindow.h
4019                 add destructor for mainwindow so that the last 
4020                 MimeInfo opened in messageview is destroyed when
4021                 exiting sylpheed.
4022
4023 2003-12-05 [hoa]        0.9.7claws21
4024
4025         * src/filtering.[ch]
4026         * src/matcher.[ch]
4027         * src/matcher_parser_lex.l
4028         * src/matcher_parser_parse.y
4029         * src/prefs_actions.c
4030         * src/prefs_filtering.c
4031         * src/common/utils.[ch]
4032                 quote arguments before giving them to command line.
4033                 fixed quote of string in matcher/processing/filtering rules.
4034
4035         * src/messageview.c
4036         * src/privacy.[ch]
4037                 allows decryption to return a new whole 
4038                 MIME message structure.
4039
4040 2003-12-04 [hoa]        0.9.7claws20
4041
4042         * src/filtering.[ch]
4043         * src/folder.c
4044         * src/mainwindow.c
4045         * src/matcher.c
4046         * src/matcher_parser_parse.y
4047         * src/folderview.c
4048                 global rules to run before folder specific rules.
4049                 global rules to run after folder specific rules.
4050                 
4051         * src/messageview.c
4052                 fixed quick addition of rules.
4053         
4054         * src/prefs_filtering.[ch]
4055         * src/summaryview.c
4056                 we can now customize the title for the dialog.
4057                 updated case where we rename of delete folders.
4058
4059         * src/addressbook.c
4060                 got back the function addressbook_browse_entry_cb()
4061                 that is needed in case we compiled with LDAP support.
4062
4063 2003-12-04 [paul]       0.9.7claws19
4064
4065         * sync with 0.9.7cvs6
4066                 see ChangeLog 2003-12-04
4067                 fixes bug 171 'Wrong message decoing: koi8-r and 
4068                 iso8859-5 looks same. Can't read many emails.'
4069
4070 2003-12-04 [paul]       0.9.7claws18
4071
4072         * po/POTFILES.in
4073                 remove 'src/prefs_scoring.c'
4074
4075 2003-12-03 [hoa]        0.9.7claws17
4076
4077         * src/Makefile.am
4078                 compilation of scoring.[ch] and prefs_scoring.[ch]
4079                 is removed.
4080         
4081         * src/filtering.[ch]
4082         * src/folder.c
4083         * src/folder_item_prefs.[ch]
4084         * src/folderview.c
4085         * src/main.c
4086         * src/mainwindow.c
4087         * src/matcher.[ch]
4088         * src/matcher_parser.h
4089         * src/matcher_parser_parse.y
4090         * src/prefs_filtering.[ch]
4091         * src/prefs_filtering_action.c
4092         * src/prefs_folder_item.c
4093         * src/prefs_scoring.[ch]              * REMOVED FILES *
4094         * src/procmsg.[ch]
4095         * src/scoring.[ch]                    * REMOVED FILES *
4096         * src/summaryview.c
4097                 merged scoring and filtering.
4098                 
4099                 Note : compatibility is kept by parsing score like 
4100                   add_score. To get the behaviour of older scoring 
4101                   system, you have to define some equivalent rule :
4102                   "score_lower -9999 hide"
4103                   "score_greater 9999 mark"
4104                   
4105                   To define global rules, you have to define them 
4106                   in the new global processing rules.
4107                   The variable that kept the list filtering rules 
4108                   was "global_processing" and has been renamed into 
4109                   "filtering_rules".
4110                   "global_processing" variable is now the name 
4111                   of the variable that keeps the list of global 
4112                   processing rules.
4113                   In the configuration file, "[global]" section is 
4114                   now for the global processing rules (which includes
4115                   score things and new global processing rules).
4116                   New "[filtering]" section is for the filtering rules.
4117                   
4118                   Before running with this version, during testing 
4119                   phase, ** MAKE A BACKUP ** of your matcherrc file.
4120                   Then, you have to make the following changes :
4121                   - leave all scoring rules in "[global]" section.
4122                   - move all other rules of "[global]" section to
4123                       a new section named "[filtering]".
4124
4125 2003-12-03 [christoph]  0.9.7claws16
4126
4127         * src/procmime.c
4128                 use default Content-Type as specified in RFC2045 if
4129                 Content-Type header is syntactically incorrect
4130
4131 2003-12-03 [christoph]  0.9.7claws15
4132
4133         * src/addressbook.c
4134         * src/addrindex.h
4135         * src/addritem.c
4136         * src/expldifdlg.h
4137         * src/exportldif.c
4138         * src/filtering.c
4139         * src/folder.c
4140         * src/folderview.c
4141         * src/jpilot.c
4142         * src/localfolder.c
4143         * src/matcher.h
4144         * src/matcher_parser_lex.l
4145         * src/matcher_parser_parse.y
4146         * src/news.c
4147         * src/prefs_filtering_action.c
4148         * src/prefs_folder_item.c
4149         * src/prefs_fonts.c
4150         * src/procmsg.c
4151         * src/sgpgme.c
4152                 clean up warnings
4153
4154         * src/procmime.c
4155                 revert 0.9.7claws14 change
4156
4157 2003-12-03 [alfons]     0.9.7claws14
4158
4159         * src/procmime.c
4160                 catch invalid Content-Type with no subtype
4161
4162 2003-12-03 [alfons]     0.9.7claws13
4163
4164         * src/alertpanel.h
4165         * src/setup.c
4166         * src/plugins/image_viewer/plugin.c
4167                 compile again, we need stddef.h for size_t
4168
4169 2003-12-03 [paul]       0.9.7claws12
4170
4171         * src/account.c
4172                 don't allow cloning of accounts with remote folders,
4173                 patch submitted by Ricardo Mones Lastra
4174
4175 2003-12-03 [christoph]  0.9.7claws11
4176
4177         * src/folder.[ch]
4178         * src/imap.c
4179         * src/localfolder.[ch]
4180         * src/mh.c
4181         * src/news.c
4182         * src/common/xml.[ch]
4183                 add set_xml() and get_xml() virtual functions to FolderClass to
4184                 save extra information for Folders (for example the rootpath
4185                 only used by LocalFolder). The folderlist write function no
4186                 longer needs to know the folder type to save this extra
4187                 information.
4188
4189 2003-12-02 [christoph]  0.9.7claws10
4190
4191         * src/Makefile.am
4192         * src/account.c
4193         * src/folder.[ch]
4194         * src/folderview.h
4195         * src/imap.c
4196         * src/localfolder.[ch]          ** NEW **
4197         * src/mainwindow.c
4198         * src/mh.[ch]
4199         * src/news.[ch]
4200         * src/prefs_account.[ch]
4201         * src/prefs_filtering.h
4202         * src/procmsg.h
4203         * src/remotefolder.[ch]         ** NEW **
4204         * src/common/xml.[ch]
4205                 add item_set_xml() and item_get_xml() virtual functions to
4206                 FolderClass to give folders the ability to add extra information
4207                 to the saved FolderItem data. If NULL the default function for
4208                 FolderItem will be used.
4209
4210 2003-11-29 [christoph]  0.9.7claws9
4211
4212         * src/procheader.c
4213                 fix bug in unfolding
4214
4215 2003-11-29 [luke]       0.9.7claws8
4216
4217         * src/textview.c
4218                 fix compilation for non c99 compilers
4219
4220 2003-11-29 [christoph]  0.9.7claws7
4221
4222         * src/procmime.[ch]
4223         * src/mimeview.c
4224                 o unknown disposition types should be handled as
4225                   attachment (RFC2183)
4226                 o missing headers should not default to inline
4227                   (would make "Save All" useless when disposition header
4228                    is not set by the sending mailer)
4229                 o remove old MimeInfo data and cleanup
4230
4231 2003-11-29 [luke]       0.9.7claws6
4232
4233         * src/procmime.[ch]
4234                 re-added parsing of Content-Disposition header
4235                         - removes the old  'gchar* content_disposition'
4236                         - adds a new field 'DispositionType disposition'
4237                         - adds parameters to MimeInfo::parameters
4238
4239         * src/mimeview.c
4240                 use the "filename" parameter for saving, and the new
4241                 MimeInfo::disposition for save all.
4242
4243         * src/compose.c
4244         * src/toolbar.[ch]
4245                 add a 'check spelling' button as a possibility for 
4246                 the compose toolbar
4247
4248         * src/stockpixmap.[ch]
4249         * src/pixmaps/check_spelling.xpm        ** NEW **
4250         * src/Makefile.am
4251                 add a pixmap for use with 'check spelling' button or
4252                 a user defined action
4253
4254         * src/textview.c
4255                 re-apply fixed (I hope) patch for bug 57
4256                 "Hidden URL in HTML Mails"
4257
4258 2003-11-28 [christoph]  0.9.7claws5
4259
4260         * src/procmime.c
4261                 o be more liberal in what we accept as Content-Type parameters
4262                 o ignore comments after parameters
4263
4264         * src/sgpgme.c
4265                 o only free passphrase when an error occurs
4266
4267 2003-11-28 [paul]       0.9.7claws4
4268
4269         * src/account.c
4270                 add 'Clone Account' function. patch submitted by
4271                 Ricardo Mones Lastra
4272
4273 2003-11-27 [thorsten]   0.9.7claws3
4274
4275         * src/mimeview.c
4276                 fix crash if 'save_all' failed twice
4277
4278 2003-11-27 [paul]       0.9.7claws2
4279
4280         * po/POTFILES.in
4281                 fix a typo
4282
4283         * po/zh_CN.po
4284                 update Simplified Chinese translation. submitted by
4285                 Hansom Young
4286
4287 2003-11-27 [paul]       0.9.7claws1
4288
4289         * po/POTFILES.in
4290                 clean up
4291
4292 2003-11-26 [paul]       0.9.7claws
4293
4294         * 0.9.7claws released
4295
4296 2003-11-26 [paul]       0.9.6claws99
4297
4298         * src/Makefile.am
4299                 add reference to pixmaps/mime_message.xpm
4300
4301 2003-11-26 [paul]       0.9.6claws98
4302
4303         * po/POTFILES.in
4304                 remove reference to src/sigstatus.c
4305
4306 2003-11-26 [christoph]  0.9.6claws97
4307
4308         * src/Makefile.am
4309         * src/prefs_common.c
4310         * src/rfc2015.c
4311         * src/sigstatus.[ch]            ** REMOVE **
4312                 remove signature result popup option and window
4313
4314 2003-11-26 [paul]       0.9.6claws96
4315
4316         * po/es.po
4317           po/ja.po
4318           po/pl.po
4319           po/sk.po
4320           po/sr.po
4321                 update translations. submitted by Ricardo Mones Lastra,
4322                 Rui Hirokawa, Emil Nowak, Andrej Kacian, and Urke MMI
4323
4324 2003-11-25 [christoph]  0.9.6claws95
4325
4326         * src/procmime.c
4327                 display mime structure only in debug mode
4328
4329 2003-11-25 [melvin]     0.9.6claws94
4330
4331         * po/fr.po
4332                 Updated French translations + typos fixes of older
4333                 translations (thanks to Fabien Vantard for pointing
4334                 to some of them)
4335
4336 2003-11-25 [melvin]     0.9.6claws93
4337
4338         * src/editldap.c
4339                 Fixed a couple of typos.
4340
4341 2003-11-24 [paul]       0.9.6claws92
4342
4343         * po/POTFILES.in
4344                 add 'src/textview.c'
4345
4346 2003-11-24 [paul]       0.9.6claws91
4347
4348         * src/sgpgme.c
4349                 fix typo. spotted by Rui Hirokawa <rui_hirokawa@ybb.ne.jp>
4350
4351 2003-11-24 [paul]       0.9.6claws90
4352
4353         * src/plugins/image_viewer/viewer.c
4354                 image_viewer_show_mimepart(): 
4355                 use procmime_mimeinfo_get_parameter() to get the file name
4356
4357 2003-11-24 [paul]       0.9.6claws89
4358
4359         * src/textview.c
4360                 textview_show_mime_part(): rewrite text hint
4361
4362 2003-11-22 [paul]       0.9.6claws88
4363
4364         * sync with 0.9.7cvs5
4365                 see ChangeLog 2003-11-21
4366
4367 2003-11-21 [paul]       0.9.6claws87
4368
4369         * src/mimeview.c
4370                 define shortcut key 'o' for 'Open with...'
4371
4372 2003-11-21 [alfons]     0.9.6claws86
4373
4374         * src/messageview.c
4375                 fix bug #383 'Deleting message from "separate message view" 
4376                 uses local Trash folder'
4377
4378 2003-11-21 [christoph]  0.9.6claws85
4379
4380         * src/mimeview.c
4381                 fix content-type guessing by name parameter when finding
4382                 the correct viewer
4383
4384 2003-11-21 [alfons]     0.9.6claws84
4385
4386         * src/main.c
4387                 no mail incorporation allowed with --offline param.
4388                 fixes bug #374, "--offline ignored"
4389
4390 2003-11-20 [christoph]  0.9.6claws83
4391
4392         * src/mimeinfo.c
4393                 use signed MimeInfo when checking the signature and not
4394                 the selected one
4395
4396 2003-11-19 [alfons]     0.9.6claws82
4397
4398         * src/mainwindow.c
4399                 fix crash when toggling separate views, patch submitted
4400                 by Pawel Pekala <c0rn|AT|gazeta.pl>.
4401                 fixes bug #342, "separate views  cause crash"
4402
4403 2003-11-19 [paul]       0.9.6claws81
4404
4405         * src/compose.c
4406                 compose_redirect_write_headers_from_headerlist(): 
4407                 add Resent-Cc: header (bug fix inherited from 0.9.7cvs3)
4408                 
4409         * src/main.c
4410                 code cleanup (inherited from 0.9.7cvs4)
4411                 
4412         * tools/tb2sylpheed
4413                 bugfix: added missing attribute-list start. submitted by
4414                 Urke MMI
4415
4416 2003-11-19 [luke]       0.9.6claws80
4417
4418         * src/textview.c
4419                 revert my last commit until I get time to fix it
4420
4421 2003-11-18 [christoph]  0.9.6claws79
4422
4423         * src/mimeview.[ch]
4424                 check parent MimeInfos for signatures and display the
4425                 result of the parent when found
4426
4427         * src/pgpmime.c
4428                 o avoid NULL pointer warnings
4429                 o use procmime_mimeinfo_get_parameter()
4430
4431         * src/sgpgme.c
4432                 small text changes
4433
4434 2003-11-17 [luke]       0.9.6claws78
4435
4436         * src/textview.c
4437                 add check for disguised URLs, fixing bug 57
4438                 "Hidden URL in HTML Mails"
4439
4440 2003-11-16 [christoph]  0.9.6claws77
4441
4442         * src/procmime.c
4443                 fix crash when parsing invalid Content-Type header
4444
4445 2003-11-16 [christoph]  0.9.6claws76
4446
4447         * src/pgpmime.c
4448         * src/privacy.c
4449         * src/procmime.c
4450         * src/sgpgme.[ch]
4451                 implement message decrypting
4452
4453         * src/rfc2015.c
4454                 remove old code
4455
4456 2003-11-14 [luke]       0.9.6claws75
4457
4458         * src/mimeview.c
4459                 fix a couple of problems that treated application/* and
4460                 application/octet-stream the wrong way around
4461                 (since 0.9.6claws10), causing "Open" to do nothing.
4462
4463 2003-11-14 [christoph]  0.9.6claws74
4464
4465         * src/messageview.c
4466         * src/pgpmime.c
4467         * src/privacy.[ch]
4468                 prepare for message part decrypting
4469
4470         * src/sgpgme.c
4471                 add output for expired signatures
4472
4473         * src/rfc2015.c
4474                 remove some old code
4475
4476 2003-11-10 [christoph]  0.9.6claws73
4477
4478         * src/mimeview.c
4479                 add "Full info" button for bad and warn signature status
4480
4481         * src/sgpgme.c
4482                 generate full signature info like gpg's output
4483                 (gpg -v --with-fingerprint --verify)
4484
4485 2003-11-10 [christoph]  0.9.6claws72
4486
4487         * src/mimeview.c
4488         * src/pgpmime.c
4489         * src/privacy.[ch]
4490         * src/sgpgme.[ch]
4491         * src/textview.[ch]
4492                 o add code to view full signature info
4493                 o do automatic signature checks
4494
4495 2003-11-10 [alfons]     0.9.6claws71
4496
4497         * src/summaryview.c
4498                 don't crash when gtkut_font_load() returns invalid font (has
4499                 something to do with locale settings)
4500                 Patch submitted by David Chalmers <davidc|AT|ccmi.salk.edu>.
4501
4502 2003-11-09 [alfons]     0.9.6claws70
4503
4504         * src/procmime.c
4505                 plug leak
4506
4507 2003-11-08 [luke]       0.9.6claws69
4508
4509         * src/summaryview.c
4510                 fix some typos
4511
4512         * src/compose.c
4513                 rewrite compose_attach_parts(), fixing various bugs mainly
4514                 to do with re-editing.
4515
4516         * src/mimeview.c
4517                 "save all" now only saves attachments with names/filenames
4518
4519 2003-11-04 [match]      0.9.6claws68
4520
4521         * src/ldapctrl.[ch]
4522                 fix broken LDAP support.
4523
4524         * src/ldapquery.c
4525                 remove printf's.
4526
4527 2003-11-04 [luke]       0.9.6claws67
4528
4529         * src/mimeview.c
4530                 o  fixed bug 4 "focus lost on messages with attachments"
4531                 o  fixed 'Save all' attachments for new mime changes
4532                 o  right clicking on icons consistent with right clicking on
4533                    mime tree
4534                   - fixes a bug where wrong part is saved when you
4535                     choose 'Save as' from popup menu
4536                   - fixes bug 308 "No way to "save all" attachments"
4537                 o  fixed a compiler warning.
4538
4539         * src/textview.c
4540                 o  removed flickering in mime tree when using "n" and "p"
4541                    shortcuts
4542                 o  fixed bug where selecting the textview and pressing e.g.
4543                    'y' causes sylpheed to respond twice.
4544
4545         * src/summaryview.c
4546                 removed hard coding of * and ! shortcuts (which only served
4547                 to cause problems if you tried to redefine the shortcuts)
4548
4549 2003-11-04 [luke]       0.9.6claws66
4550
4551         * src/plugins/image_viewer/viewer.c
4552         * src/plugins/image_viewer/viewerprefs.c
4553         * src/plugins/image_viewer/viewerprefs.glade
4554                 o  allow toggling of image scaling by clicking on image
4555                 o  respond to image's container widget resize
4556
4557         * src/procmime.c
4558                 o  fix bad parsing of message when re-editing/viewing a
4559                    message saved to the drafts folder
4560
4561 2003-11-02 [match]      0.9.6claws65
4562
4563         * src/browseldap.h
4564                 fix if not building LDAP support.
4565         * src/addrindex.c
4566         * src/ldapquery.[ch]
4567         * src/editldap.h
4568                 include support for contains query. feature req 529354.
4569
4570 2003-11-02 [alfons]     0.9.6claws64
4571
4572         * src/browseldap.c
4573                 fix build bustage if not compiling ldap support
4574
4575 2003-11-01 [match]      0.9.6claws63
4576
4577         * po/POTFILES.in
4578         * src/Makefile.am
4579         * src/addr_compl.[ch]
4580         * src/addrbook.c
4581         * src/addrcache.[ch]
4582         * src/addrdefs.h        ** NEW **
4583         * src/addressbook.c
4584         * src/addressitem.h
4585         * src/addrindex.[ch]
4586         * src/addritem.h
4587         * src/addrquery.[ch]
4588         * src/ldapquery.[ch]
4589         * src/ldapserver.[ch]
4590                 refactor LDAP query mechanism.
4591
4592         * src/browseldap.[ch]   ** NEW **
4593         * src/ldaplocate.[ch]   ** NEW **
4594                 add feature to browse LDAP entry that was retrieved using
4595                 an explicit LDAP search.
4596
4597 2003-11-01 [alfons]     0.9.6claws62
4598
4599         * src/prefs_gtk.c
4600                 prefs_write_param(): fail when we see an invalid type; all the
4601                 callers seem to handle this gracefully by reverting changes
4602
4603 2003-10-30 [christoph]  0.9.6claws61
4604
4605         * configure.ac
4606         * ac/openssl.m4
4607         * ac/spamassassin.m4
4608         * src/Makefile.am
4609                 use extra variables for all libraries to make sure plugins
4610                 are only linked with libraries they really need. $LIBS is always
4611                 added to the linking parameters, but we only what the libraries
4612                 listed in the Makefile
4613
4614 2003-10-29 [paul]       0.9.6claws60
4615
4616         * src/mimeview.c
4617                 don't use Subject for unknown part name
4618
4619 2003-10-29 [paul]       0.9.6claws59
4620
4621         * src/compose.c
4622                 get name of attachment(s) when re-editing, fwd'ing or
4623                 redirecting
4624                 
4625         * src/mimeview.c
4626                 get name of attachment(s) when saving
4627
4628 2003-10-29 [hoa]        0.9.6claws58
4629
4630         * src/textview.c
4631                 implemented multipart/alternative in MIME message viewer.
4632
4633 2003-10-28 [christoph]  0.9.6claws57
4634
4635         * configure.ac
4636                 make sure MathML-Viewer is not built with the
4637                 Gtk2 version of GtkMathView
4638
4639 2003-10-28 [paul]       0.9.6claws56
4640
4641         * sync with 0.9.7cvs1
4642                 see ChangeLog 2003-10-28
4643
4644 2003-10-27 [alfons]     0.9.6claws55
4645
4646         * src/matcher_parser_parse.y
4647         * src/gtk/colorlabel.c
4648                 allow setting color label to 0 in filtering/processing rules
4649                 (should fix bug 368, "Can't create a filter condition "colorlabel 0"") 
4650
4651 2003-10-26 [alfons]     0.9.6claws54
4652
4653         * src/summary_search.c
4654                 fix misnomer and correct selecting initial search node  
4655
4656 2003-10-26 [christoph]  0.9.6claws53
4657
4658         * src/pgpmime.c
4659         * src/sgpgme.c
4660                 change display of signature info to use only name of
4661                 signer, otherwise the text gets too long.
4662
4663         * src/procmime.c
4664                 don't use MimeInfo's filename to generate tmp filename
4665
4666 2003-10-25 [christoph]  0.9.6claws52
4667
4668         * src/procmime.c
4669                 fix message body searching
4670
4671 2003-10-25 [paul]       0.9.6claws51
4672
4673         * src/compose.c
4674                 use g_basename rather than basename
4675
4676 2003-10-24 [christoph]  0.9.6claws50
4677
4678         * src/sgpgme.c
4679                 change fetching of signature key's trust
4680
4681 2003-10-24 [paul]       0.9.6claws49
4682
4683         * po/sk.po
4684                 update Slovak translation
4685                 submitted by Andrej Kacian
4686                 
4687         * src/mainwindow.c
4688                 remove unknown menu entry /File/Add mailbox/mbox...
4689
4690 2003-10-24 [hoa]        0.9.6claws48
4691
4692         * src/Makefile.am
4693                 removed all references to mbox folders
4694
4695         * src/carray.[ch]               * REMOVED *
4696         * src/chash.[ch]                * REMOVED *
4697         * src/maillock.[ch]             * REMOVED *
4698         * src/mailmbox.[ch]             * REMOVED *
4699         * src/mailmbox_folder.[ch]      * REMOVED *
4700         * src/mailmbox_parse.[ch]       * REMOVED *
4701         * src/mailmbox_types.[ch]       * REMOVED *
4702         * src/mbox_folder.[ch]          * REMOVED *
4703                 remove implementation of mbox folders
4704                 and old mailbox folder.
4705                 mbox folder implementation will be added
4706                 as a plugin so that implementation can be entirely
4707                 synchronized with the files of the project they are
4708                 extracted from (libEtPan!).
4709         
4710         * src/mainwindow.c
4711         * src/folder.c
4712         * src/folderview.[ch]
4713         * src/procmsg.h         
4714                 Disable as much code that references mbox folders
4715                 as possible.
4716                 Some UI thing still need to know that folder is mbox
4717                 (when we have to enter the name of the mailbox and
4718                 we want to add /var/mail/$USER).
4719
4720 2003-10-23 [christoph]  0.9.6claws47
4721
4722         * src/noticeview.c
4723                 don't always display button when noticeview is made visible
4724
4725         * src/mimeview.c
4726         * src/pgpmime.c
4727         * src/privacy.[ch]
4728         * src/sgpgme.[ch]
4729                 get signature information from crypto system
4730
4731 2003-10-22 [paul]       0.9.6claws46
4732
4733         * po/es.po
4734                 updated by Ricardo Mones Lastra
4735
4736 2003-10-22 [paul]       0.9.6claws45
4737
4738         * src/Makefile.am
4739                 update to reflect the changes to the icons that
4740                 happened in 0.9.6claws35
4741
4742 2003-10-22 [alfons]     0.9.6claws44
4743         
4744         * src/carray.h
4745                 inline carray_count() 
4746
4747 2003-10-21 [alfons]     0.9.6claws43
4748
4749         * src/carray.h
4750                 glib wrappers
4751         * src/carray.c
4752                 disable
4753         * src/mailmbox.[ch]
4754         * src/mailmbox_folder.c
4755         * src/mailmbox_parse.c
4756         * src/mailmbox_types.[ch]
4757                 %s/uint32_t/guint
4758
4759 2003-10-21 [luke]       0.9.6claws42
4760
4761         * src/stock_pixmaps.[ch]
4762         * src/mimeview.c
4763         * src/pixmaps/mime_application_octet_stream.xpm         ** REMOVE **
4764         * src/pixmaps/messageview_text.xpm                      ** REMOVE **
4765                 o remove mime_application_octet_stream.xpm icon (it was never
4766                   really needed)
4767                 o remove redundant icon messageview_text.xpm
4768
4769         * src/mainwindow.c
4770                 fix visibility of signature noticeview when toggling 'separate
4771                 message view'
4772
4773 2003-10-21 [christoph]  0.9.6claws41
4774
4775         * src/procmime.c
4776                 decode multipart and rfc822 mime parts to allow further
4777                 parsing when required
4778
4779 2003-10-21 [christoph]  0.9.6claws40
4780
4781         * src/procmime.[ch]
4782         * src/textview.c
4783                 remove obsolete charset parameter in MimeInfo and fix
4784                 TextView to use the charset from the parameter hash table
4785
4786         * src/plugins/dillo_viewer/Makefile.am
4787         * src/plugins/trayicon/Makefile.am
4788                 add OPENSSL_CFLAGS to fix building with using
4789                 --with-openssl-* parameters
4790
4791 2003-10-21 [paul]       0.9.6claws39
4792
4793         * src/prefs_matcher.[ch]
4794                 replace remnants of the old, renamed 'Execute' matchtype
4795                 add a brief description to the Info window
4796
4797 2003-10-21 [hoa]        0.9.6claws38
4798         
4799         * src/Makefile.am
4800         * src/carray.[ch]               * NEW *
4801         * src/chash.[ch]                * NEW *
4802         * src/folder.c
4803         * src/maillock.[ch]             * NEW *
4804         * src/mailmbox.[ch]             * NEW *
4805         * src/mailmbox_folder.[ch]      * NEW *
4806         * src/mailmbox_parse.[ch]       * NEW *
4807         * src/mailmbox_types.[ch]       * NEW *
4808                 implementation of mbox folder with unique message numbers
4809
4810                 made use of libEtPan! implementation of mbox for lower-layer.
4811
4812 2003-10-20 [alfons]     0.9.6claws37
4813
4814         * src/noticeview.c
4815                 fix invalid argument warning
4816         * src/pgpmime.c
4817                 no in place variable
4818
4819 2003-10-20 [paul]       0.9.6claws36
4820
4821         * src/compose.[ch]
4822           src/filtering.c
4823           src/messageview.c
4824                 fix crash when using Forward in Filtering when
4825                 external editor option is set
4826                 
4827                 Patch submitted by Simon 'corecode' Schubert
4828                 <corecode@corecode.ath.cx> 
4829
4830 2003-10-20 [paul]       0.9.6claws35
4831
4832         * src/pixmaps/mime_gpg_expired.xpm      ** REMOVED **
4833           src/pixmaps/mime_gpg_failed.xpm       ** REMOVED **
4834           src/pixmaps/mime_gpg_passed.xpm       ** REMOVED **
4835           src/pixmaps/mime_gpg_signed.xpm       ** REMOVED **
4836           src/pixmaps/mime_gpg_unknown.xpm      ** REMOVED **
4837           src/pixmaps/privacy_expired.xpm       ** NEW FILE **
4838           src/pixmaps/privacy_failed.xpm        ** NEW FILE **
4839           src/pixmaps/privacy_passed.xpm        ** NEW FILE **
4840           src/pixmaps/privacy_signed.xpm        ** NEW FILE **
4841           src/pixmaps/privacy_unknown.xpm       ** NEW FILE **
4842           src/pixmaps/privacy_warn.xpm          ** NEW FILE **
4843           src/mimeview.c
4844           src/stock_pixmap.[ch]
4845                 replace mime_gpg_*.xpm icons with new privacy_*.xpm
4846                 icons. add privacy_warn.xpm icon
4847
4848 2003-10-20 [hoa]  0.9.6claws34
4849
4850         * src/folder_item_prefs.[ch]
4851         * src/prefs_folder_item.c
4852         * src/main.c
4853                 Added a property per folder to choose whether we 
4854                 want to apply processing on it on startup or if we
4855                 prefer to wait the folder selection to apply it.
4856         
4857         * src/messageview.c
4858                 fixed C89 compatibility (for old compilers, for
4859                 example gcc 2.95.x).
4860
4861 2003-10-17 [christoph]  0.9.6claws33
4862
4863         * src/mimeview.c
4864         * src/noticeview.[ch]
4865                 change noticeview icon to indicate signature status
4866
4867 2003-10-17 [christoph]  0.9.6claws32
4868
4869         * src/Makefile.am
4870         * src/main.c
4871         * src/mimeview.c
4872         * src/noticeview.c
4873         * src/pgpmime.[ch]                              ** NEW **
4874         * src/privacy.[ch]
4875         * src/rfc2015.c
4876         * src/sgpgme.c                                  ** NEW **
4877                 reimplement PGP/Mime signature checking (unfinished)
4878
4879 2003-10-15 [christoph]  0.9.6claws31
4880
4881         * src/procmime.[ch]
4882                 fix procmime_get_text_content() and
4883                 procmime_get_first_text_content()
4884
4885 2003-10-15 [christoph]  0.9.6claws30
4886
4887         * src/plugins/spamassassin/spamassassin_gtk.c
4888         * src/plugins/spamassassin/spamassassin_gtk.glade
4889                 fix timeout tooltip
4890
4891 2003-10-15 [paul]       0.9.6claws29
4892
4893         * src/messageview.c
4894                 workaround for buggy smtp servers. on sending a
4895                 return receipt strip the name part from the address
4896                 when creating headers
4897                 
4898 2003-10-15 [paul]       0.9.6claws28
4899
4900         * sync with 0.9.7 release
4901                 see ChangeLog 2003-10-15
4902
4903 2003-10-14 [christoph]  0.9.6claws27
4904
4905         * src/plugins/clamav/clamav_plugin.c
4906                 fix clamav plugin
4907
4908 2003-10-14 [christoph]  0.9.6claws26
4909
4910         * src/compose.c
4911         * src/mimeview.c
4912         * src/procmime.[ch]
4913         * src/rfc2015.c
4914         * src/textview.c
4915         * src/plugins/clamav/clamav_plugin.c
4916                 use GNode to create the mime tree (some changes to functions
4917                 that traverse the tree are just quick and dirty. Maybe we
4918                 can find better solutions with g_node_*-functions)
4919
4920 2003-10-14 [luke]       0.9.6claws25
4921
4922         * src/mimeview.c
4923                 fix a navigation bug (stupid typo of mine)
4924
4925 2003-10-14 [christoph]  0.9.6claws24
4926
4927         * src/textview.c
4928                 fix missing last line in plain/text mails
4929
4930 2003-10-13 [luke]       0.9.6claws23
4931
4932         * src/summaryview.c
4933                 fix bug 334 (part 1)
4934
4935 2003-10-13 [kov]        0.9.6claws22
4936
4937         * src/mimeview.c
4938                 error checking when the user enters a non-directory at
4939                 the file selection dialog.
4940                 work-around for users entering directory location without
4941                 adding a leading G_DIR_SEPARATOR.
4942
4943 2003-10-13 [luke]       0.9.6claws21
4944
4945         * src/compose.c
4946                 error reporting for inserting files, including catching
4947                 invalid characters for current locale/encoding
4948
4949 2003-10-13 [paul]       0.9.6claws20
4950
4951         * src/folderview.c
4952                 fix bug #347 'subscribe newsgroups crashes'
4953
4954 2003-10-13 [paul]       0.9.6claws19
4955
4956         * src/compose.c
4957                 when using 'Reply to all' include the 'send replies
4958                 to' folder property
4959                 
4960         * po/ja.po
4961                 update Japanese translation. submitted by Rui Hirokawa 
4962                 <rui_hirokawa@ybb.ne.jp>        
4963
4964 2003-10-13 [hoa]        0.9.6claws18
4965
4966         * src/account.c
4967         * src/compose.c
4968         * src/messageview.c
4969         * src/procheader.c
4970         * src/procheader.h
4971                 rename get_header_from_msginfo() into
4972                 procheader_get_header_from_msginfo() so that we have a
4973                 coherent exported naming.
4974                 avoid parsing of header contained in a string via
4975                 a newly written temporary file.
4976
4977         Patch submitted by Simon 'corecode' Schubert
4978                 <corecode@corecode.ath.cx>
4979
4980 2003-10-12 [hoa]        0.9.6claws17
4981
4982         * src/filtering.c
4983         * src/filtering.h
4984         * src/matcher.c
4985         * src/matcher.h
4986         * src/matcher_parser_parse.y
4987         * src/prefs_filtering_action.c
4988                 added "stop" action : stop applying the filtering rules.
4989                 added "set score" and "increase/decrease score" actions.
4990                 That two last action replace the "change_score" action
4991                 introduced by alfons in 0.8.8claws85.
4992                 "set score" is to set a given score to the message.
4993                 "increase/decrease score" will increase or decrease the
4994                 score if the given value is respectively positive or
4995                 negative. If someone find a some better name for this last
4996                 rule, it can be modified.
4997
4998 2003-10-12 [paul]       0.9.6claws16
4999
5000         * AUTHORS
5001           po/ja.po
5002                 update Japanese translation. submitted by Rui Hirokawa 
5003                 <rui_hirokawa@ybb.ne.jp>
5004
5005 2003-10-12 [christoph]  0.9.6claws15
5006
5007         * src/procmime.c
5008                 fix crash caused by incorrect headers
5009
5010 2003-10-10 [christoph]  0.9.6claws14
5011
5012         * src/main.c
5013         * src/privacy.[ch]
5014         * src/rfc2015.[ch]
5015                 implement detection of signed message parts for rfc2015
5016
5017 2003-10-10 [thorsten]   0.9.6claws13
5018
5019         * src/mimeview.c
5020                 fix typo
5021
5022 2003-10-10 [christoph]  0.9.6claws12
5023
5024         * src/stock_pixmap.[ch]
5025         * src/pixmaps/mime_message.xpm                  ** NEW **
5026                 add a new icon for mime type "message"
5027
5028         * src/privacy.[ch]
5029         * src/procmime.[ch]
5030                 add crypto api
5031
5032         * src/mimeview.c
5033                 o use crypto api
5034                 o add icons for message type mime parts
5035
5036 2003-10-10 [christoph]  0.9.6claws11
5037
5038         * src/mainwindow.c
5039         * src/messageview.[ch]
5040         * src/mimeview.[ch]
5041         * src/procmime.[ch]
5042         * src/procmsg.[ch]
5043         * src/rfc2015.c
5044         * src/summaryview.c
5045         * src/textview.[ch]
5046                 o remove switching between TextView and MimeView in MessageView
5047                   (if required we can hide the icon box and the MimeView will
5048                    look exaxtly like the TextView)
5049                 o temporary remove signature and decrypting GPGME code
5050
5051 2003-10-09 [christoph]  0.9.6claws10
5052
5053         * src/action.c
5054         * src/compose.c
5055         * src/messageview.c
5056         * src/mimeview.c
5057         * src/procmime.[ch]
5058         * src/procmsg.c
5059         * src/rfc2015.c
5060         * src/textview.c
5061         * src/common/utils.[ch]
5062         * src/plugins/clamav/clamav_plugin.c
5063         * src/plugins/dillo_viewer/dillo_viewer.c
5064         * src/plugins/image_viewer/viewer.c
5065         * src/plugins/mathml_viewer/mathml_viewer.c
5066                 new mime parser (several things need fixing)
5067
5068 2003-10-09 [paul]       0.9.6claws9
5069
5070         * src/imap.c
5071                 a little more sync with 0.9.6cvs2 and a tidy up
5072
5073 2003-10-08 [paul]       0.9.6claws8
5074
5075         * sync with 0.9.6cvs2
5076                 see ChangeLog 2003-10-03
5077
5078 2003-10-05 [christoph]  0.9.6claws7
5079
5080         * src/summaryview.c
5081                 don't use flags to check if a message is in a news folder
5082
5083         (closes Bug 282 clicking on folder with copied Messages from News
5084          immediately after having copied them crashes Sylpheed-Claws)
5085
5086 2003-10-05 [christoph]  0.9.6claws6
5087
5088         * src/Makefile.am
5089         * src/progressdialog.[ch]               ** REMOVE **
5090         * src/gtk/Makefile.am
5091         * src/gtk/progressdialog.[ch]           ** NEW **
5092                 move progressdialog to gtk directory
5093
5094 2003-10-04 [christoph]  0.9.6claws5
5095
5096         * src/prefs_toolbar.c
5097         * src/gtk/prefswindow.c
5098                 remove widget_show_all for pages root widget
5099
5100         * src/plugins/spamassassin/spamassassin.[ch]
5101         * src/plugins/spamassassin/spamassassin_gtk.c
5102         * src/plugins/spamassassin/spamassassin_gtk.glade
5103                 add support for new libspamc transports
5104
5105 2003-10-04 [christoph]  0.9.6claws4
5106
5107         * src/plugins/spamassassin/libspamc.[ch]
5108         * src/plugins/spamassassin/spamassassin.c
5109         * src/plugins/spamassassin/utils.[ch]
5110                 update libspamc to version from SpamAssassin 2.60
5111
5112 2003-10-03 [christoph]  0.9.6claws3
5113
5114         * src/send_message.c
5115                 fix missing format string bug found by
5116                 Georgi Guninski <guninski@guninski.com>
5117
5118 2003-10-03 [paul]       0.9.6claws2
5119
5120         * po/zh_CN.po
5121                 update Simpilified Chinese translation, submitted by
5122                 Hansom Young
5123
5124 2003-10-02 [christoph]  0.9.6claws1
5125
5126         * src/imap.c
5127                 add UIDPLUS support for COPY and EXPUNGE
5128
5129 2003-10-02 [paul]       0.9.6claws
5130
5131         * 0.9.6claws released
5132
5133 2003-10-02 [paul]
5134
5135         * po/es.po
5136           po/sk.po
5137                 update Spanish and Slovak translations
5138                 submitted by Ricardo Mones Lastra and Andrej Kacian
5139  
5140 2003-10-02 [paul]       0.9.5claws43
5141
5142         * po/en_GB.po
5143                 update British English translation
5144
5145 2003-10-02 [paul]       0.9.5claws42
5146
5147         * po/hr.po
5148                 update Croatian translation, submitted by Dragan
5149
5150 2003-10-01 [paul]       0.9.5claws41
5151
5152         * po/pl.po
5153           po/sr.po
5154                 update Polish and Serbian translations, submitted by
5155                 Emil and Urke MMI
5156
5157 2003-10-01 [melvin]     0.9.5claws40
5158
5159         * po/fr.po
5160                 Updated French translations
5161
5162 2003-10-01 [melvin]     0.9.5claws39
5163
5164         * src/prefs_fonts.c
5165                 Fixed a Gtk warning
5166
5167         * src/plugins/dillo_prefs.c     
5168                 Quasi unnoticeable UI clean-up.
5169
5170 2003-10-01 [paul]
5171
5172         * tools/README
5173           tools/maildir2sylpheed.pl
5174                 bug fixes, rewrites, submitted by Matthias Förste 
5175                 <itsjustme@users.sourceforge.net>
5176
5177 2003-09-29 [paul]       0.9.5claws38
5178
5179         * src/inc.c
5180                 fix my coding carelessness
5181
5182 2003-09-29 [paul]       0.9.5claws37
5183
5184         * po/POTFILES.in
5185           src/Makefile.am
5186           src/main.c
5187           src/prefs_common.[ch]
5188           src/prefs_fonts.[ch]  ** NEW FILES **
5189                 move Font config options to Other Prefs/Display/Fonts
5190                 (user's current configuration is preserved)
5191
5192 2003-09-29 [paul]       0.9.5claws36
5193
5194         * src/inc.c
5195           src/prefs_account.c
5196                 allow 'local_mbox' value to point to either a directory 
5197                 (/var/mail -  default, new) or a file (/var/mail/username
5198                 - original)
5199
5200 2003-09-28 [paul]       0.9.5claws35
5201
5202         * src/rfc2015.c
5203                 on signature check, where key exists, print the
5204                 Key ID
5205
5206 2003-09-27 [alfons]     0.9.5claws34
5207
5208         * src/action.c
5209                 o make progress bar not fill/expand when resizing dialog
5210                 o use default fixed text font for actions output
5211
5212 2003-09-27 [paul]       0.9.5claws33
5213
5214         * src/prefs_common.[ch]
5215           src/procmsg.c
5216           src/send_message.c
5217                 remove External Program settings from Common Prefs/Send
5218                 as they are now unnecessary due to Local account settings.
5219                 plus a little tidying-up after 0.9.5claws31
5220
5221 2003-09-27 [paul]       0.9.5claws32
5222
5223         * src/prefs_account.c
5224                 o make correction to gui text:
5225                   'Local mailbox file' -> 'Local mailbox directory'
5226                 o give 'local_mbox' option a reasonable default value:
5227                   '/var/mail'
5228                 o use 'DEFAULT_SENDMAIL_CMD' as default 'mail_command'
5229                   value
5230
5231 2003-09-26 [paul]       0.9.5claws31
5232
5233         * src/inc.c
5234           src/prefs_common.[ch]
5235                 remove 'Incorporate from spool' common pref,
5236                 force creation of a 'Local' account
5237
5238 2003-09-26 [christoph]  0.9.5claws30
5239
5240         * src/folder.c
5241         * src/msgcache.c
5242                 add more NULL pointer checks
5243
5244 2003-09-25 [christoph]  0.9.5claws29
5245
5246         * src/folder.c
5247                 o don't fetch source message to get it's message id
5248                 o immediately scan dest folder when copying a message did not
5249                   return a new message number and not do it when the first message
5250                   without a new message number is found
5251
5252 2003-09-23 [christoph]  0.9.5claws28
5253
5254         * src/compose.c
5255                 fix generating of headers
5256
5257         (patch by David Relson <relson@osagesoftware.com>)
5258
5259 2003-09-23 [paul]       0.9.5claws27
5260
5261         * po/zh_CN.po
5262                 update Simplified Chinese translation. submitted by
5263                 Hansom Young
5264
5265 2003-09-23 [paul]       0.9.5claws26
5266
5267         * tools/Makefile.am
5268           tools/README
5269           tools/vcard2xml.py    ** NEW FILE **
5270                 add a script that converts an evolution vcard to
5271                 sylpheed's xml format
5272                 submitted by Bogdan Sumanariu <bsumanariu@one5.ro>
5273
5274 2003-09-22 [paul]       0.9.5claws25
5275
5276         * src/plugins/clamav/clamav_plugin.c
5277                 don't skip MULTIPART parts
5278
5279 2003-09-21 [christoph]  0.9.5claws24
5280
5281         * src/alertpanel.c
5282                 remove unneeded include
5283
5284         * src/folder.c
5285                 clean up copy/move mess with duplicated code
5286
5287         * src/imap.c
5288                 fix problem that sometimes the folder was not scanned
5289                 also it was changed
5290
5291 2003-09-21 [christoph]  0.9.5claws23
5292
5293         * src/Makefile.am
5294         * src/logwindow.[ch]                    ** REMOVE **
5295         * src/mainwindow.c
5296         * src/prefs_common.c
5297         * src/gtk/Makefile.am
5298         * src/gtk/logwindow.[ch]                ** ADD **
5299                 make logwindow prefs_common independent and move
5300                 it to gtk directory
5301
5302 2003-09-20 [christoph]  0.9.5claws22
5303
5304         * src/compose.c
5305                 add extra space for address code conversion
5306                 (4 * unconvered size could be too small for short headers)
5307
5308 2003-09-20 [christoph]  0.9.5claws21
5309
5310         * src/compose.c
5311                 increase temp buffer size when writing headers
5312
5313 2003-09-19 [darko]      0.9.5claws20
5314
5315         * src/compose.c
5316                 don't ignore value of 'Save copy of outgoing messages to
5317                 this folder instead of Sent' in message redirect
5318
5319 2003-09-17 [christoph]  0.9.5claws19
5320
5321         * src/compose.c
5322                 use ", " as address seperator for mail headers and pass whole
5323                 header line at once to compose_convert_header to make sure
5324                 it is correctly folded
5325
5326         (closes Bug 64 Problem when sending to many recipients)
5327
5328 2003-09-17 [hoa]        0.9.5claws18
5329         
5330         * src/matcher.[ch]
5331           src/matcher_parser_parse.y
5332           src/prefs_matcher.c
5333                 changed the keyword used for command execution in condition
5334                 keyword is changed from "execute" to "test"
5335                 so that it is not the same as the one used for action.
5336                 This will fix a bug when using filtering dialog.
5337                 All semantic in the code is also changed to reflect
5338                 the keyword change.
5339
5340 2003-09-17 [paul]
5341         
5342         * sync with 0.9.6 release
5343
5344 2003-09-17 [paul]       0.9.5claws17
5345
5346         * sync with 0.9.5cvs8
5347                 see ChangeLog 2003-09-16 and 2003-09-17
5348
5349 2003-09-16 [paul]       0.9.5claws16
5350
5351         * sync with 0.9.5cvs6
5352                 see ChangeLog 2003-09-16
5353
5354 2003-09-15 [paul]       0.9.5claws15
5355
5356         * sync with 0.9.5cvs5
5357                 see ChangeLog 2003-09-15
5358
5359 2003-09-14 [alfons]     0.9.5claws14
5360
5361         * src/inc.c
5362                 make "Go to inbox after receiving new mail" again;
5363                 regression of a sync, restored to sylpheed main 
5364                 behaviour. (misses still some bits)
5365
5366 2003-09-14 [alfons]     0.9.5claws13
5367
5368         * src/prefs_filtering_action.c
5369                 o add proper message if empty execute command line
5370                 o don't select first action item after registering a
5371                   new action to prevent (what seems to be a GTK) bug
5372                   #36, "filtering will only accept one action change 
5373                   per invocation".
5374
5375 2003-09-14 [alfons]     0.9.5claws12
5376
5377         * src/prefs_filtering.c
5378         * src/prefs_filtering_action.c
5379         * src/prefs_matcher.c
5380                 fix function signature for key_pressed_event signal handlers
5381
5382 2003-09-14 [alfons]     0.9.5claws11
5383
5384         * src/mainwindow.c
5385                 fix regression caused by fix for invalid bug #7
5386                 (should fix #246, "Multiple selections are deselected when 
5387                 moving from search window to main window")
5388                 
5389 2003-09-14 [alfons]     0.9.5claws10
5390         
5391         * src/actions.[ch]
5392         * src/filtering.[ch]
5393         * src/prefs_actions.c
5394                 allow `filtering actions` in actions; only for advanced users
5395                 right now: try for example, "%as{mark color 2}" 
5396         
5397 2003-09-13 [paul]       0.9.5claws9
5398         
5399         * po/pl.po
5400           po/zh_CN.po   ** NEW FILE **
5401                 update Polish translation, submitted by Emil 
5402                 <eminowbl@posejdon.wpk.p.lodz.pl>
5403                 add new Simplified Chinese translation, submitted by
5404                 Hansom Young <hansom_young@yahoo.com>
5405
5406 2003-09-12 [alfons]     0.9.5claws8
5407
5408         * src/summaryview.c
5409                 don't open separate message views when View | Separate message view
5410                 is active 
5411                 (please look carefully for any navigation regressions)
5412
5413 2003-09-11 [alfons]     0.9.5claws7
5414
5415         * src/mainwindow.c
5416                 make default message view, opened by View | Separate message 
5417                 view, look like a claws message view (which includes a menu
5418                 bar and a toolbar)
5419                 (fixes bug #298, "message view loses tool bar") 
5420
5421 2003-09-11 [christoph]  0.9.5claws6
5422
5423         * src/folderview.c
5424                 fix double deleting of newsgroup folders
5425
5426         (closes Bug 305 crash after deleting of a newsgroup)
5427
5428 2003-09-11 [paul]       0.9.5claws5
5429
5430         * src/rfc2015.c
5431           src/common/utils.h
5432                 more sync'ing from 0.9.5cvs2
5433
5434 2003-09-11 [christoph]  0.9.5claws4
5435
5436         * src/compose.c
5437         * src/rfc2015.c
5438         * src/common/utils.h
5439                 fix sync with 0.9.5cvs2
5440
5441 2003-09-11 [paul]       0.9.5claws3
5442
5443         * sync with 0.9.5cvs4
5444                 see ChangeLog 2003-09-11
5445
5446 2003-09-11 [paul]       0.9.5claws2
5447
5448         * sync with 0.9.5cvs2
5449                 see ChangeLog 2003-09-05
5450                 
5451 2003-09-11 [paul]       0.9.5claws1
5452
5453         * sync with 0.9.5cvs3
5454                 see ChangeLog 2003-09-10
5455
5456 2003-09-10 [paul]       0.9.5claws
5457
5458         * 0.9.5claws released
5459
5460 2003-09-10 [paul]       0.9.4claws78
5461
5462         * src/Makefile.am
5463                 add missing files
5464
5465 2003-09-10 [melvin]     0.9.4claws77
5466
5467         * po/fr.po
5468                 Updated French translations
5469
5470 2003-09-10 [paul]       0.9.4claws76
5471
5472         * po/es.po
5473           po/sk.po
5474           po/sr.po
5475                 update Spanish, Slovak, and Serbian translations.
5476                 submitted by Ricardo Mones Lastra, Andrej Kacian,
5477                 and Urke MMI
5478                 
5479         * AUTHORS
5480                 add translation team section
5481
5482 2003-09-09 [christoph]  0.9.4claws75
5483
5484         * src/folder.c
5485                 free item->prefs in folder_item_destroy
5486
5487 2003-09-09 [alfons]     0.9.4claws74
5488
5489         * src/folderview.c
5490                 o proper check for root node sorting
5491                 o remove unnecessary gtk_ctree_remove_node 
5492
5493         (should fix bug #300, "crash while moving folder")      
5494
5495 2003-09-08 [christoph]  0.9.4claws73
5496
5497         * src/folderview.c
5498                 o fix double adding of IMAP FolderItems to GtkCTree
5499                 o fix crash then mbox folder is removed
5500
5501 2003-09-08 [christoph]  0.9.4claws72
5502
5503         * src/folder.c
5504         * src/folderview.c
5505         * src/mainwindow.c
5506                 fix new folder notification
5507
5508         * src/mbox_folder.c
5509                 fix cache path
5510
5511 2003-09-08 [christoph]  0.9.4claws71
5512
5513         * src/compose.c
5514                 replace '\n' and '\r' before removing trailing spaces
5515
5516         * src/folder.[ch]
5517         * src/folderview.c
5518                 add information about new or removed items in folder tree change
5519                 notification and use this in folderview to add and remove only
5520                 the appected items and not refresh the whole tree
5521
5522 2003-09-07 [match]      0.9.4claws70
5523
5524         * src/Makefile.am
5525         * src/addr_compl.c
5526         * src/addressbook.c
5527         * src/addressitem.h
5528         * src/addrindex.c
5529         * src/addritem.c
5530         * src/addritem.h
5531         * src/addrquery.c                       ** NEW **
5532         * src/addrquery.h
5533         * src/ldapquery.c
5534         * src/ldapserver.c
5535         * src/stock_pixmap.c
5536         * src/stock_pixmap.h
5537         * src/pixmaps/address_search.xpm        ** NEW **
5538                 re-introduce Lookup button for LDAP 'static' searches.
5539
5540 2003-09-07 [alfons]     0.9.4claws69
5541         
5542         * src/summaryview.c
5543                 abandon setting usize for messageview because it gives layout problems
5544                 with the quick search bar and the headerview; fixes assorted UI glitches:
5545                 
5546                 o bug #148, "Toggling of quick-search bar reduces index view area" 
5547                 o bug #280, "Window resiizes for line length but does not revert"
5548
5549 2003-09-07 [christoph]  0.9.4claws68
5550
5551         * src/compose.c
5552                 o make sure we don't have any newlines in header values
5553                 o check custom headers for spaces and newlines and ignore
5554                   malformed header names
5555
5556 2003-09-06 [christoph]  0.9.4claws67
5557
5558         * src/folder.c
5559         * src/folderview.c
5560                 invoke notification hook for folder tree changes after append
5561                 and remove folder
5562
5563         (closes Bug 294 Crash while moving folder with many subdirectories)
5564
5565 2003-09-06 [christoph]  0.9.4claws66
5566
5567         * src/folder.c
5568                 destroy folder's MsgCache if FolderItem is removed to make sure
5569                 it is not saved when the FolderItem is destroyed
5570
5571 2003-09-06 [christoph]  0.9.4claws65
5572
5573         * src/plugins/clamav/clamav_plugin.c
5574                 fix copy & paste bug
5575
5576 2003-09-05 [christoph]  0.9.4claws64
5577
5578         * src/folder.c
5579         * src/messageview.[ch]
5580         * src/procmsg.[ch]
5581         * src/summaryview.c
5582                 extend MSGINFO_UPDATE_HOOK to send delete notifications. Used
5583                 by MessageView to clear it when the message is deleted. Should
5584                 work even if messages are deleted in MainWindow or by
5585                 processing.
5586
5587 2003-09-05 [alfons]     0.9.4claws63
5588
5589         * src/messageview.c
5590                 deleting a message in a message view frees its msginfo, make 
5591                 messageview_update_all() aware of that (should fix bug #293,
5592                 "deleting message caused crash")
5593
5594 2003-09-05 [melvin]     0.9.4claws62
5595
5596         * src/action.c
5597                 Improve synchronous action exit code (fixes 
5598                 a ~5 seconds delay after action exit on RedHat 9)
5599
5600 2003-09-04 [christoph]  0.9.4claws61
5601
5602         * src/compose.c
5603         * src/rfc2015.c
5604         * src/common/utils.[ch]
5605                 add util function to create mime boundary and use it
5606                 in compose and gpg code
5607
5608 2003-09-04 [alfons]     0.9.4claws60
5609
5610         * src/folder.c
5611                 source folder item's GNode should already have been freed in 
5612                 a previous call to src->folder->klass->remove_folder()
5613                 (should fix bug #287, "crash when moving folders")
5614
5615 2003-09-03 [thorsten]   0.9.4claws59
5616
5617         * src/plugins/spamassassin/spamassassin_gtk.c
5618                 fix compile error
5619
5620 2003-09-03 [christoph]  0.9.4claws58
5621
5622         * src/plugins/spamassassin/spamassassin.[ch]
5623         * src/plugins/spamassassin/spamassassin_gtk.c
5624                 add timeout config option
5625
5626 2003-09-03 [paul]       0.9.4claws57
5627
5628         * po/sk.po      ** NEW FILE **
5629                 add Slovak translation. Submitted by Andrej Kacian 
5630                 <andrej@kacian.sk>
5631
5632 2003-09-03 [paul]       0.9.4claws56
5633
5634         * src/plugins/clamav/clamav_plugin_gtk.c
5635                 gui tweaks: replace a label with a tooltip, modify the
5636                 text, use gtk_check_button_new(); instead of
5637                 gtk_check_button_new_with_label("");
5638
5639 2003-09-02 [alfons]     0.9.4claws55
5640
5641         * src/gtk/filesel.c
5642                 remember last used dir when attaching multiple files (should fix
5643                 bug #290, "Attach File does not remember directory")
5644
5645 2003-09-01 [paul]       0.9.4claws54
5646
5647         * po/es.po
5648                 updated by Ricardo Mones Lastra
5649
5650 2003-09-01 [alfons]     0.9.4claws53
5651
5652         * src/gtk/gtkaspell.[ch]
5653                 be pedantic and strict and use const gchar * instead of guchar *
5654
5655 2003-09-01 [alfons]     0.9.4claws52
5656
5657         * src/mainwindow.c
5658         * src/summaryviewc.
5659                 re-enable Save As when multiple messages are selected
5660
5661 2003-09-01 [paul]       0.9.4claws51
5662
5663         * src/textview.c
5664                 g_free(trimmed_uri);
5665
5666 2003-09-01 [paul]       0.9.4claws50
5667
5668         * sync with 0.9.4cvs13
5669                 see ChangeLog 2003-09-01
5670
5671 2003-09-01 [paul]       0.9.4claws49
5672
5673         * src/textview.c
5674                 trim uri before sending to the statusbar
5675                 fixes Bug 275 'Clicking on long URL wrapped onto two lines
5676                 in the message window causes main S-C window to enlarge 
5677                 past screen edges'
5678
5679 2003-09-01 [paul]       0.9.4claws48
5680
5681         * sync with 0.9.4cvs12
5682                 see ChangeLog 2003-09-01
5683
5684 2003-08-30 [christoph]  0.9.4claws47
5685
5686         * src/compose.c
5687         * src/folder_item_prefs.[ch]
5688         * src/prefs_folder_item.c
5689         * src/gtk/gtkaspell.[ch]
5690                 commit per folder dictionary patch by
5691                 Paul Evans <nerd@freeuk.com>
5692
5693 2003-08-30 [christoph]  0.9.4claws46
5694
5695         * src/plugins/spamassassin/spamassassin_gtk.c
5696         * src/plugins/spamassassin/spamassassin_gtk.glade
5697                 reduce GUI clutter by placing hints into tooltips
5698
5699 2003-08-30 [paul]       0.9.4claws45
5700
5701         * src/compose.c
5702                 add 'Content-Disposition: inline' to a text/plain
5703                 part when using PGP/MIME signing
5704
5705 2003-08-30 [paul]       0.9.4claws44
5706
5707         * src/prefs_common.c
5708           src/prefs_spelling.c
5709           src/prefs_spelling.glade
5710                 reduce GUI clutter by placing hints into tooltips
5711
5712 2003-08-29 [christoph]  0.9.4claws43
5713
5714         * configure.ac
5715                 fix bug found by Ivan Rayner <ivanr@sgi.com>
5716
5717         * src/stock_pixmap.c
5718                 change unecessary warning into a debug message
5719
5720         * src/plugins/clamav/Makefile.am
5721                 Fix error "-I$(CLAMAV_LIBS)"
5722
5723 2003-08-29 [christoph]  0.9.4claws42
5724
5725         * intl/Makefile.in
5726         * src/Makefile.am
5727         * src/matcher.h
5728         * src/common/Makefile.am
5729         * src/common/passcrypt.c
5730                 commit fixes and patches for some of the IRIX problems found by
5731                 Ivan Rayner <ivanr@sgi.com>
5732
5733 2003-08-29 [paul]       0.9.4claws41
5734
5735         * src/prefs_filtering.c
5736                 add 'Top' and 'Bottom' buttons, based on changes in
5737                 src/prefs_filter.c in 0.9.4cvs11.
5738
5739 2003-08-27 [christoph]  0.9.4claws40
5740
5741         * src/folderview.c
5742                 fix bug that the current summary settings were copied to the
5743                 wrong folder item, when the folder item prefs are opened.
5744                 Copying is not required because summary settings and
5745                 folder_item_prefs do not contain the same settings
5746
5747 2003-08-27 [thorsten]   0.9.4claws39
5748
5749         * src/imap.c
5750                 fix compile error
5751
5752 2003-08-26 [paul]       0.9.4claws38
5753
5754         * sync with 0.9.4cvs9
5755                 see ChangeLog 2003-08-26
5756
5757 2003-08-25 [paul]       0.9.4claws37
5758
5759         * sync with 0.9.4cvs8
5760                 see ChangeLog 2003-08-25
5761
5762 2003-08-24 [christoph]  0.9.4claws36
5763
5764         * src/prefs_filtering.c
5765                 shouldn't remove items from a GSList while iterating over the
5766                 list (makes cur invalid and cur->next not accessable)
5767
5768         (closes Bug 272 i deleted an folder and some seconds later sylpheed
5769          crashed)
5770
5771 2003-08-23 [christoph]  0.9.4claws35
5772
5773         * src/news.c
5774                 news folders should be scanned when opened
5775
5776 2003-08-22 [christoph]  0.9.4claws34
5777
5778         * src/prefs_folder_item.c
5779                 use macro to assign strings that always frees the old string
5780
5781         * src/gtk/gtkaspell.[ch]
5782                 add gtkaspell_set_dictionary_menu_active_item() to set active
5783                 item in dictionary option menu
5784
5785         * src/prefs_spelling.c
5786                 use gtkaspell_set_dictionary_menu_active_item() to select
5787                 dictionary
5788
5789 2003-08-21 [christoph]  0.9.4claws33
5790
5791         * src/folder.[ch]
5792         * src/imap.c
5793         * src/mbox_folder.c
5794         * src/mh.c
5795         * src/news.c
5796                 optimize folder system
5797
5798         * src/gtk/gtkstext.c
5799                 fix division by zero when font has 0 width for ' '
5800
5801 2003-08-21 [paul]       0.9.4claws32
5802
5803         * sync with 0.9.4cvs7
5804                 see ChangeLog 2003-08-20
5805
5806 2003-08-19 [paul]       0.9.4claws31
5807
5808         * src/common/defs.h
5809                 add the missing '/' to SYLDOC_MANUAL_HTML_INDEX and
5810                 SYLDOC_FAQ_HTML_INDEX.
5811         * src/manual.c
5812                 use LC_MESSAGES instead of LC_ALL to find the current
5813                 language
5814
5815           fixes Bug #281 'in src/manual.c URL for manuals and FAQ wrong'.
5816
5817 2003-08-19 [paul]       0.9.4claws30
5818
5819         * po/bg.po
5820                 updated by George Danchev
5821
5822 2003-08-18 [luke]       0.9.4claws29
5823         * src/mimeview.[ch]
5824         * src/gtk/gtkvscrollbutton.[ch]
5825                 o removed gtk_vscrollbutton_reset() (reasons: reduce 
5826                   dependencies; do it the GTK way; reduce code -14/+2 lines)
5827                 o removed horizontal separator between icons
5828
5829 2003-08-17 [christoph]  0.9.4claws28
5830
5831         * src/procmsg.c
5832                 no subject threading when the subject has no reply prefix
5833
5834 2003-08-16 [christoph]  0.9.4claws27
5835
5836         * src/mainwindow.c
5837                 remember and restore window sizes and position when the main
5838                 window is hidden or shown
5839
5840         (closes Bug 274 Window size in 0.9.4claws18 not remembered when
5841          minimised/reopened using trayicon)
5842
5843 2003-08-16 [paul]       0.9.4claws26
5844
5845         * src/crash.c
5846                 add #include "defs.h"
5847
5848 2003-08-16 [paul]       0.9.4claws25
5849
5850         * src/plugins/clamav/clamav_plugin.c
5851                 reword a debug_print
5852                 
5853         * src/plugins/dillo_viewer/dillo_prefs.c
5854                 cosmetic: change the labels' text, add tooltips, and
5855                 left-align the hint
5856
5857 2003-08-15 [christoph]  0.9.4claws24
5858
5859         * src/news.c
5860                 complete last change (forgot some changes)
5861
5862 2003-08-15 [christoph]  0.9.4claws23
5863
5864         * src/news.c
5865                 o check number of messages and don't return a 0 message
5866                   when no messages are available
5867                 o don't parse xref header anymore
5868
5869         (closes Bug 203 I'm not getting any news)
5870
5871 2003-08-15 [paul]       0.9.4claws22
5872
5873         * src/common/defs.h
5874           src/crash.c
5875                 update and define claws bugzilla location
5876
5877 2003-08-15 [paul]       0.9.4claws21
5878
5879         * po/ru.po
5880                 update submitted by Ruslan N. Balkin
5881
5882 2003-08-14 [christoph]  0.9.4claws20
5883
5884         * src/procmsg.c
5885                 fix search for oldest node in subject threading
5886
5887 2003-08-14 [christoph]  0.9.4claws19
5888
5889         * src/procmsg.c
5890         * src/common/utils.h
5891                 add possibility to check all nodes with the same subject for
5892                 subject threading, not only the oldest node. Should not break
5893                 threads anymore if the oldest node is thread_by_subject_max_age
5894                 days older then parent, because it can now find a child of
5895                 oldest node as new parent.
5896
5897 2003-08-11 [christoph]  0.9.4claws18
5898
5899         * src/plugins/spamassassin/spamassassin.c
5900                 run spam check in background process
5901
5902 2003-08-10 [alfons]     0.9.4claws17
5903
5904         * src/summaryview.c
5905                 make `Select All' sensitive too
5906
5907 2003-08-10 [christoph]  0.9.4claws16
5908
5909         * src/imap.c
5910                 add more checks in imap_close
5911
5912 2003-08-09 [alfons]     0.9.4claws15
5913
5914         * src/prefs_spelling.c
5915                 no spell checking UI if not requested
5916
5917 2003-08-09 [alfons]     0.9.4claws14
5918
5919         * src/gtk/prefswindow.c
5920                 make it compile
5921
5922 2003-08-09 [christoph]  0.9.4claws13
5923
5924         * src/prefs_spelling.c
5925         * src/gtk/prefswindow.[ch]
5926         * src/plugins/clamav/clamav_plugin_gtk.c
5927         * src/plugins/spamassassin/spamassassin_gtk.c
5928                 sort prefs pages by heighest weight in tree
5929
5930 2003-08-09 [paul]       0.9.4claws12
5931
5932         * sync with 0.9.4cvs6
5933                 see ChangeLog 2003-08-07
5934                 
5935         * AUTHORS
5936                 add Leandro and Luke to claws-branch section
5937
5938 2003-08-09 [christoph]  0.9.4claws11
5939
5940         * src/gtk/Makefile.am
5941         * src/gtk/colorsel.[ch]                 ** NEW **
5942                 create a color selection dialog that can be used as a simple
5943                 function call with it's own gtk main loop like filesel.[ch]
5944
5945         * src/Makefile.am
5946         * src/main.c
5947         * src/prefs_common.c
5948         * src/prefs_spelling.[ch]               ** NEW **
5949         * src/prefs_spelling.glade              ** NEW **
5950         * src/gtk/gtkutils.[ch]
5951                 move "Spell Checker" prefs to new prefs dialog
5952
5953         * src/prefs_folder_item.c
5954                 use new colorsel dialog
5955
5956 2003-08-08 [paul]       0.9.4claws10
5957
5958         * src/inc.c
5959                 clear the progress bar unconditionally
5960
5961 2003-08-08 [paul]       0.9.4claws9
5962
5963         * sync with 0.9.4cvs4
5964                 see ChangeLog 2003-07-31
5965
5966 2003-08-07 [christoph]  0.9.4claws8
5967
5968         * configure.ac
5969                 fix bug in image viewer plugin part
5970
5971         * src/imap.c
5972                 don't execute close command if the folder item is not selected
5973
5974 2003-08-07 [hoa]        0.9.4claws7
5975
5976         * src/filtering.[ch]
5977         * src/matcher_parser.h
5978         * src/matcher_parser_parse.y
5979                 can define several actions for each filtering rule
5980                 can import old versions of filtering rules
5981
5982         * src/prefs_filtering.c
5983                 call to a new dialog box to define actions
5984
5985         * src/prefs_filtering_action.[ch]
5986                 dialog box to define actions for filtering rules
5987
5988 2003-08-06 [christoph]  0.9.4claws6
5989
5990         * src/imap.c
5991                 make sure source folder is selected when copying messages
5992
5993 2003-08-06 [christoph]  0.9.4claws5
5994
5995         * sync with 0.9.4cvs2
5996                 see ChangeLog 2003-07-29                
5997
5998 2003-08-05 [paul]       0.9.4claws4
5999
6000         * sync with 0.9.4cvs3
6001                 see ChangeLog 2003-07-30
6002
6003 2003-08-04 [match]      0.9.4claws3
6004
6005         * po/POTFILES.in
6006                 export of LDIF files.
6007
6008 2003-08-04 [match]      0.9.4claws2
6009
6010         * src/ldif.[ch]
6011                 support for export LDIF. documented.
6012         * src/importldif.[ch]
6013         * src/exportldif.[ch]
6014                 add tooltips. documented.
6015         * src/exphtmldlg.[ch]
6016         * src/common/xmlprops.[ch]
6017                 documented.
6018         * src/exportldif.[ch]                   ** NEW **
6019         * src/expldifdlg.[ch]                   ** NEW **
6020         * src/addressbook.[ch]
6021         * src/Makefile.am
6022                 export of LDIF files.
6023                 documented.
6024
6025 2003-08-04 [christoph]  0.9.4claws1
6026
6027         * .cvsignore
6028         * Makefile.am
6029         * configure.ac
6030         * sylpheed-claws.pc.in                  ** NEW **
6031         * src/Makefile.am
6032         * src/common/Makefile.am
6033         * src/gtk/Makefile.am
6034                 install sylpheed header files in $(pkgincludedir) and create a
6035                 pkg-config file to allow building a plugin without the source
6036                 package
6037
6038 2003-08-04 [paul]       0.9.4claws
6039
6040         * version 0.9.4claws
6041
6042 2003-08-04 [paul]       0.9.3claws97
6043
6044         * po/es.po
6045                 update Spanish translation. Submitted by Ricardo
6046                 Mones Lastra.
6047
6048 2003-08-03 [paul]       0.9.3claws96
6049
6050         * po/hr.po
6051           po/sr.po
6052                 update Croatian and Serbian translations. Submitted by
6053                 Dragan and Urke MMI respectively
6054
6055 2003-08-03 [alfons]     0.9.3claws95
6056
6057         * src/summaryview.c
6058                 mark flag has precedence over important flag - seems
6059                 to have been changed in sync of 0.9.3claws45. this fixes
6060                 a regression where messages that were scored as important
6061                 don't show their mark flags. (using the same column for
6062                 both importance as mark flags is the real problem
6063                 ofcourse)
6064
6065 2003-08-03 [melvin]     0.9.3claws94
6066
6067         * po/fr.po
6068                 Updated French translations.
6069
6070 2003-08-03 [melvin]     0.9.3claws93
6071
6072         * src/Makefile.am
6073                 Fixed typo introduced after 0.9.3claws92 
6074                 that prevented compilation
6075                 Updated to use AM_CPPFLAGS and AM_YFLAGS instead of
6076                 CPPFLAGS and YFLAGS to allow user setting these.
6077         * src/common/Makefile.am
6078         * src/gtk/Makefile.am
6079         * src/plugins/clamav/Makefile.am
6080         * src/plugins/demo/Makefile.am
6081         * src/plugins/dillo_viewer/Makefile.am
6082         * src/plugins/image_viewer/Makefile.am
6083         * src/plugins/mathml_viewer/Makefile.am
6084         * src/plugins/spamassassin/Makefile.am
6085         * src/plugins/trayicon/Makefile.am
6086         * src/plugins/trayicon/libeggtrayicon/Makefile.am
6087                 Updated to use AM_CPPFLAGS and AM_YFLAGS instead of
6088                 CPPFLAGS and YFLAGS to allow user setting these.
6089
6090 2003-08-02 [christoph]  0.9.3claws92
6091
6092         * configure.ac
6093                 o rearrange plugin tests
6094                 o add test for clamav.h to ClamAV tests
6095
6096 2003-08-02 [luke]       0.9.3claws91
6097
6098         * src/mimeview.c
6099                 o fixed appearance of icon list when toggling back from the 
6100                   ctree
6101                 o toggling of icons using the keyboard works correctly
6102                 o fixed all other keyboard shortcuts to work when icons are
6103                   active
6104         
6105         * src/messageview.c
6106                 o fixed bug 4 - focus lost when changing messageview view type
6107
6108 2003-08-02 [christoph]  0.9.3claws90
6109
6110         * src/common/hooks.c
6111                 fix crash when pointer stored in hash table could get invalid
6112                 when a plugin is unloaded
6113
6114 2003-08-01 [christoph]  0.9.3claws89
6115
6116         * configure.ac
6117                 o try to build all plugins (except spamassassin) by default
6118                 o don't build a plugin if a dependency check fails
6119
6120         * src/common/hooks.c
6121                 fix warning
6122
6123 2003-08-01 [match]      0.9.3claws88
6124
6125         * src/importldif.c
6126                 allow single click field selection. document code.
6127
6128 2003-08-01 [christoph]  0.9.3claws87
6129
6130         * src/plugins/clamav/clamav_plugin.c
6131         * src/plugins/clamav/clamav_plugin_gtk.c
6132         * src/plugins/dillo_viewer/dillo_viewer.c
6133         * src/plugins/image_viewer/plugin.c
6134         * src/plugins/mathml_viewer/mathml_viewer.c
6135         * src/plugins/spamassassin/spamassassin.c
6136         * src/plugins/spamassassin/spamassassin_gtk.c
6137         * src/plugins/trayicon/trayicon.c
6138                 add version check to all plugins
6139
6140 2003-08-01 [hoa]        0.9.3claws86
6141
6142         * src/prefs_filtering.c
6143                 fixed a cosmetic bug, during creation of dialog box,
6144                 wrong widgets were shown after creation.
6145
6146 2003-08-01 [luke]       0.9.3claws85
6147
6148         * src/mainwindow.c
6149                 o fixed visibility of icons/mimeview after toggling separate
6150                   message/folder view (factored out some similar code too).
6151
6152
6153 2003-07-31 [alfons]     0.9.3claws84
6154
6155         * src/mimeview.c
6156                 tweak icon box UI a bit more, now allowing right-clicks actions
6157                 getting the relevant mime data too; should fix #250, "Can't save 
6158                 attachments sometimes".
6159
6160 2003-07-30 [alfons]     0.9.3claws83
6161
6162         * src/compose.c
6163                 don't do auto-save-draft inside key press handler, but rather
6164                 schedule it half of a second later; should fix #67, "autosave 
6165                 make re-rediting message crazy"
6166
6167 2003-07-30 [christoph]  0.9.3claws82
6168
6169         * src/plugins/trayicon/trayicon.c
6170                 process pending events before unloading the plugin
6171
6172         (closes Bug 196 Unloading Trayicon plugin crashes Sylpheed-Claws)
6173
6174 2003-07-30 [alfons]     0.9.3claws81
6175
6176         * src/common/hooks.c
6177                 parameter 2 of g_hook_destroy() should really be a hook id
6178
6179 2003-07-30 [alfons]     0.9.3claws80
6180
6181         * src/common/plugin.c
6182                 fix a possibly harmful function signature mismatch 
6183                 for plugin_done
6184
6185 2003-07-30 [alfons]     0.9.3claws79
6186
6187         * src/common/hooks[.ch]
6188                 const correctness
6189
6190 2003-07-30 [darko]      0.9.3claws78
6191
6192         * src/summaryview.c
6193                 make it compile again
6194
6195 2003-07-30 [luke]       0.9.3claws77
6196
6197         * src/crash.c
6198         * src/main.c
6199                 o added/moved signal handlers for SIGTERM (normal kill command) 
6200                   and SIGINT (ctl-c) to be used even without 
6201                   --enable-crash-dialog, fixing bug 166
6202
6203         * src/summaryview.c
6204                 o rewrote menu sensitivity code as per mainwindow.c, fixing 
6205                   bug 227
6206
6207         * src/mainwindow.c
6208                 o changed sensitivity condition for 'Next new' and 'Next 
6209                   unread', fixing bug 8
6210
6211 2003-07-29 [alfons]     0.9.3claws76
6212
6213         * src/common/utils.[ch]
6214                 add generate_msgid()
6215         * src/messageview.c
6216                 save ack'ed RRR; fixes #205, "return receipt is not saved in
6217                 sent folder".
6218
6219 2003-07-29 [alfons]     0.9.3claws75
6220
6221         * src/messageview.c
6222                 fix a memleak (claws-only)
6223
6224 2003-07-29 [alfons]     0.9.3claws74
6225
6226         * src/mimeview.[ch]
6227         * src/gtk/gtkvscrollbutton.[ch]
6228                 fix UI glitch where mime icon toolbox' scroll position is not 
6229                 reset after switching to another message
6230                 
6231
6232 2003-07-29 [paul]       0.9.3claws73
6233
6234         * src/prefs_folder_item.c
6235                 split the prefs into 2 separate pages
6236
6237 2003-07-29 [paul]       0.9.3claws72
6238
6239         * src/compose.c
6240                 prepend "\n\n" to a signature without a separator too
6241
6242 2003-07-29 [paul]       0.9.3claws71
6243
6244         * src/compose.c
6245                 fix bug where changing to an account without an auto-sig
6246                 from an initial account without an auto-sig would insert 
6247                 2 blank lines at the cursor point
6248                 fix bug where changing to an account with an auto-sig
6249                 from an initial account without an auto-sig would insert
6250                 the sig at the cursor point
6251
6252 2003-07-29 [paul]       0.9.3claws70
6253
6254         * src/folderview.c
6255                 use the colour from the folder pref unless the folder
6256                 has new messages
6257
6258 2003-07-29 [alfons]     0.9.3claws69
6259
6260         * src/procmsg.[ch]
6261         * src/messageview.c
6262         * src/procheader.c
6263                 rewrite return receipt request work a little bit (the former 
6264                 implementation presumably depended too much on the UI setting
6265                 flags). (we're losing the old pending flag.) 
6266
6267 2003-07-28 [christoph]  0.9.3claws68
6268
6269         * src/folder.c
6270         * src/imap.c
6271         * src/mh.c
6272         * src/procmsg.[ch]
6273                 fix copy to IMAP folder from other folder
6274
6275 2003-07-28 [christoph]  0.9.3claws67
6276
6277         * src/procmsg.c
6278                 fix sync of procmsg_get_message_file_list
6279
6280 2003-07-28 [christoph]  0.9.3claws66
6281
6282         * sync with 0.9.3cvs14
6283                 see ChangeLog 2003-07-18
6284         * sync with 0.9.3cvs17
6285                 see ChangeLog 2003-07-23
6286
6287         (closes Bug 234 segmentation fault after sending out mail via
6288          smtp(auth))
6289
6290 2003-07-28 [paul]       0.9.3claws65
6291
6292         * po/es.po
6293                 update Spanish translation, submitted by Ricardo Mones
6294                 Lastra
6295
6296 2003-07-28 [christoph]  0.9.3claws64
6297
6298         * src/folder.[ch]
6299         * src/imap.c
6300         * src/mh.c
6301                 return new message numbers as a GRelation instead of a GSList
6302                 that has to be in the same order as the input list. A list
6303                 would make it hard for IMAP to optimize oepration by sorting
6304                 the input list. The returned list would have to be reordered
6305                 to match the same order that input list has.
6306
6307         * src/gtk/gtkaspell.c
6308                 fix missing return value, could cause a crash when garbage is
6309                 on the stack that is used as the expected return value
6310
6311 2003-07-28 [paul]       0.9.3claws63
6312
6313         * sync with 0.9.4cvs1
6314                 see ChangeLog 2003-07-28
6315
6316 2003-07-27 [alfons]     0.9.3claws62
6317
6318         * src/mimeview.c
6319                 tweak it more to make icon list act like a check button group
6320
6321 2003-07-27 [christoph]  0.9.3claws61
6322
6323         * sync with 0.9.3cvs20
6324                 see ChangeLog 2003-07-25
6325
6326 2003-07-27 [paul]       0.9.3claws60
6327
6328         * src/procmsg.c
6329                 re-commit changes from 0.9.3claws58 -
6330                 accidently removed in 0.9.3claws59
6331
6332 2003-07-27 [paul]       0.9.3claws59
6333
6334         * src/procmsg.[ch]
6335                 a sync from 0.9.3cvs17
6336                 see ChangeLog 2003-07-23
6337
6338 2003-07-27 [alfons]     0.9.3claws58
6339
6340         * src/procmsg.c
6341                 add missing header members to MsgInfo; fixes the problem of 
6342                 not displaying X-Faces, as noticed by Ricardo Mones
6343
6344 2003-07-26 [christoph]  0.9.3claws57
6345
6346         * sync with 0.9.3cvs18
6347                 see ChangeLog 2003-07-24
6348
6349 2003-07-26 [christoph]  0.9.3claws56
6350
6351         * sync with 0.9.3cvs17
6352                 see ChangeLog 2003-07-23
6353
6354 2003-07-26 [christoph]  0.9.3claws55
6355
6356         * src/folder.[ch]
6357         * src/imap.c
6358         * src/mbox_folder.c
6359         * src/mh.c
6360         * src/news.c
6361                 add support for copy function that copy multiple messages
6362                 (not implemented yet)
6363
6364         * src/summaryview.c
6365                 add missing return value
6366
6367 2003-07-26 [paul]       0.9.3claws54
6368
6369         * tools/multiwebsearch.pl
6370                 do whitespace substitution before passing the string
6371                 to the browser. fixes bug with browsers that don't
6372                 do whitespace conversion themselves.
6373
6374 2003-07-25 [christoph]  0.9.3claws53
6375
6376         * src/folder.[ch]
6377         * src/imap.c
6378         * src/mh.c
6379                 rewrite adding of multiple messages to a folder for
6380                 claws' folder system
6381
6382 2003-07-25 [luke]       0.9.3claws52
6383
6384         * src/mimeview.c
6385                 o icon toggles set correctly on leaving ctree mimeview
6386
6387 2003-07-25 [paul]       0.9.3claws51
6388
6389         * partial sync with 0.9.3cvs21 [src/main.c]
6390                 see ChangeLog 2003-07-25
6391
6392 2003-07-24 [paul]       0.9.3claws50
6393
6394         * tools/maildir2sylpheed.pl
6395                 fix typo
6396
6397 2003-07-24 [paul]       0.9.3claws49
6398
6399         * src/mimeview.c
6400                 increase the gutter size of paned so that the panes
6401                 can be resized
6402                 
6403         * src/plugins/demo/demo.c
6404                 squeeze in another typo fix
6405
6406 2003-07-24 [paul]       0.9.3claws48
6407
6408         * src/plugins/demo/demo.c
6409           src/prefs_account.c
6410                 small changes to the English
6411                 
6412         * src/pixmaps/mime_application_octect_stream.xpm        ** REMOVED **
6413           src/pixmaps/mime_application_octet_stream.xpm         ** NEW FILE **
6414           src/Makefile.am
6415           src/stock_pixmap.c
6416                 rename the misspelled icon
6417
6418 2003-07-23 [alfons]     0.9.3claws47
6419
6420         * src/mimeview.c
6421                 make icon list look like a list of toggles
6422
6423 2003-07-23 [luke]       0.9.3claws46
6424
6425         * src/pixmaps/mimeview_gpg_expired.xpm
6426         * src/pixmaps/mimeview_gpg_failed.xpm
6427         * src/pixmaps/mimeview_gpg_passed.xpm
6428         * src/pixmaps/mimeview_text_html.xpm
6429         * src/pixmaps/mimeview_image.xpm
6430                 o all icons the same size
6431
6432         * src/mimeview.[ch]
6433                 o mimeview ctree arranged vertically above the viewer
6434                 o icons changed to buttons
6435                 o can use keyboard to select an icon (Enter)
6436                 o resize icon list to width of icons
6437
6438         *  src/gtk/gtkvscrollbutton.c
6439                 o sensitivity of buttons reacts to position
6440
6441 2003-07-23 [christoph]  0.9.3claws45
6442
6443         * sync with 0.9.3cvs14 (incomplete)
6444                 see ChangeLog 2003-07-17
6445
6446 2003-07-23 [alfons]     0.9.3claws44
6447
6448         * src/folder.c
6449         * src/procmsg.h
6450                 sync with my local tree to restore some claws-only things
6451
6452 2003-07-23 [paul]       0.9.3claws43
6453
6454         * src/pixmaps/mime_gpg_expired.xpm      ** NEW FILE **
6455           src/pixmaps/mime_gpg_unknown.xpm      ** NEW FILE **
6456           src/Makefile.am
6457           src/mimeview.c
6458           src/procmime.h
6459           src/rfc2015.c
6460           src/stock_pixmap.[ch]
6461                 indicate missing keys and expired sigs/keys
6462                 in mime view column
6463
6464 2003-07-23 [paul]       0.9.3claws42
6465
6466         * src/compose.c
6467                 Redirect fixes: enable automatic account selection and
6468                 do not append signature to message on changing account
6469                 fixes Bug[s] #248
6470
6471 2003-07-23 [paul]       0.9.3claws41
6472
6473         * sync with 0.9.3cvs16
6474                 see ChangeLog 2003-07-23
6475
6476 2003-07-23 [alfons]     0.9.3claws40
6477
6478         * src/inc.c
6479                 give progress dialog a main window, and give it the first 
6480                 one (presumably the only one). fixes bug #247, "segfault on 
6481                 pop-before-smtp" 
6482
6483 2003-07-22 [alfons]     0.9.3claws39
6484
6485         * src/summaryview.c
6486                 shift-space scrolls up
6487
6488 2003-07-22 [paul]       0.9.3claws38
6489
6490         * sync with 0.9.3cvs15
6491                 see ChangeLog 2003-07-22
6492
6493 2003-07-20 [alfons]     0.9.3claws37
6494
6495         * src/compose.c
6496                 put menu inside #ifdef USE_ASPELL..#endif
6497
6498 2003-07-20 [christoph]  0.9.3claws36
6499
6500         * src/procmsg.c
6501                 fix wrong flags in MsgInfo returned by
6502                 procmsg_msginfo_get_full_info()
6503
6504         (closes Bug 221 Deleting messages from the Message View gives incorrect
6505          new/unread message counts in the folder view)
6506
6507         * src/plugins/spamassassin/spamassassin_gtk.c
6508                 add gettext macro for prefs page title
6509
6510 2003-07-20 [paul]       0.9.3claws35
6511
6512         * src/mimeview.c
6513                 redraw icon list on signature check
6514
6515 2003-07-20 [christoph]  0.9.3claws34
6516
6517         * src/Makefile.am
6518         * src/account.c
6519         * src/folder.[ch]
6520         * src/folder_item_prefs.[ch]            ** NEW **
6521         * src/folderview.c
6522         * src/mainwindow.c
6523         * src/mh.c
6524         * src/prefs_gtk.c
6525         * src/prefs_scoring.c
6526         * src/summaryview.c
6527         * src/prefs_folder_item.[ch]
6528                 o seperate FolderItemPrefs (formerly PrefsFolderItem) and the
6529                   Properties dialog
6530                 o use prefswindow for folder properties
6531
6532         * src/gtk/prefswindow.[ch]
6533                 change implementation to use an invisible notebook instead
6534                 of unparenting widgets
6535
6536 2003-07-20 [christoph]  0.9.3claws33
6537
6538         * src/compose.h
6539         * src/folder.c
6540         * src/folderview.h
6541         * src/headerview.h
6542         * src/prefs_filtering.h
6543         * src/prefs_folder_item.[ch]
6544         * src/procmime.h
6545         * src/procmsg.h
6546         * src/summaryview.h
6547                 clean up header mess
6548                 (always use 1. typedefs, 2. #includes, 3. structures)
6549
6550         * src/common/version.h.in
6551                 add casts for constants
6552
6553         * src/plugins/demo/demo.c
6554                 fix typo
6555
6556         * src/plugins/spamassassin/spamassassin.c
6557                 remove unused variable
6558
6559 2003-07-20 [alfons]     0.9.3claws32
6560
6561         * src/mimeview.c
6562                 o make icon buttons respond on left click
6563                 o minor cosmetic change
6564
6565 2003-07-19 [luke]       0.9.3claws31
6566
6567         * src/mimeview.[ch]
6568         * src/gtk/gtkvscrollbutton.c
6569         * src/messageview.c
6570                 o improved mimeview behaviour when selecting a new message
6571                 o plus code cleanups to remove compile warnings
6572
6573
6574 2003-07-19 [alfons]     0.9.3claws30
6575
6576         * src/procmsg.c
6577         * src/compose.c
6578         * src/common/utils.[ch]
6579                 subject_get_reply_prefix_length() <- subject_get_prefix_length()
6580
6581 2003-07-19 [alfons]     0.9.3claws29
6582
6583         * src/prefs_folder_item.c
6584                 reinit "legacy" tmp_prefs, so we don't free nor use invalid 
6585                 string pointers
6586
6587 2003-07-19 [luke]       0.9.3claws28
6588
6589         * src/messageview.c
6590         * src/mimeview.[ch]
6591         * src/procmime.h
6592         * src/rfc2015.c
6593         * src/stock_pixmap.[ch]
6594         * src/gtk/Makefile.am
6595         * src/Makefile.am
6596         * src/gtk/gtkvscrollbutton.[ch]         ** NEW **
6597         * src/pixmaps/mime_*.xpm                ** NEW **
6598                 o mimeview rearrangement with a new icon shortcut bar
6599
6600 2003-07-19 [alfons]     0.9.3claws27
6601
6602         * src/folderview.c
6603                 o plug leaking nodes_to_recollapse
6604                 o add folderview_recollapse_all_nodes() (not used yet)
6605
6606 2003-07-19 [alfons]     0.9.3claws26
6607
6608         * src/compose.c
6609         * src/common/utils.c
6610                 honour #240 "Better SUBJECT handling" by cleaning the prefix
6611                 for both forwarding as replying
6612
6613 2003-07-18 [christoph]  0.9.3claws25
6614
6615         * configure.ac
6616         * src/common/sylpheed.[ch]
6617         * src/common/version.h.in
6618                 add version in numeric form to allow easy comparison
6619
6620         * src/plugins/demo/demo.c
6621                 add version check
6622                 - sylpheed version > plugin version => never allowed, sylpheed
6623                   could contain unknown API changes
6624                 - sylpheed version < minimum version required => don't load,
6625                   API required not available (if linking does not fail)
6626
6627 2003-07-18 [alfons]     0.9.3claws24
6628         
6629         * src/common/plugin.[ch]
6630                 const correctness
6631
6632 2003-07-18 [christoph]  0.9.3claws23
6633
6634         * src/common/hooks.c
6635                 fix crash when hooks where unregisted
6636
6637         * src/plugins/trayicon/trayicon.c
6638                 unregister detroy signal before destroying the widget
6639                 (still crashes when the plugin is unloaded)
6640
6641 2003-07-18 [alfons]     0.9.3claws22
6642         
6643         * src/folderview.c
6644                 delay expanding folder tree during drags until timeout triggered
6645                 (needs perhaps some tweaking, so testing is welcome)
6646
6647 2003-07-17 [alfons]     0.9.3claws21
6648
6649         * src/folderview.c
6650                 clean up cruft
6651
6652 2003-07-17 [christoph]  0.9.3claws20
6653
6654         * src/common/session.c
6655                 fix opening of SSL connections
6656
6657         * src/plugins/image_viewer/Makefile.am
6658                 add OPENSSL_CFLAGS (we should find a better solution to remove
6659                 this dependencies if they are not required)
6660
6661         * src/plugins/spamassassin/spamassassin.c
6662                 remove setlocale workaround (fixed in libspamc)
6663
6664         (closes Bug Bug 184 Entering non-ascii character deletes previous char
6665          if spell checking enabled)
6666
6667 2003-07-17 [alfons]     0.9.3claws19
6668
6669         * src/common/hooks.[ch]
6670         * src/plugins/clamav/clamav_plugin.c
6671         * src/plugins/spamassassin/spamassassin.c
6672         * src/plugins/trayicon/trayicon.c
6673                 fix signedness muck 
6674
6675 2003-07-17 [alfons]     0.9.3claws18
6676
6677         * src/procmime.c
6678                 plug memleak
6679
6680 2003-07-17 [alfons]     0.9.3claws17
6681
6682         * src/inc.c
6683                 plug memleak
6684
6685 2003-07-17 [paul]       0.9.3claws16
6686
6687         * src/common/defs.h
6688           src/mainwindow.c
6689           src/manual.[ch]
6690                 add link to the Claws site's FAQ page, after the suggestion
6691                 and patch by Fred Marton <Fred.Marton@uni-bayreuth.de>
6692                 Move url strings to defs.h
6693                 
6694         * src/mainwindow.c
6695                 fix typo to prevent "unknown menu entry" warnings
6696
6697 2003-07-17 [alfons]     0.9.3claws15
6698
6699         * src/folderview.[ch]
6700         * src/summaryview.[ch]
6701         * src/mimeview.[ch]
6702                 plug DnD leaks 
6703
6704 2003-07-17 [paul]       0.9.3claws14
6705
6706         * src/inc.c
6707                 remove two instances of 'GTK_EVENTS_FLUSH' because
6708                 they are unnecessary and probably cause a stack overflow
6709
6710 2003-07-16 [christoph]  0.9.3claws13
6711
6712         * src/mimeview.[ch]
6713                 use an invisible GTK notebook to switch between viewers
6714                 instead of reparenting widgets
6715
6716 2003-07-16 [christoph]  0.9.3claws12
6717
6718         * src/folder.c
6719                 move folder_item_update_freeze() to correct place in
6720                 folder_item_scan_full()
6721
6722 2003-07-16 [paul]       0.9.3claws11
6723
6724         * sync with 0.9.3cvs12
6725                 see ChangeLog 2003-07-14 and 2003-07-15
6726
6727 2003-07-16 [christoph]  0.9.3claws10
6728
6729         * src/imap.[ch]
6730         * src/prefs_account.[ch]
6731                 sync IMAP CRAM-MD5 authentication with sylpheed-main
6732
6733 2003-07-15 [alfons]     0.9.3claws9
6734
6735         * src/main.c
6736                 make --config-dir do something useful
6737
6738 2003-07-15 [alfons]     0.9.3claws8
6739
6740         * src/procmsg.c
6741                 o fix a bug where 'last' didn't really point to the last message
6742                   in the top level list of children, but to the last threaded
6743                   message. 
6744                 
6745                 o clean up and make it easier to sync
6746
6747 2003-07-15 [alfons]     0.9.3claws7
6748
6749         * src/mainwindow.c
6750                 make correct menu items sensitive       
6751
6752 2003-07-14 [alfons]     0.9.3claws6
6753
6754         * src/procmsg.c
6755                 tune the threader so it will not subject-thread any message
6756                 without a subject prefix (this will not thread correctly if 
6757                 a parent is delivered after their childs, but it looks 
6758                 better right now)
6759
6760 2003-07-13 [christoph]  0.9.3claws5
6761
6762         * src/mainwindow.c
6763                 group "Add mailbox *..." menu items in submenu
6764
6765 2003-07-13 [alfons]     0.9.3claws4
6766
6767         * src/summaryview.c
6768                 correct summary_toggle_pressed() signature and make sure
6769                 signal is not passed on
6770
6771 2003-07-13 [alfons]     0.9.3claws3
6772
6773         * src/summaryview.c
6774                 o for now don't pass on keys when they we're handled by 
6775                   ctree::key_press_event
6776                 o clean up
6777
6778 2003-07-13 [alfons]     0.9.3claws2
6779         
6780         * src/main.c
6781                 add command line option "--config-dir" to get the current 
6782                 configuration dir
6783
6784 2003-07-12 [alfons]     0.9.3claws1
6785
6786         * src/matcher.[ch]
6787         * src/matcher_parser_parse.y
6788         * src/prefs_filtering.c
6789         * src/filtering.c
6790                 add "Lock" filter action to lock messages;
6791
6792         * src/filtering.c       
6793                 remove debug_print()    
6794         * src/prefs_filtering.c
6795                 re-organize matcher part 9: 
6796                 make action text entries easily extendible;
6797                 merge widget selection for ACTION_MARK, ACTION_UNMARK, ACTION_LOCK,
6798                 ACTION_UNLOCK, ACTION_MARK_AS_READ, ACTION_MARK_AS_UNREAD
6799
6800 2003-07-12 [paul]
6801
6802         * tools/README
6803                 update old information and add missing
6804                 information
6805
6806 2003-07-12 [paul]       0.9.3claws
6807
6808         * 0.9.3claws released
6809         
6810 2003-07-12 [paul]       0.9.0claws103
6811
6812         * src/Makefile.am
6813                 add addrquery.h
6814
6815 2003-07-12 [melvin]     0.9.0claws102
6816
6817         * src/messageview.c
6818                 Fixed bug #215: Show MIME tab for single text/html messages. 
6819                 
6820 2003-07-12 [paul]       0.9.0claws101
6821
6822         * man/sylpheed.1
6823                 updated
6824
6825 2003-07-12 [paul]       0.9.0claws100
6826
6827         * po/es.po
6828           po/hr.po
6829           po/pl.po
6830           po/sr.po
6831                 update Spanish, Croatian, Polish, Serbian translations.
6832                 submitted by Ricardo Mones Lastra, Dragan, Witold
6833                 Wladyslaw Wojciech Wilk, Urke MMI
6834
6835 2003-07-12 [melvin]     0.9.0claws99
6836
6837         * po/fr.po
6838                 Updated French translations.
6839
6840 2003-07-12 [paul]       0.9.0claws98
6841
6842         * src/addressbook.c
6843                 disable 'Lookup' button as it has no effect
6844
6845 2003-07-11 [alfons]     0.9.0claws97
6846         
6847         * src/summaryview.c
6848                 summary_searchbar_pressed() should return TRUE to signal that
6849                 event was handled. when returning void, the return value passed
6850                 to GTK is actually random, but maybe FALSE, in which case the
6851                 event is handled by parent
6852                 
6853 2003-07-10 [paul]       0.9.0claws96
6854
6855         * ac/missing/gettext.m4
6856                 update to version 0.12
6857
6858 2003-07-10 [paul]       0.9.0claws95
6859
6860         * src/plugins/clamav/clamav_plugin.c
6861                 fix bug where multipart/alternative messages
6862                 would slip through without being scanned
6863
6864 2003-07-10 [christoph]  0.9.0claws94
6865
6866         * src/folder.c
6867                 correct check if folder supports removing when a message is
6868                 moved. if not the message is only copied.
6869
6870         (closes Bug 132 crash on startup in newsgroups folders)
6871
6872 2003-07-09 [alfons]     0.9.0claws93
6873
6874         * configure.ac
6875         * src/common/defs.h
6876                 --with-config-dir (default .sylpheed)
6877
6878 2003-07-09 [christoph]  0.9.0claws92
6879
6880         * configure.ac
6881                 use PKG_CHECK_MODULES to check for gtkmathview
6882                 (version 0.4.2 now required)
6883
6884 2003-07-08 [melvin]     0.9.0claws91
6885
6886         * src/action.c
6887                 Implemented a progress bar that counts the number of completed
6888                 tasks when the action runs more than one command.
6889
6890 2003-07-08 [alfons]     0.9.0claws90
6891
6892         * src/procmsg.c
6893                 if queued message has an invalid Message-Id, don't try to
6894                 find message it refers to (fixes #209 "crash when processing 
6895                 in folder")
6896
6897 2003-07-08 [paul]       0.9.0claws89
6898
6899         * sync with 0.9.3cvs2
6900                 see ChangeLog 2003-07-08
6901
6902 2003-07-08 [match]      0.9.0claws88
6903
6904         * src/ldapctrl.c
6905                 extend LDAP search for first/last name by parsing search term.
6906
6907 2003-07-08 [alfons]     0.9.0claws87
6908
6909         * src/send_message.c
6910                 fix bug #208 "Status message stuck when sending on POP3 account"
6911
6912 2003-07-07 [paul]       0.9.0claws86
6913
6914         * po/hr.po
6915                 new Croatian translation, submitted by
6916                 Dragan <drleskov@inet.hr>
6917
6918 2003-07-07 [paul]       0.9.0claws85
6919
6920         * sync with 0.9.3cvs1
6921                 see ChangeLog 2003-07-07
6922
6923 2003-07-05 [christoph]  0.9.0claws84
6924
6925         * src/Makefile.am
6926         * src/messageview.c
6927         * src/mimeview.[ch]
6928         * src/stock_pixmap.[ch]
6929         * src/pixmaps/messageview_text.xpm              ** NEW **
6930                 move mimeview tabs to the right side and use icons
6931                 instead of text to save some space
6932
6933         (patch by Luke Plant <lukeplant@softhome.net>)
6934
6935 2003-07-05 [christoph]  0.9.0claws83
6936
6937         * src/inc.c
6938                 add NULL pointer checks
6939
6940         (patch by Luke Plant <lukeplant@softhome.net>)
6941         (closes Bug 204 0.9.0 quits on authentication error?!)
6942
6943 2003-07-05 [alfons]     0.9.0claws82
6944
6945         * configure.ac
6946                 take the clue in bug #202 "./configure script - 
6947                 'if test' comparison failure" reported by John Kristoff. 
6948
6949 2003-07-04 [christoph]  0.9.0claws81
6950
6951         * src/plugins/spamassassin/spamassassin.c
6952                 set timeout for spam check
6953
6954 2003-07-04 [christoph]  0.9.0claws80
6955
6956         * src/main.c
6957                 destroy all FolderItems when shutting down to
6958                 allow folders to clean up
6959
6960 2003-07-04 [melvin]     0.9.0claws79
6961
6962         * src/gtk/gtkaspell.c
6963                 Fixed bug #184 "Entering non-ascii character deletes
6964                 previous char if spell checking enabled": this makes
6965                 the spell checking in multibytes (e.g. UTF-8)locales work.
6966                 (Patch by Luke Plant).
6967                 
6968 2003-07-04 [christoph]  0.9.0claws78
6969
6970         * sync with 0.9.2cvs1
6971                 see ChangeLog 2003-06-10
6972
6973 2003-07-04 [paul]       0.9.0claws77
6974
6975         * sync with 0.9.3 release
6976                 see ChangeLog 2003-07-04
6977
6978 2003-07-03 [christoph]  0.9.0claws76
6979
6980         * src/folder.[ch]
6981         * src/imap.c
6982         * src/mbox_folder.c
6983         * src/mh.c
6984         * src/news.c
6985                 move folder_item_get_path() stuff into a folder virtual function
6986
6987         * src/procmsg.c
6988                 use folder_item_fetch_msg() to get message and do not contruct
6989                 the filename from path and number
6990
6991 2003-07-03 [paul]       0.9.0claws75
6992
6993         * sync with 0.9.2cvs12
6994                 see ChangeLog 2003-07-03
6995
6996 2003-07-02 [paul]       0.9.0claws74
6997
6998         * src/messageview.c
6999                 fix text-selection for replying
7000
7001 2003-07-02 [paul]       0.9.0claws73
7002
7003         * sync with 0.9.2cvs11
7004                 see ChangeLog 2003-07-02
7005
7006 2003-07-02 [paul]       0.9.0claws72
7007
7008         * src/procmsg.c
7009                 revert last commit because it breaks more
7010                 than it fixes
7011
7012 2003-07-02 [paul]       0.9.0claws71
7013
7014         * src/procmsg.c
7015                 fix thread by subject/sort by date
7016
7017 2003-07-01 [paul]       0.9.0claws70
7018
7019         * sync with 0.9.2cvs10
7020                 see ChangeLog 2003-07-01
7021
7022 2003-06-30 [paul]       0.9.0claws69
7023
7024         * sync with 0.9.2cvs9
7025                 see ChangeLog 2003-06-30
7026
7027 2003-06-28 [match]      0.9.0claws68
7028
7029         * src/addressbook.c
7030                 fix null ptr.
7031
7032 2003-06-27 [paul]       0.9.0claws67
7033
7034         * sync with 0.9.2cvs7
7035                 see ChangeLog 2003-06-27
7036
7037 2003-06-26 [christoph]  0.9.0claws66
7038
7039         * src/folder.c
7040                 freeze folder updates while a folder is scanned
7041
7042         (closes Bug 185 New message counter)
7043
7044 2003-06-26 [darko]      0.9.0claws65
7045
7046         * src/ldapserver.c
7047                 fix infinite loop when adding a new LDAP server
7048
7049 2003-06-26 [paul]       0.9.0claws64
7050
7051         * sync with 0.9.2cvs6
7052                 see ChangeLog 2003-06-26
7053
7054 2003-06-26 [paul]       0.9.0claws63
7055
7056         * sync with 0.9.2cvs5
7057                 see ChangeLog 2003-06-25 and 2003-06-26
7058
7059 2003-06-25 [match]      0.9.0claws62
7060
7061         * src/addr_compl.c
7062                 Fixed tab/backtab for dropped-down completion list to
7063                 move next/previous field. (close bug 147)
7064
7065 2003-06-25 [christoph]  0.9.0claws61
7066
7067         * src/addr_compl.[ch]
7068         * src/addrindex.[ch]
7069         * src/folderview.c
7070         * src/inc.c
7071         * src/news.c
7072         * src/summaryview.c
7073         * src/toolbar.c
7074                 fix warnings
7075
7076 2003-06-25 [leandro]    0.9.0claws60
7077
7078         * src/compose.c
7079                 o cleanups
7080                 o gray out "Message/Remove references" menu item if not
7081                   replying to a message
7082
7083 2003-06-24 [leandro]    0.9.0claws59
7084
7085         * src/compose.[ch]
7086                 o removed "Message/Create new thread" menu item
7087                 o added "Message/Remove references" menu item
7088                   (it's off by default and will not check anymore
7089                    if the subject changed)
7090
7091 2003-06-23 [alfons]     0.9.0claws58
7092
7093         * src/procmsg.c
7094                 try better grouping messages threaded by subject based on their age.
7095                 still not perfect - because the message tree is not sorted by date.  
7096
7097 2003-06-23 [thorsten]   0.9.0claws57
7098
7099         * src/pop.[ch]
7100                 added mail_receive_hook to allow modifications
7101                 directly after retrieval (e.g. adding headers).
7102
7103 2003-06-23 [paul]       0.9.0claws56
7104
7105         * src/sourcewindow.c
7106                  enable the use of Ctrl+A to select all text in
7107                  the sourcewindow
7108                  Patch submitted by Ivan Francolin Martinez
7109                  <ivanfm@users.sourceforge.net>
7110
7111 2003-06-22 [christoph]  0.9.0claws55
7112
7113         * src/folder.[ch]
7114                 o add notification hook for folder tree changes
7115                 o invoke hooks after folder tree scanning
7116
7117         * src/folderview.[ch]
7118                 register hook for folder tree changes that
7119                 updates the ctree
7120
7121         (there are more places that should be updated, like add, remove 
7122          or move folder)
7123
7124         (closes Bug 164 Crash on rebuild folder tree)
7125         (closes Bug 190 Crash on 'rebuilding folder tree')
7126
7127 2003-06-21 [leandro]    0.9.0claws54
7128
7129         * src/compose.[ch]
7130                 create a new thread if subject changes
7131                 (it's on by default, can be disabled in Message menu)
7132
7133 2003-06-21 [alfons]     0.9.0claws53
7134
7135         * src/summaryview.c
7136                 quiet little compiler
7137
7138 2003-06-21 [christoph]  0.9.0claws52
7139
7140         update gettext stuff to version 0.12
7141
7142 2003-06-19 [alfons]     0.9.0claws51
7143
7144         * src/common/log.c
7145         * src/common/plugin.c
7146                 move defs.h before glib.h to prevent MIN/MAX redefs
7147
7148 2003-06-19 [alfons]
7149
7150         * src/addressbook.c
7151                 translatable
7152
7153 2003-06-19 [match]      0.9.0claws50
7154
7155         * src/addressbook.[ch]
7156         * src/addrindex.[ch]
7157         * src/addr_compl.[ch]
7158         * src/editldap.[ch]
7159         * src/editldap_basedn.[ch]
7160         * src/addritem.[ch]
7161         * src/ldapquery.h
7162                 re-implemented dynamic LDAP search. works without
7163                 slowdown on display sender with addressbook
7164                 option.
7165         * src/addrbook.c
7166                 documented code.
7167
7168 2003-06-19 [paul]       0.9.0claws49
7169
7170         * src/compose.c
7171                 fix Bug #136 'Nonprovided quotation marks crash claws'
7172                 patch submitted by Pawel Pêkala <c0rn@gazeta.pl>
7173
7174 2003-06-19 [alfons]     0.9.0claws48
7175
7176         * src/prefs_common.[ch]
7177         * src/procmsg.c
7178                 restrict threading by subject by checking thread for
7179                 age (prefs_common.thread_by_subject_max_age)
7180
7181 2003-06-18 [christoph]  0.9.0claws47
7182
7183         * src/imap.c
7184                 fix memory leak in imap_cmd_fetch()
7185
7186 2003-06-18 [christoph]  0.9.0claws46
7187
7188         * src/prefs_gtk.c
7189                 fix memory leak in prefs_set_default() when used multiple
7190                 times or after prefs have been read
7191
7192 2003-06-18 [christoph]  0.9.0claws45
7193
7194         * src/common/plugin.c
7195                 fix memory leak in plugin_unload()
7196
7197 2003-06-18 [christoph]  0.9.0claws44
7198
7199         * src/imap.c
7200                 fix memory leak in imap_cmd_ok()
7201
7202 2003-06-18 [christoph]  0.9.0claws43
7203
7204         * src/folder.c
7205                 stop messages that are downloaded from POP3 and added to
7206                 an IMAP inbox from being filtered twice (first by POP3
7207                 and again when IMAP folder is scaned to get the UID of
7208                 the APPEND operation when no UIDPLUS is available)
7209
7210 2003-06-18 [alfons]
7211
7212         * tools/Makefile.am
7213                 phoenix <- firebird     
7214
7215 2003-06-18 [paul]
7216
7217         * tools/launch_phoenix          ** REMOVED **
7218           tools/launch_firebird         ** NEW **
7219                 renamed and edited to reflect the browser's name change from
7220                 'phoenix' to 'firebird'
7221
7222 2003-06-18 [paul]       0.9.0claws42
7223
7224         * sync with 0.9.2cvs2
7225                 see ChangeLog 2003-06-16
7226
7227 2003-06-17 [alfons]     0.9.0claws41
7228
7229         * src/procmsg.c
7230                 prevent threading problems when a node is an ancestor (parent / great parent),
7231                 which mostly happens with circular references (thanks to Phillipe Gramoullé
7232                 for finding an sample set of messages)
7233
7234 2003-06-16 [christoph]  0.9.0claws40
7235
7236         * src/main.c
7237                 don't popup main window on --receive or --receive-all
7238
7239         * src/mainwindow.[ch]
7240         * src/plugins/trayicon/trayicon.c
7241                 allow hiding of main window by clicking on the trayicon
7242                 (doesn't work correctly in seperate window mode and may
7243                  cause unexpected GTK problems I couldn't find yet)
7244
7245         * src/common/ssl.c
7246                 remove incorrect warning
7247
7248 2003-06-15 [alfons]     0.9.0claws39
7249
7250         * src/gtk/gtkstext.c
7251                 don't output debug text;
7252                 #ifdef out print_line() if not debugging (thanks to Martin Wicke
7253                 for pointing this out);
7254
7255 2003-06-14 [alfons]     0.9.0claws38
7256         
7257         * src/messageview.c
7258                 remove printf() and make one if..else comply with coding style
7259
7260 2003-06-14 [alfons]     0.9.0claws37
7261
7262         * AUTHORS
7263                 add Martin Wicke
7264         * src/action.c
7265         * src/messageview.[ch]
7266         * src/summaryview.c
7267                 apply patch #754162 "Quoting messages filtered by actions" submitted
7268                 by Martin Wicke, which allows quoting message body changed by an
7269                 action (Thanks!).
7270
7271 2003-06-13 [alfons]     0.9.0claws36
7272
7273         * src/utils.c
7274                 add several other subject reply prefixes (suggested by Christoph and Ivan Martinez)
7275                 use case insensitive regexp (suggested by Ivan Martinez)
7276
7277 2003-06-13 [christoph]  0.9.0claws35
7278
7279         * configure.ac
7280         * src/plugins/trayicon/Makefile.am
7281         * src/plugins/trayicon/eggtrayicon.[ch]                         ** REMOVE **
7282         * src/plugins/trayicon/trayicon.c
7283         * src/plugins/trayicon/libeggtrayicon/.cvsignore                ** NEW **
7284         * src/plugins/trayicon/libeggtrayicon/Makefile.am               ** NEW **
7285         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.[ch]          ** NEW **
7286         * src/plugins/trayicon/libeggtrayicon/gtk2-funcs.[ch]           ** NEW **
7287         * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.[ch]        ** NEW **
7288         * src/plugins/trayicon/libeggtrayicon/xembed.h                  ** NEW **
7289                 replace my own EggTrayIcon backport with the backport
7290                 used by (l|x)mule and gabber.
7291
7292 2003-06-13 [alfons]     0.9.0claws34
7293
7294         * AUTHORS
7295         * src/common/utils.c
7296                 add Aw: to list of reply prefixes (thanks to Martin Zwickel)
7297
7298 2003-06-13 [alfons]     0.9.0claws33
7299
7300         * src/compose.c
7301                 clean up a little bit
7302
7303 2003-06-12 [alfons]     0.9.0claws32
7304
7305         * src/compose.c
7306                 const correctness fix
7307
7308         * src/common/sylpheed.[ch]
7309                 () -> (void)
7310                 prevent redef MIN/MAX
7311                 
7312         * src/common/utils.[ch]
7313                 () -> (void)
7314
7315 2003-06-12 [melvin]     0.9.0claws31
7316
7317         * src/compose.c
7318                 Updated to take into accounts changes in GtkAspell.
7319
7320 2003-06-12 [alfons]     0.9.0claws30
7321
7322         * src/compose.c
7323         * src/procmsg.c
7324         * src/common/utils.[ch]
7325                 handle reply subject prefixes better (initial 
7326                 suggestion by Robert Story adapted and enhanced 
7327                 using regexps)
7328
7329 2003-06-12 [melvin]     0.9.0claws29
7330
7331         * src/compose.c
7332                 Use new gtkaspell_checkers_strerror() to get the speller's
7333                 error message instead of accessing the (now private)
7334                 checkers structure.
7335                 Minor code clean up
7336
7337         * src/main.c
7338                 Use #ifdef instead of #if for USE_ASPELL
7339                 Use the new spell checkers init/quit functions 
7340
7341         * src/gtk/gtkaspell.c
7342                 Use #ifdef instead of #if for USE_ASPELL
7343                 Moved in the majority of GtkAspell structures that were
7344                 exported before by gtkaspell.h
7345         
7346         * src/gtk/gktaspell.h
7347                 Made gtkaspell.h contain only the necessary data to be
7348                 publicized by moving many structures to gtkaspell.c.
7349                 Enclosed all the declaration in a #ifdef USE_ASPELL #endif
7350                 gtkaspell_checkers_new(): replaced by...
7351                 gtkaspell_checkers_init(): new function for initialization
7352                 gtkaspell_checkers_delete(): replaced by...
7353                 gtkaspell_checkers_quit(): new function
7354                 gtkaspell_checkers_strerror(): new function that returns
7355                 the checker's last error message.
7356                 
7357 2003-06-11 [melvin]     0.9.0claws28
7358
7359         * po/POTFILES.in
7360                 Updated to take into account gtkaspell.c migration to
7361                 ./src/gtk/ (Thanks to Ricardo Mones Lastra for reporting it)
7362
7363 2003-06-10 [alfons]     0.9.0claws27
7364
7365         * src/filtering.[ch]
7366         * src/folder.c
7367         * src/matcher.c
7368         * src/scoring.[ch]
7369                 - try fixing bug #18 (any brave testers?)
7370                 - add more robustness by refusing previously 
7371                   unchecked NULL pointers 
7372
7373 2003-06-10 [alfons]     0.9.0claws26
7374
7375         * src/procmsg.c
7376                 fix bug #176 by don't checking MsgInfos with a NULL msgid 
7377
7378 2003-06-09 [alfons]     0.9.0claws25
7379
7380         * src/prefs_common.c
7381                 fix bug #163 "Icon switching doesnt work properly" by 
7382                 preventing early freeing of prefs_common.pixmap_theme_path.
7383
7384 2003-06-09 [christoph]  0.9.0claws24
7385
7386         * src/gtk/gtkaspell.c
7387                 revert Thorsten's fix and add forgotten g_strdup for
7388                 aspell path (it should not be possible to alter the path a
7389                 GtkASpell uses from outside)
7390
7391 2003-06-09 [thorsten]   0.9.0claws23
7392
7393         * src/gtk/gtkaspell.c
7394                 dont free prefs_common.aspell_path when closing compose
7395
7396 2003-06-08 [colin]      0.9.0claws22
7397
7398         * src/plugins/spamassassin/spamassassin.c
7399                 fix prefs types
7400
7401 2003-06-07 [christoph]  0.9.0claws21
7402
7403         * src/Makefile.am
7404         * src/compose.c
7405         * src/gtkaspell.[ch]            ** REMOVE **
7406         * src/gtk/Makefile.am
7407         * src/gtk/gtkaspell.[ch]        ** NEW **
7408                 o make gtkaspell independent from sylpheed's prefs
7409                 o move gtkaspell.[ch] to gtk directory
7410
7411 2003-06-07 [christoph]  0.9.0claws20
7412
7413         * src/Makefile.am
7414         * src/crash.c
7415         * src/export.c
7416         * src/filesel.[ch]              ** REMOVE **
7417         * src/folder.c
7418         * src/main.[ch]
7419         * src/common/sylpheed.[ch]
7420         * src/gtk/Makefile.am
7421         * src/gtk/filesel.[ch]          ** NEW **
7422         * src/gtk/pluginwindow.c
7423         * src/gtk/sslcertwindow.c
7424                 move filesel.[ch] to gtk directory
7425
7426 2003-06-07 [alfons]     0.9.0claws19
7427
7428         * src/filesel.c
7429                 make (multi) file selection dialog work again (Claws-only)
7430
7431 2003-06-07 [thorsten]   0.9.0claws18
7432
7433         * po/de.po
7434                 fix typos
7435
7436 2003-06-07 [alfons]     0.9.0claws17
7437
7438         * configure.ac
7439         * src/mimeview.c
7440                 detect apache mishap in which case don't include fnmatch.h
7441                 if regex.h is already included
7442
7443 2003-06-06 [christoph]  0.9.0claws16
7444
7445         * configure.ac
7446         * src/mimeview.h
7447                 add check for fnmatch.h and include it when available
7448
7449         * src/mimeview.[ch]
7450                 fix wrong case sensitivity of Content-Types
7451
7452         * src/gtk/Makefile.am
7453                 need the same include paths in gtk directory as in
7454                 common directory because .h files in common can
7455                 include files from these directories, when included
7456                 in gtk's .h or .c files
7457
7458 2003-06-06 [alfons]     0.9.0claws15
7459
7460         * src/mimeview.c
7461         * src/summaryview.c
7462                 make it compile again because of regex.h / fnmatch.h 
7463                 include problems (related to recent mime stuff, can
7464                 someone check this?)
7465
7466 2003-06-06 [thorsten]   0.9.0claws14
7467
7468         * src/folderview.c
7469                 possible use of uninitialized pointer while dragging
7470
7471 2003-06-06 [paul]       0.9.0claws13
7472
7473         * src/compose.c
7474                 fix bug where the insert sig button would be effective
7475                 only when auto_sig was set
7476
7477 2003-06-06 [paul]       0.9.0claws12
7478
7479         * sync with 0.9.2 release
7480
7481 2003-06-02 [paul]       0.9.0claws11
7482
7483         * sync with 0.9.1cvs1
7484                 see ChangeLog 2003-06-02
7485                 
7486         * po/de.po
7487                 update by Jens
7488
7489 2003-06-01 [christoph]  0.9.0claws10
7490
7491         * src/account.c
7492                 don't use substring search to find accounts by email address
7493
7494         (closes Bug 169 Overly loose matching of "From" address)
7495
7496 2003-05-31 [christoph]  0.9.0claws9
7497
7498         * doc-src/rfc2683.txt
7499         * src/imap.c
7500                 limit IMAP command length as recommended in RFC2683
7501                 (message number lists will be split into multiple imap
7502                 sets, the limit of 1000 octets is not a hard limit)
7503
7504         (closes Bug 161 sylpheed-claws exits with segfault when logging
7505          in to certain imap-servers)
7506
7507 2003-05-29 [alfons]     0.9.0claws8
7508
7509         * src/toolbar.[ch]
7510                 add print button (calling summary_print());
7511                 fine tune setting tooltip text;
7512                 (if someone needs other buttons, please take these 
7513                 commits as a guide, instead of bothering us - also
7514                 see 0.8.11claws150) 
7515
7516 2003-05-29 [darko]      0.9.0claws7
7517
7518         * src/compose.c
7519                 fix crash when word wrapping kicks in due to
7520                 changed text by spell checker
7521
7522 2003-05-29 [paul]       0.9.0claws6
7523
7524         * src/compose.c
7525                 fix bug where changing account would insert
7526                 sig even if auto_sig was FALSE
7527                 
7528         * ChangeLog
7529           ChangeLog.jp
7530           INSTALL
7531                 sync with 0.9.1 release
7532
7533 2003-05-28 [christoph]  0.9.0claws5
7534
7535         * src/imap.c
7536                 fix truncation of too long commands
7537
7538         (closes Bug 167 IMAP hangs trying to get envelope
7539          information in imap_get_uncached_messages)
7540
7541 2003-05-27 [paul]       0.9.0claws4
7542
7543         * tools/Makefile.am
7544           tools/maildir2sylpheed.pl     ** NEW FILE **
7545                 add kmail to sylpheed mailbox conversion script
7546
7547 2003-05-27 [paul]       0.9.0claws3
7548
7549         * sync with 0.9.0cvs10
7550                 see ChangeLog 2003-05-26
7551
7552 2003-05-26 [paul]       0.9.0claws2
7553
7554         * sync with 0.9.0cvs9
7555                 see ChangeLog 2003-05-26
7556
7557 2003-05-24 [paul]       0.9.0claws1
7558
7559         * sync with 0.9.0cvs8
7560                 see ChangeLog 2003-05-23
7561
7562 2003-05-24 [paul]       0.9.0claws
7563
7564         * version 0.9.0claws released
7565
7566 2003-05-24 [paul]       0.8.11claws177
7567
7568         * src/plugins/dillo-viewer/Makefile.am
7569           src/plugins/traycon/Makefile.am
7570                 add missing files
7571                 
7572         * po/bg.po
7573           po/en_GB.po
7574           po/es.po
7575           po/it.po
7576           po/pt_BR.po
7577           po/ru.po
7578           po/sr.po
7579                 update Bulgarian, British English, Spanish, Italian, 
7580                 Brazilian Portuguese, Russian, and Serbian translations, 
7581                 submitted by George Danchev, [me], Ricardo Mones Lastra,
7582                 André Filipe de Assunção e Brito, Alessandro Maestri, 
7583                 Ruslan N. Balkin, and Urke MMI
7584
7585 2003-05-23 [melvin]     0.8.11claws176
7586
7587         * po/fr.po
7588                 Updated French translations
7589
7590 2003-05-22 [paul]       0.8.11claws175
7591
7592         * src/Makefile.am
7593           src/addrbook.[ch]
7594           src/addrcache.[ch]
7595           src/addr_compl.[ch]
7596           src/adressbook.[ch]
7597           src/addrindex.[ch]
7598           src/addritem.[ch]
7599           src/editaddress.c
7600           src/editgroup.c
7601           src/editldap_basedn.c
7602           src/editldap.c
7603           src/jpilot.c
7604           src/vcard.c
7605                 revert to get ldap into it previous working state
7606                 
7607         * po/zh_TW.Big5.po
7608                 new Taiwanese translation,
7609                 submitted by Tsu-Fan Cheng <tscheng@ic.sunysb.edu>
7610
7611 2003-05-22 [christoph]  0.8.11claws174
7612
7613         * src/plugins/spamassassin/libspamc.[ch]
7614                 sync libspamc with SpamAssaain release 2.55
7615
7616 2003-05-22 [paul]       0.8.11claws173
7617
7618         * sync with 0.9.0cvs7
7619                 see ChangeLog 2003-05-22
7620                 
7621         * src/summaryview.c
7622                 revert change in 0.8.11claws172: follow
7623                 Hiroyuki's decision and that's the end of it.
7624
7625 2003-05-21 [paul]       0.8.11claws172
7626
7627         * src/summaryview.c
7628                 fix discrepency between open_unread_on_enter
7629                 and always_show_msg
7630
7631 2003-05-21 [paul]       0.8.11claws171
7632
7633         * sync with 0.9.0cvs6
7634                 see ChangeLog 2003-05-21
7635
7636 2003-05-21 [paul]       0.8.11claws170
7637
7638         * sync with 0.9.0cvs5
7639                 see ChangeLog 2003-05-21
7640
7641 2003-05-20 [paul]       0.8.11claws169
7642
7643         * sync with 0.9.0cvs4
7644                 see ChangeLog 2003-05-20
7645                 fixes bug #152, 'encoding of IMAP folders names'
7646
7647 2003-05-20 [paul]       0.8.11claws168
7648
7649         * sync with 0.9.0cvs3
7650                 see ChangeLog 2003-05-20
7651                 
7652         * src/tools/convert_mbox.pl
7653                 minor change in the comments, submitted by Fred Marton
7654
7655 2003-05-19 [paul]       0.8.11claws167
7656
7657         * src/plugins/clamav/Makefile.am
7658           configure.ac
7659                 link clamav_lib to the plugin and not to the main program
7660
7661 2003-05-19 [christoph]
7662
7663         * src/Makefile.am
7664                 add -export-dynamic for linking
7665
7666 2003-05-19 [paul]       0.8.11claws166
7667
7668         * sync with 0.9.0cvs1
7669                 see ChangeLog 2003-05-19
7670
7671 2003-05-19 [paul]       0.8.11claws165
7672
7673         * src/inc.c
7674                 fix 'pop before smtp' timeout
7675
7676 2003-05-18 [alfons]     0.8.11claws164
7677
7678         * src/prefs_matcher.c
7679                 put "execute" action command line ("expression") in edit box
7680
7681 2003-05-18 [christoph]  0.8.11claws163
7682
7683         * src/mimeview.[ch]
7684         * src/plugins/dillo_viewer/dillo_viewer.c
7685         * src/plugins/image_viewer/viewer.c
7686         * src/plugins/mathml_viewer/mathml_viewer.c
7687                 let a viewer have a list of Content-Types
7688
7689 2003-05-18 [paul]       0.8.11claws162
7690
7691         * src/prefs_filtering.c
7692                 add 'Recipient' label for FORWARD, FORWARD_AS_ATTACHMENT,
7693                 and REDIRECT actions
7694
7695 2003-05-17 [christoph]
7696
7697         * README.claws
7698                 o remove dynamic signatures that was syned with main
7699                 o add infos about no longer "build in" image viewer
7700                 o update bugtracker URL
7701
7702 2003-05-17 [christoph]  0.8.11claws161
7703
7704         * src/folder.c
7705         * src/folderview.c
7706         * src/imap.c
7707                 don't use imap_scan_folder anymore. Instead call folder_item_scan
7708                 for every folder after rebuilding the folder tree.
7709
7710         (closes Bug 19 imap_scan_folder() computes incorrectly number of new
7711          messages)
7712
7713 2003-05-17 [christoph]  0.8.11claws160
7714
7715         * src/imap.c
7716                 don't use STATUS command on current folder to check for
7717                 content changes. imap_cmd_ok() now tracks changes to
7718                 folder and number of existing messages.
7719
7720 2003-05-17 [paul]       0.8.11claws159
7721
7722         * src/plugins/clamav/clamav_plugin.c
7723                 remove unnecessary debug_print
7724
7725 2003-05-16 [thorsten]   0.8.11claws158
7726
7727         * src/plugins/demo.c
7728                 included missing intl.h
7729
7730 2003-05-16 [paul]       0.8.11claws157
7731
7732         * po/POTFILES.in
7733                 remove non-existant entries
7734         
7735         * src/plugins/clamav/clamav_plugin.c
7736           src/plugins/clamav/clamav_plugin_gtk.c
7737           src/plugins/dillo_viewer/dillo_prefs.c
7738           src/plugins/dillo_viewer/dillo_viewer.c
7739                 gettextise
7740
7741 2003-05-16 [christoph]  0.8.11claws156
7742
7743         * po/POTFILES.in
7744                 include plugin .c files for translation until I
7745                 find a better solution to have plugins have their
7746                 own textdomain
7747         * src/plugins/demo/demo.c
7748         * src/plugins/image_viewer/plugin.c
7749         * src/plugins/mathml_viewer/mathml_viewer.c
7750         * src/plugins/spamassassin/spamassassin.c
7751         * src/plugins/spamassassin/spamassassin_gtk.c
7752         * src/plugins/trayicon/trayicon.c
7753                 add gettext macros for plugin name and description
7754
7755 2003-05-16 [paul]
7756
7757         * sync with 0.9.0
7758
7759 2003-05-16 [paul]       0.8.11claws155
7760
7761         * sync with lastest 0.9.0pre1
7762                 see ChangeLog 2003-05-16
7763
7764 2003-05-15 [paul]       0.8.11claws154
7765
7766         * sync with latest 0.9.0pre1
7767                 see ChangeLog 2003-05-14 and 2003-05-15
7768
7769 2003-05-14 [christoph]  0.8.11claws153
7770
7771         * src/plugins/image_viewer/viewer.c
7772         * src/plugins/image_viewer/viewer.glade         ** NEW **
7773         * src/plugins/image_viewer/viewerprefs.c
7774                 make it possible to disable the autoload function in the
7775                 imageviewer again
7776
7777 2003-05-14 [christoph]  0.8.11claws152
7778
7779         * src/folder.c
7780                 fix folder update after adding a message
7781
7782 2003-05-13 [alfons]     0.8.11claws151
7783
7784         * src/common/session.c
7785                 remove debug traces
7786                 
7787         * src/addrcache.[ch]
7788         * src/filtering.[ch]
7789         * src/folder.[c]
7790         * src/gtkaspell.[ch]
7791         * src/imap.[ch]
7792         * src/mbox_folder.[ch]
7793         * src/mh.[ch]
7794         * src/mimeview.h
7795         * src/msgcache.[ch]
7796         * src/news.[ch]
7797         * src/passphrase.[ch]
7798         * src/prefs_common.[ch]
7799         * src/prefs_gtk.[ch]
7800         * src/procmsg.c
7801         * src/scoring.[ch]
7802                 be pedantic; (in prototypes () implies (int))
7803
7804 2003-05-13 [alfons]     0.8.11claws150
7805
7806         * src/prefs_toolbar.[ch]
7807         * src/summaryview.[ch]
7808         * src/toolbar.[ch]
7809                 change misleading text in toolbar prefs;
7810                 add toolbar action for ignore thread (toggles ignore thread flag);
7811                 clean up a little bit;
7812
7813 2003-05-12 [paul]
7814
7815         * tools/convert_mbox.pl
7816                 bug fixed by Fred Marton
7817
7818 2003-05-12 [paul]
7819
7820         * sync with 0.9.0pre1
7821
7822 2003-05-09 [paul]       0.8.11claws149
7823
7824         * sync with 0.8.11cvs43
7825                 see ChangeLog 2003-05-09
7826
7827 2003-05-08 [christoph]  0.8.11claws148
7828
7829         * src/imap.[ch]
7830                 o use CAPABILIY as first command and check for PREAUTH
7831                   information in the response to it
7832                 o rewrite all imap_cmd_* functions to use an IMAPSession
7833                   instead of a SockInfo as parameter
7834                 o do STARTTLS after fetching and checking the server
7835                   capabilities
7836
7837 2003-05-08 [paul]       0.8.11claws147
7838
7839         * tools/Makefile.am
7840           tools/README
7841           tools/convert_mbox.pl         ** NEW FILE **
7842                 add mbox conversion script. Submitted by 
7843                 Fred Marton <Fred.Marton@uni-bayreuth.de>
7844
7845 2003-05-07 [christoph]
7846
7847         * doc-src/glade.txt
7848         * src/gtk/pluginwindow.glade
7849         * src/plugins/image_viewer/viewerprefs.glade
7850         * src/plugins/spamassassin/spamassassin_gtk.glade
7851                 add glade files for user interfaces and a description how
7852                 to use glade to create the sylpheed code
7853
7854 2003-05-07 [paul]       0.8.11claws146
7855
7856         * sync with 0.8.11cvs41
7857                 see ChangeLog 2003-05-07
7858
7859 2003-05-06 [christoph]  0.8.11claws145
7860
7861         * src/main.c
7862         * src/plugins/image_viewer/viewer.c
7863                 fix usage of imlib in imageviewer plugin
7864
7865         * src/gtk/prefswindow.c
7866                 handle window close event correctly
7867
7868 2003-05-06 [paul]       0.8.11claws144
7869
7870         * src/common/ssl.c
7871                 fix typo introduced in sync
7872
7873 2003-05-06 [paul]       0.8.11claws143
7874
7875         * sync with 0.8.11cvs39
7876                 see ChangeLog 2003-05-06
7877
7878 2003-05-06 [paul]       0.8.11claws142
7879
7880         * AUTHORS
7881           po/cs.po
7882                 updated Czech translation, submitted by 
7883                 Radek Vybiral <Radek.Vybiral@vsb.cz>
7884                 
7885         * src/plugins/clamav/clamav_plugin_gtk.c
7886                 clean up
7887
7888 2003-05-03 [alfons]     0.8.11claws141
7889
7890         * src/compose.[ch]
7891                 make paste as quotation work even when the call to 
7892                 text_inserted() was deferred (fixes bug #140 "Paste 
7893                 as quotation does not work when using "external" 
7894                 clipboard")
7895
7896 2003-05-03 [thorsten]   0.8.11claws140
7897
7898         * src/addrquery.h
7899           src/ldapquery.h
7900           src/mainwindow.c
7901                 removed C++ comments
7902         * src/addr_compl.c
7903                 function with non-int retval/param used before
7904                 implementation/declaration
7905
7906 2003-05-02 [paul]       0.8.11claws139
7907
7908         * src/addr_compl.[ch]
7909           src/addressbook.[ch]
7910           src/addrindex.c
7911           src/summaryview.c
7912                 revert match's changes to (finally) remove the bug where
7913                 opening a folder causes massive slowdown when using the 
7914                 'Display sender using address book' option
7915
7916 2003-05-01 [melvin]     0.8.11claws138
7917
7918         * src/plugins/dillo_viewer/dillo_prefs.[ch]
7919         * src/plugins/dillo_viewer/dillo_viewer.c
7920                 Fixed bug where "Cancel" button from prefs issued
7921                 warnings.
7922                 Comply a little more to coding style
7923
7924 2003-05-01 [paul]       0.8.11claws137
7925
7926         * sync with 0.8.11cvs38
7927                 see ChangeLog 2003-05-01
7928
7929 2003-05-01 [paul]       0.8.11claws136
7930
7931         * po/bg.po
7932                 updated by George Danchev
7933
7934 2003-04-30 [christoph]  0.8.11claws135
7935
7936         * src/plugins/dillo_viewer/dillo_prefs.c
7937         * src/plugins/image_viewer/viewerprefs.c
7938         * src/plugins/spamassassin/spamassassin_gtk.c
7939                 remove gtk_widget_ref() calls for widgets in
7940                 glade code
7941
7942 2003-04-30 [paul]       0.8.11claws134
7943
7944         * src/addrindex.c
7945                 ok, this time a better fix for the bug where opening folder
7946                 has massive slowdown when using the 'Display sender using 
7947                 address book' option
7948
7949 2003-04-30 [paul]       0.8.11claws133
7950
7951         * src/addrindex.c
7952                 revert the 'fix' of 0.8.11claws128 because it doesn't fix it
7953         
7954 2003-04-30 [melvin]     0.8.11claws132
7955
7956         New: Dillo plugin preferences (patch by Dimitar Haralanov)
7957
7958         * src/plugins/dillo_viewer/dillo_prefs.[ch]     *** NEW ***
7959                 Preferences for the dillo plugin
7960         * src/plugins/dillo_viewer/dillo_viewer.c
7961                 Support for preferences
7962         * src/plugins/dillo_viewer/Makefile.am
7963                 Added dillo_prefs.[ch]
7964
7965 2003-04-30 [alfons]     0.8.11claws131
7966
7967         * src/common/plugin.[ch]
7968                 see? this ANSI C'fication immediately gives us type
7969                 checking for free.
7970
7971 2003-04-30 [alfons]     0.8.11claws130
7972
7973         * src/common/plugin.[ch]
7974         * src/plugins/clamav/clamav_plugin.[ch]
7975         * src/plugins/clamav/clamav_plugin_gtk.c
7976         * src/plugins/demo/demo.c
7977         * src/plugins/dillo_viewer/dillo_viewer.c
7978         * src/plugins/image_viewer/plugin.c
7979         * src/plugins/image_viewer/viewer.[ch]
7980         * src/plugins/image_viewer/viewerprefs.[ch]
7981         * src/plugins/mathml_viewer/mathml_viewer.c
7982         * src/plugins/spamassassin/spamassassin.[ch]
7983         * src/plugins/spamassassin/spamassassin_gtk.c
7984         * src/plugins/trayicon/trayicon.c
7985                 clean up
7986
7987 2003-04-30 [alfons]     0.8.11claws129
7988
7989         * src/common/utils.c
7990                 make is_ascii_str() fail gracefully when NULL pointer
7991                 is passed
7992
7993 2003-04-30 [paul]       0.8.11claws128
7994
7995         * src/addrindex.c
7996                 fix bug where opening folder has massive slowdown when
7997                 using the 'Display sender using address book' option
7998
7999 2003-04-30 [paul]       0.8.11claws127
8000
8001         * src/plugins/clamav/clamav_plugin.c
8002           src/plugins/clamav/clamav_plugin_gtk.c
8003           src/plugins/demo/demo.c
8004           src/plugins/dillo_viewer/dillo_viewer.c
8005           src/plugins/image_viewer/plugin.c
8006           src/plugins/mathml_viewer/mathml_viewer.c
8007           src/plugins/spamassassin/spamassassin.c
8008           src/plugins/spamassassin/spamassassin_gtk.c
8009           src/plugins/trayicon/trayicon.c
8010                 get rid of eye-hurting function signatures
8011
8012 2003-04-30 [paul]       0.8.11claws126
8013
8014         * src/plugins/trayicon/trayicon.c
8015                 add description
8016                 
8017         * src/mimeview.c
8018                 be more descriptive
8019
8020 2003-04-30 [paul]       0.8.11claws125
8021
8022         * configure.ac
8023                 arrange the plugins in reverse alphabetical order
8024                 
8025         * src/plugins/clamav/clamav_plugin.[ch]
8026           src/plugins/clamav/clamav_plugin_gtk.c
8027                 rename some params
8028                 resize max_size window
8029                 re-arrange the order of some gui elements
8030                 improve descriptions
8031         
8032         * src/plugins/image_viewer/plugin.c
8033           src/plugins/mathml_viewer/mathml_viewer.c
8034                 add descriptions
8035                 
8036         * src/plugins/spamassassin/spamassassin_gtk.c
8037                 resize max_size window
8038                 re-arrange the order of some gui elements
8039                 
8040         * src/messageview.c
8041           src/mimeview.c
8042                 correct typos
8043
8044 2003-04-30 [alfons]     0.8.11claws124
8045
8046         * src/imap.c
8047                 fix a leak found while browsing Martin Kluge's 
8048                 valgrind log (Claws only)
8049
8050 2003-04-29 [darko]      0.8.11claws123
8051
8052         * src/gtk/gtkstext.h
8053                 include wchar.h if it is available, fixes compilation
8054                 on HP-UX systems
8055
8056 2003-04-29 [melvin]     0.8.11claws122
8057
8058         * src/prefs_actions.c
8059                 Improved help text of Actions' syntax
8060
8061 2003-04-28 [paul]       0.8.11claws121
8062
8063         * src/action.c
8064                 a better fix for the crash when performing an action
8065                 on a mime part
8066
8067 2003-04-28 [paul]       0.8.11claws120
8068
8069         * src/action.c
8070                 fix crash when performing an action on a
8071                 mime part
8072
8073 2003-04-28 [paul]       0.8.11claws119
8074
8075         * sync with 0.8.11cvs36
8076                 see ChangeLog 2003-04-28
8077
8078 2003-04-27 [paul]       0.8.11claws118
8079
8080         * more sync with 0.8.11cvs35
8081                 see ChangeLog 2003-04-25
8082
8083 2003-04-26 [christoph]  0.8.11claws117
8084
8085         * src/folder.c
8086                 fix remove virtual check
8087
8088 2003-04-26 [paul]       0.8.11claws116
8089
8090         * src/messageview.c
8091                 fix return-receipt, make it work again
8092
8093 2003-04-26 [paul]       0.8.11claws115
8094
8095         * src/mimeview.c
8096                 restore double-clicking of the [application/pgp-signature 
8097                 (Select "Check signature" to check)] line in the message view,
8098                 broken in recent sync
8099
8100 2003-04-26 [christoph]  0.8.11claws114
8101
8102         * src/folder.c
8103                 check if remove virtual really exists before
8104                 calling the function
8105
8106 2003-04-25 [match]      0.8.11claws113
8107
8108         * src/addrindex.c
8109         * src/addrbook.c
8110         * src/ldapquery.[ch]
8111         * src/ldapctrl.[ch]
8112                 fix memleak.
8113         * src/ldapserver.[ch]
8114                 fix memleak. fix segfault.
8115                 plug a Claws memleak
8116
8117 2003-04-25 [alfons]     0.8.11claws112
8118
8119         * src/folder.c
8120                 plug a Claws memleak
8121
8122 2003-04-25 [alfons]     0.8.11claws111
8123
8124         * src/common/session.c
8125                 plug a memleak
8126
8127 2003-04-25 [paul]       0.8.11claws110
8128
8129         * sync with 0.8.11cvs35
8130                 see ChangeLog 2003-04-24 and 2003-04-25
8131                 
8132         * src/gtk/pluginwindow.c
8133                 correct another strange float value
8134
8135 2003-04-24 [christoph]  0.8.11claws109
8136
8137         * src/folder.c
8138                 freeze folder item updates when unsetting new flags
8139
8140         * src/gtk/pluginwindow.c
8141                 correct strange float value
8142
8143 2003-04-23 [paul]       0.8.11claws108
8144
8145         * sync with 0.8.11cvs33
8146                 see ChangeLog 2003-04-23
8147
8148 2003-04-22 [paul]       0.8.11claws107
8149
8150         * src/Makefile.am
8151           src/messageview.c
8152           src/mimeview.c
8153           src/pgptext.[ch]      ** REMOVED **
8154                 remove pgptext.[ch] as its not used any more
8155
8156 2003-04-22 [paul]       0.8.11claws106
8157
8158         * sync with 0.8.11cvs31
8159                 see ChangeLog 2003-04-21 and 2003-04-22
8160
8161 2003-04-21 [alfons]     0.8.11claws105
8162
8163         * src/main.c
8164                 No access to GTK structures if we're a spawned child
8165                 (and clean up code a little bit...) Should fix #126.
8166
8167 2003-04-21 [melvin]     0.8.11claws104
8168
8169         * src/plugins/dillo_viewer/README
8170                 Improved slightly the text.
8171
8172 2003-04-21 [melvin]     0.8.11claws103
8173
8174         * src/plugins/dillo_viewer/README *** NEW ***
8175                 Added a README file for the Dillo plugin
8176
8177 2003-04-20 [paul]
8178
8179         * tools/README
8180           tools/outlook2sylpheed.pl
8181                 updated and improved by Ricardo Mones Lastra
8182
8183 2003-04-18 [oliver]     0.8.11claws102
8184
8185         * src/inc.c 
8186         * src/prefs_account.h
8187                 remove Pop3SessionType (used by selective download)
8188         * src/prefs_toolbar.c
8189                 enable set Default Toolbar button
8190
8191 2003-04-18 [paul]       0.8.11claws101
8192
8193         * sync with 0.8.11cvs29
8194                 see ChangeLog 2003-04-18
8195
8196 2003-04-17 [paul]       0.8.11claws100
8197
8198         * src/prefs_common.[ch]
8199           src/summaryview.c
8200                 remove 'Open next message on deletion' option,
8201                 as the same effect can now be achieved via the
8202                 'Always open messages in summary when selected'
8203                 option.
8204
8205 2003-04-17 [paul]       0.8.11claws99
8206
8207         * sync with 0.8.11cvs28
8208                 see ChangeLog 2003-04-17
8209
8210 2003-04-17 [christoph]  0.8.11claws98
8211
8212         * ac/spamassassin.m4
8213         * src/plugins/spamassassin/libspamc.[ch]
8214         * src/plugins/spamassassin/utils.[ch]
8215                 sync libspamc with SpamAssassin project
8216
8217 2003-04-17 [christoph]  0.8.11claws97
8218
8219         * src/common/socket.h
8220         * src/gtk/sslcertwindow.h
8221                 rename old USE_SSL to USE_OPENSSL
8222
8223 2003-04-17 [paul]       0.8.11claws96
8224
8225         * src/prefs_common.h
8226                 use gulong for P_COLOR so that it compiles/runs on
8227                 64-bit systems. Patch submitted by James Noyes
8228                 <jnoyes-claws@retrogeeks.com>
8229                 
8230         * po/de.po
8231                 updated by Jens
8232
8233 2003-04-17 [paul]       0.8.11claws95
8234
8235         * sync with 0.8.11cvs27
8236                 see ChangeLog 2003-04-16
8237
8238 2003-04-15 [paul]       0.8.11claws94
8239
8240         * src/prefs_common.[ch]
8241                 rearrange to stop the window getting too long:
8242                         move Receive dialog stuff to Receive tab
8243                         move Send dialog to Send tab
8244                         remove Dialogs frame
8245                 rename 'Open messages in summary with cursor keys' to
8246                 'Always open messages in summary when selected', as its
8247                 more appropriate
8248
8249 2003-04-15 [paul]       0.8.11claws93
8250
8251         * src/prefs_common.[ch]
8252           src/summaryview.c
8253                 add new option '/Interface/Open next message on deletion'
8254
8255 2003-04-15 [paul]       0.8.11claws92
8256
8257         * src/summaryview.[ch]
8258                 add /Mark/Lock and /Mark/Unlock to the pop-up
8259                 menu. Patch submitted by Ivan Francolin Martinez
8260                 <ivanfm@users.sourceforge.net>
8261
8262 2003-04-15 [paul]       0.8.11claws91
8263
8264         * sync with 0.8.11cvs24
8265                 see ChangeLog 2003-04-15
8266
8267 2003-04-14 [jens]       0.8.11claws90
8268
8269         * updated German translation and some corrections from
8270                 Roland Bless <bless@tm.uka.de>
8271
8272 2003-04-14 [paul]       0.8.11claws89
8273
8274         * sync with 0.8.11cvs22
8275                 see ChangeLog 2003-04-14
8276
8277 2003-04-13 [paul]       0.8.11claws88
8278
8279         * src/plugins/clamav/clamav_plugin.c
8280                 fix memory leaks
8281                 clean up
8282
8283 2003-04-12 [paul]       0.8.11claws87
8284
8285         * src/plugins/clamav/clamav_plugin.c
8286                 activate enable/disable archive scanning option
8287                 
8288         * src/plugins/clamav/.cvsignore         ** NEW FILE **
8289
8290 2003-04-12 [paul]       0.8.11claws86
8291
8292         * src/plugins/Makefile.am
8293           src/plugins/clamav/Makefile.am                ** NEW FILE **
8294           src/plugins/clamav/README                     ** NEW FILE ** 
8295           src/plugins/clamav/clamav_plugin.[ch]         ** NEW FILES **
8296           src/plugins/clamav/clamav_plugin_gtk.c        ** NEW FILE **
8297                 add Clam AntiVirus plugin
8298
8299 2003-04-12 [paul]       0.8.11claws85
8300
8301         * sync with 0.8.11cvs21
8302                 see ChangeLog 2003-04-11
8303
8304 2003-04-11 [paul]       0.8.11claws84
8305
8306         * po/es.po
8307                 update Spanish translation. Submitted by Ricardo
8308                 Mones Lastra.
8309
8310 2003-04-10 [christoph]  0.8.11claws83
8311
8312         * src/mbox.c
8313                 fix typo that did not move unfiltered mails to destination
8314                 folder
8315
8316         (closes Bug 115 Sylpheed 0.8.11claws81 does not deliver mail correctly
8317          when filtering from spool)
8318
8319 2003-04-10 [christoph]  0.8.11claws82
8320
8321         * src/imap.c
8322                 use BODY.PEEK instead of BODY in in message fetch operation
8323                 to make sure the IMAP server does not set the \Seen flag for
8324                 messages. Sylpheed does that later itself, when the message
8325                 is opened in sylpheed
8326
8327         (closes Bug 111 Claws destroys unread marks)
8328
8329 2003-04-09 [oliver]     0.8.11claws81
8330         
8331         * src/folder.c
8332                 fix crash in folder_destroy
8333         * README.claws
8334                 remove selective download
8335
8336 2003-04-09 [christoph]  0.8.11claws80
8337
8338         * src/imap.c
8339                 fix crash in imap_get_msginfo() when then fetched message
8340                 is not found
8341
8342         (closes Bug 110 Crash during mail composition)
8343
8344 2003-04-08 [christoph]  0.8.11claws79
8345
8346         * src/folder.c
8347         * src/prefs_account.c
8348                 Filter new messages that are found in an INBOX folder
8349                 when 'Filter messages on receiving' is enabled in the
8350                 Folder's AccountPrefs. This allows to use Sylpheed's
8351                 filtering engine for IMAP folders where messages are
8352                 added to the INBOX by a MTA
8353
8354 2003-04-08 [paul]       0.8.11claws78
8355
8356         * src/procmsg.h
8357                 clean up after last commit
8358
8359 2003-04-08 [paul]       0.8.11claws77
8360
8361         * sync with 0.8.11cvs20
8362                 see ChangeLog 2003-04-07 and 2003-04-08
8363
8364 2003-04-07 [christoph]  0.8.11claws76
8365
8366         * src/filtering.[ch]
8367         * src/inc.[ch]
8368         * src/mbox.c
8369         * src/procmsg.[ch]
8370                 add procmsg_msginfo_filter() to execute filtering actions
8371
8372 2003-04-06 [christoph]  0.8.11claws75
8373
8374         * src/imap.c
8375                 use IMAPSet for imap_cmd_store() and imap_cmd_envelope()
8376
8377 2003-04-06 [christoph]  0.8.11claws74
8378
8379         * src/common/utils.[ch]
8380                 add g_int_compare() function for slist sorting
8381
8382         * src/imap.c
8383                 fetch all MsgInfos with one command in imap_get_msginfos()
8384                 using an imap set with a list of ranges
8385
8386         * src/news.c
8387                 use new g_int_compare() function
8388
8389 2003-04-06 [thorsten]   0.8.11claws73
8390
8391         * src/mh.c
8392                 corrected implementation of mh_folder_destroy()
8393
8394 2003-04-05 [christoph]  0.8.11claws72
8395
8396         * src/account.c
8397         * src/folder.[ch]
8398         * src/folderview.c
8399         * src/imap.c
8400         * src/inc.c
8401         * src/main.c
8402         * src/mainwindow.c
8403         * src/mbox_folder.c
8404         * src/mh.c
8405         * src/mimeview.h
8406         * src/msgcache.[ch]
8407         * src/news.c
8408         * src/procmime.h
8409         * src/procmsg.[ch]
8410         * src/setup.c
8411         * src/gtk/gtkutils.c
8412                 o rename structure field names class and new to klass and
8413                   new_msgs, to allow including files in C++
8414                 o add 'extern "C"' block to some header files
8415                 o add MsgInfoList and MsgNumberList as alias for GSList for
8416                   developers to know what type of list is expected
8417
8418         * src/plugins/image_viewer/plugin.c
8419         * src/plugins/image_viewer/viewer.[ch]
8420         * src/plugins/image_viewer/viewerprefs.[ch]
8421                 rename function names to prevent conflicts
8422
8423 2003-04-05 [paul]       0.8.11claws71
8424
8425         * sync with 0.8.11cvs18
8426                 see ChangeLog 2003-04-03 and 2003-04-04
8427
8428 2003-04-02 [christoph]  0.8.11claws70
8429
8430         * src/folder.[ch]
8431         * src/imap.[ch]
8432         * src/mbox_folder.[ch]
8433         * src/mh.[ch]
8434         * src/news.[ch]
8435                 o Make all virtual folder functions private
8436                 o remove unused folder code
8437
8438         * src/common/socket.[ch]
8439         * src/summaryview.c
8440                 fix warnings
8441
8442 2003-03-30 [alfons]     0.8.11claws69
8443
8444         * src/send_message.c
8445                 remove two debug traces and see if people still report
8446                 errors
8447
8448 2003-03-30 [alfons]     0.8.11claws68
8449
8450         * src/send_message.c
8451         * src/commons/session.c
8452                 add more debug traces
8453
8454 2003-03-30 [christoph]  0.8.11claws67
8455
8456         * src/folder.c
8457                 change processing folder name from .processing to processing
8458
8459         * src/common/ssl.c
8460                 disable SSL certificate check because it causes Xlib error
8461                 when the child process want's to open an GTK window
8462
8463 2003-03-30 [christoph]  0.8.11claws66
8464
8465         * src/folder.c
8466                 don't use default folder for processing folder item because
8467                 it can be a non local folder
8468
8469         (fixes bug reported by Stephen Lewis <slewis@paradise.net.nz>)
8470
8471 2003-03-30 [alfons]     0.8.11claws65
8472
8473         * src/send_message.c
8474                 try fixing crashes when sending messages: my gcc 2.95.4 seems 
8475                 to generate bad code for 'send_send_data_progressive': When
8476                 called from 'send_send_data_finished', the 'data' pointer is
8477                 cleared just before the assignment to the dialog pointer
8478
8479 2003-03-29 [christoph]  0.8.11claws64
8480
8481         * src/common/prefs.h
8482         * src/plugins/image_viewer/Makefile.am
8483         * src/plugins/image_viewer/plugin.c
8484         * src/plugins/image_viewer/viewer.[ch]
8485         * src/plugins/image_viewer/viewerprefs.[ch]     ** NEW **
8486                 add PrefsPage for ImageViewer
8487
8488 2003-03-28 [thorsten]   0.8.11claws63
8489
8490         * src/common/session.c
8491                 added some comments
8492
8493 2003-03-28 [paul]       0.8.11claws62
8494
8495         * sync with 0.8.11cvs16
8496                 see ChangeLog 2003-03-28
8497
8498 2003-03-28 [paul]       0.8.11claws61
8499
8500         * sync with 0.8.11cvs15
8501                 see ChangeLog 2003-03-28
8502
8503 2003-03-27 [christoph]  0.8.11claws60
8504
8505         * src/folder.c
8506         * src/imap.c
8507         * src/common/socket.[ch]
8508                 set socket state to DISCONNECTED when any operation
8509                 fails to allow reconnecting in IMAP code without
8510                 checking the return code of all calls to the command
8511                 functions
8512
8513         * src/folderview.c
8514         * src/summaryview.c
8515                 remove some more stuff that depends on specific
8516                 folder types
8517
8518 2003-03-27 [paul]       0.8.11claws59
8519
8520         * sync with 0.8.11cvs14
8521                 see ChangeLog 2003-03-27
8522                 
8523         * src/selective_download.[ch]   ** REMOVED **
8524                 really removed
8525
8526 2003-03-27 [christoph]  0.8.11claws58
8527
8528         * src/folder.c
8529                 fix handling of tmp_flags in flag copy function
8530
8531 2003-03-27 [paul]       0.8.11claws57
8532
8533         * sync with 0.8.11cvs13
8534                 see ChangeLog 2003-03-27
8535
8536 2003-03-27 [oliver]     0.8.11claws56
8537
8538         * src/maiwindow.c
8539                 remove sel_download_cb
8540
8541 2003-03-27 [oliver]     0.8.11claws55
8542         
8543         * src/inc.c
8544                 remove POP3_TOP
8545         
8546 2003-03-26 [oliver]     0.8.11claws54
8547
8548         *src/pop.h
8549                 remove POP3_TOP*
8550         * README.claws
8551                 remove selective donwload readme
8552
8553 2003-03-26 [oliver]     0.8.11claws53
8554         * src/matcher.[ch]
8555         * src/matcher_parser_parse.y 
8556         * src/pop.c 
8557         * src/prefs_account.[ch]
8558         * src/prefs_filtering.c
8559                 remove selective donwload
8560
8561 2003-03-26 [oliver]     0.8.11claws52
8562
8563         * src/inc.[ch] 
8564         * src/filtering.c 
8565         * src/mainwindow.c 
8566                 remove selective donwload
8567
8568 2003-03-26 [oliver]     0.8.11claws51
8569         
8570         * src/Makefile.am
8571         * src/selective_download.[ch]   ** REMOVE **    
8572
8573 2003-03-26 [christoph]  0.8.11claws50
8574
8575         * src/news.c
8576                 fix NEWS that got broken by a sync with sylpheed-main
8577
8578 2003-03-26 [christoph]  0.8.11claws49
8579
8580         * src/mimeview.c
8581                 fix mime type guessing when no mime type is found for a file
8582
8583 2003-03-25 [christoph]  0.8.11claws48
8584
8585         * src/mimeview.c
8586         * src/procmime.c
8587                 remove mime type guessing from mime parser and use
8588                 name based mime types in viewer lookup for mime type
8589                 application/octet-stream
8590
8591 2003-03-25 [christoph]  0.8.11claws47
8592
8593         * doc-src/readme.txt
8594         * doc-src/rfc2554.txt
8595                 add RFC about SMTP AUTH
8596
8597         * src/send_message.c
8598         * src/common/smtp.[ch]
8599                 add extra error code for authentication errors and
8600                 clear temporary password when this error occurs
8601
8602         (closes Bug 84 authentication failure while sending should
8603          prompt for password again)
8604
8605 2003-03-25 [christoph]  0.8.11claws46
8606
8607         * configure.ac
8608         * src/Makefile.am
8609         * src/imageview.[ch]                            ** REMOVE **
8610         * src/messageview.[ch]
8611         * src/mimeview.[ch]
8612         * src/prefs_common.[ch]
8613         * src/textview.c
8614         * src/plugins/Makefile.am
8615         * src/plugins/image_viewer/.cvsignore           ** NEW **
8616         * src/plugins/image_viewer/Makefile.am          ** NEW **
8617         * src/plugins/image_viewer/plugin.c             ** NEW **
8618         * src/plugins/image_viewer/viewer.[ch]          ** NEW **
8619                 move image viewer into a plugin (building is enabled by default)
8620                 [ToDo: Prefs for resize and autoview]
8621
8622 2003-03-25 [paul]       0.8.11claws45
8623
8624         * sync with 0.8.11cvs12
8625                 see ChangeLog 2003-03-26
8626
8627 2003-03-25 [paul]       0.8.11claws44
8628
8629         * sync with 0.8.11cvs11
8630                 see ChangeLog 2003-03-22, 2003-03-24 and 2003-03-25
8631                 
8632         Note: Selective Download is broken.
8633                 
8634 2003-03-22 [christoph]  0.8.11claws43
8635
8636         * src/folder.c
8637                 code cleanup for flags copying
8638
8639 2003-03-22 [christoph]  0.8.11claws42
8640
8641         * src/plugins/trayicon/trayicon.c
8642                 fix setting the transparent area when the window size
8643                 is forced by the system tray
8644
8645 2003-03-22 [christoph]  0.8.11claws41
8646
8647         * src/plugins/trayicon/gnome-mail.xpm           ** REMOVE **
8648         * src/plugins/trayicon/gnome-nomail.xpm         ** REMOVE **
8649         * src/plugins/trayicon/newmail.xpm              ** NEW **
8650         * src/plugins/trayicon/nomail.xpm               ** NEW **
8651         * src/plugins/trayicon/trayicon.c
8652         * src/plugins/trayicon/unreadmail.xpm           ** NEW **
8653                 o replace GBiff icons with KBiff icons resized to 16x16 pixel
8654                 o add icon for unread mails
8655                 o set transparency for window
8656
8657 2003-03-22 [christoph]  0.8.11claws40
8658
8659         * src/news.c
8660                 init news session to prevent crash when session is closed
8661
8662 2003-03-22 [christoph]  0.8.11claws39
8663
8664         * src/imap.c
8665         * src/common/session.[ch]
8666                 Init session data to make sure we don't have invalid pointers
8667                 for read_ch and write_ch when new multi process sessions are
8668                 not used
8669
8670         * src/main.c
8671         * src/common/plugin.c
8672         * src/common/sylpheed.c
8673         * src/plugins/demo/demo.c
8674         * src/plugins/dillo_viewer/dillo_viewer.c
8675         * src/plugins/mathml_viewer/mathml_viewer.c
8676         * src/plugins/spamassassin/spamassassin.c
8677         * src/plugins/spamassassin/spamassassin_gtk.c
8678                 add plugin types to allow loading plugins at different times
8679                 (and maybe for different frontends), because it's not good to
8680                 load GTK-Plugins gefore gtk_init was called
8681
8682         * configure.ac
8683         * src/plugins/Makefile.am
8684         * src/plugins/trayicon/.cvsignore               ** NEW **
8685         * src/plugins/trayicon/Makefile.am              ** NEW **
8686         * src/plugins/trayicon/eggtrayicon.c            ** NEW **
8687         * src/plugins/trayicon/eggtrayicon.h            ** NEW **
8688         * src/plugins/trayicon/gnome-mail.xpm           ** NEW **
8689         * src/plugins/trayicon/gnome-nomail.xpm         ** NEW **
8690         * src/plugins/trayicon/trayicon.c               ** NEW **
8691                 New Trayicon plugin that shows an icon in a systray that uses
8692                 XEMBED protocol like Gnome's systray. Icon shows if there
8693                 are new mails and a tooltip shows information about new,
8694                 unread and total messages.
8695
8696 2003-03-22 [paul]       0.8.11claws38
8697
8698         * src/common/smtp.c
8699                 fix ESMTP AUTH CRAM-MD5
8700                 [sync with main (still version 0.8.11cvs6), see
8701                  ChangeLog 2003-03-22]
8702
8703 2003-03-21 [colin]      0.8.11claws37
8704
8705         * src/send_message.c
8706                 Fix USE_SSL => USE_OPENSSL
8707
8708 2003-03-21 [colin]      0.8.11claws36
8709
8710         * src/folderview.c
8711                 Fix counts in drag and dropped subfolders
8712
8713 2003-03-21 [colin]      0.8.11claws35
8714
8715         * src/folder.c 
8716         * src/folderview.c
8717                 speed up a bit folder dnd
8718
8719 2003-03-20 [alfons]     0.8.11claws34
8720
8721         * src/main.c
8722         * src/toolbar.c
8723         * src/procmsg.c
8724                 don't send locked queue messages
8725                 (feature request "[ 705245 ] Locking message in outbox 
8726                  should prevent sending")
8727
8728 2003-03-20 [christoph]  0.8.11claws33
8729
8730         * src/folder.c
8731                 remove NEW and UNREAD flag in special folders when scanning
8732                 
8733         * src/common/smtp.c
8734                 fix ESMTP AUTH CRAM-MD5
8735
8736 2003-03-20 [paul]       0.8.11claws32
8737
8738         * src/prefs_account.c
8739                 Re-write 'Tunnel command to open connection' as
8740                 'Use command to communicate with server', and disable
8741                 it for all except IMAP accounts
8742
8743 2003-03-20 [paul]       0.8.11claws31
8744
8745         * sync with 0.8.11cvs6
8746                 see ChangeLog 2003-03-20
8747
8748 2003-03-19 [match]      0.8.11claws30
8749
8750         * src/addritem.[ch]
8751                 include documentation. minor refactoring.
8752         * src/addr_compl.[ch]
8753         * src/addrindex.[ch]
8754         * src/addresbook.[ch]
8755         * src/summaryview.c
8756                 re-enable address lookup (was disabled in
8757                 0.8.11claws20).
8758
8759 2003-03-19 [christoph]  0.8.11claws29
8760
8761         * src/procmsg.c
8762                 add temp flag handling, will make moving and copying
8763                 messages possible again
8764
8765         * src/folder.c
8766                 correct calulation of folder stats
8767
8768 2003-03-18 [match]      0.8.11claws28
8769
8770         * src/editgroup.h
8771                 remove case sensitive comparison (closes bug 80).
8772
8773 2003-03-18 [christoph]  0.8.11claws27
8774
8775         * src/imap.c
8776                 fix imap using a tunnel command
8777
8778         (closes bug 87)
8779
8780 2003-03-18 [christoph]  0.8.11claws26
8781
8782         * src/folder.[ch]
8783         * src/imap.c
8784         * src/procmsg.[ch]
8785                 rewrite flag handling for folders
8786
8787 2003-03-18 [christoph]  0.8.11claws25
8788
8789         * src/folder.c
8790         * src/procmsg.c
8791         * src/summaryview.c
8792                 unset NEW and UNREAD flags when message is ignored, to make
8793                 sure messages don't show up as unread on other IMAP clients,
8794                 because the IGNORE_THREAD flag can not be syncronized through
8795                 the IMAP folder
8796
8797 2003-03-17 [christoph]  0.8.11claws24
8798
8799         * src/imap.c
8800                 don't use recursion to fetch uids when the number of messages
8801                 does not match. Moved code into subfunction that is used
8802                 again when needed, to prevent an endless loop.
8803
8804 2003-03-17 [thorsten]   0.8.11claws23
8805
8806         * src/imageview.[ch]
8807                 export imageview_get_resized_size() (for plugins)
8808         * src/prefs_common.[ch]
8809                 added prefs_common_get() (for plugins)
8810
8811 2003-03-17 [christoph]  0.8.11claws22
8812
8813         * src/imap.c
8814                 o remove UID guessing from copy code
8815                 o support UIDPLUS extension for APPEND command
8816
8817 2003-03-17 [paul]       0.8.11claws21
8818
8819         * src/gtk/about.c
8820                 remove 'Compiled-plugins' section.
8821                 
8822         * src/plugins/dillo_viewer/dillo_viewer.c
8823                 slight change to description text
8824
8825 2003-03-16 [match]      0.8.11claws20
8826         * src/ldapserver.[ch]           ** NEW **
8827         * src/ldapctrl.[ch]             ** NEW **
8828         * src/ldapquery.[ch]            ** NEW **
8829         * src/ldaputil.[ch]             ** NEW **
8830         * src/addrcindex.[ch]           ** NEW **
8831         * src/addrquery.h               ** NEW **
8832         * src/addritem.[ch]
8833         * src/addrcache.[ch]
8834         * src/addrindex.[ch]
8835         * src/addr_compl.[ch]
8836         * src/addressbook.[ch]
8837         * src/addrbook.[ch]
8838         * src/editgroup.c
8839         * src/editaddress.c
8840         * src/editldap.c
8841         * src/editldap_basedn.c
8842         * src/vcard.c
8843         * src/jpilot.c
8844         * src/Makefile.am
8845                 included dynamic LDAP queries. improved address
8846                 completion.
8847
8848 2003-03-16 [paul]       0.8.11claws19
8849
8850         * tools/multiwebsearch.pl
8851                 fix a fatal typo
8852
8853 2003-03-16 [christoph]  0.8.11claws18
8854
8855         * src/mimeview.c
8856         * src/plugins/dillo_viewer/dillo_viewer.c
8857         * src/plugins/mathml_viewer/mathml_viewer.c
8858                 make unregistering of MimeViewerFactorys possible
8859
8860 2003-03-16 [alfons]     0.8.11claws17
8861
8862         * configure.ac
8863                 correct typo
8864
8865 2003-03-16 [melvin]     0.8.11claws16
8866
8867         * src/plugins/dillo_viewer.c
8868                 Fixed bug where it was not possible to view more than
8869                 one text/html attachment per message (bug discovered
8870                 by Christoph Hohmann).
8871
8872 2003-03-15 [melvin]     0.8.11claws15
8873
8874         * src/prefs_actions.c
8875                 Fixed compilation warnings.
8876
8877 2003-03-15 [melvin]     0.8.11claws14
8878
8879         * src/plugins/Makefile.am
8880         * src/plugins/dillo_viewer/.cvsignore                   ** NEW **
8881         * src/plugins/dillo_viewer/Makefile.am                  ** NEW **
8882         * src/plugins/dillo_viewer/dillo_viewer.c               ** NEW **
8883                 Added a html mail viewer plugin that uses Dillo v0.7.0 or
8884                 newer (http://dillo.auriga.wearlab.de/).
8885
8886 2003-03-15 [christoph]  0.8.11claws13
8887
8888         * src/imap.c
8889                 don't query imap folder for attributes because we already
8890                 for them from imap_status
8891
8892         * src/mimeview.[ch]
8893                 add support for plugable MimeViewers (unloading Viewers
8894                 not yet complete)
8895
8896         * src/plugins/Makefile.am
8897         * src/plugins/mathml_viewer/.cvsignore          ** NEW **
8898         * src/plugins/mathml_viewer/Makefile.am         ** NEW **
8899         * src/plugins/mathml_viewer/mathml_viewer.c     ** NEW **
8900                 add MathML Viewer (Content-Type text/mathml) using GtkMathView
8901                 widget from http://helm.cs.unibo.it/mml-widget/
8902
8903 2003-03-14 [christoph]  0.8.11claws12
8904
8905         * src/folder.[ch]
8906                 o error return code's should better be negative
8907                 o replace printf with debug_print
8908
8909         * src/imap.c
8910                 improve IMAP folder scan by checking UID-NEXT
8911
8912         * src/summaryview.c
8913                 remove check that are unnecessary in my opinion
8914
8915 2003-03-13 [christoph]  0.8.11claws11
8916
8917         * src/folder.[ch]
8918         * src/foldersel.c
8919         * src/folderview.c
8920         * src/imap.c
8921         * src/mbox_folder.c
8922         * src/mh.c
8923         * src/news.c
8924         * src/prefs_scoring.c
8925         * src/summaryview.c
8926                 use a common function to get a displayable name
8927                 for a FolderItem
8928
8929 2003-03-13 [paul]       0.8.11claws10
8930
8931         * tools/Makefile.am
8932           tools/README
8933           tools/multiwebsearch.conf     ** NEW FILE **
8934           tools/multiwebsearch.pl       ** NEW FILE **
8935                 add multiwebsearch Actions script
8936
8937 2003-03-13 [colin]      0.8.11claws9
8938
8939         * src/compose.c
8940                 Remove leading emtpy lines from quoted text
8941                 before quoting it
8942
8943 2003-03-13 [melvin]     0.8.11claws8
8944
8945         * src/prefs_actions.c
8946                 Fixed a memory leak
8947                 Code clean ups
8948                 Added Cancel and OK buttons
8949                 Corrected help text
8950
8951 2003-03-13 [christoph]  0.8.11claws7
8952
8953         * src/account.c
8954         * src/folder.[ch]
8955         * src/imap.c
8956         * src/mainwindow.c
8957         * src/mbox_folder.c
8958         * src/mh.c
8959         * src/news.c
8960         * src/setup.c
8961                 replace more folder type stuff with folder class stuff
8962
8963 2003-03-13 [melvin]     0.8.11claws6
8964
8965         * src/prefs_actions.c
8966                 Added new tokens:
8967                 %u: user provided argument
8968                 %h: user provided argument (hidden on input)
8969                 %s: current text selection in the message view 
8970
8971 2003-03-13 [paul]       0.8.11claws5
8972
8973         * sync with 0.8.11cvs5
8974                 see ChangeLog 2003-03-11, 2003-03-12
8975
8976 2003-03-12 [christoph]  0.8.11claws4
8977
8978         * src/folder.c
8979                 use folder class idstr when writing folderlist.xml
8980
8981         * src/folder.h
8982         * src/imap.c
8983         * src/news.c
8984                 replace folder type checks with folder class checks
8985
8986 2003-03-12 [christoph]  0.8.11claws3
8987
8988         * src/folder.[ch]
8989         * src/imap.[ch]
8990         * src/main.c
8991         * src/mbox_folder.[ch]
8992         * src/mh.[ch]
8993         * src/news.[ch]
8994                 o create a list of known folder classes in the folder system
8995                 o use folder class id strings for folder item identifiers
8996
8997 2003-03-12 [christoph]  0.8.11claws2
8998
8999         * src/imap.c
9000                 fix imap uid validity check
9001
9002 2003-03-12 [christoph]  0.8.11claws1
9003
9004         * src/account.c
9005         * src/folder.[ch]
9006         * src/foldersel.c
9007         * src/folderview.c
9008         * src/imap.c
9009         * src/mainwindow.c
9010         * src/mbox_folder.c
9011         * src/mh.c
9012         * src/news.c
9013         * src/prefs_scoring.c
9014         * src/procmsg.c
9015         * src/setup.c
9016         * src/summaryview.c
9017                 initial restructuring of folder system, seperating
9018                 folders and folder classes
9019
9020 2003-03-12 [paul]       0.8.11claws
9021
9022         0.8.11claws release
9023
9024 2003-03-12 [christoph]
9025
9026         * src/gtk/prefswindow.c
9027                 fix translation of "Page Index"
9028
9029 2003-03-12 [paul]       0.8.10claws110
9030
9031         a sync from 0.8.11cvs4 before the release
9032
9033         * src/common/utils.c
9034                 subject_compare_for_sort(): allow null strings (fixes
9035                 summary sorting).
9036
9037 2003-03-11 [paul]       0.8.10claws109
9038
9039         * po/es.po
9040                 update Spanish translation, submitted by
9041                 Ricardo Mones Lastra
9042
9043 2003-03-11 [melvin]     0.8.10claws108
9044
9045         * po/fr.po
9046                 Updated French translations
9047
9048 2003-03-11 [paul]       0.8.10claws107
9049
9050         * manual/en/Makefile.am
9051           manual/en/*.html
9052                 update English manual, add a new page
9053                 updated by Francois Barriere <fbarriere@atmel.fr>
9054                 
9055         * po/bg.po
9056           po/it.po
9057           po/sr.po
9058                 update Bulgarian, Italian, and Serbian translations
9059                 submitted by George Danchev, Alessandro Maestri, and
9060                 Urke MMI
9061
9062 2003-03-10 [paul]       0.8.10claws106
9063
9064         * src/gtk/about.c
9065           src/gtk/prefswindow.c
9066                 make some strings translatable
9067
9068 2003-03-10 [darko]      0.8.10claws105
9069
9070         * src/compose.c
9071                 code cleanup to make Hiro happy
9072
9073 2003-03-10 [paul]       0.8.10claws104
9074
9075         * sync with 0.8.11cvs2
9076                 see ChangeLog 2003-03-10
9077
9078 2003-03-09 [melvin]     0.8.10claws103
9079
9080         * src/textview.c
9081                 textview_set_font(): fix for message display in
9082                 UTF-8 locales (thanks to Sergey Vlasov).
9083                 (was unintentionnaly reverted in 0.8.6claws6)   
9084
9085 2003-03-08 [darko]      0.8.10claws102
9086
9087         * src/compose.c
9088                 fix infinite loop in wrapping as reported
9089                 by happycactus
9090                 obsoletes patch #696482
9091
9092 2003-03-08 [christoph]  0.8.10claws101
9093
9094         * src/imap.c
9095                 add workaround for IMAP servers that do not
9096                 support the "UID SEARCH UID" command
9097
9098 2003-03-07 [christoph]  0.8.10claws100
9099
9100         * src/plugins/spamassassin/spamassassin.[ch]
9101         * src/plugins/spamassassin/spamassassin_gtk.c
9102                 code cleanup
9103
9104 2003-03-07 [paul]       0.8.10claws99
9105
9106         * po/es.po
9107                 updated Spanish translation, submitted by
9108                 Ricardo Mones Lastra
9109
9110 2003-03-07 [christoph]  0.8.10claws98
9111
9112         * src/send.c
9113                 fix in 0.8.10claws94 was wrong
9114                 local delivery does not require escaping, remove escaping
9115                 code to make signatures of mails with "." lines valid
9116                 
9117                 NOTE: requires that sendmail is executed with "-i" option,
9118                       what is the default now, but has to be changed in all
9119                       exsiting accounts)
9120
9121 2003-03-07 [paul]       0.8.10claws97
9122
9123         * sync with 0.8.11 release
9124                 see ChangeLog 2003-03-07
9125
9126 2003-03-06 [paul]       0.8.10claws96
9127
9128         * src/compose.c
9129                 revert commit 0.8.10claws92
9130
9131 2003-03-06 [paul]       0.8.10claws95
9132
9133         * src/folderview.c
9134                 fix (solaris) bug 73, 'Crash when selecting top-level folder'
9135
9136         * src/gtkaspell.c
9137                 fix bug 74, 'Crash opening editor window with pseudo-color
9138                 display'
9139                 
9140         Patches submitted by Kevin Vigor <kevin@vigor.nu>
9141
9142 2003-03-06 [christoph]  0.8.10claws94
9143
9144         * src/send.c
9145                 fix rfc2821 (4.5.2) violation in SMTP data sending,
9146                 all lines starting with a period get an extra period
9147                 inserted
9148                 (found by Simon 'corecode' Schubert)
9149
9150 2003-03-06 [paul]       0.8.10claws93
9151
9152         * src/folderview.c
9153                 if configured font can't be loaded fall back to gtk
9154                 default. (with thanks to Christoph)
9155                 
9156                 closes long-standing bug 15 'Crashes on startup'
9157
9158 2003-03-06 [paul]       0.8.10claws92
9159
9160         * src/compose.c
9161                 freeze text before autosave and thaw afterwards
9162                 fixes bug 67 'autosave make re-rediting message crazy'
9163
9164 2003-03-06 [christoph]  0.8.10claws91
9165
9166         * src/compose.c
9167                 ignore address comment in dupe check for Cc-list
9168
9169         (closes reopened bug 47 Replying to message strips name part of
9170          e-mail addresses of Cc: lines)
9171
9172 2003-03-06 [paul]       0.8.10claws90
9173
9174         * src/Makefile.am
9175                 remove reference to gtkxtext.h as its no longer in
9176                 the repository
9177
9178 2003-03-06 [paul]       0.8.10claws89
9179
9180         * sync with 0.8.10cvs25
9181                 see ChangeLog 2003-03-06
9182
9183 2003-03-06 [oliver]     0.8.10claws88
9184         
9185         * src/messageview.c
9186                 remove include
9187
9188 2003-03-06 [oliver]     0.8.10claws87
9189         
9190         * src/folderview.c 
9191                 remove changes introduced inclaws74
9192         * src/messageview.c
9193                 another attempt to sanely delete and update
9194                 messages deleted in separate messageview
9195
9196 2003-03-05 [christoph]  0.8.10claws86
9197
9198         * src/summaryview.c
9199                 check if "From" matches any account's address if
9200                 addressbook completion of addresses is disabled too
9201
9202         (closes Bug 70 "Display recipient in from" doesn't check
9203          folder's default account)
9204
9205 2003-03-05 [christoph]  0.8.10claws85
9206
9207         * src/compose.c
9208         * src/common/utils.[ch]
9209                 don't strip address comments when building Cc lists
9210
9211         (closes Bug 47 Replying to message strips name part of e-mail addresses
9212          of Cc: lines)
9213
9214         * src/folder.c
9215                 fix return value of copy function
9216
9217 2003-03-05 [christoph]  0.8.10claws84
9218
9219         * src/imap.c
9220                 don't ask imap server for non rfc822 headers
9221
9222         (closes bug 71 IMAP FETCH asks for FROM header field twice)
9223
9224         * src/imap.c
9225                 destroy session on socket error to allow reconnecting
9226
9227 2003-03-05 [christoph]  0.8.10claws83
9228
9229         * configure.ac
9230                 fix building with gnome when no prefix is set
9231
9232         (closes bug 66 Gnome directory is set to NONE)
9233
9234 2003-03-05 [paul]       0.8.10claws82
9235
9236         * sync with 0.8.10cvs23
9237                 see ChangeLog 2003-03-05
9238
9239 2003-03-04 [christoph]  0.8.10claws81
9240
9241         * src/folder.c
9242                 o fix moving and copying when folder returns 0 for new
9243                   message number
9244                 o remove some code for single message copy and move
9245                   operations and use functions for multiple messages
9246
9247         (closes bug 63 Strange behaviour MOVING messages from MH to IMAP)
9248
9249         * src/news.c
9250                 remove unused include
9251
9252 2003-03-04 [paul]       0.8.10claws80
9253
9254         * src/gtk/about.c
9255                 list 'Compiled plugins'
9256
9257 2003-03-03 [christoph]  0.8.10claws79
9258
9259         * src/news.[ch]
9260                 have to multiply the percentage of the current fetch with
9261                 the percentage that it has of the total fetch operation
9262                 for correct values
9263
9264 2003-03-03 [christoph]  0.8.10claws78
9265
9266         * src/news.c
9267                 fix calculation of expected lines for progress indicator
9268
9269 2003-03-03 [christoph]  0.8.10claws77
9270
9271         * src/summaryview.c
9272         * src/common/utils.c
9273                 fix segfault when opening the root news folder
9274
9275 2003-03-03 [christoph]  0.8.10claws76
9276
9277         * src/mainwindow.[ch]
9278         * src/common/Makefile.am
9279         * src/common/progressindicator.[ch]
9280                 add UI independent progress indicator handling
9281
9282         * src/news.[ch]
9283                 use new progress indicator for message info fetching
9284
9285         * src/common/hooks.h
9286                 code cleanup
9287
9288 2003-03-03 [oliver]     0.8.10claws75
9289
9290         * src/toolbar.c
9291         * src/compose.c
9292                 removed commented code
9293
9294 2003-03-03 [oliver]     0.8.10claws74
9295
9296         * src/toolbar.[ch]
9297                 cleanups and refactoring
9298         * src/compose.[ch]
9299                 compose_reply_mode reply & forwarding interface for
9300                 toolbar buttons
9301         * src/folderview.c
9302                 act on messages marked for deletion in folderview_selected
9303                 based on prefs_common.immediate_exec since a message might 
9304                 have been deleted by messageview in a folder we are changing 
9305                 to (does anybody understand what I'm on about ?)
9306
9307 2003-03-03 [oliver]     0.8.10claws73
9308         
9309         * src/messageview.[ch]
9310                 new functions
9311                 - messageview_delete: delete message shown in messagview
9312                 - messageview_update_view: update messageview to currently 
9313                   selected summaryview message
9314                 - add separate messageview to msgview_list in order to update 
9315                   toolbar to new toolbar style on the fly (TOOLBAR_NONE, TOOLBAR_ICON etc.)
9316         * src/summaryview.[ch]
9317                 summary_get_selection returns a list of selected msgs
9318                 in summaryview
9319         * src/mainwindow.c
9320                 toolbar reply refactoring
9321
9322 2003-03-03 [paul]       0.8.10claws72
9323
9324         * sync with 0.8.10cvs21
9325                 see ChangeLog 2003-03-03
9326
9327 2003-03-02 [christoph]  0.8.10claws71
9328
9329         * src/common/passcrypt.c
9330                 use POSIX includes
9331
9332 2003-03-02 [christoph]  0.8.10claws70
9333
9334         * configure.ac
9335         * src/prefs_account.c
9336         * src/prefs_gtk.[ch]
9337         * src/common/.cvsignore
9338         * src/common/Makefile.am
9339         * src/common/passcrypt.c                ** NEW **
9340         * src/common/passcrypt.h.in             ** NEW **
9341                 Implement password encryption in config files
9342                 using unix encrypt and setkey functions. The crypt
9343                 key can be set as a configure parameter. Old
9344                 passwords will be converted if they do not begin
9345                 with '!'
9346
9347 2003-03-02 [paul]       0.8.10claws69
9348
9349         * src/prefs_account.c
9350                 fix compile error
9351
9352 2003-03-01 [thorsten]   0.8.10claws68
9353
9354         * po/el.po
9355           po/hr.po
9356           po/it.po
9357           po/nl.po
9358           po/sr.po
9359           po/sv.po
9360                 corrected format strings
9361         * po/en_GB.po
9362                 corrected headers
9363                 (fix compile errors with GNU gettext-0.11.5)
9364
9365 2003-03-01 [oliver]     0.8.10claws67
9366
9367         * src/summaryview.c
9368                 menu callbacks call toolbar_menu_reply
9369
9370 2003-03-01 [oliver]     0.8.10claws66
9371
9372         * src/mainwindow.c
9373         * src/messageview.c
9374                 menu callbacks call toolbar_menu_reply
9375         * src/toolbar.[ch]
9376                 callbacks from menu handled by toolbar_menu_reply
9377
9378 2003-03-01 [paul]       0.8.10claws65
9379
9380         * src/addressbook.c
9381                 revert commit 0.8.10claws54 - breaks editing of
9382                 addressbook.
9383                 
9384         * po/bg.po
9385                 update Bulgarian translation, submitted by
9386                 George Danchev
9387
9388 2003-02-28 [christoph]  0.8.10claws64
9389
9390         * src/account.c
9391         * src/addressadd.c
9392         * src/compose.c
9393         * src/gtkaspell.c
9394         * src/gtkxtext.h                ** REMOVE **
9395         * src/imap.c
9396         * src/matcher.[ch]
9397         * src/mh.c
9398         * src/news.c
9399         * src/pine.c
9400         * src/prefs_common.c
9401         * src/prefs_matcher.c
9402         * src/procheader.[ch]
9403         * src/procmsg.[ch]
9404         * src/toolbar.c
9405         * src/common/ssl_certificate.c
9406         * src/gtk/colorlabel.c
9407         * src/gtk/menu.c
9408                 o fix warnings
9409                 o remove code obsoleted by new cache and folder system rework
9410
9411 2003-02-28 [oliver]     0.8.10claws63
9412         
9413         * src/toolbar.[ch]
9414                 * fix bug where reply in Messageview replied to 
9415                 Message displayed in summaryview
9416                 (reportedd via ML by chinatinte at gmx dot ch)
9417                 * fix bug where toolbar popups (WITH_QUOTE, WITHOUT_QOUTE)
9418                 didn't work in separate MessageView Toolbar
9419                 (wondering if anybody uses this at all ?)
9420         * src/summaryview.[ch]
9421                 use toolbar.c's toolbar_reply instead of summary_reply (removed)
9422                 (generalize reply and forward code);
9423         * src/messageview.c 
9424                 remove focus_in event which updated summaryview to messageview
9425
9426 2003-02-28 [paul]       0.8.10claws62
9427
9428         * po/Makefile.in.in
9429                 add the --check option
9430                 Patch submitted by Ricardo Mones Lastra
9431
9432 2003-02-28 [paul]       0.8.10claws61
9433
9434         * src/prefs_account.c
9435                 re-order 'Signature' items
9436
9437 2003-02-28 [paul]       0.8.10claws60
9438
9439         * sync with 0.8.10cvs20
9440                 see ChangeLog 2003-02-28
9441
9442 2003-02-28 [paul]       0.8.10claws59
9443
9444         * po/POTFILES.in
9445                 update to reflect recent movement of files
9446
9447 2003-02-28 [paul]       0.8.10claws58
9448
9449         * sync with 0.8.10cvs19
9450                 see ChangeLog 2003-02-28
9451
9452 2003-02-27 [martin]     0.8.10claws57
9453
9454         * src/prefs_matcher.c 
9455                 fix segfault in prefs_matcher_ok() when the
9456                 last entry is deleted and prevents that the
9457                 message "entry not saved" comes up after deleting
9458                 an entry
9459
9460 2003-02-27 [martin]     0.8.10claws56
9461
9462         * src/prefs_filtering.c 
9463                 fix segfault in prefs_filtering_ok() when the
9464                 last entry is deleted and prevents that the
9465                 message "entry not saved" comes up after deleting
9466                 an entry
9467
9468 2003-02-27 [paul]       0.8.10claws55
9469
9470         * sync with 0.8.10cvs18
9471                 see ChangeLog 2003-02-27
9472
9473 2003-02-27 [paul]       0.8.10claws54
9474
9475         * src/addressbook.c
9476                 fix bug where the address book crashes with 
9477                 multiple lookups.
9478                 Patch [687729] submitted by David Frager 
9479                 <dbfrager@users.sourceforge.net>
9480
9481 2003-02-25 [christoph]  0.8.10claws53
9482
9483         * src/Makefile.am
9484         * src/colorlabel.[ch]           ** REMOVE **
9485         * src/gtk/Makefile.am
9486         * src/gtk/colorlabel.[ch]       ** NEW **
9487                 move colorlabel files to gtk directory
9488
9489         * src/esmtp.[ch]                ** REMOVE **
9490                 has been merged into smtp.[ch] in 0.7.5
9491
9492 2003-02-25 [christoph]  0.8.10claws52
9493
9494         * src/Makefile.am
9495         * src/about.[ch]                ** REMOVE **
9496         * src/gtk/Makefile.am
9497         * src/gtk/about.[ch]            ** NEW **
9498                 move about files to gtk directory
9499
9500 2003-02-25 [christoph]  0.8.10claws51
9501
9502         * src/folder.c
9503                 some code optimization of folder scanning code
9504
9505         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx> 
9506
9507 2003-02-25 [christoph]  0.8.10claws50
9508
9509         * src/main.c
9510         * src/common/sylpheed.c
9511                 add command line parameter parsing to common code
9512
9513 2003-02-24 [christoph]
9514
9515         * Makefile.am
9516         * configure.ac
9517                 fix gnome prefix problems, the configure script now removed
9518                 `gnome-config --prefix` from `gnome-config --datadir`
9519                 and adds $(prefix} instead
9520
9521         (closes Bug 24 Makefile does not respect prefix when installing
9522          GNOME data)
9523
9524 2003-02-24 [christoph]  0.8.10claws49
9525
9526         * src/news.c
9527                 check for valid session before trying to authenticate
9528
9529         (closes Bug 60 crash if "authenticate on logon" is activated
9530          and newsserver-hostname is not valid)
9531
9532 2003-02-24 [melvin]     0.8.10claws48
9533
9534         * src/prefs_actions.c
9535                 Make sure all user's input is sent to the action and then
9536                 close the socket..
9537
9538 2003-02-23 [alfons]     0.8.10claws46
9539
9540         * src/summaryview.c
9541                 also wait cursor when deleting files
9542
9543 2003-02-23 [paul]
9544
9545         * tools/freshmeat_search.pl
9546           tools/google_search.pl
9547                 scripts should now work for any browser/browser command line
9548
9549 2003-02-22 [christoph]  0.8.10claws45
9550
9551         * src/procmsg.c
9552                 fix IMAP flag setting, IMAP flag is not handled correctly
9553                 anymore by the folder system and information about the
9554                 folder should not be saved in the MsgInfo (in my opinion)
9555
9556         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
9557
9558 2003-02-22 [christoph]  0.8.10claws44
9559
9560         * src/summaryview.c
9561                 fix spelling of "label" ;-)
9562
9563 2003-02-22 [thorsten]   0.8.10claws43
9564
9565         * src/mimeview.c
9566           src/prefs_common.[ch]
9567           src/procmime.[ch]
9568                 do not use description as attachment name
9569
9570 2003-02-22 [alfons]     0.8.10claws42
9571
9572         * src/summaryview.c
9573                 freeze/thaw folder item updates when changing color labels,
9574                 and put a wait cursors on
9575
9576 2003-02-22 [thorsten]   0.8.10claws41
9577
9578         * src/mimeview.c
9579                 save-all fixes: crash if invoked on multipart container,
9580                 mimeinfo access, pathseparators, error dialog
9581
9582 2003-02-21 [alfons]     0.8.10claws40
9583
9584         * src/prefs_gtk.c
9585                 remove unused var
9586
9587 2003-02-21 [colin]      0.8.10claws39
9588
9589         * src/send.c
9590                 Fix smtp logging
9591
9592 2003-02-21 [colin]      0.8.10claws38
9593
9594         * src/summaryview.c
9595                 Freeze/thaw folderItem updates when filtering messages 
9596                 via Tools/Filter messages
9597
9598 2003-02-21 [paul]       0.8.10claws37
9599
9600         * src/compose.c
9601                 revert commit 0.8.10claws26, there are ulterior motives
9602                 for users to set a Reply-To header when posting to
9603                 newsgroups
9604
9605 2003-02-21 [paul]       0.8.10claws36
9606
9607         * sync with 0.8.10cvs17
9608                 see ChangeLog 2003-02-21
9609
9610 2003-02-20 [christoph]  0.8.10claws35
9611
9612         * src/imap.c
9613                 IMAP UID fetch speedup using SEARCH
9614
9615         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
9616
9617         * src/imap.c
9618                 fix problem with UIDs in IMAP UID cache that no longer existed
9619
9620 2003-02-20 [christoph]  0.8.10claws34
9621
9622         * src/imap.c
9623         * src/procheader.c
9624         * src/procheader.h
9625                 IMAP header fetch speedup (fetch only headers cached in MsgInfo)
9626
9627         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
9628
9629         * src/imap.c
9630                 Rewrite imap_cmd_gen_recv use sock_getline instead
9631                 of sock_gets to avoid problems with too long reply
9632                 lines
9633     
9634 2003-02-20 [colin]      0.8.10claws33
9635         
9636         * src/prefs_account.c
9637                 Better wording
9638
9639 2003-02-20 [colin]      0.8.10claws32
9640
9641         * src/compose.c
9642                 Remove useless '&& !to_sender' 
9643
9644 2003-02-20 [darko]
9645
9646         * AUTHORS
9647                 change my e-mail address
9648
9649 2003-02-19 [colin]      0.8.10claws31
9650
9651         * src/prefs_common.c
9652                 X11 style colors for every configurable color
9653
9654 2003-02-19 [alfons]     0.8.10claws30
9655
9656         * src/prefs_gtk.[ch]
9657         * src/prefs_common.c
9658                 for color_new accept both plain integers and X11 style color
9659                 names (as found in /usr/lib/X11/rgb.txt)
9660
9661 2003-02-19 [paul]       0.8.10claws29
9662
9663         * src/mainwindow.c
9664                 add tooltips to online/offline button and account selector
9665                 button
9666
9667 2003-02-19 [paul]       0.8.10claws28
9668
9669         * src/folder.c
9670           src/news.c
9671           src/prefs_account.[ch]
9672           src/prefs_common.[ch]
9673                 move 'Maximum number of articles to download' to
9674                 account prefs.
9675                 clean up account prefs gui a little by hiding entries
9676                 rather then greying out entries
9677
9678 2003-02-19 [hiro]       0.8.10claws27
9679
9680         * src/common/utils.c
9681                 fix bug #54 'yesterdays date is displayed in the message 
9682                 summary window'
9683
9684 2003-02-19 [paul]       0.8.10claws26
9685
9686         * src/compose.c
9687                 fix bug reported in Feature Request [688596] 
9688                 'Reply-to header in news'
9689
9690 2003-02-18 [paul]       0.8.10claws25
9691
9692         * src/select-keys.c
9693                 add a 'List all keys' button to key selection dialog
9694
9695 2003-02-18 [colin]      0.8.10claws24
9696         
9697         * src/stock_pixmap.c
9698                 fix compile error
9699
9700 2003-02-18 [colin]      0.8.10claws23
9701
9702         * src/common/smtp.[ch]
9703           src/prefs_account.c
9704                 Try to starttls if it seems to be the only
9705                 way to authenticate a user
9706
9707 2003-02-18 [paul]       0.8.10claws22
9708
9709         * src/Makefile.am
9710           src/folderview.c
9711           src/stock_pixmap.[ch]
9712           src/pixmaps/drafts_close.xpm  ** NEW FILE **
9713           src/pixmaps/drafts_open.xpm   ** NEW FILE **
9714                 as a Drafts folder is a special folder allow it to have
9715                 its own unique icons
9716
9717 2003-02-18 [colin]      0.8.10claws21
9718
9719         * src/imap.c
9720                 Fix port selection when using starttls
9721
9722 2003-02-18 [paul]       0.8.10claws20
9723
9724         * src/mainwindow.c
9725           src/prefs_common.[ch]
9726                 make blue the default new mail colour
9727
9728 2003-02-18 [paul]       0.8.10claws19
9729
9730         * sync with 0.8.10cvs14
9731                 see ChangeLog 2003-02-18
9732
9733 2003-02-17 [jens]       0.8.10claws18
9734
9735         * src/common/md5.c
9736                 fixed a compile problem with gcc 3.3
9737                 works on 2.95.3 too (testet on PPC as it is big endian)
9738
9739 2003-02-17 [paul]       0.8.10claws17
9740
9741         * sync with 0.8.10cvs13
9742                 see ChangeLog 2003-02-17
9743
9744 2003-02-17 [paul]       0.8.10claws16
9745
9746         * sync with 0.8.10cvs12
9747                 see ChangeLog 2003-02-17
9748
9749 2003-02-16 [match]      0.8.10claws15
9750
9751         * src/addressbook.c
9752                 Eliminates reloading of address data when items
9753                 deleted or added. Applied submitted by
9754                 Luke Plant <lukeplant@softhome.net>
9755
9756 2003-02-16 [paul]       0.8.10claws14
9757
9758         * src/news.c
9759                 when a 'protocol error' is encountered disconnect from
9760                 the server. This means that the user can carry on viewing
9761                 other articles and doesn't have to either wait until the
9762                 server timesout or quit sylpheed.
9763                 Fixes bug #53 'Unable to read messages in newsgroups, 
9764                 displayed message doesn't change'
9765
9766 2003-02-15 [christoph]  0.8.10claws13
9767
9768         * src/imap.c
9769                 fix bug that stopped scanning of folders when an
9770                 IMAP folder was empty
9771
9772         (closes bug 46 stop scan messages in folders after empty folder)
9773
9774 2003-02-15 [paul]
9775
9776         * tools/Makefile.am
9777           tools/README
9778           tools/freshmeat_search.pl     ** NEW FILE **
9779           tools/google_search.pl        ** NEW FILE **
9780                 Add 2 Actions scripts which search freshmeat/google
9781                 for the selected text using the browser configured
9782                 in sylpheedrc.
9783                 
9784         Note: These scripts are very dependent on the format of the
9785         browser command and may not work on every occasion. Testing
9786         is welcome. 
9787
9788 2003-02-14 [alfons]     0.8.10claws12
9789
9790         * src/compose.c
9791                 fix breakage because of uninitialized account pointer.
9792                 please verify.
9793
9794 2003-02-14 [paul]       0.8.10claws11
9795
9796         * src/compose.c
9797           src/prefs_account.[ch]
9798           src/prefs_common.[ch]
9799                 move signature settings to Account Prefs
9800
9801 2003-02-14 [paul]       0.8.10claws10
9802
9803         * sync with 0.8.10cvs11
9804                 see ChangeLog 2003-02-14
9805
9806 2003-02-13 [thorsten]   0.8.10claws9
9807
9808         * src/news.c
9809                 revert news progressbar (GUI separation)
9810
9811 2003-02-13 [paul]       0.8.10claws8
9812
9813         * src/compose.c
9814                 make replies behave correctly, re: RFC 1036, Section 2.2.3,
9815                 paragraph 1
9816
9817 2003-02-13 [paul]       0.8.10claws7
9818
9819         * src/compose.[ch]
9820           src/summaryview.c
9821                 fix 'Follow-up and Reply-to' so that it creates a reply to
9822                 the newsgroup and the sender. If the message has the keyword
9823                 'poster' in the Followup-To header, all replies go to the
9824                 sender, re: RFC 1036, Section 2.2.3
9825                 rename all instances of 'ignore_replyto' to 'to_sender', both
9826                 were previously used, now we use just one.
9827
9828 2003-02-13 [paul]       0.8.10claws6
9829
9830         * sync with 0.8.10cvs9
9831                 see ChangeLog 2003-02-13
9832
9833 2003-02-13 [paul]       0.8.10claws5
9834
9835         * configure.ac
9836                 show which plugins are configured in the configure
9837                 output.
9838
9839 2003-02-12 [thorsten]   0.8.10claws4
9840
9841         * src/news.c
9842                 show progress while fetching news headers
9843
9844 2003-02-12 [christoph]  0.8.10claws3
9845
9846         * configure.ac
9847         * src/plugins/Makefile.am
9848                 use AM_CONDITIONAL to enable plugins, automake correctly
9849                 manages this when creating distdir
9850
9851 2003-02-12 [christoph]  0.8.10claws2
9852
9853         * ac/spamassassin.m4
9854         * src/plugins/spamassassin/Makefile.am
9855                 fix building SpamAssassin plugin without OpenSSL
9856
9857 2003-02-12 [paul]       0.8.10claws1
9858
9859         * ac/Makefile.am
9860           src/Makefile.am
9861           src/plugins/Makefile.am
9862                 fix failure of 'make release'
9863
9864 2003-02-12 [paul]       0.8.10claws
9865
9866         * 0.8.10claws released
9867
9868 2003-02-12 [paul]       0.8.9claws56
9869
9870         * po/bg.po
9871           po/es.po
9872           po/it.po
9873           po/ru.po
9874           po/sr.po
9875                 updated translations by George Danchev, Ricardo Mones Lastra,
9876                 Alessandro Maestri, Ruslan N. Balkin and Urke MMI respectively
9877                 
9878         * sylpheed.spec.in
9879                 Allow the building of RPMs by a regular user. Submitted
9880                 by Sergei Astanin
9881
9882 2003-02-11 [alfons]     0.8.9claws55
9883
9884         * src/colorlabel.c
9885                 don't use pixmaps for label color rect but draw rectangles
9886                 so we can respect the color map of palette based visuals
9887                 (fixes the long time crashes on Suns - thanks to Andreas
9888                 Engel and Steve O'Hara-Smith for testing)
9889
9890 2003-02-11 [christoph]  0.8.9claws54
9891
9892         * src/matcher_parser_parse.y
9893                 correct bug where filering rules of not existing folders in
9894                 matcherrc were added to global filtering
9895                 
9896         (closes Debian Bug #180253 - Directory's filter-rules are merged with
9897          main filter-rules after removing directory, http://bugs.debian.org/180253)
9898         
9899 2003-02-11 [paul]       0.8.9claws53
9900
9901         * sync with 0.8.10cvs7
9902                 see ChangeLog 2003-02-09
9903
9904 2003-02-11 [melvin]     0.8.9claws52
9905
9906         * po/fr.po
9907                 Updated French tranlsations
9908
9909 2003-02-10 [paul]       0.8.9claws51
9910
9911         * sylpheed.spec.in
9912                 correct --enable-openssl
9913                 Fix submitted by Sergei Astanin <asita@users.sourceforge.net>
9914
9915 2003-02-09 [martin]     0.8.9claws50
9916
9917         * src/prefs_matcher.c
9918                 fix segfault in prefs_matcher_substitute_cb() when
9919                 no row is selected
9920
9921 2003-02-09 [paul]       0.8.9claws49
9922
9923         * src/folderview.c
9924                 fix bug where a newsgroup folder's processing rules were
9925                 merged with the global filtering rules when the newsgroup
9926                 folder was deleted, causing some seriously bad results,
9927                 see <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=180253>
9928
9929 2003-02-08 [melvin]     0.8.9claws48
9930
9931         * src/compose.c
9932                 Corrected and modified an alert message.
9933
9934 2003-02-07 [paul]       0.8.9claws47
9935
9936         * src/folderview.c
9937                 fix bug where both an 'Account properties' window and a
9938                 'Folder properties' window were opened when clicking on
9939                 'Properties' in an NNTP or IMAP folder's popup menu.
9940
9941 2003-02-07 [paul]       0.8.9claws46
9942
9943         * sync with 0.8.10cvs6
9944                 see ChangeLog 2003-02-06
9945
9946 2003-02-06 [christoph]  0.8.9claws45
9947
9948         * src/mbox.c
9949                 freeze folder updates while importing mbox files
9950                 (closes bug 43 importing mbox took hours)
9951                 
9952         Patch submitted by Jens Rantil <jens.rantil@telia.com>
9953
9954 2003-02-06 [thorsten]   0.8.9claws44
9955
9956         * po/de.po
9957                 Updated german translations
9958
9959 2003-02-06 [thorsten]   0.8.9claws43
9960
9961         * src/news.h
9962                 use guint for message numbers (fix count in grouplist dialog)
9963
9964 2003-02-05 [paul]       0.8.9claws42
9965
9966         * sync with 0.8.10cvs2
9967                 see ChangeLog 2003-02-05
9968
9969 2003-02-04 [colin]      0.8.9claws41
9970
9971         * src/prefs_common.[ch]
9972           src/procmsg.c
9973           src/summaryview.c
9974                 Add an option to disable threading by subject
9975
9976 2003-02-04 [christoph]  0.8.9claws40
9977
9978         * src/inc.c
9979                 only abort fetching mails from multiple accounts when the
9980                 error is fatal and does not allow to check any more accounts
9981                 (currently only disk full error)
9982
9983         (closes bug 31 after POP3 error: "no such mail" Sylpheed does not
9984          receive mails for other accouts)
9985
9986 2003-02-04 [christoph]  0.8.9claws39
9987
9988         * src/folder.c
9989                 first add the new message to the cache, then
9990                 send the update notification
9991
9992         (closes bug 39 after sending message folderview doesnt get updated)
9993
9994 2003-02-04 [colin]      0.8.9claws38
9995
9996         * src/inc.c
9997                 _really_ fix this Connecting... status
9998
9999 2003-02-04 [paul]       0.8.9claws37
10000
10001         * sync with 0.8.10
10002                 see ChangeLog 2003-02-04
10003
10004 2003-02-04 [paul]       0.8.9claws36
10005
10006         * sync with 0.8.9cvs6
10007                 see ChangeLog 2003-02-03
10008
10009 2003-02-04 [paul]       0.8.9claws35
10010
10011         * po/pt_BR.po
10012                 updated by André Filipe de Assunção e Brito 
10013                 <bedecko@netsite.com.br>
10014
10015 2003-02-03 [thorsten]   0.8.9claws34
10016
10017         * po/de.po
10018                 Updated german translations
10019
10020 2003-02-02 [paul]       0.8.9claws33
10021
10022         * po/es.po
10023                 updated by Ricardo Mones Lastra
10024
10025 2003-02-02 [thorsten]   0.8.9claws32
10026
10027         * src/mh.c
10028                 Fix mh_get_msginfo() segfault if file is inaccessible
10029
10030 2003-01-31 [colin]      0.8.9claws31
10031
10032         * src/procheader.c
10033                 Fix last commit's bug
10034
10035 2003-01-31 [colin]      0.8.9claws30
10036
10037         * src/procheader.c
10038                 Missing a change for gpg-signed messages
10039
10040 2003-01-31 [paul]       0.8.9claws29
10041
10042         * src/pixmaps/gpg_signed.xpm    ** NEW FILE **
10043           src/procheader.c
10044           src/stock_pixmap.[ch]
10045           src/summaryview.c
10046                 indicate GnuPG signed messages by displaying an icon
10047                 in the Attachment column.
10048
10049 2003-01-31 [paul]       0.8.9claws28
10050
10051         * sync with 0.8.9cvs4
10052                 see ChangeLog 2003-01-31
10053
10054 2003-01-31 [alfons]     0.8.9claws27
10055
10056         * src/textview.c
10057                 tune URI parser to accept mailto URLs with a '?'
10058                 (patch from Ruslan Balkin)
10059
10060 2003-01-31 [colin]      0.8.9claws26
10061
10062         * src/summaryview.c
10063                 Fix a leak introduced in claws24
10064
10065 2003-01-31 [colin]      0.8.9claws25
10066
10067         * src/summaryview.c
10068                 Freeze/Thaw folder updates when deleting dups
10069
10070 2003-01-31 [colin]      0.8.9claws24
10071         
10072         * src/addr_compl.c
10073           src/summaryview.c
10074           src/msgcache.c
10075                 little speed improvements
10076
10077 2003-01-31 [colin]      0.8.9claws23
10078
10079         * src/summaryview.c
10080                 Fix segfault when forwarding nothing
10081                 Patch from "Ruslan N. Balkin" <baron@voices.ru>
10082                 
10083 2003-01-30 [paul]       0.8.9claws22
10084
10085         * sync with 0.8.9cvs3
10086                 see ChangeLog 2003-01-30
10087
10088 2003-01-30 [paul]       0.8.9claws21
10089
10090         * sync with 0.8.9cvs2
10091                 see ChangeLog 2003-01-30
10092
10093 2003-01-29 [paul]       0.8.9claws20
10094
10095         * sync with 0.8.9cvs1
10096                 see ChangeLog 2003-01-29
10097
10098 2003-01-28 [paul]       0.8.9claws19
10099
10100         * po/POTFILES.in
10101                 update to reflect changes. 
10102                 thanks to Ricardo Mones Lastra
10103
10104 2003-01-27 [christoph]  0.8.9claws18
10105
10106         * ac/openssl.m4
10107         * ac/spamassassin.m4
10108         * src/plugins/spamassassin/README
10109         * src/plugins/spamassassin/libspamc.[ch]
10110         * src/plugins/spamassassin/utils.[ch]
10111                 updated to latest libspamc
10112
10113 2003-01-27 [christoph]  0.8.9claws17
10114
10115         * src/folder.c
10116                 fix wrong use of procheader_get_header_fields
10117
10118 2003-01-27 [christoph]  0.8.9claws16
10119
10120         * src/news.c
10121         * src/prefs_account.[ch]
10122         * src/common/nntp.[ch]
10123                 allow to force authentication for NNTP servers
10124
10125         Patch submitted by Florian Mickler <dmk@d-labs.de>
10126
10127 2003-01-26 [paul]       0.8.9claws15
10128
10129         * src/summaryview.c
10130                 speed up of marking messages as read
10131                 patch submitted by Jens Rantil <ztyx@users.sourceforge.net>
10132
10133 2003-01-26 [christoph]  0.8.9claws14
10134
10135         * src/Makefile.am
10136         * src/mgutils.[ch]              ** REMOVE **
10137         * src/xml.[ch]                  ** REMOVE **
10138         * src/xmlprops.[ch]             ** REMOVE **
10139         * src/common/Makefile.am
10140         * src/common/mgutils.[ch]       ** NEW **
10141         * src/common/xml.[ch]           ** NEW **
10142         * src/common/xmlprops.[ch]      ** NEW **
10143                 move xml files to common directory
10144
10145 2003-01-26 [christoph]  0.8.9claws13
10146
10147         * src/plugins/spamassassin/spamassassin_gtk.c
10148                 only set gtk entry text if string is available
10149
10150 2003-01-26 [melvin]     0.8.9claws12
10151
10152         * src/description_window.c
10153                 Allow resizing of the window
10154                 Allow automatic horizontal scroll bar
10155                 Do not vertically expand and fill
10156
10157 2003-01-26 [christoph]  0.8.9claws11
10158
10159         * src/Makefile.am
10160         * src/gtkutils.[ch]             ** REMOVE **
10161         * src/common/sylpheed.c
10162         * src/gtk/Makefile.am
10163         * src/gtk/description_window.c
10164         * src/gtk/gtkutils.[ch]         ** NEW **
10165         * src/gtk/prefswindow.c
10166                 move gtkutils to gtk directory
10167
10168 2003-01-26 [paul]       0.8.9claws10
10169
10170         * src/summaryview.c
10171                 rename summary_unread_clicked() to summary_status_clicked()
10172
10173 2003-01-26 [melvin]     0.8.9claws9
10174
10175         * src/prefs_actions.c
10176                 Cosmetical changes to the help text
10177
10178 2003-01-26 [paul]       0.8.9claws8
10179
10180         * src/folder.[ch]
10181           src/mainwindow.c
10182           src/prefs_common.c
10183           src/prefs_sumamry_column.c
10184           summaryview.[ch]
10185                 rename the 'Unread' column to 'Status'
10186
10187 2003-01-25 [match]      0.8.9claws7
10188
10189         * src/mgutils.[ch]
10190                 removed reference to LDAP constants. removed error2string.
10191                 included functions to support LDAP dynamic queries.
10192         * src/syldap.h
10193                 moved LDAP constants here.
10194         * src/addressbook.c
10195         * src/addrindex.c
10196         * src/importldif.c
10197                 removed references to LDAP constants and references to
10198                 error2string.
10199
10200 2003-01-25 [paul]       0.8.9claws6
10201
10202         * src/summaryview.c
10203                 summary_thread_build(), summary_thread_init(): remove 
10204                 unneeded reference to summaryview->folder_item
10205
10206 2003-01-25 [christoph]  0.8.9claws5
10207
10208         * src/gtk/description_window.c
10209                 o allow description texts to expand over multiple columns
10210                 o translate all columns
10211         * src/prefs_actions.c
10212                 change syntax description to use new multi column feature
10213
10214         Patch submitted by Ivan F. Martinez <ivanfm@users.sourceforge.net>
10215
10216 2003-01-25 [match]      0.8.9claws4
10217
10218         * src/vcard.c
10219                 fixed bug with Quoted-Printable
10220
10221 2003-01-25 [paul]       0.8.9claws3
10222
10223         * src/folder.[ch]
10224           src/summaryview.[ch]
10225                 implement per-folder collapsed/expanded threads setting
10226                 
10227         * src/prefs_common.c
10228                 remove global collapsed/expanded threads option
10229
10230 2003-01-25 [christoph]  0.8.9claws2
10231
10232         * po/POTFILES.in
10233                 add pluginwindow and prefswindow
10234         * src/compose.c
10235                 make send respond correctly to messages that could be added
10236                 to the queue folder, but the UID of the message is unknown
10237         * src/folder.c
10238         * src/imap.c
10239                 don't return guessed UIDs in imap_add_msg anymore. We return
10240                 0 to tell the folder system it was appened but the UID is
10241                 unknown. Folder system now get's the UID by scaning the folder
10242                 and searching the cache for the Message-ID
10243                 (closes bug #29 Messages queued, but not sent)
10244
10245 2003-01-25 [paul]       0.8.9claws1
10246
10247         * src/codeconv.c
10248                 conv_encode_header():  fix bug when long headers with 8-bit
10249                 characters are used, so that the encoded words are wrapped.
10250                 If the space in the original text falls on the wrap boundary,
10251                 it can be lost.
10252                 Patch by Sergey Vlasov.
10253                 
10254         * src/folderview.c
10255                  fix bug where a change to the sorting method or thread view
10256                  of a folder's messages is lost if simpify-subject is set and
10257                  toggled on or off.
10258                  Patch by Luke Plant.
10259
10260 2003-01-24 [paul]       0.8.9claws
10261
10262         * sylpheed-0.8.9claws released
10263         
10264         * Makefile.am
10265           sylpheed.spec.in
10266                 remove reference to 'INSTALL.jp'
10267
10268 2003-01-23 [paul]       0.8.8claws128
10269
10270         * po/es.po
10271           po/it.po
10272           po/ru.po
10273           po/sr.po
10274                 updated translations. submitted by Ricardo Mones Lastra,
10275                 Alessandro Maestri, Ruslan N. Balkin and Urke MMI respectively.
10276
10277 2003-01-23 [colin]      0.8.8claws127
10278
10279         * src/compose.c
10280                 Fix drafted and queued news articles re-edition
10281
10282 2003-01-23 [melvin]     0.8.8claws126
10283
10284         * po/fr.po
10285                 Updated French translations
10286
10287 2003-01-23 [colin]      0.8.8claws125
10288
10289         * src/inc.c
10290                 Fix "Connecting to..." status message
10291
10292 2003-01-22 [paul]       0.8.8claws124
10293
10294         * po/bg.po
10295                 updated by George Danchev
10296                 
10297         * src/folder.c
10298                 revert last commit [0.8.8claws111] as it breaks folder d'n'd
10299                 and folder deletion
10300
10301 2003-01-21 [paul]       0.8.8claws123
10302
10303         * po/bg.po
10304                 updated by George Danchev
10305                 
10306         * src/about.c
10307                 its now 2003
10308                 
10309         * src/toolbar.c
10310                 don't translate 'Separator'
10311                 
10312         * src/plugins/spamassassin/Makefile.am
10313                 add aspell to CPPFLAGS
10314                 
10315         * src/plugins/spamassassin/spamassassin.c
10316           src/plugins/spamassassin/spamassassin_gtk.c
10317                 set correct default for spamassassin_receive_spam
10318                 slightly re-word descriptions and some
10319                 other minor changes
10320
10321 2003-01-19 [alfons]     0.8.8claws122
10322                 
10323         * src/mimeview.c
10324                 mimeview_save_as(): we might as well show the file name for
10325                 the single case "Save As" too
10326
10327 2003-01-19 [alfons]     0.8.8claws121
10328
10329         * src/crash.c
10330                 change bug tracker URL to bugzilla URL
10331
10332 2003-01-19 [alfons]     0.8.8claws120
10333
10334         * src/mimeview.c
10335                 mimeview_save_all(): display name of file before overwriting;
10336                 continue saving all, even when one overwrite was cancelled
10337
10338 2003-01-19 [christoph]  0.8.8claws119
10339
10340         * src/summaryview.c
10341         * src/procmsg.[ch]
10342                 fix wrong usage of procmsg_find_children in summaryview
10343                 by using procmsg_update_unread_children instead of
10344                 summaryview_update_unread_children
10345
10346 2003-01-19 [christoph]  0.8.8claws118
10347
10348         * src/procmsg.c
10349                 fix infinite loop in procmsg_find_children
10350                  (closes bug #25 sylpheed crashes on delete.)
10351
10352         Patch submitted by Ivan F. Martinez <ivanfm@users.sourceforge.net>
10353
10354 2003-01-19 [paul]       0.8.8claws117
10355
10356         * po/pt_BR.po
10357                 updated by Ivan Francolin Martinez
10358
10359 2003-01-18 [melvin]     0.8.8claws116
10360
10361         * src/prefs_actions.c
10362                 Removed syntax limitation of only one '&' at the end of command.
10363                         Now actions that contain '>/dev/null 2>&1' are possible.
10364
10365 2003-01-18 [melvin]     0.8.8claws115
10366
10367         * src/prefs_actions.c
10368                 Actions IO dialog: when the action ends
10369                 the "Close" button now has focus and [Escape] closes the
10370                 window.
10371
10372 2003-01-18 [christoph]  0.8.8claws114
10373
10374         * src/procmsg.c
10375                 o add debug output when MsgInfos are really freed
10376                 o free GSLists in procmsg_find_children and
10377                   procmsg_update_unread_children
10378
10379 2003-01-18 [christoph]  0.8.8claws113
10380
10381         * src/mainwindow.c
10382                 reorder Configuration menu
10383
10384 2003-01-18 [christoph]  0.8.8claws112
10385
10386         * src/compose.c
10387                 fix applying templates to forwarded messages
10388
10389         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
10390
10391 2003-01-17 [christoph]  0.8.8claws111
10392
10393         * src/folder.c
10394                 destroy folder items, when a folder item is removed
10395
10396 2003-01-17 [christoph]  0.8.8claws110
10397
10398         * src/folder.c
10399                 fix wrong folder stats update when ignored message is
10400                 deleted
10401
10402 2003-01-17 [colin]      0.8.8claws109
10403         
10404         * src/mainwindow.c
10405         * src/summaryview.c
10406                 Quicksearch bugfixes: 
10407                 - hide help button at startup if not extended
10408                 - switch to extended when looking for replies
10409
10410 2003-01-17 [paul]
10411
10412         * sync with 0.8.9 release
10413
10414 2003-01-17 [paul]       0.8.8claws108
10415
10416         * sync with 0.8.8cvs11
10417                 see ChangeLog 2003-01-17
10418
10419 2003-01-16 [colin]      0.8.8claws107
10420
10421         * src/procmsg.c
10422                 Changed encryption test to re-ask passphrase
10423                 if an encrypted message hasn't been decrypted
10424                 Fixes bug #5
10425
10426 2003-01-16 [christoph]  0.8.8claws106
10427
10428         * src/prefs_gtk.c
10429         * src/prefs_toolbar.c
10430         * src/gtk/prefswindow.h
10431         * src/plugins/spamassassin/spamassassin_gtk.c
10432                 remove page destroy function that is not used anymore
10433
10434 2003-01-16 [paul]       0.8.8claws105
10435
10436         * sync with 0.8.8cvs9
10437                 see ChangeLog 2002-01-16
10438
10439 2003-01-16 [colin]      0.8.8claws104
10440
10441         * src/compose.[ch]
10442                 Fix bug with autosaved drafts for IMAP, when draft
10443                 folder is specified - fixes bugzilla bug #20
10444
10445 2003-01-15 [paul]       0.8.8claws103
10446
10447         * src/compose.[ch]
10448           src/procmsg.c
10449                 store folder and message-id of message forwarding
10450                 in queue header and set forward flag after sending
10451
10452 2003-01-15 [paul]       0.8.8claws102
10453
10454         * sync with 0.8.8cvs8
10455                 see ChangeLog 2002-01-15
10456
10457 2003-01-15 [colin]      0.8.8claws101
10458
10459         * src/Makefile.am
10460                 Fix linking with GNU libiconv
10461
10462 2003-01-15 [darko]      0.8.8claws100
10463
10464         * src/pine.c
10465                 fix crash when importing pine address book
10466                 entry with an empty name (reported by DY
10467                 <dybulk at tri8.net>)
10468
10469 2003-01-14 [paul]       0.8.8claws99
10470
10471         * configure.in  ** REMOVED **
10472           configure.ac  ** NEW FILE **
10473                 rename configure.in to configure.ac, as it is now
10474                 preferred
10475
10476 2003-01-14 [melvin]     0.8.8claws98
10477
10478         * src/folderview.c
10479                 folderview_check_new(): More precise function description
10480
10481 2003-01-14 [melvin]     0.8.8claws97
10482
10483         * src/folderview.c
10484                 folderview_check_new(): return the number of new messages 
10485                         since last check.
10486         * src/inc.c
10487                 inc_account_mail(): Disable counting of new messages for IMAP
10488                         and NNTP until bug [19] and [14] are fixed.
10489
10490 2003-01-14 [paul]       0.8.8claws96
10491
10492         * sync with 0.8.8cvs6
10493                 see ChangeLog 2003-01-14
10494
10495 2003-01-13 [alfons]     0.8.8claws95
10496
10497         * src/textview.c
10498                 tune email address validation (c. 0.8.8claws89): if . is 
10499                 just one char away from @, the address is invalid too 
10500                 (correctly rejects addresses like foo@.com)
10501
10502 2003-01-13 [paul]       0.8.8claws94
10503
10504         * src/messageview.c
10505           src/toolbar.c
10506                 fixes to the Message View toolbar and menu:
10507                 fix non-functioning Forward button
10508                 make Reply button consider default_reply_list
10509                 remove 'Follow-up...' menu entry
10510                 add 'Forward' and 'Redirect' menu entries
10511
10512 2003-01-13 [melvin]     0.8.8claws93
10513
10514         * src/inc.c
10515                 Fixed typo that could make new messages count incorrect.
10516
10517 2003-01-13 [melvin]     0.8.8claws92
10518
10519         * src/folderview.[ch]
10520                 folderview_check_new(): return the number of new messages.
10521         * src/inc.c
10522                 Should fix bug [14] where new mail notification worked 
10523                         incorrectly with IMAP accounts.
10524                 inc_spool_account(): return number of new msgs, or -1 on error
10525                 inc_all_spool(): return number of new msgs
10526                 
10527 2003-01-13 [melvin]     0.8.8claws91
10528
10529         * src/prefs_actions.c
10530                 Justify help text.
10531
10532 2003-01-12 [thorsten]   0.8.8claws90
10533
10534         * src/common/prefs.c
10535                 close file before rename
10536
10537 2003-01-12 [alfons]     0.8.8claws89
10538
10539         * AUTHORS
10540                 add Christian Mertes
10541         * src/common/utils.[ch]
10542                 g_stricase_hash(), g_stricase_equal(): functions for 
10543                 case insensitive hash tables
10544         * src/textview.c
10545                 use top level domain names to validate email address, based
10546                 on a patch by Christian Mertes (thanks!), but changed 
10547                 implementation to use a hash table 
10548
10549 2003-01-12 [paul]       0.8.8claws88
10550
10551         * po/bg.po
10552                 updated by George Danchev
10553
10554 2003-01-12 [alfons]     0.8.8claws87
10555
10556         * src/summaryview.c
10557                 delete / execute performance: use new style folder update
10558
10559 2003-01-12 [paul]       0.8.8claws86
10560
10561         * sync with 0.8.8cvs5
10562                 see ChangeLog 2003-01-13 (!)
10563
10564 2003-01-12 [alfons]     0.8.8claws85
10565
10566         * src/filtering.c
10567         * src/matcher_parser_parse.y
10568                 prepare change_score filtering action
10569         * src/matcher.[ch]
10570                 give up const-correctness on functions that call non-const-correct functions;
10571                 several casts to gpointer in g_free();
10572                 add change_score;
10573
10574 2003-01-12 [christoph]  0.8.8claws84
10575
10576         * src/compose.c
10577                 fix 2 warnings
10578
10579         * src/gtk/prefswindow.[ch]
10580         * src/plugins/spamassassin/spamassassin_gtk.c
10581                 changed the call of the widget create function
10582                 for PrefsPages, because sometimes the widget
10583                 create function needs a widget that already has
10584                 been attached to a window (to create GDK pixmaps
10585                 for exmaple). So we simply pass the GtkWindow as
10586                 the second parameter now.
10587
10588         * src/main.c
10589         * src/mainwindow.c
10590         * src/prefs_toolbar.[ch]
10591                 rewrite Toolbar Preferences using the new
10592                 prefs window
10593
10594 2003-01-11 [alfons]     0.8.8claws83
10595
10596         * src/addressadd.c
10597                 fix crash when adding sender to addressbook because status bar
10598                 isn't there (the status bar doesn't seem to be used though,
10599                 but I'll let Match decide what to do with it)
10600
10601 2003-01-11 [colin]      0.8.8claws82
10602
10603         * src/main.c
10604           src/toolbar.c
10605                 Two useless changes reversed
10606
10607 2003-01-11 [colin]      0.8.8claws81
10608
10609         * src/mainwindow.c
10610           src/mainwindow.h
10611                 Add mainwindow_get_mainwindow()
10612         * src/alertpanel.c
10613           src/alertpanel.h
10614                 Add alertpanel_error_log() 
10615         * src/compose.c
10616           src/inc.c
10617           src/messageview.c
10618           src/toolbar.c
10619           src/main.c
10620           src/procmsg.c
10621                 Network errors get a View Log button
10622
10623 2003-01-10 [alfons]     0.8.8claws80
10624
10625         * src/prefs_toolbar.c
10626         * src/toolbar.c
10627                 use the translatable string for "Separator" as file name for
10628                 separator toolbar items (probably make this uppercase?)
10629
10630 2003-01-10 [alfons]     0.8.8claws79
10631
10632         * src/prefs_toolbar.c
10633                 put right A_SEPARATOR description string in "displayed
10634                 toolbar items list" so manually added separators are
10635                 saved correctly (bug #10, "Adding a separator to the main 
10636                 toolbar fails, entry in xml file is wrong")
10637
10638 2003-01-10 [christoph]  0.8.8claws78
10639
10640         * src/imap.c
10641                 o fix warnings
10642                 o use CAPABILITY to check if NAMESPACE is available
10643
10644 2003-01-10 [christoph]  0.8.8claws77
10645
10646         * src/imap.[ch]
10647                 apply UIDPLUS IMAP extension support patch
10648
10649         Patch submitted by Simon 'corecode' Schubert
10650
10651 2003-01-10 [paul]       0.8.8claws76
10652
10653         * src/folderview.c
10654                 a sync from main which fixes the news account folders'
10655                 Properties bug
10656
10657 2003-01-10 [christoph]  0.8.8claws75
10658
10659         * src/folder.c
10660                 don't accept 0 as a valid uid returned by copy and move
10661                 functions. 0 means the message was copied or moved but the
10662                 new uid could not be fetched. It is not an error condition
10663                 for the copy or move operation.
10664
10665 2003-01-10 [paul]       0.8.8claws74
10666
10667         * src/prefs_filtering.c
10668                 change English used in Alert when entry is not
10669                 saved.
10670                 
10671         * sync with 0.8.8cvs4
10672                 see ChangeLog 2003-01-10
10673
10674 2003-01-10 [darko]      0.8.8claws73
10675
10676         * src/pine.c
10677                 fix crash when importing address book entry
10678                 without a valid address
10679
10680 2003-01-09 [alfons]     0.8.8claws72
10681
10682         * src/inc.c
10683                 filtering performance: use new style folder update
10684
10685 2003-01-09 [christoph]  0.8.8claws71
10686
10687         * src/compose.c
10688         * src/gtk/menu.[ch]
10689                 fix wrong selecting of mime encoding type, when
10690                 opening property dialog of attachments in the
10691                 compose window. 7bit was always selected and that
10692                 destoryed files with 8bit data.
10693                 (closes bug #9 Sylpheed-claws destroys attachments when
10694                  changing MIME-types)
10695
10696 2003-01-09 [paul]       0.8.8claws70
10697
10698         * sync with 0.8.8cvs3
10699                 see ChangeLog 2003-01-09
10700
10701 2003-01-08 [alfons]     0.8.8claws69
10702         
10703         * src/addressadd.c
10704                 apply patch by Kim Schulz to fix build breakage
10705                 because of missing variable
10706
10707 2003-01-08 [paul]       0.8.8claws68
10708
10709         * sync with 0.8.8cvs2
10710                 see ChangeLog 2002-01-08
10711
10712 2003-01-08 [paul]       0.8.8claws67
10713
10714         * po/it.po
10715                 updated by Alessandro Maestri
10716                 
10717         * src/addressadd.c
10718                 when using 'Add sender to addressbook' allow
10719                 name to be edited and remarks to be entered
10720                 Patch submitted by Luke Plant
10721
10722 2003-01-08 [darko]      0.8.8claws66
10723
10724         * README.claws, src/summaryview.c
10725                 fix description for marked messages
10726
10727 2003-01-08 [paul]
10728
10729         * tools/Makefile.am
10730           tools/launch_phoenix  ** NEW FILE **
10731                 add script that enables using Phoenix as the default
10732                 web browser. 
10733                 Submitted by Mohammed Sameer <Uniball@linux-egypt.org>
10734                 
10735         * tools/OOo2sylpheed.pl
10736                 remove full path to sylpheed executable, just 'sylpheed'
10737                 will do
10738                 
10739         * tools/README
10740                 add launch_phoenix informtion and re-arrange and compress
10741                 the data a little
10742
10743 2003-01-07 [christoph]  0.8.8claws65
10744
10745         * src/folder.c
10746                 fix update for source folder when moving messages
10747         * src/procmsg.[ch]
10748         * src/summaryview.c
10749                 use function to set to_folder for message infos and
10750                 automatically update the op_count for old and new
10751                 folder
10752
10753 2003-01-07 [melvin]     0.8.8claws64
10754
10755         * src/prefs_actions.c
10756                 Fixed bug where an '%p' Action on a displayed image crashed 
10757                         Sylpheed
10758                 Code clean up (get rid of duplicated code and removed unnecessary 
10759                                 structure member)
10760
10761 2003-01-07 [christoph]  0.8.8claws63
10762
10763         * src/compose.c
10764         * src/folder.[ch]
10765         * src/folderview.c
10766         * src/import.c
10767         * src/inc.c
10768         * src/main.c
10769         * src/mainwindow.c
10770         * src/messageview.c
10771         * src/prefs_folder_item.c
10772         * src/procmsg.c
10773         * src/summaryview.c
10774         * src/toolbar.c
10775                 o remove all folder update triggering from the UI code. The folder
10776                   system should know much better when a folder needs an update.
10777                 o to prevent multiple updates in a row the folder updates can be
10778                   frozen for some time.
10779
10780                 Note: - Please verify that no updates are missing
10781                       - Check where freeze/thaws should be added
10782
10783 2003-01-07 [christoph]  0.8.8claws62
10784
10785         * src/prefs_actions.c
10786                 don't translate empty strings
10787
10788         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
10789
10790 2003-01-06 [christoph]  0.8.8claws61
10791
10792         * src/prefs_actions.c
10793                 mark strings for gettext
10794         * src/prefs_matcher.c
10795                 use new description window for Execute action and
10796                 match condition in Filtering
10797
10798         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
10799
10800 2003-01-06 [alfons]     0.8.8claws60
10801
10802         keep myself inspired to re-organize matcher part 8; 
10803         yes, more to come (I need to move out the descriptive
10804         text for actions to matcher.c, or at least make it not
10805         depend on the wicked ordering)
10806
10807         * src/prefs_matcher.c
10808                 add documentation so others may comprehend the
10809                 UI part of the conditions
10810                 
10811 2003-01-06 [christoph]  0.8.8claws59
10812
10813         * src/prefs_actions.c
10814                 use new description window for syntax help
10815         * src/gtk/description_window.c
10816                 fix display of descriptions with column count != 2
10817
10818         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
10819
10820 2003-01-06 [christoph]  0.8.8claws58
10821
10822         * src/quote_fmt.c
10823         * src/summaryview.[ch]
10824         * src/gtk/Makefile.am
10825         * src/gtk/description_window.[ch]       ** NEW **
10826                 use a generic window to display syntax descriptions
10827                 currently used in quote_fmt and summaryview (new description
10828                 for extended quick search)
10829
10830         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
10831
10832 2003-01-06 [paul]       0.8.8claws57
10833
10834         * sync with 0.8.8cvs1
10835                 see ChangeLog 2003-01-06
10836
10837 2003-01-06 [christoph]  0.8.8claws56
10838
10839         * src/mainwindow.c
10840         * src/prefs_gtk.[ch]
10841         * src/gtk/prefswindow.[ch]
10842         * src/plugins/spamassassin/spamassassin_gtk.c
10843                 o remove page management from prefswindow, pages
10844                   will be an argument to prefswindow_open
10845                 o prefswindow_open gets a datapointer that is
10846                   passed to the widget_create function to allow
10847                   creation of prefswindow for specific items
10848
10849 2003-01-06 [colin]      0.8.8claws55
10850         
10851         * src/summaryview.c
10852                 We don't want regexp in the reply-finder, 
10853                 because MIDs can contain !,$,. and so on
10854
10855 2003-01-06 [jens]       0.8.8claws54
10856
10857         * src/jpilot.c
10858                 fixed a wrong free in jpilot_read_db_files
10859
10860 2003-01-06 [alfons]     0.8.8claws53
10861
10862         re-organize matcher part 8; more to come
10863        
10864         * src/matcher.c
10865                 matcherprop_to_string(): put g_free()s before the
10866                 switch-case break to fix memleaks                
10867
10868 2003-01-06 [colin]      0.8.8claws52
10869
10870         * src/summaryview.c
10871                 cleanup & reply-finder now displays the first 
10872                 matching message
10873
10874 2003-01-05 [alfons]     0.8.8claws51
10875
10876         re-organize matcher part 7; more to come
10877
10878         * src/matcher.[ch]
10879                 fixes for constant correctness;
10880                 more documentation;
10881
10882 2003-01-05 [alfons]     0.8.8claws50
10883
10884         re-organize matcher part 6; more to come
10885         
10886         * src/matcher.[ch]
10887                 fixes for constant correctness;
10888                 more documentation;
10889         * src/filtering.c
10890                 fix for constant correctness
10891
10892 2003-01-05 [colin]      0.8.8claws49
10893
10894         * src/account.[ch]
10895                 Add account_get_reply_account function
10896         * src/compose.c
10897                 Use account_get_reply_account function 
10898         * src/summaryview.c
10899                 Basic reply-finder - click on the replied
10900                 icon gets you to the outbox using quick-search
10901
10902 2003-01-05 [paul]       0.8.8claws48
10903
10904         * src/prefs_common.c
10905                 small change to English
10906                 
10907         * src/prefs_filtering.c
10908                 prefs_filtering_action_select(): improve logic and uniformity
10909                 of gui
10910
10911 2003-01-05 [alfons]     0.8.8claws47
10912
10913         fine tune solution to focus problems (bug #7)
10914
10915         * src/mainwindow.c
10916                 mainwindow_focus_in_event(): remove grab event check
10917         * src/summaryview.c
10918                 summary_button_pressed(): move selection on right-click
10919                 too. we can't possibly move the selection back after
10920                 canceling a dialog, because gtk's incomplete focus 
10921                 management. whether this is a good solution, only time
10922                 will tell.
10923
10924 2003-01-05 [christoph]  0.8.8claws46
10925
10926         * src/imap.c
10927                 fix crash when no imap connection could be established
10928
10929 2003-01-05 [paul]       0.8.8claws45
10930
10931         * src/mainwindow.c
10932           src/sumamryview.c
10933           src/gtk/menu.[ch]
10934                 fix bug 605957 'shortcuts in popup-menu'
10935                 make user-defined shortcuts work
10936                 show shortcuts that are already defined
10937                 in the main menu
10938                 Patch submitted by Luke Plant
10939
10940 2003-01-05 [alfons]     0.8.8claws44
10941
10942         * src/mainwindow.c
10943                 focus_in_event handler should not select summary view row 
10944                 when another window (menu, dialog) grabbed for events 
10945                 (bug #7, "[0.8.8claws42] Message summary focus") 
10946
10947 2003-01-04 [christoph]  0.8.8claws43
10948
10949         * src/procmsg.c
10950                 update save folder after adding the sent message
10951                  (closes bug #6 Folder View doesn't refresh for "Sent"-messages)
10952
10953 2003-01-02 [christoph]  0.8.8claws42
10954
10955         * src/common/plugin.c
10956                 fix unloading of all plugins and unload
10957                 plugins in reverse order
10958                 
10959         * src/gtk/pluginwindow.c
10960                 implement function of load and unload button
10961
10962         * src/gtk/prefswindow.c
10963         * src/gtk/prefswindow.h
10964                 rename register function and add new unregister
10965                 function
10966
10967         * src/plugins/spamassassin/spamassassin_gtk.c
10968                 unregister prefs page and update for changes in
10969                 src/gtk/prefswindow.c
10970
10971 2003-01-02 [paul]       0.8.8claws41
10972
10973         * po/es.po
10974                 updated by Ricardo Mones Lastra
10975
10976 2003-01-02 [paul]
10977
10978         * tools/tb2sylpheed
10979                 fixes and improvements by Urke MMI
10980
10981 2003-01-02 [thorsten]   0.8.8claws40
10982
10983         * src/procmsg.c
10984                 fixed wrong return value
10985
10986 2003-01-02 [thorsten]   0.8.8claws39
10987
10988         * src/prefs.c
10989                 fixed printing wrong variable
10990
10991 2003-01-02 [thorsten]   0.8.8claws38
10992
10993         * src/prefs.c
10994                 fixed acessing members of freed pfile struct
10995
10996 2003-01-02 [thorsten]   0.8.8claws37
10997
10998         * src/procmsg.c
10999                 detect loops across several messages
11000                 as suggested by Christoph Hohmann
11001
11002 2003-01-01 [match]      0.8.8claws36
11003
11004         * src/addrindex.c
11005                 fixed another memory leak.
11006
11007 2003-01-01 [match]      0.8.8claws35
11008
11009         * src/jpilot.[ch]
11010                 fixed memory leaks. applied Doxygen comments.
11011
11012 2003-01-01 [thorsten]   0.8.8claws34
11013
11014         * src/procmsg.c
11015                 inhibit endless loop if msg references itself
11016                 (closes Bug [ 660477 ] Infinite loop in parent flag search)
11017
11018 2003-01-01 [christoph]  0.8.8claws33
11019
11020         * src/mainwindow.c
11021         * src/gtk/Makefile.am
11022         * src/gtk/pluginwindow.c                ** NEW **
11023         * src/gtk/pluginwindow.h                ** NEW **
11024                 add plugin window
11025
11026         * src/plugins/demo/demo.c
11027         * src/plugins/spamassassin/spamassassin.c
11028         * src/plugins/spamassassin/spamassassin_gtk.c
11029                 write better plugin descriptions
11030
11031 2002-12-31 [christoph]  0.8.8claws32
11032
11033         * src/gtk/prefswindow.c
11034         * src/plugins/spamassassin/spamassassin_gtk.c
11035                 some small improvements to GTK code
11036
11037 2002-12-31 [christoph]  0.8.8claws31
11038
11039         * src/plugins/spamassassin/spamassassin_gtk.c
11040                 enable folder select button
11041
11042 2002-12-31 [christoph]  0.8.8claws30
11043
11044         * src/mainwindow.c
11045         * src/gtk/Makefile.am
11046         * src/gtk/prefswindow.c                         ** NEW **
11047         * src/gtk/prefswindow.h                         ** NEW **
11048                 add new prefs window
11049
11050         * src/common/plugin.c
11051                 don't try to load empty config lines
11052         
11053         * src/plugins/spamassassin/Makefile.am
11054         * src/plugins/spamassassin/spamassassin.c
11055         * src/plugins/spamassassin/spamassassin.h       ** NEW **
11056         * src/plugins/spamassassin/spamassassin_gtk.c   ** NEW **
11057                 GTK config for SpamAssassin Plugin using
11058                 the new prefs window
11059
11060 2002-12-31 [paul]       0.8.8claws29
11061
11062         * po/POTFILES.in
11063                 remove obsolete entry 'src/menu.c'
11064
11065 2002-12-31 [alfons]     0.8.8claws28
11066
11067         * src/matcher.[ch]
11068         * src/matcher_parser_parse.y
11069         * src/prefs_matcher.c
11070                 add "ignore_thread" and "~ignore_thread" condition so it's
11071                 possible to make the actions / scoring operate on the ignore
11072                 thread flag
11073
11074 2002-12-31 [christoph]  0.8.8claws27
11075
11076         * src/addrbook.c
11077         * src/addrindex.c
11078         * src/folder.c
11079         * src/matcher.c
11080         * src/prefs_account.c
11081         * src/prefs_actions.c
11082         * src/prefs_customheader.c
11083         * src/prefs_display_header.c
11084         * src/prefs_gtk.c
11085         * src/procmime.c
11086         * src/toolbar.c
11087         * src/xmlprops.c
11088         * src/common/prefs.[ch]
11089                 extend prefs file handling for reading and automatic handling
11090                 of blocks. When reading prefs_set_block_label will automatically
11091                 move on to the block. When writing it will copy all other blocks
11092                 automatically
11093
11094         * src/common/plugin.c
11095                 Now loading plugin filenames from [Plugins] block in
11096                 sylpheed rc file
11097
11098 2002-12-30 [christoph]  0.8.8claws26
11099
11100         * src/common/hooks.[ch]
11101                 return abort status to caller of hooks_invoke
11102                 
11103         * src/inc.[ch]
11104                 invoke message filtering hook and stop
11105                 default handling when filter returns abort
11106
11107         * src/common/plugin.[ch]
11108         * src/plugins/demo/demo.c
11109                 modify plugin loader, because resolving symbols for strings
11110                 does not work correctly
11111         
11112         * configure.in
11113         * ac/spamassassin.m4                            ** NEW **
11114         * src/plugins/spamassassin/.cvsignore           ** NEW **
11115         * src/plugins/spamassassin/Makefile.am          ** NEW **
11116         * src/plugins/spamassassin/README               ** NEW **
11117         * src/plugins/spamassassin/libspamc.[ch]        ** NEW **
11118         * src/plugins/spamassassin/spamassassin.c       ** NEW **
11119         * src/plugins/spamassassin/utils.[ch]           ** NEW **
11120                 add spamassassin plugin, see src/plugins/spamassassin/README
11121                 for details
11122
11123 2002-12-29 [alfons]     0.8.8claws25
11124
11125         * src/mainwindow.c
11126                 when moving focus from a message view to the main 
11127                 window, don't forget to select the summary node
11128                 of the displayed message. should fix "[ 659103 ] 
11129                 focus-follows-mouse confuses sylpheed"
11130
11131 2002-12-29 [christoph]  0.8.8claws24
11132
11133         * src/Makefile.am
11134         * src/stringtable.[ch]          ** REMOVE **
11135         * src/common/Makefile.am
11136         * src/common/stringtable.[ch]   ** NEW **
11137                 move stringtable files to common directory
11138
11139 2002-12-29 [christoph]  0.8.8claws23
11140
11141         * src/Makefile.am
11142         * src/menu.[ch]                 ** REMOVE **
11143         * src/gtk/Makefile.am
11144         * src/gtk/menu.[ch]             ** NEW **
11145                 move menu files to gtk directory
11146
11147 2002-12-29 [match]      0.8.8claws22
11148
11149         * src/addressbook.c
11150         * src/syldap.c
11151                 moved UI specific code out of LDAP code into addressbook
11152                 UI code. fixed memory leak.
11153
11154 2002-12-29 [christoph]  0.8.8claws21
11155
11156         * src/folder.c
11157                 only check for IGNORED parent message when message is
11158                 not IGNORED itself
11159
11160 2002-12-29 [alfons]     0.8.8claws20
11161
11162         * src/summaryview.c
11163                 set gtksctree's anchor correct (immediate execute
11164                 changes the tree's layout, and anchor points at 
11165                 the incorrect row). fixes "[ 657233 ] multiple msg 
11166                 delete sometimes off by 1".
11167                 we probably have to look for more tree layout /
11168                 anchor glitches.
11169
11170 2002-12-29 [paul]       0.8.8claws19
11171
11172         * src/summaryview.c
11173                 fix bug [ 659054 ] incorrect sorting of 'From' column
11174                 when using 'display sender using address book'
11175                 thanks to Alfons and Luke Plant
11176
11177 2002-12-29 [christoph]  0.8.8claws18
11178
11179         * src/folder.c
11180         * src/procmsg.[ch]
11181                 check parent messages for IGNORE THREAD flag, when adding,
11182                 moving or copying messages to a folder
11183
11184 2002-12-27 [alfons]     0.8.8claws17
11185
11186         re-organize matcher part 5; more to come
11187
11188         * src/matcher.c
11189                 hash keywords in matchparser_tab 
11190
11191 2002-12-27 [alfons]     0.8.8claws16
11192
11193         re-organize matcher part 4; more to come
11194
11195         * src/matcher_parser.h
11196         * src/matcher_parser_lex.l
11197         * src/matcher_parser_parse.y
11198                 cleanup
11199
11200 2002-12-27 [alfons]     0.8.8claws15
11201
11202         re-organize matcher part 3; more to come
11203
11204         * src/matcher.[ch]
11205                 cleanup
11206
11207 2002-12-27 [alfons]     0.8.8claws14
11208
11209         re-organize matcher part 2; more to come but this should
11210         work. cc me if there are any regressions.
11211
11212         * src/matcher.h
11213                 add prototype for get_matchparser_tab_id()
11214         * src/matcher_parser_lex.l
11215                 look up keywords using matchparser_tab_id();
11216
11217 2002-12-27 [alfons]     0.8.8claws12
11218
11219         re-organize matcher part 1
11220
11221         * src/matcher.h
11222                 map yacc generated constants to sylpheed matcher constants
11223         * src/matcher.c
11224                 add function to find a matcher constant from a string
11225
11226 2002-12-27 [christoph]  0.8.8claws11
11227
11228         * src/compose.c
11229                 MENUITEM_ADD casts the 4th argument from integer to pointer
11230                 so it probably should not be a pointer, this means we
11231                 should use account id for it and not the account's pointer
11232
11233 2002-12-27 [paul]       0.8.8claws10
11234
11235         * src/mainwindow.c
11236                 remove unneeded 'GtkWidget *vbox'
11237                 
11238         * src/summaryview.c
11239                 further sync with 0.8.8 - make sort
11240                 by recipient work as expected
11241                 
11242         * NEWS
11243                 sync with 0.8.8
11244
11245 2002-12-27 [paul]       0.8.8claws9
11246
11247         * po/pt_BR.po
11248                 updated by Ivan F. Martinez
11249                 
11250 2002-12-27 [darko]      0.8.8claws8
11251
11252         * src/common/utils.c
11253                 added locked pattern to extended search
11254
11255 2002-12-27 [alfons]     0.8.8claws7
11256
11257         * src/prefs_matcher.[ch]
11258                 clean up
11259
11260 2002-12-26 [alfons]     0.8.8claws6
11261
11262         * src/matcher.[ch]
11263         * src/matcher_parser_lex.l
11264         * src/matcher_parser_parse.y
11265         * src/prefs_matcher.c
11266                 allow color label as a condition in the matcher
11267
11268 2002-12-26 [oliver]     0.8.8claws5
11269         
11270         * src/toolbar.c 
11271                 enable Addressbook for Main and Messageview
11272         * src/prefs_actions.c
11273                 enable actions in Messageview
11274
11275 2002-12-26 [christoph]  0.8.8claws4
11276
11277         * src/common/plugin.c
11278                 add a little debug output
11279         * configure.in
11280         * src/plugins/demo/Makefile.am
11281                 better use of automake
11282
11283 2002-12-26 [christoph]  0.8.8claws3
11284
11285         * src/Makefile.am
11286         * src/common/Makefile.am
11287                 fix "make distdir"
11288
11289 2002-12-26 [christoph]  0.8.8claws2
11290
11291         * configure.in
11292                 sort configure checks into common / gtk / plugins
11293         * po/POTFILES.in
11294                 add src/prefs_gtk.c
11295         * src/Makefile.am
11296                 add plugins SUBDIR
11297         * src/main.c
11298         * src/common/sylpheed.[ch]
11299                 added now sylpheed_done function for shutdown
11300         * src/common/Makefile.am
11301         * src/common/plugin.[ch]                ** NEW **
11302                 plugin loader and unloader
11303         * src/plugins/.cvsignore                ** NEW **
11304         * src/plugins/Makefile.am               ** NEW **
11305                 build plugins
11306         * src/plugins/demo/.cvsignore           ** NEW **
11307         * src/plugins/demo/Makefile.am          ** NEW **
11308         * src/plugins/demo/demo.c               ** NEW **
11309                 small demo plugin that installs a logtext hook and
11310                 outputs the log text to stdout
11311
11312 2002-12-26 [paul]       0.8.8claws1
11313
11314         * po/es.po
11315                 updated by Ricardo Mones Lastra
11316
11317 2002-12-26 [paul]       0.8.8claws
11318
11319         * 0.8.8claws released
11320
11321 2002-12-26 [paul]       0.8.7claws12
11322
11323         * po/bg.po
11324                 updated by George Danchev
11325
11326 2002-12-26 [paul]       0.8.7claws11
11327
11328         * po/POTFILES.in
11329                 remove unneeded 'src/prefs.c' entry 
11330
11331 2002-12-26 [paul]       0.8.7claws10
11332
11333         * src/codeconv.c
11334           src/mainwindow.c
11335                 sync with 0.8.8 release
11336         
11337         * src/folder.[ch]
11338           src/mh.c
11339           src/summaryview.c
11340                 partial sync with 0.8.8 release
11341         
11342
11343 2002-12-25 [alfons]     0.8.7claws9
11344
11345         * src/matcher.[ch]
11346         * src/matcher_parser_lex.l
11347         * src/matcher_parser_parse.y
11348         * src/prefs_matcher.c
11349                 add locked flag to possible filtering / matcher 
11350                 conditions (also a good example what should be
11351                 done to add a simple boolean condition)
11352
11353 2002-12-25 [christoph]  0.8.7claws8
11354
11355         * src/Makefile.am
11356         * src/account.[ch]
11357         * src/addrbook.c
11358         * src/addressbook.c
11359         * src/addrindex.c
11360         * src/filtering.c
11361         * src/folder.c
11362         * src/matcher.c
11363         * src/prefs.[ch]                ** REMOVE **
11364         * src/prefs_account.c
11365         * src/prefs_actions.c
11366         * src/prefs_common.c
11367         * src/prefs_customheader.c
11368         * src/prefs_display_header.c
11369         * src/prefs_filtering.c
11370         * src/prefs_folder_item.c
11371         * src/prefs_gtk.[ch]            ** NEW **
11372         * src/prefs_matcher.c
11373         * src/prefs_scoring.c
11374         * src/prefs_summary_column.c
11375         * src/procmime.c
11376         * src/selective_download.c
11377         * src/toolbar.c
11378         * src/common/Makefile.am
11379         * src/common/prefs.[ch]         ** NEW **
11380                 split prefs.[ch] into prefs_gtk.[ch] and common/prefs.[ch]
11381
11382 2002-12-24 [alfons]     0.8.7claws7
11383
11384         * src/summaryview.c
11385                 summary_thread_build(): fix real cause of the crash mentioned in
11386                 0.8.7claws3. use subject_XXX() and not g_hash_table_XXX() functions,
11387                 this way we get meaningful ctree nodes 
11388
11389 2002-12-24 [oliver]     0.8.7claws6
11390
11391         * src/mainwindow.[ch]
11392         * src/messageview.[ch]
11393         * src/compose.[ch]
11394         * src/inc.c
11395         * src/summaryview.c
11396                 changes to use updated toolbar handling
11397                 
11398 2002-12-24 [oliver]     0.8.7claws5
11399
11400         * src/toolbar.[ch]
11401                 generic toolbar handling
11402                 used ideas from Ivan Francolin Martinez (ivanfm@users.sourceforge.net)
11403         * src/prefs_toolbar.[ch]
11404                 adjust to handling
11405         
11406 2002-12-24 [oliver]     0.8.7claws4
11407         
11408         * src/stock_pixmap.[ch]
11409                 move SYLPHEED_LOGO to end of list in order 
11410                 to remove it from Custom Toolbar`s Icon View
11411
11412 2002-12-24 [alfons]     0.8.7claws3
11413
11414         * src/summaryview.c
11415                 summary_thread_build(): fix crash because of focus != selection 
11416                 after threading. when deleting the selection, gtk tries but fails 
11417                 to find the correct focusable element. we now force the selection
11418                 to be focused. this should solve the infamous bug reported by 
11419                 Jason Wojciechowski (bug "[ 633443 ] Crash on deleting messages"). 
11420                 a test case is available. 
11421
11422 2002-12-24 [darko]      0.8.7claws2
11423
11424         * src/summaryview.c
11425                 don't crash when unmarking message with unread children
11426
11427 2002-12-23 [christoph]  0.8.7claws1
11428
11429         * src/Makefile.am
11430         * src/common/Makefile.am
11431                 update Makefiles for moved intl.h, version.h and defs.h
11432         * src/imap.c
11433                 rewrite imap_session_get to avoid duplicate code
11434
11435 2002-12-23 [paul]       0.8.7claws
11436
11437         * Santa-Claws released
11438         
11439         * po/hu.po
11440           po/ru.po
11441                 squeeze in updated Hungarian and Russian translations.
11442                 Submitted by  Gál Zoltán and Ruslan N. Balkin
11443
11444 2002-12-23 [paul]       0.8.6claws129
11445
11446         * po/pl.po
11447                 updated by Witold Wladyslaw Wojciech Wilk
11448
11449 2002-12-23 [paul]       0.8.6claws128
11450
11451         * src/quote_fmt_parse.y
11452                 fix typo and add licence header
11453
11454 2002-12-23 [paul]       0.8.6claws127
11455
11456         * po/en_GB.po
11457                 updated
11458
11459 2002-12-23 [paul]       0.8.6claws126
11460
11461         * po/it.po
11462                 updated translation, submitted by Alessandro Maestri
11463                 
11464 2002-12-23 [paul]       0.8.6claws125
11465
11466         * src/quote_fmt_parse.y
11467                 fix signature-stripping on replies bug. match
11468                 '-- \n' and not '-- '.
11469
11470 2002-12-22 [paul]       0.8.6claws124
11471
11472         * po/bg.po
11473           po/es.po
11474           po/sr.po
11475                 updated translations. submitted by George Danchev,
11476                 Ricardo Mones Lastra, and Urke MMI respectively
11477
11478 2002-12-21 [paul]       0.8.6claws123
11479
11480         * src/addrbook.c
11481                 fix coding style
11482
11483 2002-12-21 [paul]       0.8.6claws122
11484
11485         * src/addrbook.c
11486                 fix bug [643638] where if a person is in one or more
11487                 addressbook groups editing that person's email 
11488                 address results in removal from those groups.
11489                 Patch submitted by Luke Plant.
11490
11491 2002-12-20 [christoph]  0.8.6claws121
11492
11493         * src/common/utils.c
11494         * src/summaryview.c
11495                 reimplement expand_search_string using GString to
11496                 prevent crashs caused by miscalculated string
11497                 lengths reported by Paul
11498
11499 2002-12-20 [christoph]  0.8.6claws120
11500
11501         * src/summaryview.c
11502                 don't use "changed" to check if op_count has to be changed as it
11503                 is also set when the message has unread children
11504                 (closes bug [ 653221 ] crash while deleting duplicates)
11505
11506 2002-12-20 [paul]       0.8.6claws119
11507
11508         * sync with 0.8.6cvs27
11509                 see ChangeLog 2002-12-20
11510
11511 2002-12-20 [paul]       0.8.6claws118
11512
11513         * sync with 0.8.6cvs26
11514                 see ChangeLog 2002-12-19 and 2002-12-20
11515
11516 2002-12-19 [alfons]     0.8.6claws117
11517
11518         * src/textview.c
11519                 fix incorrect parsing of email addresses, submitted by 
11520                 Luke Plant (thanks!). Closes bug "[ 565480 ] duplicate 
11521                 name display if it contains @".
11522
11523 2002-12-18 [paul]       0.8.6claws116
11524
11525         * sync with 0.8.6cvs23
11526                 see ChangeLog 2002-12-18
11527
11528 2002-12-18 [paul]       0.8.6claws115
11529
11530         * src/Makefile.am
11531         * src/account.c
11532         * src/codeconv.c
11533         * src/gtkutils.[ch]
11534         * src/imap.c
11535                 sync with 0.8.6cvs22.
11536                 see ChangeLog 2002-12-17 and 2002-12-18
11537
11538 2002-12-17 [christoph]  0.8.6claws114
11539
11540         * src/imap.c
11541                 o don't create a session if imap greeting fails
11542                 o don't close socket when authentication fails
11543                   this is done by imap_session_destroy
11544
11545 2002-12-17 [thorsten]   0.8.6claws113
11546
11547         * tools/Makefile.am
11548           tools/README
11549           tools/google_msgid.pl ** NEW FILE **
11550                 Added "search for message-id" script and doc
11551
11552 2002-12-17 [thorsten]   0.8.6claws112
11553
11554         * po/hu.po
11555                 Updated hungarian translation
11556                 (updated by Gal Zoltan)
11557
11558 2002-12-16 [christoph]  0.8.6claws111
11559
11560         * src/addr_compl.c
11561                 remove stupid addressbook dump to debug output
11562         * src/mh.c
11563                 fix memory leak found by Hiro
11564
11565 2002-12-14 [paul]       0.8.6claws110
11566
11567         * src/compose.c
11568                 fix menubar sensitivity on send
11569                 
11570         * src/prefs_filtering.c
11571         * src/prefs_matcher.c
11572         * src/prefs_scoring.c
11573                 Fix english ;)
11574                 
11575         * src/common/quoted-printable.h
11576                 sync: fix typo
11577         
11578 2002-12-13 [christoph]  0.8.6claws109
11579
11580         * src/Makefile.am
11581         * src/manage_window.[ch]        ** REMOVE **
11582         * src/gtk/Makefile.am
11583         * src/gtk/manage_window.[ch]    ** NEW **
11584                 move manage_window files to gtk directory
11585
11586 2002-12-13 [christoph]  0.8.6claws108
11587
11588         * src/Makefile.am
11589         * src/gtkshruler.[ch]           ** REMOVE **
11590         * src/gtk/Makefile.am
11591         * src/gtk/gtkshruler.[ch]       ** NEW **
11592                 move gtkshruler files to gtk directory
11593
11594 2002-12-13 [christoph]  0.8.6claws107
11595
11596         * src/Makefile.am
11597         * src/compose.c
11598         * src/gtkstext.[ch]             ** REMOVE **
11599         * src/gtkutils.[ch]
11600         * src/textview.c
11601         * src/gtk/gtkstext.[ch]         ** NEW **
11602         * src/gtk/Makefile.am
11603                 o move stext functions to gtkstext.c to remove
11604                   dependency of gtkutils
11605                 o move gtkstext files to gtk directory
11606
11607         * src/gtk/Makefile.am
11608         * src/gtk/sslcertwindow.[ch]
11609                 UI stuff can always depend on common code so
11610                 it's ok to add ../common to include path
11611
11612 2002-12-13 [colin]      0.8.6claws106
11613
11614         * src/summaryview.c
11615                 Disconnect sighandlers for mainwindow when
11616                 quicksearch has the focus
11617                 Fix bug #653231
11618         * src/mainwindow.[ch]
11619                 Make key_pressed callback public, to be able
11620                 to disconnect it
11621
11622 2002-12-13 [christoph]  0.8.6claws105
11623
11624         * src/mh.c
11625                 create .mh_sequences file in new MH folders
11626                 (closes feature request [ 523162 ] MH folders should
11627                  get a .mh_sequences)
11628
11629 2002-12-13 [colin]      0.8.6claws104
11630
11631         * src/summaryview.c
11632                 Better handling of quicksearch show/hide
11633                 (basically the button stays under the mouse 
11634                  when toggled)
11635
11636 2002-12-13 [paul]       0.8.6claws103
11637
11638         * sync with 0.8.6cvs17
11639                 see ChangeLog 2002-12-13
11640
11641 2002-12-13 [paul]       0.8.6claws102
11642
11643         * po/es.po
11644                 updated by Ricardo Mones Lastra
11645
11646 2002-12-11 [colin]       0.8.6claws101
11647
11648         * src/folder.c
11649                 remove statusbar stuff
11650           src/folderview.c
11651                 set statusbar verbosity when moving folders
11652
11653 2002-12-11 [colin]       0.8.6claws100
11654         * src/prefs_filtering.c
11655         * src/prefs_matcher.c
11656         * src/prefs_scoring.c
11657                 Fix english ;)
11658
11659 2002-12-11 [colin]       0.8.6claws99
11660
11661         * src/prefs_common.[ch]
11662                 Add summary_quicksearch_type
11663         * src/summaryview.c
11664                 Save last used quicksearch type
11665
11666 2002-12-11 [jens]       0.8.6claws98
11667         * src/prefs_filtering.c
11668         * src/prefs_matcher.c
11669         * src/prefs_scoring.c
11670                 added dialog for incomplete rules in scoring, filtering and
11671                 matcher to ask wheather really close
11672
11673 2002-12-11 [colin]      0.8.6claws97
11674
11675         * src/folder.c
11676                 Fix folder dnd statusbar logging
11677
11678 2002-12-10 [christoph]  0.8.6claws96
11679
11680         * src/compose.c
11681         * src/folder.c
11682         * src/imap.c
11683         * src/inc.c
11684         * src/main.c
11685         * src/mainwindow.c
11686         * src/news.c
11687         * src/send.c
11688         * src/statusbar.[ch]
11689         * src/common/hooks.c
11690         * src/common/log.[ch]
11691                 o handle verbose logging in statusbar directly in statusbar code
11692                   and common code does not need any knowledge about a statusbar
11693                 o remove direct calls to statusbar_(puts|pop)_all functions
11694
11695 2002-12-10 [jens]       0.8.6claws95
11696
11697         * src/*.c
11698                 removed gettext from g_warnings
11699         * po/POTFILES.in
11700                 cleaned and updated
11701         * po/de.po
11702                 updated
11703
11704 2002-12-10 [colin]      0.8.6claws94
11705
11706         * src/main.c
11707                 finish crash dialog fix
11708
11709 2002-12-10 [colin]      0.8.6claws93
11710
11711         * src/main.c
11712                 "Fix" "sylpheed already running" instead of
11713                 crash dialog appearing after a crash
11714
11715 2002-12-10 [colin]      0.8.6claws92
11716
11717         * po/POTFILES.in
11718                 add src/gtk/sslcertwindow.c
11719
11720 2002-12-10 [paul]       0.8.6claws91
11721
11722         * po/POTFILES.in
11723                 updated to reflect recent changes
11724                 submitted by Alessandro Maestri
11725
11726 2002-12-09 [christoph]  0.8.6claws90
11727
11728         * src/Makefile.am
11729         * src/smtp.[ch]                 ** REMOVE **
11730         * src/common/Makefile.am
11731         * src/common/smtp.[ch]          ** NEW **
11732                 move smtp files to common directory
11733
11734 2002-12-09 [christoph]  0.8.6claws89
11735
11736         * src/Makefile.am
11737         * src/session.[ch]              ** REMOVE **
11738         * src/common/Makefile.am
11739         * src/common/session.[ch]       ** NEW **
11740                 move session files to common directory
11741
11742 2002-12-09 [paul]       0.8.6claws88
11743
11744         * src/account.c
11745                 fix bug [649746] edit accounts: move account reverted
11746                 Patch submitted by Luke Plant <lukeplant@users.sourceforge.net>
11747
11748 2002-12-09 [colin]      0.8.6claws87
11749
11750         * src/ssl_certificate.c
11751                 cleanup
11752
11753 2002-12-09 [colin]      0.8.6claws86
11754
11755         * src/ssl.c
11756                 Try to open the cert.pem database and 
11757                 issue a warning if it isn't there
11758
11759 2002-12-09 [colin]      0.8.6claws85
11760
11761         * src/common/ssl_certificate.c
11762         * src/gtk/sslcertwindow.c
11763                 Warning fixes
11764
11765 2002-12-09 [colin]      0.8.6claws84
11766
11767         * src/ssl_certificate.[ch] ** REMOVED **
11768         * src/common/ssl_certificate.[ch] ** NEW **
11769         * src/Makefile.am
11770         * src/common/Makefile.am
11771                 Moved ssl_certificate.[ch] to common
11772         * src/common/ssl.c 
11773                 Put back needed include
11774         * src/gtk/sslcertwindow.[ch]
11775                 Changed ssl_certificate.h include
11776         
11777 2002-12-09 [colin]      0.8.6claws83
11778
11779         * src/gtk/sslcertwindow.[ch]
11780                 Implement hook for certificate acception
11781         * src/ssl_certificate.[ch]
11782                 Implement hook for certificate acception
11783         * src/common/ssl.c
11784                 Reenable certificate acception check
11785         * src/mainwindow.c
11786                 Register sslcertwindow's hook
11787         
11788 2002-12-08 [christoph]  0.8.6claws82
11789
11790         * src/about.c
11791         * src/addr_compl.c
11792         * src/codeconv.c
11793         * src/manual.c
11794         * src/undo.c
11795         * src/common/utils.c
11796                 o add missing includes
11797                 o fix warnings
11798         * src/.cvsignore
11799         * src/common/.cvsignore
11800         * src/common/version.h          ** REMOVE **
11801                 remove autogenerated file
11802
11803 2002-12-08 [paul]       0.8.6claws81
11804
11805         * src/stringtable.c
11806                 put back needed include
11807
11808 2002-12-08 [colin]      0.8.6claws80
11809         
11810         * src/gtk/sslcertwindow.c
11811                 Cleaner popups when asking
11812         * src/ssl_certificate.c
11813         * src/prefs_common.[ch]
11814                 remove ssl certificate pref
11815                 put back needed include
11816         * src/undo.c
11817                 put back needed include
11818
11819 2002-12-08 [christoph]  0.8.6claws79
11820
11821         * src/folderview.c
11822         * src/logwindow.c
11823         * src/statusbar.c
11824         * src/summaryview.c
11825                 only abort hook invokation if required data is missing not
11826                 if our own data pointer is NULL, update hookfunction for
11827                 log window
11828
11829 2002-12-08 [paul]       0.8.6claws78
11830
11831         * src/about.c
11832         * src/addrcache.c
11833         * src/addrclip.c
11834         * src/addr_compl.c
11835         * src/addrselect.c
11836         * src/codeconv.c
11837         * src/colorlabel.c
11838         * src/enriched.c
11839         * src/esmtp.c
11840         * src/exporthtml.c
11841         * src/headerview.c
11842         * src/imageview.c
11843         * src/manual.c
11844         * src/noticeview.c
11845         * src/pgptext.c
11846         * src/scoring.c
11847         * src/sourcewindow.c
11848         * src/stringtable.c
11849         * src/undo.c
11850                 clean up: remove unneccesary includes
11851
11852 2002-12-08 [christoph]  0.8.6claws77
11853
11854         * src/folderview.c
11855         * src/statusbar.c
11856         * src/summaryview.c
11857         * src/common/hooks.[ch]
11858                 hook functions now have a gboolean return value, if a hook
11859                 returns TRUE it will stop executing of any more hooks in
11860                 the same hooklist for this invokation
11861
11862 2002-12-08 [colin]      0.8.6claws76
11863         
11864         * src/main.c
11865                 put back argv0 for CRASH_DIALOG
11866
11867 2002-12-08 [christoph]  0.8.6claws75
11868
11869         * src/Makefile.am
11870         * src/about.c
11871         * src/account.c
11872         * src/crash.c
11873         * src/esmtp.h
11874         * src/imap.[ch]
11875         * src/inc.c
11876         * src/main.c
11877         * src/mainwindow.c
11878         * src/news.c
11879         * src/pop.[ch]
11880         * src/prefs_account.[ch]
11881         * src/prefs_common.[ch]
11882         * src/send.[ch]
11883         * src/smtp.[ch]
11884         * src/ssl_certificate.[ch]
11885         * src/ssl_manager.[ch]
11886         * src/common/Makefile.am
11887         * src/common/log.c
11888         * src/common/nntp.[ch]
11889         * src/common/socket.[ch]
11890         * src/common/ssl.[ch]
11891         * src/gtk/sslcertwindow.[ch]
11892         * ac/openssl.m4
11893                 use new autoconf script to detect OpenSSL with extra parameters
11894                 to specify the location of libs and includes, also remove USE_SSL
11895                 to USE_OPENSSL
11896
11897         * src/common/sylpheed.[ch]
11898         * src/common/version.h.in
11899                 start seperation of common code initialization seperated from gui
11900
11901         * src/summaryview.c
11902                 The function that is called when a color label changes
11903                 should not change the color lable again
11904
11905 2002-12-08 [colin]      0.8.6claws74
11906
11907         * src/gtk/sslcertwindow.c
11908                 warning fixes
11909
11910 2002-12-08 [colin]      0.8.6claws73
11911
11912         * src/statusbar.c
11913           src/common/log.h
11914                 Register a hook for statusbar_puts_all
11915         * src/common/log.c
11916                 invoke statusbar_puts_all's hook
11917         
11918 2002-12-08 [colin]      0.8.6claws72
11919
11920         * src/ssl_certificate.c
11921                 Put back a badly-removed include
11922
11923 2002-12-08 [colin]      0.8.6claws71
11924
11925         * src/gtk/sslcertwindow.[ch]    ** NEW **
11926                 new certificate presentation
11927         * src/gtk/Makefile.am
11928                 add new files
11929         * src/ssl_certificate.[ch]
11930                 gtk cleanup, made utility functions public
11931         * src/ssl_manager.c
11932                 use new cert presentation
11933
11934 2002-12-07 [christoph]  0.8.6claws70
11935
11936         * src/Makefile.am
11937         * src/nntp.[ch]                 ** REMOVE **
11938         * src/common/Makefile.am
11939         * src/common/nntp.[ch]          ** NEW **
11940                 move nntp files to common directory
11941
11942 2002-12-07 [christoph]  0.8.6claws69
11943
11944         * src/procmsg.[ch]
11945         * src/summaryview.c
11946                 implement msginfo update callback using sylpheed's new
11947                 hook system. Invoke hooks from procmsg_msginfo_[un]set_flags.
11948
11949 2002-12-06 [christoph]  0.8.6claws68
11950
11951         * src/editgroup.c
11952                 This patch changes the 'Edit Group Details' dialog to
11953                 allow extended selections in either pane, so that
11954                 addresses can be added or removed from a group more
11955                 quickly and easily. (it actually is a net decrease in
11956                 file size, as some unnecessary functions have been
11957                 removed). 
11958                 (patch submitted by Luke Plant <lukeplant@users.sourceforge.net>)
11959
11960 2002-12-06 [christoph]  0.8.6claws67
11961
11962         * src/Makefile.am
11963         * src/template.[ch]             ** REMOVE **
11964         * src/common/Makefile.am
11965         * src/common/template.[ch]      ** NEW **
11966                 move template files to common directory
11967
11968         * src/nntp.c
11969                 add missing log.h include
11970
11971 2002-12-06 [melvin]     0.8.6claws66
11972
11973         * src/prefs_actions.c
11974                 Added the trailing ">" syntax to insert command's output
11975                 without replacing old text (in contrast to trailing "|").
11976
11977 2002-12-05 [colin]      0.8.6claws65
11978         
11979         * src/common/utils.c
11980                 Don't modify original search_string or it'll change
11981                 the next iterations in the for()
11982
11983 2002-12-05 [darko]      0.8.6claws64
11984
11985         * src/common/utils.c
11986                 proper check for filtering commands, found by Colin
11987
11988 2002-12-05 [darko]      0.8.6claws63
11989
11990         * src/common/utils.c
11991                 check proper string for NULL pointer, found by Colin
11992
11993 2002-12-05 [darko]      0.8.6claws62
11994
11995         * src/common/utils.[ch]
11996                 expand_search_string(): new function
11997                 converts Mutt-like patterns to Sylpheed's
11998                 filtering engine
11999         * src/summaryview.c
12000                 use expand_search_string() to allow Mutt-like
12001                 patterns in extended search
12002         * README.claws
12003                 document extended option in quick search
12004
12005 2002-12-05 [paul]       0.8.6claws61
12006
12007         * sync with 0.8.6cvs16
12008                 see ChangeLog 2002-12-05
12009                 
12010         * po/POTFILES.in
12011                 clean up
12012
12013 2002-12-04 [christoph]  0.8.6claws60
12014
12015         * src/imap.[ch]
12016                 put imap authentication code into a new function and
12017                 remove it from imap_session_new that will allow to
12018                 send other commands before authentication
12019
12020 2002-12-04 [christoph]  0.8.6claws59
12021
12022         * src/imap.[ch]
12023                 use already existing method to prevent unneeded IMAP
12024                 folder selects. Set imap_select parameters to NULL
12025                 in some functions if the values are not required.
12026
12027         * src/xml.h
12028                 remove no longer required include
12029
12030 2002-12-04 [paul]       0.8.6claws58
12031
12032         * po/es.po
12033                 updated by Ricardo Mones Lastra
12034                 
12035         * configure.in
12036           po/hu.po      ** NEW FILE **
12037                 initial Hungarian translation, submitted
12038                 by Gál Zoltán <galzoli@hu.inter.net>
12039
12040 2002-12-03 [christoph]  0.8.6claws57
12041
12042         * src/Makefile.am
12043         * src/gtksctree.[ch]            ** REMOVE **
12044         * src/gtk/Makefile.am
12045         * src/gtk/gtksctree.[ch]        ** NEW **
12046                 move gtksctree files to gtk directory
12047
12048 2002-12-03 [christoph]  0.8.6claws56
12049
12050         * src/Makefile.am
12051         * src/md5.[ch]                  ** REMOVE **
12052         * srm/common/Makefile.am
12053         * src/common/md5.[ch]           ** NEW **
12054                 move md5 files to common directory
12055
12056         * src/gtkstext.c
12057                 remove not required #include
12058
12059 2002-12-03 [sergey]     0.8.6claws55
12060
12061         * src/gtkutils.c
12062         * src/gtkutils.h
12063                 gtkut_window_popup(): new function.
12064         * src/mainwindow.c
12065                 main_window_popup(): use gtkut_window_popup() to raise
12066                 window without changing its position.
12067                 (see sylpheed-main ML message [sylpheed:17247])
12068
12069 2002-12-03 [sergey]     0.8.6claws54
12070
12071         * src/send.c
12072                 send_message_local(): removed first-dot escaping
12073                 (SMTP-only, not needed for sending through pipe)
12074
12075 2002-12-03 [paul]       0.8.6claws53
12076
12077         * po/POTFILES.in
12078                 update to reflect recent changes (thanks
12079                 to Ricardo Mones Lastra)
12080                 
12081         * tools/filter_conv.pl
12082                  fix problem with quoted strings. Patch submitted
12083                  by Luke Plant <lukeplant@softhome.net>
12084
12085 2002-12-03 [paul]       0.8.6claws52
12086
12087         * sync with 0.8.6cvs15
12088                 see ChangeLog 2002-12-03
12089
12090 2002-12-02 [christoph]  0.8.6claws51
12091
12092         * src/logwindow.[ch]
12093         * src/common/log.[ch]
12094                 implement logging using a hook function
12095
12096         * src/folderview.c
12097         * src/folder.[ch]
12098                 define hooklist name in header file to avoid
12099                 errors caused by wrong spelling of hooklist names
12100
12101         * src/toolbar.c
12102                 fix warnings
12103
12104 2002-12-02 [christoph]  0.8.6claws50
12105
12106         * src/common/Makefile.am
12107                 add src/common/hooks.[ch]
12108
12109         * src/common/hooks.[ch]
12110                 implement a simple hook system using glib's hook functions
12111
12112         * src/folder.[ch]
12113         * src/folderview.c
12114                 use new hook system for folder item updates
12115
12116 2002-12-02 [christoph]  0.8.6claws49
12117
12118         * doc-src/ui_seperation.txt     ** NEW **
12119                 information for ui seperation
12120
12121         * src/Makefile.am
12122                 remove files that were moved to common
12123                 include common directory by default for the header files
12124
12125         * src/inc.c
12126         * src/common/socket.c
12127         * src/automaton.[ch]
12128                 implement automaton using g_io_*-functions instead of
12129                 gdk_input_add to make it ui independent
12130
12131         * src/codeconv.c
12132         * src/compose.c
12133         * src/ldif.c
12134         * src/pgptext.c
12135         * src/procmime.c
12136         * src/rfc2015.c
12137         * src/smtp.c
12138         * src/unmime.c
12139                 remove common/ prefix because directory is now in
12140                 include path
12141
12142         * src/compose.c
12143         * src/folder.c
12144         * src/folderview.c
12145         * src/mainwindow.c
12146         * src/messageview.c
12147         * src/prefs_common.c
12148         * src/procmsg.c
12149         * src/rfc2015.c
12150                 fix warnings
12151
12152         * src/imap.c
12153         * src/inc.c
12154         * src/news.c
12155         * src/pop.c
12156         * src/send.c
12157         * src/smtp.c
12158         * src/ssl_certificate.c
12159                 add log.h header file for logging functions
12160
12161         * src/main.c
12162         * src/common/utils.c
12163         * src/summaryview.c
12164         * src/xml.c
12165                 o move debug_mode to common/utils.c
12166                 o add functions to set and get debug_mode
12167
12168         * src/defs.h                    ** REMOVE **
12169         * src/intl.h                    ** REMOVE **
12170         * src/socket.[ch]               ** REMOVE **
12171         * src/ssl.[ch]                  ** REMOVE **
12172         * src/utils.[ch]                ** REMOVE **
12173                 replaced by new files in src/common/
12174         
12175         * src/common/Makefile.am
12176                 add new files in src/common/
12177
12178         * src/common/defs.h             ** NEW **
12179         * src/common/intl.h             ** NEW **
12180         * src/common/log.[ch]           ** NEW **
12181         * src/common/socket.[ch]        ** NEW **
12182         * src/common/ssl.[ch]           ** NEW **
12183         * src/common/utils.[ch]         ** NEW **
12184                 replacement for files in src/
12185
12186 2002-12-02 [colin]      0.8.6claws48
12187
12188         * src/folderview.c
12189                 Scroll folderview if necessary during dnd
12190
12191 2002-12-02 [colin]      0.8.6claws47
12192
12193         * src/folder.[ch]
12194                 Add check to verify a move is within a single mailbox
12195         * src/folderview.c
12196                 Add specific error string for this check
12197
12198 2002-12-02 [colin]      0.8.6claws46
12199
12200         * src/folder.c
12201                 Add a test to folder moving, remove a statusbar_print
12202         * src/folderview.c
12203                 Add Move folder... context-menu item
12204                 Factorize folder moving code
12205                 Enable folder DND for mbox
12206
12207 2002-12-01 [christoph]  0.8.6claws45
12208
12209         * ac/aspell.m4
12210                 remove conf.aspelltest if the version check fails
12211
12212 2002-11-30 [christoph]  0.8.6claws44
12213
12214         * autogen.sh
12215                 run libtoolize --force in autogen to create missing
12216                 libtool scripts
12217
12218 2002-11-30 [christoph]  0.8.6claws43
12219
12220         * src/Makefile.am
12221         * src/pgptext.c
12222         * src/procmime.c
12223         * src/rfc2015.c
12224         * src/uuencode.[ch]             ** REMOVED **
12225         * src/common/Makefile.am
12226         * src/common/uuencode.[ch]      ** NEW **
12227                 move uuen/decoder to common directory
12228
12229 2002-11-30 [christoph]  0.8.6claws42
12230
12231         * src/Makefile.am
12232         * src/base64.[ch]               ** REMOVED **
12233         * src/codeconv.c
12234         * src/compose.c
12235         * src/ldif.c
12236         * src/pgptext.c
12237         * src/procmime.c
12238         * src/rfc2015.c
12239         * src/smtp.c
12240         * src/unmime.c
12241         * src/common/Makefile.am
12242         * src/common/base64.[ch]        ** NEW **
12243                 move base64 en/decoder to common directory
12244
12245 2002-11-30 [christoph]  0.8.6claws41
12246
12247         * src/common                    ** NEW **
12248                 new directory for UI independent code
12249         * src/gtk                       ** NEW **
12250                 new directory for GTK frontend
12251         * src/common/.cvsignore         ** NEW **
12252         * src/gtk/.cvsignore            ** NEW **
12253                 ignore build files
12254         * src/common/Makefile.am        ** NEW **
12255         * src/gtk/Makefile.am           ** NEW **
12256                 automake files to build new seperated stuff
12257         * src/Makefile.am
12258                 the binary will currently still be build with the
12259                 files in src, so we include the code from the
12260                 subdirs for now after building the libs there
12261
12262 2002-11-30 [paul]       0.8.6claws40
12263
12264         * src/compose.c
12265                 fix bug [642731] 'Wrong selected account with drafted mail'
12266
12267 2002-11-29 [oliver]     0.8.6claws39
12268         
12269         * src/messageview.c
12270                 o update summaryview when switching between different
12271                   messageviews          
12272         * src/toolbar.c  
12273                 o check if messageview holds already removed msg
12274                   from summaryview
12275                 
12276
12277 2002-11-29 [oliver]     0.8.6claws38
12278
12279         * src/toolbar.c 
12280                 remove not needed variables and includes
12281                 make messageview stay opened and move to next when msgs are deleted 
12282
12283 2002-11-29 [oliver]     0.8.6claws37
12284         
12285         * src/toolbar.c 
12286                 disable compose button (messageview toolbar) by default
12287                 deleted msgs are moved to trash
12288         
12289 2002-11-29 [melvin]     0.8.6claws36
12290
12291         * configure.in
12292                 Increased minimal gpgme version to 0.3.10 (Zombies out)
12293                 and to detect signatures expirations (gpgme 0.3.6)
12294
12295         * src/main.c
12296                 Use non obsolescent function for Gpgme engine checking.
12297
12298         * src/rfc2015.c
12299                 Inform about expired signatures or signatures which key
12300                 has expired. Expiration date is displayed.
12301
12302         * src/sigstatus.c
12303                 Inform about expired signatures or signatures which key
12304                 has expired.
12305
12306 2002-11-28 [paul]       0.8.6claws35
12307
12308         * src/folderview.c
12309                 re-instate 'Check for new messages' in Newsgroup
12310                 folders right-click menu, after a suggestion from
12311                 Tim Mann <timmann@users.sourceforge.net>
12312
12313         * src/main.c
12314                 after a crash check only local folders for new
12315                 messages
12316
12317 2002-11-28 [paul]       0.8.6claws34
12318
12319         * configure.in
12320                 apply patch that fixes the checking of GTK with XIM 
12321                 support on different OSs, such as FreeBSD. Patch 
12322                 submitted by Topia <topia@users.sourceforge.net>
12323                 
12324 2002-11-28 [paul]       0.8.6claws33
12325
12326         * src/mainwindow.c
12327           src/prefs_common.c
12328           src/prefs_toolbar.c
12329                 more changes to the English
12330
12331 2002-11-28 [paul]       0.8.6claws32
12332
12333         * sync with 0.8.6cvs13
12334                 see ChangeLog 2002-11-28 (no sync needed
12335                 for src/compose.c)
12336
12337 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws31
12338         
12339         * src/mainwindow.[ch]
12340                 add patch by Ivan F. Martinez introducing messageview Toolbar
12341                 some changes and committed by oliver    
12342
12343 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws30
12344
12345         * src/messageview.[ch]
12346                 add patch by Ivan F. Martinez introducing messageview Toolbar
12347                 some changes and committed by oliver    
12348
12349 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws29
12350
12351         * src/compose.[ch]
12352                 add patch by Ivan F. Martinez introducing messageview Toolbar
12353                 some changes and committed by oliver    
12354
12355 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws28
12356         
12357         * src/toolbar.[ch]
12358                 add patch by Ivan F. Martinez introducing messageview Toolbar
12359                 some changes and committed by oliver
12360
12361 2002-11-28 [oliver]     0.8.6claws27
12362         
12363         * src/prefs_toolbar.[ch]
12364                 getting ready for messageview toolbar
12365                 free mem allocated by gettext
12366                 change prefs_toolbar to prefs_toolbar_open
12367  
12368 2002-11-28 [thorsten]   0.8.6claws26
12369
12370         * src/imageview.[ch]
12371                 cleaned up conflicting declarations of
12372                 imageview_show_image()
12373
12374 2002-11-28 [paul]       0.8.6claws25
12375
12376         * src/grouplistdialog.c
12377           src/prefs_common.c
12378           src/prefs_summary_column.c
12379                 a few more improvements to the English
12380
12381 2002-11-28 [colin]      0.8.6claws24
12382
12383         * man/sylpheed.1
12384                 A few updates to command-line parameters
12385
12386 2002-11-28 [colin]      0.8.6claws23
12387
12388         * src/prefs_filtering.c
12389                 Fix problems with prefs_filtering_delete_path:
12390                 a) if the first rule is removed, original pointers
12391                    weren't updated (leading to segfaults)
12392                 b) it was always global_processing updated in case
12393                    of removed path was parent of rule path
12394
12395 2002-11-27 [paul]       0.8.6claws22
12396
12397         * src/mainwindow.c
12398           src/prefs_account.c
12399           src/prefs_actions.c
12400           src/prefs_common.c
12401           src/prefs_customheader.c
12402           src/prefs_display_header.c
12403           src/prefs_filtering.c
12404           src/prefs_folder_item.c
12405           src/prefs_matcher.c
12406           src/prefs_scoring.c
12407           src/prefs_summary_column.c
12408           src/prefs_template.c
12409           src/prefs_toolbar.c
12410                  improve the English in the GUI
12411
12412 2002-11-27 [colin]      0.8.6claws21
12413
12414         * src/folder.c
12415                 Fix processing renaming problems happening after
12416                 last commit
12417
12418 2002-11-27 [colin]      0.8.6claws20
12419
12420         * src/folder.c
12421                 recursive move now deletes src each subfolder after 
12422                 having moved it
12423         * src/folderview.c
12424                 Use identifier instead of path during dnd (enables
12425                 IMAP folder dnd)
12426
12427 2002-11-27 [paul]       0.8.6claws19
12428
12429         * src/main.c
12430                 apply patch that does command-line processing 
12431                 BEFORE gtk_init, allowing claws to run from 
12432                 shell-scripts in non-X environment (e.g. crontab 
12433                 or ip-up, ip-down scripts). Patch submitted by
12434                 Ruslan N. Balkin <baron@dartel.ru>
12435                 
12436         * po/it.po
12437                 updated by Alessandro Maestri
12438
12439 2002-11-27 [paul]       0.8.6claws18
12440
12441         * sync with 0.8.6cvs12
12442           src/prefs_common.c
12443                 Differences are that main uses a 'Receive dialog'
12444                 frame on the Interface tab, whereas claws groups all 
12445                 the dialogs together in a 'Dialogs' frame.
12446
12447 2002-11-27 [colin]      0.8.6claws17
12448
12449         * src/prefs_matcher.c
12450                 Fix Execute criteria's NOT flag
12451
12452
12453 2002-11-26 [christoph]  0.8.6claws16
12454
12455         * src/ssl.c
12456                 rewrite the ssl code a little bit, only use one
12457                 SSL context, set default certificates' file/path
12458
12459 2002-11-26 [thorsten]   0.8.6claws15
12460
12461         * src/compose.c
12462                 default-reply-to didn't work for ml-reply
12463
12464 2002-11-26 [melvin]     0.8.6claws14
12465
12466         * src/prefs_actions.c
12467                 Made pipe-actions ignore short headers in message view
12468                 Made trailing-pipe-actions write in the message view with
12469                 the same font as the original message
12470
12471 2002-11-26 [paul]       0.8.6claws13
12472
12473         * src/compose.c
12474                 this time commit the correct file
12475
12476 2002-11-26 [paul]       0.8.6claws12
12477
12478         * sync with 0.8.6cvs11
12479           src/quote_fmt_parse.y  
12480                 no sync needed
12481           src/account.[ch]       
12482                 not sync'ed
12483           src/compose.c
12484                 compose_write_headers(): add 'X-Sylpheed-Account-Id:' header
12485                 on draft mode.
12486                 compose_reedit(): add check for 'X-Sylpheed-Account-Id:' 
12487                 header
12488                 
12489         see ChangeLog 2002-11-25 and 2002-11-26
12490
12491 2002-11-26 [colin]      0.8.6claws11
12492
12493         * src/folderview.c
12494                 Fix collapsed folder not auto-expanding during
12495                 mail dnd, if it was the source folder.
12496
12497 2002-11-25 [colin]      0.8.6claws10
12498
12499         * src/folderview.[ch]
12500                 Variable renaming and cleaning (slist of nodes 
12501                 to be re-collapsed is stored in FolderView)
12502
12503 2002-11-25 [paul]       0.8.6claws9
12504
12505         * src/prefs_common.[ch]
12506                 fix breakage caused by last commit
12507
12508 2002-11-25 [paul]       0.8.6claws8
12509
12510         * sync with 0.8.6cvs4
12511                 see ChangeLog 2002-11-21
12512
12513 2002-11-25 [paul]       0.8.6claws7
12514
12515         * sync with 0.8.6cvs4
12516                 see ChangeLog 2002-11-20
12517
12518 2002-11-25 [paul]       0.8.6claws6
12519
12520         * sync with 0.8.6cvs3
12521                 see ChangeLog 2002-11-18
12522
12523 2002-11-25 [colin]      0.8.6claws5
12524
12525         * src/gtkutils.[ch]
12526                 Add gtkut_ctree_node_is_parent()
12527         * src/folderview.c
12528                 Spring-loaded folders
12529
12530 2002-11-25 [colin]      0.8.6claws4
12531
12532         * src/utils.[ch]
12533                 Add slist_concat_unique(), function to merge
12534                 two GSList filtering dups
12535         * src/folder.[ch]
12536         * src/summaryview.[ch]
12537         * src/folderview.c
12538         * src/main.c
12539                 Add detection/update/display of unread answers
12540                 to marked mails
12541         * src/procmsg.[ch]
12542                 Add procmsg_find_children()
12543                 Add procmsg_msg_has_marked_parent()
12544
12545 2002-11-25 [colin]      0.8.6claws3
12546
12547         * src/ssl_certificate.[ch]
12548                 Allow checking a certificate without a DNS
12549                 lookup
12550                 Allow to forget a cert (by deleting it)
12551                 Make ssl_certificate_destroy_public
12552         * src/ssl_manager.[ch] ** NEW FILES **
12553                 Gui to manage (display/remove) certificates
12554         * src/prefs_common.[ch]
12555                 Add a pref to allow silent acceptation of
12556                 trusted certificates or not (based on the
12557                 "I want to know what's going on" principle)
12558         * src/mainwindow.c
12559                 Add SSL manager in Tools menu
12560         * src/Makefile.am
12561                 Add the new files to the build
12562         * po/POTFILES.in
12563                 Add ssl_manager.c to translations
12564
12565 2002-11-25 [colin]      0.8.6claws2
12566
12567         * src/summaryview.[ch]
12568                 Add S_SEARCH_EXTENDED to the quick search, which 
12569                 allows to search using filtering syntax.
12570
12571 2002-11-25 [colin]      0.8.6claws1
12572
12573         * src/summaryview.c
12574                 Deletion of duplicates now prefer deleting
12575                 the unread dup (fixes feature-request 638989).
12576
12577 2002-11-24 [paul]       0.8.6claws
12578
12579         * po/es.po
12580           po/pl.po
12581           po/ru.po
12582           po/sr.po
12583                 updated by Ricardo Mones Lastra,
12584                 Witold Wladyslaw Wojciech Wilk,
12585                 Ruslan N. Balkin, and  Urke MMI 
12586                 respectively
12587
12588 2002-11-24 [paul]       0.8.5claws182
12589
12590         * po/bg.po
12591                 updated by George Danchev
12592
12593 2002-11-23 [alfons]     0.8.5claws181
12594
12595         * src/imap.c
12596                 tiny memory leak found by browsing Dimitar's 
12597                 valgrind report
12598
12599 2002-11-23 [paul]       0.8.5claws180
12600
12601         * po/it.po
12602                 updated by Alessandro Maestri
12603
12604 2002-11-22 [christoph]  0.8.5claws179
12605
12606         * src/compose.c
12607         * src/inc.c
12608         * src/prefs_filtering.c
12609         * src/summaryview.c
12610                 more warning fixes
12611
12612 2002-11-22 [alfons]     0.8.5claws178
12613
12614         * src/summaryview.c
12615                 summary_execute_delete_func(): if message is deleted, make 
12616                 sure to also remove its entry in the subject hash table. 
12617                 fixes a corner case bug.
12618
12619 2002-11-22 [paul]       0.8.5claws177
12620
12621         * .cvsignore
12622                 add 'autom4te.cache'
12623                 
12624         * ltconfig      ** REMOVED **
12625                 not needed
12626
12627 2002-11-22 [paul]       0.8.5claws176
12628
12629         * src/textview.c
12630                 textview_set_font(): fix for message display in
12631                 UTF-8 locales (thanks to Sergey Vlasov).
12632                 
12633         * AUTHORS
12634                 add new team members and contributors
12635
12636
12637 2002-11-21 [colin]      0.8.5claws175
12638
12639         * src/procmsg.[ch]
12640                 Add procmsg_remove_special_headers()
12641         * src/mh.c
12642                 Use procmsg_remove_special_headers() for 
12643                 previous fix
12644
12645 2002-11-21 [colin]      0.8.5claws174
12646
12647         * src/mh.c
12648                 Fix moving/copying from queue/draft folders
12649                 for MH folders
12650
12651 2002-11-21 [christoph]  0.8.5claws173
12652
12653         * src/crash.c
12654         * src/filtering.c
12655         * src/logwindow.c
12656         * src/main.c
12657         * src/matcher_parser_lex.[hl]
12658         * src/mbox.c
12659         * src/mbox_folder.[ch]
12660         * src/prefs_filtering.c
12661         * src/procheader.c
12662         * src/quote_fmt_lex.l
12663         * src/ssl.c
12664                 fix all warnings except the warnings in lex and yacc files
12665
12666 2002-11-20 [christoph]  0.8.5claws172
12667
12668         * src/imap.c
12669                 fix MsgInfo retrieval for IMAP draft and queue folders
12670                 (closes bug [ 619558 ] Draft saving on IMAP box issue)
12671
12672 2002-11-19 [christoph]  0.8.5claws171
12673
12674         * src/compose.c
12675                 fix segfault, when draft saving does not get
12676                 the MsgInfo of the new message
12677                 (closes bug [ 640699 ] Claws170: crash drafting mail ( IMAP ))
12678
12679 2002-11-19 [christoph]  0.8.5claws170
12680
12681         * src/procmsg.c
12682                 add parameter check for flag setting function
12683                 (closes bug [ 640619 ] Claws169: crash - drafting a mail (IMAP))
12684
12685 2002-11-18 [paul]       0.8.5claws169
12686
12687         * src/compose.c
12688                 more sensitivity fixes to redirect mode:
12689                 * disable toolbar draft button
12690                 * allow only Address book in the Tools menu
12691                 * disable editing of message by the spell
12692                   checker
12693
12694 2002-11-18 [paul]       0.8.5claws168
12695
12696         * src/compose.c
12697                 fix sensitivity of menu items in compose_redirect():
12698                 allow only the necessary items 
12699
12700 2002-11-18 [paul]       0.8.5claws167
12701
12702         * src/compose.c
12703                 fix bug [ 603259 ] 'attachment got lost on bounce'
12704
12705 2002-11-18 [paul]       0.8.5claws166
12706
12707         * po/ru.po
12708                 updated by Ruslan N. Balkin <baron@dartel.ru>
12709
12710 2002-11-18 [colin]      0.8.5claws165
12711
12712         * src/main.c
12713           src/defs.h
12714                 Remove old filtering stuff
12715
12716
12717 2002-11-17 [oliver]     0.8.5claws164
12718
12719         * src/toolbar.h
12720                 remove not needed typedef 
12721
12722 2002-11-17 [oliver]     0.8.5claws163
12723
12724         * src/toolbar.c
12725                 make toolbar's on click events translatable
12726
12727 2002-11-15 [colin]      0.8.5claws162
12728
12729         * src/summaryview.c
12730                 Revert too-soon integration of a feature
12731
12732 2002-11-15 [christoph]  0.8.5claws161
12733
12734         * src/imap.c
12735                 use main's implementation of imap_get_msginfo
12736
12737 2002-11-15 [christoph]  0.8.5claws160
12738
12739         * src/compose.c
12740         * src/folder.[ch]
12741         * src/imap.c
12742         * src/mbox_folder.c
12743         * src/mh.c
12744         * src/news.c
12745         * src/procmsg.c
12746         * src/summaryview.c
12747                 replace claws' fetch_msginfo with main's get_msginfo
12748                 (use main's implementation where possible)
12749
12750 2002-11-15 [colin]      0.8.5claws159
12751
12752         * src/ssl_certificate.c
12753                 Missed a check
12754
12755 2002-11-16 [melvin]     0.8.5claws158
12756
12757         * po/fr.po
12758                 Updated French translations.
12759
12760 2002-11-16 [colin]      0.8.5claws157
12761
12762         * src/ssl_certificate.c
12763                 Check for missing parts in the certificates
12764
12765 2002-11-15 [colin]      0.8.5claws156
12766
12767         * src/folderview.c
12768                 Preventive fix (missing check) found by
12769                 Alfons
12770
12771 2002-11-15 [paul]
12772
12773         * NEWS
12774                 sync with 0.8.6 release
12775
12776 2002-11-15 [colin]      0.8.5claws155
12777
12778         * src/folder.[ch]
12779           src/folderview.c
12780                 Fix error handling of folder_item_move_to()
12781                 (thanks to Alfons!)
12782
12783 2002-11-15 [colin]      0.8.5claws154
12784
12785         * src/folder.[ch]
12786           src/folderview.c
12787                 folder_item_move_to() sets an error message instead
12788                 of having GUI stuff in folder.c
12789
12790 2002-11-15 [colin]      0.8.5claws153
12791
12792         * src/procmsg.[ch]
12793                 Implemented a callback for MsgInfo updates, 
12794                 heavily copy/pasted from Christoph's folder 
12795                 callback system
12796         * src/summaryview.[ch]
12797                 Register summary_update_msg as callback
12798
12799 2002-11-14 [colin]      0.8.5claws152
12800         
12801         * src/procmsg.c
12802                 Update the FolderItem after sending (fixes 617593)
12803
12804 2002-11-14 [christoph]  0.8.5claws151
12805
12806         * src/folder.c
12807                 fix wrong position of NULL pointer check found
12808                 by Sergey
12809
12810 2002-11-14 [christoph]  0.8.5claws150
12811
12812         * src/folder.c
12813                 fix segfault when deleting messages from IMAP folders
12814                 (closes bug [ 635641 ] Crash deleting mail in IMAP trash)
12815
12816 2002-11-14 [colin]      0.8.5claws149
12817
12818         * src/compose.c
12819                 Forwarding was also ignoring the folder's default account.
12820
12821 2002-11-14 [colin]      0.8.5claws148
12822
12823         * src/compose.c
12824                 Fix sent folder not set to folder properties when 
12825                 forwarding.
12826
12827 2002-11-14 [thorsten]   0.8.5claws147
12828
12829         * src/inc.c
12830                 inc_start(): Files were not moved from .processing to inbox,
12831                 if no global processing rule existed
12832
12833 2002-11-14 [colin]      0.8.5claws146
12834
12835         * src/ssl_certificate
12836                 Fix file operations
12837
12838 2002-11-14 [paul]       0.8.5claws145
12839
12840         * po/it.po
12841                 updated by Alessandro Maestri
12842
12843 2002-11-13 [alfons]     0.8.5claws144
12844
12845         * src/folder.c
12846                 folder_item_close(): only mark messages unread
12847                 when a folder has new messages 
12848
12849 2002-11-13 [keith]      0.8.5claws143
12850
12851         * src/imap.c
12852                 Fix problem moving or copying between
12853                 IMAP folders
12854
12855 2002-11-13 [colin]      0.8.5claws142
12856
12857         * src/matcher_parser_parse.y
12858                 Fix rule problem when " don't match
12859
12860 2002-11-13 [christoph]  0.8.5claws141
12861
12862         * src/folder.c
12863         * src/folderview.c
12864                 moved cache saving to folder_item_close
12865                 the folderview should not have to deal with
12866                 this things
12867
12868 2002-11-13 [christoph]  0.8.5claws140
12869
12870         * src/summaryview.c
12871                 moved setting of important score to
12872                 summary_set_prefs_from_folderitem
12873
12874 2002-11-13 [colin]      0.8.5claws139
12875
12876         * src/matcher_parser_parse.y
12877                 Fix a segfault in the parser (happening when
12878                 a good expression had been tested and a bad 
12879                 one arrives)
12880
12881 2002-11-13 [paul]       0.8.5claws138
12882
12883         * sync with 0.8.5cvs24
12884                 see ChangeLog 2002-11-13
12885                 
12886         * po/pt_BR.po
12887                 updated by Fabio Jr. Beneditto
12888
12889 2002-11-13 [colin]      0.8.5claws137
12890         
12891         * src/msgcache.c
12892           src/defs.h
12893           src/procmsg.[ch]
12894                 Revert last commit, problem
12895
12896 2002-11-13 [colin]      0.8.5claws136
12897
12898         * src/msgcache.c
12899                 Remove duplicated code
12900         * src/defs.h
12901                 Bumped CACHE_VERSION and MARK_VERSION
12902         * src/procmsg.[ch]
12903                 Network endian for cache and mark files
12904
12905 2002-11-12 [colin]      0.8.5claws135
12906
12907         * src/inc.c
12908                 Fix the "socket error" dialog which disappeared
12909
12910 2002-11-12 [colin]      0.8.5claws134
12911
12912         * src/msgcache.c
12913                 Reverse last commit which had performance 
12914                 problems, but still reverse the list
12915
12916 2002-11-12 [colin]      0.8.5claws133
12917
12918         * src/msgcache.c
12919                 Reverse list order
12920
12921 2002-11-12 [melvin]     0.8.5claws132
12922
12923         * src/compose.c
12924                 Added a check for a NULL prefs_common.dictionary
12925
12926 2002-11-12 [colin]      0.8.5claws131
12927
12928         * src/ssl_certificate.[ch]
12929                 Use FQDN hostname
12930
12931 2002-11-12 [colin]      0.8.5claws130
12932
12933         * src/ssl_certificate.[ch]
12934                 Take connection port into account for 
12935                 checking certificates (a single hostname
12936                 could have multiple servers with multiple
12937                 certificates)
12938         * src/ssl.c
12939                 Pass the port to ssl_certificate_check
12940
12941 2002-11-12 [paul]       0.8.5claws129
12942
12943         * src/folder.c
12944                 fix a typo in last commit
12945
12946 2002-11-12 [paul]       0.8.5claws128
12947
12948         * sync with 0.8.5cvs23
12949                 see ChangeLog entry 2002-11-12
12950
12951 2002-11-11 [colin]      0.8.5claws127
12952
12953         * src/ssl_certificate.c
12954                 Cleaner messages
12955                 Don't popup, instead log error, if the 
12956                 corresponding pref is checked
12957         * src/ssl_certificate.h
12958                 include <openssl/objects/h>
12959
12960 2002-11-11 [colin]      0.8.5claws126
12961
12962         * src/ssl_certificate.h
12963                 _Really_ clean it
12964
12965 2002-11-11 [colin]      0.8.5claws125
12966         
12967         * src/ssl_certificate.c
12968                 Fixed leak
12969
12970 2002-11-11 [colin]      0.8.5claws124
12971
12972         * src/ssl.c
12973                 Cleaned a bit
12974         * src/ssl_certificate.[ch]
12975                 Cleaned a bit (better use of SSL API)
12976                 (This will cause non-recognition of saved 
12977                  certificates of claws12[23]...)
12978
12979 2002-11-11 [paul]       0.8.5claws123
12980         
12981         * po/es.po
12982                 updated by Ricardo Mones Lastra
12983
12984 2002-11-11 [colin]      0.8.5claws122
12985
12986         * src/ssl.c
12987                 Fix a typo
12988
12989 2002-11-11 [colin]      0.8.5claws121
12990
12991         * src/ssl_certificate.[ch] ** NEW FILES **
12992         * src/ssl.[ch]
12993                 Check SSL certificates presented to us
12994         * src/Makefile.am
12995                 Add ssl_certificate.[ch]
12996         * po/POTFILES.in
12997                 Add ssl_certificate.c
12998
12999 2002-11-11 [paul]       0.8.5claws120
13000
13001         * sync with 0.8.5cvs22
13002                 see ChangeLog 2002-11-11
13003
13004 2002-11-11 [paul]       0.8.5claws119
13005
13006         * sync with 0.8.5cvs21
13007                 see ChangeLog 2002-11-11
13008
13009 2002-11-10 [jens]       0.8.5claws118
13010
13011         * src/folder.c
13012         * src/folderview.c
13013                 corrected some typing
13014         * po/de.po
13015                 updated german translation
13016         * sylpheed.spec.in
13017                 cleaned up specfile and adjusted it for claws
13018
13019 2002-11-10 [colin]      0.8.5claws117
13020
13021         * src/summaryview.c
13022                 a STATUSBAR_PUSH/POP fix
13023
13024 2002-11-10 [colin]      0.8.5claws116
13025
13026         * src/prefs_folder_item.c
13027                 Fix hanging after opening folder properties
13028
13029 2002-11-10 [hoa]        0.8.5claws115
13030
13031         * src/matcher_parser_lex.l
13032         * src/matcher_parser_parse.y
13033                 config file for scoring and filtering is no more trashed
13034                 when there is a syntax error in a filtering rule when
13035                 editing it in a dialog.
13036
13037 2002-11-09 [colin]      0.8.5claws114
13038
13039         * src/mbox_folder.c
13040                 Added missing initialisation of folder->destroy()
13041
13042 2002-11-09 [colin]      0.8.5claws113
13043
13044         * src/folder.c
13045           src/folderview.c
13046                 Fix the status bar messages
13047
13048 2002-11-09 [colin]      0.8.5claws112
13049
13050         * src/folderview.c
13051                 Fix hangs after folder dnd, happening after 
13052                 claws109.
13053
13054 2002-11-09 [christoph]  0.8.5claws111
13055
13056         * src/folderview.c
13057                 just changed order of calls (reverse order of
13058                 associated calls)
13059         * src/inc.c
13060                 lock inc when checking only one account, otherwise
13061                 inc all could be executed at the same time
13062
13063 2002-11-09 [christoph]  0.8.5claws110
13064
13065         * src/folderview.c
13066                 better unlock the mouse cursor before calling
13067                 summary_show because it changes the cursor too
13068
13069 2002-11-09 [christoph]  0.8.5claws109
13070
13071         * src/folder.[ch]
13072         * src/folderview.c
13073                 add functions to open and close a folder
13074                 o opending will execute scanning for remote folders
13075                   and processing
13076                 o closing will unset new flag for messages
13077
13078 2002-11-09 [colin]      0.8.5claws108
13079
13080         * src/folder.c
13081                 Add a call to prefs_matcher_write_config to 
13082                 avoid non-leaf folders filtering settings to be
13083                 lost
13084
13085 2002-11-09 [paul]       0.8.5claws107
13086
13087         * src/prefs_account.c
13088                 re-word a label
13089
13090 2002-11-09 [colin]      0.8.5claws106
13091
13092         * src/folderview.c
13093                 Minor esthetic fix
13094
13095 2002-11-09 [colin]      0.8.5claws105
13096
13097         * src/folderview.c
13098                 Fix prefs_filtering deletion for MH folders (same
13099                 reason as below)
13100         * src/prefs_filtering.c
13101                 Fix prefs_filtering renaming and deletion for 
13102                 folder-based processing rules.  
13103
13104 2002-11-09 [christoph]  0.8.5claws104
13105
13106         * src/compose.c
13107         * src/folder.[ch]
13108         * src/folderview.[ch]
13109         * src/import.c
13110         * src/inc.c
13111         * src/main.c
13112         * src/mainwindow.c
13113         * src/messageview.c
13114         * src/prefs_folder_item.c
13115         * src/procmsg.c
13116         * src/summaryview.c
13117                 implement a callback system for folder item updates
13118
13119 2002-11-09 [colin]      0.8.5claws103
13120
13121         * src/folderview.c
13122                 Fix prefs_filtering renaming for MH folders (we
13123                 shouldn't rename by path as another folder could
13124                 have the same hierarchy).
13125
13126 2002-11-09 [colin]      0.8.5claws102
13127
13128         * src/folder.c
13129                 Fix a leak found by Christoph, use better variable
13130                 names
13131
13132 2002-11-09 [colin]      0.8.5claws101
13133
13134         * src/folder.c
13135                 One more fix for processing rules
13136
13137 2002-11-08 [colin]      0.8.5claws100
13138         
13139         * src/matcher.c
13140                 Don't copy the compiled regexp (will be reevaluated)
13141         * src/folderview.c
13142                 Lock folderview while moving
13143         * src/folder.c
13144                 Provide info on what's happening to the user
13145
13146 2002-11-08 [colin]      0.8.5claws99
13147
13148         * src/folderview.c
13149                 Fix folder reordering after a move if parent is 
13150                 root
13151         * src/scoring.[ch]
13152                 Add function to copy a ScoringProp
13153         * src/prefs_folder_item.c
13154                 Copy scoring rules when copying a folder prefs
13155
13156 2002-11-08 [colin]      0.8.5claws98
13157
13158         * src/folderview.c
13159                 Fixes in case of failure
13160         * src/filtering.[ch]    
13161                 Add function to duplicate a FilteringProp
13162         * src/matcher.[ch]
13163                 Add function to duplicate a MatcherProp
13164         * src/prefs_folder_item.c
13165                 Save folder's processing rules when copying 
13166                 its prefs
13167
13168 2002-11-08 [colin]      0.8.5claws97
13169         
13170         * src/folderview.c
13171                 Sort after move
13172         * src/folder.c 
13173                 Change a printf to debug_print
13174
13175 2002-11-08 [colin]      0.8.5claws96
13176
13177         * src/folder.c
13178           src/folderview.c
13179                 Fix segfaults, call me stupido
13180         
13181
13182 2002-11-08 [colin]      0.8.5claws95
13183
13184         *src/folder.c
13185                 Added forgotten prefs to save when moving folders
13186
13187 2002-11-08 [colin]      0.8.5claws94
13188
13189         * src/folder.c
13190                 Fixes to folder DND (prefs copy)
13191         * src/folderview.c
13192                 Optimization for folder DND (don't rescan whole tree)
13193                 Added folderview_create_folder_node() for this 
13194                 optimization, so de-duped a bit the code
13195         * src/prefs_folder_item.[ch]
13196                 Added prefs_folder_item_copy_prefs()    
13197           
13198 2002-11-08 [paul]       0.8.5claws93
13199
13200         * src/prefs_account.c
13201           tools/README
13202           tools/kmail2sylpheed_v2.pl
13203                 correct some typos
13204
13205 2002-11-08 [paul]       0.8.5claws92
13206
13207         * src/compose.c
13208           src/prefs_account.[ch]
13209                 remove account options 'clearsign' and 'ascii_armored',
13210                 replace with 'default_gnupg_mode' to prevent mixed-mode
13211                 Privacy settings
13212
13213 2002-11-08 [paul]       0.8.5claws91
13214
13215         * src/compose.[ch]
13216                 re-implement GnuPG 'on-the-fly' mode selection,
13217                 disallow mixed-mode
13218
13219 2002-11-08 [colin]      0.8.5claws90
13220
13221         * src/folderview.c
13222           src/prefs_folder_item.c
13223                 Change "Property" to "Properties"
13224
13225 2002-11-07 [colin]      0.8.5claws89
13226
13227         * src/folderview.c
13228           src/folder.c
13229                 Allow folder dropping to a root folder
13230
13231 2002-11-07 [paul]       0.8.5claws88
13232
13233         * src/compose.c
13234                 revert last commit
13235
13236 2002-11-07 [paul]       0.8.5claws87
13237
13238         * src/compose.c
13239                 fix reply-to-list bug. closes bug report
13240                 "[633382] reply-to-list broken in recent cvs"
13241
13242 2002-11-07 [paul]       0.8.5claws86
13243
13244         * src/compose.c
13245                 add a forgotten '#if USE_GPGME ... #endif'
13246
13247 2002-11-07 [paul]       0.8.5claws85
13248
13249         * sync with 0.8.5cvs20
13250                 see ChangeLog 2002-11-07
13251
13252 2002-11-07 [colin]      0.8.5claws84
13253
13254         * src/folder.[ch]
13255                 Change folder_item_move_to to return the newly 
13256                 created folderitem.
13257         * src/folderview.c
13258                 Select the new folderitem after moving.
13259
13260 2002-11-07 [colin]      0.8.5claws83
13261
13262         * src/prefs_filtering.c
13263                 Fix rule rewriting when moving a leaf folder to a 
13264                 shorter path
13265
13266 2002-11-07 [colin]      0.8.5claws82
13267
13268         * src/prefs_filtering.c
13269                 fix a leak
13270
13271 2002-11-07 [colin]      0.8.5claws81
13272
13273         * src/folder.[ch]
13274                 Add folder_item_move_to() function to move a 
13275                 folderitem into another one (updates matcher etc)
13276         * src/folderview.c
13277                 Add folder drag'n drop (context menu to come)
13278                 [Should be dataloss free, but Please backup before 
13279                  trying !]
13280
13281 2002-11-06 [colin]      0.8.5claws80
13282
13283         * src/mh.c
13284                 mh_create_folder() returns NULL if can't create
13285                 directory hierarchy
13286
13287 2002-11-06 [paul]       0.8.5claws79
13288
13289         * src/compose.[ch]
13290                 allow 'on-the-fly' changing of the type of encryption 
13291                 and/or signing used (mime/ascii) via the compose window
13292
13293 2002-11-06 [paul]       0.8.5claws78
13294
13295         * sync with 0.8.5cvs19
13296                 see ChangeLog 2002-11-06 for src/account.c: 
13297                 account_get_special_folder()
13298                 
13299 2002-11-05 [alfons]     0.8.5claws77
13300
13301         * src/crash.c
13302                 very minor cleanups: nothing to see here, move on. :-)
13303
13304 2002-11-05 [colin]      0.8.5claws76
13305
13306         * src/main.c
13307                 Changes choices if compose windows are opened to
13308                 Discard, Draft, Don't quit
13309
13310 2002-11-05 [thorsten]   0.8.5claws75
13311
13312         * src/compose.c
13313                 reenabled default_reply_to folder option
13314
13315 2002-11-05 [colin]      0.8.5claws74
13316
13317         * src/compose.[ch] 
13318                 add compose_draft()
13319         * src/crash.c
13320                 add SIGTERM handler
13321         * src/main.[ch]
13322                 add clean_quit() for the SIGTERM handler
13323
13324 2002-11-05 [paul]       0.8.5claws73
13325         
13326         * po/es.po
13327                 updated by Ricardo Mones Lastra
13328
13329 2002-11-05 [melvin]     0.8.5claws72
13330
13331         * src/logwindow.c
13332                 Fixed log-clipping bug #616795.
13333                 To stop logging in the log window use 0 length.
13334         * src/prefs_common.c
13335                 Added a label to inform about the 0 log length behaviour.
13336
13337 2002-11-05 [paul]       0.8.5claws71
13338
13339         * sync with 0.8.5cvs17
13340                 see ChangeLog 2002-11-05
13341
13342 2002-11-04 [paul]       0.8.5claws70
13343
13344         * sylpheed-128x128.png
13345           sylpheed-64x64.png
13346           sylpheed.png
13347                 replace with pngcrushed icons. Submitted by Nicolas Kaiser,
13348                 <nikai@users.sourceforge.net>
13349                 
13350         * po/bg.po
13351                 updated by George Danchev
13352
13353 2002-11-03 [thorsten]   0.8.5claws69
13354
13355         * src/main.c
13356           src/mimeview.c
13357           src/rfc2015.h
13358                 add check if gpg is active
13359
13360 2002-11-03 [thorsten]   0.8.5claws68
13361
13362         * src/toolbar.h
13363                 removed GSList declaration causing trouble on MacOS-X
13364                 (submitted by alfons, reported by xfesty)
13365
13366 2002-11-01 [paul]       0.8.5claws67
13367
13368         * src/mainwindow.c
13369                 remove last remnants of main's filter code
13370
13371 2002-11-01 [paul]       0.8.5claws66
13372
13373         * tools/filter_conv.pl
13374                 fix bug where user-defined headers were ignored
13375
13376 2002-11-01 [paul]       0.8.5claws65
13377
13378         * src/logwindow.c
13379                 make a debug_print() not translatable
13380
13381 2002-10-31 [melvin]     0.8.5claws64
13382
13383         * ac/aspell.m4
13384                 Fixed --disable-aspell-test. Now --disable-aspell-test will 
13385                 not run any GNU/aspell test.  The dictionary path will
13386                 be by default /usr/local/lib/aspell/ unless --with-aspell-prefix
13387                 was given, in which case, it will be $prefix/lib/aspell/
13388         * configure.in
13389                 Fixed typo in commentary (Aspell code).
13390
13391 2002-10-31 [paul]       0.8.5claws63
13392
13393         * po/POTFILES.in
13394                 remove src/filter.c and src/prefs_filter.c
13395                 thanks to Ricardo for reminding me
13396
13397 2002-10-31 [colin]      0.8.5claws62
13398
13399         * src/mbox_folder.c
13400                 Plug some leaks
13401
13402 2002-10-31 [paul]       0.8.5claws61
13403
13404         * src/prefs_filter.[ch] ** REMOVED **
13405           src/filter.[ch]       ** REMOVED **
13406           
13407         * src/Makefile.am
13408           src/folderview.c
13409           src/inc.c
13410           src/main.c
13411           src/mainwindow.c
13412           src/mbox.c
13413           src/prefs_common.c
13414           src/prefs_filtering.c
13415           src/summaryview.[ch]
13416                 remove main's 'filter' code
13417                 
13418         README.claws
13419                 update to reflect removal of main's filter
13420
13421 2002-10-31 [paul]       0.8.5claws60
13422
13423         * src/summaryview.c
13424                 remove check for global_processing in summary_filter_open(). 
13425                 This fixes the bug where if the user uses the right-click 
13426                 'Create filter rule...' and doesn't have any filter rules 
13427                 already defined in claws' advanced filtering, the newly 
13428                 created filter rule goes to main's filtering which is 
13429                 inaccessible through the gui. Now the filter rule gets added
13430                 to claws' filtering by default.
13431
13432 2002-10-28 [melvin]     0.8.5claws59
13433
13434         * src/prefs_actions.c
13435                 Fixed bug #627322 where MIME parts were not always
13436                 correctly passed to a %p action
13437                 Display an error dialog when message filename is not found.
13438
13439 2002-10-28 [melvin]     0.8.5claws58
13440
13441         * src/prefs_common.c
13442                 Readded a missing function declaration lost in 0.8.3claws34
13443
13444 2002-10-28 [paul]       0.8.5claws57
13445
13446         * sync with 0.8.5cvs15
13447                 see ChangeLog 2002-10-28 and 2002-10-25
13448                 
13449         Note: ChangeLog entry 2002-10-24 is not sync'ed.
13450
13451 2002-10-27 [oliver]     0.8.5claws56
13452
13453         * src/pop.c
13454                 plug leak in pop3_top_recv
13455
13456 2002-10-26 [christoph]  0.8.5claws55
13457
13458         * src/folder.c
13459                 set need_update folder flag when messages are added
13460                 (closes bug [ 626922 ] folder not updated after receiving)
13461
13462 2002-10-25 [melvin]     0.8.5claws54
13463
13464         * src/imageview.c
13465                 Fixed a memleak introduced in the scaling code.
13466
13467 2002-10-24 [alfons]     0.8.5claws53
13468
13469         * src/filtering.c
13470                 make filtering's forward message action forward from the 
13471                 correct account
13472                 (closes bug [628089 ] Filter -> Forward from address problem
13473                 reported by Oktay)
13474
13475 2002-10-24 [christoph]  0.8.5claws52
13476
13477         * src/mainwindow.c
13478         * src/manual.[ch]
13479                 o use manual of current locale or english if current
13480                   locale is not available (and english is available)
13481                 o also link to sylpheed doc project manuals
13482
13483 2002-10-23 [paul]       0.8.5claws51
13484
13485         * tools/README
13486           tools/kmail2sylpheed_v2.pl
13487                 add new version of kmail addressbook importer script.
13488                 works with newer versions of Kmail/KAddressBook which
13489                 have new and rearranged data.
13490
13491 2002-10-23 [martin]     0.8.5claws50
13492
13493         * src/folderview.c
13494         * src/summaryview.c
13495         * src/utils.h
13496         * src/utils.c
13497                 added length parameter to get_abbrev_newsgroup_name()
13498                 changed this function so that it abbreviates the newsgroup
13499                 names only so long it is smaller than the length parameter
13500                 (for better reading of some newsgroup names and space efficiency)
13501
13502 2002-10-22 [colin]      0.8.5claws49
13503
13504         *src/foldersel.c
13505                 Revert Alfons' last modification (after voting ;-))
13506
13507 2002-10-21 [alfons]     0.8.5claws48
13508
13509         * src/foldersel.c
13510                 folder view in folder selection dialog reflects state of
13511                 folder view in main window
13512
13513 2002-10-18 [alfons]     0.8.5claws47
13514
13515         * src/mbox.c
13516                 drop imported messages in folder selected by user,
13517                 and not in the inbox
13518                 (closes bug [ 625424 ] Import mbox always to "Inbox" folder)
13519
13520 2002-10-18 [alfons]     0.8.5claws46
13521
13522         * src/compose.c
13523                 make automagic reply work correctly for email accounts 
13524                 (whether it's viable to do a full sync with Hiro's 
13525                 compose.c is still under discussion)
13526
13527 2002-10-18 [melvin]     0.8.5claws45
13528
13529         * src/prefs_actions.c
13530                 Fixed bug #622275 where asynchroneous actions left 
13531                 zombies processes
13532                 Made (synchroneous) actions' input be displayed live.
13533
13534 2002-10-18 [christoph]  0.8.5claws44
13535
13536         * src/textview.c
13537                 don't add a newline in the textview in front of the
13538                 first textpart if header display is disabled
13539                 (closes bug [ 603385 ] disabled header display leaves blank
13540                  lin)
13541
13542 2002-10-18 [christoph]  0.8.5claws43
13543
13544         * src/folder.[ch]
13545         * src/imap.c
13546         * src/mbox_folder.c
13547         * src/mh.c
13548         * src/news.c
13549                 folder->get_num_list now returns an error code
13550                 (closes bug [ 609424 ] News cache cleared on failure)
13551                 
13552 2002-10-17 [colin]      0.8.5claws42
13553         
13554         * src/news.c
13555                 Changed a printf by debug_print
13556
13557 2002-10-16 [paul]       
13558
13559         * tools/OOo2sylpheed.pl
13560                 allow for spaces in the name of the
13561                 file to be attached.
13562
13563 2002-10-16 [colin]      0.8.5claws41
13564
13565         * src/main.c
13566                 Use a tristate to change online mode
13567
13568 2002-10-16 [paul]       0.8.5claws40
13569
13570         * po/es.po
13571                 updated by Ricardo Mones Lastra
13572
13573 2002-10-16 [colin]      0.8.5claws39
13574
13575         * src/main.c
13576           src/mainwindow.[ch]
13577                 Added --online and --offline command-line
13578                 switches
13579
13580 2002-10-15 [christoph]  0.8.5claws38
13581
13582         * src/procmime.c
13583                 set mimeinfo->name to NULL after g_free to
13584                 avoid double freeing with g_free
13585
13586 2002-10-14 [christoph]  0.8.5claws37
13587
13588         * src/compose.c
13589         * src/filtering.c
13590         * src/summaryview.c
13591                 remove calls to folder->change_flags that are now
13592                 done by procmsg flag functions (seems it is not
13593                 used by any foldertype anyway)
13594         * src/folder.c
13595                 init folder->change_flags with NULL
13596
13597 2002-10-14 [christoph]  0.8.5claws36
13598
13599         * src/folder.[ch]
13600         * src/imap.[ch]
13601                 use virtual functions for folder item new and destroy
13602                 functions
13603
13604 2002-10-14 [melvin]     0.8.5claws35
13605
13606         * src/compose.c
13607                 Added a test to not run the spell checker if no default
13608                 dictionary is available. No dialog is displayed though.
13609
13610 2002-10-14 [melvin]     0.8.5claws34
13611
13612         * src/gtkaspell.c
13613                 Fixed bug in dictionary list context menu where
13614                 "More..." pointed to an emtpy submenu if the
13615                 number of dictionaries is a multiple of 15
13616                 Removed unneeded code in suggestions list creation
13617
13618 2002-10-14 [paul]       0.8.5claws33
13619
13620         * po/bg.po
13621                 updated by George Danchev
13622
13623 2002-10-13 [hoa]        0.8.5claws32
13624
13625         * src/matcher.[ch]
13626           src/matcher_parser_parser.y
13627                 removed the escaped string from internal structure
13628                 of matcher.
13629
13630 2002-10-12 [colin]      0.8.5claws31
13631
13632         * src/gtksctree.[ch]
13633           src/summaryview.c
13634                 Removed useless function gtksctree_reanchor
13635
13636 2002-10-12 [alfons]     0.8.5claws30
13637         
13638         * sync with remaining main changes 2002-10-09 - 2002-10-11
13639         - drop changes to src/compose.c (requires claws specific changes)
13640         
13641 2002-10-12 [alfons]     0.8.5claws29
13642         
13643         * sync with main changes of 2002-10-08
13644         - drop changes to src/compose.c (requires claws specific changes)
13645         - drop changes to src/summaryview.c (requires changes to compose.c)     
13646
13647 2002-10-12 [alfons]     0.8.5claws28
13648         
13649         * sync with main changes of 2002-10-07
13650
13651 2002-10-12 [alfons]     0.8.5claws27
13652
13653         * sync with main changes of 2002-10-04
13654         - drop changes to src/compose.c (requires claws specific changes)
13655         - drop changes to src/prefs_folder_item.c (claws implementation
13656           seems to be working)
13657
13658 2002-10-12 [colin]      0.8.5claws26
13659
13660         * src/mainwindow.c
13661                 Fix folder-flicker when space-reading, introduced 
13662                 in claws22.
13663
13664 2002-10-12 [colin]      0.8.5claws25
13665
13666         * src/compose.c
13667                 Save account address when saving as draft.
13668                 (closes bug 621838)
13669
13670 2002-10-12 [colin]      0.8.5claws24
13671
13672         * src/summaryview.c
13673                 Fix the problem consisting of no message selected
13674                 after the last message in a folder has been moved.
13675
13676 2002-10-12 [paul]       0.8.5claws23
13677
13678         * src/compose.c
13679           src/prefs_template.c
13680           src/template.[ch]
13681                 add Cc and Bcc to templates. Patch submitted by
13682                 John L. Males.
13683
13684 2002-10-12 [colin]      0.8.5claws22
13685
13686         * src/folderview.c
13687                 Fix a bug after "Check for new messages":
13688                 If a folder was opened, it was still selected at
13689                 the end of the check, but displayed empty.
13690         * src/mainwindow.c
13691                 Remove unnecessary check
13692
13693 2002-10-12 [paul]
13694
13695         * tools/README
13696                 be more verbose in the description of
13697                 OOo2sylpheed.pl
13698                 
13699
13700 2002-10-11 [colin]      0.8.5claws21
13701
13702         * src/mainwindow.c
13703                 Make space work (better) when no mail is selected
13704
13705 2002-10-11 [colin]      0.8.5claws20
13706
13707         * src/inc.c
13708           src/news.c
13709                 fix warnings
13710
13711 2002-10-11 [colin]      0.8.5claws19
13712
13713         * src/mainwindow.c
13714                 revert 0.8.5claws6 changes as i couldn't get to
13715                 anything satisfying
13716
13717 2002-10-11 [melvin]     0.8.5claws18
13718
13719         * src/compose.c
13720                 Removed buggy and unused macro (should have been committed in
13721                 0.8.5claws17)
13722
13723 2002-10-11 [melvin]     0.8.5claws17
13724
13725         * src/compose.c
13726                 Fixed memory leak from bug #622040 (thanks to Martin Kluge)
13727
13728 2002-10-11 [thorsten]   0.8.5claws16 
13729
13730         * src/folderview.c
13731                 remove rescan warning
13732
13733 2002-10-11 [colin]      0.8.5claws15 
13734
13735         * src/procheader.c
13736                 fix a segfault that happens if conv_unmime_header
13737                 fails (should be better to find out why it fails)
13738
13739 2002-10-11 [christoph]  0.8.5claws14
13740
13741         * src/summaryview.c
13742                 update folderview stats after ignore/unignore thread
13743
13744 2002-10-11 [hoa]        0.8.5claws13
13745
13746         * src/quote_fmt_parse.y
13747                 Fixed a yacc/bison syntax error
13748         * src/matcher.c
13749                 Escaping of string is fixed.
13750
13751 2002-10-11 [colin]      0.8.5claws12
13752
13753         * src/imageview.c
13754                 Resize images to fit
13755
13756 2002-10-11 [paul]       0.8.5claws11
13757
13758         * po/es.po
13759                 updated by Ricardo Mones Lastra
13760
13761 2002-10-10 [alfons]     0.8.5claws10
13762
13763         * src/compose.c
13764                 allow dropping files by "moving" files from a file manager,
13765                 not only by the more cumbersome "copying". the latter 
13766                 mostly implies holding down the Control button
13767
13768 2002-10-10 [christoph]  0.8.5claws9
13769
13770         * src/summaryview.c
13771                 update folders after thread building for ignored threads
13772
13773 2002-10-10 [christoph]  0.8.5claws8
13774
13775         * config/.cvsignore
13776                 added Makefile
13777         * src/filtering.[ch]
13778         * src/folder.[ch]
13779         * src/folderview.[ch]
13780         * src/import.c
13781         * src/inc.[ch]
13782         * src/mbox.[ch]
13783         * src/procmsg.c
13784         * src/summaryview.[ch]
13785                 o added new flag need_update to FolderItem
13786                 o removed folder_table from various functions from tracking
13787                   folder updates
13788                 o set need_update flags in folder.c's move, copy and delete
13789                   functions and procmsg's flags functions
13790                 o added function folderview_update_items_when_required that
13791                   updates all folders with need_update set
13792                 o call folderview_update_items_when_required instead of
13793                   folderview_update_item_foreach
13794
13795 2002-10-09 [sergey]     0.8.5claws7
13796
13797         * src/compose.c
13798                 Strip CRs whel loading the text into editor in reedit mode.
13799
13800 2002-10-09 [colin]      0.8.5claws6
13801
13802         * src/mainwindow.c
13803                 Make Space work when no mail is selected
13804
13805 2002-10-09 [colin]      0.8.5claws5
13806
13807         * src/gtksctree.[ch]
13808                 Fix range_select
13809                 Add gtk_sctree_reanchor() 
13810         * src/summaryview.c
13811                 Use gtk_sctree_reanchor() - better fix for 
13812                 bug 60413
13813
13814 2002-10-09 [colin]      0.8.5claws4
13815
13816         * src/summaryview.c
13817                 Fix shift-click select after delete problem
13818                 (closes bug 60413)
13819
13820 2002-10-08 [thorsten]   0.8.5claws3
13821
13822         * src/summaryview.c
13823                 exclude current msg from -hide read messages-
13824
13825 2002-10-08 [colin]      0.8.5claws2
13826
13827         * src/inc.[ch]
13828           src/pop.c
13829           src/recv.c
13830                 Differentiate socket errors from disk full
13831                 errors
13832
13833 2002-10-08 [christoph]  0.8.5claws1
13834
13835         * Makefile.am
13836         * configure.in
13837                 modifications for new config directory
13838
13839         * config.guess  ** REMOVED **
13840         * config.sub    ** REMOVED **
13841         * install-sh    ** REMOVED **
13842         * ltmain.sh     ** REMOVED **
13843         * missing       ** REMOVED **
13844         * mkinstalldirs ** REMOVED **
13845                 these files are autogenerated by automake
13846                 when you run autogen.sh
13847
13848         * config/.cvsignore     ** NEW FILE **
13849         * config/Makefile.am    ** NEW FILE **
13850                 ignore autogenerated files
13851                 create a Makefile in this directory
13852
13853 2002-10-08 [paul]       0.8.5claws
13854
13855         * 0.8.5claws release
13856         
13857         * src/compose.c
13858           src/procheader.c
13859           src/procmsg.c
13860                 fix quote reply format for newsgroups reply bug
13861                 (thanks to Hoa)
13862                 
13863         * po/en_GB.po
13864           po/pl.po
13865                 updated by me and Witold Wladyslaw Wojciech Wilk
13866                 repectively
13867
13868 2002-10-07 [paul]       0.8.3claws53
13869
13870         * po/it.po
13871           po/pt_BR.po
13872           po/sr.po
13873                 updated messages catalogs, submitted by
13874                 Alessandro Maestri, Fabio Jr.Beneditto 
13875                 and Urke MMI, respectively.
13876
13877 2002-10-07 [christoph]  0.8.3claws52
13878
13879         * src/folder.[ch]
13880         * src/folderview.c
13881         * src/mainwindow.c
13882                 fix new folder ghost message bug
13883                 (closes bug [ 619722 ] wrong count for newly created folders)
13884
13885 2002-10-07 [christoph]  0.8.3claws51
13886
13887         * src/compose.c
13888                 fix news posting problem
13889
13890 2002-10-07 [melvin]     0.8.3claws50
13891
13892         * po/fr.po
13893                 Updated French translation
13894
13895 2002-10-05 [christoph]  0.8.3claws49
13896
13897         * src/gtkstext.c
13898                 check if line_start_cache is set in gtk_stext_update_text
13899                 (closes bug [ 618119 ] crash while doing search in folder)
13900
13901 2002-10-05 [christoph]  0.8.3claws48
13902
13903         * src/imap.c
13904         * src/news.c
13905         * src/utils.c
13906         * src/utils.h
13907                 implement cache cleanups for claws' folder system
13908                 (closes bug [ 595916 ] imapcache not cleaned up)
13909
13910 2002-10-05 [melvin]     0.8.3claws47
13911
13912         * src/prefs_actions.c
13913                 Made the help text more clear for the %p token
13914
13915 2002-10-04 [paul]       0.8.3claws46
13916
13917         * sync with 0.8.5
13918                 see ChangeLog 2002-10-02 and 2002-10-03
13919
13920 2002-10-04 [christoph]  0.8.3claws45
13921
13922         * src/inc.c
13923                 fix segfault caused by pop before smtp
13924                 call to inc_account_mail with NULL
13925                 pointer for mainwin
13926
13927 2002-10-04 [paul]       0.8.3claws44
13928
13929         * configure.in
13930                 sync the LDAP detection from 0.8.5cvs1
13931
13932 2002-10-02 [christoph]  0.8.3claws43
13933
13934         * po/de.po
13935                 fix small spelling error
13936
13937 2002-10-02 [melvin]     0.8.3claws42
13938
13939         * ac/aspell.m4
13940                 Behave better and say "no" when test program cannot be run.
13941
13942 2002-10-02 [paul]       0.8.3claws41
13943
13944         * sync with 0.8.4cvs1
13945                 see ChangeLog 2002-09-30, 2002-10-01, 2002-10-02
13946                 
13947         * src/summaryview.c
13948                 toggle the behavior of Reply menuitem between
13949                 normal reply and reply-to-list
13950
13951 2002-10-01 [sergey]     0.8.3claws40
13952
13953         * src/compose.c
13954                 Convert newlines in the message text to the canonical form
13955                 before base64 encoding (RFC2045 compliance, fixes some
13956                 interoperability issues with Evolution 1.0.3)
13957
13958 2002-09-29 [colin]      0.8.3claws39
13959
13960         * src/summaryview.c
13961                 Fix an unwanted copy/paste
13962
13963 2002-09-29 [colin]      0.8.3claws38
13964
13965         * src/mainwindow.c
13966                 Renamed "Custom toolbar" to "Customize toolbar"
13967                 Renamed "Show all header" to "Show all headers"
13968                 Renamed "Set diplay item" to "Set displayed items"
13969         * src/prefs_common.c
13970                 Renamed "Show all header" to "Show all headers"
13971         * src/prefs_summary_column.c
13972                 Renamed "diplay item" to "displayed items"
13973
13974 2002-09-29 [colin]      0.8.3claws37
13975
13976         * src/mainwindow.[ch]
13977                 online/offline status pixmaps follow theme
13978                 changes
13979         * src/summaryview.[ch]
13980                 quicksearch pixmap follows theme changes
13981
13982 2002-09-29 [thorsten]   0.8.3claws36
13983
13984         * src/compose.c
13985           src/prefs_folder_item.[ch]
13986                 add default_reply_to folder option (closes patch 581044)
13987
13988 2002-09-29 [christoph]  0.8.3claws35
13989
13990         * acconfig.h    ** REMOVED **
13991         * configure.in
13992         * ac/aspell.m4
13993         * ac/check-type.m4
13994         * ac/gnupg-check-typedef.m4
13995                 fix autoheader 2.50 warning
13996
13997 2002-09-29 [christoph]  0.8.3claws34
13998
13999         * major code cleanup (part 2)
14000         
14001                 - unused variables removed
14002                 - unused functions removed
14003                 - uninitialized variables checked
14004                 - missing return statements added
14005                 - missing function return types added
14006                 - added parentheses around assignment
14007                   when suggested by gcc
14008
14009 2002-09-29 [alfons]     0.8.3claws33
14010
14011         * src/logwindow.c
14012                 log_window_clear(): only bracket gtk_text_forward_delete() 
14013                 with gtk_text_freeze() / gtk_text_thaw() (see if this
14014                 works around GTK text bug)
14015
14016 2002-09-29 [paul]       0.8.3claws32
14017
14018         * po/bg.po
14019           po/sr.po
14020                 updated by George Danchev and Urke MMI
14021                 respectively
14022
14023 2002-09-27 [christoph]  0.8.3claws31
14024
14025         * doc-src/readme.txt
14026         * doc-src/rfc1806.txt   ** REMOVED **
14027         * doc-src/rfc2183.txt   ** NEW FILE **
14028         * doc-src/rfc2980.txt   ** NEW FILE **
14029                 update rfcs
14030
14031 2002-09-27 [melvin]     0.8.3claws30
14032
14033         * ac/aspell.m4
14034                 Fixed typo which could break linking
14035
14036 2002-09-27 [melvin]     0.8.3claws29
14037
14038         * ac/aspell.m4
14039                 Improved GNU/aspell checking. 
14040                 Fixed bug #614490
14041
14042 2002-09-27 [paul]       0.8.3claws28
14043
14044         * sync with 0.8.3cvs8
14045                 see ChangeLog 2002-09-27
14046
14047 2002-09-26 [colin]      0.8.3claws27
14048
14049         * src/toolbar.[ch]
14050           src/mainwindow.[ch]
14051                 Add "Reply to Mailing-list" to the toolbar
14052
14053 2002-09-26 [christoph]  0.8.3claws26
14054
14055         * src/summaryview.c
14056                 Fix wrong message counts in summaryview status
14057
14058 2002-09-26 [paul]       0.8.3claws25
14059
14060         * sync with 0.8.3cvs7
14061                 see ChangeLog 2002-09-26
14062
14063 2002-09-26 [paul]       0.8.3claws24
14064
14065         * sync with 0.8.3cvs6
14066                 see ChangeLog 2002-09-25
14067
14068 2002-09-25 [christoph]  0.8.3claws23
14069
14070         * src/prefs_common.c
14071         * src/prefs_folder_item.c
14072         * src/prefs_scoring.c
14073                 Renamed "kill score" to "hide score" in GUI
14074                 and prefs files
14075
14076 2002-09-25 [paul]       0.8.3claws22
14077
14078         * sync with 0.8.3cvs5
14079                 see ChangeLog 2002-09-24
14080
14081 2002-09-24 [alfons]     0.8.3claws21
14082
14083         patch by Satoshi Nagayasu: allows appending / saving multiple 
14084         selected files (closes "[ 612279 ] save multiple mesg(s) in 
14085         'Save as ...'")
14086
14087         * AUTHORS
14088                 add Satoshi Nagayasu
14089         * src/summaryview.c
14090                 summary_save_as(): allow saving selected files to
14091                 one file
14092                 summary_set_menu_sensitive: enable "Save As..." when
14093                 multiple files are selected
14094         * src/utils.[ch]
14095                 append_file(): new function
14096
14097 2002-09-24 [colin]      0.8.3claws20
14098
14099         * src/procmime.c
14100                 Fix segfault when mimeinfo doesn't have a 
14101                 content_type. 
14102
14103 2002-09-24 [colin]      0.8.3claws19
14104
14105         * src/prefs_common.[ch]
14106                 Add a preference to display send dialog or not
14107         * src/send.c
14108                 Display send dialog according to preference
14109
14110 2002-09-24 [colin]      0.8.3claws18
14111
14112         * src/compose.[ch]
14113                 Disable user actions when sending
14114
14115 2002-09-24 [colin]      0.8.3claws17
14116
14117         * src/procmime.c
14118                 Do not display name or filename for attachments
14119                 with an application/pgp-signature type
14120                 (security flaw, see bug 537413)
14121
14122 2002-09-23 [colin]      0.8.3claws16
14123
14124         * src/editaddress.c
14125                 Initialize entry_email, entry_alias and 
14126                 entry_remarks to first email address of the list
14127
14128 2002-09-23 [colin]      0.83claws15
14129
14130         * src/compose.c
14131                 Drop pgp-signature when reediting a signed queued
14132                 message
14133
14134 2002-09-23 [melvin]     0.8.3claws14
14135
14136         * po/fr.po
14137                 Updated French translation
14138
14139 2002-09-23 [melvin]     0.8.3claws13
14140
14141         * src/mainwindow.c
14142                 Made custom toolbar menu labels more consistent
14143         * src/prefs_toolbar.c
14144                 Made custom toolbar window title more consistent
14145
14146 2002-09-22 [colin]      0.8.3claws12
14147
14148         * src/inc.c
14149                 Initialize session type to normal before getting 
14150                 mail (fixes strange Get behaviour)
14151         * src/prefs_account.h
14152                 Move STYPE_POP_BEFORE_SMTP to last position to 
14153                 avoid other side-effects
14154
14155 2002-09-22 [colin]      0.8.3claws11
14156
14157         * src/prefs_account.c
14158                 Fix pop_bfr_smtp_tm_entry sensivity when switching
14159                 from pop3 to apop or vice-versa
14160
14161 2002-09-22 [colin]      0.8.3claws10
14162         
14163         * src/prefs_account.[ch]
14164                 Add an option for the POP before SMTP timeout
14165         * src/inc.c
14166                 Remember time of last POP connection
14167         * src/send.c
14168                 Do POP before SMTP only if timeout reached
14169
14170 2002-09-22 [oliver]     0.8.3claws9
14171         
14172         * README.claws
14173                 explain custom toolbar
14174
14175 2002-09-22 [oliver]     0.8.3claws8
14176
14177         * src/prefs_actions.[ch]
14178         custom toolbar for compose      
14179                 actions callback from compose toolbar
14180         * src/folderview.c
14181                 remove include toolbar.h
14182
14183 2002-09-22 [oliver]     0.8.3claws7
14184         
14185         * src/prefs_toolbar.[ch]
14186                 custom toolbar for compose
14187                 - generic prefs_toolbar handles both
14188                   Mainwin's toolbar as well as Compose toolbar          
14189
14190 2002-09-22 [oliver]     0.8.3claws6
14191         
14192         * src/toolbar.[ch]
14193                 custom toolbar for compose
14194                 restructure toolbar.[ch]
14195
14196 2002-09-22 [oliver]     0.8.3claws5
14197
14198         * src/compose.[ch]
14199                 custom toolbar for compose
14200
14201 2002-09-22 [oliver]     0.8.3claws4
14202         
14203         * src/mainwindow.[ch]
14204                 custom toolbar for compose 
14205                 move mainwin toolbar back to mainwindow
14206
14207 2002-09-22 [alfons]     0.8.3claws3
14208
14209         * src/procmsg.c
14210                 :%sno/if(/if (/gc
14211                 :%sno/for(/for (/gc
14212                 (beautify)
14213
14214 2002-09-22 [alfons]     0.8.3claws2
14215         
14216         * src/procmsg.c
14217                 procmsg_save_to_outbox(): don't unlink message file from queue;
14218                 callers should do it using folder_item_remove_msg()
14219
14220 2002-09-22 [colin]      0.8.3claws1
14221
14222         * src/mimeview.[ch]
14223                 Made mimeview_check_signature() public
14224         * src/textview.c
14225                 Made GPG signatures verifiable by clicking
14226                 the [application/pgp-signature] in the Text
14227                 view
14228
14229 2002-09-22 [paul]       0.8.3claws
14230
14231         * po/bg.po
14232           po/en_GB.po
14233           po/es.po
14234           po/it.po
14235           po/pl.po
14236           po/pt_BR.po
14237           po/sr.po
14238                 updated translations, submitted by George Danchev,
14239                 me, Ricardo Mones Lastra, Alessandro Maestri,
14240                 Witold Wladyslaw Wojciech Wilk, Fabio Jr.Beneditto 
14241                 and Urke MMI, respectively.     
14242
14243 2002-09-22 [alfons]     0.8.2claws65
14244
14245         * src/procmsg.c
14246         * src/pgptext.c
14247                 no furry valgrinds have been used to plug these memleaks
14248
14249 2002-09-20 [paul]       0.8.2claws64
14250
14251         * sync with 0.8.3cvs4
14252                 'Select thread' re-implemented 
14253                 see ChangeLog 2002-09-20
14254
14255 2002-09-21 [alfons]     0.8.2claws63
14256
14257         * src/compose.c
14258                 compose_send(): plug unnoticed memleak
14259
14260 2002-09-20 [alfons]     0.8.2claws62
14261
14262         * src/addr_compl.c
14263                 replace_address_in_edit(): strict check for NULL address to
14264                 fix "[ 607348 ] Segfault in address completion". My guess is
14265                 that this happens with an empty address book, but it's good
14266                 to have this check here anyway
14267                 
14268                 completion_window_button_press(): free string returned 
14269                 from the internal cache
14270
14271 2002-09-20 [christoph]  0.8.2claws61
14272
14273         * src/procmime.h
14274                 added ENC_BINARY to EncodingType
14275         * src/procmime.c
14276                 the string returned by procmime_get_encoding_str
14277                 should not depend on the order of values in the
14278                 EncodingType definition
14279         * doc-src/rfc1806.txt   ** NEW FILE **
14280                 Added rfc1806 about MIME Content-Disposition
14281                 Extension
14282
14283 2002-09-19 [paul]       0.8.2claws60
14284
14285         * sync with 0.8.2cvs3
14286                 see ChangeLog 2002-09-19
14287
14288 2002-09-19 [paul]       0.8.2claws59
14289
14290         * src/prefs_folder_item.c
14291                 revert to Darko's original alignment of colour
14292                 selector button
14293                 add a colon to folder_color label
14294                 
14295         * src/compose.c
14296                 add Colin's patch (with Hiro's modifications) to 
14297                 force BASE64 encoding for 8-bit text when signing
14298                 (sync with 0.8.3cvs2)
14299
14300 2002-09-18 [alfons]     0.8.2claws58
14301
14302         * src/compose.c
14303                 :%sno/if(/if (/gc
14304                 :%sno/for(/for (/gc
14305                 (beautify a little bit)
14306
14307 2002-09-18 [christoph]  0.8.2claws57
14308
14309         * src/pine.c
14310                 fix handling of fgetc return value
14311
14312 2002-09-17 [alfons]     0.8.2claws56
14313         
14314         * src/summaryview.c
14315                 summary_sort(): check non-NULL summaryview->folder_item when no 
14316                 folder is selected at all
14317                 (closes "[ 610344 ] sort label make syl Crash")
14318
14319 2002-09-17 [alfons]     0.8.2claws55
14320         
14321         * src/compose.c
14322                 beautify a little bit
14323
14324 2002-09-17 [christoph]  0.8.2claws54
14325
14326         * src/folder.c
14327                 initialize max values for cache and folder
14328                 when cache or folder is empty
14329
14330 2002-09-15 [colin]      0.8.2claws53
14331
14332         * src/compose.c
14333                 Fix a leak (thanks Alfons!) and cleaned
14334                 variables names for custom headers
14335
14336 2002-09-15 [colin]      0.8.2claws52
14337
14338         * src/compose.c
14339                 Fix custom headers recognition when
14340                 prefs_common.trans_hdr is on
14341
14342 2002-09-15 [colin]      0.8.2claws51
14343
14344         * src/compose.c
14345                 Allow dynamically-added custom headers
14346                 Yet not reparsed if reedited
14347
14348 2002-09-15 [alfons]     0.8.2claws50
14349
14350         * src/prefs_account.c
14351                 fix warnings
14352
14353 2002-09-15 [colin]      0.8.2claws49
14354         
14355         * src/prefs_account.c
14356                 fix pop_before_smtp sensitivity
14357
14358 2002-09-15 [colin]      0.8.2claws48
14359
14360         * src/inc.[ch]
14361                 add inc_pop_before_smtp()
14362                 allow MainWindow to be undefined in 
14363                 inc_account_mail() and inc_start()
14364         * src/pop.c
14365           src/prefs_account.h
14366                 add STYPE_POP_BEFORE_SMTP session type
14367         * src/prefs_account.c
14368                 activated pop before smtp option
14369         * src/send.c
14370                 do pop before smtp if the relevant option 
14371                 is set
14372
14373 2002-09-15 [paul]       0.8.2claws47
14374
14375         * sync with 0.8.3
14376                 see ChangeLog 2002-09-15
14377
14378 2002-09-14 [paul]       0.8.2claws46
14379
14380         * po/bg.po
14381                 updated Bulgarian translation, submitted by
14382                 George Danchev
14383
14384 2002-09-13 [paul]       0.8.2claws45
14385
14386         * src/compose.c
14387                 merge claws' select_account() with main's
14388                 (new) compose_select_account(). [sync with
14389                 0.8.2cvs15, see ChangeLog 2002-09-11]
14390
14391 2002-09-12 [christoph]  0.8.2claws44
14392
14393         * src/filter.c
14394                 allocate 1 elements of FolderItem not 0
14395
14396 2002-09-12 [colin]      0.8.2claws43
14397
14398         * src/compose.c
14399                 Fix bug #590825 (obey Follow-up: poster)
14400
14401 2002-09-12 [colin]      0.8.2claws42
14402
14403         * src/procmime.c
14404                 Fix bug #557009 (wrong headers for messages 
14405                 forwarded as attachments)
14406
14407 2002-09-11 [colin]      0.8.2claws41
14408         
14409         * src/compose.c
14410                 Put SCF: pseudo-header on top of message
14411                 Set draft tmp_flag when saved as draft
14412
14413         * src/procmsg.c
14414           src/procheader.c
14415                 Skip after first \n\n for beginning of real message
14416                 for drafts too
14417
14418 2002-09-11 [christoph]  0.8.2claws40
14419
14420         * src/filtering.c
14421                 use procmsg flag functions in filtering or processing
14422                 will cause incorrect folder message counts
14423
14424 2002-09-11 [colin]      0.8.2claws39
14425
14426         * src/compose.c
14427                 Fix bug #550175 - wrong save folder when reediting
14428                 drafts
14429
14430 2002-09-11 [paul]       0.8.2claws38
14431
14432         * sync with 0.8.2cvs14
14433                 see ChangeLog 2002-09-11
14434
14435 2002-09-11 [colin]      0.8.2claws37
14436
14437         * src/folder.c
14438                 Fix a typo (seeming to cause new/unread status to
14439                 be lost)
14440
14441 2002-09-10 [christoph]  0.8.2claws36
14442
14443         * src/compose.c
14444                 compose_redirect should not use compose_generic_new
14445                 because that does more stuff than expected including
14446                 opening the external editor
14447                 (closes bug "[ 526608 ] bounced messages appear blank
14448                  in editor")
14449
14450 2002-09-10 [christoph]  0.8.2claws35
14451
14452         * src/folder.c
14453                 fix problem with too large message number range
14454                 causing a crash in folder_item_scan
14455
14456 2002-09-10 [paul]       0.8.2claws34
14457
14458         * sync with 0.8.2cvs13
14459                 see ChangeLog 2002-09-10
14460
14461 2002-09-10 [christoph]  0.8.2claws33
14462
14463         * src/msgcache.c
14464                 set MsgInfo TmpFlags for queue and draft folders
14465                 (closes bug "[ 591676 ] Queue ignore MIME on restart")
14466
14467 2002-09-10 [paul]       0.8.2claws32
14468
14469         * AUTHORS
14470           po/bg.po      ** NEW FILE **
14471                 new Bulgarian translation submitted by
14472                 George Danchev <danchev@spnet.net>
14473                 
14474         * tools/Makefile.am
14475           tools/README
14476           tools/tb2sylpheed     ** NEW FILE **
14477                 add script that converts an addressbook exported
14478                 from The Bat! into a Sylpheed addressbook. Submitted
14479                 by Urke MMI <urke-kg@eunet.yu>
14480
14481 2002-09-10 [paul]       0.8.2claws31
14482
14483         * sync with 0.8.2cvs12
14484                 see ChangeLog 2002-09-10
14485
14486 2002-09-06 [paul]       0.8.2claws30
14487
14488         * src/prefs_common.c
14489                 sync with 0.8.2cvs11, see ChangeLog 2002-09-06
14490                 
14491         * tools/Makefile.am
14492           tools/README
14493           tools/ldif-to-xml.py  ** REMOVED **
14494                 remove obsolete python script
14495
14496 2002-09-06 [paul]       0.8.2claws29
14497
14498         * sync with 0.8.2cvs10
14499                 see ChangeLog 2002-09-06
14500
14501 2002-09-04 [paul]       0.8.2claws28
14502
14503         * sync with 0.8.2cvs9
14504                 see ChangeLog 2002-08-04
14505
14506 2002-09-04 [colin]      0.8.2claws27 
14507
14508         * src/prefs_common.[ch]
14509                 Added signature color configuration
14510         * src/textview.c
14511                 Use user-specified signature color
14512
14513 2002-09-03 [colin]      0.8.2claws26
14514
14515         * src/prefs_common.[ch]
14516                 Added autosave and autosave_length prefs
14517         * src/compose.c
14518                 Added compose_remove_draft()
14519                 Auto-save drafts according to the prefs
14520         * src/main.c
14521                 Added a crash-indicator file, allowing to check
14522                 for new messages on startup if Sylpheed crashed
14523                 (makes saved drafts "reappear")
14524
14525 2002-09-03 [colin]      0.8.2claws25
14526
14527         * src/textview.[ch]
14528                 Grey the signature
14529
14530 2002-09-03 [paul]       0.8.2claws24
14531
14532         * sync with 0.8.2cvs8
14533                 see ChangeLog 2002-09-02 and 2002-09-03
14534
14535 2002-09-03 [darko]      0.8.2claws23
14536
14537         * src/folderview.c
14538                 use normal style when creating new folder to pick
14539                 proper font size 
14540
14541 2002-09-02 [melvin]     0.8.2claws22
14542
14543         * src/gtkaspell.m4
14544                 removed some obsolete code
14545
14546 2002-09-02 [melvin]     0.8.2claws21
14547
14548         * ac/aspell.m4
14549                 fixed test's equality sign (== to =)
14550
14551 2002-09-02 [alfons]     0.8.2claws20
14552
14553         * src/folder.c
14554         * src/mh.c
14555                 revert change of 0.8.2claws16 and use the mh_folder_destroy
14556                 as folder->destroy virtual as suggested by Hiro
14557                 (the mh.c code seems to have been lost around mh.c.1.21)
14558
14559 2002-09-02 [paul]       0.8.2claws19
14560
14561         * po/pt_BR.po
14562                 updated by Fabio Jr. Beneditto
14563                 
14564         * src/defs.h
14565                 use 'http://claws.sylpheed.org' for homepage link. 
14566                 Domain provided by Oktay Altunergil <oktay@freelinuxcd.org>
14567
14568 2002-09-01 [alfons]     0.8.2claws18
14569
14570         * src/mh.c
14571                 plug memleak related to one Martin Kluge found
14572
14573 2002-08-31 [paul]       0.8.2claws17
14574
14575         * sync with 0.8.2cvs6
14576                 see ChangeLog 2002-08-30
14577
14578 2002-08-31 [alfons]     0.8.2claws16
14579
14580         * src/folder.c
14581                 folder_destroy(): remove mailbox from folderlist even if it has
14582                 no destroy virtual
14583
14584 2002-08-31 [alfons]     0.8.2claws15
14585
14586         * src/folder.c
14587                 :%sno/if(/if (/gc
14588                 :%sno/for(/for (/gc
14589                 (being pedantic I know)
14590
14591 2002-08-31 [alfons]     0.8.2claws14
14592
14593         * src/folder.c
14594                 check for NULL pointers returned from folder->fetch_msginfo virtual
14595                 (should solve some reported crashes)
14596
14597 2002-08-30 [alfons]     0.8.2claws13
14598
14599         * acconfig.h
14600         * configure.in
14601         * src/crash.c
14602                 enable crash dialog on compilation time
14603                 (--enable-crash-dialog configure option)
14604
14605 2002-08-30 [alfons]     0.8.2claws12
14606
14607         * AUTHORS
14608                 add Martin Kluge
14609         * src/mh.c
14610                 apply memory leak plug patch by Martin Kluge
14611                 (closes patch "[ 602568 ] patch for 602441 little memory leak",
14612                 bug "[ 599677 ] Very small memory leak in 0.81claws115",
14613                 and bug "[ 602441 ] memoryleak in filtering 0.8.2claws9?")
14614
14615 2002-08-30 [darko]      0.8.2claws11
14616
14617         * src/folderview.c
14618                 copy Gtk style from normal style to match
14619                 font size for coloured folders
14620
14621 2002-08-29 [alfons]     0.8.2claws10
14622
14623         * sylpheed.desktop
14624                 Type=Internet <- Type=Application
14625                 (reported by Michael Schwendt, see:
14626                 http://sourceforge.net/tracker/index.php?func=detail&aid=599765&group_id=25528&atid=384600
14627                 http://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=72882)
14628
14629 2002-08-29 [paul]       0.8.2claws9
14630
14631         * sync with 0.8.2cvs5
14632                 see ChangeLog 2002-08-29
14633
14634 2002-08-29 [colin]      0.8.2claws8
14635
14636         * src/summaryview.c
14637                 Added a sanity check in summary_select_thread
14638                 Should fix bug 601605
14639
14640 2002-08-29 [colin]      0.8.2claws7
14641
14642         * src/main.c
14643                 Revert claws6 changes regarding bug #591676
14644
14645 2002-08-28 [colin]      0.8.2claws6
14646         
14647         * src/main.c
14648                 Ignore cache for queue folderitems
14649                 Fix bug #591676
14650
14651 2002-08-28 [melvin]     0.8.2claws5
14652
14653         * README.claws
14654                 Fixed typos.
14655
14656 2002-08-28 [melvin]     0.8.2claws4
14657
14658         * README.claws
14659                 Updated a bit the text concerning the spell checker
14660
14661 2002-08-28 [melvin]     0.8.2claws3
14662
14663         Merged the GNU_aspell_branch:
14664                 Support of new GNU/aspell is now included and the old pspell
14665                 is not supported anymore.
14666                 See README.claws
14667
14668         * README.claws
14669                 Updated spell checker text to reflect the switch to GNU/aspell
14670
14671         * ac/aspell.m4          *** NEW ***
14672         * src/gtkaspell.[ch]    *** NEW *** 
14673         * ac/pspell.m4          *** DELETED *** 
14674         * src/gtkspell.[ch]     *** DELETED ***
14675
14676         * ac/Makefile.am
14677                 Updated for GNU/aspell support
14678
14679         * po/POTFILES.in
14680                 Replaced gtkspell.c by gtkaspell.c
14681
14682         * acconfig.h
14683         * src/Makefile.am
14684         * src/about.c
14685         * src/compose.[ch]
14686         * src/crash.c
14687         * src/main.c
14688         * src/prefs_common.[ch]
14689                 Updated for GNU/aspell support
14690
14691 2002-08-28 [paul]       0.8.2claws2
14692
14693         * sync with 0.8.2cvs4
14694                 see ChangeLog 2002-08-27 and 2002-08-28
14695
14696 2002-08-28 [colin]      0.8.2claws1
14697
14698         * src/summary_search.c
14699                 Added "AND search"
14700
14701 2002-08-28 [jens]       0.8.2claws
14702
14703         *po/de.po
14704                 Updated German translations
14705
14706 2002-08-27 [melvin]     0.8.2claws
14707
14708         * po/fr.po
14709                 Updated French translations
14710
14711 2002-08-27 [paul]       0.8.2claws
14712
14713         * sync with 0.8.2 main release
14714
14715         * po/en_GB.po
14716           po/es.po
14717           po/it.po
14718           po/pl.po
14719           po/pt_BR.po
14720           po/sr.po
14721                 updated message catalogs submitted by
14722                 Ricardo Mones Lastra, Alessandro Maestri,
14723                 Witold Wladyslaw Wojciech Wilk, Fabio Jr.
14724                 Beneditto and Urke MMI  
14725
14726 2002-08-27 [hoa]        0.8.1claws123
14727
14728         * src/mainwindow.[ch]
14729         * src/summaryview.[ch]
14730                 removed the "filter setting" menu option.
14731                 add a "cancel a news message" menu option.
14732
14733 2002-08-26 [martin]     0.8.1claws122
14734
14735         * ChangeLog.claws
14736                 changed string under 0.8.1claws79 changed by myself
14737                 i'm sorry alfons :(
14738
14739 2002-08-26 [martin]     0.8.1claws121
14740
14741         * src/crash.c
14742                 added kill command to debuggerrc to start crash dialog
14743
14744 2002-08-26 [paul]       0.8.1claws120
14745
14746         * sync with 0.8.1cvs31
14747                 see ChangeLog 2002-08-26
14748
14749 2002-08-25 [alfons]     0.8.1claws119
14750
14751         * src/procmsg.c
14752                 fix bug that didn't send out correct headers to news server
14753                 when sending news article and email from queue (bug reported
14754                 and patch provided by Tim Mann; closes bug 
14755                 "[ 583196 ] 0.7.8claws can't post news")
14756
14757 2002-08-25 [alfons]     0.8.1claws118
14758
14759         * src/selective_download.c
14760                 mark two strings as translatable
14761                 (thanks to Urke MMI for pointing this out)
14762
14763 2002-08-25 [alfons]     0.8.1claws117
14764
14765         * src/summaryview.c
14766                 treat sent boxes as special and allow sorting them by addressee
14767                 (closes "[ 589418 ] Sent folder sorting misbehavior"
14768                 submitted by Steve Lamb)
14769
14770 2002-08-24 [alfons]     0.8.1claws116
14771
14772         * src/matcher.c
14773                 fix memleak reported by Martin Kluge
14774                 (see: "[ 599677 ] Very small memory leak in 0.81claws115")
14775
14776 2002-08-24 [oliver]     0.8.1claws115
14777
14778         * src/prefs_toolbar.c
14779                 o code cleanup as suggested by Alfons
14780                 o memleak fix
14781
14782 2002-08-24 [alfons]     0.8.1claws114
14783
14784         * src/summaryview.c
14785                 o fix another memory leak reported by Martin Kluge
14786                   (see "[ 599568 ] Small Memory Leak")
14787                 o remove 'from' variable from 'summary_set_header()'; we can
14788                   do with just 'to' 
14789
14790 2002-08-24 [paul]       0.8.1claws113
14791
14792         * sync with 0.8.1cvs30
14793                 see ChangeLog 2002-08-23
14794
14795 2002-08-24 [alfons]     0.8.1claws112
14796
14797         * src/summaryview.c
14798                 remove unnecessary allocations for search bar fixing leaks
14799                 reported by Martin Kluge
14800                 (see "[ 599451 ] Further memory leaks?")
14801
14802 2002-08-24 [alfons]     0.8.1claws111
14803
14804         * src/main.c
14805                 make get_socket_name() public for crash.c
14806         * src/crash.c
14807                 o make report bug button work (goes to claws' 
14808                   bug tracker at sf.net)
14809                 o introduce function for doing important stuff just
14810                   before claws goes down
14811                 o clean up code 
14812
14813 2002-08-24 [alfons]     0.8.1claws110
14814
14815         * src/compose.c
14816                 move cursor to "To" entry when forwarding as attachment
14817                 (reported and solved by Steve Lamb, closes bug report
14818                 "[ 592880 ] Forward as attachment; cursor not in to")
14819
14820 2002-08-24 [colin]      0.8.1claws109
14821
14822         * src/mainwindow.c
14823                 fix quick search visibility after GUI (de)separations.
14824
14825 2002-08-23 [colin]      0.8.1claws108
14826
14827         * src/mainwindow.c
14828                 fix header pane visibility after folderview or
14829                 messageview (de)separation
14830
14831 2002-08-23 [paul]       0.8.1claws107
14832
14833         * src/mainwindow.[ch]
14834           src/toolbar.c
14835                 give full control of display or non-display 
14836                 of the Execute icon to Custom toolbar settings.
14837                 add new sensitivity condition to maninwindow.h: 
14838                 M_DELAY_EXEC
14839
14840         * ChangeLog
14841           ChangeLog.jp
14842           NEWS
14843                 more sync with 0.8.1cvs29
14844
14845 2002-08-23 [melvin]     0.8.1claws106
14846
14847         * src/alertpanel.c
14848                 Readded support for custom widget in alertpanel lost in last
14849                 sync.
14850
14851 2002-08-23 [paul]       0.8.1claws105
14852
14853         * sync with 0.8.1cvs29
14854                 see ChangeLog 2002-08-23
14855
14856 2002-08-23 [colin]      0.8.1claws104
14857
14858         * src/summaryview.c
14859                 Fix folder and search pixmaps exchanging positions
14860                 after theme or toolbar changes. Thank to Oliver for 
14861                 reporting this.
14862
14863 2002-08-23 [colin]      0.8.1claws103
14864
14865         * src/mainwindow.c
14866           src/messageview.[ch]
14867           src/noticeview.[ch]
14868           src/summaryview.c
14869                 Changed messageview_create() and noticeview_create()
14870                 to avoid the last gdk_warning
14871
14872 2002-08-22 [colin]      0.8.1claws102
14873
14874         * src/summaryview.c
14875                 Fix my new `Creating pixmap from xpm' warning
14876
14877 2002-08-22 [colin]      0.8.1claws101
14878
14879         * src/mainwindow.c
14880                 Fix some of the gdk warnings
14881
14882 2002-08-22 [colin]      0.8.1claws100
14883
14884         * src/Makefile.am
14885         * src/stock_pixmap.c
14886         * src/stock_pixmap.h
14887         * src/pixmaps/quicksearch.xpm *ADDED*
14888                 Add the quicksearch pixmap
14889         * src/mainwindow.c
14890         * src/summaryview.c
14891         * src/summaryview.h
14892                 Make quicksearch bar visible/hidden via a button
14893
14894 2002-08-22 [christoph]  0.8.1claws99
14895
14896         * src/folder.c
14897                 fix folder update for newsgroups with message
14898                 numbers below minimum number of articles to fetch
14899                 (closes bug #598445)
14900
14901 2002-08-22 [paul]       0.8.1claws98
14902
14903         * sync with 0.8.1cvs28
14904                 see ChangeLog 2002-08-22
14905
14906 2002-08-21 [alfons]     0.8.1claws97
14907
14908         * src/crash.c
14909                 use bt instead of bt full which seems to work 
14910                 better, and bt full doesn't give a great deal 
14911                 of information anyway
14912
14913 2002-08-21 [colin]      0.8.1claws96
14914
14915         * src/summaryview.c
14916                 fix summaryview_searchtype_changed prototype
14917
14918 2002-08-21 [christoph]  0.8.1claws95
14919
14920         * src/mainwindow.c
14921                 o fix broken menu update for sorting type, we have to
14922                   get this info from the summaryview now
14923                 o removed setting of threaded state in menu callback
14924         * src/summaryview.[ch]
14925                 more summaryview/folderitem seperation for
14926                 threading option
14927         * configure.in
14928                 removed not required --with-compiler-flags option
14929
14930 2002-08-21 [oliver]     0.8.1claws94
14931         
14932         * src/toolbar.h 
14933                 o rename toolbar.xml to toolbar_main.xml
14934                   since toolbar_compose.xml might come up 
14935                   any time soon
14936         * README.claws
14937                 add custom toolbar              
14938
14939 2002-08-21 [darko]      0.8.1claws93
14940
14941         * src/procmsg.c
14942                 don't reset tmp flags for messages copied
14943                 to sent folder
14944
14945 2002-08-21 [colin]      0.8.1claws92
14946         
14947         * src/prefs_filtering.c
14948                 fix renaming rules on folder rename 
14949                 when folder is not a leaf folder
14950
14951 2002-08-21 [paul]       0.8.1claws91
14952
14953         * src/prefs_folder_item.c
14954                 fix alignment of colour selector
14955
14956 2002-08-21 [paul]       0.8.1claws90
14957
14958         * sync with 0.8.1cvs27
14959                 see ChangeLog 2002-08-21
14960
14961 2002-08-21 [paul]       0.8.1claws89
14962
14963         * src/summaryview.c
14964                 fix crash when changing field type in
14965                 Quick search bar
14966
14967 2002-08-21 [colin]      0.8.1claws88
14968
14969         * src/summaryview.c
14970                 Made quick search case-insensitive
14971
14972 2002-08-21 [paul]       0.8.1claws87
14973
14974         * sync with 0.8.1cvs26
14975                 see ChangeLog 2002-08-21
14976
14977 2002-08-20 [christoph]  0.8.1claws86
14978
14979         * src/folderview.c
14980         * src/main.c
14981         * src/summaryview.[ch]
14982                 more summaryview/folderitem seperation for
14983                 sort_key and sort_type
14984         * src/procmsg.c
14985                 added missing return statement
14986
14987 2002-08-20 [colin]      0.8.1claws85
14988
14989         * src/summaryview.[ch]
14990                 Added a quick search box
14991         * src/mainwindow.c
14992         * src/prefs_common.[ch]
14993                 Added a show/hide option for the quick search
14994
14995 2002-08-20 [oliver]     0.8.1claws84
14996         
14997         * src/mainwindow.c
14998                 remove toolbar_create_popups
14999         * src/toolbar.[ch]
15000                 o remove toolbar_create_popups
15001                 o fix toolbar_set_sensitive 
15002                   (Bug reports #596834 and #596832)     
15003         * src/prefs_toolbar.c
15004                 o add "Set default" button
15005                 o align label and text + combo widgets
15006
15007 2002-08-20 [hoa]        0.8.1claws83bis
15008
15009         * src/imap.c
15010                 fixed a bug in imap_fetch_msginfo() in case there is no
15011                 current folder.
15012
15013 2002-08-20 [darko]      0.8.1claws83
15014
15015         * src/folderview.c
15016                 copy the color style of folder view so it
15017                 works with GTK themes
15018
15019 2002-08-20 [darko]      0.8.1claws82
15020
15021         * src/folder.h
15022         * src/folderview.c
15023         * src/prefs_folder_item.[hc]
15024                 don't use UI stuff in folder.h
15025
15026 2002-08-20 [darko]      0.8.1claws81
15027
15028         * src/folder.h
15029         * src/prefs_folder_item.h
15030         * src/folderview.c
15031         * src/prefs_folder_item.c
15032                 ability to set folder color in folderview
15033
15034 2002-08-19 [alfons]     0.8.1claws80
15035
15036         * src/summaryview.c
15037                 fix one of the earlier memleaks reported by Martin Kluge
15038
15039 2002-08-19 [alfons]     0.8.1claws79
15040
15041         * src/mainwindow.c
15042                 hide notice view when selecting seperate folder
15043                 view (reported by Urke MMI)
15044
15045 2002-08-19 [christoph]  0.8.1claws78
15046
15047         * src/folderview.c
15048         * src/prefs_folder_item.h
15049         * src/summaryview.[ch]
15050                 o add summary_set_prefs_from_folderitem to set
15051                   summaryview prefs (first step to remove all
15052                   references to the folderitem in summaryview)
15053                 o moved compiled regex stuff from folderitem prefs
15054                   to summaryview code
15055
15056 2002-08-19 [paul]       0.8.1claws77
15057
15058         * src/compose.c
15059                 add check for '.' to QUOTE_IF_REQUIRED
15060
15061 2002-08-19 [paul]       0.8.1claws76
15062
15063         * src/inc.c
15064                 sync with 0.8.1cvs25 (plug memory leak)
15065
15066         * src/prefs_toolbar.c
15067                 re-order prefs_toolbar_cancel()
15068
15069 2002-08-18 [alfons]     0.8.1claws75
15070
15071         * src/inc.c
15072         * src/matcher.c
15073                 plug other memleaks reported by Martin Kluge
15074
15075 2002-08-18 [paul]       0.8.1claws74
15076
15077         * po/pt_BR.po
15078                 updated by Fabio Jr. Beneditto
15079
15080 2002-08-18 [paul]       0.8.1claws73
15081
15082         * src/toolbar.[ch]
15083                 fix bug where tooltips were displayed untranslated              
15084
15085         * src/prefs_toolbar.c
15086                 fix bug where clicking 'Cancel' creates an icon & text
15087                 toolbar regardless of prefs
15088         
15089
15090 2002-08-17 [oliver]     0.8.1claws72
15091
15092         * src/prefs_toolbar.c
15093                 update toolbar on CANCEL
15094                 bug reported by Martin Kluge
15095         * src/toolbar.c
15096                 toolbar_destroy memleak fixed           
15097
15098 2002-08-17 [alfons]     0.8.1claws71
15099
15100         * src/toolbar.c
15101                 plug another memleak reported by Martin Kluge
15102
15103 2002-08-16 [alfons]     0.8.1claws70
15104
15105         * src/crash.c
15106                 use execvp() correctly (suggested by wwp; thanks!)
15107
15108 2002-08-16 [alfons]     0.8.1claws69
15109
15110         * src/gtksctree.c
15111                 plug memory leak reported by Kim Schultz & Martin Kluge
15112
15113 2002-08-16 [paul]       0.8.1claws68
15114
15115         * po/es.po
15116                 updated by Ricardo Mones Lastra
15117
15118 2002-08-16 [paul]       0.8.1claws67
15119
15120         * src/toolbar.h
15121                 fix bug where 'Compose News' icon showed wrong
15122                 tooltip
15123
15124 2002-08-16 [paul]       0.8.1claws66
15125
15126         * sync with 0.8.1cvs24
15127                 see ChangeLog 2002-08-16
15128
15129         * po/it.po
15130                 updated by Alessandro Maestri
15131
15132 2002-08-15 [paul]       0.8.1claws65
15133
15134         * po/sr.po
15135                 updated by Urke MMI
15136
15137 2002-08-15 [paul]       0.8.1claws64
15138
15139         * src/*.c
15140                 don't translate debug info
15141
15142         * src/matcher.[ch]
15143                 add copyright info
15144
15145 2002-08-15 [paul]       0.8.1claws63
15146
15147         * src/prefs_toolbar.c
15148                 fix bug where clicking 'OK' creates an icon & text
15149                 toolbar regardless of prefs
15150
15151 2002-08-14 [alfons]     0.8.1claws62
15152
15153         * src/main.c
15154                 add global var that has the full argv[0]
15155         * src/crash.c
15156                 o execvp the correct sylpheed by using argv0
15157                   and setting the correct work dir
15158                 o other tweaks  
15159
15160 2002-08-14 [oliver]     0.8.1claws61
15161         
15162         * enable/disable Toolbar Action Buttons 
15163         * code cleanups
15164         * src/mainwindow.c
15165         * src/toolbar.[ch]      
15166         * src/prefs_toolbar.c   
15167
15168 2002-08-14 [melvin]     0.8.1claws60
15169
15170         * po/fr.po
15171                 Updated French translations
15172
15173 2002-08-14 [melvin]     0.8.1claws59
15174
15175         * src/crash.c
15176                 Made bug report not translatable
15177         * src/exporthtml.c
15178                 Fixed exporthtml_build_filespec() return value
15179         * src/foldersel.c
15180                 Fixed incorrect include file
15181         * src/gtkspell.c
15182         * src/prefs_actions.c
15183         * src/prefs_toolbar.c
15184                 Made debug info not translatable
15185         * src/mutt.c
15186         * src/quote_fmt.c
15187                 Added missing includes
15188         * src/prefs_common.c
15189                 Fixed typo
15190
15191 2002-08-14 [paul]       0.8.1claws58
15192
15193         * faq/es/sylpheed-faq.html
15194           faq/es/sylpheed-faq-[1-3].html
15195           faq/es/sylpheed-faq-4.html     **NEW FILE **
15196                 update Spanish FAQ
15197
15198 2002-08-13 [christoph]  0.8.1claws57
15199
15200         * src/procmsg.c
15201                 ignore thread fix that did not mark all
15202                 child nodes of a ignored thread as
15203                 ignored. Does not work perfectly yet,
15204                 but it is better now
15205
15206 2002-08-13 [alfons]     0.8.1claws56
15207
15208         * src/crash.c
15209                 o implement 'save crash log'
15210                 o some tweaks
15211
15212 2002-08-13 [melvin]     0.8.1claws55
15213
15214         * src/main.c
15215                 removed unrequired "execinfo.h" header
15216
15217 2002-08-12 [paul]       0.8.1claws54
15218
15219         * faq/en/sylpheed-faq.html
15220           faq/en/sylpheed-faq-[1-3].html
15221           faq/en/sylpheed-faq-4.html     **NEW FILE **
15222                 update English FAQ
15223
15224 2002-08-12 [alfons]     0.8.1claws53
15225
15226         * po/POTFILES.in
15227                 add crash.c to translatables
15228         * src/crash.c
15229                 bring in Leandro's crash dialog
15230
15231 2002-08-11 [alfons]     0.8.1claws52
15232
15233         * src/crash.c
15234                 clean up some warnings
15235
15236 2002-08-11 [alfons]     0.8.1claws51
15237
15238         * acconfig.h
15239         * configure.in
15240         * src/crash.[ch]        ** NEW FILES **
15241         * src/main.c            
15242                 initial gdb crash handler
15243
15244 2002-08-11 [paul]       0.8.1claws50
15245
15246         * src/prefs_toolbar.c
15247                 replace Up/Down arrow pixmaps with text to be
15248                 consistent across icon themes
15249
15250 2002-08-11 [paul]       0.8.1claws49
15251
15252         * src/prefs_common.c
15253           src/prefs_toolbar.c
15254                 rename 'Pixmap' -> 'Icon'
15255
15256         * src/toolbar.[ch]
15257                 rename  'A_SEND_QUEUD' -> 'A_SEND_QUEUED'
15258
15259 2002-08-10 [paul]       0.8.1claws48
15260
15261         * src/prefs_toolbar.c
15262                 re-work the UI
15263
15264 2002-08-10 [paul]       0.8.1claws47
15265
15266         * src/main.c
15267                 don't write Processing progress to status bar
15268                 patch submitted by Alexander Evseev
15269
15270         * src/prefs_toolbar.c
15271                 re-position and resize window
15272                 make window assume correct size on first call
15273
15274 2002-08-10 [paul]       0.8.1claws46
15275
15276         * src/mainwindow.c
15277           src/prefs_toolbar.c
15278           src/toolbar.c
15279           src/toolbar.h
15280                 obey coding style
15281                 follow UI text conventions
15282
15283 2002-08-10 [alfons]     0.8.1claws45
15284
15285         * src/toolbar.c
15286                 correct pixmap for delete action
15287
15288 2002-08-10 [paul]       0.8.1claws44
15289
15290         * po/pt_BR.po
15291                 updated by Fabio Jr. Beneditto
15292
15293 2002-08-10 [paul]       0.8.1claws43
15294
15295         * po/POTFILES.in
15296                 add custom toolbar files
15297
15298 2002-08-10 [paul]       0.8.1claws42
15299
15300         * sync with 0.8.1cvs22
15301                 see ChangeLog 2002-08-09
15302
15303 2002-08-09 [paul]       0.8.1claws41
15304
15305         * tools/Makefile.am
15306           tools/README
15307           tools/outlook2sylpheed.pl     ** NEW FILE **
15308                 add script to convert exported Outlook
15309                 contacts list to a Sylpheed addressbook.
15310                 Submitted by Ricardo Mones Lastra.
15311
15312 2002-08-09 [paul]       0.8.1claws40
15313
15314         * AUTHORS
15315           configure.in
15316           po/sr.po      ** NEW FILE **
15317                 add Serbian message catalog. Submitted by
15318                 Urosevic Aleksandar aka Urke MMI <urke-kg@eunet.yu>             
15319
15320 2002-08-09 [paul]       0.8.1claws39
15321
15322         * sync with 0.8.1cvs21
15323                 see ChangeLog 2002-08-08
15324
15325 2002-08-08 [oliver]     0.8.1claws38
15326
15327         * src/mainwindow.c
15328                 move Custom Toolbar to Configuration menu
15329
15330 2002-08-08 [oliver]     0.8.1claws37
15331
15332         * src/prefs_toolbar.c
15333                 fix substitute pixmap bug
15334
15335 2002-08-08 [paul]       0.8.1claws36
15336
15337         * sync with 0.8.1cvs19
15338                 see ChangeLog 2002-08-08
15339
15340 2002-08-07 [christoph]  0.8.1claws35
15341
15342         * src/utils.c
15343                 fixed a memory leak in new canonicalize_file_replace
15344
15345 2002-08-07 [christoph]  0.8.1claws34
15346
15347         * src/utils.[ch]
15348                 o canonicalize_file_replace should create the temporary
15349                   file in the same directory as the original file.
15350                 o added get_tmpfile_in_dir that creates a temorary file
15351                   in a specified directory.
15352
15353 2002-08-07 [melvin]     0.8.1claws33
15354
15355         * src/toolbar.c
15356                 fixed bug where 'Article' button acted as 'Email' button.
15357
15358 2002-08-07 [paul]       0.8.1claws32
15359
15360         * sync with 0.8.1.cvs17
15361                 see ChangeLog 2002-08-07
15362
15363 2002-08-07 [colin]      0.8.1claws31
15364         
15365         * src/news.c
15366                 fix mass-cancel problem
15367
15368 2002-08-07 [thorsten]   0.8.1claws30
15369
15370         * src/prefs_toolbar.c
15371                 fix: crash on replace or add new button
15372         * src/toolbar.c
15373                 fix: close xmlfile after reading
15374         * src/utils.c
15375                 fix: unlink() file before rename()
15376
15377 2002-08-06 [paul]       0.8.1claws29
15378
15379         * sync with 0.8.cvs15
15380                 see ChangeLog 2002-08-06
15381
15382 2002-08-06 [oliver]     0.8.1claws28
15383
15384         * src/toolbar.c
15385         * src/prefs_toolbar.c
15386                 fixed empty toolbar issue
15387
15388 2002-08-06 [oliver]     0.8.1claws27
15389
15390         * Custom Toolbar Final 
15391         * src/folderview.c
15392         * src/inc.c
15393         * src/summaryview.c
15394                 o toolbar stuff now lives in src/toolbar.[ch]
15395                 o main_window_toolbar_* functions are renamed to
15396                   toolbar_* reflecting their new source file
15397         * src/mainwindow.[ch]
15398                 o remove toolbar stuff  
15399
15400 2002-08-06 [oliver]     0.8.1claws26
15401         
15402         * src/Makefile.am
15403         * src/prefs_toolbar.[ch]        **New File**
15404         * src/toolbar.[ch]              **New File**
15405                 o prefs_toolbar.[ch] custom toolbar frontend
15406                 o toolbar.[ch]       backend 
15407
15408 2002-08-06 [oliver]     0.8.1claws25
15409
15410         * src/prefs_actions.[ch]
15411                 o new exported function actions_execute
15412
15413 2002-08-06 [paul]       0.8.1claws24
15414
15415         * sync with 0.8.1cvs4
15416                 see ChangeLog 2002-08-06
15417
15418 2002-08-06 [paul]       0.8.1claws23
15419
15420         * sync with 0.8.1cvs13
15421                 see ChangeLog 2002-08-06
15422
15423 2002-08-06 [paul]       0.8.1claws22
15424
15425         * sync with 0.8.1cvs12
15426                 see ChangeLog 2002-08-05 and 2002-08-06
15427
15428 2002-08-06 [match]      0.8.1claws21
15429
15430         * src/addrclip.c
15431                 improvements to cut/copy/paste address
15432
15433 2002-08-05 [match]      0.8.1claws20
15434
15435         * src/addritem.[ch]
15436         * src/addrcache.c
15437         * src/addrbook.c
15438         * src/editaddress.c
15439         * src/addressbook.c
15440                 fixes to improve cut/copy/paste
15441
15442 2002-08-06 [melvin]     0.8.1claws19
15443
15444         * src/account.[ch]
15445                 account_find_all_from_address(): new function that returns the
15446                 list of all accounts that are matched in an address.
15447         * src/alertpanel.[ch]
15448                 alertpanel() now accepts a custom widget
15449                 alertpanel_with_widget(): new function that pops up a panel with
15450                 a custom widget in it 
15451         * src/gtkutils.[ch]
15452                 gtkut_account_menu_new(): new function that allows the selection
15453                 of an account from a list of accounts.
15454         * src/messageview.c
15455                 Extended Return Receipt notification to select the correct 
15456                 account and to make a security test on the Delivery-Notification
15457                 address which should be the same as the Return-Path.
15458
15459 2002-08-06 [thorsten]   0.8.1claws18
15460
15461         * src/mimeview.c
15462                 attach_all: save unnamed as "noname.%d",
15463                 dont free static dirname
15464
15465 2002-08-05 [alfons]     0.8.1claws17
15466
15467         * configure.in
15468                 detect XIM by trying to link rather than compile a XIM program
15469
15470 2002-08-05 [oliver]     0.8.1claws16
15471                 
15472         * src/stock_pixmap.[ch]
15473                 o add UP_ARROW to available pixmaps (already in pixmap-directory)
15474                 o new func to retrieve pixmaps
15475
15476 2002-08-05 [paul]       0.8.1claws15
15477
15478         * sync with 0.8.1cvs10
15479                 see ChangeLog 2002-08-05
15480
15481 2002-08-04 [alfons]     0.8.1claws14
15482
15483         * src/textview.c
15484                 see if this plugs memleak
15485
15486 2002-08-04 [melvin]     0.8.1claws13
15487
15488         * src/gtkspell.c
15489                 fixed bug that could crash Sylpheed when highlighting
15490                 all misspelled words.
15491
15492 2002-08-03 [melvin]     0.8.1claws12
15493
15494         * src/prefs_actions.c
15495                 removed unnecessary checks for NULL introduced in 0.8.1claws11.
15496         * src/messageview.c
15497                 fixed bug where the Return Receipt was sent to
15498                 Delivery-Notification-To address even if it was not present
15499
15500 2002-08-02 [alfons]     0.8.1claws11
15501
15502         * src/prefs_actions.c
15503                 o more check for NULLs
15504                 o put create_io_dialog() in right conditional block
15505
15506 2002-08-02 [paul]       0.8.1claws10
15507
15508         * po/es.po
15509                 updated by Ricardo Mones Lastra
15510
15511 2002-08-01 [christoph]  0.8.1claws9
15512
15513         * src/folder.c
15514                 don't free the cache of the opened
15515                 folder in the summaryview
15516         * src/summaryview.c
15517                 don't unset flags, if it is not required
15518
15519 2002-08-01 [paul]       0.8.1claws8
15520
15521         * sync with 0.8.1cvs8
15522                 see ChangeLog entry 2002-08-01
15523
15524 2002-08-01 [paul]       0.8.1claws7
15525
15526         * sync with 0.8.1cvs7
15527                 see ChangeLog 2002-07-31 and 2002-08-01
15528
15529 2002-07-31 [christoph]  0.8.1claws6
15530
15531         * src/mainwindow.c
15532                 forgot to update menu sensitivity
15533                 function for new menu entry
15534
15535 2002-07-31 [alfons]     0.8.1claws5
15536
15537         * src/main.c
15538                 check folder item and its path for NULL on
15539                 initial processing
15540
15541 2002-07-31 [christoph]  0.8.1claws4
15542
15543         * src/folder.c
15544                 check if folder_item_get_msginfo in
15545                 folder_item_remove_msg returned NULL
15546         * src/imap.c
15547                 better clear the uid cache in the
15548                 uid validity check function and delete
15549                 cached messages
15550
15551 2002-07-31 [paul]       0.8.1claws3
15552
15553         * man/sylpheed.1
15554                 add the '--attach' option and a few other
15555                 minor changes
15556
15557 2002-07-31 [paul]       0.8.1claws2
15558
15559         * sync with 0.8.1cvs5
15560                 see ChangeLog 2002-07-31
15561
15562 2002-07-31 [christoph]  0.8.1claws1
15563
15564         * src/folderview.[ch]
15565         * src/mainwindow.c
15566                 replace "Rescan all folders..." with
15567                 "Check all folders for new messages..."
15568
15569 2002-07-30 [paul]       0.8.1claws
15570
15571         * version 0.8.1claws released
15572
15573 2002-07-30 [paul]       0.8.0claws29
15574
15575         * tools/OOo2sylpheed.pl ** NEW FILE **
15576           tools/README
15577                 add script to enable sending documents as
15578                 attachments from OpenOffice.org
15579
15580 2002-07-30 [melvin]     0.8.0claws28
15581
15582         * src/prefs_actions.c
15583                 Made the actions' input/output dialog display
15584                 without delay.
15585
15586 2002-07-30 [christoph]  0.8.0claws27
15587
15588         * src/procmsg.c
15589                 check if folder_item_get_msginfo in
15590                 procmsg_save_to_outbox returned NULL
15591
15592 2002-07-30 [paul]       0.8.0claws26
15593
15594         * sync with 0.8.1cvs4
15595                 see ChangeLog 2002-07-29
15596
15597 2002-07-29 [thorsten]   0.8.0claws25
15598
15599         * README.claws
15600                 added selective download, delete on server
15601
15602 2002-07-29 [paul]       0.8.0claws24
15603
15604         * sync with 0.8.1cvs3
15605                 see ChangeLog 2002-07-29
15606
15607 2002-07-27 [christoph]  0.8.0claws23
15608
15609         * src/folder.c
15610                 add extra check if fetching the msginfo
15611                 returned NULL
15612
15613 2002-07-27 [paul]       0.8.0claws22
15614
15615         * sync with 0.8.1cvs2
15616                 see ChangeLog 2002-07-26
15617
15618 2002-07-27 [christoph]  0.8.0claws21
15619
15620         * src/imap.c
15621                 add another check if a valid msginfo
15622                 was returned
15623
15624 2002-07-26 [hoa]        0.8.0claws20
15625
15626         * src/folder.c
15627                 Fixed a condition in folder_item_destroy()
15628
15629         * src/imap.c
15630                 Fixed an error in IMAP protocol
15631
15632 2002-07-26 [alfons]     0.8.0claws19
15633
15634         * src/folder.c
15635                 ofcourse compare with identifier, not the path
15636
15637 2002-07-26 [alfons]     0.8.0claws18
15638
15639         * src/folder.c
15640                 use folder item identifier for saving / restoring
15641                 preferences because folder->path might not be unique
15642
15643 2002-07-26 [melvin]     0.8.0claws17
15644
15645         * src/logwindow.c
15646                 Fixed a crash introduced in 0.8.0claws5 when log is 
15647                 cut under 80 characters.
15648
15649 2002-07-26 [paul]       0.8.0claws16
15650
15651         * sync with 0.8.1cvs1
15652                 see ChangeLog 2002-07-26
15653
15654 2002-07-26 [christoph]  0.8.0claws15
15655
15656         * src/imap.[ch]
15657                 imap folder now remembers the last selected
15658                 folder and imap_fetch_msginfo skips selecting
15659                 the folder if it is already selected
15660
15661 2002-07-26 [christoph]  0.8.0claws14
15662
15663         * src/folder.c
15664         * src/folderview.c
15665         * src/imap.c
15666                 fix imap folder rescanning
15667
15668 2002-07-25 [christoph]  0.8.0claws13
15669
15670         * src/filter.c
15671         * src/folder.[ch]
15672         * src/folderview.c
15673         * src/imap.[ch]
15674         * src/mainwindow.c
15675         * src/mbox_folder.c
15676         * src/mh.c
15677         * src/news.c
15678                 implement imap uid cache and uid validity check
15679
15680 2002-07-25 [alfons]     0.8.0claws12
15681
15682         * src/summaryview.c
15683                 fix a brown paper bag bug, and also add some more
15684                 checks
15685
15686 2002-07-25 [christoph]  0.8.0claws11
15687
15688         * src/folder.c
15689                 don't mix copy, fetch_msginfo and remove
15690                 operations in folder item copy and move
15691                 operations
15692
15693 2002-07-25 [christoph]  0.8.0claws10
15694
15695         * src/folderview.c
15696         * src/mainwindow.c
15697         * src/prefs_folder_item.c
15698         * src/summaryview.[ch]
15699                 remove no longer required parameter update_cache from
15700                 summary_show
15701
15702 2002-07-25 [paul]       0.8.0claws9
15703
15704         * sync with 0.8.1
15705         
15706         * AUTHORS
15707                 a few corrections
15708
15709 2002-07-24 [alfons]     0.8.0claws8
15710
15711         * src/summaryview.c
15712                 sort correctly when using simplified subject line
15713                 (closes feature request "[ 585141 ] applying regexp to subject 
15714                 before sort" submitted by Alexandra Walford)
15715
15716 2002-07-24 [paul]       0.8.0claws7
15717
15718         * sync with 0.8.0cvs3
15719                 see ChangeLog 2002-07-24
15720
15721 2002-07-23 [christoph]  0.8.0claws6
15722
15723         * src/folder.c
15724         * src/folder.h
15725         * src/summaryview.c
15726         * src/summaryview.h
15727         * src/main.c
15728                 o separate processing and summaryview
15729                 o removed summary_write_cache from summaryview
15730                 o removed summaryview->killed_messages, because we don't have
15731                   to keep a list of killed messages anymore. New cache will
15732                   keep the hidden messages in cache anyway
15733         * src/folderview.c
15734         * src/inc.c
15735         * src/selective_download.c
15736                 o removed unnecessary summary_write_cache calls
15737         * src/procmsg.c
15738                 o don't set ignore thread flag in procmsg_get_thread_tree
15739                   if it is already set
15740         * src/mainwindow.c
15741         * src/statusbar.h
15742                 o moved STATUSBAR_PUSH/POP to statusbar.h because
15743                   they are used in different files
15744
15745 2002-07-23 [melvin]     0.8.0claws5
15746
15747         * src/addressbook.c
15748         * src/addrgather.c
15749         * src/editaddress.c
15750         * src/editgroup.c
15751         * src/editldap_basedn.c
15752         * src/importldif.c
15753         * src/prefs_common.c
15754                 Fixed few memory leak (gtk_editable_get_chars returns
15755                 an allocated string)
15756         * src/logwindow.c
15757                 Fixed few memory leak (gtk_editable_get_chars returns
15758                 an allocated string) and modified a little the log cutting
15759                 loop.
15760         * src/compose.c
15761                 Replaced a call to an obsolete function gtk_entry_get_text()
15762                 by gtk_editable_get_chars()
15763         * src/send.c
15764                 Removed a debug printf
15765
15766 2002-07-23 [christoph]  0.8.0claws4
15767
15768         * src/filesel.c
15769                 fix another g_dirname memory leak
15770
15771 2002-07-23 [christoph]  0.8.0claws3
15772
15773         * src/mh.c
15774                 fixed a memory leak in mh_fetch_msginfo
15775                 fixed crash when message header could not be
15776                 parsed
15777
15778 2002-07-23 [paul]       0.8.0claws2
15779
15780         * sync with 0.8.0cvs2
15781                 see ChangeLog 2002-07-23
15782
15783 2002-07-23 [paul]       0.8.0claws1
15784
15785         * sync with 0.8.0cvs1
15786                 see ChangeLog 2002-07-23
15787
15788 2002-07-23 [paul]       0.8.0claws
15789
15790         * release of 0.8.0claws