2005-02-05 [paul] 1.0.0cvs28
[claws.git] / ChangeLog.claws
1 2005-02-05 [paul]       1.0.0cvs28
2
3         * src/compose.c
4                 fix Bug 682 'redirect is broken'
5
6
7 2005-02-05 [thorsten]   1.0.0cvs27
8
9         * src/partial_download.c
10                 fix buf overflow
11
12 2005-02-03 [colin]      1.0.0cvs26
13
14         * src/common/plugin.c
15                 Don't load GTK2 plugins at all. This solves
16                 the plugins problem when switching between
17                 GTK1 and GTK2 version.
18
19 2005-02-02 [colin]      1.0.0cvs25
20
21         * src/messageview.c
22                 Fix dangerous typo
23
24 2005-01-31 [colin]      1.0.0cvs24
25
26         * src/compose.c
27                 Fix MsgInfo reference leak
28
29 2005-01-28 [colin]      1.0.0cvs23
30
31         * src/folderview.c
32                 Change check - partial_recv is not cached.
33
34 2005-01-28 [colin]      1.0.0cvs22
35
36         * src/folderview.c
37                 Don't call partial_mark_for_delete() when 
38                 it's useless
39
40 2005-01-27 [colin]      1.0.0cvs21
41
42         * src/procmsg.c
43         * src/compose.c
44                 Fix build - sorry.
45
46 2005-01-27 [christoph]  1.0.0cvs20
47
48         * src/folder.c
49                 use normal message remove function if a folder has no function
50                 to remove all messages
51
52         * src/folderview.c
53                 fix memory leak
54
55 2005-01-27 [colin]      1.0.0cvs19
56
57         * src/procmime.c
58                 Forgot to commit this file with cvs18.
59
60 2005-01-27 [colin]      1.0.0cvs18
61
62         * src/compose.c
63                 Uhm, better not touch the original msginfo_list.
64
65 2005-01-27 [colin]      1.0.0cvs17
66
67         * src/procmsg.c
68         * src/procmsg.h
69                 Add a way to dump message/rfc822 MimeInfos to MsgInfos...
70         * src/compose.c
71                 ... And use it to be able to reply to the currently 
72                 selected MimeInfo.
73
74 2005-01-27 [colin]      1.0.0cvs16
75
76         * src/messageview.c
77         * src/summaryview.c
78         * src/compose.c
79         * src/compose.h
80         * src/toolbar.c
81         * src/mainwindow.c
82                 Factorize this reply mess
83
84 2005-01-26 [paul]       1.0.0cvs15
85
86         * ChangeLog
87         * ChangeLog.jp
88         * src/common/template.c
89                 sync with main, (fix memory leak), see ChangeLog
90                 2005-01-25
91
92 2005-01-25 [paul]       1.0.0cvs14
93
94         * src/compose.c
95                 compose_redirect(): fix sensitivity of attachment 
96                 "Properties..." button
97
98 2005-01-24 [colin]      1.0.0cvs13
99
100         * src/summaryview.c
101                 Freeze clist during operations involving message
102                 lists.
103
104 2005-01-24 [paul]       1.0.0cvs12
105
106         * ChangeLog
107         * ChangeLog.jp
108         * src/messageview.c
109         * src/mh.c
110         * src/common/utils.c
111                 sync with main, see ChangeLog 2005-01-19
112
113 2005-01-24 [colin]      1.0.0cvs11
114
115         * src/procheader.c
116                 Fix build with MIPSpro compiler.
117                 Patch by Ivan Rayner <ivanr@sgi.com>
118
119 2005-01-24 [colin]      1.0.0cvs10
120
121         * src/folderview.c
122                 Use (+) in collapsed folders with quicksearch-
123                 matching subfolders
124
125 2005-01-23 [holger]     1.0.0cvs9
126
127         * src/crash.c
128                 Include missing header file
129
130 2005-01-22 [colin]      1.0.0cvs8
131
132         * src/summaryview.c
133         * src/gtk/quicksearch.c
134                 Make recursive quicksearch work in
135                 root folders (and code fixes)
136
137 2005-01-21 [colin]      1.0.0cvs7
138
139         * src/summaryview.c
140                 Set cursor to wait while looking in subfolders
141
142 2005-01-21 [colin]      1.0.0cvs6
143
144         * src/summaryview.c
145                 Don't clear quicksearch if recursion is on,
146                 even if !sticky
147
148 2005-01-21 [colin]      1.0.0cvs5
149
150         * src/gtk/quicksearch.c
151         * src/prefs_common.c
152         * src/prefs_common.h
153                 Add option to recurse or not
154
155 2005-01-21 [colin]      1.0.0cvs4
156
157         * src/folder.h
158         * src/folderview.c
159         * src/folderview.h
160         * src/summaryview.c
161         * src/gtk/quicksearch.c
162         * src/gtk/quicksearch.h
163                 Make quicksearch recursive - results materialized
164                 by search icons in the folderview.
165
166 2005-01-20 [holger]     1.0.0cvs3
167
168         * src/addrindex.c
169         * src/addrindex.h
170                 Add addrindex_load_person_attribute() (for plugins)
171
172 2005-01-19 [colin]      1.0.0cvs2
173
174         * src/mbox.c
175         * src/mbox.h
176         * src/mainwindow.c
177         * src/summaryview.c
178         * src/summaryview.h
179                 Add an easy way to export specific messages
180                 to an mbox file.
181
182 2005-01-19 [paul]       1.0.0cvs1
183
184         * po/ja.po
185         * po/ko.po
186                 updated by  Rui Hirokawa and
187                 SungHyun Nam
188
189 2005-01-18 [paul]       1.0.0
190
191         * version 1.0.0 released
192
193 2005-01-17 [thorsten]   0.9.13cvs38
194
195         * src/crash.c
196         * src/gtk/pluginwindow.c
197                 return value of filesel should not be free()d
198
199 2005-01-17 [paul]       0.9.13cvs37
200
201         * AUTHORS
202         * po/es.po
203         * po/fr.po
204         * po/hr.po
205         * po/it.po
206         * po/pt_BR.po
207         * po/sk.po
208         * po/sr.po
209                 update translations. submitted by Ricardo Mones
210                 Lastra, Fabien Vantard, Dragan, Andrea Spadaccini,
211                 Frederico Goncalves Guimaraes, Andrej Kacian,
212                 Aleksandar Urosevic
213
214 2005-01-16 [colin]      0.9.13cvs36
215
216         * src/prefs_toolbar.c
217                 Fix two leaks, both found by Alfons.
218
219 2005-01-15 [paul]       0.9.13cvs35
220
221         * src/gtk/pluginwindow.c
222                 fix 2 memleaks, patch by Alfons
223
224 2005-01-15 [paul]       0.9.13cvs34
225
226         * ChangeLog
227         * ChangeLog.jp
228         * src/common/template.c
229                 sync with main, see ChangeLog 2005-01-11
230                 (fix potential memory corruption bug)
231
232 2005-01-14 [colin]      0.9.13cvs33
233
234         * src/html.c
235         * src/msgcache.c
236                 Fix coding style issues from the last patch
237
238 2005-01-14 [colin]      0.9.13cvs32
239
240         * src/msgcache.c
241                 Fix possible double free, avoid putting 8k on the stack
242         * src/html.c
243         * src/html.h
244                 Fix links with tags inside, add some entities
245         * AUTHORS
246                 Both patches by Rich Coe <Richard.Coe@med.ge.com>
247
248 2005-01-09 [thorsten]   0.9.13cvs31
249
250         * tools/calypso_convert.pl
251                 support nested subdirs (possible in recent calypso versions)
252                 fix "change of readonly value" error with perl >= 5.8
253
254 2005-01-08 [colin]      0.9.13cvs30
255
256         * src/prefs_filtering_action.c
257                 Plug leak - patch by Alfons
258
259 2005-01-07 [paul]       0.9.13cvs29
260
261         * ChangeLog
262         * ChangeLog.jp
263         * src/pop.c
264         * src/pop.h
265                 sync with main, see ChangeLog 2005-01-06
266
267 2005-01-06 [colin]      0.9.13cvs28
268
269         * src/prefs_matcher.c
270                 Plug leak. Patch by Alfons
271
272 2005-01-04 [christoph]  0.9.13cvs27
273
274         * src/folderview.c
275         * src/imap_gtk.c
276         * src/news_gtk.c
277                 Create extra popup menu entries for account settings
278
279         (Closes Bug 663 segfault choosing "Properties" for root MH mailbox)
280
281 2005-01-03 [colin]      0.9.13cvs26
282
283         * src/main.c
284                 Plugins should be loaded before --receive or --receive-all 
285                 is processed. 
286                 Patch by Felix Eckhofer <felix-ml@tribut.de>
287
288 2005-01-03 [colin]      0.9.13cvs25
289
290         * src/pop.c
291         * src/pop.h
292                 Add data_len member, because we can get NULs from network
293                 Patch by Alfons
294
295 2005-01-01 [colin]      0.9.13cvs24
296
297         * src/procmime.c
298                 Fix possible memleak in corner case - found by
299                 Martin Kluge, patch by Alfons
300
301 2004-12-30 [colin]      0.9.13cvs23
302
303         * src/account.c
304                 Fix prototypes - patch by Alfons
305
306 2004-12-30 [paul]       0.9.13cvs22
307
308         * ChangeLog
309         * ChangeLog.jp
310         * NEWS
311         * src/account.c
312                 sync with main 1.0.0.
313                 see ChangeLog 2004-12-22
314
315 2004-12-18 [paul]       0.9.13cvs21
316
317         * AUTHORS
318         * ChangeLog
319         * ChangeLog.jp
320         * src/action.c
321                 sync with main, see ChangeLog 2004-12-17
322
323 2004-12-17 [thorsten]   0.9.13cvs20
324
325         * src/compose.c
326                 protect trailing spaces when signing message
327
328 2004-12-16 [paul]       0.9.13cvs19
329
330         * ChangeLog
331         * ChangeLog.jp
332         * NEWS
333         * src/compose.c
334         * src/syldap.c
335                 sync with main 1.0.0rc
336                 see ChangeLog 2004-12-15
337
338 2004-12-14 [colin]      0.9.13cvs18
339
340         * src/gtk/prefswindow.c
341                 Fix build. Sorry :)
342
343 2004-12-14 [colin]      0.9.13cvs17
344
345         * src/gtk/gtkutils.c
346         * src/gtk/gtkutils.h
347         * src/gtk/prefswindow.c
348                 Catch Enter in prefswindow while in text
349                 widget. Patch by Alfons.
350
351 2004-12-14 [paul]       0.9.13cvs16
352
353         * ChangeLog
354         * ChangeLog.jp
355         * src/action.c
356         * src/compose.c
357         * src/common/utils.c
358                 sync with main, see ChangeLog entries 2004-12-10
359                 and 2004-12-13
360
361         * po/ru.po
362                 updated by Pavlo Bohmat
363
364 2004-12-13 [thorsten]   0.9.13cvs15
365
366         * src/plugins/spamassassin/libspamc.c
367                 fix memleak
368
369 2004-12-13 [colin]      0.9.13cvs14
370
371         * src/gtk/prefswindow.c
372         * src/gtk/pluginwindow.c
373                 Fix key_pressed handlers
374
375 2004-12-11 [colin]      0.9.13cvs13
376
377         * src/quote_fmt_parse.y
378                 Rework quote_fmt_parse to use less local 
379                 arrays in local blocks, so it doesn't 
380                 freak out IBM's stack protector. Patch
381                 by Alfons.
382
383 2004-12-10 [colin]      0.9.13cvs12
384
385         * src/messageview.c
386                 Fix logic error
387         * src/mainwindow.c
388                 Fix corruptions when de-separating messageview
389
390 2004-12-10 [paul]       0.9.13cvs11
391
392         * src/prefs_themes.c
393                 use a different set of icons for the Preview
394
395 2004-12-09 [colin]      0.9.13cvs10
396
397         * src/procmime.c
398                 Fix procmime_encode_content doing horribly wrong
399                 stuff when encoding to B64 from memory
400
401 2004-12-08 [colin]      0.9.13cvs9
402
403         * src/gtk/colorlabel.c
404                 Fix color label off-by-one
405                 Patch by Alfons
406
407 2004-12-08 [hoa]        0.9.13cvs8
408
409         * src/quote_fmt_parse.y
410                 really fix buffer overflow
411
412 2004-12-08 [colin]      0.9.13cvs7
413
414         * src/matcher_parser_parse.y
415         * src/msgcache.c
416         * src/prefs_matcher.c
417         * src/procheader.c
418         * src/matcher.c
419         * src/common/defs.h
420                 Cache total_size and use that to speed up
421                 'partial' match.
422                 Add 'partial' to the list of useable stuff
423                 in filtering
424
425 2004-12-08 [paul]
426
427         * po/sr.po
428                 updated by URKE MMI
429
430 2004-12-08 [colin]      0.9.13cvs6
431
432         * src/textview.c
433                 Fix possible boundary overrun in
434                 get_email_part(). Patch by Alfons
435
436 2004-12-08 [hoa]        0.9.13cvs5
437
438         * src/quote_fmt_parse.y
439                 fix buffer overflow
440                 http://bugs.gentoo.org/show_bug.cgi?id=67253
441
442 2004-12-07 [thorsten]   0.9.13cvs4
443
444         * src/procmime.c
445                 fix leak introduced with 0.9.13cvs1
446
447 2004-12-07 [keith]      0.9.13cvs3
448
449         * src/procmime.c
450                 Fix typo
451
452 2004-12-07 [colin]      0.9.13cvs2
453
454         * AUTHORS
455         * src/prefs_account.c
456         * src/common/smtp.c
457         * src/common/smtp.h
458                 Add SMTP PLAIN authentication. Patch by 
459                 George Michaelson <ggm@apnic.net>
460
461 2004-12-07 [thorsten]   0.9.13cvs1
462
463         * src/procmime.c
464                 [Bug 650] reply button causes crash
465                 Patch partly by David Relson
466
467 2004-12-06 [paul]       0.9.13
468
469         0.9.13 released
470
471 2004-12-06 [paul]
472
473         * po/sk.po
474                 updated by Andrej Kacian
475         * INSTALL
476         * README.claws
477                 updated
478         
479 2004-12-06 [christoph]
480
481         * configure.ac
482                 move GPGME check to PGP/MIME plugin checks
483
484 2004-12-06 [colin]      0.9.12cvs187
485
486         * src/compose.c
487                 X-Sylpheed-Gnupg-Mode -> X-Sylpheed-Privacy-System
488
489 2004-12-06 [paul]       0.9.12cvs186
490
491         * INSTALL
492         * README.claws
493                 updated
494         * po/es.po
495         * po/fr.po
496         * po/it.po
497         * po/ja.po
498         * po/pt_BR.po
499         * po/zh_CN.po
500                 updated by Ricardo Mones Lastra, Fabien Vantard, Andrea 
501                 Spadaccini, Rui Hirokawa, Frederico Goncalves Guimaraes,
502                 and Yang Guilong
503
504 2004-12-05 [paul]       0.9.12cvs185
505
506         * INSTALL
507         * Makefile.am
508         * README.claws
509                 update
510         * TODO.claws    **REMOVED**
511                 removed, use the wiki instead
512         * tools/Makefile.am
513         * tools/README
514                 remove newscache_conv.pl from the release package
515                 and notes as it is broken and not currently maintained
516         * tools/filter_conv.pl
517                 use --config-dir to find claws' config dir
518         * tools/kdeservicemenu/README
519         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
520         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
521                 make a top-level menu entry
522
523 2004-12-04 [paul]       0.9.12cvs184
524
525         * src/addrharvest.c
526                 conv_unmime_header_overwrite(name)
527
528 2004-12-04 [colin]      0.9.12cvs183
529
530         * src/compose.c
531                 Fix saving of compose window position
532                 when sending mail. Patch by Alfons.
533
534 2004-12-04 [paul]       0.9.12cvs182
535
536         * ChangeLog
537         * ChangeLog.jp
538         * INSTALL
539         * NEWS
540         * README
541         * README.jp
542         * doc/manual/ja/Makefile.am
543         * doc/manual/ja/sylpheed-1.html
544         * doc/manual/ja/sylpheed-10.html
545         * doc/manual/ja/sylpheed-11.html
546         * doc/manual/ja/sylpheed-12.html
547         * doc/manual/ja/sylpheed-13.html
548         * doc/manual/ja/sylpheed-14.html
549         * doc/manual/ja/sylpheed-15.html
550         * doc/manual/ja/sylpheed-16.html
551         * doc/manual/ja/sylpheed-17.html
552         * doc/manual/ja/sylpheed-18.html
553         * doc/manual/ja/sylpheed-19.html
554         * doc/manual/ja/sylpheed-2.html
555         * doc/manual/ja/sylpheed-20.html
556         * doc/manual/ja/sylpheed-3.html
557         * doc/manual/ja/sylpheed-4.html
558         * doc/manual/ja/sylpheed-5.html
559         * doc/manual/ja/sylpheed-6.html
560         * doc/manual/ja/sylpheed-7.html
561         * doc/manual/ja/sylpheed-8.html
562         * doc/manual/ja/sylpheed-9.html
563         * doc/manual/ja/sylpheed.html
564         * doc/manual/ja/sylpheed.sgml
565         * src/Makefile.am
566         * src/procmime.c
567         * src/pixmaps/regular.xpm **REMOVED**
568                 sync with main 1.0.0beta4, including: "canonicalize text files
569                 before encoding to BASE64, and uncanonicalize after decoding
570                 to conform with RFC 2045" 
571
572 2004-12-03 [christoph]  0.9.12cvs181
573
574         * src/compose.c
575                 build the Privacy System menu without GtkItemFactory to
576                 allow '/' in Privacy System names
577
578         * src/plugins/pgpmime/pgpmime.c
579         * src/plugins/pgpmime/plugin.c
580                 Update description and change Privacy System name
581
582 2004-12-03 [paul]
583
584         * src/pixmaps/dir_close.xpm
585         * src/pixmaps/dir_open.xpm
586         * src/pixmaps/drafts_close.xpm
587         * src/pixmaps/drafts_open.xpm
588         * src/pixmaps/group.xpm
589         * src/pixmaps/unread.xpm
590                 update icons (sync with main (adjust hue))      
591
592 2004-12-02 [paul]       0.9.12cvs180
593
594         * ChangeLog
595         * ChangeLog.jp
596         * src/Makefile.am
597         * src/pop.c
598         * src/common/utils.c
599         * src/common/utils.h
600         * src/pixmaps/folder.xpm **REMOVED**
601                 sync with main
602                 fixes bug 644 'extra CRs in subject line break filtering' 
603
604 2004-12-02 [colin]      0.9.12cvs179
605
606         * src/compose.c
607                 Prevent duplicate edition of queued
608                 and drafted mails
609
610 2004-12-02 [colin]      0.9.12cvs178
611
612         * src/compose.c
613                 Fix quote linewrapping ignoring pref
614                 Patch by Alfons
615
616 2004-11-30 [colin]      0.9.12cvs177
617
618         * src/gtk/prefswindow.c
619         * src/gtk/pluginwindow.c
620                 Add shortcut keys to prefs window
621                 and plugin window. Patch by Fabien Vantard.
622
623 2004-11-29 [colin]      0.9.12cvs176
624
625         * src/folderview.c
626                 Fix disappearing separators in folderview's popup
627
628 2004-11-29 [colin]      0.9.12cvs175
629
630         * src/procmime.c
631                 Another format bug
632
633 2004-11-29 [colin]      0.9.12cvs174
634
635         * src/pop.c
636                 Fix format string
637
638 2004-11-26 [colin]      0.9.12cvs173
639
640         * src/common/smtp.c
641         * src/common/smtp.h
642                 Use ESMTP for all servers advertising it
643                 Add SIZE= parameter to MAIL command for 
644                 ESMTP servers
645
646 2004-11-24 [colin]      0.9.12cvs172
647
648         * src/plugins/pgpmime/pgpmime.c
649                 Forgot one :(
650
651 2004-11-24 [colin]      0.9.12cvs171
652
653         * src/plugins/pgpmime/pgpmime.c
654                 Fix numerous GpgmeGtk leaks
655
656 2004-11-24 [colin]      0.9.12cvs170
657
658         * src/plugins/pgpmime/pgpmime.c
659                 Fix numerous GpgmeCtx leaks
660
661 2004-11-24 [colin]      0.9.12cvs169
662
663         * src/plugins/pgpmime/plugin.c
664                 Update requirements
665         * src/plugins/trayicon/Makefile.am
666         * src/plugins/trayicon/newmarkedmail.xpm
667         * src/plugins/trayicon/trayicon.c
668         * src/plugins/trayicon/unreadmarkedmail.xpm
669                 Add new icons when there are unread marked mails
670                 answers
671
672 2004-11-23 [thorsten]   0.9.12cvs168
673
674         * src/plugins/pgpmime/plugin.c
675                 typo: plugin_init instead of plugin_done
676
677 2004-11-23 [thorsten]   0.9.12cvs167
678
679         * commitHelper
680                 o add me
681         * src/partial_download.c
682         * src/partial_download.h
683                 o fix path for includes
684
685 2004-11-23 [colin]      0.9.12cvs166
686
687         * src/procmime.c
688                 Uh, changed API.
689
690 2004-11-23 [colin]      0.9.12cvs165
691
692         * src/procmime.c
693                 Fix mime headers wrapping
694
695 2004-11-23 [christoph]  0.9.12cvs164
696
697         * src/common/Makefile.am
698         * src/common/partial_download.[ch]
699         * src/Makefile.am
700         * src/partial_download.[ch]
701         * src/folderview.c
702                 move to src because it depends on src stuff
703
704         * src/codeconv.c
705         * src/common/base64.h
706                 move B64LEN macro to base64.h
707
708         * src/compose.c
709         * src/privacy.[ch]
710                 add PrefsAccount to sign-function parameters
711
712         * src/main.c
713         * src/prefs_account.[ch]
714         * src/gtk/prefswindow.[ch]
715                 o use new prefswindow for account prefs
716                 o add possibility to add new pages to account prefs
717
718         * src/plugins/pgpmime/prefs_gpg.[ch]
719         * src/plugins/pgpmime/prefs_gpg.glade
720                 add account prefs for GPG
721
722         * src/plugins/pgpmime/pgpmime.c
723         * src/plugins/pgpmime/sgpgme.[ch]
724                 create signers list based on the GPG account prefs
725
726 2004-11-23 [colin]      0.9.12cvs163
727
728         * src/main.c
729                 Fix cursor going from normal to wait
730                 as many times as there are folders
731                 (very noticeable on exported displays)
732
733 2004-11-23 [colin]      0.9.12cvs162
734
735         * src/msgcache.c
736                 HEAD needs this leak fix too
737
738 2004-11-22 [luke]       0.9.12cvs161
739
740         * src/gtk/gtkstext.c
741                 'Up' key moves one line (not one paragraph) like 'Down'
742
743 2004-11-22 [paul]       0.9.12cvs160
744
745         * src/prefs_themes.c
746                 fix oversized GtkFrames
747
748 2004-11-19 [paul]       0.9.12cvs159
749
750         * src/prefs_common.c
751                 update prefs_keybind_apply_clicked()
752
753 2004-11-18 [paul]       0.9.12cvs158
754
755         * src/compose.c
756         * src/messageview.c
757         * src/common/utils.c
758         * src/common/utils.h
759                 use Message-ID format like that previously
760                 used in compose_generate_msgid()
761
762 2004-11-17 [christoph]  0.9.12cvs157
763
764         * src/mainwindow.c
765         * src/prefs_common.c
766                 integrate "Common preferences" into new preferences dialog
767
768 2004-11-17 [colin]      0.9.12cvs156
769
770         * src/prefs_account.c
771         * src/prefs_account.h
772         * src/procmsg.c
773                 Add an option to let the user choose to store encrypted
774                 mail as clear text or encrypted.
775
776 2004-11-17 [colin]      0.9.12cvs155
777
778         * src/compose.c
779         * src/toolbar.c
780                 Be verbose when sending fails
781         * src/procmsg.c
782                 Fix procmsg_send_queue returning 0 when there's an error
783                 Don't send messages to be encrypted to nobody 
784
785
786 2004-11-17 [colin]      0.9.12cvs154
787
788         * src/privacy.c
789                 Fix more pointer confusion
790
791 2004-11-17 [paul]       0.9.12cvs153
792
793         * src/procmime.h
794                 forgotten in sync with main 1.0.0beta3
795
796
797 2004-11-17 [paul]       0.9.12cvs152
798
799         * ChangeLog
800         * ChangeLog.jp
801         * NEWS
802         * src/compose.c
803         * src/jpilot.c
804         * src/procmime.c
805                 sync with main 1.0.0beta3
806                 see ChangeLog 2004-11-15 and 2004-11-16
807
808 2004-11-17 [colin]      0.9.12cvs151
809
810         * src/plugins/pgpmime/pgpmime.c
811                 Remove debug printf
812
813 2004-11-17 [colin]      0.9.12cvs150
814
815         * src/plugins/pgpmime/pgpmime.c
816                 Fix off-by-one causing segs
817
818 2004-11-17 [colin]      0.9.12cvs149
819
820         * src/procmsg.c
821                 < Reboot_> don't compare pointers to NULL with !
822                 So, use the other form to bring consistency.
823                 Also fix coding style.
824
825 2004-11-16 [colin]      0.9.12cvs148
826
827         * src/procmsg.c
828                 Fix the fix :)
829
830 2004-11-16 [colin]      0.9.12cvs147
831
832         * src/procmsg.c
833                 Fix leaks in procmsg_send_message_queue
834
835 2004-11-12 [paul]       0.9.12cvs146
836
837         * src/prefs_account.c
838         * src/procmime.c
839         * src/procmime.h
840                 fix sync breakage 
841
842 2004-11-12 [paul]
843
844         * src/pixmaps/complete.xpm
845         * src/pixmaps/continue.xpm
846                 small sync with main, see ChangeLog 2004-11-11
847
848 2004-11-11 [paul]       0.9.12cvs145
849
850         * ChangeLog
851         * ChangeLog.jp
852         * src/account.c
853         * src/folderview.c
854         * src/folderview.h
855         * src/imap.c
856         * src/imap_gtk.c
857         * src/inc.c
858         * src/mainwindow.c
859         * src/mh_gtk.c
860         * src/news_gtk.c
861         * src/pop.c
862         * src/prefs_account.c
863         * src/prefs_account.h
864         * src/prefs_ext_prog.c
865         * src/procmsg.c
866         * src/procmsg.h
867         * src/summary_search.c
868         * src/summaryview.c
869         * src/textview.c
870         * src/common/defs.h
871         * src/common/utils.c
872         * src/common/utils.h
873         * src/gtk/menu.c
874         * src/gtk/menu.h
875                 sync with main 1.0.0beta2 (plus 4)
876
877 2004-11-09 [christoph]  0.9.12cvs144
878
879         * src/compose.c
880         * src/prefs_account.[ch]
881                 add option menu to select default privacy system
882
883         * src/plugins/pgpmime/pgpmime.c
884                 better memory allocation
885
886         * src/folder.c
887                 syncronize flags when scanning a folder
888
889 2004-11-08 [colin]      0.9.12cvs143
890
891         * src/summaryview.c
892                 Prevent useless folder count updates while 
893                 quicksearch is running. It is really annoying 
894                 while quicksearch is running a full-mail
895                 scan, like 'b foo', in a big folder.
896
897 2004-11-08 [colin]      0.9.12cvs142
898
899         * src/textview.c
900                 Really fix these mail URIs
901
902 2004-11-08 [colin]      0.9.12cvs141
903
904         * src/textview.c
905                 fix "colin@colino.net" <colin@colino.net> 
906                 types of URIs
907
908 2004-11-06 [colin]      0.9.12cvs140
909
910         * src/compose.c
911                 Don't ask for passphrase if not sending
912
913 2004-11-05 [christoph]  0.9.12cvs139
914
915         * src/compose.c
916                 o encode text content of composed mails
917         * src/procmime.c
918                 o allow encoding of MimeInfos that are stored in memory buffers
919                 
920
921 2004-11-03 [paul]       0.9.12cvs138
922
923         * po/POTFILES.in
924                 add 'src/plugins/pgpmime/prefs_gpg.c'.
925                 Patch submitted by Fabien Vantard
926
927         * src/prefs_ext_prog.c
928                 fix typos. Patch submitted by Fabien Vantard
929
930         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
931         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
932                 add German, Spanish, Italian, Brazilian Portuguese,
933                 and Slovak translations. Submitted by Thomas Gilgin,
934                 J. José del Río 'partymola', Andrea Spadaccini,
935                 Frederico Goncalves Guimaraes, and Andrej Kacian
936
937 2004-11-01 [christoph]  0.9.12cvs137
938
939         * src/procmime.c
940                 implement RFC2231's parameter encoding
941
942 2004-10-29 [colin]      0.9.12cvs136
943
944         * src/common/utils.c
945                 Fix boundary delimiter (a Pine user gets this:
946                 > Malformed message: Unexpected characters at end of parameters:
947                 > =_Thu__28_Oct_2)
948
949 2004-10-29 [paul]
950
951         * tools/textviewer.sh
952                 fix typo. patch submitted by Johann Koenig 
953                 <explosive@hvc.rr.com>
954
955 2004-10-29 [paul]
956
957         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
958         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
959                 add French translations, submitted by Fabien Vantard
960
961 2004-10-28 [christoph]  0.9.12cvs135
962
963         * doc/src/rfc2231.txt                           ** NEW **
964         * src/procmime.c
965         * src/common/quoted-printable.c
966         * src/common/utils.[ch]
967                 implement RFC2231's parameter decoding
968
969 2004-10-27 [paul]
970
971         * tools/kdeservicemenu/README
972         * tools/kdeservicemenu/install.sh
973         * tools/kdeservicemenu/sylpheed-kdeservicemenu.pl
974         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
975         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
976                 output files to /tmp instead of littering the
977                 current dir
978                 add uninstall function
979                 refactor
980
981 2004-10-26 [christoph]  0.9.12cvs134
982
983         * src/procmime.c
984                 better check if parameters have to be in quoted string
985
986 2004-10-25 [paul]
987
988         * tools/kdeservicemenu/README
989         * tools/kdeservicemenu/install.sh
990         * tools/kdeservicemenu/sylpheed-kdeservicemenu.pl
991         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
992         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
993                 add files for Sylpheed Service Menu in Konqueror
994
995 2004-10-22 [paul]       0.9.12cvs133
996
997         * src/compose.c
998         * src/prefs_common.c
999         * src/prefs_common.h
1000         * src/prefs_wrapping.c
1001                 remove 'smart wrapping'
1002
1003 2004-10-21 [colin]      0.9.12cvs132
1004
1005         * src/compose.c
1006                 Remove extraneous separator in Options
1007
1008 2004-10-21 [colin]      0.9.12cvs131
1009
1010         * src/compose.c
1011                 Replace "unknown" attachments by "application/octet-stream"
1012                 Be a bit more defensive when using strchr
1013
1014 2004-10-20 [paul]
1015
1016         * po/ru.po
1017                 updated by Pavlo Bohmat
1018
1019 2004-10-19 [christoph]  0.9.12cvs130
1020
1021         * src/compose.c
1022                 fix wrong menu entry path
1023
1024         (Closes Bug 626 crashes after clicking 'reply' or 'reply to all')
1025
1026         * src/gtk/menu.c
1027                 add extra check for missing menu entries
1028
1029 2004-10-19 [christoph]  0.9.12cvs129
1030
1031         * src/compose.c
1032         * src/common/utils.c
1033                 use utils' generate_msgid() in compose.c
1034
1035 2004-10-18 [christoph]  0.9.12cvs128
1036
1037         * src/plugins/pgpmime/passphrase.c
1038         * src/plugins/pgpmime/pgpmime.c
1039         * src/plugins/pgpmime/prefs_gpg.[ch]
1040         * src/plugins/pgpmime/prefs_gpg.glade
1041         * src/plugins/pgpmime/sgpgme.c
1042                 add GPG prefs
1043
1044 2004-10-18 [christoph]  0.9.12cvs127
1045
1046         * src/addrbook.c
1047         * src/addrcache.c
1048         * src/addressbook.c
1049         * src/codeconv.c
1050         * src/compose.c
1051         * src/customheader.c
1052         * src/editaddress.c
1053         * src/editgroup.c
1054         * src/exporthtml.c
1055         * src/folder.c
1056         * src/folderview.c
1057         * src/imap.c
1058         * src/jpilot.c
1059         * src/main.c
1060         * src/matcher_parser_parse.y
1061         * src/mbox.c
1062         * src/pop.c
1063         * src/prefs_account.c
1064         * src/prefs_gtk.c
1065         * src/prefs_msg_colors.c
1066         * src/procheader.c
1067         * src/procmime.[ch]
1068         * src/procmsg.c
1069         * src/summaryview.c
1070         * src/textview.c
1071         * src/common/base64.c
1072         * src/common/partial_download.c
1073         * src/common/socket.c
1074         * src/common/sylpheed.c
1075         * src/common/utils.[ch]
1076         * src/gtk/filesel.c
1077         * src/gtk/pluginwindow.c
1078         * src/gtk/quicksearch.c
1079         * src/plugins/pgpmime/pgpmime.c
1080         * src/plugins/pgpmime/plugin.c
1081         * src/plugins/pgpmime/select-keys.c
1082         * src/plugins/pgpmime/sgpgme.c
1083         * src/plugins/spamassassin/libspamc.c
1084         * src/plugins/trayicon/trayicon.c
1085         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.[ch]
1086         * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.c
1087                 o don't use any GNU C extensions
1088                 o fix warnings
1089                 o replace some non-POSIX functions
1090
1091         * src/plugins/spamassassin/spamassassin.[ch]
1092         * src/plugins/spamassassin/spamassassin_gtk.c
1093         * src/plugins/clamav/clamav_plugin.[ch]
1094         * src/plugins/clamav/clamav_plugin_gtk.c
1095                 replace statusbar_print_all() from common code because it is a
1096                 GUI function
1097
1098 2004-10-17 [paul]
1099
1100         * po/es.po
1101         * po/ko.po
1102         * AUTHORS
1103                 update Spanish and Korean translations,
1104                 submitted by Ricardo Mones Lastra and
1105                 SungHyun Nam
1106
1107 2004-10-13 [colin]      0.9.12cvs126
1108
1109         * src/compose.c
1110                 Don't convert message to forced encoding when 
1111                 drafting, plus minor magic-values cleanup.
1112
1113 2004-10-13 [colin]      0.9.12cvs125
1114
1115         * po/POTFILES.in
1116                 Update POTFILES.in to reflect the source
1117                 place changes
1118
1119 2004-10-08 [christoph]  0.9.12cvs124
1120
1121         * m4/spamassassin.m4
1122                 fix libspamc OpenSSL
1123
1124         * src/compose.c
1125                 rearrange the compose menu
1126
1127 2004-10-08 [christoph]  0.9.12cvs123
1128
1129         * src/Makefile.am
1130         * src/account.c
1131         * src/compose.[ch]
1132         * src/crash.c
1133         * src/main.c
1134         * src/mimeview.c
1135         * src/passphrase.[ch]                           ** REMOVE **
1136         * src/prefs_account.[ch]
1137         * src/prefs_common.[ch]
1138         * src/privacy.[ch]
1139         * src/procmime.[ch]
1140         * src/procmsg.c
1141         * src/rfc2015.[ch]                              ** REMOVE **
1142         * src/select-keys.[ch]                          ** REMOVE **
1143         * src/common/utils.[ch]
1144         * src/gtk/about.c
1145         * src/plugins/pgpmime/Makefile.am
1146         * src/plugins/pgpmime/passphrase.[ch]           ** NEW **
1147         * src/plugins/pgpmime/pgpmime.c
1148         * src/plugins/pgpmime/plugin.c
1149         * src/plugins/pgpmime/prefs_gpg.[ch]
1150         * src/plugins/pgpmime/select-keys.[ch]          ** NEW **
1151         * src/plugins/pgpmime/sgpgme.[ch]
1152                 o Add new MIME-Writer
1153                 o extend PrivacySystem with sign and encrypt functions
1154                 o extend PGP/MIME plugin with sign and encrypt functions
1155                 o integrate extended Privacy API in Compose and Sending process
1156
1157 2004-10-04 [colin]      0.9.12cvs122
1158
1159         * src/mainwindow.c
1160         * src/messageview.c
1161         * src/messageview.h
1162         * src/textview.c
1163                 Make forced encoding limited to messageview and
1164                 apply only to parts displayed using textview
1165
1166 2004-10-04 [colin]      0.9.12cvs121
1167
1168         * src/summaryview.c
1169                 Fix bug #605 (collapsed threads re-expand when moving or
1170                 deleting mails)
1171
1172 2004-10-03 [colin]      0.9.12cvs120
1173
1174         * src/summaryview.c
1175                 Fix bug #602
1176
1177 2004-10-02 [colin]      0.9.12cvs119
1178
1179         * src/mainwindow.c
1180         * src/messageview.c
1181         * src/prefs_common.h
1182         * src/procmime.c
1183         * src/procmime.h
1184         * src/textview.c
1185                 Clean up forced charset feature
1186                 Add forced decode
1187
1188 2004-10-01 [colin]      0.9.12cvs118
1189
1190         * src/mimeview.c
1191                 Better fix for Save all: skip multipart mails' first 
1192                 text part
1193
1194 2004-10-01 [colin]      0.9.12cvs117
1195
1196         * src/mimeview.c
1197                 Only save attachments in Save All
1198
1199 2004-10-01 [paul]       0.9.12cvs116
1200
1201         * ChangeLog
1202         * ChangeLog.jp
1203         * src/account.c
1204         * src/prefs_common.c
1205         * src/gtk/colorlabel.c
1206                 sync with main 0.9.12cvs17
1207
1208 2004-09-30 [colin]      0.9.12cvs115
1209
1210         * src/stock_pixmap.c
1211         * src/stock_pixmap.h
1212         * src/folderview.c
1213         * src/Makefile.am
1214         * src/pixmaps/read.xpm
1215                 Add icon for total # column
1216
1217 2004-09-29 [colin]      0.9.12cvs114
1218
1219         * src/compose.c
1220                 Don't close compose until message is sent if 
1221                 Show Send Dialog is Always
1222
1223 2004-09-29 [paul]       0.9.12cvs113
1224
1225         * src/quote_fmt_parse.y
1226                 In the quotation templates recognise sender's first and last 
1227                 names (%F %L) when the name is in the format "Duck, Donald".
1228                 Patch submitted by Thomas Gilgin, <thomas_gilgin@users.sourceforge.net>
1229
1230
1231 2004-09-28 [colin]      0.9.12cvs112
1232
1233         * src/mainwindow.c
1234                 Put back mnemonic
1235         * src/folderview.c
1236                 Fix Empty trash being visible-invisible-visible...
1237
1238 2004-09-28 [colin]      0.9.12cvs111
1239
1240         * src/mainwindow.c
1241                 Relabel Empty all Trash folders
1242
1243 2004-09-28 [colin]      0.9.12cvs110
1244
1245         * src/folderview.c
1246                 Add contextual Empty trash menu
1247         * src/mainwindow.c
1248                 Revert cvs109 which was useless
1249
1250 2004-09-28 [colin]      0.9.12cvs109
1251
1252         * src/mainwindow.c
1253                 Fix uninialized var
1254
1255 2004-09-28 [colin]      0.9.12cvs108
1256
1257         * src/addressbook.c
1258                 Fix triple-click
1259
1260 2004-09-28 [colin]      0.9.12cvs107
1261
1262         * src/addressbook.c
1263                 Fix double-click on entries
1264
1265 2004-09-28 [colin]      0.9.12cvs106
1266
1267         * src/inc.c
1268                 Reintroduce folder_item update freeze on incorporation
1269
1270 2004-09-27 [christoph]  0.9.12cvs105
1271
1272         * src/folderview.c
1273                 right-align new and unread column
1274
1275 2004-09-27 [paul]
1276
1277         * 0.9.12b released
1278
1279 2004-09-27 [paul]       0.9.12cvs104
1280
1281         * src/main.c
1282                 revert 0.9.12cvs101, it causes another segfault
1283
1284 2004-09-23 [christoph]  0.9.12cvs103
1285
1286         * src/plugins/spamassassin/libspamc.[ch]
1287         * src/plugins/spamassassin/utils.[ch]
1288                 update libspamc to SpamAssassin 3.0.0
1289
1290 2004-09-17 [paul]       0.9.12cvs102
1291
1292         * ChangeLog
1293         * ChangeLog.jp
1294         * src/inc.c
1295                 sync with main 0.9.12cvs14, see ChangeLog 2004-09-09
1296  
1297
1298 2004-09-17 [colin]      0.9.12cvs101
1299
1300         * src/main.c
1301                 Fix segfaults when quitting. valgrind says:
1302                         ==12144== Invalid read of size 4
1303                         ==12144==    at 0x80D7DDA: messageview_is_visible (messageview.c:938)
1304                         [...]
1305                         ==12144==  Address 0x1BF1BD30 is 56 bytes inside a block of size 72 free'd
1306                         [...]
1307                         ==12144==    by 0x80CC671: exit_sylpheed (main.c:498)
1308
1309
1310 2004-09-13 [christoph]  0.9.12cvs100
1311
1312         * src/folder.c
1313                 add NULL pointer checks to fix segfault when messages can
1314                 not be fetched
1315
1316 2004-09-08 [colin]      0.9.12cvs99
1317
1318         * src/account.c
1319                 Remove a debug printf
1320
1321 2004-09-08 [christoph]  0.9.12cvs98
1322
1323         * src/procmsg.[ch]
1324                 change MSG_CACHED (unused in claws) to MSG_SCANNED to remember
1325                 if the message structure has been scanned
1326
1327         * src/folder.c
1328                 o scan structure when the mail is fetched for the first time
1329                   to prevent unnecessary fetching of messages while scanning
1330                   the folder for messages
1331                 o revert 0.9.12cvs24
1332
1333         * src/plugins/pgpmime/pgpmime.c
1334                 check signature if auto signature checking is enabled when the
1335                 signature status is requested for first time and not when
1336                 checking if a part has a signature
1337
1338 2004-09-07 [colin]      0.9.12cvs97
1339
1340         * src/inc.c
1341                 Change session error messages so that they
1342                 are a bit more helpful (the origin of the
1343                 error is not apparent if one isn't in 
1344                 front of Sylpheed when it happens).
1345
1346 2004-09-06 [colin]      0.9.12cvs96
1347
1348         * src/toolbar.c
1349                 Fix graying out Redirect in non english languages
1350                 Patch by Fabien Vantard
1351
1352 2004-09-06 [colin]      0.9.12cvs95
1353
1354         * src/summaryview.c
1355         * src/mimeview.c
1356                 Fix dropped URIs
1357
1358 2004-09-06 [colin]      0.9.12cvs94
1359
1360         * src/addressbook.c
1361         * src/addressitem.h
1362         * src/addritem.c
1363         * src/addritem.h
1364                 Add basic drag and drop to addressbook
1365
1366 2004-09-03 [colin]      0.9.12cvs93
1367
1368         * src/summaryview.c
1369                 Next/Prev unread message should start
1370                 from next/prev node (especially if 
1371                 mark_as_read_delay != 0)
1372
1373 2004-09-03 [colin]      0.9.12cvs92
1374
1375         * src/prefs_common.c
1376         * src/prefs_common.h
1377         * src/summaryview.c
1378                 Add an hidden 'mark_as_read_delay' pref 
1379
1380 2004-09-02 [colin]      0.9.12cvs91
1381
1382         * src/gtk/menu.c
1383                 Add unduplicated menu entries (fixes bug 532)
1384                 Patch by Fabien Vantard
1385
1386 2004-09-02 [colin]      0.9.12cvs90
1387
1388         * src/account.c
1389                 Fix bug 582 (broken auto account selection)
1390
1391 2004-09-02 [colin]      0.9.12cvs89
1392
1393         * src/addrindex.c
1394                 Free deleted queries too
1395
1396 2004-09-02 [colin]      0.9.12cvs88
1397
1398         * src/ldapquery.c
1399                 Fix freezes in LDAP, due to memory corruption
1400                 after deletion of a query (and not removing it
1401                 from the corresponding list of queries).
1402                 Very probably fixes bug 567 and bug 569
1403
1404 2004-09-02 [colin]      0.9.12cvs87
1405
1406         * src/prefs_spelling.c
1407                 Fix bug with aspell prefs init, where spell checking
1408                 is enabled at first but dictionary not specified. Use
1409                 LANG's dictionary by default.
1410
1411 2004-09-01 [colin]      0.9.12cvs86
1412
1413         * src/filtering.c
1414         * src/imap.c
1415         * src/prefs_matcher.c
1416         * src/stock_pixmap.c
1417                 Fix more nasty uninitialized variables
1418
1419 2004-08-31 [colin]      0.9.12cvs85
1420
1421         * src/folder.c
1422                 Fix memory corruption when entering procmsg_msginfo_free()
1423                 with unitialized msginfo. Thanks Valgrind.
1424
1425 2004-08-29 [colin]      0.9.12cvs84
1426
1427         * src/mimeview.c
1428                 Don't escape filenames before saving - that's 
1429                 not dangerous. By the way, fix the leak.
1430
1431 2004-08-27 [paul]       0.9.12cvs83
1432
1433         * src/mh.c
1434         * src/procheader.c
1435         * src/procmsg.c
1436         * src/procmsg.h
1437         * src/common/utils.c
1438         * src/gtk/menu.h
1439                 sync with main 0.9.12cvs6, see ChangeLog
1440                 2004-08-24, 2004-08-25, 2004-08-26
1441
1442
1443 2004-08-26 [paul]
1444
1445         * po/ja.po
1446                 updated by Rui Hirokawa
1447
1448 2004-08-25 [colin]      0.9.12cvs82
1449
1450         * src/plugins/pgpmime/pgpmime.c
1451                 Fix leak on non-combined encrypted messages
1452
1453 2004-08-25 [colin]      0.9.12cvs81
1454
1455         * src/plugins/pgpmime/pgpmime.c
1456         * src/plugins/pgpmime/sgpgme.c
1457         * src/plugins/pgpmime/sgpgme.h
1458                 Handle combined encryption/signature
1459
1460 2004-08-24 [colin]      0.9.12cvs80
1461
1462         * src/folder.c
1463                 Set mime flags on non multipart messages too
1464
1465 2004-08-23 [christoph]  0.9.12cvs79
1466
1467         * src/compose.c
1468                 create message header in memory as GString before writing it
1469                 to the message file
1470
1471 2004-08-23 [colin]      0.9.12cvs78
1472
1473         * src/rfc2015.c
1474         * src/rfc2015.h
1475         * src/compose.c
1476                 Fix (again) bug 197: inline encryption broken
1477
1478 2004-08-23 [paul]
1479
1480         * po/zh_CN.po
1481                 updated by Hansom Young
1482
1483 2004-08-23 [paul]
1484
1485         * 0.9.12a released
1486
1487 2004-08-23 [colin]      0.9.12cvs77
1488
1489         * src/imap.c
1490                 Try and fix bug 577 (session->last_access_time is broken since 
1491                 sync with main 0.9.12cvs2). 
1492                 Patch by Stephan Sachse <whiteman@teg-clan.de>
1493
1494 2004-08-23 [paul]
1495
1496         * po/es.po
1497         * po/fr.po
1498         * po/pl.po
1499         * po/pt_BR.po
1500         * po/sk.po
1501         * po/sr.po
1502                 update translations. submitted by Ricardo
1503                 Mones Lastra, Fabien Vantard, Emilian Nowak,
1504                 Frederico Goncalves Guimaraes, Andrej Kacian,
1505                 Urke MMI
1506
1507 2004-08-22 [paul]       0.9.12cvs76
1508
1509         * src/plugins/trayicon/trayicon.c
1510                 fix formatting bug in trayicon_popup_menu_entries[]
1511
1512
1513 2004-08-22 [paul]       0.9.12cvs75
1514
1515         * m4/Makefile.am
1516                 remove reference to openssl.m4
1517
1518
1519 2004-08-21 [colin]      0.9.12cvs74
1520
1521         * src/compose.c
1522                 Fix bug 576 (Duplicate auto-bcc on reedit)
1523
1524 2004-08-21 [colin]      0.9.12cvs73
1525
1526         * src/toolbar.c
1527                 Grey out Redirect in the toolbar when selection is
1528                 multiple. Fixes bug 520
1529
1530 2004-08-21 [colin]      0.9.12cvs72
1531
1532         * src/compose.c
1533                 Save Sign, Encrypt and Mode status when drafting or queuing
1534                 Fixes bug 502 (drafted message does not keep sign / encrypt 
1535                 state)
1536
1537 2004-08-21 [colin]      0.9.12cvs71
1538
1539         * src/summaryview.c
1540                 Fix bug 494 (Messages are always opened in summary 
1541                 view when right clicked.) Also fixes bug 508.
1542
1543 2004-08-21 [colin]      0.9.12cvs70
1544
1545         * src/compose.c
1546                 When using inline encryption, don't use QP or Base64:
1547                 the mail will be encrypted to a 7bit string.
1548                 Fixes bug 197
1549
1550 2004-08-21 [colin]      0.9.12cvs69
1551
1552         * src/compose.c
1553                 Fix inline-signing with 8bit chars: data must be 
1554                 converted to Quoted-printable before signing.
1555
1556 2004-08-21 [colin]      0.9.12cvs68
1557
1558         * src/compose.c
1559                 Remove 'Message/Save to draft folder'
1560                 and 'Message/Save and keep editing' to 
1561                 put a single 'File/Save' command.
1562                 Fixes bug 224
1563
1564 2004-08-21 [colin]      0.9.12cvs67
1565
1566         * src/mainwindow.c
1567                 Fix bug 222 (Summary view state not retained between sessions)
1568
1569 2004-08-20 [colin]      0.9.12cvs66
1570
1571         * src/codeconv.c
1572                 Fix bug 574 (empty cur_locale is not enough)
1573
1574 2004-08-20 [paul]
1575
1576         * src/plugins/pgpmime/plugin.c
1577                 modify PGP/MIME plugin's description
1578
1579 2004-08-16 [colin]      0.9.12cvs65
1580
1581         * src/common/ssl.c
1582                 Fix version comparison
1583
1584 2004-08-16 [colin]      0.9.12cvs64
1585
1586         * src/common/ssl.c
1587                 I meant 2.2.
1588
1589 2004-08-16 [colin]      0.9.12cvs63
1590
1591         * src/common/ssl.c
1592                 People with glibc 2.1 have had problems with non-blocking
1593                 SSL_connect. Disable it for glibc < 2.2.
1594
1595 2004-08-16 [colin]      0.9.12cvs62
1596
1597         * src/common/ssl.c
1598                 Fix format error
1599
1600 2004-08-13 [colin]      0.9.12cvs61
1601
1602         * src/plugins/pgpmime/plugin.c
1603                 Add plugin's description
1604
1605 2004-08-12 [christoph]  0.9.12cvs60
1606
1607         * src/folderutils.c
1608                 fix bug that did not thaw folder updates when deleting
1609                 duplicates in empty folders
1610
1611 2004-08-12 [colin]      0.9.12cvs59
1612
1613         * src/plugins/trayicon/trayicon.c
1614                 Add a context menu with most common operations
1615
1616 2004-08-12 [colin]      0.9.12cvs58
1617
1618         * configure.ac
1619         * sylpheed.desktop
1620         * src/Makefile.am
1621         * src/main.c
1622                 Add support for Freedesktop.org's startup notification
1623
1624 2004-08-10 [colin]      0.9.12cvs57
1625
1626         * src/main.c
1627         * src/common/socket.c
1628         * src/common/ssl.c
1629         * src/common/sylpheed.c
1630         * src/common/sylpheed.h
1631                 Put back the ssl connect nonblocking...
1632                 without the race condition
1633
1634 2004-08-09 [colin]      0.9.12cvs56
1635
1636         * src/main.c
1637         * src/common/ssl.c
1638         * src/common/sylpheed.c
1639         * src/common/sylpheed.h
1640                 Reverting previous commit, doesn't work 
1641
1642 2004-08-09 [colin]      0.9.12cvs55
1643
1644         * src/main.c
1645         * src/common/ssl.c
1646         * src/common/sylpheed.c
1647         * src/common/sylpheed.h
1648                 Make SSL_connect nonblocking, using a thread
1649
1650 2004-08-09 [paul]       0.9.12cvs54
1651
1652         * po/POTFILES.in
1653                 reflect new location of sgpgme.c
1654         * src/main.c
1655                 sync with main, see ChangeLog 2004-08-09
1656
1657 2004-08-08 [christoph]  0.9.12cvs53
1658
1659         * src/folderutils.c
1660                 freeze FolderItem updates while deleting duplicate messages
1661
1662 2004-08-08 [christoph]  0.9.12cvs52
1663
1664         * configure.ac
1665         * src/Makefile.am
1666         * src/main.c
1667         * src/pgpmime.c
1668         * src/pgpmime.h
1669         * src/sgpgme.c
1670         * src/sgpgme.h
1671         * src/plugins/Makefile.am
1672         * src/plugins/pgpmime/.cvsignore
1673         * src/plugins/pgpmime/Makefile.am
1674         * src/plugins/pgpmime/pgpmime.c
1675         * src/plugins/pgpmime/pgpmime.h
1676         * src/plugins/pgpmime/plugin.c
1677         * src/plugins/pgpmime/sgpgme.c
1678         * src/plugins/pgpmime/sgpgme.h
1679                 new plugin for PGP/MIME
1680
1681 2004-08-07 [christoph]  0.9.12cvs51
1682
1683         * src/folder.c
1684                 disable immediate folder change notification on opened folders
1685                 until SummaryView can handle it quickly
1686
1687 2004-08-07 [colin]      0.9.12cvs50
1688
1689         * src/pop.c
1690         * src/common/partial_download.c
1691                 fix warnings
1692
1693 2004-08-07 [colin]      0.9.12cvs49
1694
1695         * src/Makefile.am
1696         * src/account.c
1697         * src/addressbook.c
1698         * src/alertpanel.c
1699         * src/alertpanel.h
1700         * src/compose.c
1701         * src/exphtmldlg.c
1702         * src/expldifdlg.c
1703         * src/main.c
1704         * src/message_search.c
1705         * src/messageview.c
1706         * src/pop.c
1707         * src/sgpgme.c
1708         * src/summary_search.c
1709         * src/summaryview.c
1710         * src/textview.c
1711         * src/gtk/sslcertwindow.c
1712         * src/pixmaps/stock_dialog-error.xpm
1713         * src/pixmaps/stock_dialog-info.xpm
1714         * src/pixmaps/stock_dialog-question.xpm
1715         * src/pixmaps/stock_dialog-warning.xpm
1716                 sync new alertpanel from gtk2
1717
1718 2004-08-07 [colin]      0.9.12cvs48
1719
1720         * src/prefs_folder_item.c
1721                 fix memory corruption in folderitem's prefs
1722
1723 2004-08-06 [colin]      0.9.12cvs47
1724
1725         * src/compose.c
1726                 close compose window after queuing, before 
1727                 sending when user presses Send
1728
1729 2004-08-05 [christoph]  0.9.12cvs46
1730
1731         * src/msgcache.c
1732         * src/common/defs.h
1733                 add charset to cache file and convert charset when reading the
1734                 cache if different from internal used charset
1735
1736 2004-08-05 [christoph]  0.9.12cvs45
1737
1738         * src/messageview.c
1739         * src/mimeview.[ch]
1740         * src/procmime.h
1741         * src/common/utils.h
1742                 cleanup (remove unused includes/reorganize)
1743
1744         * src/prefs_ext_prog.c
1745         * src/prefs_folder_item.c
1746         * src/prefs_fonts.c
1747         * src/prefs_msg_colors.c
1748         * src/prefs_spelling.c
1749         * src/prefs_themes.c
1750         * src/prefs_toolbar.c
1751         * src/prefs_wrapping.c
1752         * src/gtk/prefswindow.[ch]
1753         * src/plugins/clamav/clamav_plugin_gtk.c
1754         * src/plugins/dillo_viewer/dillo_prefs.c
1755         * src/plugins/image_viewer/viewerprefs.c
1756         * src/plugins/spamassassin/spamassassin_gtk.c
1757                 change PrefsPage path into an array of strings and don't
1758                 split a single string into parts (better for translation)
1759
1760 2004-08-05 [christoph]  0.9.12cvs44
1761
1762         * src/folder.c
1763                 fix FolderItem's message counts after rebuilding a cache
1764
1765 2004-08-05 [paul]       0.9.12cvs43
1766
1767         * ChangeLog
1768         * ChangeLog.jp
1769         * src/imap.c
1770         * src/news.c
1771         * src/common/nntp.c
1772         * src/common/session.c
1773         * src/common/session.h
1774         * src/common/socket.c
1775                 sync with main 0.9.12cvs2
1776                 see ChangeLog 2004-08-04
1777
1778 2004-08-04 [christoph]  0.9.12cvs42
1779
1780         * configure.ac
1781                 add missing AC_DEFINE(USE_OPENSSL, ...)
1782         * src/folder.c
1783                 use new xml_node_new() function
1784
1785 2004-08-03 [christoph]  0.9.12cvs41
1786
1787         * src/folder.c
1788         * src/localfolder.c
1789         * src/common/xml.[ch]
1790                 sync with main 0.9.12cvs1
1791                 see ChangeLog 2004-07-23
1792
1793 2004-08-03 [christoph]
1794
1795         * configure.ac
1796         * m4/openssl.m4                 ** REMOVE **
1797                 use pkg-config to get OpenSSL CFLAGS and LIBS
1798                 (OpenSSL 0.9.7 is required now)
1799
1800 2004-08-02 [paul]       0.9.12cvs40
1801
1802         * AUTHORS
1803                 update translation team section
1804         * po/pt_BR.po
1805                 updated by Frederico Goncalves Guimaraes
1806                 <fggdebian@yahoo.com.br>
1807
1808 2004-07-29 [colin]      0.9.12cvs39
1809
1810         * src/messageview.c
1811                 Inform the user when a partially 
1812                 downloaded mail isn't on the server
1813                 anymore (due to Mark for deletion)
1814
1815 2004-07-29 [colin]      0.9.12cvs38
1816
1817         * src/messageview.c
1818                 Hide noticeview if necessary
1819
1820 2004-07-27 [colin]      0.9.12cvs37
1821
1822         * src/msgcache.c
1823                 More fixes (i overlook a bit, thanks
1824                 Christoph for spotting it)
1825
1826 2004-07-27 [colin]      0.9.12cvs36
1827
1828         * src/msgcache.c
1829                 Fix wrong test 
1830
1831 2004-07-26 [colin]      0.9.12cvs35
1832
1833         * src/pop.c
1834                 Fix uidl-file parsing when not in new
1835                 format
1836
1837 2004-07-19 [colin]      0.9.12cvs34
1838
1839         * src/compose.c
1840                 Save attachment status when drafting
1841
1842 2004-07-19 [colin]      0.9.12cvs33
1843
1844         * src/folder.h
1845         * src/folderview.c
1846         * src/summaryview.c
1847                 Reverse 0.9.12cvs29 to 31 (folder icon update
1848                 when quicksearch is active)
1849
1850 2004-07-18 [colin]      0.9.12cvs32
1851
1852         * src/pop.c
1853                 Fix partial download bug with "Download all
1854                 messages" option
1855
1856 2004-07-18 [colin]      0.9.12cvs31
1857
1858         * src/folderview.c
1859                 Fix crash
1860
1861 2004-07-17 [colin]      0.9.12cvs30
1862
1863         * src/summaryview.c
1864                 Same, when sticky search is off
1865
1866 2004-07-17 [colin]      0.9.12cvs29
1867
1868         * src/folder.h
1869         * src/folderview.c
1870         * src/summaryview.c
1871                 Update FolderItem icon whenever its summaryview is 
1872                 filtered
1873
1874 2004-07-16 [christoph]  0.9.12cvs28
1875
1876         * src/mimeview.c
1877                 make doubleclick work again
1878
1879 2004-07-16 [christoph]  0.9.12cvs27
1880
1881         * src/mimeview.c
1882                 fix freeze on mime icon doubleclick (opening doesn't work yet)
1883
1884 2004-07-16 [paul]       0.9.12cvs26
1885         
1886         * src/gtk/quicksearch.c
1887         * src/compose.c
1888         * src/customheader.c
1889         * src/messageview.c
1890         * src/news.c
1891         * src/prefs_account.c
1892         * src/prefs_display_header.c
1893         * src/procheader.c
1894                 replace "Message-Id" with "Message-ID"
1895
1896 2004-07-16 [paul]       0.9.12cvs25
1897
1898         * ChangeLog
1899         * ChangeLog.jp
1900         * src/account.c
1901         * src/account.h
1902         * src/folder_item_prefs.c
1903         * src/main.c
1904         * src/pop.c
1905         * src/pop.h
1906         * src/prefs_account.c
1907         * src/prefs_account.h
1908         * src/prefs_common.c
1909         * src/prefs_common.h
1910         * src/prefs_gtk.c
1911         * src/prefs_gtk.h
1912                 sync with main 0.9.12cvs1
1913
1914 2004-07-15 [colin]      0.9.12cvs24
1915
1916         * src/folder.c
1917                 Disable GPG signature check during
1918                 folder move and scan 
1919         (Closes Bug 521 Signature checking slows down Folder-Move)
1920
1921 2004-07-14 [christoph]  0.9.12cvs23
1922
1923         * src/pgpmime.c
1924                 add missing fclose
1925
1926         * src/procmime.c
1927                 add checks if fopen really worked
1928
1929 2004-07-14 [colin]      0.9.12cvs22
1930
1931         * src/pop.c
1932         * src/common/partial_download.c
1933                 Update includes
1934
1935 2004-07-14 [colin]      0.9.12cvs21
1936
1937         * src/folder.c
1938         * src/inc.c
1939         * src/matcher.c
1940         * src/matcher.h
1941         * src/matcher_parser_parse.y
1942         * src/messageview.c
1943         * src/msgcache.c
1944         * src/noticeview.c
1945         * src/noticeview.h
1946         * src/pop.c
1947         * src/pop.h
1948         * src/prefs_matcher.c
1949         * src/procheader.c
1950         * src/procmsg.c
1951         * src/procmsg.h
1952         * src/summaryview.c
1953         * src/common/Makefile.am
1954         * src/common/defs.h
1955         * src/gtk/quicksearch.c
1956         * src/common/partial_download.c ** NEW FILES **
1957         * src/common/partial_download.h ** NEW FILES **
1958                 Partial downloading of pop3 mails
1959
1960 2004-07-13 [christoph]  0.9.12cvs20
1961
1962         * src/mimeview.c
1963                 use "button_release_event" instead of "button_press_event",
1964                 because executing event callbacks while the button is still
1965                 pressed is not good and causes problems
1966
1967 2004-07-12 [colin]      0.9.12cvs19
1968
1969         * src/gtk/quicksearch.c
1970                 Fix a missing status update in quicksearch
1971
1972 2004-07-08 [colin]      0.9.12cvs18
1973
1974         * src/common/smtp.h
1975                 Fix guint vs gint bug
1976
1977 2004-07-08 [colin]      0.9.12cvs17
1978
1979         * src/common/smtp.c
1980                 use to_human_readable() for sizes
1981
1982 2004-07-08 [paul]       0.9.12cvs16
1983
1984         * src/inc.c [1.174]
1985                 fix occasional non-clearance of the statusbar
1986                 (close Bug 531 'SA plugin: status bar does not 
1987                  get cleared in OFFLINE mode')
1988
1989 2004-07-07 [colin]      0.9.12cvs15
1990
1991         * src/prefs_common.c [1.225]
1992         * src/prefs_common.h [1.112]
1993                 Add a hidden summary_quicksearch_sticky preference,
1994                 to allow the quicksearch bar to reset across folders
1995         * src/summaryview.c [1.437]
1996                 Use this preference
1997         * src/gtk/quicksearch.c [1.5]
1998         * src/gtk/quicksearch.h [1.3]
1999                 Add this preference, fix focus when hitting Enter,
2000                 add handling of Esc key to reset
2001
2002 2004-07-06 [colin]      0.9.12cvs14
2003
2004         * src/gtk/quicksearch.c [1.4]
2005                 Add Clear button
2006
2007 2004-07-06 [christoph]  0.9.12cvs13
2008
2009         * src/toolbar.c
2010                 enable next unread button in empty folders if next folder
2011                 dialog is not disabled
2012
2013         (Closes Feature Request [ 755800 ] "next" button enabled in empty
2014          folders)
2015
2016 2004-07-06 [colin]      0.9.12cvs12
2017
2018         * src/common/smtp.c [1.16]
2019                 Display maximum message size in the log
2020
2021 2004-07-06 [paul]       0.9.12cvs11
2022
2023         * src/toolbar.c
2024                 fix typo. (spotted by Fabien Vantard)
2025
2026 2004-07-06 [paul]       0.9.12cvs10
2027
2028         * src/main.c
2029                 terminate cleanly on SIGHUP. Patch submitted by
2030                 Thomas Gilgin <thg@karate-muellheim.de>
2031
2032 2004-07-05 [christoph]  0.9.12cvs9
2033
2034         * src/inc.c
2035                 better replacing of %d in new mail notification command
2036
2037 2004-07-05 [colin]      0.9.12cvs8
2038
2039         * src/common/smtp.[ch]
2040                 Take SIZE (returned by EHLO) into account, and
2041                 avoid sending too big messages
2042
2043 2004-07-04 [paul]       0.9.12cvs7
2044
2045         * src/account.c
2046                 fix auto-account selection on imap/news
2047
2048 2004-07-01 [paul]       0.9.12cvs6
2049
2050         * src/gtk/quicksearch.c
2051                 reveal hidden string in gui
2052                 
2053         * src/compose.c
2054                 fix updating of gpg signing setting on 
2055                 switching accounts
2056
2057 2004-06-30 [darko]      0.9.12cvs5
2058
2059         * src/common/utils.c
2060                 remove expand_search_string()
2061         * src/gtk/quicksearch.c
2062                 remove no longer needed for loop (thanks Christoph)
2063                 add expand_search_string()
2064
2065 2004-06-30 [darko]      0.9.12cvs4
2066
2067         * src/common/utils.c
2068                 allow all filtering expressions in quicksearch
2069
2070         (Closes Bug 519 filtering expr. in quicksearch)
2071
2072 2004-06-30 [christoph]  0.9.12cvs3
2073
2074         * configure.ac
2075                 better 'localedir'
2076
2077         * src/common/intl.h
2078                 allow plugins to define TEXTDOMAIN for the _(...) macro
2079
2080 2004-06-30 [paul]       0.9.12cvs2
2081
2082         * po/POTFILES.in
2083           src/Makefile.am
2084           src/main.c
2085           src/prefs_common.c
2086           src/prefs_msg_colors.[ch]     ** NEW FILES **
2087                 move message colouring options to
2088                 '/Other Preferences/Message View/Colors'
2089
2090 2004-06-30 [paul]       0.9.12cvs1
2091
2092         * po/POTFILES.in
2093           src/Makefile.am
2094           src/main.c
2095           src/prefs_common.c
2096           src/prefs_wrapping.[ch]       ** NEW FILES **
2097                 move message wrapping options to
2098                 /'Other Preferences/Compose/Message Wrapping'
2099
2100 2004-06-28 [paul]       0.9.12
2101
2102         * Sylpheed-Claws 0.9.12 released
2103
2104         * po/es.po
2105           po/fr.po
2106           po/sk.po
2107                 updated by Ricardo Mones Lastra, Fabien Vantard,
2108                 Andrej Kacian
2109
2110 2004-06-27 [paul]       0.9.11cvs19
2111
2112         * src/common/ssl.c
2113                 re-enable certificate check
2114
2115 2004-06-25 [christoph]  0.9.11cvs18
2116
2117         * src/procmsg.h
2118                 add MSG_HAS_ATTACHMENT to MSG_CACHED_FLAG_MASK
2119
2120 2004-06-25 [paul]       0.9.11cvs17
2121
2122         * sync with main 0.9.12cvs1
2123                 see ChangeLog 2004-06-23
2124                 
2125         * src/gtk/menu.c
2126                 remove unused menu_toggle_toggle()
2127
2128 2004-06-23 [christoph]  0.9.11cvs16
2129
2130         * src/folder.c
2131         * src/procheader.c
2132         * src/procmsg.h
2133         * src/summaryview.c
2134                 scan the mime structure of multipart mails for correct
2135                 attachment, encryped and signed (with privacy API) part
2136                 detection
2137
2138         (Closes Feature Request [ 961428 ] No paperclip for HTML mails)
2139
2140 2004-06-22 [paul]
2141
2142         * po/ru.po
2143                 updated by Pavlo Bohmat
2144
2145 2004-06-20 [christoph]  0.9.11cvs15
2146
2147         * src/inc.c
2148         * src/pop.[ch]
2149                 disconnect after authentication when doing POP before SMTP
2150
2151         (Closes Bug 393 Bad inerpretation of "Pop Before SMTP")
2152
2153 2004-06-19 [christoph]  0.9.11cvs14
2154
2155         * src/folder.c
2156                 fix FolderItem name update
2157
2158         (Closes Bug 511 Folder-Renaming not reflected immediately)
2159
2160 2004-06-17 [paul]       0.9.11cvs13
2161         
2162         * sync with main 0.9.12 release
2163           src/session.c
2164                 session_set_timeout(): fixed a bug that didn't
2165                 reset timeout_tag when interval is 0.
2166
2167 2004-06-16 [christoph]  0.9.11cvs12
2168
2169         * src/textview.c
2170                 correctly clear the URL in the status bar
2171
2172 2004-06-15 [christoph]  0.9.11cvs11
2173
2174         * src/summaryview.c
2175                 add missing gtk_widget_show()
2176
2177 2004-06-11 [christoph]  0.9.11cvs10
2178
2179         * src/plugins/spamassassin/spamassassin.c
2180                 correctly check waitpid return code
2181
2182         (Closes Bug 396 Zombie process when spamassassin is called)
2183
2184 2004-06-10 [christoph]  0.9.11cvs9
2185
2186         * src/mainwindow.c
2187         * src/summaryview.[ch]
2188         * src/gtk/Makefile.am
2189         * src/gtk/quicksearch.c                         ** NEW **
2190                 separate quick search from summaryview
2191
2192 2004-06-09 [christoph]  0.9.11cvs8
2193
2194         * src/inc.c
2195                 remove unused code
2196
2197         * src/textview.c
2198                 get folder for compose default account from MsgInfo and not
2199                 from SummaryView
2200
2201 2004-06-09 [christoph]  0.9.11cvs7
2202
2203         * src/folder.[ch]
2204                 add information about added or removed messages to
2205                 FOLDER_ITEM_UPDATE hook
2206
2207         * src/imap_gtk.c
2208         * src/mh_gtk.c
2209                 scan folder when removing a folder failed instead of
2210                 updating the summaryview
2211
2212 2004-06-08 [paul]       0.9.11cvs6
2213
2214         * sync with main 0.9.11cvs2
2215                 see ChangeLog 2004-06-08
2216
2217 2004-06-07 [christoph]  0.9.11cvs5
2218
2219         * configure.ac
2220         * src/common/Makefile.am
2221                 detect library providing 'encrypt' function
2222
2223 2004-06-07 [paul]       0.9.11cvs4
2224
2225         * src/inc.c
2226                 sync with main, 'code cleanup'
2227                 
2228         * tools/nautilus2sylpheed.sh
2229                 fix whitespace limitation. patch submitted by
2230                 Stephan Sachse <white@teg-clan.de>
2231
2232 2004-06-04 [christoph]  0.9.11cvs3
2233
2234         * src/account.c
2235         * src/action.[ch]
2236         * src/addressbook.c
2237         * src/addrindex.h
2238         * src/folder.h
2239         * src/folder_item_prefs.c
2240         * src/inc.c
2241         * src/main.c
2242         * src/messageview.c
2243         * src/mh_gtk.c
2244         * src/prefs_themes.c
2245         * src/procmime.c
2246         * src/quote_fmt.h
2247         * src/stock_pixmap.c
2248         * src/toolbar.c
2249                 fix compiler warnings
2250
2251 2004-06-03 [paul]       0.9.11cvs2
2252
2253         * src/msgcache.c
2254                 sync with main 0.9.11cvs1: "changed gint32 to
2255                 guint32 for some platforms"
2256
2257 2004-06-02 [christoph]  0.9.11cvs1
2258
2259         * src/common/ssl.c
2260                 fix SSL_CTX variable name for older OpenSSL versions
2261
2262         (Closes Bug 503 fix compilation with older OpenSSL)
2263
2264 2004-05-31 [paul]       0.9.11claws
2265
2266         * 0.9.11claws released
2267
2268 2004-05-31 [paul]       0.9.10claws72
2269
2270         * po/es.po
2271           po/it.po
2272           po/ja.po
2273           po/pl.po
2274           po/sk.po
2275           po/sr.po
2276           po/zh_CN.po
2277                 update translations, submitted by Ricardo Mones Lastra,
2278                 Andrea Spadaccini, Rui Hirokawa, Emil, Andrej Kacian,
2279                 Urke MMI, and Hansom Young
2280
2281 2004-05-25 [luke]       0.9.10claws71
2282
2283         * AUTHORS
2284         * src/mimeview.c
2285         * src/stockpixmap.[ch]
2286         * src/Makefile.am
2287         * src/pixmaps/privacy_emblem_encrypted.xpm      ** NEW **
2288         * src/pixmaps/privacy_emblem_failed.xpm         ** NEW **
2289         * src/pixmaps/privacy_emblem_passed.xpm         ** NEW **
2290         * src/pixmaps/privacy_emblem_signed.xpm         ** NEW **
2291         * src/pixmaps/privacy_emblem_warn.xpm           ** NEW **
2292
2293                 o Added privacy emblems from Jesper Shultz 
2294                   <jesper@schultz-net.dk>
2295                 o Overlay emblems onto mimeview icons to indicate
2296                   status of signature and if a message is encrypted
2297         
2298         * src/textview.c
2299                 remove unused color definitions (were used to 
2300                 indicate sig status)
2301
2302 2004-05-25 [paul]       0.9.10claws70
2303
2304         * AUTHORS
2305           tools/Makefile.am
2306           tools/README
2307           tools/nautilus2sylpheed.sh            ** NEW FILE **
2308                 add script to enable sending files from
2309                 nautilus.
2310                 Submitted by Reza Pakdel <hrpakdel@cpsc.ucalgary.ca>
2311                 
2312         * tools/launch_firebird                 ** REMOVED **
2313                 removed as the standard "firefox '%s'" now functions
2314                 correctly
2315
2316 2004-05-23 [paul]       0.9.10claws69
2317
2318         * src/compose.c
2319                 fix %X cursor point segfault
2320                 patch by Christoph
2321
2322 2004-05-23 [christoph]  0.9.10claws68
2323
2324         * src/folder.c
2325                 fix folder moving
2326
2327 2004-05-21 [paul]       0.9.10claws67
2328
2329         * sync with 0.9.10cvs17
2330                 see ChangeLog 2004-05-21
2331
2332 2004-05-20 [paul]       0.9.10claws66
2333
2334         * sync with 0.9.10cvs16
2335                 see ChangeLog 2004-05-19 and 2004-05-20
2336
2337 2004-05-19 [alfons]     0.9.10claws65
2338
2339         * src/summaryview.h
2340                 on some platforms regoff_t is defined as off_t, so 
2341                 pull in sys/types.h
2342
2343 2004-05-19 [paul]       0.9.10claws64
2344
2345         * sync with 0.9.10cvs13
2346                 see ChangeLog 2004-05-18
2347
2348 2004-05-17 [christoph]  0.9.10claws63
2349
2350         * src/folder.c
2351                 search all folders when searching for default folders and
2352                 not return the special folder of the first folder
2353
2354 2004-05-13 [alfons]     0.9.10claws62
2355
2356         * src/summaryview.c
2357                 add a better check to see if a message is a news message
2358                 (replaces the MSG_IS_NEWS() check removed in 0.9.9claws19)
2359
2360 2004-05-13 [paul]       0.9.10claws61
2361
2362         * src/msgcache.c
2363                 sync with 0.9.10cvs12
2364                 see ChangeLog 2004-05-12
2365
2366 2004-05-12 [alfons]     0.9.10claws60
2367
2368         * src/folderview.c
2369                 release lock in case of folder could not be opened 
2370
2371 2004-05-11 [christoph]  0.9.10claws59
2372
2373         * src/inc.[ch]
2374                 remove unused folderview update stuff from inc.[ch]
2375
2376 2004-05-11 [paul]       0.9.10claws58
2377
2378         * sync with 0.9.10cvs11
2379                 see ChangeLog 2004-05-10 and 2004-05-11
2380
2381 2004-05-09 [christoph]  0.9.10claws57
2382
2383         * src/folderview.c
2384                 check for folder class functions and not folder type to detect
2385                 valid drag targets
2386
2387 2004-05-08 [christoph]  0.9.10claws56
2388
2389         * src/sgpgme.c
2390                 fix date output for signature expire times
2391
2392         (Patch by Edgar Toernig <froese@gmx.de>)
2393
2394 2004-05-06 [christoph]  0.9.10claws55
2395
2396         * src/gtk/prefswindow.c
2397                 change window type to DIALOG
2398
2399         * src/folder.[ch]
2400         * src/folderview.c
2401         * src/news_gtk.c
2402                 o add folder_remove()
2403                 o change FolderUpdate hook flag names (NEW -> ADD, DESTROY -> REMOVE)
2404                 o add new "sort" field to Folder, no longer sort folders by type
2405                   higher sort values will be first in the folder list, new folders get 0
2406                   and will be added to the end
2407
2408         * src/mainwindow.c
2409         * src/gtk/Makefile.am
2410         * src/gtk/foldersort.(c|h|glade)                        ** NEW **
2411                 add dialog to allow users to change the folder order
2412
2413 2004-05-04 [paul]       0.9.10claws54
2414
2415         * src/inc.c
2416                 Display account_name in statusbar when retrieving
2417                 messages from a pop account
2418         * src/prefs_account.c
2419                 display account name in title of prefs_account
2420                 window
2421         * src/prefs_folder_item.c
2422                 display folder name in title of prefs_folder window
2423
2424         all 3 patches submitted by Fabien Vantard
2425
2426         * AUTHORS
2427                 add Fabien Vantard
2428
2429 2004-05-04 [paul]       0.9.10claws53
2430
2431         * src/prefs_actions.c
2432           src/prefs_template.c
2433                 'Esc' Key exits alertpanel
2434                 Patch submitted by Fabien Vantard <fzz@ifrance.com>
2435
2436 2004-04-26 [christoph]  0.9.10claws52
2437
2438         * src/gtk/about.c
2439         * src/gtk/colorsel.c
2440         * src/gtk/description_window.c
2441         * src/gtk/filesel.c
2442         * src/gtk/gtkaspell.c
2443         * src/gtk/inputdialog.c
2444         * src/gtk/pluginwindow.c
2445         * src/gtk/progressdialog.c
2446                 o remove gtk_window_set_position(..., GTK_WIN_POS_CENTER) because
2447                   it does not work correctly with xinerama
2448                 o lock incorporation while the plugin window is open
2449
2450 2004-04-23 [paul]       0.9.10claws51
2451
2452         * po/POTFILES.in
2453                 update location of inputdialog.c
2454                 
2455         * src/gtk/about.c
2456                 update Copyright string
2457                 
2458         * src/msgcache.c
2459           src/prefs_common.c
2460           src/prefs_themes.c
2461                 improve the english a little
2462
2463 2004-04-22 [christoph]  0.9.10claws50
2464
2465         * src/folderutils.[ch]
2466                 add folderutils_mark_all_read()
2467
2468         * src/folderview.c
2469                 readd "mark all read" from popup menu, now works
2470                 in all folders and not only the opened folder
2471
2472 2004-04-21 [christoph]  0.9.10claws49
2473
2474         * src/Makefile.am
2475         * src/inputdialog.[ch]                  ** REMOVED **
2476         * src/gtk/Makefile.am
2477         * src/gtk/inputdialog.[ch]              ** NEW **
2478                 move inputdialog.[ch] into gtk directory
2479
2480         * src/mh_gtk.c
2481                 remove check for missing IMAP folder account
2482
2483 2004-04-20 [christoph]  0.9.10claws48
2484
2485         * src/mainwindow.c
2486         * src/foldersel.c
2487                 remove new/rename/delete folder GUI functions because
2488                 they are always active, even for news folders, and can
2489                 not be easily made folder class dependent
2490
2491         * src/gtk/menu.[ch]
2492                 make menu_translate() public
2493
2494         * src/Makefile.am
2495         * src/folder.[ch]
2496         * src/folderview.[ch]
2497         * src/imap_gtk.[ch]                     ** NEW **
2498         * src/main.c
2499         * src/mh_gtk.[ch]                       ** NEW **
2500         * src/news_gtk.[ch]                     ** NEW **
2501                 o dynamically build FolderView popup menus from a folder
2502                   specific part, with callbacks to seperated code, and
2503                   a common part
2504                 o remove the folder class specifiy code from folderview.c
2505
2506 2004-04-15 [luke]       0.9.10claws47
2507
2508         * src/prefs_folder_item.c
2509                 o remove buttons for applying 'scan for new mail'
2510                   and 'process at startup' to sub folders
2511                 o add 'apply to sub folder' check buttons for all
2512                   properties and set folder prefs accordingly
2513                 o replace multiple gtk_widget_show() with one
2514                   gtk_widget_show_all() on container
2515
2516 2004-04-14 [darko]      0.9.10claws46
2517
2518         * src/gtk/Makefile.am
2519         * src/gtk/pluginwindow.c
2520                 load plugins from to $(prefix)/lib/sylpheed/plugins
2521                 in file selection dialog
2522         * src/plugins/clamav/clamav_plugin.c
2523                 const correctness
2524
2525 2004-04-14 [christoph]  0.9.10claws45
2526
2527         * src/folder.c
2528         * src/plugins/image_viewer/viewer.c
2529                 fix g_warnings
2530
2531 2004-04-10 [alfons]     0.9.10claws44
2532         
2533         * src/compose.c
2534                 appropriate auto account selection when forwarding
2535                 (fixes bug #476, "forward as attachment does not listen
2536                 to account rules")
2537
2538 2004-04-09 [alfons]     0.9.10claws43
2539
2540         * src/summaryview.c
2541                 make quick search combo matching case sensitive
2542
2543 2004-04-06 [alfons]     0.9.10claws42
2544
2545         * src/addr_compl.c
2546                 use cursor position to prevent clearing the entire entry
2547
2548 2004-04-06 [alfons]     0.9.10claws41
2549
2550         * src/folderview.c
2551                 fix bug #472, "filter not updated when renaming folder" 
2552
2553 2004-04-06 [alfons]     0.9.10claws40
2554
2555         * src/messageview.[ch]
2556           src/summaryview.c
2557                 reflect changes to Show all headers to main view
2558                 and message view (only affects detached message
2559                 view). see also bug #473, 'Show All Headers 
2560                 "problem"'.
2561
2562 2004-04-03 [alfons]     0.9.10claws39
2563
2564         * src/matcher.c
2565                 free address list
2566
2567 2004-04-03 [alfons]     0.9.10claws38
2568
2569         * src/matcher_parser_parse.y
2570           src/matcher.[ch]
2571                 prepare address look up matcher type; marginally
2572                 tested, and not hooked into the UI yet.
2573
2574                 basically it accepts the result of the left hand
2575                 side of the matcher (the "criteria"):
2576
2577                         from all_in_addressbook ""
2578                         ~to_or_cc any_in_addressbook ""
2579                 
2580                 the first case matches all addresses found in the
2581                 from header, and the second case matches if any
2582                 (at least one) of the addresses in to or cc headers 
2583                 are not in the address book.
2584
2585                 the string argument is not used yet, but is intended
2586                 to match a group of addresses 
2587
2588 2004-04-02 [luke]       0.9.10claws37
2589
2590         * src/prefs_folder_item.c
2591                 Add two buttons to apply 'scan for new mail'
2592                 and 'process at startup' to sub folders
2593
2594 2004-04-02 [luke]
2595         * tools/textviewer.sh
2596                 better filename extension matching plus some support for
2597                 MS Excel, MS Powerpoint and HTML
2598
2599 2004-03-29 [christoph]  0.9.10claws36
2600
2601         * src/folder.h
2602         * src/folderutils.[ch]
2603         * src/mainwindow.c
2604                 add delete duplicates for all folders
2605
2606 2004-03-29 [alfons]     0.9.10claws35
2607
2608         * src/folder.c
2609                 don't pass NULL to XXXprintf(); fixes Solaris crashes
2610                 when selecting top-level folder node (thanks to 
2611                 Alex S. Moore)
2612
2613 2004-03-28 [keith]      0.9.10claws34
2614
2615         * src/textview.c
2616                 prepend "http://" to URIs of the form "www.example.com"
2617
2618 2004-03-28 [paul]       0.9.10claws33
2619
2620         * src/common/nntp.c
2621           src/common/smtp.c
2622           src/folder.c
2623           src/imap.c
2624           src/inc.c
2625           src/news.c
2626           src/pop.c
2627                 revise 'translatable string' policy:
2628                 don't translate debug_print() or log_print(),
2629                 translate log_message() and log_warning()
2630         
2631         * po/zh_CN.po
2632                 update submitted by Hansom Young
2633
2634 2004-03-25 [alfons]     0.9.10claws32
2635
2636         * src/prefs_common.c
2637                 I mean this one: Return the GList...
2638
2639 2004-03-25 [alfons]     0.9.10claws31
2640
2641         * src/prefs_common.h
2642                 add new members at the end of prefs_common, so
2643                 they get properly initialized
2644
2645 2004-03-24 [christoph]  0.9.10claws30
2646
2647         * src/imap.c
2648                 o NULL is a valid GSList
2649
2650 2004-03-24 [alfons]     0.9.10claws29
2651
2652         * src/prefs_common.[ch]
2653           src/summaryview.c
2654           src/common/defs.h
2655                 add history to quick search (patch submitted by 
2656                 Ivan Francolin Martinez - thanks!)
2657
2658 2004-03-24 [alfons]     0.9.10claws28
2659
2660         * src/imap.c
2661                 NULL output pointer parameter
2662
2663 2004-03-21 [alfons]     0.9.10claws27
2664
2665         * src/addrindex.[ch]
2666           src/addr_compl.c
2667                 complete addresses on nicks and aliases
2668
2669 2004-03-21 [alfons]     0.9.10claws26
2670
2671         * src/import.c
2672           src/inc.c
2673           src/mbox.[ch]
2674                 disable filters on import mbox (patch submitted
2675                 by Edgar Toernig)
2676
2677 2004-03-21 [darko]      0.9.10claws25
2678
2679         * src/addr_compl.c
2680                 select the address when only one match is found while
2681                 doing address completion with tab key (feature
2682                 request #914720)
2683
2684 2004-03-21 [alfons]     0.9.10claws24
2685
2686         * src/messageview.c
2687           src/toolbar.c
2688                 don't `navigate-delete` when a summary view's selection does not 
2689                 match the accompanying message view's message
2690
2691 2004-03-20 [alfons]     0.9.10claws23
2692
2693         * src/summaryview.c
2694                 hide ext search button on initial display (should fix bug #459,
2695                 "Toggling quick-search at 1st time: minor UI inconsistency")
2696
2697 2004-03-20 [alfons]     0.9.10claws22
2698
2699         * src/summaryview.[ch]
2700                 add function to get selected msginfo, if there's
2701                 only one selected
2702
2703 2004-03-20 [paul]       0.9.10claws21
2704
2705         * sync with 0.9.10cvs7
2706                 see ChangeLog 2004-03-19
2707
2708 2004-03-19 [paul]       0.9.10claws20
2709
2710         * src/common/nntp.c
2711           src/common/smtp.c
2712           src/common/ssl.c
2713           src/folder.c
2714           src/imap.c
2715           src/inc.c
2716           src/news.c
2717           src/pop.c
2718                 don't translate strings in debug_print(), log_print(),
2719                 log_message(),  and log_warning()
2720
2721 2004-03-19 [alfons]     0.9.10claws19
2722
2723         better next/previous/delete/focus navigation with separate 
2724         message view 
2725         
2726         * src/toolbar.c
2727                 call summaryview_delete() instead of messageview_delete()
2728         * src/messageview.c
2729                 disable messageview_delete()
2730
2731 2004-03-18 [paul]       0.9.10claws18
2732
2733         * sync with 0.9.10cvs6
2734                 see ChangeLog 2004-03-16
2735
2736 2004-03-17 [alfons]     0.9.10claws17
2737
2738         * src/gtk/filesel.c
2739                 remove bogus semicolon after if() (sometimes it pays to
2740                 read LKML :)
2741
2742 2004-03-15 [darko]      0.9.10claws16
2743
2744         * src/gtk/filesel.c
2745                 support full path in place of a filename
2746         * src/mimeview.c
2747                 store directory attachments were saved to and
2748                 use it when saving attachments
2749         * src/prefs_common.[hc]
2750                 store directory attachments were last saved to
2751
2752 2004-03-15 [paul]       0.9.10claws15
2753
2754         * src/folderview.c
2755                 fix bug where unsubscribing a newsgroup would destroy
2756                 (most of the) filtering rules
2757
2758 2004-03-15 [paul]       0.9.10claws14
2759
2760         * src/folderview.c
2761                 fix Bug 458, 'Folder View remaining empty after 
2762                 removing a NEWS account' (was also true of IMAP
2763                 accounts)
2764
2765 2004-03-15 [paul]       0.9.10claws13
2766
2767         * src/folderview.c
2768                 fix folderview invisibility of newly subscribed
2769                 newsgroups
2770
2771 2004-03-13 [paul]       0.9.10claws12
2772
2773         * src/compose.c
2774           src/plugins/dillo_viewer/dillo_prefs.c
2775           src/plugins/image_viewer/viewerprefs.c
2776                 gettextise some forgotten parts
2777
2778 2004-03-13 [alfons]     0.9.10claws11
2779
2780         * src/imap.c
2781                 make sure the correct type is passed to sscanf()
2782
2783 2004-03-13 [paul]       0.9.10claws10
2784
2785         * sync with 0.9.10cvs5
2786                 see ChangeLog 2004-03-02 and 2004-03-12, 
2787                 specifically:
2788                 'always move messages by default when using DnD (except 
2789                 for News folder). Copy messages if Ctrl-key is pressed.'
2790                 and 'added a function to filter selected messages'
2791
2792 2004-03-12 [christoph]  0.9.10claws9
2793
2794         * src/codeconv.c
2795                 add parameter check to conv_unmime_header_overwrite()
2796
2797         * src/imap.c
2798                 o fix spelling
2799                 o fix removing of NEW flag when UNREAD is unset
2800
2801         * src/procmime.c
2802                 decode MIME-headers
2803
2804         (Closes 437 i18n attachment display error.)
2805
2806 2004-03-12 [paul]       0.9.10claws8
2807
2808         * po/it.po
2809                 update. submitted by Andrea Spadaccini <lupin85@email.it>
2810                 
2811         * tools/Makefile.am
2812                 add 'textviewer.sh'
2813
2814 2004-03-12 [alfons]     0.9.10claws7
2815
2816         * src/imap.c
2817                 o quiet compiler and typecast Folder * to IMAP Folder *
2818                 o wake up and fix my previous incompatible type assignment bug
2819
2820 2004-03-12 [alfons]     0.9.10claws6
2821
2822         * src/imap.c
2823                 don't mix up pointers to int, guint32 _and_ 
2824                 unsigned int 
2825
2826 2004-03-12 [christoph]  0.9.10claws5
2827
2828         * src/folderview.c
2829                 Add error requester when renaming a folder failed
2830
2831         * src/imap.c
2832                 Check new FolderItem name for namespace seperator
2833                 before renaming
2834
2835         (Closes Bug 443 Bad named IMAP folders won't be displayed)
2836
2837 2004-03-11 [christoph]  0.9.10claws4
2838
2839         * src/folder.[ch]
2840         * src/imap.c
2841         * src/procmsg.h
2842                 syncronize flags in cache with IMAP folder flags
2843
2844         Adapted a patch submitted by Simon 'corecode' Schubert
2845         <corecode@corecode.ath.cx> 
2846
2847
2848 2004-03-11 [alfons]     0.9.10claws3
2849
2850         * src/textview.[ch]
2851                 remove dead code that at one time controlled display of
2852                 URIs in status bar
2853
2854 2004-03-10 [paul]       0.9.10claws2
2855
2856         * po/it.po
2857                 updated by Lupino <lupin85@email.it>
2858
2859 2004-03-09 [alfons]     0.9.10claws1
2860
2861         * src/matcher.c
2862                 we're not using yywrap, but we may, so close yyin instead
2863                 of initial FILE *
2864
2865 2004-03-08 [paul]       0.9.10claws
2866
2867         * 0.9.10claws released
2868
2869 2004-03-08 [paul]       0.9.9claws41
2870
2871         * po/es.po
2872           po/ja.po
2873           po/ru.po
2874           po/sk.po
2875           po/sr.po
2876           po/zh_CN.po
2877                 update translations. submitted by Ricardo Mones Lastra,
2878                 Rui Hirokawa, Pavlo Bohmat, Andrej Kacian, Urke MMI,
2879                 Hansom Young
2880
2881 2004-03-06 [paul]       0.9.9claws40
2882
2883         * src/stock_pixmap.c
2884                 fix crash: g_strdup(DEFAULT_PIXMAP_THEME)
2885                 patch submitted by Pawel Pekala
2886
2887 2004-03-06 [alfons]             0.9.9claws39
2888
2889         * src/addrindex.c
2890                 allow nick name completion again 
2891
2892 2004-03-02 [match]              0.9.9claws38
2893
2894         * configure.ac
2895                 added definition of USE_LDAP_TLS to support TLS.
2896         * src/ldapctrl.[ch]
2897         * src/ldapquery.c
2898         * src/ldapserver.[ch]
2899         * src/addressbook.c
2900         * src/addrindex.c
2901         * src/editldap.c
2902                 included LDAP TLS support.
2903
2904 2004-03-02 [christoph]          0.9.9claws37
2905
2906         * src/folder.[ch]
2907                 o add more documentation for FolderClass
2908                 o remove usused FolderClass virtual functions
2909
2910         * src/imap.c
2911         * src/mh.c
2912         * src/news.c
2913                 change creation of FolderClass because static initializations
2914                 for structs suck in C89
2915
2916 2004-03-01 [paul]
2917
2918         * sync with 0.9.10
2919
2920 2004-02-28 [keith]      0.9.9claws36
2921
2922         * src/common/utils.c
2923                 Fix treatment of whitespace in quicksearch bar (leading
2924                 spaces and >1 space between commands and parameters).
2925
2926 2004-02-27 [alfons]     0.9.9claws35
2927
2928         * src/compose.[ch]
2929                 Explicitly remove draft timeout to fix nasty race between 
2930                 compose_send_cb() (which destroys the compose window) and 
2931                 compose_defer_auto_save_draft() (which expects compose 
2932                 window to exist). Should fix Keith's and Fred Marton's
2933                 bug report (#128, "crash after complaining about character
2934                 set conversion")
2935
2936 2004-02-27 [luke]       0.9.9claws34
2937         
2938         * src/folder.c
2939                 Do folder_item_apply_processing() even if no processing
2940                 rules for the folder exist (so global processing is applied)
2941
2942 2004-02-26 [thorsten]   0.9.9claws33
2943
2944         * src/mimeview.c
2945                 Remove misleading static declaration
2946
2947 2004-02-26 [alfons]     0.9.9claws32
2948
2949         * src/procmime.[ch]
2950           src/compose.c
2951           src/mimeview.c
2952           src/textview.c
2953                 use/add procmime_get_content_type_str() as a safe wrapper
2954                 for returning a Content-Type type string; should fix 
2955                 bug #444, 0.9.7..0.9.9 crashes with "Content-Type: type= 
2956                  - attachments."
2957
2958 2004-02-26 [thorsten]   0.9.9claws31
2959
2960         * src/mimeview.c
2961                 Restructure save_as/save_all
2962
2963 2004-02-26 [alfons]     0.9.9claws30
2964
2965         * src/procmime.c
2966                 clean up (2)
2967
2968 2004-02-26 [alfons]     0.9.9claws29
2969
2970         * src/procmime.c
2971                 clean up (1)
2972
2973 2004-02-24 [luke]
2974
2975         * tools/textviewer.sh
2976                 tweaks from Johann Koenig, recognition of shell
2977                 scripts in particular
2978
2979 2004-02-24 [paul]       0.9.9claws28
2980
2981         * sync with 0.9.9cvs13
2982                 see ChangeLog 2004-02-24
2983
2984 2004-02-23 [paul]       0.9.9claws27
2985
2986         * src/inc.c
2987                 one alertpanel on pop3 authentication error will suffice
2988                 
2989         * src/prefs_fonts.c
2990                 remove unnecessary printf
2991
2992 2004-02-22 [alfons]     0.9.9claws26
2993
2994         * src/messageview.c
2995                 put back a lost check
2996
2997 2004-02-21 [alfons]     0.9.9claws25
2998
2999         * src/folderview.c
3000                 don't forget to save folder properties after renaming folder
3001
3002 2004-02-20 [paul]       0.9.9.claws24
3003
3004         * src/addressbook.c
3005                 sync with 0.9.9cvs11, see ChangeLog 2004-02-19
3006                 
3007         * src/inc.c
3008                 complete sync with 0.9.9cvs9's 'update folderview
3009                 progressively'
3010                 
3011         * configure.ac
3012                 require gettext >= 0.12.1
3013
3014 2004-02-17 [match]      0.9.9claws23
3015
3016         * src/compose.c
3017                 keep the peace - change style.
3018
3019 2004-02-17 [alfons]     0.9.9claws22
3020
3021         * src/filtering.c
3022                 make MATCHACTION_STOP cancel filtering / processing;
3023                 clean up and document it to make it a little bit more clear;
3024
3025 2004-02-17 [alfons]     0.9.9claws21
3026
3027         %X marks the cursor spot for reply quote format
3028
3029         * src/quote_fmt_lex.l 
3030           src/quote_fmt.c
3031                 add %X token
3032                 
3033         * src/quote_fmt.h
3034           src/quote_fmt_parse.y
3035                 handle %X token
3036                 
3037         * src/compose.c
3038                 handle %X token for replies only (for now)
3039
3040 2004-02-17 [paul]       0.9.9claws20
3041
3042         * po/sk.po
3043                 updated by Andrej Kacian
3044                 
3045         * src/news.c
3046                 remove unneeded include
3047                 
3048         * src/prefs_fonts.c
3049                 be a little more user-friendly with the labels
3050                 
3051         * configure.ac
3052                 a change forgotten in the last commit: 
3053                 SYLPHEED_ACLOCAL_INCLUDE(m4)
3054
3055 2004-02-17 [paul]       0.9.9claws19
3056
3057         * ac/*                          ** REMOVED **
3058           ac/                           ** REMOVED **
3059           intl/Makefile.in              ** REMOVED **
3060           m4/                           ** NEW **
3061           m4/missing                    ** NEW **
3062           m4/missing/gdk-pixbuf.m4      ** NEW **
3063           m4/missing/gettext.m4         ** NEW **
3064           m4/missing/gpgme.m4           ** NEW **
3065           m4/missing/imlib.m4           ** NEW **
3066           m4/.cvsignore                 ** NEW **
3067           m4/Makefile.am                ** NEW **
3068           m4/README                     ** NEW **
3069           m4/aclocal-include.m4         ** NEW **
3070           m4/aspell.m4                  ** NEW **
3071           m4/check-type.m4              ** NEW **
3072           m4/gnupg-check-typedef.m4     ** NEW **
3073           m4/openssl.m4                 ** NEW **
3074           m4/spamassassin.m4            ** NEW **
3075           po/ChangeLog                  ** REMOVED **
3076           po/Makefile.in.in             ** REMOVED **
3077           po/Rules-quot                 ** REMOVED **
3078           po/boldquot.sed               ** REMOVED **
3079           po/en@boldquot.header         ** REMOVED **
3080           po/en@quot.header             ** REMOVED **
3081           po/insert-header.sin          ** REMOVED **
3082           po/quot.sed                   ** REMOVED **
3083           po/remove-potcdate.sed        ** REMOVED **
3084           po/remove-potcdate.sin        ** REMOVED **
3085           po/stamp-po                   ** REMOVED **
3086           Makefile.am
3087           autogen.sh
3088           configure.ac
3089                 enable building with automake 1.8.x
3090                 add 'autopoint' to autogen.sh and remove all
3091                 auto-generated files, remove ac/ in favour of
3092                 m4/
3093
3094 2004-02-17 [alfons]     0.9.9claws18
3095         
3096         * src/summaryview.c
3097                 MSG_IS_NEWS() is not stored at all, and is bogus
3098
3099 2004-02-17 [martin]     0.9.9claws17
3100
3101         * src/prefs_themes.c
3102                 fix crash when installing wrong theme and output an
3103                 error message
3104
3105 2004-02-16 [christoph]  0.9.9claws16
3106
3107         * src/compose.c
3108         * src/stock_pixmap.[ch]
3109         * src/toolbar.[ch]
3110         * src/pixmaps/linewrapcurrent.xpm               ** NEW **
3111                 add "Wrap current paragraph" to compose toolbar
3112
3113 2004-02-15 [alfons]     0.9.9claws15
3114
3115         * src/folderview.c
3116                 refine previous commit to make sure other hook functions
3117                 get their grab of the pie too
3118
3119 2004-02-15 [alfons]     0.9.9claws14
3120
3121         * src/folderview.c
3122                 fix sync breakage so we don't pass invalid pointer types
3123
3124 2004-02-15 [match]      0.9.9claws13
3125
3126         * src/ldapquery.[ch]
3127         * src/ldapserver.h
3128         * src/addrindex.[ch]
3129                 tweak threading calls.
3130         * src/addr_compl.[ch]
3131                 add alias into completion list.
3132         * src/addressbook.c
3133                 fix ldap browse.
3134                 improve context menu behavior.
3135                 change menu sequence.
3136                 add send mail from addressbook.
3137         * src/addrselect.[ch]
3138         * src/compose.[ch]
3139                 add send mail from addressbook.
3140
3141 2004-02-15 [christoph]  0.9.9claws12
3142
3143         * src/folderutils.c
3144                 skip deleting when duplist is empty
3145
3146         * src/folderview.[ch]
3147         * src/mainwindow.c
3148         * src/summaryview.[ch]
3149                 call folderutils_delete_duplicates() from mainwindow code
3150
3151 2004-02-15 [alfons]     0.9.9claws11
3152         
3153         * src/common/utils.c
3154                 add prefix for italian ms o(e) 
3155
3156 2004-02-14 [paul]       0.9.9claws10
3157
3158         * src/foldersel.c
3159                 fix updating of the folder view when creating a
3160                 new folder
3161
3162 2004-02-13 [paul]       0.9.9claws9
3163
3164         * src/plugins/clamav/clamav_plugin.c
3165                 remove GUI code
3166
3167 2004-02-13 [paul]       0.9.9claws8
3168
3169         * sync with 0.9.9cvs9
3170                 see ChangeLog 2004-02-09, 2004-02-10, 2004-02-12
3171
3172 2004-02-13 [alfons]     0.9.9claws7
3173
3174         * src/common/utils.c
3175                 fix wrong type of argument for ctype functions (pass unsigned
3176                 char instead of signed char)
3177
3178 2004-02-12 [alfons]     0.9.9claws6
3179
3180         * src/compose.[ch]
3181                 don't select text in header entry when composing to a 
3182                 default address, but rather give the header entry a
3183                 different color / style (same as the folder new color)
3184
3185 2004-02-12 [alfons]     0.9.9claws5
3186
3187         * src/plugins/clamav/clamav_plugin.c
3188                 don't exit(2) on libclamav init error - show a warning.
3189                 (tested by damaging a clamav database file.)
3190
3191 2004-02-12 [paul]       0.9.9claws4
3192
3193         * sync with 0.9.9cvs4
3194                 see ChangeLog 2004-02-04, 2004-02-05, and 2004-02-06
3195
3196 2004-02-11 [luke]       0.9.9claws3
3197
3198         * src/mimeview.c
3199                 remove redundant check introduced in 0.9.9claws1
3200
3201 2004-02-11 [luke]       0.9.9claws2
3202
3203         * src/mimeview.c
3204                 fix compilation of my previous commit without gpg enabled
3205
3206 2004-02-10 [luke]       0.9.9claws1
3207
3208         * src/mimeview.c
3209                 add borders to icons to indicate the privacy status for
3210                 the message part (unknown/bad/good)
3211
3212 2004-02-06 [paul]       0.9.9claws
3213
3214         0.9.9claws released
3215
3216 2004-02-06 [darko]      0.9.8claws64
3217
3218         * src/compose.c
3219                 don't allow Ctrl+Enter while external editor is active
3220
3221 2004-02-06 [paul]       0.9.8claws63
3222
3223         * po/es.po
3224           po/pl.po
3225           po/sk.po
3226           po/sr.po
3227                 update Spanish, Polish, Slovak, and Serbian translations.
3228                 submitted by Ricardo Mones Lastra, Emil Nowak, Andrej Kacian,
3229                 and Urke MMI
3230
3231 2004-02-04 [alfons]     0.9.8claws62
3232
3233         * src/compose.c
3234                 grab focus only when lbutton was pressed (bug #430 cont'd; 
3235                 don't have clue yet why the cursor pos is at the end of the
3236                 text.)
3237
3238 2004-02-04 [alfons]     0.9.8claws61
3239
3240         * src/compose.c
3241                 always grab focus when one of the header entries is clicked 
3242                 (should fix bug #430, "no focus on pasted addresses 3 & higher")
3243
3244 2004-02-02 [paul]
3245
3246         * ac/missing/gdk-pixbuf.m4
3247           ac/missing/gpgme.m4
3248           ac/missing/imlib.m4
3249                 prevent 'underquoted definition' warnings
3250                 patch submitted by David Relson
3251                 
3252         * src/plugins/clamav/README
3253                 update, improve, correct
3254
3255 2004-01-31 [thorsten]   0.9.8claws60
3256
3257         * src/news.c
3258                 'dir' not initialized if group has no messages
3259
3260 2004-01-29 [christoph]  0.9.8claws59
3261
3262         * src/customheader.[ch]
3263                 add custom_header_is_allowed() to check for disallowed header names
3264                 that must not be overridden by custom headers
3265
3266         * src/compose.c
3267                 always write From: header and use custom_header_is_allowed() to
3268                 check if custom header should be written
3269
3270         * src/prefs_customheader.c
3271                 check if custom header is disallowed using custom_header_is_allowed()
3272
3273         * src/folderutils.c
3274                 destroy message id GHashTable before freeing the MsgInfos
3275
3276 2004-01-29 [paul]       0.9.8claws58
3277
3278         * sync with 0.9.9 release
3279                 see ChangeLog 2004-01-29
3280
3281 2004-01-29 [paul]       0.9.8claws57
3282
3283         * sync with 0.9.8cvs11
3284                 see ChangeLog 2004-01-29
3285
3286 2004-01-28 [christoph]  0.9.8claws56
3287
3288         * src/pgpmime.c
3289         * src/sgpgme.[ch]
3290                 return WARN signature status when signature is not trusted
3291
3292         * src/Makefile.am
3293         * src/folder.c
3294         * src/folderutils.[ch]                  ** NEW **
3295         * src/summaryview.c
3296                 implement delete duplicates summaryview independent
3297
3298 2004-01-28 [paul]       0.9.8claws55
3299
3300         * sync with 0.9.8cvs10
3301                 see Changelog 2004-01-27 and 2004-01-28
3302
3303 2004-01-26 [christoph]  0.9.8claws54
3304
3305         * src/imap.c
3306                 create a root node for the Folder if scan fails because root
3307                 folder does not exist
3308
3309 2004-01-26 [paul]       0.9.8claws53
3310
3311         * sync with 0.9.8cvs7
3312                 see ChangeLog 2004-01-23
3313
3314 2004-01-25 [alfons]     0.9.8claws52
3315
3316         * src/compose.c
3317                 remove left-over constant INDENT_CHARS
3318
3319 2004-01-25 [alfons]     0.9.8claws51
3320
3321         * src/procmime.c
3322                 add NULL pointer check for mimeinfo->node in
3323                 procmime_mimeinfo_parent()
3324
3325 2004-01-25 [darko]      0.9.8claws50
3326
3327         * src/compose.c
3328                 make "Wrap all long lines" toolbar button wrap all
3329                 long lines not just the current line
3330                 patch by I. Oshadi Jayawardena <ioj4 at yahoo.co.uk>
3331
3332
3333 2004-01-25 [alfons]     0.9.8claws49
3334
3335         * src/procmime.c
3336                 remove g_strstrip(); prevents a NULL pointer deref, and isn't
3337                 necessary anyway, because *scanf() functions neglect white
3338                 space in the input. 
3339                 Fixes bug #425, "sylpheed 0.9.8claws42 crashes on some messages."
3340
3341 2004-01-25 [paul]       0.9.8claws48
3342
3343         * src/prefs_ext_prog.c
3344                 apply Alfons' patch to check for NULL pointers
3345                 fixes bug #424
3346
3347 2004-01-25 [paul]       0.9.8claws47
3348
3349         * sync with 0.9.8cvs8
3350                 see ChangeLog 2004-01-23
3351
3352 2004-01-25 [thorsten]   0.9.8claws46
3353
3354         * src/messageview.c
3355                 remove orphaned mimeview unref()
3356
3357 2004-01-23 [christoph]  0.9.8claws45
3358
3359         * src/summaryview.c
3360                 set ctree widget style
3361
3362 2004-01-23 [paul]       0.9.8claws44
3363
3364         * sync with 0.9.8cvs5
3365                 see ChangeLog 2004-01-22
3366
3367 2004-01-23 [alfons]     0.9.8claws43
3368
3369         * src/procmsg.c
3370                 remove redundant code in procmsg_get_thread_tree()
3371
3372 2004-01-21 [christoph]  0.9.8claws42
3373
3374         * src/folderview.c
3375                 set ctree widget style, otherwise GTK does not use the
3376                 the correct vertical size for the list items
3377
3378 2004-01-21 [alfons]     0.9.8claws41
3379
3380         * src/summaryview.c
3381                 GDK_Left should only switch to folderview when
3382                 when summaryview hscrollbar is at the leftmost
3383                 position (fixes bug #420, "Focus error")
3384
3385 2004-01-21 [paul]       0.9.8claws40
3386
3387         * sync with 0.9.8cvs4
3388                 see ChangeLog 2004-01-20
3389
3390 2004-01-20 [christoph]  0.9.8claws39
3391
3392         * src/folderview.c
3393                 remove setting sensitivity for no longer existing
3394                 /Scoring... popup entry
3395
3396 2004-01-20 [keith]      0.9.8claws38
3397
3398         * configure.ac
3399                 Revert AM_CONFIG_HEADER to AC_CONFIG_HEADER
3400
3401 2004-01-20 [paul]       0.9.8claws37
3402
3403         * src/prefs_fonts.c
3404                 demystify font settings
3405                 
3406         * src/textview.c
3407                 use textview->msgfont for header->body in
3408                 textview_show_header()
3409
3410 2004-01-20 [paul]       0.9.8claws36
3411
3412         * src/compose.c
3413           src/undo.c
3414                 remove superfluous debug_print's
3415                 
3416         * src/inc.c
3417                 clear the statusbar after LOCAL incorporation
3418
3419 2004-01-20 [paul]       0.9.8claws35
3420
3421         * sync with 0.9.8cvs3
3422                 see ChangeLog 2004-01-20
3423
3424 2004-01-19 [keith]      0.9.8claws34
3425
3426         * src/folderview.c
3427                 don't show 'Search folder...' on popup menu
3428                 if folder has no mails in it
3429
3430 2004-01-17 [keith]      0.9.8claws33
3431
3432         * src/compose.c
3433           src/prefs_common.c
3434           src/prefs_common.h
3435                 store position of compose window in prefs
3436
3437 2004-01-17 [thorsten]   0.9.8claws32
3438
3439         * src/gtk/gtkvscrollbutton.c
3440                 ensure scrollbutton resize event on different gtk versions
3441
3442 2004-01-15 [alfons]     0.9.8claws31
3443         
3444         * src/summaryview.c
3445                 keep MSG_REPLIED and MSG_FORWARDED even when marking a
3446                 message as read
3447
3448 2004-01-12 [christoph]  0.9.8claws30
3449
3450         * src/procmime.c
3451                 better MIME-Version check
3452
3453 2004-01-11 [alfons]     0.9.8claws29
3454
3455         * src/procmsg.c
3456                 remove unnecessary but still effective check (could possibly
3457                 lead to some unwanted side effects)
3458
3459 2004-01-11 [alfons]     0.9.8claws28
3460
3461         * src/procmsg.c
3462                 we should not prefer lowest message number while threading 
3463                 (introduced in previous commit)
3464
3465 2004-01-11 [alfons]     0.9.8claws27
3466
3467         * src/procmsg.c
3468                 subject threading fixes:
3469                 
3470                         - make message with lowest message number the
3471                           thread parent,
3472                         - refine recording last node when threading. the last node
3473                           should be the previous one if a node has a thread parent,
3474                           or the current node if not
3475                 
3476                 (there's another threading bug fix coming up)
3477
3478 2004-01-10 [paul]       0.9.8claws26
3479
3480         * src/main.c
3481           src/prefs_ext_prog.c
3482           src/plugins/clamav/clamav_plugin_gtk.c
3483                 minor gui fixes
3484
3485 2004-01-09 [christoph]  0.9.8claws25
3486
3487         * src/Makefile.am
3488         * src/string_match.[ch]                 ** REMOVE **
3489         * src/common/Makefile.am
3490         * src/common/string_match.[ch]          ** NEW **
3491                 move string_match.[ch] to common directory
3492
3493 2004-01-09 [christoph]  0.9.8claws24
3494
3495         * src/pgpmime.c
3496                 add MIME-Version header for the message parser
3497
3498 2004-01-09 [paul]       0.9.8claws23
3499
3500         * po/POTFILES.in
3501           src/Makefile.am
3502           src/main.c
3503           src/prefs_common.c
3504           src/prefs_ext_prog.[ch]       ** NEW FILES **
3505                 move External Command options from 'Common Prefs/Other' to
3506                 'Other Prefs/Message View/External Programs', also reveal
3507                 the hidden options for audio player and image viewer.
3508                 
3509         * src/prefs_common.c
3510                 fix toggling of header pane
3511
3512 2004-01-09 [paul]       0.9.8claws22
3513
3514         * src/compose.c
3515                 when changing account also change the save folder
3516
3517         * src/textview.c
3518                 if a text/plain attachment has 'Content-Disposition: attachment'
3519                 don't display it inline
3520
3521 2004-01-08 [christoph]  0.9.8claws21
3522
3523         * src/procmime.c
3524                 check for "MIME-Version: 1.0" in message/rfc882 MIME-parts,
3525                 otherwise thread the message content as one text part and
3526                 don't assume charset US-ASCII which is only specified as
3527                 default for MIME-messages
3528
3529 2004-01-08 [paul]       0.9.8claws20
3530
3531         * src/plugins/clamav/clamav_plugin.c
3532           src/plugins/spamassassin/spamassassin.c
3533                 inform the user what is happening via the statusbar
3534
3535 2004-01-06 [paul]       0.9.8claws19
3536
3537         * po/es.po
3538                 update Spanish translation. submitted by Ricardo
3539                 Mones Lastra
3540
3541 2004-01-05 [paul]       0.9.8claws18
3542
3543         * sync with 0.9.8cvs2
3544                 see ChangeLog 2004-01-05
3545
3546 2004-01-03 [luke]       0.9.8claws17
3547
3548         * src/procheader.c
3549                 Clean up:
3550                 o remove unused functions string_getchar() and file_getchar()
3551                 o remove the getchar_ parameter from generic_get_one_field()
3552                 o add an 'unfold' parameter to generic_get_one_field, to
3553                   be used if no HeaderEntry is supplied
3554                 o procheader_get_one_field_asis() uses
3555                   generic_get_one_field().
3556
3557 2004-01-01 [christoph]  0.9.8claws16
3558
3559         * src/common/xml.[ch]
3560                 o add xml_new_tag() to manage usage counts of strings correctly
3561                 o correct xml_copy_tree() function name
3562
3563         * src/folder.c
3564         * src/main.c
3565                 allow registering and unregistering of FolderClasses anytime
3566
3567 2003-12-31 [christoph]  0.9.8claws15
3568
3569         * src/folder.[ch]
3570         * src/common/xml.[ch]
3571                 keep folderlist.xml data for unloaded FolderClasses
3572
3573 2003-12-30 [luke]       0.9.8claws14
3574
3575         * src/procheader.[ch]
3576                 o added procheader_get_one_field_asis() that does not do
3577                   unfolding
3578                 o fix procheader_get_header_array_asis() to use the above,
3579                   fixing ugliness of headers in textview
3580
3581         * src/compose.c
3582                 o don't unfold headers when redirecting.        
3583
3584 2003-12-30 [paul]       0.9.8claws13
3585
3586         * po/POTFILES.in
3587           src/common/defs.h
3588           src/Makefile.am
3589           src/main.c
3590           src/prefs_common.c
3591           src/prefs_themes.[ch] ** NEW FILES **
3592                 redesign and move Icon Theme selector to
3593                 the new prefs window
3594           
3595         * src/stock_pixmap.c
3596                 fix the old bug where icons are not always
3597                 updated when changing themes
3598         
3599         * src/summaryview.c
3600                 fix bug where the icons on the title row
3601                 of the summary view were not updated
3602         
3603         all patches submitted by Ricardo Mones Lastra
3604
3605 2003-12-30 [hoa]        0.9.8claws12
3606
3607         * src/folder.c
3608                 run preglobal and postglobal processing rules
3609                 even if the folder does not have any rules.
3610
3611 2003-12-28 [paul]       0.9.8claws11
3612
3613         * ac/aspell.m4
3614           ac/check-type.m4
3615           ac/gnupg-check-typedef.m4
3616           ac/openssl.m4
3617           ac/spamassassin.m4
3618                 fix 'underquoted definition' warnings, patch submitted by
3619                 David Relson <relson@osagesoftware.com>
3620                 
3621         * src/common/utils.c
3622                 subject_get_prefix_length(): add "Odp\\:" to reply prefixes,
3623                 patch submitted by Jan Alboszta <J.Alboszta@students.mimuw.edu.pl>
3624
3625 2003-12-28 [paul]       0.9.8claws10
3626
3627         * sync with 0.9.8cvs1
3628                 see ChangeLog 2003-12-17
3629
3630 2003-12-27 [christoph]  0.9.8claws9
3631
3632         * src/common/utils.[ch]
3633                 add g_node_map() to map a GNode into a new GNode
3634                 converting all node data's with a function
3635
3636         * src/account.c
3637         * src/folder.[ch]
3638         * src/folderview.c
3639         * src/imap.c
3640         * src/mainwindow.c
3641         * src/summaryview.c
3642                 o use g_node_map() to convert XML <-> Folder
3643                 o remove redundant FolderItem->parent and
3644                   replace it with folder_item_parent()
3645
3646 2003-12-23 [christoph]  0.9.8claws8
3647
3648         * src/folder.[ch]
3649         * src/folderview.c
3650         * src/mainwindow.c
3651         * src/procmsg.c
3652                 o use callback for notifications about added and
3653                   destroyed folders
3654                 o rewrite folderlist saving (new functions to create
3655                   folder from XML tree, and XML tree from folder)
3656
3657         * src/common/xml.[ch]
3658                 add function to save XML trees
3659
3660         * src/prefs_filtering.c
3661                 code cleanup
3662
3663 2003-12-22 [christoph]  0.9.8claws7
3664
3665         * src/prefs_account.[ch]
3666                 add "SMTP only" accounts
3667
3668 2003-12-20 [melvin]     0.9.8claws6
3669
3670         * src/action.[ch]
3671                 Changed the interface for action_update_*_menu() so
3672                 action.c does not need to know the paths of the different
3673                 actions menu (mainwindow, message view and compose window). 
3674
3675         * src/compose.c
3676                 Tiny code cleanup to merge spell checker related code
3677                 compose_update_actions_menu(): new function to update
3678                 the actions menu. Use it in compose_create()
3679
3680         * src/compose.h
3681                 compose_update_actions_menu(): new function to update
3682                 the actions menu. Used also in prefs_actions.c.
3683
3684         * src/mainwindow.[ch]
3685                 main_window_update_actions_menu(): new function to update
3686                 the actions menu. Used in main_window_create() and in
3687                 prefs_actions.c
3688
3689         * src/messageview.[ch]
3690                 messageview_update_actions_menu(): new function to update
3691                 the actions menu. Used in messageview_add_toolbar() and in
3692                 prefs_actions.c
3693                 
3694         * src/prefs_actions.c   
3695                 prefs_actions_ok(): fixed to update the actions menu of
3696                 the separate message view and the compose windows.
3697
3698 2003-12-20 [luke]       0.9.8claws5
3699         * src/procheader.c
3700                 fix unfolding/newline stripping for multiline fields
3701                 in generic_get_one_field()
3702
3703 2003-12-19 [christoph]  0.9.8claws4
3704
3705         * src/summaryview.c
3706                 o code cleanup
3707                 o use subject_compare_for_sort() when comparing
3708                   simplified subjects
3709
3710 2003-12-19 [christoph]  0.9.8claws3
3711
3712         * src/msgcache.c
3713                 more syncing with 0.8.9a
3714
3715 2003-12-19 [christoph]  0.9.8claws2
3716
3717         * src/folder.c
3718                 don't write all FolderItem XML attributes for the root node
3719
3720 2003-12-19 [melvin]     0.9.8claws1
3721
3722         * src/messageview.c
3723                 Added missing menu branch (Tools/Create processing/rule)
3724         * po/fr.po
3725                 Updated French translation for the added string.
3726
3727 2003-12-19 [paul]       0.9.8claws
3728
3729         0.9.8claws released
3730
3731 2003-12-19 [paul]       0.9.7claws51
3732
3733         * po/en_GB.po
3734           po/es.po
3735           po/ja.po
3736           po/pl.po
3737           po/sk.po
3738           po/zh_CN.po
3739                 update translations. submitted by me, Ricardo Mones
3740                 Lastra, Rui Hirokawa, Emil Nowak, Andrej Kacian,
3741                 Hansom Young
3742                 
3743         * src/folder_item_prefs.c
3744                 'enable_processing' set to FALSE by default
3745
3746 2003-12-18 [melvin]     0.9.7claws50
3747
3748         * po/fr.po
3749                 Updated French translation
3750
3751 2003-12-17 [christoph]  0.9.7claws49
3752
3753         * src/procheader.c
3754                 revert discarding of whitespace from 0.9.7claws44
3755
3756                 RFC2822 2.2.3: Unfolding is accomplished by simply
3757                 removing any CRLF that is immediately followed by WSP.
3758
3759 2003-12-17 [paul]       0.9.7claws48
3760
3761         * src/folder.c
3762                 fix new message count
3763                 
3764         * configure.ac
3765                 update autotools macros
3766
3767         * sync with 0.9.8a
3768
3769 2003-12-16 [christoph]  0.9.7claws47
3770
3771         * src/folder.c
3772                 fix folder update before adding MsgInfo to cache
3773                 in add_msginfo_to_cache()
3774
3775         * src/procmsg.c
3776                 remove old call to folder_item_update() that is no
3777                 longer required
3778
3779 2003-12-16 [christoph]  0.9.7claws46
3780
3781         * src/main.c
3782                 make sure the shutdown process only runs once
3783
3784 2003-12-16 [hoa]        0.9.7claws45
3785
3786         * src/mainwindow.c
3787         * src/messageview.c
3788         * src/summaryview.[ch]
3789                 Create filter rules using a message is fixed.
3790                 We can now create processing rules using a message.
3791
3792 2003-12-15 [alfons]     0.9.7claws44
3793
3794         * src/procheader.c
3795                 make sure we discard folding white space
3796
3797 2003-12-15 [luke]       0.9.7claws43
3798         * src/textview.c
3799         * src/mimeview.c
3800                 o use "name" parameter if "filename" doesn't exist
3801
3802 2003-12-14 [alfons]     0.9.7claws42
3803
3804         * src/summaryview.c
3805         * src/common/utils.c
3806                 allow quick finding based on the result of passing
3807                 a message to an external command. E.g:
3808
3809                         X "bogofilter < %F" 
3810                 
3811                 gets me all the spam in a folder.
3812
3813 2003-12-14 [luke]       0.9.7claws41
3814
3815         * src/textview.c
3816         * src/mimeview.c
3817                 o use parameter "filename" instead of "name" in a couple of 
3818                   places for correctness
3819
3820         * src/procmime.c
3821         * src/common/utils.[ch]
3822                 o make temporary filename for attachments safe for %p 
3823                   substitutions in actions.
3824
3825 2003-12-13 [christoph]  0.9.7claws40
3826
3827         * src/main.c
3828                 readd exit(0) to clean_quit() because otherwise sylpheed
3829                 does not always terminate
3830
3831         * src/pgpmime.c
3832         * src/privacy.h
3833                 add an identifier-string for PrivacySystems
3834
3835 2003-12-12 [paul]
3836
3837         * doc/man/sylpheed.1
3838                 update the man page
3839
3840 2003-12-12 [paul]       0.9.7claws39
3841
3842         general clean up
3843         
3844         * configure.ac
3845                 correct and clean up './configure --help' info
3846         
3847         * src/plugins/clamav/clamav_plugin.c
3848           src/plugins/spamassassin/spamassassin.c
3849                 correct plugin_desc(), works with LOCAL, IMAP, and
3850                 POP accounts
3851                 
3852         * src/filtering.c
3853           src/matcher.[ch]
3854           src/matcher_parser_parse.y
3855           src/prefs_filtering_action.c
3856                 use 'Change Score' instead of '(In/De)crease score'.
3857                 use *CHANGE_SCORE* instead of *ADD_SCORE*
3858          
3859          * src/mainwindow.c
3860                 hyphenate: 'Pre-processing', 'Post-processing'
3861                 
3862         * src/prefs_account.c
3863                 change 'Generate Message-ID' to 'Generate Message-Id'
3864                 
3865         * src/prefs_folder_item.c
3866                 change 'Processing on startup:' to 'Process at startup'
3867                 change 'Scan for new mail:' to 'Scan for new mail'
3868                 
3869 2003-12-11 [christoph]  0.9.7claws38
3870
3871         * src/crash.c
3872         * src/main.[ch]
3873                 make sure the clean_exit() funtion is not called again by the
3874                 signal handler while it is already running
3875
3876         (closes Bug 366 lost all folders -> spoiling folderlist.xml file)
3877
3878         * src/summaryview.c
3879                 fix wrong assertion
3880
3881 2003-12-11 [paul]       0.9.7claws37
3882
3883         * src/compose.c
3884                 'anonymise' Message-Id: header string
3885
3886 2003-12-11 [paul]       0.9.7claws36
3887
3888         * src/plugins/clamav/clamav_plugin.c
3889                 fix (don't break) signature count
3890                 use cl_strerror() instead of deprecated cl_perror()
3891         
3892 2003-12-11 [darko]      0.9.7claws35
3893
3894         * src/summaryview.c
3895                 also update the sort arrow (thanks Christoph)
3896
3897 2003-12-11 [darko]      0.9.7claws34
3898
3899         * src/summaryview.c
3900                 allow reverting to default sort mode (no sort)
3901
3902 2003-12-10 [hoa]        0.9.7claws33
3903
3904         * src/matcher.c
3905                 fixed quotation of string for matcher.
3906
3907 2003-12-08 [paul]       0.9.7claws32
3908
3909         * src/imap.c
3910           src/inc.c
3911                 plug memory leaks (patch by Alfons)
3912
3913 2003-12-08 [christoph]  0.9.7claws31
3914
3915         * src/folder_item_prefs.[ch]
3916         * src/folderview.c
3917         * src/prefs_folder_item.c
3918                 add new FolderItem property to exclude folders from new
3919                 mail checks
3920
3921         Patch submitted by Chad Robinson <crobinson@rfgonline.com>
3922
3923 2003-12-07 [paul]       0.9.7claws30
3924
3925         * src/plugins/clamav/clamav_plugin.c
3926                 fix signature count
3927
3928 2003-12-07 [thorsten]   0.9.7claws29
3929
3930         * src/filtering.c
3931                 debug_print some warning if destfolder missing
3932         * src/prefs_filtering.c
3933                 uninitialized filter list when deleting a folder
3934
3935 2003-12-06 [paul]       0.9.7claws28
3936
3937         * src/procheader.c
3938                 add Alfons' patch to trim line feeds
3939
3940 2003-12-06 [paul]       0.9.7claws27
3941
3942         * partial sync with 0.9.7cvs8
3943                 leaving claws' online/offline more or less intact
3944                 see ChangeLog 2003-12-04 and 2003-12-06
3945
3946 2003-12-06 [christoph]  0.9.7claws26
3947
3948         * src/messageview.c
3949         * src/privacy.[ch]
3950                 revert pirvacy API changes
3951
3952 2003-12-05 [alfons]     0.9.7claws25
3953
3954         * src/matcher.[ch]
3955                 clean up my old cruft
3956
3957 2003-12-05 [alfons]     0.9.7claws24
3958
3959         * src/matcher.c
3960                 fix comparison buglet ;-) and make `test` matcher
3961                 work again
3962
3963 2003-12-05 [alfons]     0.9.7claws23
3964
3965         * src/prefs_folder_item.c
3966                 K&R 2nd Ed., page 241 (function parameter identifiers
3967                 starting with an underscore are kind of insulting)
3968
3969 2003-12-05 [hoa]        0.9.7claws22
3970
3971         * src/main.c
3972         * src/mainwindow.[ch]
3973         * src/mainwindow.h
3974                 add destructor for mainwindow so that the last 
3975                 MimeInfo opened in messageview is destroyed when
3976                 exiting sylpheed.
3977
3978 2003-12-05 [hoa]        0.9.7claws21
3979
3980         * src/filtering.[ch]
3981         * src/matcher.[ch]
3982         * src/matcher_parser_lex.l
3983         * src/matcher_parser_parse.y
3984         * src/prefs_actions.c
3985         * src/prefs_filtering.c
3986         * src/common/utils.[ch]
3987                 quote arguments before giving them to command line.
3988                 fixed quote of string in matcher/processing/filtering rules.
3989
3990         * src/messageview.c
3991         * src/privacy.[ch]
3992                 allows decryption to return a new whole 
3993                 MIME message structure.
3994
3995 2003-12-04 [hoa]        0.9.7claws20
3996
3997         * src/filtering.[ch]
3998         * src/folder.c
3999         * src/mainwindow.c
4000         * src/matcher.c
4001         * src/matcher_parser_parse.y
4002         * src/folderview.c
4003                 global rules to run before folder specific rules.
4004                 global rules to run after folder specific rules.
4005                 
4006         * src/messageview.c
4007                 fixed quick addition of rules.
4008         
4009         * src/prefs_filtering.[ch]
4010         * src/summaryview.c
4011                 we can now customize the title for the dialog.
4012                 updated case where we rename of delete folders.
4013
4014         * src/addressbook.c
4015                 got back the function addressbook_browse_entry_cb()
4016                 that is needed in case we compiled with LDAP support.
4017
4018 2003-12-04 [paul]       0.9.7claws19
4019
4020         * sync with 0.9.7cvs6
4021                 see ChangeLog 2003-12-04
4022                 fixes bug 171 'Wrong message decoing: koi8-r and 
4023                 iso8859-5 looks same. Can't read many emails.'
4024
4025 2003-12-04 [paul]       0.9.7claws18
4026
4027         * po/POTFILES.in
4028                 remove 'src/prefs_scoring.c'
4029
4030 2003-12-03 [hoa]        0.9.7claws17
4031
4032         * src/Makefile.am
4033                 compilation of scoring.[ch] and prefs_scoring.[ch]
4034                 is removed.
4035         
4036         * src/filtering.[ch]
4037         * src/folder.c
4038         * src/folder_item_prefs.[ch]
4039         * src/folderview.c
4040         * src/main.c
4041         * src/mainwindow.c
4042         * src/matcher.[ch]
4043         * src/matcher_parser.h
4044         * src/matcher_parser_parse.y
4045         * src/prefs_filtering.[ch]
4046         * src/prefs_filtering_action.c
4047         * src/prefs_folder_item.c
4048         * src/prefs_scoring.[ch]              * REMOVED FILES *
4049         * src/procmsg.[ch]
4050         * src/scoring.[ch]                    * REMOVED FILES *
4051         * src/summaryview.c
4052                 merged scoring and filtering.
4053                 
4054                 Note : compatibility is kept by parsing score like 
4055                   add_score. To get the behaviour of older scoring 
4056                   system, you have to define some equivalent rule :
4057                   "score_lower -9999 hide"
4058                   "score_greater 9999 mark"
4059                   
4060                   To define global rules, you have to define them 
4061                   in the new global processing rules.
4062                   The variable that kept the list filtering rules 
4063                   was "global_processing" and has been renamed into 
4064                   "filtering_rules".
4065                   "global_processing" variable is now the name 
4066                   of the variable that keeps the list of global 
4067                   processing rules.
4068                   In the configuration file, "[global]" section is 
4069                   now for the global processing rules (which includes
4070                   score things and new global processing rules).
4071                   New "[filtering]" section is for the filtering rules.
4072                   
4073                   Before running with this version, during testing 
4074                   phase, ** MAKE A BACKUP ** of your matcherrc file.
4075                   Then, you have to make the following changes :
4076                   - leave all scoring rules in "[global]" section.
4077                   - move all other rules of "[global]" section to
4078                       a new section named "[filtering]".
4079
4080 2003-12-03 [christoph]  0.9.7claws16
4081
4082         * src/procmime.c
4083                 use default Content-Type as specified in RFC2045 if
4084                 Content-Type header is syntactically incorrect
4085
4086 2003-12-03 [christoph]  0.9.7claws15
4087
4088         * src/addressbook.c
4089         * src/addrindex.h
4090         * src/addritem.c
4091         * src/expldifdlg.h
4092         * src/exportldif.c
4093         * src/filtering.c
4094         * src/folder.c
4095         * src/folderview.c
4096         * src/jpilot.c
4097         * src/localfolder.c
4098         * src/matcher.h
4099         * src/matcher_parser_lex.l
4100         * src/matcher_parser_parse.y
4101         * src/news.c
4102         * src/prefs_filtering_action.c
4103         * src/prefs_folder_item.c
4104         * src/prefs_fonts.c
4105         * src/procmsg.c
4106         * src/sgpgme.c
4107                 clean up warnings
4108
4109         * src/procmime.c
4110                 revert 0.9.7claws14 change
4111
4112 2003-12-03 [alfons]     0.9.7claws14
4113
4114         * src/procmime.c
4115                 catch invalid Content-Type with no subtype
4116
4117 2003-12-03 [alfons]     0.9.7claws13
4118
4119         * src/alertpanel.h
4120         * src/setup.c
4121         * src/plugins/image_viewer/plugin.c
4122                 compile again, we need stddef.h for size_t
4123
4124 2003-12-03 [paul]       0.9.7claws12
4125
4126         * src/account.c
4127                 don't allow cloning of accounts with remote folders,
4128                 patch submitted by Ricardo Mones Lastra
4129
4130 2003-12-03 [christoph]  0.9.7claws11
4131
4132         * src/folder.[ch]
4133         * src/imap.c
4134         * src/localfolder.[ch]
4135         * src/mh.c
4136         * src/news.c
4137         * src/common/xml.[ch]
4138                 add set_xml() and get_xml() virtual functions to FolderClass to
4139                 save extra information for Folders (for example the rootpath
4140                 only used by LocalFolder). The folderlist write function no
4141                 longer needs to know the folder type to save this extra
4142                 information.
4143
4144 2003-12-02 [christoph]  0.9.7claws10
4145
4146         * src/Makefile.am
4147         * src/account.c
4148         * src/folder.[ch]
4149         * src/folderview.h
4150         * src/imap.c
4151         * src/localfolder.[ch]          ** NEW **
4152         * src/mainwindow.c
4153         * src/mh.[ch]
4154         * src/news.[ch]
4155         * src/prefs_account.[ch]
4156         * src/prefs_filtering.h
4157         * src/procmsg.h
4158         * src/remotefolder.[ch]         ** NEW **
4159         * src/common/xml.[ch]
4160                 add item_set_xml() and item_get_xml() virtual functions to
4161                 FolderClass to give folders the ability to add extra information
4162                 to the saved FolderItem data. If NULL the default function for
4163                 FolderItem will be used.
4164
4165 2003-11-29 [christoph]  0.9.7claws9
4166
4167         * src/procheader.c
4168                 fix bug in unfolding
4169
4170 2003-11-29 [luke]       0.9.7claws8
4171
4172         * src/textview.c
4173                 fix compilation for non c99 compilers
4174
4175 2003-11-29 [christoph]  0.9.7claws7
4176
4177         * src/procmime.[ch]
4178         * src/mimeview.c
4179                 o unknown disposition types should be handled as
4180                   attachment (RFC2183)
4181                 o missing headers should not default to inline
4182                   (would make "Save All" useless when disposition header
4183                    is not set by the sending mailer)
4184                 o remove old MimeInfo data and cleanup
4185
4186 2003-11-29 [luke]       0.9.7claws6
4187
4188         * src/procmime.[ch]
4189                 re-added parsing of Content-Disposition header
4190                         - removes the old  'gchar* content_disposition'
4191                         - adds a new field 'DispositionType disposition'
4192                         - adds parameters to MimeInfo::parameters
4193
4194         * src/mimeview.c
4195                 use the "filename" parameter for saving, and the new
4196                 MimeInfo::disposition for save all.
4197
4198         * src/compose.c
4199         * src/toolbar.[ch]
4200                 add a 'check spelling' button as a possibility for 
4201                 the compose toolbar
4202
4203         * src/stockpixmap.[ch]
4204         * src/pixmaps/check_spelling.xpm        ** NEW **
4205         * src/Makefile.am
4206                 add a pixmap for use with 'check spelling' button or
4207                 a user defined action
4208
4209         * src/textview.c
4210                 re-apply fixed (I hope) patch for bug 57
4211                 "Hidden URL in HTML Mails"
4212
4213 2003-11-28 [christoph]  0.9.7claws5
4214
4215         * src/procmime.c
4216                 o be more liberal in what we accept as Content-Type parameters
4217                 o ignore comments after parameters
4218
4219         * src/sgpgme.c
4220                 o only free passphrase when an error occurs
4221
4222 2003-11-28 [paul]       0.9.7claws4
4223
4224         * src/account.c
4225                 add 'Clone Account' function. patch submitted by
4226                 Ricardo Mones Lastra
4227
4228 2003-11-27 [thorsten]   0.9.7claws3
4229
4230         * src/mimeview.c
4231                 fix crash if 'save_all' failed twice
4232
4233 2003-11-27 [paul]       0.9.7claws2
4234
4235         * po/POTFILES.in
4236                 fix a typo
4237
4238         * po/zh_CN.po
4239                 update Simplified Chinese translation. submitted by
4240                 Hansom Young
4241
4242 2003-11-27 [paul]       0.9.7claws1
4243
4244         * po/POTFILES.in
4245                 clean up
4246
4247 2003-11-26 [paul]       0.9.7claws
4248
4249         * 0.9.7claws released
4250
4251 2003-11-26 [paul]       0.9.6claws99
4252
4253         * src/Makefile.am
4254                 add reference to pixmaps/mime_message.xpm
4255
4256 2003-11-26 [paul]       0.9.6claws98
4257
4258         * po/POTFILES.in
4259                 remove reference to src/sigstatus.c
4260
4261 2003-11-26 [christoph]  0.9.6claws97
4262
4263         * src/Makefile.am
4264         * src/prefs_common.c
4265         * src/rfc2015.c
4266         * src/sigstatus.[ch]            ** REMOVE **
4267                 remove signature result popup option and window
4268
4269 2003-11-26 [paul]       0.9.6claws96
4270
4271         * po/es.po
4272           po/ja.po
4273           po/pl.po
4274           po/sk.po
4275           po/sr.po
4276                 update translations. submitted by Ricardo Mones Lastra,
4277                 Rui Hirokawa, Emil Nowak, Andrej Kacian, and Urke MMI
4278
4279 2003-11-25 [christoph]  0.9.6claws95
4280
4281         * src/procmime.c
4282                 display mime structure only in debug mode
4283
4284 2003-11-25 [melvin]     0.9.6claws94
4285
4286         * po/fr.po
4287                 Updated French translations + typos fixes of older
4288                 translations (thanks to Fabien Vantard for pointing
4289                 to some of them)
4290
4291 2003-11-25 [melvin]     0.9.6claws93
4292
4293         * src/editldap.c
4294                 Fixed a couple of typos.
4295
4296 2003-11-24 [paul]       0.9.6claws92
4297
4298         * po/POTFILES.in
4299                 add 'src/textview.c'
4300
4301 2003-11-24 [paul]       0.9.6claws91
4302
4303         * src/sgpgme.c
4304                 fix typo. spotted by Rui Hirokawa <rui_hirokawa@ybb.ne.jp>
4305
4306 2003-11-24 [paul]       0.9.6claws90
4307
4308         * src/plugins/image_viewer/viewer.c
4309                 image_viewer_show_mimepart(): 
4310                 use procmime_mimeinfo_get_parameter() to get the file name
4311
4312 2003-11-24 [paul]       0.9.6claws89
4313
4314         * src/textview.c
4315                 textview_show_mime_part(): rewrite text hint
4316
4317 2003-11-22 [paul]       0.9.6claws88
4318
4319         * sync with 0.9.7cvs5
4320                 see ChangeLog 2003-11-21
4321
4322 2003-11-21 [paul]       0.9.6claws87
4323
4324         * src/mimeview.c
4325                 define shortcut key 'o' for 'Open with...'
4326
4327 2003-11-21 [alfons]     0.9.6claws86
4328
4329         * src/messageview.c
4330                 fix bug #383 'Deleting message from "separate message view" 
4331                 uses local Trash folder'
4332
4333 2003-11-21 [christoph]  0.9.6claws85
4334
4335         * src/mimeview.c
4336                 fix content-type guessing by name parameter when finding
4337                 the correct viewer
4338
4339 2003-11-21 [alfons]     0.9.6claws84
4340
4341         * src/main.c
4342                 no mail incorporation allowed with --offline param.
4343                 fixes bug #374, "--offline ignored"
4344
4345 2003-11-20 [christoph]  0.9.6claws83
4346
4347         * src/mimeinfo.c
4348                 use signed MimeInfo when checking the signature and not
4349                 the selected one
4350
4351 2003-11-19 [alfons]     0.9.6claws82
4352
4353         * src/mainwindow.c
4354                 fix crash when toggling separate views, patch submitted
4355                 by Pawel Pekala <c0rn|AT|gazeta.pl>.
4356                 fixes bug #342, "separate views  cause crash"
4357
4358 2003-11-19 [paul]       0.9.6claws81
4359
4360         * src/compose.c
4361                 compose_redirect_write_headers_from_headerlist(): 
4362                 add Resent-Cc: header (bug fix inherited from 0.9.7cvs3)
4363                 
4364         * src/main.c
4365                 code cleanup (inherited from 0.9.7cvs4)
4366                 
4367         * tools/tb2sylpheed
4368                 bugfix: added missing attribute-list start. submitted by
4369                 Urke MMI
4370
4371 2003-11-19 [luke]       0.9.6claws80
4372
4373         * src/textview.c
4374                 revert my last commit until I get time to fix it
4375
4376 2003-11-18 [christoph]  0.9.6claws79
4377
4378         * src/mimeview.[ch]
4379                 check parent MimeInfos for signatures and display the
4380                 result of the parent when found
4381
4382         * src/pgpmime.c
4383                 o avoid NULL pointer warnings
4384                 o use procmime_mimeinfo_get_parameter()
4385
4386         * src/sgpgme.c
4387                 small text changes
4388
4389 2003-11-17 [luke]       0.9.6claws78
4390
4391         * src/textview.c
4392                 add check for disguised URLs, fixing bug 57
4393                 "Hidden URL in HTML Mails"
4394
4395 2003-11-16 [christoph]  0.9.6claws77
4396
4397         * src/procmime.c
4398                 fix crash when parsing invalid Content-Type header
4399
4400 2003-11-16 [christoph]  0.9.6claws76
4401
4402         * src/pgpmime.c
4403         * src/privacy.c
4404         * src/procmime.c
4405         * src/sgpgme.[ch]
4406                 implement message decrypting
4407
4408         * src/rfc2015.c
4409                 remove old code
4410
4411 2003-11-14 [luke]       0.9.6claws75
4412
4413         * src/mimeview.c
4414                 fix a couple of problems that treated application/* and
4415                 application/octet-stream the wrong way around
4416                 (since 0.9.6claws10), causing "Open" to do nothing.
4417
4418 2003-11-14 [christoph]  0.9.6claws74
4419
4420         * src/messageview.c
4421         * src/pgpmime.c
4422         * src/privacy.[ch]
4423                 prepare for message part decrypting
4424
4425         * src/sgpgme.c
4426                 add output for expired signatures
4427
4428         * src/rfc2015.c
4429                 remove some old code
4430
4431 2003-11-10 [christoph]  0.9.6claws73
4432
4433         * src/mimeview.c
4434                 add "Full info" button for bad and warn signature status
4435
4436         * src/sgpgme.c
4437                 generate full signature info like gpg's output
4438                 (gpg -v --with-fingerprint --verify)
4439
4440 2003-11-10 [christoph]  0.9.6claws72
4441
4442         * src/mimeview.c
4443         * src/pgpmime.c
4444         * src/privacy.[ch]
4445         * src/sgpgme.[ch]
4446         * src/textview.[ch]
4447                 o add code to view full signature info
4448                 o do automatic signature checks
4449
4450 2003-11-10 [alfons]     0.9.6claws71
4451
4452         * src/summaryview.c
4453                 don't crash when gtkut_font_load() returns invalid font (has
4454                 something to do with locale settings)
4455                 Patch submitted by David Chalmers <davidc|AT|ccmi.salk.edu>.
4456
4457 2003-11-09 [alfons]     0.9.6claws70
4458
4459         * src/procmime.c
4460                 plug leak
4461
4462 2003-11-08 [luke]       0.9.6claws69
4463
4464         * src/summaryview.c
4465                 fix some typos
4466
4467         * src/compose.c
4468                 rewrite compose_attach_parts(), fixing various bugs mainly
4469                 to do with re-editing.
4470
4471         * src/mimeview.c
4472                 "save all" now only saves attachments with names/filenames
4473
4474 2003-11-04 [match]      0.9.6claws68
4475
4476         * src/ldapctrl.[ch]
4477                 fix broken LDAP support.
4478
4479         * src/ldapquery.c
4480                 remove printf's.
4481
4482 2003-11-04 [luke]       0.9.6claws67
4483
4484         * src/mimeview.c
4485                 o  fixed bug 4 "focus lost on messages with attachments"
4486                 o  fixed 'Save all' attachments for new mime changes
4487                 o  right clicking on icons consistent with right clicking on
4488                    mime tree
4489                   - fixes a bug where wrong part is saved when you
4490                     choose 'Save as' from popup menu
4491                   - fixes bug 308 "No way to "save all" attachments"
4492                 o  fixed a compiler warning.
4493
4494         * src/textview.c
4495                 o  removed flickering in mime tree when using "n" and "p"
4496                    shortcuts
4497                 o  fixed bug where selecting the textview and pressing e.g.
4498                    'y' causes sylpheed to respond twice.
4499
4500         * src/summaryview.c
4501                 removed hard coding of * and ! shortcuts (which only served
4502                 to cause problems if you tried to redefine the shortcuts)
4503
4504 2003-11-04 [luke]       0.9.6claws66
4505
4506         * src/plugins/image_viewer/viewer.c
4507         * src/plugins/image_viewer/viewerprefs.c
4508         * src/plugins/image_viewer/viewerprefs.glade
4509                 o  allow toggling of image scaling by clicking on image
4510                 o  respond to image's container widget resize
4511
4512         * src/procmime.c
4513                 o  fix bad parsing of message when re-editing/viewing a
4514                    message saved to the drafts folder
4515
4516 2003-11-02 [match]      0.9.6claws65
4517
4518         * src/browseldap.h
4519                 fix if not building LDAP support.
4520         * src/addrindex.c
4521         * src/ldapquery.[ch]
4522         * src/editldap.h
4523                 include support for contains query. feature req 529354.
4524
4525 2003-11-02 [alfons]     0.9.6claws64
4526
4527         * src/browseldap.c
4528                 fix build bustage if not compiling ldap support
4529
4530 2003-11-01 [match]      0.9.6claws63
4531
4532         * po/POTFILES.in
4533         * src/Makefile.am
4534         * src/addr_compl.[ch]
4535         * src/addrbook.c
4536         * src/addrcache.[ch]
4537         * src/addrdefs.h        ** NEW **
4538         * src/addressbook.c
4539         * src/addressitem.h
4540         * src/addrindex.[ch]
4541         * src/addritem.h
4542         * src/addrquery.[ch]
4543         * src/ldapquery.[ch]
4544         * src/ldapserver.[ch]
4545                 refactor LDAP query mechanism.
4546
4547         * src/browseldap.[ch]   ** NEW **
4548         * src/ldaplocate.[ch]   ** NEW **
4549                 add feature to browse LDAP entry that was retrieved using
4550                 an explicit LDAP search.
4551
4552 2003-11-01 [alfons]     0.9.6claws62
4553
4554         * src/prefs_gtk.c
4555                 prefs_write_param(): fail when we see an invalid type; all the
4556                 callers seem to handle this gracefully by reverting changes
4557
4558 2003-10-30 [christoph]  0.9.6claws61
4559
4560         * configure.ac
4561         * ac/openssl.m4
4562         * ac/spamassassin.m4
4563         * src/Makefile.am
4564                 use extra variables for all libraries to make sure plugins
4565                 are only linked with libraries they really need. $LIBS is always
4566                 added to the linking parameters, but we only what the libraries
4567                 listed in the Makefile
4568
4569 2003-10-29 [paul]       0.9.6claws60
4570
4571         * src/mimeview.c
4572                 don't use Subject for unknown part name
4573
4574 2003-10-29 [paul]       0.9.6claws59
4575
4576         * src/compose.c
4577                 get name of attachment(s) when re-editing, fwd'ing or
4578                 redirecting
4579                 
4580         * src/mimeview.c
4581                 get name of attachment(s) when saving
4582
4583 2003-10-29 [hoa]        0.9.6claws58
4584
4585         * src/textview.c
4586                 implemented multipart/alternative in MIME message viewer.
4587
4588 2003-10-28 [christoph]  0.9.6claws57
4589
4590         * configure.ac
4591                 make sure MathML-Viewer is not built with the
4592                 Gtk2 version of GtkMathView
4593
4594 2003-10-28 [paul]       0.9.6claws56
4595
4596         * sync with 0.9.7cvs1
4597                 see ChangeLog 2003-10-28
4598
4599 2003-10-27 [alfons]     0.9.6claws55
4600
4601         * src/matcher_parser_parse.y
4602         * src/gtk/colorlabel.c
4603                 allow setting color label to 0 in filtering/processing rules
4604                 (should fix bug 368, "Can't create a filter condition "colorlabel 0"") 
4605
4606 2003-10-26 [alfons]     0.9.6claws54
4607
4608         * src/summary_search.c
4609                 fix misnomer and correct selecting initial search node  
4610
4611 2003-10-26 [christoph]  0.9.6claws53
4612
4613         * src/pgpmime.c
4614         * src/sgpgme.c
4615                 change display of signature info to use only name of
4616                 signer, otherwise the text gets too long.
4617
4618         * src/procmime.c
4619                 don't use MimeInfo's filename to generate tmp filename
4620
4621 2003-10-25 [christoph]  0.9.6claws52
4622
4623         * src/procmime.c
4624                 fix message body searching
4625
4626 2003-10-25 [paul]       0.9.6claws51
4627
4628         * src/compose.c
4629                 use g_basename rather than basename
4630
4631 2003-10-24 [christoph]  0.9.6claws50
4632
4633         * src/sgpgme.c
4634                 change fetching of signature key's trust
4635
4636 2003-10-24 [paul]       0.9.6claws49
4637
4638         * po/sk.po
4639                 update Slovak translation
4640                 submitted by Andrej Kacian
4641                 
4642         * src/mainwindow.c
4643                 remove unknown menu entry /File/Add mailbox/mbox...
4644
4645 2003-10-24 [hoa]        0.9.6claws48
4646
4647         * src/Makefile.am
4648                 removed all references to mbox folders
4649
4650         * src/carray.[ch]               * REMOVED *
4651         * src/chash.[ch]                * REMOVED *
4652         * src/maillock.[ch]             * REMOVED *
4653         * src/mailmbox.[ch]             * REMOVED *
4654         * src/mailmbox_folder.[ch]      * REMOVED *
4655         * src/mailmbox_parse.[ch]       * REMOVED *
4656         * src/mailmbox_types.[ch]       * REMOVED *
4657         * src/mbox_folder.[ch]          * REMOVED *
4658                 remove implementation of mbox folders
4659                 and old mailbox folder.
4660                 mbox folder implementation will be added
4661                 as a plugin so that implementation can be entirely
4662                 synchronized with the files of the project they are
4663                 extracted from (libEtPan!).
4664         
4665         * src/mainwindow.c
4666         * src/folder.c
4667         * src/folderview.[ch]
4668         * src/procmsg.h         
4669                 Disable as much code that references mbox folders
4670                 as possible.
4671                 Some UI thing still need to know that folder is mbox
4672                 (when we have to enter the name of the mailbox and
4673                 we want to add /var/mail/$USER).
4674
4675 2003-10-23 [christoph]  0.9.6claws47
4676
4677         * src/noticeview.c
4678                 don't always display button when noticeview is made visible
4679
4680         * src/mimeview.c
4681         * src/pgpmime.c
4682         * src/privacy.[ch]
4683         * src/sgpgme.[ch]
4684                 get signature information from crypto system
4685
4686 2003-10-22 [paul]       0.9.6claws46
4687
4688         * po/es.po
4689                 updated by Ricardo Mones Lastra
4690
4691 2003-10-22 [paul]       0.9.6claws45
4692
4693         * src/Makefile.am
4694                 update to reflect the changes to the icons that
4695                 happened in 0.9.6claws35
4696
4697 2003-10-22 [alfons]     0.9.6claws44
4698         
4699         * src/carray.h
4700                 inline carray_count() 
4701
4702 2003-10-21 [alfons]     0.9.6claws43
4703
4704         * src/carray.h
4705                 glib wrappers
4706         * src/carray.c
4707                 disable
4708         * src/mailmbox.[ch]
4709         * src/mailmbox_folder.c
4710         * src/mailmbox_parse.c
4711         * src/mailmbox_types.[ch]
4712                 %s/uint32_t/guint
4713
4714 2003-10-21 [luke]       0.9.6claws42
4715
4716         * src/stock_pixmaps.[ch]
4717         * src/mimeview.c
4718         * src/pixmaps/mime_application_octet_stream.xpm         ** REMOVE **
4719         * src/pixmaps/messageview_text.xpm                      ** REMOVE **
4720                 o remove mime_application_octet_stream.xpm icon (it was never
4721                   really needed)
4722                 o remove redundant icon messageview_text.xpm
4723
4724         * src/mainwindow.c
4725                 fix visibility of signature noticeview when toggling 'separate
4726                 message view'
4727
4728 2003-10-21 [christoph]  0.9.6claws41
4729
4730         * src/procmime.c
4731                 decode multipart and rfc822 mime parts to allow further
4732                 parsing when required
4733
4734 2003-10-21 [christoph]  0.9.6claws40
4735
4736         * src/procmime.[ch]
4737         * src/textview.c
4738                 remove obsolete charset parameter in MimeInfo and fix
4739                 TextView to use the charset from the parameter hash table
4740
4741         * src/plugins/dillo_viewer/Makefile.am
4742         * src/plugins/trayicon/Makefile.am
4743                 add OPENSSL_CFLAGS to fix building with using
4744                 --with-openssl-* parameters
4745
4746 2003-10-21 [paul]       0.9.6claws39
4747
4748         * src/prefs_matcher.[ch]
4749                 replace remnants of the old, renamed 'Execute' matchtype
4750                 add a brief description to the Info window
4751
4752 2003-10-21 [hoa]        0.9.6claws38
4753         
4754         * src/Makefile.am
4755         * src/carray.[ch]               * NEW *
4756         * src/chash.[ch]                * NEW *
4757         * src/folder.c
4758         * src/maillock.[ch]             * NEW *
4759         * src/mailmbox.[ch]             * NEW *
4760         * src/mailmbox_folder.[ch]      * NEW *
4761         * src/mailmbox_parse.[ch]       * NEW *
4762         * src/mailmbox_types.[ch]       * NEW *
4763                 implementation of mbox folder with unique message numbers
4764
4765                 made use of libEtPan! implementation of mbox for lower-layer.
4766
4767 2003-10-20 [alfons]     0.9.6claws37
4768
4769         * src/noticeview.c
4770                 fix invalid argument warning
4771         * src/pgpmime.c
4772                 no in place variable
4773
4774 2003-10-20 [paul]       0.9.6claws36
4775
4776         * src/compose.[ch]
4777           src/filtering.c
4778           src/messageview.c
4779                 fix crash when using Forward in Filtering when
4780                 external editor option is set
4781                 
4782                 Patch submitted by Simon 'corecode' Schubert
4783                 <corecode@corecode.ath.cx> 
4784
4785 2003-10-20 [paul]       0.9.6claws35
4786
4787         * src/pixmaps/mime_gpg_expired.xpm      ** REMOVED **
4788           src/pixmaps/mime_gpg_failed.xpm       ** REMOVED **
4789           src/pixmaps/mime_gpg_passed.xpm       ** REMOVED **
4790           src/pixmaps/mime_gpg_signed.xpm       ** REMOVED **
4791           src/pixmaps/mime_gpg_unknown.xpm      ** REMOVED **
4792           src/pixmaps/privacy_expired.xpm       ** NEW FILE **
4793           src/pixmaps/privacy_failed.xpm        ** NEW FILE **
4794           src/pixmaps/privacy_passed.xpm        ** NEW FILE **
4795           src/pixmaps/privacy_signed.xpm        ** NEW FILE **
4796           src/pixmaps/privacy_unknown.xpm       ** NEW FILE **
4797           src/pixmaps/privacy_warn.xpm          ** NEW FILE **
4798           src/mimeview.c
4799           src/stock_pixmap.[ch]
4800                 replace mime_gpg_*.xpm icons with new privacy_*.xpm
4801                 icons. add privacy_warn.xpm icon
4802
4803 2003-10-20 [hoa]  0.9.6claws34
4804
4805         * src/folder_item_prefs.[ch]
4806         * src/prefs_folder_item.c
4807         * src/main.c
4808                 Added a property per folder to choose whether we 
4809                 want to apply processing on it on startup or if we
4810                 prefer to wait the folder selection to apply it.
4811         
4812         * src/messageview.c
4813                 fixed C89 compatibility (for old compilers, for
4814                 example gcc 2.95.x).
4815
4816 2003-10-17 [christoph]  0.9.6claws33
4817
4818         * src/mimeview.c
4819         * src/noticeview.[ch]
4820                 change noticeview icon to indicate signature status
4821
4822 2003-10-17 [christoph]  0.9.6claws32
4823
4824         * src/Makefile.am
4825         * src/main.c
4826         * src/mimeview.c
4827         * src/noticeview.c
4828         * src/pgpmime.[ch]                              ** NEW **
4829         * src/privacy.[ch]
4830         * src/rfc2015.c
4831         * src/sgpgme.c                                  ** NEW **
4832                 reimplement PGP/Mime signature checking (unfinished)
4833
4834 2003-10-15 [christoph]  0.9.6claws31
4835
4836         * src/procmime.[ch]
4837                 fix procmime_get_text_content() and
4838                 procmime_get_first_text_content()
4839
4840 2003-10-15 [christoph]  0.9.6claws30
4841
4842         * src/plugins/spamassassin/spamassassin_gtk.c
4843         * src/plugins/spamassassin/spamassassin_gtk.glade
4844                 fix timeout tooltip
4845
4846 2003-10-15 [paul]       0.9.6claws29
4847
4848         * src/messageview.c
4849                 workaround for buggy smtp servers. on sending a
4850                 return receipt strip the name part from the address
4851                 when creating headers
4852                 
4853 2003-10-15 [paul]       0.9.6claws28
4854
4855         * sync with 0.9.7 release
4856                 see ChangeLog 2003-10-15
4857
4858 2003-10-14 [christoph]  0.9.6claws27
4859
4860         * src/plugins/clamav/clamav_plugin.c
4861                 fix clamav plugin
4862
4863 2003-10-14 [christoph]  0.9.6claws26
4864
4865         * src/compose.c
4866         * src/mimeview.c
4867         * src/procmime.[ch]
4868         * src/rfc2015.c
4869         * src/textview.c
4870         * src/plugins/clamav/clamav_plugin.c
4871                 use GNode to create the mime tree (some changes to functions
4872                 that traverse the tree are just quick and dirty. Maybe we
4873                 can find better solutions with g_node_*-functions)
4874
4875 2003-10-14 [luke]       0.9.6claws25
4876
4877         * src/mimeview.c
4878                 fix a navigation bug (stupid typo of mine)
4879
4880 2003-10-14 [christoph]  0.9.6claws24
4881
4882         * src/textview.c
4883                 fix missing last line in plain/text mails
4884
4885 2003-10-13 [luke]       0.9.6claws23
4886
4887         * src/summaryview.c
4888                 fix bug 334 (part 1)
4889
4890 2003-10-13 [kov]        0.9.6claws22
4891
4892         * src/mimeview.c
4893                 error checking when the user enters a non-directory at
4894                 the file selection dialog.
4895                 work-around for users entering directory location without
4896                 adding a leading G_DIR_SEPARATOR.
4897
4898 2003-10-13 [luke]       0.9.6claws21
4899
4900         * src/compose.c
4901                 error reporting for inserting files, including catching
4902                 invalid characters for current locale/encoding
4903
4904 2003-10-13 [paul]       0.9.6claws20
4905
4906         * src/folderview.c
4907                 fix bug #347 'subscribe newsgroups crashes'
4908
4909 2003-10-13 [paul]       0.9.6claws19
4910
4911         * src/compose.c
4912                 when using 'Reply to all' include the 'send replies
4913                 to' folder property
4914                 
4915         * po/ja.po
4916                 update Japanese translation. submitted by Rui Hirokawa 
4917                 <rui_hirokawa@ybb.ne.jp>        
4918
4919 2003-10-13 [hoa]        0.9.6claws18
4920
4921         * src/account.c
4922         * src/compose.c
4923         * src/messageview.c
4924         * src/procheader.c
4925         * src/procheader.h
4926                 rename get_header_from_msginfo() into
4927                 procheader_get_header_from_msginfo() so that we have a
4928                 coherent exported naming.
4929                 avoid parsing of header contained in a string via
4930                 a newly written temporary file.
4931
4932         Patch submitted by Simon 'corecode' Schubert
4933                 <corecode@corecode.ath.cx>
4934
4935 2003-10-12 [hoa]        0.9.6claws17
4936
4937         * src/filtering.c
4938         * src/filtering.h
4939         * src/matcher.c
4940         * src/matcher.h
4941         * src/matcher_parser_parse.y
4942         * src/prefs_filtering_action.c
4943                 added "stop" action : stop applying the filtering rules.
4944                 added "set score" and "increase/decrease score" actions.
4945                 That two last action replace the "change_score" action
4946                 introduced by alfons in 0.8.8claws85.
4947                 "set score" is to set a given score to the message.
4948                 "increase/decrease score" will increase or decrease the
4949                 score if the given value is respectively positive or
4950                 negative. If someone find a some better name for this last
4951                 rule, it can be modified.
4952
4953 2003-10-12 [paul]       0.9.6claws16
4954
4955         * AUTHORS
4956           po/ja.po
4957                 update Japanese translation. submitted by Rui Hirokawa 
4958                 <rui_hirokawa@ybb.ne.jp>
4959
4960 2003-10-12 [christoph]  0.9.6claws15
4961
4962         * src/procmime.c
4963                 fix crash caused by incorrect headers
4964
4965 2003-10-10 [christoph]  0.9.6claws14
4966
4967         * src/main.c
4968         * src/privacy.[ch]
4969         * src/rfc2015.[ch]
4970                 implement detection of signed message parts for rfc2015
4971
4972 2003-10-10 [thorsten]   0.9.6claws13
4973
4974         * src/mimeview.c
4975                 fix typo
4976
4977 2003-10-10 [christoph]  0.9.6claws12
4978
4979         * src/stock_pixmap.[ch]
4980         * src/pixmaps/mime_message.xpm                  ** NEW **
4981                 add a new icon for mime type "message"
4982
4983         * src/privacy.[ch]
4984         * src/procmime.[ch]
4985                 add crypto api
4986
4987         * src/mimeview.c
4988                 o use crypto api
4989                 o add icons for message type mime parts
4990
4991 2003-10-10 [christoph]  0.9.6claws11
4992
4993         * src/mainwindow.c
4994         * src/messageview.[ch]
4995         * src/mimeview.[ch]
4996         * src/procmime.[ch]
4997         * src/procmsg.[ch]
4998         * src/rfc2015.c
4999         * src/summaryview.c
5000         * src/textview.[ch]
5001                 o remove switching between TextView and MimeView in MessageView
5002                   (if required we can hide the icon box and the MimeView will
5003                    look exaxtly like the TextView)
5004                 o temporary remove signature and decrypting GPGME code
5005
5006 2003-10-09 [christoph]  0.9.6claws10
5007
5008         * src/action.c
5009         * src/compose.c
5010         * src/messageview.c
5011         * src/mimeview.c
5012         * src/procmime.[ch]
5013         * src/procmsg.c
5014         * src/rfc2015.c
5015         * src/textview.c
5016         * src/common/utils.[ch]
5017         * src/plugins/clamav/clamav_plugin.c
5018         * src/plugins/dillo_viewer/dillo_viewer.c
5019         * src/plugins/image_viewer/viewer.c
5020         * src/plugins/mathml_viewer/mathml_viewer.c
5021                 new mime parser (several things need fixing)
5022
5023 2003-10-09 [paul]       0.9.6claws9
5024
5025         * src/imap.c
5026                 a little more sync with 0.9.6cvs2 and a tidy up
5027
5028 2003-10-08 [paul]       0.9.6claws8
5029
5030         * sync with 0.9.6cvs2
5031                 see ChangeLog 2003-10-03
5032
5033 2003-10-05 [christoph]  0.9.6claws7
5034
5035         * src/summaryview.c
5036                 don't use flags to check if a message is in a news folder
5037
5038         (closes Bug 282 clicking on folder with copied Messages from News
5039          immediately after having copied them crashes Sylpheed-Claws)
5040
5041 2003-10-05 [christoph]  0.9.6claws6
5042
5043         * src/Makefile.am
5044         * src/progressdialog.[ch]               ** REMOVE **
5045         * src/gtk/Makefile.am
5046         * src/gtk/progressdialog.[ch]           ** NEW **
5047                 move progressdialog to gtk directory
5048
5049 2003-10-04 [christoph]  0.9.6claws5
5050
5051         * src/prefs_toolbar.c
5052         * src/gtk/prefswindow.c
5053                 remove widget_show_all for pages root widget
5054
5055         * src/plugins/spamassassin/spamassassin.[ch]
5056         * src/plugins/spamassassin/spamassassin_gtk.c
5057         * src/plugins/spamassassin/spamassassin_gtk.glade
5058                 add support for new libspamc transports
5059
5060 2003-10-04 [christoph]  0.9.6claws4
5061
5062         * src/plugins/spamassassin/libspamc.[ch]
5063         * src/plugins/spamassassin/spamassassin.c
5064         * src/plugins/spamassassin/utils.[ch]
5065                 update libspamc to version from SpamAssassin 2.60
5066
5067 2003-10-03 [christoph]  0.9.6claws3
5068
5069         * src/send_message.c
5070                 fix missing format string bug found by
5071                 Georgi Guninski <guninski@guninski.com>
5072
5073 2003-10-03 [paul]       0.9.6claws2
5074
5075         * po/zh_CN.po
5076                 update Simpilified Chinese translation, submitted by
5077                 Hansom Young
5078
5079 2003-10-02 [christoph]  0.9.6claws1
5080
5081         * src/imap.c
5082                 add UIDPLUS support for COPY and EXPUNGE
5083
5084 2003-10-02 [paul]       0.9.6claws
5085
5086         * 0.9.6claws released
5087
5088 2003-10-02 [paul]
5089
5090         * po/es.po
5091           po/sk.po
5092                 update Spanish and Slovak translations
5093                 submitted by Ricardo Mones Lastra and Andrej Kacian
5094  
5095 2003-10-02 [paul]       0.9.5claws43
5096
5097         * po/en_GB.po
5098                 update British English translation
5099
5100 2003-10-02 [paul]       0.9.5claws42
5101
5102         * po/hr.po
5103                 update Croatian translation, submitted by Dragan
5104
5105 2003-10-01 [paul]       0.9.5claws41
5106
5107         * po/pl.po
5108           po/sr.po
5109                 update Polish and Serbian translations, submitted by
5110                 Emil and Urke MMI
5111
5112 2003-10-01 [melvin]     0.9.5claws40
5113
5114         * po/fr.po
5115                 Updated French translations
5116
5117 2003-10-01 [melvin]     0.9.5claws39
5118
5119         * src/prefs_fonts.c
5120                 Fixed a Gtk warning
5121
5122         * src/plugins/dillo_prefs.c     
5123                 Quasi unnoticeable UI clean-up.
5124
5125 2003-10-01 [paul]
5126
5127         * tools/README
5128           tools/maildir2sylpheed.pl
5129                 bug fixes, rewrites, submitted by Matthias Förste 
5130                 <itsjustme@users.sourceforge.net>
5131
5132 2003-09-29 [paul]       0.9.5claws38
5133
5134         * src/inc.c
5135                 fix my coding carelessness
5136
5137 2003-09-29 [paul]       0.9.5claws37
5138
5139         * po/POTFILES.in
5140           src/Makefile.am
5141           src/main.c
5142           src/prefs_common.[ch]
5143           src/prefs_fonts.[ch]  ** NEW FILES **
5144                 move Font config options to Other Prefs/Display/Fonts
5145                 (user's current configuration is preserved)
5146
5147 2003-09-29 [paul]       0.9.5claws36
5148
5149         * src/inc.c
5150           src/prefs_account.c
5151                 allow 'local_mbox' value to point to either a directory 
5152                 (/var/mail -  default, new) or a file (/var/mail/username
5153                 - original)
5154
5155 2003-09-28 [paul]       0.9.5claws35
5156
5157         * src/rfc2015.c
5158                 on signature check, where key exists, print the
5159                 Key ID
5160
5161 2003-09-27 [alfons]     0.9.5claws34
5162
5163         * src/action.c
5164                 o make progress bar not fill/expand when resizing dialog
5165                 o use default fixed text font for actions output
5166
5167 2003-09-27 [paul]       0.9.5claws33
5168
5169         * src/prefs_common.[ch]
5170           src/procmsg.c
5171           src/send_message.c
5172                 remove External Program settings from Common Prefs/Send
5173                 as they are now unnecessary due to Local account settings.
5174                 plus a little tidying-up after 0.9.5claws31
5175
5176 2003-09-27 [paul]       0.9.5claws32
5177
5178         * src/prefs_account.c
5179                 o make correction to gui text:
5180                   'Local mailbox file' -> 'Local mailbox directory'
5181                 o give 'local_mbox' option a reasonable default value:
5182                   '/var/mail'
5183                 o use 'DEFAULT_SENDMAIL_CMD' as default 'mail_command'
5184                   value
5185
5186 2003-09-26 [paul]       0.9.5claws31
5187
5188         * src/inc.c
5189           src/prefs_common.[ch]
5190                 remove 'Incorporate from spool' common pref,
5191                 force creation of a 'Local' account
5192
5193 2003-09-26 [christoph]  0.9.5claws30
5194
5195         * src/folder.c
5196         * src/msgcache.c
5197                 add more NULL pointer checks
5198
5199 2003-09-25 [christoph]  0.9.5claws29
5200
5201         * src/folder.c
5202                 o don't fetch source message to get it's message id
5203                 o immediately scan dest folder when copying a message did not
5204                   return a new message number and not do it when the first message
5205                   without a new message number is found
5206
5207 2003-09-23 [christoph]  0.9.5claws28
5208
5209         * src/compose.c
5210                 fix generating of headers
5211
5212         (patch by David Relson <relson@osagesoftware.com>)
5213
5214 2003-09-23 [paul]       0.9.5claws27
5215
5216         * po/zh_CN.po
5217                 update Simplified Chinese translation. submitted by
5218                 Hansom Young
5219
5220 2003-09-23 [paul]       0.9.5claws26
5221
5222         * tools/Makefile.am
5223           tools/README
5224           tools/vcard2xml.py    ** NEW FILE **
5225                 add a script that converts an evolution vcard to
5226                 sylpheed's xml format
5227                 submitted by Bogdan Sumanariu <bsumanariu@one5.ro>
5228
5229 2003-09-22 [paul]       0.9.5claws25
5230
5231         * src/plugins/clamav/clamav_plugin.c
5232                 don't skip MULTIPART parts
5233
5234 2003-09-21 [christoph]  0.9.5claws24
5235
5236         * src/alertpanel.c
5237                 remove unneeded include
5238
5239         * src/folder.c
5240                 clean up copy/move mess with duplicated code
5241
5242         * src/imap.c
5243                 fix problem that sometimes the folder was not scanned
5244                 also it was changed
5245
5246 2003-09-21 [christoph]  0.9.5claws23
5247
5248         * src/Makefile.am
5249         * src/logwindow.[ch]                    ** REMOVE **
5250         * src/mainwindow.c
5251         * src/prefs_common.c
5252         * src/gtk/Makefile.am
5253         * src/gtk/logwindow.[ch]                ** ADD **
5254                 make logwindow prefs_common independent and move
5255                 it to gtk directory
5256
5257 2003-09-20 [christoph]  0.9.5claws22
5258
5259         * src/compose.c
5260                 add extra space for address code conversion
5261                 (4 * unconvered size could be too small for short headers)
5262
5263 2003-09-20 [christoph]  0.9.5claws21
5264
5265         * src/compose.c
5266                 increase temp buffer size when writing headers
5267
5268 2003-09-19 [darko]      0.9.5claws20
5269
5270         * src/compose.c
5271                 don't ignore value of 'Save copy of outgoing messages to
5272                 this folder instead of Sent' in message redirect
5273
5274 2003-09-17 [christoph]  0.9.5claws19
5275
5276         * src/compose.c
5277                 use ", " as address seperator for mail headers and pass whole
5278                 header line at once to compose_convert_header to make sure
5279                 it is correctly folded
5280
5281         (closes Bug 64 Problem when sending to many recipients)
5282
5283 2003-09-17 [hoa]        0.9.5claws18
5284         
5285         * src/matcher.[ch]
5286           src/matcher_parser_parse.y
5287           src/prefs_matcher.c
5288                 changed the keyword used for command execution in condition
5289                 keyword is changed from "execute" to "test"
5290                 so that it is not the same as the one used for action.
5291                 This will fix a bug when using filtering dialog.
5292                 All semantic in the code is also changed to reflect
5293                 the keyword change.
5294
5295 2003-09-17 [paul]
5296         
5297         * sync with 0.9.6 release
5298
5299 2003-09-17 [paul]       0.9.5claws17
5300
5301         * sync with 0.9.5cvs8
5302                 see ChangeLog 2003-09-16 and 2003-09-17
5303
5304 2003-09-16 [paul]       0.9.5claws16
5305
5306         * sync with 0.9.5cvs6
5307                 see ChangeLog 2003-09-16
5308
5309 2003-09-15 [paul]       0.9.5claws15
5310
5311         * sync with 0.9.5cvs5
5312                 see ChangeLog 2003-09-15
5313
5314 2003-09-14 [alfons]     0.9.5claws14
5315
5316         * src/inc.c
5317                 make "Go to inbox after receiving new mail" again;
5318                 regression of a sync, restored to sylpheed main 
5319                 behaviour. (misses still some bits)
5320
5321 2003-09-14 [alfons]     0.9.5claws13
5322
5323         * src/prefs_filtering_action.c
5324                 o add proper message if empty execute command line
5325                 o don't select first action item after registering a
5326                   new action to prevent (what seems to be a GTK) bug
5327                   #36, "filtering will only accept one action change 
5328                   per invocation".
5329
5330 2003-09-14 [alfons]     0.9.5claws12
5331
5332         * src/prefs_filtering.c
5333         * src/prefs_filtering_action.c
5334         * src/prefs_matcher.c
5335                 fix function signature for key_pressed_event signal handlers
5336
5337 2003-09-14 [alfons]     0.9.5claws11
5338
5339         * src/mainwindow.c
5340                 fix regression caused by fix for invalid bug #7
5341                 (should fix #246, "Multiple selections are deselected when 
5342                 moving from search window to main window")
5343                 
5344 2003-09-14 [alfons]     0.9.5claws10
5345         
5346         * src/actions.[ch]
5347         * src/filtering.[ch]
5348         * src/prefs_actions.c
5349                 allow `filtering actions` in actions; only for advanced users
5350                 right now: try for example, "%as{mark color 2}" 
5351         
5352 2003-09-13 [paul]       0.9.5claws9
5353         
5354         * po/pl.po
5355           po/zh_CN.po   ** NEW FILE **
5356                 update Polish translation, submitted by Emil 
5357                 <eminowbl@posejdon.wpk.p.lodz.pl>
5358                 add new Simplified Chinese translation, submitted by
5359                 Hansom Young <hansom_young@yahoo.com>
5360
5361 2003-09-12 [alfons]     0.9.5claws8
5362
5363         * src/summaryview.c
5364                 don't open separate message views when View | Separate message view
5365                 is active 
5366                 (please look carefully for any navigation regressions)
5367
5368 2003-09-11 [alfons]     0.9.5claws7
5369
5370         * src/mainwindow.c
5371                 make default message view, opened by View | Separate message 
5372                 view, look like a claws message view (which includes a menu
5373                 bar and a toolbar)
5374                 (fixes bug #298, "message view loses tool bar") 
5375
5376 2003-09-11 [christoph]  0.9.5claws6
5377
5378         * src/folderview.c
5379                 fix double deleting of newsgroup folders
5380
5381         (closes Bug 305 crash after deleting of a newsgroup)
5382
5383 2003-09-11 [paul]       0.9.5claws5
5384
5385         * src/rfc2015.c
5386           src/common/utils.h
5387                 more sync'ing from 0.9.5cvs2
5388
5389 2003-09-11 [christoph]  0.9.5claws4
5390
5391         * src/compose.c
5392         * src/rfc2015.c
5393         * src/common/utils.h
5394                 fix sync with 0.9.5cvs2
5395
5396 2003-09-11 [paul]       0.9.5claws3
5397
5398         * sync with 0.9.5cvs4
5399                 see ChangeLog 2003-09-11
5400
5401 2003-09-11 [paul]       0.9.5claws2
5402
5403         * sync with 0.9.5cvs2
5404                 see ChangeLog 2003-09-05
5405                 
5406 2003-09-11 [paul]       0.9.5claws1
5407
5408         * sync with 0.9.5cvs3
5409                 see ChangeLog 2003-09-10
5410
5411 2003-09-10 [paul]       0.9.5claws
5412
5413         * 0.9.5claws released
5414
5415 2003-09-10 [paul]       0.9.4claws78
5416
5417         * src/Makefile.am
5418                 add missing files
5419
5420 2003-09-10 [melvin]     0.9.4claws77
5421
5422         * po/fr.po
5423                 Updated French translations
5424
5425 2003-09-10 [paul]       0.9.4claws76
5426
5427         * po/es.po
5428           po/sk.po
5429           po/sr.po
5430                 update Spanish, Slovak, and Serbian translations.
5431                 submitted by Ricardo Mones Lastra, Andrej Kacian,
5432                 and Urke MMI
5433                 
5434         * AUTHORS
5435                 add translation team section
5436
5437 2003-09-09 [christoph]  0.9.4claws75
5438
5439         * src/folder.c
5440                 free item->prefs in folder_item_destroy
5441
5442 2003-09-09 [alfons]     0.9.4claws74
5443
5444         * src/folderview.c
5445                 o proper check for root node sorting
5446                 o remove unnecessary gtk_ctree_remove_node 
5447
5448         (should fix bug #300, "crash while moving folder")      
5449
5450 2003-09-08 [christoph]  0.9.4claws73
5451
5452         * src/folderview.c
5453                 o fix double adding of IMAP FolderItems to GtkCTree
5454                 o fix crash then mbox folder is removed
5455
5456 2003-09-08 [christoph]  0.9.4claws72
5457
5458         * src/folder.c
5459         * src/folderview.c
5460         * src/mainwindow.c
5461                 fix new folder notification
5462
5463         * src/mbox_folder.c
5464                 fix cache path
5465
5466 2003-09-08 [christoph]  0.9.4claws71
5467
5468         * src/compose.c
5469                 replace '\n' and '\r' before removing trailing spaces
5470
5471         * src/folder.[ch]
5472         * src/folderview.c
5473                 add information about new or removed items in folder tree change
5474                 notification and use this in folderview to add and remove only
5475                 the appected items and not refresh the whole tree
5476
5477 2003-09-07 [match]      0.9.4claws70
5478
5479         * src/Makefile.am
5480         * src/addr_compl.c
5481         * src/addressbook.c
5482         * src/addressitem.h
5483         * src/addrindex.c
5484         * src/addritem.c
5485         * src/addritem.h
5486         * src/addrquery.c                       ** NEW **
5487         * src/addrquery.h
5488         * src/ldapquery.c
5489         * src/ldapserver.c
5490         * src/stock_pixmap.c
5491         * src/stock_pixmap.h
5492         * src/pixmaps/address_search.xpm        ** NEW **
5493                 re-introduce Lookup button for LDAP 'static' searches.
5494
5495 2003-09-07 [alfons]     0.9.4claws69
5496         
5497         * src/summaryview.c
5498                 abandon setting usize for messageview because it gives layout problems
5499                 with the quick search bar and the headerview; fixes assorted UI glitches:
5500                 
5501                 o bug #148, "Toggling of quick-search bar reduces index view area" 
5502                 o bug #280, "Window resiizes for line length but does not revert"
5503
5504 2003-09-07 [christoph]  0.9.4claws68
5505
5506         * src/compose.c
5507                 o make sure we don't have any newlines in header values
5508                 o check custom headers for spaces and newlines and ignore
5509                   malformed header names
5510
5511 2003-09-06 [christoph]  0.9.4claws67
5512
5513         * src/folder.c
5514         * src/folderview.c
5515                 invoke notification hook for folder tree changes after append
5516                 and remove folder
5517
5518         (closes Bug 294 Crash while moving folder with many subdirectories)
5519
5520 2003-09-06 [christoph]  0.9.4claws66
5521
5522         * src/folder.c
5523                 destroy folder's MsgCache if FolderItem is removed to make sure
5524                 it is not saved when the FolderItem is destroyed
5525
5526 2003-09-06 [christoph]  0.9.4claws65
5527
5528         * src/plugins/clamav/clamav_plugin.c
5529                 fix copy & paste bug
5530
5531 2003-09-05 [christoph]  0.9.4claws64
5532
5533         * src/folder.c
5534         * src/messageview.[ch]
5535         * src/procmsg.[ch]
5536         * src/summaryview.c
5537                 extend MSGINFO_UPDATE_HOOK to send delete notifications. Used
5538                 by MessageView to clear it when the message is deleted. Should
5539                 work even if messages are deleted in MainWindow or by
5540                 processing.
5541
5542 2003-09-05 [alfons]     0.9.4claws63
5543
5544         * src/messageview.c
5545                 deleting a message in a message view frees its msginfo, make 
5546                 messageview_update_all() aware of that (should fix bug #293,
5547                 "deleting message caused crash")
5548
5549 2003-09-05 [melvin]     0.9.4claws62
5550
5551         * src/action.c
5552                 Improve synchronous action exit code (fixes 
5553                 a ~5 seconds delay after action exit on RedHat 9)
5554
5555 2003-09-04 [christoph]  0.9.4claws61
5556
5557         * src/compose.c
5558         * src/rfc2015.c
5559         * src/common/utils.[ch]
5560                 add util function to create mime boundary and use it
5561                 in compose and gpg code
5562
5563 2003-09-04 [alfons]     0.9.4claws60
5564
5565         * src/folder.c
5566                 source folder item's GNode should already have been freed in 
5567                 a previous call to src->folder->klass->remove_folder()
5568                 (should fix bug #287, "crash when moving folders")
5569
5570 2003-09-03 [thorsten]   0.9.4claws59
5571
5572         * src/plugins/spamassassin/spamassassin_gtk.c
5573                 fix compile error
5574
5575 2003-09-03 [christoph]  0.9.4claws58
5576
5577         * src/plugins/spamassassin/spamassassin.[ch]
5578         * src/plugins/spamassassin/spamassassin_gtk.c
5579                 add timeout config option
5580
5581 2003-09-03 [paul]       0.9.4claws57
5582
5583         * po/sk.po      ** NEW FILE **
5584                 add Slovak translation. Submitted by Andrej Kacian 
5585                 <andrej@kacian.sk>
5586
5587 2003-09-03 [paul]       0.9.4claws56
5588
5589         * src/plugins/clamav/clamav_plugin_gtk.c
5590                 gui tweaks: replace a label with a tooltip, modify the
5591                 text, use gtk_check_button_new(); instead of
5592                 gtk_check_button_new_with_label("");
5593
5594 2003-09-02 [alfons]     0.9.4claws55
5595
5596         * src/gtk/filesel.c
5597                 remember last used dir when attaching multiple files (should fix
5598                 bug #290, "Attach File does not remember directory")
5599
5600 2003-09-01 [paul]       0.9.4claws54
5601
5602         * po/es.po
5603                 updated by Ricardo Mones Lastra
5604
5605 2003-09-01 [alfons]     0.9.4claws53
5606
5607         * src/gtk/gtkaspell.[ch]
5608                 be pedantic and strict and use const gchar * instead of guchar *
5609
5610 2003-09-01 [alfons]     0.9.4claws52
5611
5612         * src/mainwindow.c
5613         * src/summaryviewc.
5614                 re-enable Save As when multiple messages are selected
5615
5616 2003-09-01 [paul]       0.9.4claws51
5617
5618         * src/textview.c
5619                 g_free(trimmed_uri);
5620
5621 2003-09-01 [paul]       0.9.4claws50
5622
5623         * sync with 0.9.4cvs13
5624                 see ChangeLog 2003-09-01
5625
5626 2003-09-01 [paul]       0.9.4claws49
5627
5628         * src/textview.c
5629                 trim uri before sending to the statusbar
5630                 fixes Bug 275 'Clicking on long URL wrapped onto two lines
5631                 in the message window causes main S-C window to enlarge 
5632                 past screen edges'
5633
5634 2003-09-01 [paul]       0.9.4claws48
5635
5636         * sync with 0.9.4cvs12
5637                 see ChangeLog 2003-09-01
5638
5639 2003-08-30 [christoph]  0.9.4claws47
5640
5641         * src/compose.c
5642         * src/folder_item_prefs.[ch]
5643         * src/prefs_folder_item.c
5644         * src/gtk/gtkaspell.[ch]
5645                 commit per folder dictionary patch by
5646                 Paul Evans <nerd@freeuk.com>
5647
5648 2003-08-30 [christoph]  0.9.4claws46
5649
5650         * src/plugins/spamassassin/spamassassin_gtk.c
5651         * src/plugins/spamassassin/spamassassin_gtk.glade
5652                 reduce GUI clutter by placing hints into tooltips
5653
5654 2003-08-30 [paul]       0.9.4claws45
5655
5656         * src/compose.c
5657                 add 'Content-Disposition: inline' to a text/plain
5658                 part when using PGP/MIME signing
5659
5660 2003-08-30 [paul]       0.9.4claws44
5661
5662         * src/prefs_common.c
5663           src/prefs_spelling.c
5664           src/prefs_spelling.glade
5665                 reduce GUI clutter by placing hints into tooltips
5666
5667 2003-08-29 [christoph]  0.9.4claws43
5668
5669         * configure.ac
5670                 fix bug found by Ivan Rayner <ivanr@sgi.com>
5671
5672         * src/stock_pixmap.c
5673                 change unecessary warning into a debug message
5674
5675         * src/plugins/clamav/Makefile.am
5676                 Fix error "-I$(CLAMAV_LIBS)"
5677
5678 2003-08-29 [christoph]  0.9.4claws42
5679
5680         * intl/Makefile.in
5681         * src/Makefile.am
5682         * src/matcher.h
5683         * src/common/Makefile.am
5684         * src/common/passcrypt.c
5685                 commit fixes and patches for some of the IRIX problems found by
5686                 Ivan Rayner <ivanr@sgi.com>
5687
5688 2003-08-29 [paul]       0.9.4claws41
5689
5690         * src/prefs_filtering.c
5691                 add 'Top' and 'Bottom' buttons, based on changes in
5692                 src/prefs_filter.c in 0.9.4cvs11.
5693
5694 2003-08-27 [christoph]  0.9.4claws40
5695
5696         * src/folderview.c
5697                 fix bug that the current summary settings were copied to the
5698                 wrong folder item, when the folder item prefs are opened.
5699                 Copying is not required because summary settings and
5700                 folder_item_prefs do not contain the same settings
5701
5702 2003-08-27 [thorsten]   0.9.4claws39
5703
5704         * src/imap.c
5705                 fix compile error
5706
5707 2003-08-26 [paul]       0.9.4claws38
5708
5709         * sync with 0.9.4cvs9
5710                 see ChangeLog 2003-08-26
5711
5712 2003-08-25 [paul]       0.9.4claws37
5713
5714         * sync with 0.9.4cvs8
5715                 see ChangeLog 2003-08-25
5716
5717 2003-08-24 [christoph]  0.9.4claws36
5718
5719         * src/prefs_filtering.c
5720                 shouldn't remove items from a GSList while iterating over the
5721                 list (makes cur invalid and cur->next not accessable)
5722
5723         (closes Bug 272 i deleted an folder and some seconds later sylpheed
5724          crashed)
5725
5726 2003-08-23 [christoph]  0.9.4claws35
5727
5728         * src/news.c
5729                 news folders should be scanned when opened
5730
5731 2003-08-22 [christoph]  0.9.4claws34
5732
5733         * src/prefs_folder_item.c
5734                 use macro to assign strings that always frees the old string
5735
5736         * src/gtk/gtkaspell.[ch]
5737                 add gtkaspell_set_dictionary_menu_active_item() to set active
5738                 item in dictionary option menu
5739
5740         * src/prefs_spelling.c
5741                 use gtkaspell_set_dictionary_menu_active_item() to select
5742                 dictionary
5743
5744 2003-08-21 [christoph]  0.9.4claws33
5745
5746         * src/folder.[ch]
5747         * src/imap.c
5748         * src/mbox_folder.c
5749         * src/mh.c
5750         * src/news.c
5751                 optimize folder system
5752
5753         * src/gtk/gtkstext.c
5754                 fix division by zero when font has 0 width for ' '
5755
5756 2003-08-21 [paul]       0.9.4claws32
5757
5758         * sync with 0.9.4cvs7
5759                 see ChangeLog 2003-08-20
5760
5761 2003-08-19 [paul]       0.9.4claws31
5762
5763         * src/common/defs.h
5764                 add the missing '/' to SYLDOC_MANUAL_HTML_INDEX and
5765                 SYLDOC_FAQ_HTML_INDEX.
5766         * src/manual.c
5767                 use LC_MESSAGES instead of LC_ALL to find the current
5768                 language
5769
5770           fixes Bug #281 'in src/manual.c URL for manuals and FAQ wrong'.
5771
5772 2003-08-19 [paul]       0.9.4claws30
5773
5774         * po/bg.po
5775                 updated by George Danchev
5776
5777 2003-08-18 [luke]       0.9.4claws29
5778         * src/mimeview.[ch]
5779         * src/gtk/gtkvscrollbutton.[ch]
5780                 o removed gtk_vscrollbutton_reset() (reasons: reduce 
5781                   dependencies; do it the GTK way; reduce code -14/+2 lines)
5782                 o removed horizontal separator between icons
5783
5784 2003-08-17 [christoph]  0.9.4claws28
5785
5786         * src/procmsg.c
5787                 no subject threading when the subject has no reply prefix
5788
5789 2003-08-16 [christoph]  0.9.4claws27
5790
5791         * src/mainwindow.c
5792                 remember and restore window sizes and position when the main
5793                 window is hidden or shown
5794
5795         (closes Bug 274 Window size in 0.9.4claws18 not remembered when
5796          minimised/reopened using trayicon)
5797
5798 2003-08-16 [paul]       0.9.4claws26
5799
5800         * src/crash.c
5801                 add #include "defs.h"
5802
5803 2003-08-16 [paul]       0.9.4claws25
5804
5805         * src/plugins/clamav/clamav_plugin.c
5806                 reword a debug_print
5807                 
5808         * src/plugins/dillo_viewer/dillo_prefs.c
5809                 cosmetic: change the labels' text, add tooltips, and
5810                 left-align the hint
5811
5812 2003-08-15 [christoph]  0.9.4claws24
5813
5814         * src/news.c
5815                 complete last change (forgot some changes)
5816
5817 2003-08-15 [christoph]  0.9.4claws23
5818
5819         * src/news.c
5820                 o check number of messages and don't return a 0 message
5821                   when no messages are available
5822                 o don't parse xref header anymore
5823
5824         (closes Bug 203 I'm not getting any news)
5825
5826 2003-08-15 [paul]       0.9.4claws22
5827
5828         * src/common/defs.h
5829           src/crash.c
5830                 update and define claws bugzilla location
5831
5832 2003-08-15 [paul]       0.9.4claws21
5833
5834         * po/ru.po
5835                 update submitted by Ruslan N. Balkin
5836
5837 2003-08-14 [christoph]  0.9.4claws20
5838
5839         * src/procmsg.c
5840                 fix search for oldest node in subject threading
5841
5842 2003-08-14 [christoph]  0.9.4claws19
5843
5844         * src/procmsg.c
5845         * src/common/utils.h
5846                 add possibility to check all nodes with the same subject for
5847                 subject threading, not only the oldest node. Should not break
5848                 threads anymore if the oldest node is thread_by_subject_max_age
5849                 days older then parent, because it can now find a child of
5850                 oldest node as new parent.
5851
5852 2003-08-11 [christoph]  0.9.4claws18
5853
5854         * src/plugins/spamassassin/spamassassin.c
5855                 run spam check in background process
5856
5857 2003-08-10 [alfons]     0.9.4claws17
5858
5859         * src/summaryview.c
5860                 make `Select All' sensitive too
5861
5862 2003-08-10 [christoph]  0.9.4claws16
5863
5864         * src/imap.c
5865                 add more checks in imap_close
5866
5867 2003-08-09 [alfons]     0.9.4claws15
5868
5869         * src/prefs_spelling.c
5870                 no spell checking UI if not requested
5871
5872 2003-08-09 [alfons]     0.9.4claws14
5873
5874         * src/gtk/prefswindow.c
5875                 make it compile
5876
5877 2003-08-09 [christoph]  0.9.4claws13
5878
5879         * src/prefs_spelling.c
5880         * src/gtk/prefswindow.[ch]
5881         * src/plugins/clamav/clamav_plugin_gtk.c
5882         * src/plugins/spamassassin/spamassassin_gtk.c
5883                 sort prefs pages by heighest weight in tree
5884
5885 2003-08-09 [paul]       0.9.4claws12
5886
5887         * sync with 0.9.4cvs6
5888                 see ChangeLog 2003-08-07
5889                 
5890         * AUTHORS
5891                 add Leandro and Luke to claws-branch section
5892
5893 2003-08-09 [christoph]  0.9.4claws11
5894
5895         * src/gtk/Makefile.am
5896         * src/gtk/colorsel.[ch]                 ** NEW **
5897                 create a color selection dialog that can be used as a simple
5898                 function call with it's own gtk main loop like filesel.[ch]
5899
5900         * src/Makefile.am
5901         * src/main.c
5902         * src/prefs_common.c
5903         * src/prefs_spelling.[ch]               ** NEW **
5904         * src/prefs_spelling.glade              ** NEW **
5905         * src/gtk/gtkutils.[ch]
5906                 move "Spell Checker" prefs to new prefs dialog
5907
5908         * src/prefs_folder_item.c
5909                 use new colorsel dialog
5910
5911 2003-08-08 [paul]       0.9.4claws10
5912
5913         * src/inc.c
5914                 clear the progress bar unconditionally
5915
5916 2003-08-08 [paul]       0.9.4claws9
5917
5918         * sync with 0.9.4cvs4
5919                 see ChangeLog 2003-07-31
5920
5921 2003-08-07 [christoph]  0.9.4claws8
5922
5923         * configure.ac
5924                 fix bug in image viewer plugin part
5925
5926         * src/imap.c
5927                 don't execute close command if the folder item is not selected
5928
5929 2003-08-07 [hoa]        0.9.4claws7
5930
5931         * src/filtering.[ch]
5932         * src/matcher_parser.h
5933         * src/matcher_parser_parse.y
5934                 can define several actions for each filtering rule
5935                 can import old versions of filtering rules
5936
5937         * src/prefs_filtering.c
5938                 call to a new dialog box to define actions
5939
5940         * src/prefs_filtering_action.[ch]
5941                 dialog box to define actions for filtering rules
5942
5943 2003-08-06 [christoph]  0.9.4claws6
5944
5945         * src/imap.c
5946                 make sure source folder is selected when copying messages
5947
5948 2003-08-06 [christoph]  0.9.4claws5
5949
5950         * sync with 0.9.4cvs2
5951                 see ChangeLog 2003-07-29                
5952
5953 2003-08-05 [paul]       0.9.4claws4
5954
5955         * sync with 0.9.4cvs3
5956                 see ChangeLog 2003-07-30
5957
5958 2003-08-04 [match]      0.9.4claws3
5959
5960         * po/POTFILES.in
5961                 export of LDIF files.
5962
5963 2003-08-04 [match]      0.9.4claws2
5964
5965         * src/ldif.[ch]
5966                 support for export LDIF. documented.
5967         * src/importldif.[ch]
5968         * src/exportldif.[ch]
5969                 add tooltips. documented.
5970         * src/exphtmldlg.[ch]
5971         * src/common/xmlprops.[ch]
5972                 documented.
5973         * src/exportldif.[ch]                   ** NEW **
5974         * src/expldifdlg.[ch]                   ** NEW **
5975         * src/addressbook.[ch]
5976         * src/Makefile.am
5977                 export of LDIF files.
5978                 documented.
5979
5980 2003-08-04 [christoph]  0.9.4claws1
5981
5982         * .cvsignore
5983         * Makefile.am
5984         * configure.ac
5985         * sylpheed-claws.pc.in                  ** NEW **
5986         * src/Makefile.am
5987         * src/common/Makefile.am
5988         * src/gtk/Makefile.am
5989                 install sylpheed header files in $(pkgincludedir) and create a
5990                 pkg-config file to allow building a plugin without the source
5991                 package
5992
5993 2003-08-04 [paul]       0.9.4claws
5994
5995         * version 0.9.4claws
5996
5997 2003-08-04 [paul]       0.9.3claws97
5998
5999         * po/es.po
6000                 update Spanish translation. Submitted by Ricardo
6001                 Mones Lastra.
6002
6003 2003-08-03 [paul]       0.9.3claws96
6004
6005         * po/hr.po
6006           po/sr.po
6007                 update Croatian and Serbian translations. Submitted by
6008                 Dragan and Urke MMI respectively
6009
6010 2003-08-03 [alfons]     0.9.3claws95
6011
6012         * src/summaryview.c
6013                 mark flag has precedence over important flag - seems
6014                 to have been changed in sync of 0.9.3claws45. this fixes
6015                 a regression where messages that were scored as important
6016                 don't show their mark flags. (using the same column for
6017                 both importance as mark flags is the real problem
6018                 ofcourse)
6019
6020 2003-08-03 [melvin]     0.9.3claws94
6021
6022         * po/fr.po
6023                 Updated French translations.
6024
6025 2003-08-03 [melvin]     0.9.3claws93
6026
6027         * src/Makefile.am
6028                 Fixed typo introduced after 0.9.3claws92 
6029                 that prevented compilation
6030                 Updated to use AM_CPPFLAGS and AM_YFLAGS instead of
6031                 CPPFLAGS and YFLAGS to allow user setting these.
6032         * src/common/Makefile.am
6033         * src/gtk/Makefile.am
6034         * src/plugins/clamav/Makefile.am
6035         * src/plugins/demo/Makefile.am
6036         * src/plugins/dillo_viewer/Makefile.am
6037         * src/plugins/image_viewer/Makefile.am
6038         * src/plugins/mathml_viewer/Makefile.am
6039         * src/plugins/spamassassin/Makefile.am
6040         * src/plugins/trayicon/Makefile.am
6041         * src/plugins/trayicon/libeggtrayicon/Makefile.am
6042                 Updated to use AM_CPPFLAGS and AM_YFLAGS instead of
6043                 CPPFLAGS and YFLAGS to allow user setting these.
6044
6045 2003-08-02 [christoph]  0.9.3claws92
6046
6047         * configure.ac
6048                 o rearrange plugin tests
6049                 o add test for clamav.h to ClamAV tests
6050
6051 2003-08-02 [luke]       0.9.3claws91
6052
6053         * src/mimeview.c
6054                 o fixed appearance of icon list when toggling back from the 
6055                   ctree
6056                 o toggling of icons using the keyboard works correctly
6057                 o fixed all other keyboard shortcuts to work when icons are
6058                   active
6059         
6060         * src/messageview.c
6061                 o fixed bug 4 - focus lost when changing messageview view type
6062
6063 2003-08-02 [christoph]  0.9.3claws90
6064
6065         * src/common/hooks.c
6066                 fix crash when pointer stored in hash table could get invalid
6067                 when a plugin is unloaded
6068
6069 2003-08-01 [christoph]  0.9.3claws89
6070
6071         * configure.ac
6072                 o try to build all plugins (except spamassassin) by default
6073                 o don't build a plugin if a dependency check fails
6074
6075         * src/common/hooks.c
6076                 fix warning
6077
6078 2003-08-01 [match]      0.9.3claws88
6079
6080         * src/importldif.c
6081                 allow single click field selection. document code.
6082
6083 2003-08-01 [christoph]  0.9.3claws87
6084
6085         * src/plugins/clamav/clamav_plugin.c
6086         * src/plugins/clamav/clamav_plugin_gtk.c
6087         * src/plugins/dillo_viewer/dillo_viewer.c
6088         * src/plugins/image_viewer/plugin.c
6089         * src/plugins/mathml_viewer/mathml_viewer.c
6090         * src/plugins/spamassassin/spamassassin.c
6091         * src/plugins/spamassassin/spamassassin_gtk.c
6092         * src/plugins/trayicon/trayicon.c
6093                 add version check to all plugins
6094
6095 2003-08-01 [hoa]        0.9.3claws86
6096
6097         * src/prefs_filtering.c
6098                 fixed a cosmetic bug, during creation of dialog box,
6099                 wrong widgets were shown after creation.
6100
6101 2003-08-01 [luke]       0.9.3claws85
6102
6103         * src/mainwindow.c
6104                 o fixed visibility of icons/mimeview after toggling separate
6105                   message/folder view (factored out some similar code too).
6106
6107
6108 2003-07-31 [alfons]     0.9.3claws84
6109
6110         * src/mimeview.c
6111                 tweak icon box UI a bit more, now allowing right-clicks actions
6112                 getting the relevant mime data too; should fix #250, "Can't save 
6113                 attachments sometimes".
6114
6115 2003-07-30 [alfons]     0.9.3claws83
6116
6117         * src/compose.c
6118                 don't do auto-save-draft inside key press handler, but rather
6119                 schedule it half of a second later; should fix #67, "autosave 
6120                 make re-rediting message crazy"
6121
6122 2003-07-30 [christoph]  0.9.3claws82
6123
6124         * src/plugins/trayicon/trayicon.c
6125                 process pending events before unloading the plugin
6126
6127         (closes Bug 196 Unloading Trayicon plugin crashes Sylpheed-Claws)
6128
6129 2003-07-30 [alfons]     0.9.3claws81
6130
6131         * src/common/hooks.c
6132                 parameter 2 of g_hook_destroy() should really be a hook id
6133
6134 2003-07-30 [alfons]     0.9.3claws80
6135
6136         * src/common/plugin.c
6137                 fix a possibly harmful function signature mismatch 
6138                 for plugin_done
6139
6140 2003-07-30 [alfons]     0.9.3claws79
6141
6142         * src/common/hooks[.ch]
6143                 const correctness
6144
6145 2003-07-30 [darko]      0.9.3claws78
6146
6147         * src/summaryview.c
6148                 make it compile again
6149
6150 2003-07-30 [luke]       0.9.3claws77
6151
6152         * src/crash.c
6153         * src/main.c
6154                 o added/moved signal handlers for SIGTERM (normal kill command) 
6155                   and SIGINT (ctl-c) to be used even without 
6156                   --enable-crash-dialog, fixing bug 166
6157
6158         * src/summaryview.c
6159                 o rewrote menu sensitivity code as per mainwindow.c, fixing 
6160                   bug 227
6161
6162         * src/mainwindow.c
6163                 o changed sensitivity condition for 'Next new' and 'Next 
6164                   unread', fixing bug 8
6165
6166 2003-07-29 [alfons]     0.9.3claws76
6167
6168         * src/common/utils.[ch]
6169                 add generate_msgid()
6170         * src/messageview.c
6171                 save ack'ed RRR; fixes #205, "return receipt is not saved in
6172                 sent folder".
6173
6174 2003-07-29 [alfons]     0.9.3claws75
6175
6176         * src/messageview.c
6177                 fix a memleak (claws-only)
6178
6179 2003-07-29 [alfons]     0.9.3claws74
6180
6181         * src/mimeview.[ch]
6182         * src/gtk/gtkvscrollbutton.[ch]
6183                 fix UI glitch where mime icon toolbox' scroll position is not 
6184                 reset after switching to another message
6185                 
6186
6187 2003-07-29 [paul]       0.9.3claws73
6188
6189         * src/prefs_folder_item.c
6190                 split the prefs into 2 separate pages
6191
6192 2003-07-29 [paul]       0.9.3claws72
6193
6194         * src/compose.c
6195                 prepend "\n\n" to a signature without a separator too
6196
6197 2003-07-29 [paul]       0.9.3claws71
6198
6199         * src/compose.c
6200                 fix bug where changing to an account without an auto-sig
6201                 from an initial account without an auto-sig would insert 
6202                 2 blank lines at the cursor point
6203                 fix bug where changing to an account with an auto-sig
6204                 from an initial account without an auto-sig would insert
6205                 the sig at the cursor point
6206
6207 2003-07-29 [paul]       0.9.3claws70
6208
6209         * src/folderview.c
6210                 use the colour from the folder pref unless the folder
6211                 has new messages
6212
6213 2003-07-29 [alfons]     0.9.3claws69
6214
6215         * src/procmsg.[ch]
6216         * src/messageview.c
6217         * src/procheader.c
6218                 rewrite return receipt request work a little bit (the former 
6219                 implementation presumably depended too much on the UI setting
6220                 flags). (we're losing the old pending flag.) 
6221
6222 2003-07-28 [christoph]  0.9.3claws68
6223
6224         * src/folder.c
6225         * src/imap.c
6226         * src/mh.c
6227         * src/procmsg.[ch]
6228                 fix copy to IMAP folder from other folder
6229
6230 2003-07-28 [christoph]  0.9.3claws67
6231
6232         * src/procmsg.c
6233                 fix sync of procmsg_get_message_file_list
6234
6235 2003-07-28 [christoph]  0.9.3claws66
6236
6237         * sync with 0.9.3cvs14
6238                 see ChangeLog 2003-07-18
6239         * sync with 0.9.3cvs17
6240                 see ChangeLog 2003-07-23
6241
6242         (closes Bug 234 segmentation fault after sending out mail via
6243          smtp(auth))
6244
6245 2003-07-28 [paul]       0.9.3claws65
6246
6247         * po/es.po
6248                 update Spanish translation, submitted by Ricardo Mones
6249                 Lastra
6250
6251 2003-07-28 [christoph]  0.9.3claws64
6252
6253         * src/folder.[ch]
6254         * src/imap.c
6255         * src/mh.c
6256                 return new message numbers as a GRelation instead of a GSList
6257                 that has to be in the same order as the input list. A list
6258                 would make it hard for IMAP to optimize oepration by sorting
6259                 the input list. The returned list would have to be reordered
6260                 to match the same order that input list has.
6261
6262         * src/gtk/gtkaspell.c
6263                 fix missing return value, could cause a crash when garbage is
6264                 on the stack that is used as the expected return value
6265
6266 2003-07-28 [paul]       0.9.3claws63
6267
6268         * sync with 0.9.4cvs1
6269                 see ChangeLog 2003-07-28
6270
6271 2003-07-27 [alfons]     0.9.3claws62
6272
6273         * src/mimeview.c
6274                 tweak it more to make icon list act like a check button group
6275
6276 2003-07-27 [christoph]  0.9.3claws61
6277
6278         * sync with 0.9.3cvs20
6279                 see ChangeLog 2003-07-25
6280
6281 2003-07-27 [paul]       0.9.3claws60
6282
6283         * src/procmsg.c
6284                 re-commit changes from 0.9.3claws58 -
6285                 accidently removed in 0.9.3claws59
6286
6287 2003-07-27 [paul]       0.9.3claws59
6288
6289         * src/procmsg.[ch]
6290                 a sync from 0.9.3cvs17
6291                 see ChangeLog 2003-07-23
6292
6293 2003-07-27 [alfons]     0.9.3claws58
6294
6295         * src/procmsg.c
6296                 add missing header members to MsgInfo; fixes the problem of 
6297                 not displaying X-Faces, as noticed by Ricardo Mones
6298
6299 2003-07-26 [christoph]  0.9.3claws57
6300
6301         * sync with 0.9.3cvs18
6302                 see ChangeLog 2003-07-24
6303
6304 2003-07-26 [christoph]  0.9.3claws56
6305
6306         * sync with 0.9.3cvs17
6307                 see ChangeLog 2003-07-23
6308
6309 2003-07-26 [christoph]  0.9.3claws55
6310
6311         * src/folder.[ch]
6312         * src/imap.c
6313         * src/mbox_folder.c
6314         * src/mh.c
6315         * src/news.c
6316                 add support for copy function that copy multiple messages
6317                 (not implemented yet)
6318
6319         * src/summaryview.c
6320                 add missing return value
6321
6322 2003-07-26 [paul]       0.9.3claws54
6323
6324         * tools/multiwebsearch.pl
6325                 do whitespace substitution before passing the string
6326                 to the browser. fixes bug with browsers that don't
6327                 do whitespace conversion themselves.
6328
6329 2003-07-25 [christoph]  0.9.3claws53
6330
6331         * src/folder.[ch]
6332         * src/imap.c
6333         * src/mh.c
6334                 rewrite adding of multiple messages to a folder for
6335                 claws' folder system
6336
6337 2003-07-25 [luke]       0.9.3claws52
6338
6339         * src/mimeview.c
6340                 o icon toggles set correctly on leaving ctree mimeview
6341
6342 2003-07-25 [paul]       0.9.3claws51
6343
6344         * partial sync with 0.9.3cvs21 [src/main.c]
6345                 see ChangeLog 2003-07-25
6346
6347 2003-07-24 [paul]       0.9.3claws50
6348
6349         * tools/maildir2sylpheed.pl
6350                 fix typo
6351
6352 2003-07-24 [paul]       0.9.3claws49
6353
6354         * src/mimeview.c
6355                 increase the gutter size of paned so that the panes
6356                 can be resized
6357                 
6358         * src/plugins/demo/demo.c
6359                 squeeze in another typo fix
6360
6361 2003-07-24 [paul]       0.9.3claws48
6362
6363         * src/plugins/demo/demo.c
6364           src/prefs_account.c
6365                 small changes to the English
6366                 
6367         * src/pixmaps/mime_application_octect_stream.xpm        ** REMOVED **
6368           src/pixmaps/mime_application_octet_stream.xpm         ** NEW FILE **
6369           src/Makefile.am
6370           src/stock_pixmap.c
6371                 rename the misspelled icon
6372
6373 2003-07-23 [alfons]     0.9.3claws47
6374
6375         * src/mimeview.c
6376                 make icon list look like a list of toggles
6377
6378 2003-07-23 [luke]       0.9.3claws46
6379
6380         * src/pixmaps/mimeview_gpg_expired.xpm
6381         * src/pixmaps/mimeview_gpg_failed.xpm
6382         * src/pixmaps/mimeview_gpg_passed.xpm
6383         * src/pixmaps/mimeview_text_html.xpm
6384         * src/pixmaps/mimeview_image.xpm
6385                 o all icons the same size
6386
6387         * src/mimeview.[ch]
6388                 o mimeview ctree arranged vertically above the viewer
6389                 o icons changed to buttons
6390                 o can use keyboard to select an icon (Enter)
6391                 o resize icon list to width of icons
6392
6393         *  src/gtk/gtkvscrollbutton.c
6394                 o sensitivity of buttons reacts to position
6395
6396 2003-07-23 [christoph]  0.9.3claws45
6397
6398         * sync with 0.9.3cvs14 (incomplete)
6399                 see ChangeLog 2003-07-17
6400
6401 2003-07-23 [alfons]     0.9.3claws44
6402
6403         * src/folder.c
6404         * src/procmsg.h
6405                 sync with my local tree to restore some claws-only things
6406
6407 2003-07-23 [paul]       0.9.3claws43
6408
6409         * src/pixmaps/mime_gpg_expired.xpm      ** NEW FILE **
6410           src/pixmaps/mime_gpg_unknown.xpm      ** NEW FILE **
6411           src/Makefile.am
6412           src/mimeview.c
6413           src/procmime.h
6414           src/rfc2015.c
6415           src/stock_pixmap.[ch]
6416                 indicate missing keys and expired sigs/keys
6417                 in mime view column
6418
6419 2003-07-23 [paul]       0.9.3claws42
6420
6421         * src/compose.c
6422                 Redirect fixes: enable automatic account selection and
6423                 do not append signature to message on changing account
6424                 fixes Bug[s] #248
6425
6426 2003-07-23 [paul]       0.9.3claws41
6427
6428         * sync with 0.9.3cvs16
6429                 see ChangeLog 2003-07-23
6430
6431 2003-07-23 [alfons]     0.9.3claws40
6432
6433         * src/inc.c
6434                 give progress dialog a main window, and give it the first 
6435                 one (presumably the only one). fixes bug #247, "segfault on 
6436                 pop-before-smtp" 
6437
6438 2003-07-22 [alfons]     0.9.3claws39
6439
6440         * src/summaryview.c
6441                 shift-space scrolls up
6442
6443 2003-07-22 [paul]       0.9.3claws38
6444
6445         * sync with 0.9.3cvs15
6446                 see ChangeLog 2003-07-22
6447
6448 2003-07-20 [alfons]     0.9.3claws37
6449
6450         * src/compose.c
6451                 put menu inside #ifdef USE_ASPELL..#endif
6452
6453 2003-07-20 [christoph]  0.9.3claws36
6454
6455         * src/procmsg.c
6456                 fix wrong flags in MsgInfo returned by
6457                 procmsg_msginfo_get_full_info()
6458
6459         (closes Bug 221 Deleting messages from the Message View gives incorrect
6460          new/unread message counts in the folder view)
6461
6462         * src/plugins/spamassassin/spamassassin_gtk.c
6463                 add gettext macro for prefs page title
6464
6465 2003-07-20 [paul]       0.9.3claws35
6466
6467         * src/mimeview.c
6468                 redraw icon list on signature check
6469
6470 2003-07-20 [christoph]  0.9.3claws34
6471
6472         * src/Makefile.am
6473         * src/account.c
6474         * src/folder.[ch]
6475         * src/folder_item_prefs.[ch]            ** NEW **
6476         * src/folderview.c
6477         * src/mainwindow.c
6478         * src/mh.c
6479         * src/prefs_gtk.c
6480         * src/prefs_scoring.c
6481         * src/summaryview.c
6482         * src/prefs_folder_item.[ch]
6483                 o seperate FolderItemPrefs (formerly PrefsFolderItem) and the
6484                   Properties dialog
6485                 o use prefswindow for folder properties
6486
6487         * src/gtk/prefswindow.[ch]
6488                 change implementation to use an invisible notebook instead
6489                 of unparenting widgets
6490
6491 2003-07-20 [christoph]  0.9.3claws33
6492
6493         * src/compose.h
6494         * src/folder.c
6495         * src/folderview.h
6496         * src/headerview.h
6497         * src/prefs_filtering.h
6498         * src/prefs_folder_item.[ch]
6499         * src/procmime.h
6500         * src/procmsg.h
6501         * src/summaryview.h
6502                 clean up header mess
6503                 (always use 1. typedefs, 2. #includes, 3. structures)
6504
6505         * src/common/version.h.in
6506                 add casts for constants
6507
6508         * src/plugins/demo/demo.c
6509                 fix typo
6510
6511         * src/plugins/spamassassin/spamassassin.c
6512                 remove unused variable
6513
6514 2003-07-20 [alfons]     0.9.3claws32
6515
6516         * src/mimeview.c
6517                 o make icon buttons respond on left click
6518                 o minor cosmetic change
6519
6520 2003-07-19 [luke]       0.9.3claws31
6521
6522         * src/mimeview.[ch]
6523         * src/gtk/gtkvscrollbutton.c
6524         * src/messageview.c
6525                 o improved mimeview behaviour when selecting a new message
6526                 o plus code cleanups to remove compile warnings
6527
6528
6529 2003-07-19 [alfons]     0.9.3claws30
6530
6531         * src/procmsg.c
6532         * src/compose.c
6533         * src/common/utils.[ch]
6534                 subject_get_reply_prefix_length() <- subject_get_prefix_length()
6535
6536 2003-07-19 [alfons]     0.9.3claws29
6537
6538         * src/prefs_folder_item.c
6539                 reinit "legacy" tmp_prefs, so we don't free nor use invalid 
6540                 string pointers
6541
6542 2003-07-19 [luke]       0.9.3claws28
6543
6544         * src/messageview.c
6545         * src/mimeview.[ch]
6546         * src/procmime.h
6547         * src/rfc2015.c
6548         * src/stock_pixmap.[ch]
6549         * src/gtk/Makefile.am
6550         * src/Makefile.am
6551         * src/gtk/gtkvscrollbutton.[ch]         ** NEW **
6552         * src/pixmaps/mime_*.xpm                ** NEW **
6553                 o mimeview rearrangement with a new icon shortcut bar
6554
6555 2003-07-19 [alfons]     0.9.3claws27
6556
6557         * src/folderview.c
6558                 o plug leaking nodes_to_recollapse
6559                 o add folderview_recollapse_all_nodes() (not used yet)
6560
6561 2003-07-19 [alfons]     0.9.3claws26
6562
6563         * src/compose.c
6564         * src/common/utils.c
6565                 honour #240 "Better SUBJECT handling" by cleaning the prefix
6566                 for both forwarding as replying
6567
6568 2003-07-18 [christoph]  0.9.3claws25
6569
6570         * configure.ac
6571         * src/common/sylpheed.[ch]
6572         * src/common/version.h.in
6573                 add version in numeric form to allow easy comparison
6574
6575         * src/plugins/demo/demo.c
6576                 add version check
6577                 - sylpheed version > plugin version => never allowed, sylpheed
6578                   could contain unknown API changes
6579                 - sylpheed version < minimum version required => don't load,
6580                   API required not available (if linking does not fail)
6581
6582 2003-07-18 [alfons]     0.9.3claws24
6583         
6584         * src/common/plugin.[ch]
6585                 const correctness
6586
6587 2003-07-18 [christoph]  0.9.3claws23
6588
6589         * src/common/hooks.c
6590                 fix crash when hooks where unregisted
6591
6592         * src/plugins/trayicon/trayicon.c
6593                 unregister detroy signal before destroying the widget
6594                 (still crashes when the plugin is unloaded)
6595
6596 2003-07-18 [alfons]     0.9.3claws22
6597         
6598         * src/folderview.c
6599                 delay expanding folder tree during drags until timeout triggered
6600                 (needs perhaps some tweaking, so testing is welcome)
6601
6602 2003-07-17 [alfons]     0.9.3claws21
6603
6604         * src/folderview.c
6605                 clean up cruft
6606
6607 2003-07-17 [christoph]  0.9.3claws20
6608
6609         * src/common/session.c
6610                 fix opening of SSL connections
6611
6612         * src/plugins/image_viewer/Makefile.am
6613                 add OPENSSL_CFLAGS (we should find a better solution to remove
6614                 this dependencies if they are not required)
6615
6616         * src/plugins/spamassassin/spamassassin.c
6617                 remove setlocale workaround (fixed in libspamc)
6618
6619         (closes Bug Bug 184 Entering non-ascii character deletes previous char
6620          if spell checking enabled)
6621
6622 2003-07-17 [alfons]     0.9.3claws19
6623
6624         * src/common/hooks.[ch]
6625         * src/plugins/clamav/clamav_plugin.c
6626         * src/plugins/spamassassin/spamassassin.c
6627         * src/plugins/trayicon/trayicon.c
6628                 fix signedness muck 
6629
6630 2003-07-17 [alfons]     0.9.3claws18
6631
6632         * src/procmime.c
6633                 plug memleak
6634
6635 2003-07-17 [alfons]     0.9.3claws17
6636
6637         * src/inc.c
6638                 plug memleak
6639
6640 2003-07-17 [paul]       0.9.3claws16
6641
6642         * src/common/defs.h
6643           src/mainwindow.c
6644           src/manual.[ch]
6645                 add link to the Claws site's FAQ page, after the suggestion
6646                 and patch by Fred Marton <Fred.Marton@uni-bayreuth.de>
6647                 Move url strings to defs.h
6648                 
6649         * src/mainwindow.c
6650                 fix typo to prevent "unknown menu entry" warnings
6651
6652 2003-07-17 [alfons]     0.9.3claws15
6653
6654         * src/folderview.[ch]
6655         * src/summaryview.[ch]
6656         * src/mimeview.[ch]
6657                 plug DnD leaks 
6658
6659 2003-07-17 [paul]       0.9.3claws14
6660
6661         * src/inc.c
6662                 remove two instances of 'GTK_EVENTS_FLUSH' because
6663                 they are unnecessary and probably cause a stack overflow
6664
6665 2003-07-16 [christoph]  0.9.3claws13
6666
6667         * src/mimeview.[ch]
6668                 use an invisible GTK notebook to switch between viewers
6669                 instead of reparenting widgets
6670
6671 2003-07-16 [christoph]  0.9.3claws12
6672
6673         * src/folder.c
6674                 move folder_item_update_freeze() to correct place in
6675                 folder_item_scan_full()
6676
6677 2003-07-16 [paul]       0.9.3claws11
6678
6679         * sync with 0.9.3cvs12
6680                 see ChangeLog 2003-07-14 and 2003-07-15
6681
6682 2003-07-16 [christoph]  0.9.3claws10
6683
6684         * src/imap.[ch]
6685         * src/prefs_account.[ch]
6686                 sync IMAP CRAM-MD5 authentication with sylpheed-main
6687
6688 2003-07-15 [alfons]     0.9.3claws9
6689
6690         * src/main.c
6691                 make --config-dir do something useful
6692
6693 2003-07-15 [alfons]     0.9.3claws8
6694
6695         * src/procmsg.c
6696                 o fix a bug where 'last' didn't really point to the last message
6697                   in the top level list of children, but to the last threaded
6698                   message. 
6699                 
6700                 o clean up and make it easier to sync
6701
6702 2003-07-15 [alfons]     0.9.3claws7
6703
6704         * src/mainwindow.c
6705                 make correct menu items sensitive       
6706
6707 2003-07-14 [alfons]     0.9.3claws6
6708
6709         * src/procmsg.c
6710                 tune the threader so it will not subject-thread any message
6711                 without a subject prefix (this will not thread correctly if 
6712                 a parent is delivered after their childs, but it looks 
6713                 better right now)
6714
6715 2003-07-13 [christoph]  0.9.3claws5
6716
6717         * src/mainwindow.c
6718                 group "Add mailbox *..." menu items in submenu
6719
6720 2003-07-13 [alfons]     0.9.3claws4
6721
6722         * src/summaryview.c
6723                 correct summary_toggle_pressed() signature and make sure
6724                 signal is not passed on
6725
6726 2003-07-13 [alfons]     0.9.3claws3
6727
6728         * src/summaryview.c
6729                 o for now don't pass on keys when they we're handled by 
6730                   ctree::key_press_event
6731                 o clean up
6732
6733 2003-07-13 [alfons]     0.9.3claws2
6734         
6735         * src/main.c
6736                 add command line option "--config-dir" to get the current 
6737                 configuration dir
6738
6739 2003-07-12 [alfons]     0.9.3claws1
6740
6741         * src/matcher.[ch]
6742         * src/matcher_parser_parse.y
6743         * src/prefs_filtering.c
6744         * src/filtering.c
6745                 add "Lock" filter action to lock messages;
6746
6747         * src/filtering.c       
6748                 remove debug_print()    
6749         * src/prefs_filtering.c
6750                 re-organize matcher part 9: 
6751                 make action text entries easily extendible;
6752                 merge widget selection for ACTION_MARK, ACTION_UNMARK, ACTION_LOCK,
6753                 ACTION_UNLOCK, ACTION_MARK_AS_READ, ACTION_MARK_AS_UNREAD
6754
6755 2003-07-12 [paul]
6756
6757         * tools/README
6758                 update old information and add missing
6759                 information
6760
6761 2003-07-12 [paul]       0.9.3claws
6762
6763         * 0.9.3claws released
6764         
6765 2003-07-12 [paul]       0.9.0claws103
6766
6767         * src/Makefile.am
6768                 add addrquery.h
6769
6770 2003-07-12 [melvin]     0.9.0claws102
6771
6772         * src/messageview.c
6773                 Fixed bug #215: Show MIME tab for single text/html messages. 
6774                 
6775 2003-07-12 [paul]       0.9.0claws101
6776
6777         * man/sylpheed.1
6778                 updated
6779
6780 2003-07-12 [paul]       0.9.0claws100
6781
6782         * po/es.po
6783           po/hr.po
6784           po/pl.po
6785           po/sr.po
6786                 update Spanish, Croatian, Polish, Serbian translations.
6787                 submitted by Ricardo Mones Lastra, Dragan, Witold
6788                 Wladyslaw Wojciech Wilk, Urke MMI
6789
6790 2003-07-12 [melvin]     0.9.0claws99
6791
6792         * po/fr.po
6793                 Updated French translations.
6794
6795 2003-07-12 [paul]       0.9.0claws98
6796
6797         * src/addressbook.c
6798                 disable 'Lookup' button as it has no effect
6799
6800 2003-07-11 [alfons]     0.9.0claws97
6801         
6802         * src/summaryview.c
6803                 summary_searchbar_pressed() should return TRUE to signal that
6804                 event was handled. when returning void, the return value passed
6805                 to GTK is actually random, but maybe FALSE, in which case the
6806                 event is handled by parent
6807                 
6808 2003-07-10 [paul]       0.9.0claws96
6809
6810         * ac/missing/gettext.m4
6811                 update to version 0.12
6812
6813 2003-07-10 [paul]       0.9.0claws95
6814
6815         * src/plugins/clamav/clamav_plugin.c
6816                 fix bug where multipart/alternative messages
6817                 would slip through without being scanned
6818
6819 2003-07-10 [christoph]  0.9.0claws94
6820
6821         * src/folder.c
6822                 correct check if folder supports removing when a message is
6823                 moved. if not the message is only copied.
6824
6825         (closes Bug 132 crash on startup in newsgroups folders)
6826
6827 2003-07-09 [alfons]     0.9.0claws93
6828
6829         * configure.ac
6830         * src/common/defs.h
6831                 --with-config-dir (default .sylpheed)
6832
6833 2003-07-09 [christoph]  0.9.0claws92
6834
6835         * configure.ac
6836                 use PKG_CHECK_MODULES to check for gtkmathview
6837                 (version 0.4.2 now required)
6838
6839 2003-07-08 [melvin]     0.9.0claws91
6840
6841         * src/action.c
6842                 Implemented a progress bar that counts the number of completed
6843                 tasks when the action runs more than one command.
6844
6845 2003-07-08 [alfons]     0.9.0claws90
6846
6847         * src/procmsg.c
6848                 if queued message has an invalid Message-Id, don't try to
6849                 find message it refers to (fixes #209 "crash when processing 
6850                 in folder")
6851
6852 2003-07-08 [paul]       0.9.0claws89
6853
6854         * sync with 0.9.3cvs2
6855                 see ChangeLog 2003-07-08
6856
6857 2003-07-08 [match]      0.9.0claws88
6858
6859         * src/ldapctrl.c
6860                 extend LDAP search for first/last name by parsing search term.
6861
6862 2003-07-08 [alfons]     0.9.0claws87
6863
6864         * src/send_message.c
6865                 fix bug #208 "Status message stuck when sending on POP3 account"
6866
6867 2003-07-07 [paul]       0.9.0claws86
6868
6869         * po/hr.po
6870                 new Croatian translation, submitted by
6871                 Dragan <drleskov@inet.hr>
6872
6873 2003-07-07 [paul]       0.9.0claws85
6874
6875         * sync with 0.9.3cvs1
6876                 see ChangeLog 2003-07-07
6877
6878 2003-07-05 [christoph]  0.9.0claws84
6879
6880         * src/Makefile.am
6881         * src/messageview.c
6882         * src/mimeview.[ch]
6883         * src/stock_pixmap.[ch]
6884         * src/pixmaps/messageview_text.xpm              ** NEW **
6885                 move mimeview tabs to the right side and use icons
6886                 instead of text to save some space
6887
6888         (patch by Luke Plant <lukeplant@softhome.net>)
6889
6890 2003-07-05 [christoph]  0.9.0claws83
6891
6892         * src/inc.c
6893                 add NULL pointer checks
6894
6895         (patch by Luke Plant <lukeplant@softhome.net>)
6896         (closes Bug 204 0.9.0 quits on authentication error?!)
6897
6898 2003-07-05 [alfons]     0.9.0claws82
6899
6900         * configure.ac
6901                 take the clue in bug #202 "./configure script - 
6902                 'if test' comparison failure" reported by John Kristoff. 
6903
6904 2003-07-04 [christoph]  0.9.0claws81
6905
6906         * src/plugins/spamassassin/spamassassin.c
6907                 set timeout for spam check
6908
6909 2003-07-04 [christoph]  0.9.0claws80
6910
6911         * src/main.c
6912                 destroy all FolderItems when shutting down to
6913                 allow folders to clean up
6914
6915 2003-07-04 [melvin]     0.9.0claws79
6916
6917         * src/gtk/gtkaspell.c
6918                 Fixed bug #184 "Entering non-ascii character deletes
6919                 previous char if spell checking enabled": this makes
6920                 the spell checking in multibytes (e.g. UTF-8)locales work.
6921                 (Patch by Luke Plant).
6922                 
6923 2003-07-04 [christoph]  0.9.0claws78
6924
6925         * sync with 0.9.2cvs1
6926                 see ChangeLog 2003-06-10
6927
6928 2003-07-04 [paul]       0.9.0claws77
6929
6930         * sync with 0.9.3 release
6931                 see ChangeLog 2003-07-04
6932
6933 2003-07-03 [christoph]  0.9.0claws76
6934
6935         * src/folder.[ch]
6936         * src/imap.c
6937         * src/mbox_folder.c
6938         * src/mh.c
6939         * src/news.c
6940                 move folder_item_get_path() stuff into a folder virtual function
6941
6942         * src/procmsg.c
6943                 use folder_item_fetch_msg() to get message and do not contruct
6944                 the filename from path and number
6945
6946 2003-07-03 [paul]       0.9.0claws75
6947
6948         * sync with 0.9.2cvs12
6949                 see ChangeLog 2003-07-03
6950
6951 2003-07-02 [paul]       0.9.0claws74
6952
6953         * src/messageview.c
6954                 fix text-selection for replying
6955
6956 2003-07-02 [paul]       0.9.0claws73
6957
6958         * sync with 0.9.2cvs11
6959                 see ChangeLog 2003-07-02
6960
6961 2003-07-02 [paul]       0.9.0claws72
6962
6963         * src/procmsg.c
6964                 revert last commit because it breaks more
6965                 than it fixes
6966
6967 2003-07-02 [paul]       0.9.0claws71
6968
6969         * src/procmsg.c
6970                 fix thread by subject/sort by date
6971
6972 2003-07-01 [paul]       0.9.0claws70
6973
6974         * sync with 0.9.2cvs10
6975                 see ChangeLog 2003-07-01
6976
6977 2003-06-30 [paul]       0.9.0claws69
6978
6979         * sync with 0.9.2cvs9
6980                 see ChangeLog 2003-06-30
6981
6982 2003-06-28 [match]      0.9.0claws68
6983
6984         * src/addressbook.c
6985                 fix null ptr.
6986
6987 2003-06-27 [paul]       0.9.0claws67
6988
6989         * sync with 0.9.2cvs7
6990                 see ChangeLog 2003-06-27
6991
6992 2003-06-26 [christoph]  0.9.0claws66
6993
6994         * src/folder.c
6995                 freeze folder updates while a folder is scanned
6996
6997         (closes Bug 185 New message counter)
6998
6999 2003-06-26 [darko]      0.9.0claws65
7000
7001         * src/ldapserver.c
7002                 fix infinite loop when adding a new LDAP server
7003
7004 2003-06-26 [paul]       0.9.0claws64
7005
7006         * sync with 0.9.2cvs6
7007                 see ChangeLog 2003-06-26
7008
7009 2003-06-26 [paul]       0.9.0claws63
7010
7011         * sync with 0.9.2cvs5
7012                 see ChangeLog 2003-06-25 and 2003-06-26
7013
7014 2003-06-25 [match]      0.9.0claws62
7015
7016         * src/addr_compl.c
7017                 Fixed tab/backtab for dropped-down completion list to
7018                 move next/previous field. (close bug 147)
7019
7020 2003-06-25 [christoph]  0.9.0claws61
7021
7022         * src/addr_compl.[ch]
7023         * src/addrindex.[ch]
7024         * src/folderview.c
7025         * src/inc.c
7026         * src/news.c
7027         * src/summaryview.c
7028         * src/toolbar.c
7029                 fix warnings
7030
7031 2003-06-25 [leandro]    0.9.0claws60
7032
7033         * src/compose.c
7034                 o cleanups
7035                 o gray out "Message/Remove references" menu item if not
7036                   replying to a message
7037
7038 2003-06-24 [leandro]    0.9.0claws59
7039
7040         * src/compose.[ch]
7041                 o removed "Message/Create new thread" menu item
7042                 o added "Message/Remove references" menu item
7043                   (it's off by default and will not check anymore
7044                    if the subject changed)
7045
7046 2003-06-23 [alfons]     0.9.0claws58
7047
7048         * src/procmsg.c
7049                 try better grouping messages threaded by subject based on their age.
7050                 still not perfect - because the message tree is not sorted by date.  
7051
7052 2003-06-23 [thorsten]   0.9.0claws57
7053
7054         * src/pop.[ch]
7055                 added mail_receive_hook to allow modifications
7056                 directly after retrieval (e.g. adding headers).
7057
7058 2003-06-23 [paul]       0.9.0claws56
7059
7060         * src/sourcewindow.c
7061                  enable the use of Ctrl+A to select all text in
7062                  the sourcewindow
7063                  Patch submitted by Ivan Francolin Martinez
7064                  <ivanfm@users.sourceforge.net>
7065
7066 2003-06-22 [christoph]  0.9.0claws55
7067
7068         * src/folder.[ch]
7069                 o add notification hook for folder tree changes
7070                 o invoke hooks after folder tree scanning
7071
7072         * src/folderview.[ch]
7073                 register hook for folder tree changes that
7074                 updates the ctree
7075
7076         (there are more places that should be updated, like add, remove 
7077          or move folder)
7078
7079         (closes Bug 164 Crash on rebuild folder tree)
7080         (closes Bug 190 Crash on 'rebuilding folder tree')
7081
7082 2003-06-21 [leandro]    0.9.0claws54
7083
7084         * src/compose.[ch]
7085                 create a new thread if subject changes
7086                 (it's on by default, can be disabled in Message menu)
7087
7088 2003-06-21 [alfons]     0.9.0claws53
7089
7090         * src/summaryview.c
7091                 quiet little compiler
7092
7093 2003-06-21 [christoph]  0.9.0claws52
7094
7095         update gettext stuff to version 0.12
7096
7097 2003-06-19 [alfons]     0.9.0claws51
7098
7099         * src/common/log.c
7100         * src/common/plugin.c
7101                 move defs.h before glib.h to prevent MIN/MAX redefs
7102
7103 2003-06-19 [alfons]
7104
7105         * src/addressbook.c
7106                 translatable
7107
7108 2003-06-19 [match]      0.9.0claws50
7109
7110         * src/addressbook.[ch]
7111         * src/addrindex.[ch]
7112         * src/addr_compl.[ch]
7113         * src/editldap.[ch]
7114         * src/editldap_basedn.[ch]
7115         * src/addritem.[ch]
7116         * src/ldapquery.h
7117                 re-implemented dynamic LDAP search. works without
7118                 slowdown on display sender with addressbook
7119                 option.
7120         * src/addrbook.c
7121                 documented code.
7122
7123 2003-06-19 [paul]       0.9.0claws49
7124
7125         * src/compose.c
7126                 fix Bug #136 'Nonprovided quotation marks crash claws'
7127                 patch submitted by Pawel Pêkala <c0rn@gazeta.pl>
7128
7129 2003-06-19 [alfons]     0.9.0claws48
7130
7131         * src/prefs_common.[ch]
7132         * src/procmsg.c
7133                 restrict threading by subject by checking thread for
7134                 age (prefs_common.thread_by_subject_max_age)
7135
7136 2003-06-18 [christoph]  0.9.0claws47
7137
7138         * src/imap.c
7139                 fix memory leak in imap_cmd_fetch()
7140
7141 2003-06-18 [christoph]  0.9.0claws46
7142
7143         * src/prefs_gtk.c
7144                 fix memory leak in prefs_set_default() when used multiple
7145                 times or after prefs have been read
7146
7147 2003-06-18 [christoph]  0.9.0claws45
7148
7149         * src/common/plugin.c
7150                 fix memory leak in plugin_unload()
7151
7152 2003-06-18 [christoph]  0.9.0claws44
7153
7154         * src/imap.c
7155                 fix memory leak in imap_cmd_ok()
7156
7157 2003-06-18 [christoph]  0.9.0claws43
7158
7159         * src/folder.c
7160                 stop messages that are downloaded from POP3 and added to
7161                 an IMAP inbox from being filtered twice (first by POP3
7162                 and again when IMAP folder is scaned to get the UID of
7163                 the APPEND operation when no UIDPLUS is available)
7164
7165 2003-06-18 [alfons]
7166
7167         * tools/Makefile.am
7168                 phoenix <- firebird     
7169
7170 2003-06-18 [paul]
7171
7172         * tools/launch_phoenix          ** REMOVED **
7173           tools/launch_firebird         ** NEW **
7174                 renamed and edited to reflect the browser's name change from
7175                 'phoenix' to 'firebird'
7176
7177 2003-06-18 [paul]       0.9.0claws42
7178
7179         * sync with 0.9.2cvs2
7180                 see ChangeLog 2003-06-16
7181
7182 2003-06-17 [alfons]     0.9.0claws41
7183
7184         * src/procmsg.c
7185                 prevent threading problems when a node is an ancestor (parent / great parent),
7186                 which mostly happens with circular references (thanks to Phillipe Gramoullé
7187                 for finding an sample set of messages)
7188
7189 2003-06-16 [christoph]  0.9.0claws40
7190
7191         * src/main.c
7192                 don't popup main window on --receive or --receive-all
7193
7194         * src/mainwindow.[ch]
7195         * src/plugins/trayicon/trayicon.c
7196                 allow hiding of main window by clicking on the trayicon
7197                 (doesn't work correctly in seperate window mode and may
7198                  cause unexpected GTK problems I couldn't find yet)
7199
7200         * src/common/ssl.c
7201                 remove incorrect warning
7202
7203 2003-06-15 [alfons]     0.9.0claws39
7204
7205         * src/gtk/gtkstext.c
7206                 don't output debug text;
7207                 #ifdef out print_line() if not debugging (thanks to Martin Wicke
7208                 for pointing this out);
7209
7210 2003-06-14 [alfons]     0.9.0claws38
7211         
7212         * src/messageview.c
7213                 remove printf() and make one if..else comply with coding style
7214
7215 2003-06-14 [alfons]     0.9.0claws37
7216
7217         * AUTHORS
7218                 add Martin Wicke
7219         * src/action.c
7220         * src/messageview.[ch]
7221         * src/summaryview.c
7222                 apply patch #754162 "Quoting messages filtered by actions" submitted
7223                 by Martin Wicke, which allows quoting message body changed by an
7224                 action (Thanks!).
7225
7226 2003-06-13 [alfons]     0.9.0claws36
7227
7228         * src/utils.c
7229                 add several other subject reply prefixes (suggested by Christoph and Ivan Martinez)
7230                 use case insensitive regexp (suggested by Ivan Martinez)
7231
7232 2003-06-13 [christoph]  0.9.0claws35
7233
7234         * configure.ac
7235         * src/plugins/trayicon/Makefile.am
7236         * src/plugins/trayicon/eggtrayicon.[ch]                         ** REMOVE **
7237         * src/plugins/trayicon/trayicon.c
7238         * src/plugins/trayicon/libeggtrayicon/.cvsignore                ** NEW **
7239         * src/plugins/trayicon/libeggtrayicon/Makefile.am               ** NEW **
7240         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.[ch]          ** NEW **
7241         * src/plugins/trayicon/libeggtrayicon/gtk2-funcs.[ch]           ** NEW **
7242         * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.[ch]        ** NEW **
7243         * src/plugins/trayicon/libeggtrayicon/xembed.h                  ** NEW **
7244                 replace my own EggTrayIcon backport with the backport
7245                 used by (l|x)mule and gabber.
7246
7247 2003-06-13 [alfons]     0.9.0claws34
7248
7249         * AUTHORS
7250         * src/common/utils.c
7251                 add Aw: to list of reply prefixes (thanks to Martin Zwickel)
7252
7253 2003-06-13 [alfons]     0.9.0claws33
7254
7255         * src/compose.c
7256                 clean up a little bit
7257
7258 2003-06-12 [alfons]     0.9.0claws32
7259
7260         * src/compose.c
7261                 const correctness fix
7262
7263         * src/common/sylpheed.[ch]
7264                 () -> (void)
7265                 prevent redef MIN/MAX
7266                 
7267         * src/common/utils.[ch]
7268                 () -> (void)
7269
7270 2003-06-12 [melvin]     0.9.0claws31
7271
7272         * src/compose.c
7273                 Updated to take into accounts changes in GtkAspell.
7274
7275 2003-06-12 [alfons]     0.9.0claws30
7276
7277         * src/compose.c
7278         * src/procmsg.c
7279         * src/common/utils.[ch]
7280                 handle reply subject prefixes better (initial 
7281                 suggestion by Robert Story adapted and enhanced 
7282                 using regexps)
7283
7284 2003-06-12 [melvin]     0.9.0claws29
7285
7286         * src/compose.c
7287                 Use new gtkaspell_checkers_strerror() to get the speller's
7288                 error message instead of accessing the (now private)
7289                 checkers structure.
7290                 Minor code clean up
7291
7292         * src/main.c
7293                 Use #ifdef instead of #if for USE_ASPELL
7294                 Use the new spell checkers init/quit functions 
7295
7296         * src/gtk/gtkaspell.c
7297                 Use #ifdef instead of #if for USE_ASPELL
7298                 Moved in the majority of GtkAspell structures that were
7299                 exported before by gtkaspell.h
7300         
7301         * src/gtk/gktaspell.h
7302                 Made gtkaspell.h contain only the necessary data to be
7303                 publicized by moving many structures to gtkaspell.c.
7304                 Enclosed all the declaration in a #ifdef USE_ASPELL #endif
7305                 gtkaspell_checkers_new(): replaced by...
7306                 gtkaspell_checkers_init(): new function for initialization
7307                 gtkaspell_checkers_delete(): replaced by...
7308                 gtkaspell_checkers_quit(): new function
7309                 gtkaspell_checkers_strerror(): new function that returns
7310                 the checker's last error message.
7311                 
7312 2003-06-11 [melvin]     0.9.0claws28
7313
7314         * po/POTFILES.in
7315                 Updated to take into account gtkaspell.c migration to
7316                 ./src/gtk/ (Thanks to Ricardo Mones Lastra for reporting it)
7317
7318 2003-06-10 [alfons]     0.9.0claws27
7319
7320         * src/filtering.[ch]
7321         * src/folder.c
7322         * src/matcher.c
7323         * src/scoring.[ch]
7324                 - try fixing bug #18 (any brave testers?)
7325                 - add more robustness by refusing previously 
7326                   unchecked NULL pointers 
7327
7328 2003-06-10 [alfons]     0.9.0claws26
7329
7330         * src/procmsg.c
7331                 fix bug #176 by don't checking MsgInfos with a NULL msgid 
7332
7333 2003-06-09 [alfons]     0.9.0claws25
7334
7335         * src/prefs_common.c
7336                 fix bug #163 "Icon switching doesnt work properly" by 
7337                 preventing early freeing of prefs_common.pixmap_theme_path.
7338
7339 2003-06-09 [christoph]  0.9.0claws24
7340
7341         * src/gtk/gtkaspell.c
7342                 revert Thorsten's fix and add forgotten g_strdup for
7343                 aspell path (it should not be possible to alter the path a
7344                 GtkASpell uses from outside)
7345
7346 2003-06-09 [thorsten]   0.9.0claws23
7347
7348         * src/gtk/gtkaspell.c
7349                 dont free prefs_common.aspell_path when closing compose
7350
7351 2003-06-08 [colin]      0.9.0claws22
7352
7353         * src/plugins/spamassassin/spamassassin.c
7354                 fix prefs types
7355
7356 2003-06-07 [christoph]  0.9.0claws21
7357
7358         * src/Makefile.am
7359         * src/compose.c
7360         * src/gtkaspell.[ch]            ** REMOVE **
7361         * src/gtk/Makefile.am
7362         * src/gtk/gtkaspell.[ch]        ** NEW **
7363                 o make gtkaspell independent from sylpheed's prefs
7364                 o move gtkaspell.[ch] to gtk directory
7365
7366 2003-06-07 [christoph]  0.9.0claws20
7367
7368         * src/Makefile.am
7369         * src/crash.c
7370         * src/export.c
7371         * src/filesel.[ch]              ** REMOVE **
7372         * src/folder.c
7373         * src/main.[ch]
7374         * src/common/sylpheed.[ch]
7375         * src/gtk/Makefile.am
7376         * src/gtk/filesel.[ch]          ** NEW **
7377         * src/gtk/pluginwindow.c
7378         * src/gtk/sslcertwindow.c
7379                 move filesel.[ch] to gtk directory
7380
7381 2003-06-07 [alfons]     0.9.0claws19
7382
7383         * src/filesel.c
7384                 make (multi) file selection dialog work again (Claws-only)
7385
7386 2003-06-07 [thorsten]   0.9.0claws18
7387
7388         * po/de.po
7389                 fix typos
7390
7391 2003-06-07 [alfons]     0.9.0claws17
7392
7393         * configure.ac
7394         * src/mimeview.c
7395                 detect apache mishap in which case don't include fnmatch.h
7396                 if regex.h is already included
7397
7398 2003-06-06 [christoph]  0.9.0claws16
7399
7400         * configure.ac
7401         * src/mimeview.h
7402                 add check for fnmatch.h and include it when available
7403
7404         * src/mimeview.[ch]
7405                 fix wrong case sensitivity of Content-Types
7406
7407         * src/gtk/Makefile.am
7408                 need the same include paths in gtk directory as in
7409                 common directory because .h files in common can
7410                 include files from these directories, when included
7411                 in gtk's .h or .c files
7412
7413 2003-06-06 [alfons]     0.9.0claws15
7414
7415         * src/mimeview.c
7416         * src/summaryview.c
7417                 make it compile again because of regex.h / fnmatch.h 
7418                 include problems (related to recent mime stuff, can
7419                 someone check this?)
7420
7421 2003-06-06 [thorsten]   0.9.0claws14
7422
7423         * src/folderview.c
7424                 possible use of uninitialized pointer while dragging
7425
7426 2003-06-06 [paul]       0.9.0claws13
7427
7428         * src/compose.c
7429                 fix bug where the insert sig button would be effective
7430                 only when auto_sig was set
7431
7432 2003-06-06 [paul]       0.9.0claws12
7433
7434         * sync with 0.9.2 release
7435
7436 2003-06-02 [paul]       0.9.0claws11
7437
7438         * sync with 0.9.1cvs1
7439                 see ChangeLog 2003-06-02
7440                 
7441         * po/de.po
7442                 update by Jens
7443
7444 2003-06-01 [christoph]  0.9.0claws10
7445
7446         * src/account.c
7447                 don't use substring search to find accounts by email address
7448
7449         (closes Bug 169 Overly loose matching of "From" address)
7450
7451 2003-05-31 [christoph]  0.9.0claws9
7452
7453         * doc-src/rfc2683.txt
7454         * src/imap.c
7455                 limit IMAP command length as recommended in RFC2683
7456                 (message number lists will be split into multiple imap
7457                 sets, the limit of 1000 octets is not a hard limit)
7458
7459         (closes Bug 161 sylpheed-claws exits with segfault when logging
7460          in to certain imap-servers)
7461
7462 2003-05-29 [alfons]     0.9.0claws8
7463
7464         * src/toolbar.[ch]
7465                 add print button (calling summary_print());
7466                 fine tune setting tooltip text;
7467                 (if someone needs other buttons, please take these 
7468                 commits as a guide, instead of bothering us - also
7469                 see 0.8.11claws150) 
7470
7471 2003-05-29 [darko]      0.9.0claws7
7472
7473         * src/compose.c
7474                 fix crash when word wrapping kicks in due to
7475                 changed text by spell checker
7476
7477 2003-05-29 [paul]       0.9.0claws6
7478
7479         * src/compose.c
7480                 fix bug where changing account would insert
7481                 sig even if auto_sig was FALSE
7482                 
7483         * ChangeLog
7484           ChangeLog.jp
7485           INSTALL
7486                 sync with 0.9.1 release
7487
7488 2003-05-28 [christoph]  0.9.0claws5
7489
7490         * src/imap.c
7491                 fix truncation of too long commands
7492
7493         (closes Bug 167 IMAP hangs trying to get envelope
7494          information in imap_get_uncached_messages)
7495
7496 2003-05-27 [paul]       0.9.0claws4
7497
7498         * tools/Makefile.am
7499           tools/maildir2sylpheed.pl     ** NEW FILE **
7500                 add kmail to sylpheed mailbox conversion script
7501
7502 2003-05-27 [paul]       0.9.0claws3
7503
7504         * sync with 0.9.0cvs10
7505                 see ChangeLog 2003-05-26
7506
7507 2003-05-26 [paul]       0.9.0claws2
7508
7509         * sync with 0.9.0cvs9
7510                 see ChangeLog 2003-05-26
7511
7512 2003-05-24 [paul]       0.9.0claws1
7513
7514         * sync with 0.9.0cvs8
7515                 see ChangeLog 2003-05-23
7516
7517 2003-05-24 [paul]       0.9.0claws
7518
7519         * version 0.9.0claws released
7520
7521 2003-05-24 [paul]       0.8.11claws177
7522
7523         * src/plugins/dillo-viewer/Makefile.am
7524           src/plugins/traycon/Makefile.am
7525                 add missing files
7526                 
7527         * po/bg.po
7528           po/en_GB.po
7529           po/es.po
7530           po/it.po
7531           po/pt_BR.po
7532           po/ru.po
7533           po/sr.po
7534                 update Bulgarian, British English, Spanish, Italian, 
7535                 Brazilian Portuguese, Russian, and Serbian translations, 
7536                 submitted by George Danchev, [me], Ricardo Mones Lastra,
7537                 André Filipe de Assunção e Brito, Alessandro Maestri, 
7538                 Ruslan N. Balkin, and Urke MMI
7539
7540 2003-05-23 [melvin]     0.8.11claws176
7541
7542         * po/fr.po
7543                 Updated French translations
7544
7545 2003-05-22 [paul]       0.8.11claws175
7546
7547         * src/Makefile.am
7548           src/addrbook.[ch]
7549           src/addrcache.[ch]
7550           src/addr_compl.[ch]
7551           src/adressbook.[ch]
7552           src/addrindex.[ch]
7553           src/addritem.[ch]
7554           src/editaddress.c
7555           src/editgroup.c
7556           src/editldap_basedn.c
7557           src/editldap.c
7558           src/jpilot.c
7559           src/vcard.c
7560                 revert to get ldap into it previous working state
7561                 
7562         * po/zh_TW.Big5.po
7563                 new Taiwanese translation,
7564                 submitted by Tsu-Fan Cheng <tscheng@ic.sunysb.edu>
7565
7566 2003-05-22 [christoph]  0.8.11claws174
7567
7568         * src/plugins/spamassassin/libspamc.[ch]
7569                 sync libspamc with SpamAssaain release 2.55
7570
7571 2003-05-22 [paul]       0.8.11claws173
7572
7573         * sync with 0.9.0cvs7
7574                 see ChangeLog 2003-05-22
7575                 
7576         * src/summaryview.c
7577                 revert change in 0.8.11claws172: follow
7578                 Hiroyuki's decision and that's the end of it.
7579
7580 2003-05-21 [paul]       0.8.11claws172
7581
7582         * src/summaryview.c
7583                 fix discrepency between open_unread_on_enter
7584                 and always_show_msg
7585
7586 2003-05-21 [paul]       0.8.11claws171
7587
7588         * sync with 0.9.0cvs6
7589                 see ChangeLog 2003-05-21
7590
7591 2003-05-21 [paul]       0.8.11claws170
7592
7593         * sync with 0.9.0cvs5
7594                 see ChangeLog 2003-05-21
7595
7596 2003-05-20 [paul]       0.8.11claws169
7597
7598         * sync with 0.9.0cvs4
7599                 see ChangeLog 2003-05-20
7600                 fixes bug #152, 'encoding of IMAP folders names'
7601
7602 2003-05-20 [paul]       0.8.11claws168
7603
7604         * sync with 0.9.0cvs3
7605                 see ChangeLog 2003-05-20
7606                 
7607         * src/tools/convert_mbox.pl
7608                 minor change in the comments, submitted by Fred Marton
7609
7610 2003-05-19 [paul]       0.8.11claws167
7611
7612         * src/plugins/clamav/Makefile.am
7613           configure.ac
7614                 link clamav_lib to the plugin and not to the main program
7615
7616 2003-05-19 [christoph]
7617
7618         * src/Makefile.am
7619                 add -export-dynamic for linking
7620
7621 2003-05-19 [paul]       0.8.11claws166
7622
7623         * sync with 0.9.0cvs1
7624                 see ChangeLog 2003-05-19
7625
7626 2003-05-19 [paul]       0.8.11claws165
7627
7628         * src/inc.c
7629                 fix 'pop before smtp' timeout
7630
7631 2003-05-18 [alfons]     0.8.11claws164
7632
7633         * src/prefs_matcher.c
7634                 put "execute" action command line ("expression") in edit box
7635
7636 2003-05-18 [christoph]  0.8.11claws163
7637
7638         * src/mimeview.[ch]
7639         * src/plugins/dillo_viewer/dillo_viewer.c
7640         * src/plugins/image_viewer/viewer.c
7641         * src/plugins/mathml_viewer/mathml_viewer.c
7642                 let a viewer have a list of Content-Types
7643
7644 2003-05-18 [paul]       0.8.11claws162
7645
7646         * src/prefs_filtering.c
7647                 add 'Recipient' label for FORWARD, FORWARD_AS_ATTACHMENT,
7648                 and REDIRECT actions
7649
7650 2003-05-17 [christoph]
7651
7652         * README.claws
7653                 o remove dynamic signatures that was syned with main
7654                 o add infos about no longer "build in" image viewer
7655                 o update bugtracker URL
7656
7657 2003-05-17 [christoph]  0.8.11claws161
7658
7659         * src/folder.c
7660         * src/folderview.c
7661         * src/imap.c
7662                 don't use imap_scan_folder anymore. Instead call folder_item_scan
7663                 for every folder after rebuilding the folder tree.
7664
7665         (closes Bug 19 imap_scan_folder() computes incorrectly number of new
7666          messages)
7667
7668 2003-05-17 [christoph]  0.8.11claws160
7669
7670         * src/imap.c
7671                 don't use STATUS command on current folder to check for
7672                 content changes. imap_cmd_ok() now tracks changes to
7673                 folder and number of existing messages.
7674
7675 2003-05-17 [paul]       0.8.11claws159
7676
7677         * src/plugins/clamav/clamav_plugin.c
7678                 remove unnecessary debug_print
7679
7680 2003-05-16 [thorsten]   0.8.11claws158
7681
7682         * src/plugins/demo.c
7683                 included missing intl.h
7684
7685 2003-05-16 [paul]       0.8.11claws157
7686
7687         * po/POTFILES.in
7688                 remove non-existant entries
7689         
7690         * src/plugins/clamav/clamav_plugin.c
7691           src/plugins/clamav/clamav_plugin_gtk.c
7692           src/plugins/dillo_viewer/dillo_prefs.c
7693           src/plugins/dillo_viewer/dillo_viewer.c
7694                 gettextise
7695
7696 2003-05-16 [christoph]  0.8.11claws156
7697
7698         * po/POTFILES.in
7699                 include plugin .c files for translation until I
7700                 find a better solution to have plugins have their
7701                 own textdomain
7702         * src/plugins/demo/demo.c
7703         * src/plugins/image_viewer/plugin.c
7704         * src/plugins/mathml_viewer/mathml_viewer.c
7705         * src/plugins/spamassassin/spamassassin.c
7706         * src/plugins/spamassassin/spamassassin_gtk.c
7707         * src/plugins/trayicon/trayicon.c
7708                 add gettext macros for plugin name and description
7709
7710 2003-05-16 [paul]
7711
7712         * sync with 0.9.0
7713
7714 2003-05-16 [paul]       0.8.11claws155
7715
7716         * sync with lastest 0.9.0pre1
7717                 see ChangeLog 2003-05-16
7718
7719 2003-05-15 [paul]       0.8.11claws154
7720
7721         * sync with latest 0.9.0pre1
7722                 see ChangeLog 2003-05-14 and 2003-05-15
7723
7724 2003-05-14 [christoph]  0.8.11claws153
7725
7726         * src/plugins/image_viewer/viewer.c
7727         * src/plugins/image_viewer/viewer.glade         ** NEW **
7728         * src/plugins/image_viewer/viewerprefs.c
7729                 make it possible to disable the autoload function in the
7730                 imageviewer again
7731
7732 2003-05-14 [christoph]  0.8.11claws152
7733
7734         * src/folder.c
7735                 fix folder update after adding a message
7736
7737 2003-05-13 [alfons]     0.8.11claws151
7738
7739         * src/common/session.c
7740                 remove debug traces
7741                 
7742         * src/addrcache.[ch]
7743         * src/filtering.[ch]
7744         * src/folder.[c]
7745         * src/gtkaspell.[ch]
7746         * src/imap.[ch]
7747         * src/mbox_folder.[ch]
7748         * src/mh.[ch]
7749         * src/mimeview.h
7750         * src/msgcache.[ch]
7751         * src/news.[ch]
7752         * src/passphrase.[ch]
7753         * src/prefs_common.[ch]
7754         * src/prefs_gtk.[ch]
7755         * src/procmsg.c
7756         * src/scoring.[ch]
7757                 be pedantic; (in prototypes () implies (int))
7758
7759 2003-05-13 [alfons]     0.8.11claws150
7760
7761         * src/prefs_toolbar.[ch]
7762         * src/summaryview.[ch]
7763         * src/toolbar.[ch]
7764                 change misleading text in toolbar prefs;
7765                 add toolbar action for ignore thread (toggles ignore thread flag);
7766                 clean up a little bit;
7767
7768 2003-05-12 [paul]
7769
7770         * tools/convert_mbox.pl
7771                 bug fixed by Fred Marton
7772
7773 2003-05-12 [paul]
7774
7775         * sync with 0.9.0pre1
7776
7777 2003-05-09 [paul]       0.8.11claws149
7778
7779         * sync with 0.8.11cvs43
7780                 see ChangeLog 2003-05-09
7781
7782 2003-05-08 [christoph]  0.8.11claws148
7783
7784         * src/imap.[ch]
7785                 o use CAPABILIY as first command and check for PREAUTH
7786                   information in the response to it
7787                 o rewrite all imap_cmd_* functions to use an IMAPSession
7788                   instead of a SockInfo as parameter
7789                 o do STARTTLS after fetching and checking the server
7790                   capabilities
7791
7792 2003-05-08 [paul]       0.8.11claws147
7793
7794         * tools/Makefile.am
7795           tools/README
7796           tools/convert_mbox.pl         ** NEW FILE **
7797                 add mbox conversion script. Submitted by 
7798                 Fred Marton <Fred.Marton@uni-bayreuth.de>
7799
7800 2003-05-07 [christoph]
7801
7802         * doc-src/glade.txt
7803         * src/gtk/pluginwindow.glade
7804         * src/plugins/image_viewer/viewerprefs.glade
7805         * src/plugins/spamassassin/spamassassin_gtk.glade
7806                 add glade files for user interfaces and a description how
7807                 to use glade to create the sylpheed code
7808
7809 2003-05-07 [paul]       0.8.11claws146
7810
7811         * sync with 0.8.11cvs41
7812                 see ChangeLog 2003-05-07
7813
7814 2003-05-06 [christoph]  0.8.11claws145
7815
7816         * src/main.c
7817         * src/plugins/image_viewer/viewer.c
7818                 fix usage of imlib in imageviewer plugin
7819
7820         * src/gtk/prefswindow.c
7821                 handle window close event correctly
7822
7823 2003-05-06 [paul]       0.8.11claws144
7824
7825         * src/common/ssl.c
7826                 fix typo introduced in sync
7827
7828 2003-05-06 [paul]       0.8.11claws143
7829
7830         * sync with 0.8.11cvs39
7831                 see ChangeLog 2003-05-06
7832
7833 2003-05-06 [paul]       0.8.11claws142
7834
7835         * AUTHORS
7836           po/cs.po
7837                 updated Czech translation, submitted by 
7838                 Radek Vybiral <Radek.Vybiral@vsb.cz>
7839                 
7840         * src/plugins/clamav/clamav_plugin_gtk.c
7841                 clean up
7842
7843 2003-05-03 [alfons]     0.8.11claws141
7844
7845         * src/compose.[ch]
7846                 make paste as quotation work even when the call to 
7847                 text_inserted() was deferred (fixes bug #140 "Paste 
7848                 as quotation does not work when using "external" 
7849                 clipboard")
7850
7851 2003-05-03 [thorsten]   0.8.11claws140
7852
7853         * src/addrquery.h
7854           src/ldapquery.h
7855           src/mainwindow.c
7856                 removed C++ comments
7857         * src/addr_compl.c
7858                 function with non-int retval/param used before
7859                 implementation/declaration
7860
7861 2003-05-02 [paul]       0.8.11claws139
7862
7863         * src/addr_compl.[ch]
7864           src/addressbook.[ch]
7865           src/addrindex.c
7866           src/summaryview.c
7867                 revert match's changes to (finally) remove the bug where
7868                 opening a folder causes massive slowdown when using the 
7869                 'Display sender using address book' option
7870
7871 2003-05-01 [melvin]     0.8.11claws138
7872
7873         * src/plugins/dillo_viewer/dillo_prefs.[ch]
7874         * src/plugins/dillo_viewer/dillo_viewer.c
7875                 Fixed bug where "Cancel" button from prefs issued
7876                 warnings.
7877                 Comply a little more to coding style
7878
7879 2003-05-01 [paul]       0.8.11claws137
7880
7881         * sync with 0.8.11cvs38
7882                 see ChangeLog 2003-05-01
7883
7884 2003-05-01 [paul]       0.8.11claws136
7885
7886         * po/bg.po
7887                 updated by George Danchev
7888
7889 2003-04-30 [christoph]  0.8.11claws135
7890
7891         * src/plugins/dillo_viewer/dillo_prefs.c
7892         * src/plugins/image_viewer/viewerprefs.c
7893         * src/plugins/spamassassin/spamassassin_gtk.c
7894                 remove gtk_widget_ref() calls for widgets in
7895                 glade code
7896
7897 2003-04-30 [paul]       0.8.11claws134
7898
7899         * src/addrindex.c
7900                 ok, this time a better fix for the bug where opening folder
7901                 has massive slowdown when using the 'Display sender using 
7902                 address book' option
7903
7904 2003-04-30 [paul]       0.8.11claws133
7905
7906         * src/addrindex.c
7907                 revert the 'fix' of 0.8.11claws128 because it doesn't fix it
7908         
7909 2003-04-30 [melvin]     0.8.11claws132
7910
7911         New: Dillo plugin preferences (patch by Dimitar Haralanov)
7912
7913         * src/plugins/dillo_viewer/dillo_prefs.[ch]     *** NEW ***
7914                 Preferences for the dillo plugin
7915         * src/plugins/dillo_viewer/dillo_viewer.c
7916                 Support for preferences
7917         * src/plugins/dillo_viewer/Makefile.am
7918                 Added dillo_prefs.[ch]
7919
7920 2003-04-30 [alfons]     0.8.11claws131
7921
7922         * src/common/plugin.[ch]
7923                 see? this ANSI C'fication immediately gives us type
7924                 checking for free.
7925
7926 2003-04-30 [alfons]     0.8.11claws130
7927
7928         * src/common/plugin.[ch]
7929         * src/plugins/clamav/clamav_plugin.[ch]
7930         * src/plugins/clamav/clamav_plugin_gtk.c
7931         * src/plugins/demo/demo.c
7932         * src/plugins/dillo_viewer/dillo_viewer.c
7933         * src/plugins/image_viewer/plugin.c
7934         * src/plugins/image_viewer/viewer.[ch]
7935         * src/plugins/image_viewer/viewerprefs.[ch]
7936         * src/plugins/mathml_viewer/mathml_viewer.c
7937         * src/plugins/spamassassin/spamassassin.[ch]
7938         * src/plugins/spamassassin/spamassassin_gtk.c
7939         * src/plugins/trayicon/trayicon.c
7940                 clean up
7941
7942 2003-04-30 [alfons]     0.8.11claws129
7943
7944         * src/common/utils.c
7945                 make is_ascii_str() fail gracefully when NULL pointer
7946                 is passed
7947
7948 2003-04-30 [paul]       0.8.11claws128
7949
7950         * src/addrindex.c
7951                 fix bug where opening folder has massive slowdown when
7952                 using the 'Display sender using address book' option
7953
7954 2003-04-30 [paul]       0.8.11claws127
7955
7956         * src/plugins/clamav/clamav_plugin.c
7957           src/plugins/clamav/clamav_plugin_gtk.c
7958           src/plugins/demo/demo.c
7959           src/plugins/dillo_viewer/dillo_viewer.c
7960           src/plugins/image_viewer/plugin.c
7961           src/plugins/mathml_viewer/mathml_viewer.c
7962           src/plugins/spamassassin/spamassassin.c
7963           src/plugins/spamassassin/spamassassin_gtk.c
7964           src/plugins/trayicon/trayicon.c
7965                 get rid of eye-hurting function signatures
7966
7967 2003-04-30 [paul]       0.8.11claws126
7968
7969         * src/plugins/trayicon/trayicon.c
7970                 add description
7971                 
7972         * src/mimeview.c
7973                 be more descriptive
7974
7975 2003-04-30 [paul]       0.8.11claws125
7976
7977         * configure.ac
7978                 arrange the plugins in reverse alphabetical order
7979                 
7980         * src/plugins/clamav/clamav_plugin.[ch]
7981           src/plugins/clamav/clamav_plugin_gtk.c
7982                 rename some params
7983                 resize max_size window
7984                 re-arrange the order of some gui elements
7985                 improve descriptions
7986         
7987         * src/plugins/image_viewer/plugin.c
7988           src/plugins/mathml_viewer/mathml_viewer.c
7989                 add descriptions
7990                 
7991         * src/plugins/spamassassin/spamassassin_gtk.c
7992                 resize max_size window
7993                 re-arrange the order of some gui elements
7994                 
7995         * src/messageview.c
7996           src/mimeview.c
7997                 correct typos
7998
7999 2003-04-30 [alfons]     0.8.11claws124
8000
8001         * src/imap.c
8002                 fix a leak found while browsing Martin Kluge's 
8003                 valgrind log (Claws only)
8004
8005 2003-04-29 [darko]      0.8.11claws123
8006
8007         * src/gtk/gtkstext.h
8008                 include wchar.h if it is available, fixes compilation
8009                 on HP-UX systems
8010
8011 2003-04-29 [melvin]     0.8.11claws122
8012
8013         * src/prefs_actions.c
8014                 Improved help text of Actions' syntax
8015
8016 2003-04-28 [paul]       0.8.11claws121
8017
8018         * src/action.c
8019                 a better fix for the crash when performing an action
8020                 on a mime part
8021
8022 2003-04-28 [paul]       0.8.11claws120
8023
8024         * src/action.c
8025                 fix crash when performing an action on a
8026                 mime part
8027
8028 2003-04-28 [paul]       0.8.11claws119
8029
8030         * sync with 0.8.11cvs36
8031                 see ChangeLog 2003-04-28
8032
8033 2003-04-27 [paul]       0.8.11claws118
8034
8035         * more sync with 0.8.11cvs35
8036                 see ChangeLog 2003-04-25
8037
8038 2003-04-26 [christoph]  0.8.11claws117
8039
8040         * src/folder.c
8041                 fix remove virtual check
8042
8043 2003-04-26 [paul]       0.8.11claws116
8044
8045         * src/messageview.c
8046                 fix return-receipt, make it work again
8047
8048 2003-04-26 [paul]       0.8.11claws115
8049
8050         * src/mimeview.c
8051                 restore double-clicking of the [application/pgp-signature 
8052                 (Select "Check signature" to check)] line in the message view,
8053                 broken in recent sync
8054
8055 2003-04-26 [christoph]  0.8.11claws114
8056
8057         * src/folder.c
8058                 check if remove virtual really exists before
8059                 calling the function
8060
8061 2003-04-25 [match]      0.8.11claws113
8062
8063         * src/addrindex.c
8064         * src/addrbook.c
8065         * src/ldapquery.[ch]
8066         * src/ldapctrl.[ch]
8067                 fix memleak.
8068         * src/ldapserver.[ch]
8069                 fix memleak. fix segfault.
8070                 plug a Claws memleak
8071
8072 2003-04-25 [alfons]     0.8.11claws112
8073
8074         * src/folder.c
8075                 plug a Claws memleak
8076
8077 2003-04-25 [alfons]     0.8.11claws111
8078
8079         * src/common/session.c
8080                 plug a memleak
8081
8082 2003-04-25 [paul]       0.8.11claws110
8083
8084         * sync with 0.8.11cvs35
8085                 see ChangeLog 2003-04-24 and 2003-04-25
8086                 
8087         * src/gtk/pluginwindow.c
8088                 correct another strange float value
8089
8090 2003-04-24 [christoph]  0.8.11claws109
8091
8092         * src/folder.c
8093                 freeze folder item updates when unsetting new flags
8094
8095         * src/gtk/pluginwindow.c
8096                 correct strange float value
8097
8098 2003-04-23 [paul]       0.8.11claws108
8099
8100         * sync with 0.8.11cvs33
8101                 see ChangeLog 2003-04-23
8102
8103 2003-04-22 [paul]       0.8.11claws107
8104
8105         * src/Makefile.am
8106           src/messageview.c
8107           src/mimeview.c
8108           src/pgptext.[ch]      ** REMOVED **
8109                 remove pgptext.[ch] as its not used any more
8110
8111 2003-04-22 [paul]       0.8.11claws106
8112
8113         * sync with 0.8.11cvs31
8114                 see ChangeLog 2003-04-21 and 2003-04-22
8115
8116 2003-04-21 [alfons]     0.8.11claws105
8117
8118         * src/main.c
8119                 No access to GTK structures if we're a spawned child
8120                 (and clean up code a little bit...) Should fix #126.
8121
8122 2003-04-21 [melvin]     0.8.11claws104
8123
8124         * src/plugins/dillo_viewer/README
8125                 Improved slightly the text.
8126
8127 2003-04-21 [melvin]     0.8.11claws103
8128
8129         * src/plugins/dillo_viewer/README *** NEW ***
8130                 Added a README file for the Dillo plugin
8131
8132 2003-04-20 [paul]
8133
8134         * tools/README
8135           tools/outlook2sylpheed.pl
8136                 updated and improved by Ricardo Mones Lastra
8137
8138 2003-04-18 [oliver]     0.8.11claws102
8139
8140         * src/inc.c 
8141         * src/prefs_account.h
8142                 remove Pop3SessionType (used by selective download)
8143         * src/prefs_toolbar.c
8144                 enable set Default Toolbar button
8145
8146 2003-04-18 [paul]       0.8.11claws101
8147
8148         * sync with 0.8.11cvs29
8149                 see ChangeLog 2003-04-18
8150
8151 2003-04-17 [paul]       0.8.11claws100
8152
8153         * src/prefs_common.[ch]
8154           src/summaryview.c
8155                 remove 'Open next message on deletion' option,
8156                 as the same effect can now be achieved via the
8157                 'Always open messages in summary when selected'
8158                 option.
8159
8160 2003-04-17 [paul]       0.8.11claws99
8161
8162         * sync with 0.8.11cvs28
8163                 see ChangeLog 2003-04-17
8164
8165 2003-04-17 [christoph]  0.8.11claws98
8166
8167         * ac/spamassassin.m4
8168         * src/plugins/spamassassin/libspamc.[ch]
8169         * src/plugins/spamassassin/utils.[ch]
8170                 sync libspamc with SpamAssassin project
8171
8172 2003-04-17 [christoph]  0.8.11claws97
8173
8174         * src/common/socket.h
8175         * src/gtk/sslcertwindow.h
8176                 rename old USE_SSL to USE_OPENSSL
8177
8178 2003-04-17 [paul]       0.8.11claws96
8179
8180         * src/prefs_common.h
8181                 use gulong for P_COLOR so that it compiles/runs on
8182                 64-bit systems. Patch submitted by James Noyes
8183                 <jnoyes-claws@retrogeeks.com>
8184                 
8185         * po/de.po
8186                 updated by Jens
8187
8188 2003-04-17 [paul]       0.8.11claws95
8189
8190         * sync with 0.8.11cvs27
8191                 see ChangeLog 2003-04-16
8192
8193 2003-04-15 [paul]       0.8.11claws94
8194
8195         * src/prefs_common.[ch]
8196                 rearrange to stop the window getting too long:
8197                         move Receive dialog stuff to Receive tab
8198                         move Send dialog to Send tab
8199                         remove Dialogs frame
8200                 rename 'Open messages in summary with cursor keys' to
8201                 'Always open messages in summary when selected', as its
8202                 more appropriate
8203
8204 2003-04-15 [paul]       0.8.11claws93
8205
8206         * src/prefs_common.[ch]
8207           src/summaryview.c
8208                 add new option '/Interface/Open next message on deletion'
8209
8210 2003-04-15 [paul]       0.8.11claws92
8211
8212         * src/summaryview.[ch]
8213                 add /Mark/Lock and /Mark/Unlock to the pop-up
8214                 menu. Patch submitted by Ivan Francolin Martinez
8215                 <ivanfm@users.sourceforge.net>
8216
8217 2003-04-15 [paul]       0.8.11claws91
8218
8219         * sync with 0.8.11cvs24
8220                 see ChangeLog 2003-04-15
8221
8222 2003-04-14 [jens]       0.8.11claws90
8223
8224         * updated German translation and some corrections from
8225                 Roland Bless <bless@tm.uka.de>
8226
8227 2003-04-14 [paul]       0.8.11claws89
8228
8229         * sync with 0.8.11cvs22
8230                 see ChangeLog 2003-04-14
8231
8232 2003-04-13 [paul]       0.8.11claws88
8233
8234         * src/plugins/clamav/clamav_plugin.c
8235                 fix memory leaks
8236                 clean up
8237
8238 2003-04-12 [paul]       0.8.11claws87
8239
8240         * src/plugins/clamav/clamav_plugin.c
8241                 activate enable/disable archive scanning option
8242                 
8243         * src/plugins/clamav/.cvsignore         ** NEW FILE **
8244
8245 2003-04-12 [paul]       0.8.11claws86
8246
8247         * src/plugins/Makefile.am
8248           src/plugins/clamav/Makefile.am                ** NEW FILE **
8249           src/plugins/clamav/README                     ** NEW FILE ** 
8250           src/plugins/clamav/clamav_plugin.[ch]         ** NEW FILES **
8251           src/plugins/clamav/clamav_plugin_gtk.c        ** NEW FILE **
8252                 add Clam AntiVirus plugin
8253
8254 2003-04-12 [paul]       0.8.11claws85
8255
8256         * sync with 0.8.11cvs21
8257                 see ChangeLog 2003-04-11
8258
8259 2003-04-11 [paul]       0.8.11claws84
8260
8261         * po/es.po
8262                 update Spanish translation. Submitted by Ricardo
8263                 Mones Lastra.
8264
8265 2003-04-10 [christoph]  0.8.11claws83
8266
8267         * src/mbox.c
8268                 fix typo that did not move unfiltered mails to destination
8269                 folder
8270
8271         (closes Bug 115 Sylpheed 0.8.11claws81 does not deliver mail correctly
8272          when filtering from spool)
8273
8274 2003-04-10 [christoph]  0.8.11claws82
8275
8276         * src/imap.c
8277                 use BODY.PEEK instead of BODY in in message fetch operation
8278                 to make sure the IMAP server does not set the \Seen flag for
8279                 messages. Sylpheed does that later itself, when the message
8280                 is opened in sylpheed
8281
8282         (closes Bug 111 Claws destroys unread marks)
8283
8284 2003-04-09 [oliver]     0.8.11claws81
8285         
8286         * src/folder.c
8287                 fix crash in folder_destroy
8288         * README.claws
8289                 remove selective download
8290
8291 2003-04-09 [christoph]  0.8.11claws80
8292
8293         * src/imap.c
8294                 fix crash in imap_get_msginfo() when then fetched message
8295                 is not found
8296
8297         (closes Bug 110 Crash during mail composition)
8298
8299 2003-04-08 [christoph]  0.8.11claws79
8300
8301         * src/folder.c
8302         * src/prefs_account.c
8303                 Filter new messages that are found in an INBOX folder
8304                 when 'Filter messages on receiving' is enabled in the
8305                 Folder's AccountPrefs. This allows to use Sylpheed's
8306                 filtering engine for IMAP folders where messages are
8307                 added to the INBOX by a MTA
8308
8309 2003-04-08 [paul]       0.8.11claws78
8310
8311         * src/procmsg.h
8312                 clean up after last commit
8313
8314 2003-04-08 [paul]       0.8.11claws77
8315
8316         * sync with 0.8.11cvs20
8317                 see ChangeLog 2003-04-07 and 2003-04-08
8318
8319 2003-04-07 [christoph]  0.8.11claws76
8320
8321         * src/filtering.[ch]
8322         * src/inc.[ch]
8323         * src/mbox.c
8324         * src/procmsg.[ch]
8325                 add procmsg_msginfo_filter() to execute filtering actions
8326
8327 2003-04-06 [christoph]  0.8.11claws75
8328
8329         * src/imap.c
8330                 use IMAPSet for imap_cmd_store() and imap_cmd_envelope()
8331
8332 2003-04-06 [christoph]  0.8.11claws74
8333
8334         * src/common/utils.[ch]
8335                 add g_int_compare() function for slist sorting
8336
8337         * src/imap.c
8338                 fetch all MsgInfos with one command in imap_get_msginfos()
8339                 using an imap set with a list of ranges
8340
8341         * src/news.c
8342                 use new g_int_compare() function
8343
8344 2003-04-06 [thorsten]   0.8.11claws73
8345
8346         * src/mh.c
8347                 corrected implementation of mh_folder_destroy()
8348
8349 2003-04-05 [christoph]  0.8.11claws72
8350
8351         * src/account.c
8352         * src/folder.[ch]
8353         * src/folderview.c
8354         * src/imap.c
8355         * src/inc.c
8356         * src/main.c
8357         * src/mainwindow.c
8358         * src/mbox_folder.c
8359         * src/mh.c
8360         * src/mimeview.h
8361         * src/msgcache.[ch]
8362         * src/news.c
8363         * src/procmime.h
8364         * src/procmsg.[ch]
8365         * src/setup.c
8366         * src/gtk/gtkutils.c
8367                 o rename structure field names class and new to klass and
8368                   new_msgs, to allow including files in C++
8369                 o add 'extern "C"' block to some header files
8370                 o add MsgInfoList and MsgNumberList as alias for GSList for
8371                   developers to know what type of list is expected
8372
8373         * src/plugins/image_viewer/plugin.c
8374         * src/plugins/image_viewer/viewer.[ch]
8375         * src/plugins/image_viewer/viewerprefs.[ch]
8376                 rename function names to prevent conflicts
8377
8378 2003-04-05 [paul]       0.8.11claws71
8379
8380         * sync with 0.8.11cvs18
8381                 see ChangeLog 2003-04-03 and 2003-04-04
8382
8383 2003-04-02 [christoph]  0.8.11claws70
8384
8385         * src/folder.[ch]
8386         * src/imap.[ch]
8387         * src/mbox_folder.[ch]
8388         * src/mh.[ch]
8389         * src/news.[ch]
8390                 o Make all virtual folder functions private
8391                 o remove unused folder code
8392
8393         * src/common/socket.[ch]
8394         * src/summaryview.c
8395                 fix warnings
8396
8397 2003-03-30 [alfons]     0.8.11claws69
8398
8399         * src/send_message.c
8400                 remove two debug traces and see if people still report
8401                 errors
8402
8403 2003-03-30 [alfons]     0.8.11claws68
8404
8405         * src/send_message.c
8406         * src/commons/session.c
8407                 add more debug traces
8408
8409 2003-03-30 [christoph]  0.8.11claws67
8410
8411         * src/folder.c
8412                 change processing folder name from .processing to processing
8413
8414         * src/common/ssl.c
8415                 disable SSL certificate check because it causes Xlib error
8416                 when the child process want's to open an GTK window
8417
8418 2003-03-30 [christoph]  0.8.11claws66
8419
8420         * src/folder.c
8421                 don't use default folder for processing folder item because
8422                 it can be a non local folder
8423
8424         (fixes bug reported by Stephen Lewis <slewis@paradise.net.nz>)
8425
8426 2003-03-30 [alfons]     0.8.11claws65
8427
8428         * src/send_message.c
8429                 try fixing crashes when sending messages: my gcc 2.95.4 seems 
8430                 to generate bad code for 'send_send_data_progressive': When
8431                 called from 'send_send_data_finished', the 'data' pointer is
8432                 cleared just before the assignment to the dialog pointer
8433
8434 2003-03-29 [christoph]  0.8.11claws64
8435
8436         * src/common/prefs.h
8437         * src/plugins/image_viewer/Makefile.am
8438         * src/plugins/image_viewer/plugin.c
8439         * src/plugins/image_viewer/viewer.[ch]
8440         * src/plugins/image_viewer/viewerprefs.[ch]     ** NEW **
8441                 add PrefsPage for ImageViewer
8442
8443 2003-03-28 [thorsten]   0.8.11claws63
8444
8445         * src/common/session.c
8446                 added some comments
8447
8448 2003-03-28 [paul]       0.8.11claws62
8449
8450         * sync with 0.8.11cvs16
8451                 see ChangeLog 2003-03-28
8452
8453 2003-03-28 [paul]       0.8.11claws61
8454
8455         * sync with 0.8.11cvs15
8456                 see ChangeLog 2003-03-28
8457
8458 2003-03-27 [christoph]  0.8.11claws60
8459
8460         * src/folder.c
8461         * src/imap.c
8462         * src/common/socket.[ch]
8463                 set socket state to DISCONNECTED when any operation
8464                 fails to allow reconnecting in IMAP code without
8465                 checking the return code of all calls to the command
8466                 functions
8467
8468         * src/folderview.c
8469         * src/summaryview.c
8470                 remove some more stuff that depends on specific
8471                 folder types
8472
8473 2003-03-27 [paul]       0.8.11claws59
8474
8475         * sync with 0.8.11cvs14
8476                 see ChangeLog 2003-03-27
8477                 
8478         * src/selective_download.[ch]   ** REMOVED **
8479                 really removed
8480
8481 2003-03-27 [christoph]  0.8.11claws58
8482
8483         * src/folder.c
8484                 fix handling of tmp_flags in flag copy function
8485
8486 2003-03-27 [paul]       0.8.11claws57
8487
8488         * sync with 0.8.11cvs13
8489                 see ChangeLog 2003-03-27
8490
8491 2003-03-27 [oliver]     0.8.11claws56
8492
8493         * src/maiwindow.c
8494                 remove sel_download_cb
8495
8496 2003-03-27 [oliver]     0.8.11claws55
8497         
8498         * src/inc.c
8499                 remove POP3_TOP
8500         
8501 2003-03-26 [oliver]     0.8.11claws54
8502
8503         *src/pop.h
8504                 remove POP3_TOP*
8505         * README.claws
8506                 remove selective donwload readme
8507
8508 2003-03-26 [oliver]     0.8.11claws53
8509         * src/matcher.[ch]
8510         * src/matcher_parser_parse.y 
8511         * src/pop.c 
8512         * src/prefs_account.[ch]
8513         * src/prefs_filtering.c
8514                 remove selective donwload
8515
8516 2003-03-26 [oliver]     0.8.11claws52
8517
8518         * src/inc.[ch] 
8519         * src/filtering.c 
8520         * src/mainwindow.c 
8521                 remove selective donwload
8522
8523 2003-03-26 [oliver]     0.8.11claws51
8524         
8525         * src/Makefile.am
8526         * src/selective_download.[ch]   ** REMOVE **    
8527
8528 2003-03-26 [christoph]  0.8.11claws50
8529
8530         * src/news.c
8531                 fix NEWS that got broken by a sync with sylpheed-main
8532
8533 2003-03-26 [christoph]  0.8.11claws49
8534
8535         * src/mimeview.c
8536                 fix mime type guessing when no mime type is found for a file
8537
8538 2003-03-25 [christoph]  0.8.11claws48
8539
8540         * src/mimeview.c
8541         * src/procmime.c
8542                 remove mime type guessing from mime parser and use
8543                 name based mime types in viewer lookup for mime type
8544                 application/octet-stream
8545
8546 2003-03-25 [christoph]  0.8.11claws47
8547
8548         * doc-src/readme.txt
8549         * doc-src/rfc2554.txt
8550                 add RFC about SMTP AUTH
8551
8552         * src/send_message.c
8553         * src/common/smtp.[ch]
8554                 add extra error code for authentication errors and
8555                 clear temporary password when this error occurs
8556
8557         (closes Bug 84 authentication failure while sending should
8558          prompt for password again)
8559
8560 2003-03-25 [christoph]  0.8.11claws46
8561
8562         * configure.ac
8563         * src/Makefile.am
8564         * src/imageview.[ch]                            ** REMOVE **
8565         * src/messageview.[ch]
8566         * src/mimeview.[ch]
8567         * src/prefs_common.[ch]
8568         * src/textview.c
8569         * src/plugins/Makefile.am
8570         * src/plugins/image_viewer/.cvsignore           ** NEW **
8571         * src/plugins/image_viewer/Makefile.am          ** NEW **
8572         * src/plugins/image_viewer/plugin.c             ** NEW **
8573         * src/plugins/image_viewer/viewer.[ch]          ** NEW **
8574                 move image viewer into a plugin (building is enabled by default)
8575                 [ToDo: Prefs for resize and autoview]
8576
8577 2003-03-25 [paul]       0.8.11claws45
8578
8579         * sync with 0.8.11cvs12
8580                 see ChangeLog 2003-03-26
8581
8582 2003-03-25 [paul]       0.8.11claws44
8583
8584         * sync with 0.8.11cvs11
8585                 see ChangeLog 2003-03-22, 2003-03-24 and 2003-03-25
8586                 
8587         Note: Selective Download is broken.
8588                 
8589 2003-03-22 [christoph]  0.8.11claws43
8590
8591         * src/folder.c
8592                 code cleanup for flags copying
8593
8594 2003-03-22 [christoph]  0.8.11claws42
8595
8596         * src/plugins/trayicon/trayicon.c
8597                 fix setting the transparent area when the window size
8598                 is forced by the system tray
8599
8600 2003-03-22 [christoph]  0.8.11claws41
8601
8602         * src/plugins/trayicon/gnome-mail.xpm           ** REMOVE **
8603         * src/plugins/trayicon/gnome-nomail.xpm         ** REMOVE **
8604         * src/plugins/trayicon/newmail.xpm              ** NEW **
8605         * src/plugins/trayicon/nomail.xpm               ** NEW **
8606         * src/plugins/trayicon/trayicon.c
8607         * src/plugins/trayicon/unreadmail.xpm           ** NEW **
8608                 o replace GBiff icons with KBiff icons resized to 16x16 pixel
8609                 o add icon for unread mails
8610                 o set transparency for window
8611
8612 2003-03-22 [christoph]  0.8.11claws40
8613
8614         * src/news.c
8615                 init news session to prevent crash when session is closed
8616
8617 2003-03-22 [christoph]  0.8.11claws39
8618
8619         * src/imap.c
8620         * src/common/session.[ch]
8621                 Init session data to make sure we don't have invalid pointers
8622                 for read_ch and write_ch when new multi process sessions are
8623                 not used
8624
8625         * src/main.c
8626         * src/common/plugin.c
8627         * src/common/sylpheed.c
8628         * src/plugins/demo/demo.c
8629         * src/plugins/dillo_viewer/dillo_viewer.c
8630         * src/plugins/mathml_viewer/mathml_viewer.c
8631         * src/plugins/spamassassin/spamassassin.c
8632         * src/plugins/spamassassin/spamassassin_gtk.c
8633                 add plugin types to allow loading plugins at different times
8634                 (and maybe for different frontends), because it's not good to
8635                 load GTK-Plugins gefore gtk_init was called
8636
8637         * configure.ac
8638         * src/plugins/Makefile.am
8639         * src/plugins/trayicon/.cvsignore               ** NEW **
8640         * src/plugins/trayicon/Makefile.am              ** NEW **
8641         * src/plugins/trayicon/eggtrayicon.c            ** NEW **
8642         * src/plugins/trayicon/eggtrayicon.h            ** NEW **
8643         * src/plugins/trayicon/gnome-mail.xpm           ** NEW **
8644         * src/plugins/trayicon/gnome-nomail.xpm         ** NEW **
8645         * src/plugins/trayicon/trayicon.c               ** NEW **
8646                 New Trayicon plugin that shows an icon in a systray that uses
8647                 XEMBED protocol like Gnome's systray. Icon shows if there
8648                 are new mails and a tooltip shows information about new,
8649                 unread and total messages.
8650
8651 2003-03-22 [paul]       0.8.11claws38
8652
8653         * src/common/smtp.c
8654                 fix ESMTP AUTH CRAM-MD5
8655                 [sync with main (still version 0.8.11cvs6), see
8656                  ChangeLog 2003-03-22]
8657
8658 2003-03-21 [colin]      0.8.11claws37
8659
8660         * src/send_message.c
8661                 Fix USE_SSL => USE_OPENSSL
8662
8663 2003-03-21 [colin]      0.8.11claws36
8664
8665         * src/folderview.c
8666                 Fix counts in drag and dropped subfolders
8667
8668 2003-03-21 [colin]      0.8.11claws35
8669
8670         * src/folder.c 
8671         * src/folderview.c
8672                 speed up a bit folder dnd
8673
8674 2003-03-20 [alfons]     0.8.11claws34
8675
8676         * src/main.c
8677         * src/toolbar.c
8678         * src/procmsg.c
8679                 don't send locked queue messages
8680                 (feature request "[ 705245 ] Locking message in outbox 
8681                  should prevent sending")
8682
8683 2003-03-20 [christoph]  0.8.11claws33
8684
8685         * src/folder.c
8686                 remove NEW and UNREAD flag in special folders when scanning
8687                 
8688         * src/common/smtp.c
8689                 fix ESMTP AUTH CRAM-MD5
8690
8691 2003-03-20 [paul]       0.8.11claws32
8692
8693         * src/prefs_account.c
8694                 Re-write 'Tunnel command to open connection' as
8695                 'Use command to communicate with server', and disable
8696                 it for all except IMAP accounts
8697
8698 2003-03-20 [paul]       0.8.11claws31
8699
8700         * sync with 0.8.11cvs6
8701                 see ChangeLog 2003-03-20
8702
8703 2003-03-19 [match]      0.8.11claws30
8704
8705         * src/addritem.[ch]
8706                 include documentation. minor refactoring.
8707         * src/addr_compl.[ch]
8708         * src/addrindex.[ch]
8709         * src/addresbook.[ch]
8710         * src/summaryview.c
8711                 re-enable address lookup (was disabled in
8712                 0.8.11claws20).
8713
8714 2003-03-19 [christoph]  0.8.11claws29
8715
8716         * src/procmsg.c
8717                 add temp flag handling, will make moving and copying
8718                 messages possible again
8719
8720         * src/folder.c
8721                 correct calulation of folder stats
8722
8723 2003-03-18 [match]      0.8.11claws28
8724
8725         * src/editgroup.h
8726                 remove case sensitive comparison (closes bug 80).
8727
8728 2003-03-18 [christoph]  0.8.11claws27
8729
8730         * src/imap.c
8731                 fix imap using a tunnel command
8732
8733         (closes bug 87)
8734
8735 2003-03-18 [christoph]  0.8.11claws26
8736
8737         * src/folder.[ch]
8738         * src/imap.c
8739         * src/procmsg.[ch]
8740                 rewrite flag handling for folders
8741
8742 2003-03-18 [christoph]  0.8.11claws25
8743
8744         * src/folder.c
8745         * src/procmsg.c
8746         * src/summaryview.c
8747                 unset NEW and UNREAD flags when message is ignored, to make
8748                 sure messages don't show up as unread on other IMAP clients,
8749                 because the IGNORE_THREAD flag can not be syncronized through
8750                 the IMAP folder
8751
8752 2003-03-17 [christoph]  0.8.11claws24
8753
8754         * src/imap.c
8755                 don't use recursion to fetch uids when the number of messages
8756                 does not match. Moved code into subfunction that is used
8757                 again when needed, to prevent an endless loop.
8758
8759 2003-03-17 [thorsten]   0.8.11claws23
8760
8761         * src/imageview.[ch]
8762                 export imageview_get_resized_size() (for plugins)
8763         * src/prefs_common.[ch]
8764                 added prefs_common_get() (for plugins)
8765
8766 2003-03-17 [christoph]  0.8.11claws22
8767
8768         * src/imap.c
8769                 o remove UID guessing from copy code
8770                 o support UIDPLUS extension for APPEND command
8771
8772 2003-03-17 [paul]       0.8.11claws21
8773
8774         * src/gtk/about.c
8775                 remove 'Compiled-plugins' section.
8776                 
8777         * src/plugins/dillo_viewer/dillo_viewer.c
8778                 slight change to description text
8779
8780 2003-03-16 [match]      0.8.11claws20
8781         * src/ldapserver.[ch]           ** NEW **
8782         * src/ldapctrl.[ch]             ** NEW **
8783         * src/ldapquery.[ch]            ** NEW **
8784         * src/ldaputil.[ch]             ** NEW **
8785         * src/addrcindex.[ch]           ** NEW **
8786         * src/addrquery.h               ** NEW **
8787         * src/addritem.[ch]
8788         * src/addrcache.[ch]
8789         * src/addrindex.[ch]
8790         * src/addr_compl.[ch]
8791         * src/addressbook.[ch]
8792         * src/addrbook.[ch]
8793         * src/editgroup.c
8794         * src/editaddress.c
8795         * src/editldap.c
8796         * src/editldap_basedn.c
8797         * src/vcard.c
8798         * src/jpilot.c
8799         * src/Makefile.am
8800                 included dynamic LDAP queries. improved address
8801                 completion.
8802
8803 2003-03-16 [paul]       0.8.11claws19
8804
8805         * tools/multiwebsearch.pl
8806                 fix a fatal typo
8807
8808 2003-03-16 [christoph]  0.8.11claws18
8809
8810         * src/mimeview.c
8811         * src/plugins/dillo_viewer/dillo_viewer.c
8812         * src/plugins/mathml_viewer/mathml_viewer.c
8813                 make unregistering of MimeViewerFactorys possible
8814
8815 2003-03-16 [alfons]     0.8.11claws17
8816
8817         * configure.ac
8818                 correct typo
8819
8820 2003-03-16 [melvin]     0.8.11claws16
8821
8822         * src/plugins/dillo_viewer.c
8823                 Fixed bug where it was not possible to view more than
8824                 one text/html attachment per message (bug discovered
8825                 by Christoph Hohmann).
8826
8827 2003-03-15 [melvin]     0.8.11claws15
8828
8829         * src/prefs_actions.c
8830                 Fixed compilation warnings.
8831
8832 2003-03-15 [melvin]     0.8.11claws14
8833
8834         * src/plugins/Makefile.am
8835         * src/plugins/dillo_viewer/.cvsignore                   ** NEW **
8836         * src/plugins/dillo_viewer/Makefile.am                  ** NEW **
8837         * src/plugins/dillo_viewer/dillo_viewer.c               ** NEW **
8838                 Added a html mail viewer plugin that uses Dillo v0.7.0 or
8839                 newer (http://dillo.auriga.wearlab.de/).
8840
8841 2003-03-15 [christoph]  0.8.11claws13
8842
8843         * src/imap.c
8844                 don't query imap folder for attributes because we already
8845                 for them from imap_status
8846
8847         * src/mimeview.[ch]
8848                 add support for plugable MimeViewers (unloading Viewers
8849                 not yet complete)
8850
8851         * src/plugins/Makefile.am
8852         * src/plugins/mathml_viewer/.cvsignore          ** NEW **
8853         * src/plugins/mathml_viewer/Makefile.am         ** NEW **
8854         * src/plugins/mathml_viewer/mathml_viewer.c     ** NEW **
8855                 add MathML Viewer (Content-Type text/mathml) using GtkMathView
8856                 widget from http://helm.cs.unibo.it/mml-widget/
8857
8858 2003-03-14 [christoph]  0.8.11claws12
8859
8860         * src/folder.[ch]
8861                 o error return code's should better be negative
8862                 o replace printf with debug_print
8863
8864         * src/imap.c
8865                 improve IMAP folder scan by checking UID-NEXT
8866
8867         * src/summaryview.c
8868                 remove check that are unnecessary in my opinion
8869
8870 2003-03-13 [christoph]  0.8.11claws11
8871
8872         * src/folder.[ch]
8873         * src/foldersel.c
8874         * src/folderview.c
8875         * src/imap.c
8876         * src/mbox_folder.c
8877         * src/mh.c
8878         * src/news.c
8879         * src/prefs_scoring.c
8880         * src/summaryview.c
8881                 use a common function to get a displayable name
8882                 for a FolderItem
8883
8884 2003-03-13 [paul]       0.8.11claws10
8885
8886         * tools/Makefile.am
8887           tools/README
8888           tools/multiwebsearch.conf     ** NEW FILE **
8889           tools/multiwebsearch.pl       ** NEW FILE **
8890                 add multiwebsearch Actions script
8891
8892 2003-03-13 [colin]      0.8.11claws9
8893
8894         * src/compose.c
8895                 Remove leading emtpy lines from quoted text
8896                 before quoting it
8897
8898 2003-03-13 [melvin]     0.8.11claws8
8899
8900         * src/prefs_actions.c
8901                 Fixed a memory leak
8902                 Code clean ups
8903                 Added Cancel and OK buttons
8904                 Corrected help text
8905
8906 2003-03-13 [christoph]  0.8.11claws7
8907
8908         * src/account.c
8909         * src/folder.[ch]
8910         * src/imap.c
8911         * src/mainwindow.c
8912         * src/mbox_folder.c
8913         * src/mh.c
8914         * src/news.c
8915         * src/setup.c
8916                 replace more folder type stuff with folder class stuff
8917
8918 2003-03-13 [melvin]     0.8.11claws6
8919
8920         * src/prefs_actions.c
8921                 Added new tokens:
8922                 %u: user provided argument
8923                 %h: user provided argument (hidden on input)
8924                 %s: current text selection in the message view 
8925
8926 2003-03-13 [paul]       0.8.11claws5
8927
8928         * sync with 0.8.11cvs5
8929                 see ChangeLog 2003-03-11, 2003-03-12
8930
8931 2003-03-12 [christoph]  0.8.11claws4
8932
8933         * src/folder.c
8934                 use folder class idstr when writing folderlist.xml
8935
8936         * src/folder.h
8937         * src/imap.c
8938         * src/news.c
8939                 replace folder type checks with folder class checks
8940
8941 2003-03-12 [christoph]  0.8.11claws3
8942
8943         * src/folder.[ch]
8944         * src/imap.[ch]
8945         * src/main.c
8946         * src/mbox_folder.[ch]
8947         * src/mh.[ch]
8948         * src/news.[ch]
8949                 o create a list of known folder classes in the folder system
8950                 o use folder class id strings for folder item identifiers
8951
8952 2003-03-12 [christoph]  0.8.11claws2
8953
8954         * src/imap.c
8955                 fix imap uid validity check
8956
8957 2003-03-12 [christoph]  0.8.11claws1
8958
8959         * src/account.c
8960         * src/folder.[ch]
8961         * src/foldersel.c
8962         * src/folderview.c
8963         * src/imap.c
8964         * src/mainwindow.c
8965         * src/mbox_folder.c
8966         * src/mh.c
8967         * src/news.c
8968         * src/prefs_scoring.c
8969         * src/procmsg.c
8970         * src/setup.c
8971         * src/summaryview.c
8972                 initial restructuring of folder system, seperating
8973                 folders and folder classes
8974
8975 2003-03-12 [paul]       0.8.11claws
8976
8977         0.8.11claws release
8978
8979 2003-03-12 [christoph]
8980
8981         * src/gtk/prefswindow.c
8982                 fix translation of "Page Index"
8983
8984 2003-03-12 [paul]       0.8.10claws110
8985
8986         a sync from 0.8.11cvs4 before the release
8987
8988         * src/common/utils.c
8989                 subject_compare_for_sort(): allow null strings (fixes
8990                 summary sorting).
8991
8992 2003-03-11 [paul]       0.8.10claws109
8993
8994         * po/es.po
8995                 update Spanish translation, submitted by
8996                 Ricardo Mones Lastra
8997
8998 2003-03-11 [melvin]     0.8.10claws108
8999
9000         * po/fr.po
9001                 Updated French translations
9002
9003 2003-03-11 [paul]       0.8.10claws107
9004
9005         * manual/en/Makefile.am
9006           manual/en/*.html
9007                 update English manual, add a new page
9008                 updated by Francois Barriere <fbarriere@atmel.fr>
9009                 
9010         * po/bg.po
9011           po/it.po
9012           po/sr.po
9013                 update Bulgarian, Italian, and Serbian translations
9014                 submitted by George Danchev, Alessandro Maestri, and
9015                 Urke MMI
9016
9017 2003-03-10 [paul]       0.8.10claws106
9018
9019         * src/gtk/about.c
9020           src/gtk/prefswindow.c
9021                 make some strings translatable
9022
9023 2003-03-10 [darko]      0.8.10claws105
9024
9025         * src/compose.c
9026                 code cleanup to make Hiro happy
9027
9028 2003-03-10 [paul]       0.8.10claws104
9029
9030         * sync with 0.8.11cvs2
9031                 see ChangeLog 2003-03-10
9032
9033 2003-03-09 [melvin]     0.8.10claws103
9034
9035         * src/textview.c
9036                 textview_set_font(): fix for message display in
9037                 UTF-8 locales (thanks to Sergey Vlasov).
9038                 (was unintentionnaly reverted in 0.8.6claws6)   
9039
9040 2003-03-08 [darko]      0.8.10claws102
9041
9042         * src/compose.c
9043                 fix infinite loop in wrapping as reported
9044                 by happycactus
9045                 obsoletes patch #696482
9046
9047 2003-03-08 [christoph]  0.8.10claws101
9048
9049         * src/imap.c
9050                 add workaround for IMAP servers that do not
9051                 support the "UID SEARCH UID" command
9052
9053 2003-03-07 [christoph]  0.8.10claws100
9054
9055         * src/plugins/spamassassin/spamassassin.[ch]
9056         * src/plugins/spamassassin/spamassassin_gtk.c
9057                 code cleanup
9058
9059 2003-03-07 [paul]       0.8.10claws99
9060
9061         * po/es.po
9062                 updated Spanish translation, submitted by
9063                 Ricardo Mones Lastra
9064
9065 2003-03-07 [christoph]  0.8.10claws98
9066
9067         * src/send.c
9068                 fix in 0.8.10claws94 was wrong
9069                 local delivery does not require escaping, remove escaping
9070                 code to make signatures of mails with "." lines valid
9071                 
9072                 NOTE: requires that sendmail is executed with "-i" option,
9073                       what is the default now, but has to be changed in all
9074                       exsiting accounts)
9075
9076 2003-03-07 [paul]       0.8.10claws97
9077
9078         * sync with 0.8.11 release
9079                 see ChangeLog 2003-03-07
9080
9081 2003-03-06 [paul]       0.8.10claws96
9082
9083         * src/compose.c
9084                 revert commit 0.8.10claws92
9085
9086 2003-03-06 [paul]       0.8.10claws95
9087
9088         * src/folderview.c
9089                 fix (solaris) bug 73, 'Crash when selecting top-level folder'
9090
9091         * src/gtkaspell.c
9092                 fix bug 74, 'Crash opening editor window with pseudo-color
9093                 display'
9094                 
9095         Patches submitted by Kevin Vigor <kevin@vigor.nu>
9096
9097 2003-03-06 [christoph]  0.8.10claws94
9098
9099         * src/send.c
9100                 fix rfc2821 (4.5.2) violation in SMTP data sending,
9101                 all lines starting with a period get an extra period
9102                 inserted
9103                 (found by Simon 'corecode' Schubert)
9104
9105 2003-03-06 [paul]       0.8.10claws93
9106
9107         * src/folderview.c
9108                 if configured font can't be loaded fall back to gtk
9109                 default. (with thanks to Christoph)
9110                 
9111                 closes long-standing bug 15 'Crashes on startup'
9112
9113 2003-03-06 [paul]       0.8.10claws92
9114
9115         * src/compose.c
9116                 freeze text before autosave and thaw afterwards
9117                 fixes bug 67 'autosave make re-rediting message crazy'
9118
9119 2003-03-06 [christoph]  0.8.10claws91
9120
9121         * src/compose.c
9122                 ignore address comment in dupe check for Cc-list
9123
9124         (closes reopened bug 47 Replying to message strips name part of
9125          e-mail addresses of Cc: lines)
9126
9127 2003-03-06 [paul]       0.8.10claws90
9128
9129         * src/Makefile.am
9130                 remove reference to gtkxtext.h as its no longer in
9131                 the repository
9132
9133 2003-03-06 [paul]       0.8.10claws89
9134
9135         * sync with 0.8.10cvs25
9136                 see ChangeLog 2003-03-06
9137
9138 2003-03-06 [oliver]     0.8.10claws88
9139         
9140         * src/messageview.c
9141                 remove include
9142
9143 2003-03-06 [oliver]     0.8.10claws87
9144         
9145         * src/folderview.c 
9146                 remove changes introduced inclaws74
9147         * src/messageview.c
9148                 another attempt to sanely delete and update
9149                 messages deleted in separate messageview
9150
9151 2003-03-05 [christoph]  0.8.10claws86
9152
9153         * src/summaryview.c
9154                 check if "From" matches any account's address if
9155                 addressbook completion of addresses is disabled too
9156
9157         (closes Bug 70 "Display recipient in from" doesn't check
9158          folder's default account)
9159
9160 2003-03-05 [christoph]  0.8.10claws85
9161
9162         * src/compose.c
9163         * src/common/utils.[ch]
9164                 don't strip address comments when building Cc lists
9165
9166         (closes Bug 47 Replying to message strips name part of e-mail addresses
9167          of Cc: lines)
9168
9169         * src/folder.c
9170                 fix return value of copy function
9171
9172 2003-03-05 [christoph]  0.8.10claws84
9173
9174         * src/imap.c
9175                 don't ask imap server for non rfc822 headers
9176
9177         (closes bug 71 IMAP FETCH asks for FROM header field twice)
9178
9179         * src/imap.c
9180                 destroy session on socket error to allow reconnecting
9181
9182 2003-03-05 [christoph]  0.8.10claws83
9183
9184         * configure.ac
9185                 fix building with gnome when no prefix is set
9186
9187         (closes bug 66 Gnome directory is set to NONE)
9188
9189 2003-03-05 [paul]       0.8.10claws82
9190
9191         * sync with 0.8.10cvs23
9192                 see ChangeLog 2003-03-05
9193
9194 2003-03-04 [christoph]  0.8.10claws81
9195
9196         * src/folder.c
9197                 o fix moving and copying when folder returns 0 for new
9198                   message number
9199                 o remove some code for single message copy and move
9200                   operations and use functions for multiple messages
9201
9202         (closes bug 63 Strange behaviour MOVING messages from MH to IMAP)
9203
9204         * src/news.c
9205                 remove unused include
9206
9207 2003-03-04 [paul]       0.8.10claws80
9208
9209         * src/gtk/about.c
9210                 list 'Compiled plugins'
9211
9212 2003-03-03 [christoph]  0.8.10claws79
9213
9214         * src/news.[ch]
9215                 have to multiply the percentage of the current fetch with
9216                 the percentage that it has of the total fetch operation
9217                 for correct values
9218
9219 2003-03-03 [christoph]  0.8.10claws78
9220
9221         * src/news.c
9222                 fix calculation of expected lines for progress indicator
9223
9224 2003-03-03 [christoph]  0.8.10claws77
9225
9226         * src/summaryview.c
9227         * src/common/utils.c
9228                 fix segfault when opening the root news folder
9229
9230 2003-03-03 [christoph]  0.8.10claws76
9231
9232         * src/mainwindow.[ch]
9233         * src/common/Makefile.am
9234         * src/common/progressindicator.[ch]
9235                 add UI independent progress indicator handling
9236
9237         * src/news.[ch]
9238                 use new progress indicator for message info fetching
9239
9240         * src/common/hooks.h
9241                 code cleanup
9242
9243 2003-03-03 [oliver]     0.8.10claws75
9244
9245         * src/toolbar.c
9246         * src/compose.c
9247                 removed commented code
9248
9249 2003-03-03 [oliver]     0.8.10claws74
9250
9251         * src/toolbar.[ch]
9252                 cleanups and refactoring
9253         * src/compose.[ch]
9254                 compose_reply_mode reply & forwarding interface for
9255                 toolbar buttons
9256         * src/folderview.c
9257                 act on messages marked for deletion in folderview_selected
9258                 based on prefs_common.immediate_exec since a message might 
9259                 have been deleted by messageview in a folder we are changing 
9260                 to (does anybody understand what I'm on about ?)
9261
9262 2003-03-03 [oliver]     0.8.10claws73
9263         
9264         * src/messageview.[ch]
9265                 new functions
9266                 - messageview_delete: delete message shown in messagview
9267                 - messageview_update_view: update messageview to currently 
9268                   selected summaryview message
9269                 - add separate messageview to msgview_list in order to update 
9270                   toolbar to new toolbar style on the fly (TOOLBAR_NONE, TOOLBAR_ICON etc.)
9271         * src/summaryview.[ch]
9272                 summary_get_selection returns a list of selected msgs
9273                 in summaryview
9274         * src/mainwindow.c
9275                 toolbar reply refactoring
9276
9277 2003-03-03 [paul]       0.8.10claws72
9278
9279         * sync with 0.8.10cvs21
9280                 see ChangeLog 2003-03-03
9281
9282 2003-03-02 [christoph]  0.8.10claws71
9283
9284         * src/common/passcrypt.c
9285                 use POSIX includes
9286
9287 2003-03-02 [christoph]  0.8.10claws70
9288
9289         * configure.ac
9290         * src/prefs_account.c
9291         * src/prefs_gtk.[ch]
9292         * src/common/.cvsignore
9293         * src/common/Makefile.am
9294         * src/common/passcrypt.c                ** NEW **
9295         * src/common/passcrypt.h.in             ** NEW **
9296                 Implement password encryption in config files
9297                 using unix encrypt and setkey functions. The crypt
9298                 key can be set as a configure parameter. Old
9299                 passwords will be converted if they do not begin
9300                 with '!'
9301
9302 2003-03-02 [paul]       0.8.10claws69
9303
9304         * src/prefs_account.c
9305                 fix compile error
9306
9307 2003-03-01 [thorsten]   0.8.10claws68
9308
9309         * po/el.po
9310           po/hr.po
9311           po/it.po
9312           po/nl.po
9313           po/sr.po
9314           po/sv.po
9315                 corrected format strings
9316         * po/en_GB.po
9317                 corrected headers
9318                 (fix compile errors with GNU gettext-0.11.5)
9319
9320 2003-03-01 [oliver]     0.8.10claws67
9321
9322         * src/summaryview.c
9323                 menu callbacks call toolbar_menu_reply
9324
9325 2003-03-01 [oliver]     0.8.10claws66
9326
9327         * src/mainwindow.c
9328         * src/messageview.c
9329                 menu callbacks call toolbar_menu_reply
9330         * src/toolbar.[ch]
9331                 callbacks from menu handled by toolbar_menu_reply
9332
9333 2003-03-01 [paul]       0.8.10claws65
9334
9335         * src/addressbook.c
9336                 revert commit 0.8.10claws54 - breaks editing of
9337                 addressbook.
9338                 
9339         * po/bg.po
9340                 update Bulgarian translation, submitted by
9341                 George Danchev
9342
9343 2003-02-28 [christoph]  0.8.10claws64
9344
9345         * src/account.c
9346         * src/addressadd.c
9347         * src/compose.c
9348         * src/gtkaspell.c
9349         * src/gtkxtext.h                ** REMOVE **
9350         * src/imap.c
9351         * src/matcher.[ch]
9352         * src/mh.c
9353         * src/news.c
9354         * src/pine.c
9355         * src/prefs_common.c
9356         * src/prefs_matcher.c
9357         * src/procheader.[ch]
9358         * src/procmsg.[ch]
9359         * src/toolbar.c
9360         * src/common/ssl_certificate.c
9361         * src/gtk/colorlabel.c
9362         * src/gtk/menu.c
9363                 o fix warnings
9364                 o remove code obsoleted by new cache and folder system rework
9365
9366 2003-02-28 [oliver]     0.8.10claws63
9367         
9368         * src/toolbar.[ch]
9369                 * fix bug where reply in Messageview replied to 
9370                 Message displayed in summaryview
9371                 (reportedd via ML by chinatinte at gmx dot ch)
9372                 * fix bug where toolbar popups (WITH_QUOTE, WITHOUT_QOUTE)
9373                 didn't work in separate MessageView Toolbar
9374                 (wondering if anybody uses this at all ?)
9375         * src/summaryview.[ch]
9376                 use toolbar.c's toolbar_reply instead of summary_reply (removed)
9377                 (generalize reply and forward code);
9378         * src/messageview.c 
9379                 remove focus_in event which updated summaryview to messageview
9380
9381 2003-02-28 [paul]       0.8.10claws62
9382
9383         * po/Makefile.in.in
9384                 add the --check option
9385                 Patch submitted by Ricardo Mones Lastra
9386
9387 2003-02-28 [paul]       0.8.10claws61
9388
9389         * src/prefs_account.c
9390                 re-order 'Signature' items
9391
9392 2003-02-28 [paul]       0.8.10claws60
9393
9394         * sync with 0.8.10cvs20
9395                 see ChangeLog 2003-02-28
9396
9397 2003-02-28 [paul]       0.8.10claws59
9398
9399         * po/POTFILES.in
9400                 update to reflect recent movement of files
9401
9402 2003-02-28 [paul]       0.8.10claws58
9403
9404         * sync with 0.8.10cvs19
9405                 see ChangeLog 2003-02-28
9406
9407 2003-02-27 [martin]     0.8.10claws57
9408
9409         * src/prefs_matcher.c 
9410                 fix segfault in prefs_matcher_ok() when the
9411                 last entry is deleted and prevents that the
9412                 message "entry not saved" comes up after deleting
9413                 an entry
9414
9415 2003-02-27 [martin]     0.8.10claws56
9416
9417         * src/prefs_filtering.c 
9418                 fix segfault in prefs_filtering_ok() when the
9419                 last entry is deleted and prevents that the
9420                 message "entry not saved" comes up after deleting
9421                 an entry
9422
9423 2003-02-27 [paul]       0.8.10claws55
9424
9425         * sync with 0.8.10cvs18
9426                 see ChangeLog 2003-02-27
9427
9428 2003-02-27 [paul]       0.8.10claws54
9429
9430         * src/addressbook.c
9431                 fix bug where the address book crashes with 
9432                 multiple lookups.
9433                 Patch [687729] submitted by David Frager 
9434                 <dbfrager@users.sourceforge.net>
9435
9436 2003-02-25 [christoph]  0.8.10claws53
9437
9438         * src/Makefile.am
9439         * src/colorlabel.[ch]           ** REMOVE **
9440         * src/gtk/Makefile.am
9441         * src/gtk/colorlabel.[ch]       ** NEW **
9442                 move colorlabel files to gtk directory
9443
9444         * src/esmtp.[ch]                ** REMOVE **
9445                 has been merged into smtp.[ch] in 0.7.5
9446
9447 2003-02-25 [christoph]  0.8.10claws52
9448
9449         * src/Makefile.am
9450         * src/about.[ch]                ** REMOVE **
9451         * src/gtk/Makefile.am
9452         * src/gtk/about.[ch]            ** NEW **
9453                 move about files to gtk directory
9454
9455 2003-02-25 [christoph]  0.8.10claws51
9456
9457         * src/folder.c
9458                 some code optimization of folder scanning code
9459
9460         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx> 
9461
9462 2003-02-25 [christoph]  0.8.10claws50
9463
9464         * src/main.c
9465         * src/common/sylpheed.c
9466                 add command line parameter parsing to common code
9467
9468 2003-02-24 [christoph]
9469
9470         * Makefile.am
9471         * configure.ac
9472                 fix gnome prefix problems, the configure script now removed
9473                 `gnome-config --prefix` from `gnome-config --datadir`
9474                 and adds $(prefix} instead
9475
9476         (closes Bug 24 Makefile does not respect prefix when installing
9477          GNOME data)
9478
9479 2003-02-24 [christoph]  0.8.10claws49
9480
9481         * src/news.c
9482                 check for valid session before trying to authenticate
9483
9484         (closes Bug 60 crash if "authenticate on logon" is activated
9485          and newsserver-hostname is not valid)
9486
9487 2003-02-24 [melvin]     0.8.10claws48
9488
9489         * src/prefs_actions.c
9490                 Make sure all user's input is sent to the action and then
9491                 close the socket..
9492
9493 2003-02-23 [alfons]     0.8.10claws46
9494
9495         * src/summaryview.c
9496                 also wait cursor when deleting files
9497
9498 2003-02-23 [paul]
9499
9500         * tools/freshmeat_search.pl
9501           tools/google_search.pl
9502                 scripts should now work for any browser/browser command line
9503
9504 2003-02-22 [christoph]  0.8.10claws45
9505
9506         * src/procmsg.c
9507                 fix IMAP flag setting, IMAP flag is not handled correctly
9508                 anymore by the folder system and information about the
9509                 folder should not be saved in the MsgInfo (in my opinion)
9510
9511         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
9512
9513 2003-02-22 [christoph]  0.8.10claws44
9514
9515         * src/summaryview.c
9516                 fix spelling of "label" ;-)
9517
9518 2003-02-22 [thorsten]   0.8.10claws43
9519
9520         * src/mimeview.c
9521           src/prefs_common.[ch]
9522           src/procmime.[ch]
9523                 do not use description as attachment name
9524
9525 2003-02-22 [alfons]     0.8.10claws42
9526
9527         * src/summaryview.c
9528                 freeze/thaw folder item updates when changing color labels,
9529                 and put a wait cursors on
9530
9531 2003-02-22 [thorsten]   0.8.10claws41
9532
9533         * src/mimeview.c
9534                 save-all fixes: crash if invoked on multipart container,
9535                 mimeinfo access, pathseparators, error dialog
9536
9537 2003-02-21 [alfons]     0.8.10claws40
9538
9539         * src/prefs_gtk.c
9540                 remove unused var
9541
9542 2003-02-21 [colin]      0.8.10claws39
9543
9544         * src/send.c
9545                 Fix smtp logging
9546
9547 2003-02-21 [colin]      0.8.10claws38
9548
9549         * src/summaryview.c
9550                 Freeze/thaw folderItem updates when filtering messages 
9551                 via Tools/Filter messages
9552
9553 2003-02-21 [paul]       0.8.10claws37
9554
9555         * src/compose.c
9556                 revert commit 0.8.10claws26, there are ulterior motives
9557                 for users to set a Reply-To header when posting to
9558                 newsgroups
9559
9560 2003-02-21 [paul]       0.8.10claws36
9561
9562         * sync with 0.8.10cvs17
9563                 see ChangeLog 2003-02-21
9564
9565 2003-02-20 [christoph]  0.8.10claws35
9566
9567         * src/imap.c
9568                 IMAP UID fetch speedup using SEARCH
9569
9570         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
9571
9572         * src/imap.c
9573                 fix problem with UIDs in IMAP UID cache that no longer existed
9574
9575 2003-02-20 [christoph]  0.8.10claws34
9576
9577         * src/imap.c
9578         * src/procheader.c
9579         * src/procheader.h
9580                 IMAP header fetch speedup (fetch only headers cached in MsgInfo)
9581
9582         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
9583
9584         * src/imap.c
9585                 Rewrite imap_cmd_gen_recv use sock_getline instead
9586                 of sock_gets to avoid problems with too long reply
9587                 lines
9588     
9589 2003-02-20 [colin]      0.8.10claws33
9590         
9591         * src/prefs_account.c
9592                 Better wording
9593
9594 2003-02-20 [colin]      0.8.10claws32
9595
9596         * src/compose.c
9597                 Remove useless '&& !to_sender' 
9598
9599 2003-02-20 [darko]
9600
9601         * AUTHORS
9602                 change my e-mail address
9603
9604 2003-02-19 [colin]      0.8.10claws31
9605
9606         * src/prefs_common.c
9607                 X11 style colors for every configurable color
9608
9609 2003-02-19 [alfons]     0.8.10claws30
9610
9611         * src/prefs_gtk.[ch]
9612         * src/prefs_common.c
9613                 for color_new accept both plain integers and X11 style color
9614                 names (as found in /usr/lib/X11/rgb.txt)
9615
9616 2003-02-19 [paul]       0.8.10claws29
9617
9618         * src/mainwindow.c
9619                 add tooltips to online/offline button and account selector
9620                 button
9621
9622 2003-02-19 [paul]       0.8.10claws28
9623
9624         * src/folder.c
9625           src/news.c
9626           src/prefs_account.[ch]
9627           src/prefs_common.[ch]
9628                 move 'Maximum number of articles to download' to
9629                 account prefs.
9630                 clean up account prefs gui a little by hiding entries
9631                 rather then greying out entries
9632
9633 2003-02-19 [hiro]       0.8.10claws27
9634
9635         * src/common/utils.c
9636                 fix bug #54 'yesterdays date is displayed in the message 
9637                 summary window'
9638
9639 2003-02-19 [paul]       0.8.10claws26
9640
9641         * src/compose.c
9642                 fix bug reported in Feature Request [688596] 
9643                 'Reply-to header in news'
9644
9645 2003-02-18 [paul]       0.8.10claws25
9646
9647         * src/select-keys.c
9648                 add a 'List all keys' button to key selection dialog
9649
9650 2003-02-18 [colin]      0.8.10claws24
9651         
9652         * src/stock_pixmap.c
9653                 fix compile error
9654
9655 2003-02-18 [colin]      0.8.10claws23
9656
9657         * src/common/smtp.[ch]
9658           src/prefs_account.c
9659                 Try to starttls if it seems to be the only
9660                 way to authenticate a user
9661
9662 2003-02-18 [paul]       0.8.10claws22
9663
9664         * src/Makefile.am
9665           src/folderview.c
9666           src/stock_pixmap.[ch]
9667           src/pixmaps/drafts_close.xpm  ** NEW FILE **
9668           src/pixmaps/drafts_open.xpm   ** NEW FILE **
9669                 as a Drafts folder is a special folder allow it to have
9670                 its own unique icons
9671
9672 2003-02-18 [colin]      0.8.10claws21
9673
9674         * src/imap.c
9675                 Fix port selection when using starttls
9676
9677 2003-02-18 [paul]       0.8.10claws20
9678
9679         * src/mainwindow.c
9680           src/prefs_common.[ch]
9681                 make blue the default new mail colour
9682
9683 2003-02-18 [paul]       0.8.10claws19
9684
9685         * sync with 0.8.10cvs14
9686                 see ChangeLog 2003-02-18
9687
9688 2003-02-17 [jens]       0.8.10claws18
9689
9690         * src/common/md5.c
9691                 fixed a compile problem with gcc 3.3
9692                 works on 2.95.3 too (testet on PPC as it is big endian)
9693
9694 2003-02-17 [paul]       0.8.10claws17
9695
9696         * sync with 0.8.10cvs13
9697                 see ChangeLog 2003-02-17
9698
9699 2003-02-17 [paul]       0.8.10claws16
9700
9701         * sync with 0.8.10cvs12
9702                 see ChangeLog 2003-02-17
9703
9704 2003-02-16 [match]      0.8.10claws15
9705
9706         * src/addressbook.c
9707                 Eliminates reloading of address data when items
9708                 deleted or added. Applied submitted by
9709                 Luke Plant <lukeplant@softhome.net>
9710
9711 2003-02-16 [paul]       0.8.10claws14
9712
9713         * src/news.c
9714                 when a 'protocol error' is encountered disconnect from
9715                 the server. This means that the user can carry on viewing
9716                 other articles and doesn't have to either wait until the
9717                 server timesout or quit sylpheed.
9718                 Fixes bug #53 'Unable to read messages in newsgroups, 
9719                 displayed message doesn't change'
9720
9721 2003-02-15 [christoph]  0.8.10claws13
9722
9723         * src/imap.c
9724                 fix bug that stopped scanning of folders when an
9725                 IMAP folder was empty
9726
9727         (closes bug 46 stop scan messages in folders after empty folder)
9728
9729 2003-02-15 [paul]
9730
9731         * tools/Makefile.am
9732           tools/README
9733           tools/freshmeat_search.pl     ** NEW FILE **
9734           tools/google_search.pl        ** NEW FILE **
9735                 Add 2 Actions scripts which search freshmeat/google
9736                 for the selected text using the browser configured
9737                 in sylpheedrc.
9738                 
9739         Note: These scripts are very dependent on the format of the
9740         browser command and may not work on every occasion. Testing
9741         is welcome. 
9742
9743 2003-02-14 [alfons]     0.8.10claws12
9744
9745         * src/compose.c
9746                 fix breakage because of uninitialized account pointer.
9747                 please verify.
9748
9749 2003-02-14 [paul]       0.8.10claws11
9750
9751         * src/compose.c
9752           src/prefs_account.[ch]
9753           src/prefs_common.[ch]
9754                 move signature settings to Account Prefs
9755
9756 2003-02-14 [paul]       0.8.10claws10
9757
9758         * sync with 0.8.10cvs11
9759                 see ChangeLog 2003-02-14
9760
9761 2003-02-13 [thorsten]   0.8.10claws9
9762
9763         * src/news.c
9764                 revert news progressbar (GUI separation)
9765
9766 2003-02-13 [paul]       0.8.10claws8
9767
9768         * src/compose.c
9769                 make replies behave correctly, re: RFC 1036, Section 2.2.3,
9770                 paragraph 1
9771
9772 2003-02-13 [paul]       0.8.10claws7
9773
9774         * src/compose.[ch]
9775           src/summaryview.c
9776                 fix 'Follow-up and Reply-to' so that it creates a reply to
9777                 the newsgroup and the sender. If the message has the keyword
9778                 'poster' in the Followup-To header, all replies go to the
9779                 sender, re: RFC 1036, Section 2.2.3
9780                 rename all instances of 'ignore_replyto' to 'to_sender', both
9781                 were previously used, now we use just one.
9782
9783 2003-02-13 [paul]       0.8.10claws6
9784
9785         * sync with 0.8.10cvs9
9786                 see ChangeLog 2003-02-13
9787
9788 2003-02-13 [paul]       0.8.10claws5
9789
9790         * configure.ac
9791                 show which plugins are configured in the configure
9792                 output.
9793
9794 2003-02-12 [thorsten]   0.8.10claws4
9795
9796         * src/news.c
9797                 show progress while fetching news headers
9798
9799 2003-02-12 [christoph]  0.8.10claws3
9800
9801         * configure.ac
9802         * src/plugins/Makefile.am
9803                 use AM_CONDITIONAL to enable plugins, automake correctly
9804                 manages this when creating distdir
9805
9806 2003-02-12 [christoph]  0.8.10claws2
9807
9808         * ac/spamassassin.m4
9809         * src/plugins/spamassassin/Makefile.am
9810                 fix building SpamAssassin plugin without OpenSSL
9811
9812 2003-02-12 [paul]       0.8.10claws1
9813
9814         * ac/Makefile.am
9815           src/Makefile.am
9816           src/plugins/Makefile.am
9817                 fix failure of 'make release'
9818
9819 2003-02-12 [paul]       0.8.10claws
9820
9821         * 0.8.10claws released
9822
9823 2003-02-12 [paul]       0.8.9claws56
9824
9825         * po/bg.po
9826           po/es.po
9827           po/it.po
9828           po/ru.po
9829           po/sr.po
9830                 updated translations by George Danchev, Ricardo Mones Lastra,
9831                 Alessandro Maestri, Ruslan N. Balkin and Urke MMI respectively
9832                 
9833         * sylpheed.spec.in
9834                 Allow the building of RPMs by a regular user. Submitted
9835                 by Sergei Astanin
9836
9837 2003-02-11 [alfons]     0.8.9claws55
9838
9839         * src/colorlabel.c
9840                 don't use pixmaps for label color rect but draw rectangles
9841                 so we can respect the color map of palette based visuals
9842                 (fixes the long time crashes on Suns - thanks to Andreas
9843                 Engel and Steve O'Hara-Smith for testing)
9844
9845 2003-02-11 [christoph]  0.8.9claws54
9846
9847         * src/matcher_parser_parse.y
9848                 correct bug where filering rules of not existing folders in
9849                 matcherrc were added to global filtering
9850                 
9851         (closes Debian Bug #180253 - Directory's filter-rules are merged with
9852          main filter-rules after removing directory, http://bugs.debian.org/180253)
9853         
9854 2003-02-11 [paul]       0.8.9claws53
9855
9856         * sync with 0.8.10cvs7
9857                 see ChangeLog 2003-02-09
9858
9859 2003-02-11 [melvin]     0.8.9claws52
9860
9861         * po/fr.po
9862                 Updated French tranlsations
9863
9864 2003-02-10 [paul]       0.8.9claws51
9865
9866         * sylpheed.spec.in
9867                 correct --enable-openssl
9868                 Fix submitted by Sergei Astanin <asita@users.sourceforge.net>
9869
9870 2003-02-09 [martin]     0.8.9claws50
9871
9872         * src/prefs_matcher.c
9873                 fix segfault in prefs_matcher_substitute_cb() when
9874                 no row is selected
9875
9876 2003-02-09 [paul]       0.8.9claws49
9877
9878         * src/folderview.c
9879                 fix bug where a newsgroup folder's processing rules were
9880                 merged with the global filtering rules when the newsgroup
9881                 folder was deleted, causing some seriously bad results,
9882                 see <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=180253>
9883
9884 2003-02-08 [melvin]     0.8.9claws48
9885
9886         * src/compose.c
9887                 Corrected and modified an alert message.
9888
9889 2003-02-07 [paul]       0.8.9claws47
9890
9891         * src/folderview.c
9892                 fix bug where both an 'Account properties' window and a
9893                 'Folder properties' window were opened when clicking on
9894                 'Properties' in an NNTP or IMAP folder's popup menu.
9895
9896 2003-02-07 [paul]       0.8.9claws46
9897
9898         * sync with 0.8.10cvs6
9899                 see ChangeLog 2003-02-06
9900
9901 2003-02-06 [christoph]  0.8.9claws45
9902
9903         * src/mbox.c
9904                 freeze folder updates while importing mbox files
9905                 (closes bug 43 importing mbox took hours)
9906                 
9907         Patch submitted by Jens Rantil <jens.rantil@telia.com>
9908
9909 2003-02-06 [thorsten]   0.8.9claws44
9910
9911         * po/de.po
9912                 Updated german translations
9913
9914 2003-02-06 [thorsten]   0.8.9claws43
9915
9916         * src/news.h
9917                 use guint for message numbers (fix count in grouplist dialog)
9918
9919 2003-02-05 [paul]       0.8.9claws42
9920
9921         * sync with 0.8.10cvs2
9922                 see ChangeLog 2003-02-05
9923
9924 2003-02-04 [colin]      0.8.9claws41
9925
9926         * src/prefs_common.[ch]
9927           src/procmsg.c
9928           src/summaryview.c
9929                 Add an option to disable threading by subject
9930
9931 2003-02-04 [christoph]  0.8.9claws40
9932
9933         * src/inc.c
9934                 only abort fetching mails from multiple accounts when the
9935                 error is fatal and does not allow to check any more accounts
9936                 (currently only disk full error)
9937
9938         (closes bug 31 after POP3 error: "no such mail" Sylpheed does not
9939          receive mails for other accouts)
9940
9941 2003-02-04 [christoph]  0.8.9claws39
9942
9943         * src/folder.c
9944                 first add the new message to the cache, then
9945                 send the update notification
9946
9947         (closes bug 39 after sending message folderview doesnt get updated)
9948
9949 2003-02-04 [colin]      0.8.9claws38
9950
9951         * src/inc.c
9952                 _really_ fix this Connecting... status
9953
9954 2003-02-04 [paul]       0.8.9claws37
9955
9956         * sync with 0.8.10
9957                 see ChangeLog 2003-02-04
9958
9959 2003-02-04 [paul]       0.8.9claws36
9960
9961         * sync with 0.8.9cvs6
9962                 see ChangeLog 2003-02-03
9963
9964 2003-02-04 [paul]       0.8.9claws35
9965
9966         * po/pt_BR.po
9967                 updated by André Filipe de Assunção e Brito 
9968                 <bedecko@netsite.com.br>
9969
9970 2003-02-03 [thorsten]   0.8.9claws34
9971
9972         * po/de.po
9973                 Updated german translations
9974
9975 2003-02-02 [paul]       0.8.9claws33
9976
9977         * po/es.po
9978                 updated by Ricardo Mones Lastra
9979
9980 2003-02-02 [thorsten]   0.8.9claws32
9981
9982         * src/mh.c
9983                 Fix mh_get_msginfo() segfault if file is inaccessible
9984
9985 2003-01-31 [colin]      0.8.9claws31
9986
9987         * src/procheader.c
9988                 Fix last commit's bug
9989
9990 2003-01-31 [colin]      0.8.9claws30
9991
9992         * src/procheader.c
9993                 Missing a change for gpg-signed messages
9994
9995 2003-01-31 [paul]       0.8.9claws29
9996
9997         * src/pixmaps/gpg_signed.xpm    ** NEW FILE **
9998           src/procheader.c
9999           src/stock_pixmap.[ch]
10000           src/summaryview.c
10001                 indicate GnuPG signed messages by displaying an icon
10002                 in the Attachment column.
10003
10004 2003-01-31 [paul]       0.8.9claws28
10005
10006         * sync with 0.8.9cvs4
10007                 see ChangeLog 2003-01-31
10008
10009 2003-01-31 [alfons]     0.8.9claws27
10010
10011         * src/textview.c
10012                 tune URI parser to accept mailto URLs with a '?'
10013                 (patch from Ruslan Balkin)
10014
10015 2003-01-31 [colin]      0.8.9claws26
10016
10017         * src/summaryview.c
10018                 Fix a leak introduced in claws24
10019
10020 2003-01-31 [colin]      0.8.9claws25
10021
10022         * src/summaryview.c
10023                 Freeze/Thaw folder updates when deleting dups
10024
10025 2003-01-31 [colin]      0.8.9claws24
10026         
10027         * src/addr_compl.c
10028           src/summaryview.c
10029           src/msgcache.c
10030                 little speed improvements
10031
10032 2003-01-31 [colin]      0.8.9claws23
10033
10034         * src/summaryview.c
10035                 Fix segfault when forwarding nothing
10036                 Patch from "Ruslan N. Balkin" <baron@voices.ru>
10037                 
10038 2003-01-30 [paul]       0.8.9claws22
10039
10040         * sync with 0.8.9cvs3
10041                 see ChangeLog 2003-01-30
10042
10043 2003-01-30 [paul]       0.8.9claws21
10044
10045         * sync with 0.8.9cvs2
10046                 see ChangeLog 2003-01-30
10047
10048 2003-01-29 [paul]       0.8.9claws20
10049
10050         * sync with 0.8.9cvs1
10051                 see ChangeLog 2003-01-29
10052
10053 2003-01-28 [paul]       0.8.9claws19
10054
10055         * po/POTFILES.in
10056                 update to reflect changes. 
10057                 thanks to Ricardo Mones Lastra
10058
10059 2003-01-27 [christoph]  0.8.9claws18
10060
10061         * ac/openssl.m4
10062         * ac/spamassassin.m4
10063         * src/plugins/spamassassin/README
10064         * src/plugins/spamassassin/libspamc.[ch]
10065         * src/plugins/spamassassin/utils.[ch]
10066                 updated to latest libspamc
10067
10068 2003-01-27 [christoph]  0.8.9claws17
10069
10070         * src/folder.c
10071                 fix wrong use of procheader_get_header_fields
10072
10073 2003-01-27 [christoph]  0.8.9claws16
10074
10075         * src/news.c
10076         * src/prefs_account.[ch]
10077         * src/common/nntp.[ch]
10078                 allow to force authentication for NNTP servers
10079
10080         Patch submitted by Florian Mickler <dmk@d-labs.de>
10081
10082 2003-01-26 [paul]       0.8.9claws15
10083
10084         * src/summaryview.c
10085                 speed up of marking messages as read
10086                 patch submitted by Jens Rantil <ztyx@users.sourceforge.net>
10087
10088 2003-01-26 [christoph]  0.8.9claws14
10089
10090         * src/Makefile.am
10091         * src/mgutils.[ch]              ** REMOVE **
10092         * src/xml.[ch]                  ** REMOVE **
10093         * src/xmlprops.[ch]             ** REMOVE **
10094         * src/common/Makefile.am
10095         * src/common/mgutils.[ch]       ** NEW **
10096         * src/common/xml.[ch]           ** NEW **
10097         * src/common/xmlprops.[ch]      ** NEW **
10098                 move xml files to common directory
10099
10100 2003-01-26 [christoph]  0.8.9claws13
10101
10102         * src/plugins/spamassassin/spamassassin_gtk.c
10103                 only set gtk entry text if string is available
10104
10105 2003-01-26 [melvin]     0.8.9claws12
10106
10107         * src/description_window.c
10108                 Allow resizing of the window
10109                 Allow automatic horizontal scroll bar
10110                 Do not vertically expand and fill
10111
10112 2003-01-26 [christoph]  0.8.9claws11
10113
10114         * src/Makefile.am
10115         * src/gtkutils.[ch]             ** REMOVE **
10116         * src/common/sylpheed.c
10117         * src/gtk/Makefile.am
10118         * src/gtk/description_window.c
10119         * src/gtk/gtkutils.[ch]         ** NEW **
10120         * src/gtk/prefswindow.c
10121                 move gtkutils to gtk directory
10122
10123 2003-01-26 [paul]       0.8.9claws10
10124
10125         * src/summaryview.c
10126                 rename summary_unread_clicked() to summary_status_clicked()
10127
10128 2003-01-26 [melvin]     0.8.9claws9
10129
10130         * src/prefs_actions.c
10131                 Cosmetical changes to the help text
10132
10133 2003-01-26 [paul]       0.8.9claws8
10134
10135         * src/folder.[ch]
10136           src/mainwindow.c
10137           src/prefs_common.c
10138           src/prefs_sumamry_column.c
10139           summaryview.[ch]
10140                 rename the 'Unread' column to 'Status'
10141
10142 2003-01-25 [match]      0.8.9claws7
10143
10144         * src/mgutils.[ch]
10145                 removed reference to LDAP constants. removed error2string.
10146                 included functions to support LDAP dynamic queries.
10147         * src/syldap.h
10148                 moved LDAP constants here.
10149         * src/addressbook.c
10150         * src/addrindex.c
10151         * src/importldif.c
10152                 removed references to LDAP constants and references to
10153                 error2string.
10154
10155 2003-01-25 [paul]       0.8.9claws6
10156
10157         * src/summaryview.c
10158                 summary_thread_build(), summary_thread_init(): remove 
10159                 unneeded reference to summaryview->folder_item
10160
10161 2003-01-25 [christoph]  0.8.9claws5
10162
10163         * src/gtk/description_window.c
10164                 o allow description texts to expand over multiple columns
10165                 o translate all columns
10166         * src/prefs_actions.c
10167                 change syntax description to use new multi column feature
10168
10169         Patch submitted by Ivan F. Martinez <ivanfm@users.sourceforge.net>
10170
10171 2003-01-25 [match]      0.8.9claws4
10172
10173         * src/vcard.c
10174                 fixed bug with Quoted-Printable
10175
10176 2003-01-25 [paul]       0.8.9claws3
10177
10178         * src/folder.[ch]
10179           src/summaryview.[ch]
10180                 implement per-folder collapsed/expanded threads setting
10181                 
10182         * src/prefs_common.c
10183                 remove global collapsed/expanded threads option
10184
10185 2003-01-25 [christoph]  0.8.9claws2
10186
10187         * po/POTFILES.in
10188                 add pluginwindow and prefswindow
10189         * src/compose.c
10190                 make send respond correctly to messages that could be added
10191                 to the queue folder, but the UID of the message is unknown
10192         * src/folder.c
10193         * src/imap.c
10194                 don't return guessed UIDs in imap_add_msg anymore. We return
10195                 0 to tell the folder system it was appened but the UID is
10196                 unknown. Folder system now get's the UID by scaning the folder
10197                 and searching the cache for the Message-ID
10198                 (closes bug #29 Messages queued, but not sent)
10199
10200 2003-01-25 [paul]       0.8.9claws1
10201
10202         * src/codeconv.c
10203                 conv_encode_header():  fix bug when long headers with 8-bit
10204                 characters are used, so that the encoded words are wrapped.
10205                 If the space in the original text falls on the wrap boundary,
10206                 it can be lost.
10207                 Patch by Sergey Vlasov.
10208                 
10209         * src/folderview.c
10210                  fix bug where a change to the sorting method or thread view
10211                  of a folder's messages is lost if simpify-subject is set and
10212                  toggled on or off.
10213                  Patch by Luke Plant.
10214
10215 2003-01-24 [paul]       0.8.9claws
10216
10217         * sylpheed-0.8.9claws released
10218         
10219         * Makefile.am
10220           sylpheed.spec.in
10221                 remove reference to 'INSTALL.jp'
10222
10223 2003-01-23 [paul]       0.8.8claws128
10224
10225         * po/es.po
10226           po/it.po
10227           po/ru.po
10228           po/sr.po
10229                 updated translations. submitted by Ricardo Mones Lastra,
10230                 Alessandro Maestri, Ruslan N. Balkin and Urke MMI respectively.
10231
10232 2003-01-23 [colin]      0.8.8claws127
10233
10234         * src/compose.c
10235                 Fix drafted and queued news articles re-edition
10236
10237 2003-01-23 [melvin]     0.8.8claws126
10238
10239         * po/fr.po
10240                 Updated French translations
10241
10242 2003-01-23 [colin]      0.8.8claws125
10243
10244         * src/inc.c
10245                 Fix "Connecting to..." status message
10246
10247 2003-01-22 [paul]       0.8.8claws124
10248
10249         * po/bg.po
10250                 updated by George Danchev
10251                 
10252         * src/folder.c
10253                 revert last commit [0.8.8claws111] as it breaks folder d'n'd
10254                 and folder deletion
10255
10256 2003-01-21 [paul]       0.8.8claws123
10257
10258         * po/bg.po
10259                 updated by George Danchev
10260                 
10261         * src/about.c
10262                 its now 2003
10263                 
10264         * src/toolbar.c
10265                 don't translate 'Separator'
10266                 
10267         * src/plugins/spamassassin/Makefile.am
10268                 add aspell to CPPFLAGS
10269                 
10270         * src/plugins/spamassassin/spamassassin.c
10271           src/plugins/spamassassin/spamassassin_gtk.c
10272                 set correct default for spamassassin_receive_spam
10273                 slightly re-word descriptions and some
10274                 other minor changes
10275
10276 2003-01-19 [alfons]     0.8.8claws122
10277                 
10278         * src/mimeview.c
10279                 mimeview_save_as(): we might as well show the file name for
10280                 the single case "Save As" too
10281
10282 2003-01-19 [alfons]     0.8.8claws121
10283
10284         * src/crash.c
10285                 change bug tracker URL to bugzilla URL
10286
10287 2003-01-19 [alfons]     0.8.8claws120
10288
10289         * src/mimeview.c
10290                 mimeview_save_all(): display name of file before overwriting;
10291                 continue saving all, even when one overwrite was cancelled
10292
10293 2003-01-19 [christoph]  0.8.8claws119
10294
10295         * src/summaryview.c
10296         * src/procmsg.[ch]
10297                 fix wrong usage of procmsg_find_children in summaryview
10298                 by using procmsg_update_unread_children instead of
10299                 summaryview_update_unread_children
10300
10301 2003-01-19 [christoph]  0.8.8claws118
10302
10303         * src/procmsg.c
10304                 fix infinite loop in procmsg_find_children
10305                  (closes bug #25 sylpheed crashes on delete.)
10306
10307         Patch submitted by Ivan F. Martinez <ivanfm@users.sourceforge.net>
10308
10309 2003-01-19 [paul]       0.8.8claws117
10310
10311         * po/pt_BR.po
10312                 updated by Ivan Francolin Martinez
10313
10314 2003-01-18 [melvin]     0.8.8claws116
10315
10316         * src/prefs_actions.c
10317                 Removed syntax limitation of only one '&' at the end of command.
10318                         Now actions that contain '>/dev/null 2>&1' are possible.
10319
10320 2003-01-18 [melvin]     0.8.8claws115
10321
10322         * src/prefs_actions.c
10323                 Actions IO dialog: when the action ends
10324                 the "Close" button now has focus and [Escape] closes the
10325                 window.
10326
10327 2003-01-18 [christoph]  0.8.8claws114
10328
10329         * src/procmsg.c
10330                 o add debug output when MsgInfos are really freed
10331                 o free GSLists in procmsg_find_children and
10332                   procmsg_update_unread_children
10333
10334 2003-01-18 [christoph]  0.8.8claws113
10335
10336         * src/mainwindow.c
10337                 reorder Configuration menu
10338
10339 2003-01-18 [christoph]  0.8.8claws112
10340
10341         * src/compose.c
10342                 fix applying templates to forwarded messages
10343
10344         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
10345
10346 2003-01-17 [christoph]  0.8.8claws111
10347
10348         * src/folder.c
10349                 destroy folder items, when a folder item is removed
10350
10351 2003-01-17 [christoph]  0.8.8claws110
10352
10353         * src/folder.c
10354                 fix wrong folder stats update when ignored message is
10355                 deleted
10356
10357 2003-01-17 [colin]      0.8.8claws109
10358         
10359         * src/mainwindow.c
10360         * src/summaryview.c
10361                 Quicksearch bugfixes: 
10362                 - hide help button at startup if not extended
10363                 - switch to extended when looking for replies
10364
10365 2003-01-17 [paul]
10366
10367         * sync with 0.8.9 release
10368
10369 2003-01-17 [paul]       0.8.8claws108
10370
10371         * sync with 0.8.8cvs11
10372                 see ChangeLog 2003-01-17
10373
10374 2003-01-16 [colin]      0.8.8claws107
10375
10376         * src/procmsg.c
10377                 Changed encryption test to re-ask passphrase
10378                 if an encrypted message hasn't been decrypted
10379                 Fixes bug #5
10380
10381 2003-01-16 [christoph]  0.8.8claws106
10382
10383         * src/prefs_gtk.c
10384         * src/prefs_toolbar.c
10385         * src/gtk/prefswindow.h
10386         * src/plugins/spamassassin/spamassassin_gtk.c
10387                 remove page destroy function that is not used anymore
10388
10389 2003-01-16 [paul]       0.8.8claws105
10390
10391         * sync with 0.8.8cvs9
10392                 see ChangeLog 2002-01-16
10393
10394 2003-01-16 [colin]      0.8.8claws104
10395
10396         * src/compose.[ch]
10397                 Fix bug with autosaved drafts for IMAP, when draft
10398                 folder is specified - fixes bugzilla bug #20
10399
10400 2003-01-15 [paul]       0.8.8claws103
10401
10402         * src/compose.[ch]
10403           src/procmsg.c
10404                 store folder and message-id of message forwarding
10405                 in queue header and set forward flag after sending
10406
10407 2003-01-15 [paul]       0.8.8claws102
10408
10409         * sync with 0.8.8cvs8
10410                 see ChangeLog 2002-01-15
10411
10412 2003-01-15 [colin]      0.8.8claws101
10413
10414         * src/Makefile.am
10415                 Fix linking with GNU libiconv
10416
10417 2003-01-15 [darko]      0.8.8claws100
10418
10419         * src/pine.c
10420                 fix crash when importing pine address book
10421                 entry with an empty name (reported by DY
10422                 <dybulk at tri8.net>)
10423
10424 2003-01-14 [paul]       0.8.8claws99
10425
10426         * configure.in  ** REMOVED **
10427           configure.ac  ** NEW FILE **
10428                 rename configure.in to configure.ac, as it is now
10429                 preferred
10430
10431 2003-01-14 [melvin]     0.8.8claws98
10432
10433         * src/folderview.c
10434                 folderview_check_new(): More precise function description
10435
10436 2003-01-14 [melvin]     0.8.8claws97
10437
10438         * src/folderview.c
10439                 folderview_check_new(): return the number of new messages 
10440                         since last check.
10441         * src/inc.c
10442                 inc_account_mail(): Disable counting of new messages for IMAP
10443                         and NNTP until bug [19] and [14] are fixed.
10444
10445 2003-01-14 [paul]       0.8.8claws96
10446
10447         * sync with 0.8.8cvs6
10448                 see ChangeLog 2003-01-14
10449
10450 2003-01-13 [alfons]     0.8.8claws95
10451
10452         * src/textview.c
10453                 tune email address validation (c. 0.8.8claws89): if . is 
10454                 just one char away from @, the address is invalid too 
10455                 (correctly rejects addresses like foo@.com)
10456
10457 2003-01-13 [paul]       0.8.8claws94
10458
10459         * src/messageview.c
10460           src/toolbar.c
10461                 fixes to the Message View toolbar and menu:
10462                 fix non-functioning Forward button
10463                 make Reply button consider default_reply_list
10464                 remove 'Follow-up...' menu entry
10465                 add 'Forward' and 'Redirect' menu entries
10466
10467 2003-01-13 [melvin]     0.8.8claws93
10468
10469         * src/inc.c
10470                 Fixed typo that could make new messages count incorrect.
10471
10472 2003-01-13 [melvin]     0.8.8claws92
10473
10474         * src/folderview.[ch]
10475                 folderview_check_new(): return the number of new messages.
10476         * src/inc.c
10477                 Should fix bug [14] where new mail notification worked 
10478                         incorrectly with IMAP accounts.
10479                 inc_spool_account(): return number of new msgs, or -1 on error
10480                 inc_all_spool(): return number of new msgs
10481                 
10482 2003-01-13 [melvin]     0.8.8claws91
10483
10484         * src/prefs_actions.c
10485                 Justify help text.
10486
10487 2003-01-12 [thorsten]   0.8.8claws90
10488
10489         * src/common/prefs.c
10490                 close file before rename
10491
10492 2003-01-12 [alfons]     0.8.8claws89
10493
10494         * AUTHORS
10495                 add Christian Mertes
10496         * src/common/utils.[ch]
10497                 g_stricase_hash(), g_stricase_equal(): functions for 
10498                 case insensitive hash tables
10499         * src/textview.c
10500                 use top level domain names to validate email address, based
10501                 on a patch by Christian Mertes (thanks!), but changed 
10502                 implementation to use a hash table 
10503
10504 2003-01-12 [paul]       0.8.8claws88
10505
10506         * po/bg.po
10507                 updated by George Danchev
10508
10509 2003-01-12 [alfons]     0.8.8claws87
10510
10511         * src/summaryview.c
10512                 delete / execute performance: use new style folder update
10513
10514 2003-01-12 [paul]       0.8.8claws86
10515
10516         * sync with 0.8.8cvs5
10517                 see ChangeLog 2003-01-13 (!)
10518
10519 2003-01-12 [alfons]     0.8.8claws85
10520
10521         * src/filtering.c
10522         * src/matcher_parser_parse.y
10523                 prepare change_score filtering action
10524         * src/matcher.[ch]
10525                 give up const-correctness on functions that call non-const-correct functions;
10526                 several casts to gpointer in g_free();
10527                 add change_score;
10528
10529 2003-01-12 [christoph]  0.8.8claws84
10530
10531         * src/compose.c
10532                 fix 2 warnings
10533
10534         * src/gtk/prefswindow.[ch]
10535         * src/plugins/spamassassin/spamassassin_gtk.c
10536                 changed the call of the widget create function
10537                 for PrefsPages, because sometimes the widget
10538                 create function needs a widget that already has
10539                 been attached to a window (to create GDK pixmaps
10540                 for exmaple). So we simply pass the GtkWindow as
10541                 the second parameter now.
10542
10543         * src/main.c
10544         * src/mainwindow.c
10545         * src/prefs_toolbar.[ch]
10546                 rewrite Toolbar Preferences using the new
10547                 prefs window
10548
10549 2003-01-11 [alfons]     0.8.8claws83
10550
10551         * src/addressadd.c
10552                 fix crash when adding sender to addressbook because status bar
10553                 isn't there (the status bar doesn't seem to be used though,
10554                 but I'll let Match decide what to do with it)
10555
10556 2003-01-11 [colin]      0.8.8claws82
10557
10558         * src/main.c
10559           src/toolbar.c
10560                 Two useless changes reversed
10561
10562 2003-01-11 [colin]      0.8.8claws81
10563
10564         * src/mainwindow.c
10565           src/mainwindow.h
10566                 Add mainwindow_get_mainwindow()
10567         * src/alertpanel.c
10568           src/alertpanel.h
10569                 Add alertpanel_error_log() 
10570         * src/compose.c
10571           src/inc.c
10572           src/messageview.c
10573           src/toolbar.c
10574           src/main.c
10575           src/procmsg.c
10576                 Network errors get a View Log button
10577
10578 2003-01-10 [alfons]     0.8.8claws80
10579
10580         * src/prefs_toolbar.c
10581         * src/toolbar.c
10582                 use the translatable string for "Separator" as file name for
10583                 separator toolbar items (probably make this uppercase?)
10584
10585 2003-01-10 [alfons]     0.8.8claws79
10586
10587         * src/prefs_toolbar.c
10588                 put right A_SEPARATOR description string in "displayed
10589                 toolbar items list" so manually added separators are
10590                 saved correctly (bug #10, "Adding a separator to the main 
10591                 toolbar fails, entry in xml file is wrong")
10592
10593 2003-01-10 [christoph]  0.8.8claws78
10594
10595         * src/imap.c
10596                 o fix warnings
10597                 o use CAPABILITY to check if NAMESPACE is available
10598
10599 2003-01-10 [christoph]  0.8.8claws77
10600
10601         * src/imap.[ch]
10602                 apply UIDPLUS IMAP extension support patch
10603
10604         Patch submitted by Simon 'corecode' Schubert
10605
10606 2003-01-10 [paul]       0.8.8claws76
10607
10608         * src/folderview.c
10609                 a sync from main which fixes the news account folders'
10610                 Properties bug
10611
10612 2003-01-10 [christoph]  0.8.8claws75
10613
10614         * src/folder.c
10615                 don't accept 0 as a valid uid returned by copy and move
10616                 functions. 0 means the message was copied or moved but the
10617                 new uid could not be fetched. It is not an error condition
10618                 for the copy or move operation.
10619
10620 2003-01-10 [paul]       0.8.8claws74
10621
10622         * src/prefs_filtering.c
10623                 change English used in Alert when entry is not
10624                 saved.
10625                 
10626         * sync with 0.8.8cvs4
10627                 see ChangeLog 2003-01-10
10628
10629 2003-01-10 [darko]      0.8.8claws73
10630
10631         * src/pine.c
10632                 fix crash when importing address book entry
10633                 without a valid address
10634
10635 2003-01-09 [alfons]     0.8.8claws72
10636
10637         * src/inc.c
10638                 filtering performance: use new style folder update
10639
10640 2003-01-09 [christoph]  0.8.8claws71
10641
10642         * src/compose.c
10643         * src/gtk/menu.[ch]
10644                 fix wrong selecting of mime encoding type, when
10645                 opening property dialog of attachments in the
10646                 compose window. 7bit was always selected and that
10647                 destoryed files with 8bit data.
10648                 (closes bug #9 Sylpheed-claws destroys attachments when
10649                  changing MIME-types)
10650
10651 2003-01-09 [paul]       0.8.8claws70
10652
10653         * sync with 0.8.8cvs3
10654                 see ChangeLog 2003-01-09
10655
10656 2003-01-08 [alfons]     0.8.8claws69
10657         
10658         * src/addressadd.c
10659                 apply patch by Kim Schulz to fix build breakage
10660                 because of missing variable
10661
10662 2003-01-08 [paul]       0.8.8claws68
10663
10664         * sync with 0.8.8cvs2
10665                 see ChangeLog 2002-01-08
10666
10667 2003-01-08 [paul]       0.8.8claws67
10668
10669         * po/it.po
10670                 updated by Alessandro Maestri
10671                 
10672         * src/addressadd.c
10673                 when using 'Add sender to addressbook' allow
10674                 name to be edited and remarks to be entered
10675                 Patch submitted by Luke Plant
10676
10677 2003-01-08 [darko]      0.8.8claws66
10678
10679         * README.claws, src/summaryview.c
10680                 fix description for marked messages
10681
10682 2003-01-08 [paul]
10683
10684         * tools/Makefile.am
10685           tools/launch_phoenix  ** NEW FILE **
10686                 add script that enables using Phoenix as the default
10687                 web browser. 
10688                 Submitted by Mohammed Sameer <Uniball@linux-egypt.org>
10689                 
10690         * tools/OOo2sylpheed.pl
10691                 remove full path to sylpheed executable, just 'sylpheed'
10692                 will do
10693                 
10694         * tools/README
10695                 add launch_phoenix informtion and re-arrange and compress
10696                 the data a little
10697
10698 2003-01-07 [christoph]  0.8.8claws65
10699
10700         * src/folder.c
10701                 fix update for source folder when moving messages
10702         * src/procmsg.[ch]
10703         * src/summaryview.c
10704                 use function to set to_folder for message infos and
10705                 automatically update the op_count for old and new
10706                 folder
10707
10708 2003-01-07 [melvin]     0.8.8claws64
10709
10710         * src/prefs_actions.c
10711                 Fixed bug where an '%p' Action on a displayed image crashed 
10712                         Sylpheed
10713                 Code clean up (get rid of duplicated code and removed unnecessary 
10714                                 structure member)
10715
10716 2003-01-07 [christoph]  0.8.8claws63
10717
10718         * src/compose.c
10719         * src/folder.[ch]
10720         * src/folderview.c
10721         * src/import.c
10722         * src/inc.c
10723         * src/main.c
10724         * src/mainwindow.c
10725         * src/messageview.c
10726         * src/prefs_folder_item.c
10727         * src/procmsg.c
10728         * src/summaryview.c
10729         * src/toolbar.c
10730                 o remove all folder update triggering from the UI code. The folder
10731                   system should know much better when a folder needs an update.
10732                 o to prevent multiple updates in a row the folder updates can be
10733                   frozen for some time.
10734
10735                 Note: - Please verify that no updates are missing
10736                       - Check where freeze/thaws should be added
10737
10738 2003-01-07 [christoph]  0.8.8claws62
10739
10740         * src/prefs_actions.c
10741                 don't translate empty strings
10742
10743         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
10744
10745 2003-01-06 [christoph]  0.8.8claws61
10746
10747         * src/prefs_actions.c
10748                 mark strings for gettext
10749         * src/prefs_matcher.c
10750                 use new description window for Execute action and
10751                 match condition in Filtering
10752
10753         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
10754
10755 2003-01-06 [alfons]     0.8.8claws60
10756
10757         keep myself inspired to re-organize matcher part 8; 
10758         yes, more to come (I need to move out the descriptive
10759         text for actions to matcher.c, or at least make it not
10760         depend on the wicked ordering)
10761
10762         * src/prefs_matcher.c
10763                 add documentation so others may comprehend the
10764                 UI part of the conditions
10765                 
10766 2003-01-06 [christoph]  0.8.8claws59
10767
10768         * src/prefs_actions.c
10769                 use new description window for syntax help
10770         * src/gtk/description_window.c
10771                 fix display of descriptions with column count != 2
10772
10773         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
10774
10775 2003-01-06 [christoph]  0.8.8claws58
10776
10777         * src/quote_fmt.c
10778         * src/summaryview.[ch]
10779         * src/gtk/Makefile.am
10780         * src/gtk/description_window.[ch]       ** NEW **
10781                 use a generic window to display syntax descriptions
10782                 currently used in quote_fmt and summaryview (new description
10783                 for extended quick search)
10784
10785         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
10786
10787 2003-01-06 [paul]       0.8.8claws57
10788
10789         * sync with 0.8.8cvs1
10790                 see ChangeLog 2003-01-06
10791
10792 2003-01-06 [christoph]  0.8.8claws56
10793
10794         * src/mainwindow.c
10795         * src/prefs_gtk.[ch]
10796         * src/gtk/prefswindow.[ch]
10797         * src/plugins/spamassassin/spamassassin_gtk.c
10798                 o remove page management from prefswindow, pages
10799                   will be an argument to prefswindow_open
10800                 o prefswindow_open gets a datapointer that is
10801                   passed to the widget_create function to allow
10802                   creation of prefswindow for specific items
10803
10804 2003-01-06 [colin]      0.8.8claws55
10805         
10806         * src/summaryview.c
10807                 We don't want regexp in the reply-finder, 
10808                 because MIDs can contain !,$,. and so on
10809
10810 2003-01-06 [jens]       0.8.8claws54
10811
10812         * src/jpilot.c
10813                 fixed a wrong free in jpilot_read_db_files
10814
10815 2003-01-06 [alfons]     0.8.8claws53
10816
10817         re-organize matcher part 8; more to come
10818        
10819         * src/matcher.c
10820                 matcherprop_to_string(): put g_free()s before the
10821                 switch-case break to fix memleaks                
10822
10823 2003-01-06 [colin]      0.8.8claws52
10824
10825         * src/summaryview.c
10826                 cleanup & reply-finder now displays the first 
10827                 matching message
10828
10829 2003-01-05 [alfons]     0.8.8claws51
10830
10831         re-organize matcher part 7; more to come
10832
10833         * src/matcher.[ch]
10834                 fixes for constant correctness;
10835                 more documentation;
10836
10837 2003-01-05 [alfons]     0.8.8claws50
10838
10839         re-organize matcher part 6; more to come
10840         
10841         * src/matcher.[ch]
10842                 fixes for constant correctness;
10843                 more documentation;
10844         * src/filtering.c
10845                 fix for constant correctness
10846
10847 2003-01-05 [colin]      0.8.8claws49
10848
10849         * src/account.[ch]
10850                 Add account_get_reply_account function
10851         * src/compose.c
10852                 Use account_get_reply_account function 
10853         * src/summaryview.c
10854                 Basic reply-finder - click on the replied
10855                 icon gets you to the outbox using quick-search
10856
10857 2003-01-05 [paul]       0.8.8claws48
10858
10859         * src/prefs_common.c
10860                 small change to English
10861                 
10862         * src/prefs_filtering.c
10863                 prefs_filtering_action_select(): improve logic and uniformity
10864                 of gui
10865
10866 2003-01-05 [alfons]     0.8.8claws47
10867
10868         fine tune solution to focus problems (bug #7)
10869
10870         * src/mainwindow.c
10871                 mainwindow_focus_in_event(): remove grab event check
10872         * src/summaryview.c
10873                 summary_button_pressed(): move selection on right-click
10874                 too. we can't possibly move the selection back after
10875                 canceling a dialog, because gtk's incomplete focus 
10876                 management. whether this is a good solution, only time
10877                 will tell.
10878
10879 2003-01-05 [christoph]  0.8.8claws46
10880
10881         * src/imap.c
10882                 fix crash when no imap connection could be established
10883
10884 2003-01-05 [paul]       0.8.8claws45
10885
10886         * src/mainwindow.c
10887           src/sumamryview.c
10888           src/gtk/menu.[ch]
10889                 fix bug 605957 'shortcuts in popup-menu'
10890                 make user-defined shortcuts work
10891                 show shortcuts that are already defined
10892                 in the main menu
10893                 Patch submitted by Luke Plant
10894
10895 2003-01-05 [alfons]     0.8.8claws44
10896
10897         * src/mainwindow.c
10898                 focus_in_event handler should not select summary view row 
10899                 when another window (menu, dialog) grabbed for events 
10900                 (bug #7, "[0.8.8claws42] Message summary focus") 
10901
10902 2003-01-04 [christoph]  0.8.8claws43
10903
10904         * src/procmsg.c
10905                 update save folder after adding the sent message
10906                  (closes bug #6 Folder View doesn't refresh for "Sent"-messages)
10907
10908 2003-01-02 [christoph]  0.8.8claws42
10909
10910         * src/common/plugin.c
10911                 fix unloading of all plugins and unload
10912                 plugins in reverse order
10913                 
10914         * src/gtk/pluginwindow.c
10915                 implement function of load and unload button
10916
10917         * src/gtk/prefswindow.c
10918         * src/gtk/prefswindow.h
10919                 rename register function and add new unregister
10920                 function
10921
10922         * src/plugins/spamassassin/spamassassin_gtk.c
10923                 unregister prefs page and update for changes in
10924                 src/gtk/prefswindow.c
10925
10926 2003-01-02 [paul]       0.8.8claws41
10927
10928         * po/es.po
10929                 updated by Ricardo Mones Lastra
10930
10931 2003-01-02 [paul]
10932
10933         * tools/tb2sylpheed
10934                 fixes and improvements by Urke MMI
10935
10936 2003-01-02 [thorsten]   0.8.8claws40
10937
10938         * src/procmsg.c
10939                 fixed wrong return value
10940
10941 2003-01-02 [thorsten]   0.8.8claws39
10942
10943         * src/prefs.c
10944                 fixed printing wrong variable
10945
10946 2003-01-02 [thorsten]   0.8.8claws38
10947
10948         * src/prefs.c
10949                 fixed acessing members of freed pfile struct
10950
10951 2003-01-02 [thorsten]   0.8.8claws37
10952
10953         * src/procmsg.c
10954                 detect loops across several messages
10955                 as suggested by Christoph Hohmann
10956
10957 2003-01-01 [match]      0.8.8claws36
10958
10959         * src/addrindex.c
10960                 fixed another memory leak.
10961
10962 2003-01-01 [match]      0.8.8claws35
10963
10964         * src/jpilot.[ch]
10965                 fixed memory leaks. applied Doxygen comments.
10966
10967 2003-01-01 [thorsten]   0.8.8claws34
10968
10969         * src/procmsg.c
10970                 inhibit endless loop if msg references itself
10971                 (closes Bug [ 660477 ] Infinite loop in parent flag search)
10972
10973 2003-01-01 [christoph]  0.8.8claws33
10974
10975         * src/mainwindow.c
10976         * src/gtk/Makefile.am
10977         * src/gtk/pluginwindow.c                ** NEW **
10978         * src/gtk/pluginwindow.h                ** NEW **
10979                 add plugin window
10980
10981         * src/plugins/demo/demo.c
10982         * src/plugins/spamassassin/spamassassin.c
10983         * src/plugins/spamassassin/spamassassin_gtk.c
10984                 write better plugin descriptions
10985
10986 2002-12-31 [christoph]  0.8.8claws32
10987
10988         * src/gtk/prefswindow.c
10989         * src/plugins/spamassassin/spamassassin_gtk.c
10990                 some small improvements to GTK code
10991
10992 2002-12-31 [christoph]  0.8.8claws31
10993
10994         * src/plugins/spamassassin/spamassassin_gtk.c
10995                 enable folder select button
10996
10997 2002-12-31 [christoph]  0.8.8claws30
10998
10999         * src/mainwindow.c
11000         * src/gtk/Makefile.am
11001         * src/gtk/prefswindow.c                         ** NEW **
11002         * src/gtk/prefswindow.h                         ** NEW **
11003                 add new prefs window
11004
11005         * src/common/plugin.c
11006                 don't try to load empty config lines
11007         
11008         * src/plugins/spamassassin/Makefile.am
11009         * src/plugins/spamassassin/spamassassin.c
11010         * src/plugins/spamassassin/spamassassin.h       ** NEW **
11011         * src/plugins/spamassassin/spamassassin_gtk.c   ** NEW **
11012                 GTK config for SpamAssassin Plugin using
11013                 the new prefs window
11014
11015 2002-12-31 [paul]       0.8.8claws29
11016
11017         * po/POTFILES.in
11018                 remove obsolete entry 'src/menu.c'
11019
11020 2002-12-31 [alfons]     0.8.8claws28
11021
11022         * src/matcher.[ch]
11023         * src/matcher_parser_parse.y
11024         * src/prefs_matcher.c
11025                 add "ignore_thread" and "~ignore_thread" condition so it's
11026                 possible to make the actions / scoring operate on the ignore
11027                 thread flag
11028
11029 2002-12-31 [christoph]  0.8.8claws27
11030
11031         * src/addrbook.c
11032         * src/addrindex.c
11033         * src/folder.c
11034         * src/matcher.c
11035         * src/prefs_account.c
11036         * src/prefs_actions.c
11037         * src/prefs_customheader.c
11038         * src/prefs_display_header.c
11039         * src/prefs_gtk.c
11040         * src/procmime.c
11041         * src/toolbar.c
11042         * src/xmlprops.c
11043         * src/common/prefs.[ch]
11044                 extend prefs file handling for reading and automatic handling
11045                 of blocks. When reading prefs_set_block_label will automatically
11046                 move on to the block. When writing it will copy all other blocks
11047                 automatically
11048
11049         * src/common/plugin.c
11050                 Now loading plugin filenames from [Plugins] block in
11051                 sylpheed rc file
11052
11053 2002-12-30 [christoph]  0.8.8claws26
11054
11055         * src/common/hooks.[ch]
11056                 return abort status to caller of hooks_invoke
11057                 
11058         * src/inc.[ch]
11059                 invoke message filtering hook and stop
11060                 default handling when filter returns abort
11061
11062         * src/common/plugin.[ch]
11063         * src/plugins/demo/demo.c
11064                 modify plugin loader, because resolving symbols for strings
11065                 does not work correctly
11066         
11067         * configure.in
11068         * ac/spamassassin.m4                            ** NEW **
11069         * src/plugins/spamassassin/.cvsignore           ** NEW **
11070         * src/plugins/spamassassin/Makefile.am          ** NEW **
11071         * src/plugins/spamassassin/README               ** NEW **
11072         * src/plugins/spamassassin/libspamc.[ch]        ** NEW **
11073         * src/plugins/spamassassin/spamassassin.c       ** NEW **
11074         * src/plugins/spamassassin/utils.[ch]           ** NEW **
11075                 add spamassassin plugin, see src/plugins/spamassassin/README
11076                 for details
11077
11078 2002-12-29 [alfons]     0.8.8claws25
11079
11080         * src/mainwindow.c
11081                 when moving focus from a message view to the main 
11082                 window, don't forget to select the summary node
11083                 of the displayed message. should fix "[ 659103 ] 
11084                 focus-follows-mouse confuses sylpheed"
11085
11086 2002-12-29 [christoph]  0.8.8claws24
11087
11088         * src/Makefile.am
11089         * src/stringtable.[ch]          ** REMOVE **
11090         * src/common/Makefile.am
11091         * src/common/stringtable.[ch]   ** NEW **
11092                 move stringtable files to common directory
11093
11094 2002-12-29 [christoph]  0.8.8claws23
11095
11096         * src/Makefile.am
11097         * src/menu.[ch]                 ** REMOVE **
11098         * src/gtk/Makefile.am
11099         * src/gtk/menu.[ch]             ** NEW **
11100                 move menu files to gtk directory
11101
11102 2002-12-29 [match]      0.8.8claws22
11103
11104         * src/addressbook.c
11105         * src/syldap.c
11106                 moved UI specific code out of LDAP code into addressbook
11107                 UI code. fixed memory leak.
11108
11109 2002-12-29 [christoph]  0.8.8claws21
11110
11111         * src/folder.c
11112                 only check for IGNORED parent message when message is
11113                 not IGNORED itself
11114
11115 2002-12-29 [alfons]     0.8.8claws20
11116
11117         * src/summaryview.c
11118                 set gtksctree's anchor correct (immediate execute
11119                 changes the tree's layout, and anchor points at 
11120                 the incorrect row). fixes "[ 657233 ] multiple msg 
11121                 delete sometimes off by 1".
11122                 we probably have to look for more tree layout /
11123                 anchor glitches.
11124
11125 2002-12-29 [paul]       0.8.8claws19
11126
11127         * src/summaryview.c
11128                 fix bug [ 659054 ] incorrect sorting of 'From' column
11129                 when using 'display sender using address book'
11130                 thanks to Alfons and Luke Plant
11131
11132 2002-12-29 [christoph]  0.8.8claws18
11133
11134         * src/folder.c
11135         * src/procmsg.[ch]
11136                 check parent messages for IGNORE THREAD flag, when adding,
11137                 moving or copying messages to a folder
11138
11139 2002-12-27 [alfons]     0.8.8claws17
11140
11141         re-organize matcher part 5; more to come
11142
11143         * src/matcher.c
11144                 hash keywords in matchparser_tab 
11145
11146 2002-12-27 [alfons]     0.8.8claws16
11147
11148         re-organize matcher part 4; more to come
11149
11150         * src/matcher_parser.h
11151         * src/matcher_parser_lex.l
11152         * src/matcher_parser_parse.y
11153                 cleanup
11154
11155 2002-12-27 [alfons]     0.8.8claws15
11156
11157         re-organize matcher part 3; more to come
11158
11159         * src/matcher.[ch]
11160                 cleanup
11161
11162 2002-12-27 [alfons]     0.8.8claws14
11163
11164         re-organize matcher part 2; more to come but this should
11165         work. cc me if there are any regressions.
11166
11167         * src/matcher.h
11168                 add prototype for get_matchparser_tab_id()
11169         * src/matcher_parser_lex.l
11170                 look up keywords using matchparser_tab_id();
11171
11172 2002-12-27 [alfons]     0.8.8claws12
11173
11174         re-organize matcher part 1
11175
11176         * src/matcher.h
11177                 map yacc generated constants to sylpheed matcher constants
11178         * src/matcher.c
11179                 add function to find a matcher constant from a string
11180
11181 2002-12-27 [christoph]  0.8.8claws11
11182
11183         * src/compose.c
11184                 MENUITEM_ADD casts the 4th argument from integer to pointer
11185                 so it probably should not be a pointer, this means we
11186                 should use account id for it and not the account's pointer
11187
11188 2002-12-27 [paul]       0.8.8claws10
11189
11190         * src/mainwindow.c
11191                 remove unneeded 'GtkWidget *vbox'
11192                 
11193         * src/summaryview.c
11194                 further sync with 0.8.8 - make sort
11195                 by recipient work as expected
11196                 
11197         * NEWS
11198                 sync with 0.8.8
11199
11200 2002-12-27 [paul]       0.8.8claws9
11201
11202         * po/pt_BR.po
11203                 updated by Ivan F. Martinez
11204                 
11205 2002-12-27 [darko]      0.8.8claws8
11206
11207         * src/common/utils.c
11208                 added locked pattern to extended search
11209
11210 2002-12-27 [alfons]     0.8.8claws7
11211
11212         * src/prefs_matcher.[ch]
11213                 clean up
11214
11215 2002-12-26 [alfons]     0.8.8claws6
11216
11217         * src/matcher.[ch]
11218         * src/matcher_parser_lex.l
11219         * src/matcher_parser_parse.y
11220         * src/prefs_matcher.c
11221                 allow color label as a condition in the matcher
11222
11223 2002-12-26 [oliver]     0.8.8claws5
11224         
11225         * src/toolbar.c 
11226                 enable Addressbook for Main and Messageview
11227         * src/prefs_actions.c
11228                 enable actions in Messageview
11229
11230 2002-12-26 [christoph]  0.8.8claws4
11231
11232         * src/common/plugin.c
11233                 add a little debug output
11234         * configure.in
11235         * src/plugins/demo/Makefile.am
11236                 better use of automake
11237
11238 2002-12-26 [christoph]  0.8.8claws3
11239
11240         * src/Makefile.am
11241         * src/common/Makefile.am
11242                 fix "make distdir"
11243
11244 2002-12-26 [christoph]  0.8.8claws2
11245
11246         * configure.in
11247                 sort configure checks into common / gtk / plugins
11248         * po/POTFILES.in
11249                 add src/prefs_gtk.c
11250         * src/Makefile.am
11251                 add plugins SUBDIR
11252         * src/main.c
11253         * src/common/sylpheed.[ch]
11254                 added now sylpheed_done function for shutdown
11255         * src/common/Makefile.am
11256         * src/common/plugin.[ch]                ** NEW **
11257                 plugin loader and unloader
11258         * src/plugins/.cvsignore                ** NEW **
11259         * src/plugins/Makefile.am               ** NEW **
11260                 build plugins
11261         * src/plugins/demo/.cvsignore           ** NEW **
11262         * src/plugins/demo/Makefile.am          ** NEW **
11263         * src/plugins/demo/demo.c               ** NEW **
11264                 small demo plugin that installs a logtext hook and
11265                 outputs the log text to stdout
11266
11267 2002-12-26 [paul]       0.8.8claws1
11268
11269         * po/es.po
11270                 updated by Ricardo Mones Lastra
11271
11272 2002-12-26 [paul]       0.8.8claws
11273
11274         * 0.8.8claws released
11275
11276 2002-12-26 [paul]       0.8.7claws12
11277
11278         * po/bg.po
11279                 updated by George Danchev
11280
11281 2002-12-26 [paul]       0.8.7claws11
11282
11283         * po/POTFILES.in
11284                 remove unneeded 'src/prefs.c' entry 
11285
11286 2002-12-26 [paul]       0.8.7claws10
11287
11288         * src/codeconv.c
11289           src/mainwindow.c
11290                 sync with 0.8.8 release
11291         
11292         * src/folder.[ch]
11293           src/mh.c
11294           src/summaryview.c
11295                 partial sync with 0.8.8 release
11296         
11297
11298 2002-12-25 [alfons]     0.8.7claws9
11299
11300         * src/matcher.[ch]
11301         * src/matcher_parser_lex.l
11302         * src/matcher_parser_parse.y
11303         * src/prefs_matcher.c
11304                 add locked flag to possible filtering / matcher 
11305                 conditions (also a good example what should be
11306                 done to add a simple boolean condition)
11307
11308 2002-12-25 [christoph]  0.8.7claws8
11309
11310         * src/Makefile.am
11311         * src/account.[ch]
11312         * src/addrbook.c
11313         * src/addressbook.c
11314         * src/addrindex.c
11315         * src/filtering.c
11316         * src/folder.c
11317         * src/matcher.c
11318         * src/prefs.[ch]                ** REMOVE **
11319         * src/prefs_account.c
11320         * src/prefs_actions.c
11321         * src/prefs_common.c
11322         * src/prefs_customheader.c
11323         * src/prefs_display_header.c
11324         * src/prefs_filtering.c
11325         * src/prefs_folder_item.c
11326         * src/prefs_gtk.[ch]            ** NEW **
11327         * src/prefs_matcher.c
11328         * src/prefs_scoring.c
11329         * src/prefs_summary_column.c
11330         * src/procmime.c
11331         * src/selective_download.c
11332         * src/toolbar.c
11333         * src/common/Makefile.am
11334         * src/common/prefs.[ch]         ** NEW **
11335                 split prefs.[ch] into prefs_gtk.[ch] and common/prefs.[ch]
11336
11337 2002-12-24 [alfons]     0.8.7claws7
11338
11339         * src/summaryview.c
11340                 summary_thread_build(): fix real cause of the crash mentioned in
11341                 0.8.7claws3. use subject_XXX() and not g_hash_table_XXX() functions,
11342                 this way we get meaningful ctree nodes 
11343
11344 2002-12-24 [oliver]     0.8.7claws6
11345
11346         * src/mainwindow.[ch]
11347         * src/messageview.[ch]
11348         * src/compose.[ch]
11349         * src/inc.c
11350         * src/summaryview.c
11351                 changes to use updated toolbar handling
11352                 
11353 2002-12-24 [oliver]     0.8.7claws5
11354
11355         * src/toolbar.[ch]
11356                 generic toolbar handling
11357                 used ideas from Ivan Francolin Martinez (ivanfm@users.sourceforge.net)
11358         * src/prefs_toolbar.[ch]
11359                 adjust to handling
11360         
11361 2002-12-24 [oliver]     0.8.7claws4
11362         
11363         * src/stock_pixmap.[ch]
11364                 move SYLPHEED_LOGO to end of list in order 
11365                 to remove it from Custom Toolbar`s Icon View
11366
11367 2002-12-24 [alfons]     0.8.7claws3
11368
11369         * src/summaryview.c
11370                 summary_thread_build(): fix crash because of focus != selection 
11371                 after threading. when deleting the selection, gtk tries but fails 
11372                 to find the correct focusable element. we now force the selection
11373                 to be focused. this should solve the infamous bug reported by 
11374                 Jason Wojciechowski (bug "[ 633443 ] Crash on deleting messages"). 
11375                 a test case is available. 
11376
11377 2002-12-24 [darko]      0.8.7claws2
11378
11379         * src/summaryview.c
11380                 don't crash when unmarking message with unread children
11381
11382 2002-12-23 [christoph]  0.8.7claws1
11383
11384         * src/Makefile.am
11385         * src/common/Makefile.am
11386                 update Makefiles for moved intl.h, version.h and defs.h
11387         * src/imap.c
11388                 rewrite imap_session_get to avoid duplicate code
11389
11390 2002-12-23 [paul]       0.8.7claws
11391
11392         * Santa-Claws released
11393         
11394         * po/hu.po
11395           po/ru.po
11396                 squeeze in updated Hungarian and Russian translations.
11397                 Submitted by  Gál Zoltán and Ruslan N. Balkin
11398
11399 2002-12-23 [paul]       0.8.6claws129
11400
11401         * po/pl.po
11402                 updated by Witold Wladyslaw Wojciech Wilk
11403
11404 2002-12-23 [paul]       0.8.6claws128
11405
11406         * src/quote_fmt_parse.y
11407                 fix typo and add licence header
11408
11409 2002-12-23 [paul]       0.8.6claws127
11410
11411         * po/en_GB.po
11412                 updated
11413
11414 2002-12-23 [paul]       0.8.6claws126
11415
11416         * po/it.po
11417                 updated translation, submitted by Alessandro Maestri
11418                 
11419 2002-12-23 [paul]       0.8.6claws125
11420
11421         * src/quote_fmt_parse.y
11422                 fix signature-stripping on replies bug. match
11423                 '-- \n' and not '-- '.
11424
11425 2002-12-22 [paul]       0.8.6claws124
11426
11427         * po/bg.po
11428           po/es.po
11429           po/sr.po
11430                 updated translations. submitted by George Danchev,
11431                 Ricardo Mones Lastra, and Urke MMI respectively
11432
11433 2002-12-21 [paul]       0.8.6claws123
11434
11435         * src/addrbook.c
11436                 fix coding style
11437
11438 2002-12-21 [paul]       0.8.6claws122
11439
11440         * src/addrbook.c
11441                 fix bug [643638] where if a person is in one or more
11442                 addressbook groups editing that person's email 
11443                 address results in removal from those groups.
11444                 Patch submitted by Luke Plant.
11445
11446 2002-12-20 [christoph]  0.8.6claws121
11447
11448         * src/common/utils.c
11449         * src/summaryview.c
11450                 reimplement expand_search_string using GString to
11451                 prevent crashs caused by miscalculated string
11452                 lengths reported by Paul
11453
11454 2002-12-20 [christoph]  0.8.6claws120
11455
11456         * src/summaryview.c
11457                 don't use "changed" to check if op_count has to be changed as it
11458                 is also set when the message has unread children
11459                 (closes bug [ 653221 ] crash while deleting duplicates)
11460
11461 2002-12-20 [paul]       0.8.6claws119
11462
11463         * sync with 0.8.6cvs27
11464                 see ChangeLog 2002-12-20
11465
11466 2002-12-20 [paul]       0.8.6claws118
11467
11468         * sync with 0.8.6cvs26
11469                 see ChangeLog 2002-12-19 and 2002-12-20
11470
11471 2002-12-19 [alfons]     0.8.6claws117
11472
11473         * src/textview.c
11474                 fix incorrect parsing of email addresses, submitted by 
11475                 Luke Plant (thanks!). Closes bug "[ 565480 ] duplicate 
11476                 name display if it contains @".
11477
11478 2002-12-18 [paul]       0.8.6claws116
11479
11480         * sync with 0.8.6cvs23
11481                 see ChangeLog 2002-12-18
11482
11483 2002-12-18 [paul]       0.8.6claws115
11484
11485         * src/Makefile.am
11486         * src/account.c
11487         * src/codeconv.c
11488         * src/gtkutils.[ch]
11489         * src/imap.c
11490                 sync with 0.8.6cvs22.
11491                 see ChangeLog 2002-12-17 and 2002-12-18
11492
11493 2002-12-17 [christoph]  0.8.6claws114
11494
11495         * src/imap.c
11496                 o don't create a session if imap greeting fails
11497                 o don't close socket when authentication fails
11498                   this is done by imap_session_destroy
11499
11500 2002-12-17 [thorsten]   0.8.6claws113
11501
11502         * tools/Makefile.am
11503           tools/README
11504           tools/google_msgid.pl ** NEW FILE **
11505                 Added "search for message-id" script and doc
11506
11507 2002-12-17 [thorsten]   0.8.6claws112
11508
11509         * po/hu.po
11510                 Updated hungarian translation
11511                 (updated by Gal Zoltan)
11512
11513 2002-12-16 [christoph]  0.8.6claws111
11514
11515         * src/addr_compl.c
11516                 remove stupid addressbook dump to debug output
11517         * src/mh.c
11518                 fix memory leak found by Hiro
11519
11520 2002-12-14 [paul]       0.8.6claws110
11521
11522         * src/compose.c
11523                 fix menubar sensitivity on send
11524                 
11525         * src/prefs_filtering.c
11526         * src/prefs_matcher.c
11527         * src/prefs_scoring.c
11528                 Fix english ;)
11529                 
11530         * src/common/quoted-printable.h
11531                 sync: fix typo
11532         
11533 2002-12-13 [christoph]  0.8.6claws109
11534
11535         * src/Makefile.am
11536         * src/manage_window.[ch]        ** REMOVE **
11537         * src/gtk/Makefile.am
11538         * src/gtk/manage_window.[ch]    ** NEW **
11539                 move manage_window files to gtk directory
11540
11541 2002-12-13 [christoph]  0.8.6claws108
11542
11543         * src/Makefile.am
11544         * src/gtkshruler.[ch]           ** REMOVE **
11545         * src/gtk/Makefile.am
11546         * src/gtk/gtkshruler.[ch]       ** NEW **
11547                 move gtkshruler files to gtk directory
11548
11549 2002-12-13 [christoph]  0.8.6claws107
11550
11551         * src/Makefile.am
11552         * src/compose.c
11553         * src/gtkstext.[ch]             ** REMOVE **
11554         * src/gtkutils.[ch]
11555         * src/textview.c
11556         * src/gtk/gtkstext.[ch]         ** NEW **
11557         * src/gtk/Makefile.am
11558                 o move stext functions to gtkstext.c to remove
11559                   dependency of gtkutils
11560                 o move gtkstext files to gtk directory
11561
11562         * src/gtk/Makefile.am
11563         * src/gtk/sslcertwindow.[ch]
11564                 UI stuff can always depend on common code so
11565                 it's ok to add ../common to include path
11566
11567 2002-12-13 [colin]      0.8.6claws106
11568
11569         * src/summaryview.c
11570                 Disconnect sighandlers for mainwindow when
11571                 quicksearch has the focus
11572                 Fix bug #653231
11573         * src/mainwindow.[ch]
11574                 Make key_pressed callback public, to be able
11575                 to disconnect it
11576
11577 2002-12-13 [christoph]  0.8.6claws105
11578
11579         * src/mh.c
11580                 create .mh_sequences file in new MH folders
11581                 (closes feature request [ 523162 ] MH folders should
11582                  get a .mh_sequences)
11583
11584 2002-12-13 [colin]      0.8.6claws104
11585
11586         * src/summaryview.c
11587                 Better handling of quicksearch show/hide
11588                 (basically the button stays under the mouse 
11589                  when toggled)
11590
11591 2002-12-13 [paul]       0.8.6claws103
11592
11593         * sync with 0.8.6cvs17
11594                 see ChangeLog 2002-12-13
11595
11596 2002-12-13 [paul]       0.8.6claws102
11597
11598         * po/es.po
11599                 updated by Ricardo Mones Lastra
11600
11601 2002-12-11 [colin]       0.8.6claws101
11602
11603         * src/folder.c
11604                 remove statusbar stuff
11605           src/folderview.c
11606                 set statusbar verbosity when moving folders
11607
11608 2002-12-11 [colin]       0.8.6claws100
11609         * src/prefs_filtering.c
11610         * src/prefs_matcher.c
11611         * src/prefs_scoring.c
11612                 Fix english ;)
11613
11614 2002-12-11 [colin]       0.8.6claws99
11615
11616         * src/prefs_common.[ch]
11617                 Add summary_quicksearch_type
11618         * src/summaryview.c
11619                 Save last used quicksearch type
11620
11621 2002-12-11 [jens]       0.8.6claws98
11622         * src/prefs_filtering.c
11623         * src/prefs_matcher.c
11624         * src/prefs_scoring.c
11625                 added dialog for incomplete rules in scoring, filtering and
11626                 matcher to ask wheather really close
11627
11628 2002-12-11 [colin]      0.8.6claws97
11629
11630         * src/folder.c
11631                 Fix folder dnd statusbar logging
11632
11633 2002-12-10 [christoph]  0.8.6claws96
11634
11635         * src/compose.c
11636         * src/folder.c
11637         * src/imap.c
11638         * src/inc.c
11639         * src/main.c
11640         * src/mainwindow.c
11641         * src/news.c
11642         * src/send.c
11643         * src/statusbar.[ch]
11644         * src/common/hooks.c
11645         * src/common/log.[ch]
11646                 o handle verbose logging in statusbar directly in statusbar code
11647                   and common code does not need any knowledge about a statusbar
11648                 o remove direct calls to statusbar_(puts|pop)_all functions
11649
11650 2002-12-10 [jens]       0.8.6claws95
11651
11652         * src/*.c
11653                 removed gettext from g_warnings
11654         * po/POTFILES.in
11655                 cleaned and updated
11656         * po/de.po
11657                 updated
11658
11659 2002-12-10 [colin]      0.8.6claws94
11660
11661         * src/main.c
11662                 finish crash dialog fix
11663
11664 2002-12-10 [colin]      0.8.6claws93
11665
11666         * src/main.c
11667                 "Fix" "sylpheed already running" instead of
11668                 crash dialog appearing after a crash
11669
11670 2002-12-10 [colin]      0.8.6claws92
11671
11672         * po/POTFILES.in
11673                 add src/gtk/sslcertwindow.c
11674
11675 2002-12-10 [paul]       0.8.6claws91
11676
11677         * po/POTFILES.in
11678                 updated to reflect recent changes
11679                 submitted by Alessandro Maestri
11680
11681 2002-12-09 [christoph]  0.8.6claws90
11682
11683         * src/Makefile.am
11684         * src/smtp.[ch]                 ** REMOVE **
11685         * src/common/Makefile.am
11686         * src/common/smtp.[ch]          ** NEW **
11687                 move smtp files to common directory
11688
11689 2002-12-09 [christoph]  0.8.6claws89
11690
11691         * src/Makefile.am
11692         * src/session.[ch]              ** REMOVE **
11693         * src/common/Makefile.am
11694         * src/common/session.[ch]       ** NEW **
11695                 move session files to common directory
11696
11697 2002-12-09 [paul]       0.8.6claws88
11698
11699         * src/account.c
11700                 fix bug [649746] edit accounts: move account reverted
11701                 Patch submitted by Luke Plant <lukeplant@users.sourceforge.net>
11702
11703 2002-12-09 [colin]      0.8.6claws87
11704
11705         * src/ssl_certificate.c
11706                 cleanup
11707
11708 2002-12-09 [colin]      0.8.6claws86
11709
11710         * src/ssl.c
11711                 Try to open the cert.pem database and 
11712                 issue a warning if it isn't there
11713
11714 2002-12-09 [colin]      0.8.6claws85
11715
11716         * src/common/ssl_certificate.c
11717         * src/gtk/sslcertwindow.c
11718                 Warning fixes
11719
11720 2002-12-09 [colin]      0.8.6claws84
11721
11722         * src/ssl_certificate.[ch] ** REMOVED **
11723         * src/common/ssl_certificate.[ch] ** NEW **
11724         * src/Makefile.am
11725         * src/common/Makefile.am
11726                 Moved ssl_certificate.[ch] to common
11727         * src/common/ssl.c 
11728                 Put back needed include
11729         * src/gtk/sslcertwindow.[ch]
11730                 Changed ssl_certificate.h include
11731         
11732 2002-12-09 [colin]      0.8.6claws83
11733
11734         * src/gtk/sslcertwindow.[ch]
11735                 Implement hook for certificate acception
11736         * src/ssl_certificate.[ch]
11737                 Implement hook for certificate acception
11738         * src/common/ssl.c
11739                 Reenable certificate acception check
11740         * src/mainwindow.c
11741                 Register sslcertwindow's hook
11742         
11743 2002-12-08 [christoph]  0.8.6claws82
11744
11745         * src/about.c
11746         * src/addr_compl.c
11747         * src/codeconv.c
11748         * src/manual.c
11749         * src/undo.c
11750         * src/common/utils.c
11751                 o add missing includes
11752                 o fix warnings
11753         * src/.cvsignore
11754         * src/common/.cvsignore
11755         * src/common/version.h          ** REMOVE **
11756                 remove autogenerated file
11757
11758 2002-12-08 [paul]       0.8.6claws81
11759
11760         * src/stringtable.c
11761                 put back needed include
11762
11763 2002-12-08 [colin]      0.8.6claws80
11764         
11765         * src/gtk/sslcertwindow.c
11766                 Cleaner popups when asking
11767         * src/ssl_certificate.c
11768         * src/prefs_common.[ch]
11769                 remove ssl certificate pref
11770                 put back needed include
11771         * src/undo.c
11772                 put back needed include
11773
11774 2002-12-08 [christoph]  0.8.6claws79
11775
11776         * src/folderview.c
11777         * src/logwindow.c
11778         * src/statusbar.c
11779         * src/summaryview.c
11780                 only abort hook invokation if required data is missing not
11781                 if our own data pointer is NULL, update hookfunction for
11782                 log window
11783
11784 2002-12-08 [paul]       0.8.6claws78
11785
11786         * src/about.c
11787         * src/addrcache.c
11788         * src/addrclip.c
11789         * src/addr_compl.c
11790         * src/addrselect.c
11791         * src/codeconv.c
11792         * src/colorlabel.c
11793         * src/enriched.c
11794         * src/esmtp.c
11795         * src/exporthtml.c
11796         * src/headerview.c
11797         * src/imageview.c
11798         * src/manual.c
11799         * src/noticeview.c
11800         * src/pgptext.c
11801         * src/scoring.c
11802         * src/sourcewindow.c
11803         * src/stringtable.c
11804         * src/undo.c
11805                 clean up: remove unneccesary includes
11806
11807 2002-12-08 [christoph]  0.8.6claws77
11808
11809         * src/folderview.c
11810         * src/statusbar.c
11811         * src/summaryview.c
11812         * src/common/hooks.[ch]
11813                 hook functions now have a gboolean return value, if a hook
11814                 returns TRUE it will stop executing of any more hooks in
11815                 the same hooklist for this invokation
11816
11817 2002-12-08 [colin]      0.8.6claws76
11818         
11819         * src/main.c
11820                 put back argv0 for CRASH_DIALOG
11821
11822 2002-12-08 [christoph]  0.8.6claws75
11823
11824         * src/Makefile.am
11825         * src/about.c
11826         * src/account.c
11827         * src/crash.c
11828         * src/esmtp.h
11829         * src/imap.[ch]
11830         * src/inc.c
11831         * src/main.c
11832         * src/mainwindow.c
11833         * src/news.c
11834         * src/pop.[ch]
11835         * src/prefs_account.[ch]
11836         * src/prefs_common.[ch]
11837         * src/send.[ch]
11838         * src/smtp.[ch]
11839         * src/ssl_certificate.[ch]
11840         * src/ssl_manager.[ch]
11841         * src/common/Makefile.am
11842         * src/common/log.c
11843         * src/common/nntp.[ch]
11844         * src/common/socket.[ch]
11845         * src/common/ssl.[ch]
11846         * src/gtk/sslcertwindow.[ch]
11847         * ac/openssl.m4
11848                 use new autoconf script to detect OpenSSL with extra parameters
11849                 to specify the location of libs and includes, also remove USE_SSL
11850                 to USE_OPENSSL
11851
11852         * src/common/sylpheed.[ch]
11853         * src/common/version.h.in
11854                 start seperation of common code initialization seperated from gui
11855
11856         * src/summaryview.c
11857                 The function that is called when a color label changes
11858                 should not change the color lable again
11859
11860 2002-12-08 [colin]      0.8.6claws74
11861
11862         * src/gtk/sslcertwindow.c
11863                 warning fixes
11864
11865 2002-12-08 [colin]      0.8.6claws73
11866
11867         * src/statusbar.c
11868           src/common/log.h
11869                 Register a hook for statusbar_puts_all
11870         * src/common/log.c
11871                 invoke statusbar_puts_all's hook
11872         
11873 2002-12-08 [colin]      0.8.6claws72
11874
11875         * src/ssl_certificate.c
11876                 Put back a badly-removed include
11877
11878 2002-12-08 [colin]      0.8.6claws71
11879
11880         * src/gtk/sslcertwindow.[ch]    ** NEW **
11881                 new certificate presentation
11882         * src/gtk/Makefile.am
11883                 add new files
11884         * src/ssl_certificate.[ch]
11885                 gtk cleanup, made utility functions public
11886         * src/ssl_manager.c
11887                 use new cert presentation
11888
11889 2002-12-07 [christoph]  0.8.6claws70
11890
11891         * src/Makefile.am
11892         * src/nntp.[ch]                 ** REMOVE **
11893         * src/common/Makefile.am
11894         * src/common/nntp.[ch]          ** NEW **
11895                 move nntp files to common directory
11896
11897 2002-12-07 [christoph]  0.8.6claws69
11898
11899         * src/procmsg.[ch]
11900         * src/summaryview.c
11901                 implement msginfo update callback using sylpheed's new
11902                 hook system. Invoke hooks from procmsg_msginfo_[un]set_flags.
11903
11904 2002-12-06 [christoph]  0.8.6claws68
11905
11906         * src/editgroup.c
11907                 This patch changes the 'Edit Group Details' dialog to
11908                 allow extended selections in either pane, so that
11909                 addresses can be added or removed from a group more
11910                 quickly and easily. (it actually is a net decrease in
11911                 file size, as some unnecessary functions have been
11912                 removed). 
11913                 (patch submitted by Luke Plant <lukeplant@users.sourceforge.net>)
11914
11915 2002-12-06 [christoph]  0.8.6claws67
11916
11917         * src/Makefile.am
11918         * src/template.[ch]             ** REMOVE **
11919         * src/common/Makefile.am
11920         * src/common/template.[ch]      ** NEW **
11921                 move template files to common directory
11922
11923         * src/nntp.c
11924                 add missing log.h include
11925
11926 2002-12-06 [melvin]     0.8.6claws66
11927
11928         * src/prefs_actions.c
11929                 Added the trailing ">" syntax to insert command's output
11930                 without replacing old text (in contrast to trailing "|").
11931
11932 2002-12-05 [colin]      0.8.6claws65
11933         
11934         * src/common/utils.c
11935                 Don't modify original search_string or it'll change
11936                 the next iterations in the for()
11937
11938 2002-12-05 [darko]      0.8.6claws64
11939
11940         * src/common/utils.c
11941                 proper check for filtering commands, found by Colin
11942
11943 2002-12-05 [darko]      0.8.6claws63
11944
11945         * src/common/utils.c
11946                 check proper string for NULL pointer, found by Colin
11947
11948 2002-12-05 [darko]      0.8.6claws62
11949
11950         * src/common/utils.[ch]
11951                 expand_search_string(): new function
11952                 converts Mutt-like patterns to Sylpheed's
11953                 filtering engine
11954         * src/summaryview.c
11955                 use expand_search_string() to allow Mutt-like
11956                 patterns in extended search
11957         * README.claws
11958                 document extended option in quick search
11959
11960 2002-12-05 [paul]       0.8.6claws61
11961
11962         * sync with 0.8.6cvs16
11963                 see ChangeLog 2002-12-05
11964                 
11965         * po/POTFILES.in
11966                 clean up
11967
11968 2002-12-04 [christoph]  0.8.6claws60
11969
11970         * src/imap.[ch]
11971                 put imap authentication code into a new function and
11972                 remove it from imap_session_new that will allow to
11973                 send other commands before authentication
11974
11975 2002-12-04 [christoph]  0.8.6claws59
11976
11977         * src/imap.[ch]
11978                 use already existing method to prevent unneeded IMAP
11979                 folder selects. Set imap_select parameters to NULL
11980                 in some functions if the values are not required.
11981
11982         * src/xml.h
11983                 remove no longer required include
11984
11985 2002-12-04 [paul]       0.8.6claws58
11986
11987         * po/es.po
11988                 updated by Ricardo Mones Lastra
11989                 
11990         * configure.in
11991           po/hu.po      ** NEW FILE **
11992                 initial Hungarian translation, submitted
11993                 by Gál Zoltán <galzoli@hu.inter.net>
11994
11995 2002-12-03 [christoph]  0.8.6claws57
11996
11997         * src/Makefile.am
11998         * src/gtksctree.[ch]            ** REMOVE **
11999         * src/gtk/Makefile.am
12000         * src/gtk/gtksctree.[ch]        ** NEW **
12001                 move gtksctree files to gtk directory
12002
12003 2002-12-03 [christoph]  0.8.6claws56
12004
12005         * src/Makefile.am
12006         * src/md5.[ch]                  ** REMOVE **
12007         * srm/common/Makefile.am
12008         * src/common/md5.[ch]           ** NEW **
12009                 move md5 files to common directory
12010
12011         * src/gtkstext.c
12012                 remove not required #include
12013
12014 2002-12-03 [sergey]     0.8.6claws55
12015
12016         * src/gtkutils.c
12017         * src/gtkutils.h
12018                 gtkut_window_popup(): new function.
12019         * src/mainwindow.c
12020                 main_window_popup(): use gtkut_window_popup() to raise
12021                 window without changing its position.
12022                 (see sylpheed-main ML message [sylpheed:17247])
12023
12024 2002-12-03 [sergey]     0.8.6claws54
12025
12026         * src/send.c
12027                 send_message_local(): removed first-dot escaping
12028                 (SMTP-only, not needed for sending through pipe)
12029
12030 2002-12-03 [paul]       0.8.6claws53
12031
12032         * po/POTFILES.in
12033                 update to reflect recent changes (thanks
12034                 to Ricardo Mones Lastra)
12035                 
12036         * tools/filter_conv.pl
12037                  fix problem with quoted strings. Patch submitted
12038                  by Luke Plant <lukeplant@softhome.net>
12039
12040 2002-12-03 [paul]       0.8.6claws52
12041
12042         * sync with 0.8.6cvs15
12043                 see ChangeLog 2002-12-03
12044
12045 2002-12-02 [christoph]  0.8.6claws51
12046
12047         * src/logwindow.[ch]
12048         * src/common/log.[ch]
12049                 implement logging using a hook function
12050
12051         * src/folderview.c
12052         * src/folder.[ch]
12053                 define hooklist name in header file to avoid
12054                 errors caused by wrong spelling of hooklist names
12055
12056         * src/toolbar.c
12057                 fix warnings
12058
12059 2002-12-02 [christoph]  0.8.6claws50
12060
12061         * src/common/Makefile.am
12062                 add src/common/hooks.[ch]
12063
12064         * src/common/hooks.[ch]
12065                 implement a simple hook system using glib's hook functions
12066
12067         * src/folder.[ch]
12068         * src/folderview.c
12069                 use new hook system for folder item updates
12070
12071 2002-12-02 [christoph]  0.8.6claws49
12072
12073         * doc-src/ui_seperation.txt     ** NEW **
12074                 information for ui seperation
12075
12076         * src/Makefile.am
12077                 remove files that were moved to common
12078                 include common directory by default for the header files
12079
12080         * src/inc.c
12081         * src/common/socket.c
12082         * src/automaton.[ch]
12083                 implement automaton using g_io_*-functions instead of
12084                 gdk_input_add to make it ui independent
12085
12086         * src/codeconv.c
12087         * src/compose.c
12088         * src/ldif.c
12089         * src/pgptext.c
12090         * src/procmime.c
12091         * src/rfc2015.c
12092         * src/smtp.c
12093         * src/unmime.c
12094                 remove common/ prefix because directory is now in
12095                 include path
12096
12097         * src/compose.c
12098         * src/folder.c
12099         * src/folderview.c
12100         * src/mainwindow.c
12101         * src/messageview.c
12102         * src/prefs_common.c
12103         * src/procmsg.c
12104         * src/rfc2015.c
12105                 fix warnings
12106
12107         * src/imap.c
12108         * src/inc.c
12109         * src/news.c
12110         * src/pop.c
12111         * src/send.c
12112         * src/smtp.c
12113         * src/ssl_certificate.c
12114                 add log.h header file for logging functions
12115
12116         * src/main.c
12117         * src/common/utils.c
12118         * src/summaryview.c
12119         * src/xml.c
12120                 o move debug_mode to common/utils.c
12121                 o add functions to set and get debug_mode
12122
12123         * src/defs.h                    ** REMOVE **
12124         * src/intl.h                    ** REMOVE **
12125         * src/socket.[ch]               ** REMOVE **
12126         * src/ssl.[ch]                  ** REMOVE **
12127         * src/utils.[ch]                ** REMOVE **
12128                 replaced by new files in src/common/
12129         
12130         * src/common/Makefile.am
12131                 add new files in src/common/
12132
12133         * src/common/defs.h             ** NEW **
12134         * src/common/intl.h             ** NEW **
12135         * src/common/log.[ch]           ** NEW **
12136         * src/common/socket.[ch]        ** NEW **
12137         * src/common/ssl.[ch]           ** NEW **
12138         * src/common/utils.[ch]         ** NEW **
12139                 replacement for files in src/
12140
12141 2002-12-02 [colin]      0.8.6claws48
12142
12143         * src/folderview.c
12144                 Scroll folderview if necessary during dnd
12145
12146 2002-12-02 [colin]      0.8.6claws47
12147
12148         * src/folder.[ch]
12149                 Add check to verify a move is within a single mailbox
12150         * src/folderview.c
12151                 Add specific error string for this check
12152
12153 2002-12-02 [colin]      0.8.6claws46
12154
12155         * src/folder.c
12156                 Add a test to folder moving, remove a statusbar_print
12157         * src/folderview.c
12158                 Add Move folder... context-menu item
12159                 Factorize folder moving code
12160                 Enable folder DND for mbox
12161
12162 2002-12-01 [christoph]  0.8.6claws45
12163
12164         * ac/aspell.m4
12165                 remove conf.aspelltest if the version check fails
12166
12167 2002-11-30 [christoph]  0.8.6claws44
12168
12169         * autogen.sh
12170                 run libtoolize --force in autogen to create missing
12171                 libtool scripts
12172
12173 2002-11-30 [christoph]  0.8.6claws43
12174
12175         * src/Makefile.am
12176         * src/pgptext.c
12177         * src/procmime.c
12178         * src/rfc2015.c
12179         * src/uuencode.[ch]             ** REMOVED **
12180         * src/common/Makefile.am
12181         * src/common/uuencode.[ch]      ** NEW **
12182                 move uuen/decoder to common directory
12183
12184 2002-11-30 [christoph]  0.8.6claws42
12185
12186         * src/Makefile.am
12187         * src/base64.[ch]               ** REMOVED **
12188         * src/codeconv.c
12189         * src/compose.c
12190         * src/ldif.c
12191         * src/pgptext.c
12192         * src/procmime.c
12193         * src/rfc2015.c
12194         * src/smtp.c
12195         * src/unmime.c
12196         * src/common/Makefile.am
12197         * src/common/base64.[ch]        ** NEW **
12198                 move base64 en/decoder to common directory
12199
12200 2002-11-30 [christoph]  0.8.6claws41
12201
12202         * src/common                    ** NEW **
12203                 new directory for UI independent code
12204         * src/gtk                       ** NEW **
12205                 new directory for GTK frontend
12206         * src/common/.cvsignore         ** NEW **
12207         * src/gtk/.cvsignore            ** NEW **
12208                 ignore build files
12209         * src/common/Makefile.am        ** NEW **
12210         * src/gtk/Makefile.am           ** NEW **
12211                 automake files to build new seperated stuff
12212         * src/Makefile.am
12213                 the binary will currently still be build with the
12214                 files in src, so we include the code from the
12215                 subdirs for now after building the libs there
12216
12217 2002-11-30 [paul]       0.8.6claws40
12218
12219         * src/compose.c
12220                 fix bug [642731] 'Wrong selected account with drafted mail'
12221
12222 2002-11-29 [oliver]     0.8.6claws39
12223         
12224         * src/messageview.c
12225                 o update summaryview when switching between different
12226                   messageviews          
12227         * src/toolbar.c  
12228                 o check if messageview holds already removed msg
12229                   from summaryview
12230                 
12231
12232 2002-11-29 [oliver]     0.8.6claws38
12233
12234         * src/toolbar.c 
12235                 remove not needed variables and includes
12236                 make messageview stay opened and move to next when msgs are deleted 
12237
12238 2002-11-29 [oliver]     0.8.6claws37
12239         
12240         * src/toolbar.c 
12241                 disable compose button (messageview toolbar) by default
12242                 deleted msgs are moved to trash
12243         
12244 2002-11-29 [melvin]     0.8.6claws36
12245
12246         * configure.in
12247                 Increased minimal gpgme version to 0.3.10 (Zombies out)
12248                 and to detect signatures expirations (gpgme 0.3.6)
12249
12250         * src/main.c
12251                 Use non obsolescent function for Gpgme engine checking.
12252
12253         * src/rfc2015.c
12254                 Inform about expired signatures or signatures which key
12255                 has expired. Expiration date is displayed.
12256
12257         * src/sigstatus.c
12258                 Inform about expired signatures or signatures which key
12259                 has expired.
12260
12261 2002-11-28 [paul]       0.8.6claws35
12262
12263         * src/folderview.c
12264                 re-instate 'Check for new messages' in Newsgroup
12265                 folders right-click menu, after a suggestion from
12266                 Tim Mann <timmann@users.sourceforge.net>
12267
12268         * src/main.c
12269                 after a crash check only local folders for new
12270                 messages
12271
12272 2002-11-28 [paul]       0.8.6claws34
12273
12274         * configure.in
12275                 apply patch that fixes the checking of GTK with XIM 
12276                 support on different OSs, such as FreeBSD. Patch 
12277                 submitted by Topia <topia@users.sourceforge.net>
12278                 
12279 2002-11-28 [paul]       0.8.6claws33
12280
12281         * src/mainwindow.c
12282           src/prefs_common.c
12283           src/prefs_toolbar.c
12284                 more changes to the English
12285
12286 2002-11-28 [paul]       0.8.6claws32
12287
12288         * sync with 0.8.6cvs13
12289                 see ChangeLog 2002-11-28 (no sync needed
12290                 for src/compose.c)
12291
12292 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws31
12293         
12294         * src/mainwindow.[ch]
12295                 add patch by Ivan F. Martinez introducing messageview Toolbar
12296                 some changes and committed by oliver    
12297
12298 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws30
12299
12300         * src/messageview.[ch]
12301                 add patch by Ivan F. Martinez introducing messageview Toolbar
12302                 some changes and committed by oliver    
12303
12304 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws29
12305
12306         * src/compose.[ch]
12307                 add patch by Ivan F. Martinez introducing messageview Toolbar
12308                 some changes and committed by oliver    
12309
12310 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws28
12311         
12312         * src/toolbar.[ch]
12313                 add patch by Ivan F. Martinez introducing messageview Toolbar
12314                 some changes and committed by oliver
12315
12316 2002-11-28 [oliver]     0.8.6claws27
12317         
12318         * src/prefs_toolbar.[ch]
12319                 getting ready for messageview toolbar
12320                 free mem allocated by gettext
12321                 change prefs_toolbar to prefs_toolbar_open
12322  
12323 2002-11-28 [thorsten]   0.8.6claws26
12324
12325         * src/imageview.[ch]
12326                 cleaned up conflicting declarations of
12327                 imageview_show_image()
12328
12329 2002-11-28 [paul]       0.8.6claws25
12330
12331         * src/grouplistdialog.c
12332           src/prefs_common.c
12333           src/prefs_summary_column.c
12334                 a few more improvements to the English
12335
12336 2002-11-28 [colin]      0.8.6claws24
12337
12338         * man/sylpheed.1
12339                 A few updates to command-line parameters
12340
12341 2002-11-28 [colin]      0.8.6claws23
12342
12343         * src/prefs_filtering.c
12344                 Fix problems with prefs_filtering_delete_path:
12345                 a) if the first rule is removed, original pointers
12346                    weren't updated (leading to segfaults)
12347                 b) it was always global_processing updated in case
12348                    of removed path was parent of rule path
12349
12350 2002-11-27 [paul]       0.8.6claws22
12351
12352         * src/mainwindow.c
12353           src/prefs_account.c
12354           src/prefs_actions.c
12355           src/prefs_common.c
12356           src/prefs_customheader.c
12357           src/prefs_display_header.c
12358           src/prefs_filtering.c
12359           src/prefs_folder_item.c
12360           src/prefs_matcher.c
12361           src/prefs_scoring.c
12362           src/prefs_summary_column.c
12363           src/prefs_template.c
12364           src/prefs_toolbar.c
12365                  improve the English in the GUI
12366
12367 2002-11-27 [colin]      0.8.6claws21
12368
12369         * src/folder.c
12370                 Fix processing renaming problems happening after
12371                 last commit
12372
12373 2002-11-27 [colin]      0.8.6claws20
12374
12375         * src/folder.c
12376                 recursive move now deletes src each subfolder after 
12377                 having moved it
12378         * src/folderview.c
12379                 Use identifier instead of path during dnd (enables
12380                 IMAP folder dnd)
12381
12382 2002-11-27 [paul]       0.8.6claws19
12383
12384         * src/main.c
12385                 apply patch that does command-line processing 
12386                 BEFORE gtk_init, allowing claws to run from 
12387                 shell-scripts in non-X environment (e.g. crontab 
12388                 or ip-up, ip-down scripts). Patch submitted by
12389                 Ruslan N. Balkin <baron@dartel.ru>
12390                 
12391         * po/it.po
12392                 updated by Alessandro Maestri
12393
12394 2002-11-27 [paul]       0.8.6claws18
12395
12396         * sync with 0.8.6cvs12
12397           src/prefs_common.c
12398                 Differences are that main uses a 'Receive dialog'
12399                 frame on the Interface tab, whereas claws groups all 
12400                 the dialogs together in a 'Dialogs' frame.
12401
12402 2002-11-27 [colin]      0.8.6claws17
12403
12404         * src/prefs_matcher.c
12405                 Fix Execute criteria's NOT flag
12406
12407
12408 2002-11-26 [christoph]  0.8.6claws16
12409
12410         * src/ssl.c
12411                 rewrite the ssl code a little bit, only use one
12412                 SSL context, set default certificates' file/path
12413
12414 2002-11-26 [thorsten]   0.8.6claws15
12415
12416         * src/compose.c
12417                 default-reply-to didn't work for ml-reply
12418
12419 2002-11-26 [melvin]     0.8.6claws14
12420
12421         * src/prefs_actions.c
12422                 Made pipe-actions ignore short headers in message view
12423                 Made trailing-pipe-actions write in the message view with
12424                 the same font as the original message
12425
12426 2002-11-26 [paul]       0.8.6claws13
12427
12428         * src/compose.c
12429                 this time commit the correct file
12430
12431 2002-11-26 [paul]       0.8.6claws12
12432
12433         * sync with 0.8.6cvs11
12434           src/quote_fmt_parse.y  
12435                 no sync needed
12436           src/account.[ch]       
12437                 not sync'ed
12438           src/compose.c
12439                 compose_write_headers(): add 'X-Sylpheed-Account-Id:' header
12440                 on draft mode.
12441                 compose_reedit(): add check for 'X-Sylpheed-Account-Id:' 
12442                 header
12443                 
12444         see ChangeLog 2002-11-25 and 2002-11-26
12445
12446 2002-11-26 [colin]      0.8.6claws11
12447
12448         * src/folderview.c
12449                 Fix collapsed folder not auto-expanding during
12450                 mail dnd, if it was the source folder.
12451
12452 2002-11-25 [colin]      0.8.6claws10
12453
12454         * src/folderview.[ch]
12455                 Variable renaming and cleaning (slist of nodes 
12456                 to be re-collapsed is stored in FolderView)
12457
12458 2002-11-25 [paul]       0.8.6claws9
12459
12460         * src/prefs_common.[ch]
12461                 fix breakage caused by last commit
12462
12463 2002-11-25 [paul]       0.8.6claws8
12464
12465         * sync with 0.8.6cvs4
12466                 see ChangeLog 2002-11-21
12467
12468 2002-11-25 [paul]       0.8.6claws7
12469
12470         * sync with 0.8.6cvs4
12471                 see ChangeLog 2002-11-20
12472
12473 2002-11-25 [paul]       0.8.6claws6
12474
12475         * sync with 0.8.6cvs3
12476                 see ChangeLog 2002-11-18
12477
12478 2002-11-25 [colin]      0.8.6claws5
12479
12480         * src/gtkutils.[ch]
12481                 Add gtkut_ctree_node_is_parent()
12482         * src/folderview.c
12483                 Spring-loaded folders
12484
12485 2002-11-25 [colin]      0.8.6claws4
12486
12487         * src/utils.[ch]
12488                 Add slist_concat_unique(), function to merge
12489                 two GSList filtering dups
12490         * src/folder.[ch]
12491         * src/summaryview.[ch]
12492         * src/folderview.c
12493         * src/main.c
12494                 Add detection/update/display of unread answers
12495                 to marked mails
12496         * src/procmsg.[ch]
12497                 Add procmsg_find_children()
12498                 Add procmsg_msg_has_marked_parent()
12499
12500 2002-11-25 [colin]      0.8.6claws3
12501
12502         * src/ssl_certificate.[ch]
12503                 Allow checking a certificate without a DNS
12504                 lookup
12505                 Allow to forget a cert (by deleting it)
12506                 Make ssl_certificate_destroy_public
12507         * src/ssl_manager.[ch] ** NEW FILES **
12508                 Gui to manage (display/remove) certificates
12509         * src/prefs_common.[ch]
12510                 Add a pref to allow silent acceptation of
12511                 trusted certificates or not (based on the
12512                 "I want to know what's going on" principle)
12513         * src/mainwindow.c
12514                 Add SSL manager in Tools menu
12515         * src/Makefile.am
12516                 Add the new files to the build
12517         * po/POTFILES.in
12518                 Add ssl_manager.c to translations
12519
12520 2002-11-25 [colin]      0.8.6claws2
12521
12522         * src/summaryview.[ch]
12523                 Add S_SEARCH_EXTENDED to the quick search, which 
12524                 allows to search using filtering syntax.
12525
12526 2002-11-25 [colin]      0.8.6claws1
12527
12528         * src/summaryview.c
12529                 Deletion of duplicates now prefer deleting
12530                 the unread dup (fixes feature-request 638989).
12531
12532 2002-11-24 [paul]       0.8.6claws
12533
12534         * po/es.po
12535           po/pl.po
12536           po/ru.po
12537           po/sr.po
12538                 updated by Ricardo Mones Lastra,
12539                 Witold Wladyslaw Wojciech Wilk,
12540                 Ruslan N. Balkin, and  Urke MMI 
12541                 respectively
12542
12543 2002-11-24 [paul]       0.8.5claws182
12544
12545         * po/bg.po
12546                 updated by George Danchev
12547
12548 2002-11-23 [alfons]     0.8.5claws181
12549
12550         * src/imap.c
12551                 tiny memory leak found by browsing Dimitar's 
12552                 valgrind report
12553
12554 2002-11-23 [paul]       0.8.5claws180
12555
12556         * po/it.po
12557                 updated by Alessandro Maestri
12558
12559 2002-11-22 [christoph]  0.8.5claws179
12560
12561         * src/compose.c
12562         * src/inc.c
12563         * src/prefs_filtering.c
12564         * src/summaryview.c
12565                 more warning fixes
12566
12567 2002-11-22 [alfons]     0.8.5claws178
12568
12569         * src/summaryview.c
12570                 summary_execute_delete_func(): if message is deleted, make 
12571                 sure to also remove its entry in the subject hash table. 
12572                 fixes a corner case bug.
12573
12574 2002-11-22 [paul]       0.8.5claws177
12575
12576         * .cvsignore
12577                 add 'autom4te.cache'
12578                 
12579         * ltconfig      ** REMOVED **
12580                 not needed
12581
12582 2002-11-22 [paul]       0.8.5claws176
12583
12584         * src/textview.c
12585                 textview_set_font(): fix for message display in
12586                 UTF-8 locales (thanks to Sergey Vlasov).
12587                 
12588         * AUTHORS
12589                 add new team members and contributors
12590
12591
12592 2002-11-21 [colin]      0.8.5claws175
12593
12594         * src/procmsg.[ch]
12595                 Add procmsg_remove_special_headers()
12596         * src/mh.c
12597                 Use procmsg_remove_special_headers() for 
12598                 previous fix
12599
12600 2002-11-21 [colin]      0.8.5claws174
12601
12602         * src/mh.c
12603                 Fix moving/copying from queue/draft folders
12604                 for MH folders
12605
12606 2002-11-21 [christoph]  0.8.5claws173
12607
12608         * src/crash.c
12609         * src/filtering.c
12610         * src/logwindow.c
12611         * src/main.c
12612         * src/matcher_parser_lex.[hl]
12613         * src/mbox.c
12614         * src/mbox_folder.[ch]
12615         * src/prefs_filtering.c
12616         * src/procheader.c
12617         * src/quote_fmt_lex.l
12618         * src/ssl.c
12619                 fix all warnings except the warnings in lex and yacc files
12620
12621 2002-11-20 [christoph]  0.8.5claws172
12622
12623         * src/imap.c
12624                 fix MsgInfo retrieval for IMAP draft and queue folders
12625                 (closes bug [ 619558 ] Draft saving on IMAP box issue)
12626
12627 2002-11-19 [christoph]  0.8.5claws171
12628
12629         * src/compose.c
12630                 fix segfault, when draft saving does not get
12631                 the MsgInfo of the new message
12632                 (closes bug [ 640699 ] Claws170: crash drafting mail ( IMAP ))
12633
12634 2002-11-19 [christoph]  0.8.5claws170
12635
12636         * src/procmsg.c
12637                 add parameter check for flag setting function
12638                 (closes bug [ 640619 ] Claws169: crash - drafting a mail (IMAP))
12639
12640 2002-11-18 [paul]       0.8.5claws169
12641
12642         * src/compose.c
12643                 more sensitivity fixes to redirect mode:
12644                 * disable toolbar draft button
12645                 * allow only Address book in the Tools menu
12646                 * disable editing of message by the spell
12647                   checker
12648
12649 2002-11-18 [paul]       0.8.5claws168
12650
12651         * src/compose.c
12652                 fix sensitivity of menu items in compose_redirect():
12653                 allow only the necessary items 
12654
12655 2002-11-18 [paul]       0.8.5claws167
12656
12657         * src/compose.c
12658                 fix bug [ 603259 ] 'attachment got lost on bounce'
12659
12660 2002-11-18 [paul]       0.8.5claws166
12661
12662         * po/ru.po
12663                 updated by Ruslan N. Balkin <baron@dartel.ru>
12664
12665 2002-11-18 [colin]      0.8.5claws165
12666
12667         * src/main.c
12668           src/defs.h
12669                 Remove old filtering stuff
12670
12671
12672 2002-11-17 [oliver]     0.8.5claws164
12673
12674         * src/toolbar.h
12675                 remove not needed typedef 
12676
12677 2002-11-17 [oliver]     0.8.5claws163
12678
12679         * src/toolbar.c
12680                 make toolbar's on click events translatable
12681
12682 2002-11-15 [colin]      0.8.5claws162
12683
12684         * src/summaryview.c
12685                 Revert too-soon integration of a feature
12686
12687 2002-11-15 [christoph]  0.8.5claws161
12688
12689         * src/imap.c
12690                 use main's implementation of imap_get_msginfo
12691
12692 2002-11-15 [christoph]  0.8.5claws160
12693
12694         * src/compose.c
12695         * src/folder.[ch]
12696         * src/imap.c
12697         * src/mbox_folder.c
12698         * src/mh.c
12699         * src/news.c
12700         * src/procmsg.c
12701         * src/summaryview.c
12702                 replace claws' fetch_msginfo with main's get_msginfo
12703                 (use main's implementation where possible)
12704
12705 2002-11-15 [colin]      0.8.5claws159
12706
12707         * src/ssl_certificate.c
12708                 Missed a check
12709
12710 2002-11-16 [melvin]     0.8.5claws158
12711
12712         * po/fr.po
12713                 Updated French translations.
12714
12715 2002-11-16 [colin]      0.8.5claws157
12716
12717         * src/ssl_certificate.c
12718                 Check for missing parts in the certificates
12719
12720 2002-11-15 [colin]      0.8.5claws156
12721
12722         * src/folderview.c
12723                 Preventive fix (missing check) found by
12724                 Alfons
12725
12726 2002-11-15 [paul]
12727
12728         * NEWS
12729                 sync with 0.8.6 release
12730
12731 2002-11-15 [colin]      0.8.5claws155
12732
12733         * src/folder.[ch]
12734           src/folderview.c
12735                 Fix error handling of folder_item_move_to()
12736                 (thanks to Alfons!)
12737
12738 2002-11-15 [colin]      0.8.5claws154
12739
12740         * src/folder.[ch]
12741           src/folderview.c
12742                 folder_item_move_to() sets an error message instead
12743                 of having GUI stuff in folder.c
12744
12745 2002-11-15 [colin]      0.8.5claws153
12746
12747         * src/procmsg.[ch]
12748                 Implemented a callback for MsgInfo updates, 
12749                 heavily copy/pasted from Christoph's folder 
12750                 callback system
12751         * src/summaryview.[ch]
12752                 Register summary_update_msg as callback
12753
12754 2002-11-14 [colin]      0.8.5claws152
12755         
12756         * src/procmsg.c
12757                 Update the FolderItem after sending (fixes 617593)
12758
12759 2002-11-14 [christoph]  0.8.5claws151
12760
12761         * src/folder.c
12762                 fix wrong position of NULL pointer check found
12763                 by Sergey
12764
12765 2002-11-14 [christoph]  0.8.5claws150
12766
12767         * src/folder.c
12768                 fix segfault when deleting messages from IMAP folders
12769                 (closes bug [ 635641 ] Crash deleting mail in IMAP trash)
12770
12771 2002-11-14 [colin]      0.8.5claws149
12772
12773         * src/compose.c
12774                 Forwarding was also ignoring the folder's default account.
12775
12776 2002-11-14 [colin]      0.8.5claws148
12777
12778         * src/compose.c
12779                 Fix sent folder not set to folder properties when 
12780                 forwarding.
12781
12782 2002-11-14 [thorsten]   0.8.5claws147
12783
12784         * src/inc.c
12785                 inc_start(): Files were not moved from .processing to inbox,
12786                 if no global processing rule existed
12787
12788 2002-11-14 [colin]      0.8.5claws146
12789
12790         * src/ssl_certificate
12791                 Fix file operations
12792
12793 2002-11-14 [paul]       0.8.5claws145
12794
12795         * po/it.po
12796                 updated by Alessandro Maestri
12797
12798 2002-11-13 [alfons]     0.8.5claws144
12799
12800         * src/folder.c
12801                 folder_item_close(): only mark messages unread
12802                 when a folder has new messages 
12803
12804 2002-11-13 [keith]      0.8.5claws143
12805
12806         * src/imap.c
12807                 Fix problem moving or copying between
12808                 IMAP folders
12809
12810 2002-11-13 [colin]      0.8.5claws142
12811
12812         * src/matcher_parser_parse.y
12813                 Fix rule problem when " don't match
12814
12815 2002-11-13 [christoph]  0.8.5claws141
12816
12817         * src/folder.c
12818         * src/folderview.c
12819                 moved cache saving to folder_item_close
12820                 the folderview should not have to deal with
12821                 this things
12822
12823 2002-11-13 [christoph]  0.8.5claws140
12824
12825         * src/summaryview.c
12826                 moved setting of important score to
12827                 summary_set_prefs_from_folderitem
12828
12829 2002-11-13 [colin]      0.8.5claws139
12830
12831         * src/matcher_parser_parse.y
12832                 Fix a segfault in the parser (happening when
12833                 a good expression had been tested and a bad 
12834                 one arrives)
12835
12836 2002-11-13 [paul]       0.8.5claws138
12837
12838         * sync with 0.8.5cvs24
12839                 see ChangeLog 2002-11-13
12840                 
12841         * po/pt_BR.po
12842                 updated by Fabio Jr. Beneditto
12843
12844 2002-11-13 [colin]      0.8.5claws137
12845         
12846         * src/msgcache.c
12847           src/defs.h
12848           src/procmsg.[ch]
12849                 Revert last commit, problem
12850
12851 2002-11-13 [colin]      0.8.5claws136
12852
12853         * src/msgcache.c
12854                 Remove duplicated code
12855         * src/defs.h
12856                 Bumped CACHE_VERSION and MARK_VERSION
12857         * src/procmsg.[ch]
12858                 Network endian for cache and mark files
12859
12860 2002-11-12 [colin]      0.8.5claws135
12861
12862         * src/inc.c
12863                 Fix the "socket error" dialog which disappeared
12864
12865 2002-11-12 [colin]      0.8.5claws134
12866
12867         * src/msgcache.c
12868                 Reverse last commit which had performance 
12869                 problems, but still reverse the list
12870
12871 2002-11-12 [colin]      0.8.5claws133
12872
12873         * src/msgcache.c
12874                 Reverse list order
12875
12876 2002-11-12 [melvin]     0.8.5claws132
12877
12878         * src/compose.c
12879                 Added a check for a NULL prefs_common.dictionary
12880
12881 2002-11-12 [colin]      0.8.5claws131
12882
12883         * src/ssl_certificate.[ch]
12884                 Use FQDN hostname
12885
12886 2002-11-12 [colin]      0.8.5claws130
12887
12888         * src/ssl_certificate.[ch]
12889                 Take connection port into account for 
12890                 checking certificates (a single hostname
12891                 could have multiple servers with multiple
12892                 certificates)
12893         * src/ssl.c
12894                 Pass the port to ssl_certificate_check
12895
12896 2002-11-12 [paul]       0.8.5claws129
12897
12898         * src/folder.c
12899                 fix a typo in last commit
12900
12901 2002-11-12 [paul]       0.8.5claws128
12902
12903         * sync with 0.8.5cvs23
12904                 see ChangeLog entry 2002-11-12
12905
12906 2002-11-11 [colin]      0.8.5claws127
12907
12908         * src/ssl_certificate.c
12909                 Cleaner messages
12910                 Don't popup, instead log error, if the 
12911                 corresponding pref is checked
12912         * src/ssl_certificate.h
12913                 include <openssl/objects/h>
12914
12915 2002-11-11 [colin]      0.8.5claws126
12916
12917         * src/ssl_certificate.h
12918                 _Really_ clean it
12919
12920 2002-11-11 [colin]      0.8.5claws125
12921         
12922         * src/ssl_certificate.c
12923                 Fixed leak
12924
12925 2002-11-11 [colin]      0.8.5claws124
12926
12927         * src/ssl.c
12928                 Cleaned a bit
12929         * src/ssl_certificate.[ch]
12930                 Cleaned a bit (better use of SSL API)
12931                 (This will cause non-recognition of saved 
12932                  certificates of claws12[23]...)
12933
12934 2002-11-11 [paul]       0.8.5claws123
12935         
12936         * po/es.po
12937                 updated by Ricardo Mones Lastra
12938
12939 2002-11-11 [colin]      0.8.5claws122
12940
12941         * src/ssl.c
12942                 Fix a typo
12943
12944 2002-11-11 [colin]      0.8.5claws121
12945
12946         * src/ssl_certificate.[ch] ** NEW FILES **
12947         * src/ssl.[ch]
12948                 Check SSL certificates presented to us
12949         * src/Makefile.am
12950                 Add ssl_certificate.[ch]
12951         * po/POTFILES.in
12952                 Add ssl_certificate.c
12953
12954 2002-11-11 [paul]       0.8.5claws120
12955
12956         * sync with 0.8.5cvs22
12957                 see ChangeLog 2002-11-11
12958
12959 2002-11-11 [paul]       0.8.5claws119
12960
12961         * sync with 0.8.5cvs21
12962                 see ChangeLog 2002-11-11
12963
12964 2002-11-10 [jens]       0.8.5claws118
12965
12966         * src/folder.c
12967         * src/folderview.c
12968                 corrected some typing
12969         * po/de.po
12970                 updated german translation
12971         * sylpheed.spec.in
12972                 cleaned up specfile and adjusted it for claws
12973
12974 2002-11-10 [colin]      0.8.5claws117
12975
12976         * src/summaryview.c
12977                 a STATUSBAR_PUSH/POP fix
12978
12979 2002-11-10 [colin]      0.8.5claws116
12980
12981         * src/prefs_folder_item.c
12982                 Fix hanging after opening folder properties
12983
12984 2002-11-10 [hoa]        0.8.5claws115
12985
12986         * src/matcher_parser_lex.l
12987         * src/matcher_parser_parse.y
12988                 config file for scoring and filtering is no more trashed
12989                 when there is a syntax error in a filtering rule when
12990                 editing it in a dialog.
12991
12992 2002-11-09 [colin]      0.8.5claws114
12993
12994         * src/mbox_folder.c
12995                 Added missing initialisation of folder->destroy()
12996
12997 2002-11-09 [colin]      0.8.5claws113
12998
12999         * src/folder.c
13000           src/folderview.c
13001                 Fix the status bar messages
13002
13003 2002-11-09 [colin]      0.8.5claws112
13004
13005         * src/folderview.c
13006                 Fix hangs after folder dnd, happening after 
13007                 claws109.
13008
13009 2002-11-09 [christoph]  0.8.5claws111
13010
13011         * src/folderview.c
13012                 just changed order of calls (reverse order of
13013                 associated calls)
13014         * src/inc.c
13015                 lock inc when checking only one account, otherwise
13016                 inc all could be executed at the same time
13017
13018 2002-11-09 [christoph]  0.8.5claws110
13019
13020         * src/folderview.c
13021                 better unlock the mouse cursor before calling
13022                 summary_show because it changes the cursor too
13023
13024 2002-11-09 [christoph]  0.8.5claws109
13025
13026         * src/folder.[ch]
13027         * src/folderview.c
13028                 add functions to open and close a folder
13029                 o opending will execute scanning for remote folders
13030                   and processing
13031                 o closing will unset new flag for messages
13032
13033 2002-11-09 [colin]      0.8.5claws108
13034
13035         * src/folder.c
13036                 Add a call to prefs_matcher_write_config to 
13037                 avoid non-leaf folders filtering settings to be
13038                 lost
13039
13040 2002-11-09 [paul]       0.8.5claws107
13041
13042         * src/prefs_account.c
13043                 re-word a label
13044
13045 2002-11-09 [colin]      0.8.5claws106
13046
13047         * src/folderview.c
13048                 Minor esthetic fix
13049
13050 2002-11-09 [colin]      0.8.5claws105
13051
13052         * src/folderview.c
13053                 Fix prefs_filtering deletion for MH folders (same
13054                 reason as below)
13055         * src/prefs_filtering.c
13056                 Fix prefs_filtering renaming and deletion for 
13057                 folder-based processing rules.  
13058
13059 2002-11-09 [christoph]  0.8.5claws104
13060
13061         * src/compose.c
13062         * src/folder.[ch]
13063         * src/folderview.[ch]
13064         * src/import.c
13065         * src/inc.c
13066         * src/main.c
13067         * src/mainwindow.c
13068         * src/messageview.c
13069         * src/prefs_folder_item.c
13070         * src/procmsg.c
13071         * src/summaryview.c
13072                 implement a callback system for folder item updates
13073
13074 2002-11-09 [colin]      0.8.5claws103
13075
13076         * src/folderview.c
13077                 Fix prefs_filtering renaming for MH folders (we
13078                 shouldn't rename by path as another folder could
13079                 have the same hierarchy).
13080
13081 2002-11-09 [colin]      0.8.5claws102
13082
13083         * src/folder.c
13084                 Fix a leak found by Christoph, use better variable
13085                 names
13086
13087 2002-11-09 [colin]      0.8.5claws101
13088
13089         * src/folder.c
13090                 One more fix for processing rules
13091
13092 2002-11-08 [colin]      0.8.5claws100
13093         
13094         * src/matcher.c
13095                 Don't copy the compiled regexp (will be reevaluated)
13096         * src/folderview.c
13097                 Lock folderview while moving
13098         * src/folder.c
13099                 Provide info on what's happening to the user
13100
13101 2002-11-08 [colin]      0.8.5claws99
13102
13103         * src/folderview.c
13104                 Fix folder reordering after a move if parent is 
13105                 root
13106         * src/scoring.[ch]
13107                 Add function to copy a ScoringProp
13108         * src/prefs_folder_item.c
13109                 Copy scoring rules when copying a folder prefs
13110
13111 2002-11-08 [colin]      0.8.5claws98
13112
13113         * src/folderview.c
13114                 Fixes in case of failure
13115         * src/filtering.[ch]    
13116                 Add function to duplicate a FilteringProp
13117         * src/matcher.[ch]
13118                 Add function to duplicate a MatcherProp
13119         * src/prefs_folder_item.c
13120                 Save folder's processing rules when copying 
13121                 its prefs
13122
13123 2002-11-08 [colin]      0.8.5claws97
13124         
13125         * src/folderview.c
13126                 Sort after move
13127         * src/folder.c 
13128                 Change a printf to debug_print
13129
13130 2002-11-08 [colin]      0.8.5claws96
13131
13132         * src/folder.c
13133           src/folderview.c
13134                 Fix segfaults, call me stupido
13135         
13136
13137 2002-11-08 [colin]      0.8.5claws95
13138
13139         *src/folder.c
13140                 Added forgotten prefs to save when moving folders
13141
13142 2002-11-08 [colin]      0.8.5claws94
13143
13144         * src/folder.c
13145                 Fixes to folder DND (prefs copy)
13146         * src/folderview.c
13147                 Optimization for folder DND (don't rescan whole tree)
13148                 Added folderview_create_folder_node() for this 
13149                 optimization, so de-duped a bit the code
13150         * src/prefs_folder_item.[ch]
13151                 Added prefs_folder_item_copy_prefs()    
13152           
13153 2002-11-08 [paul]       0.8.5claws93
13154
13155         * src/prefs_account.c
13156           tools/README
13157           tools/kmail2sylpheed_v2.pl
13158                 correct some typos
13159
13160 2002-11-08 [paul]       0.8.5claws92
13161
13162         * src/compose.c
13163           src/prefs_account.[ch]
13164                 remove account options 'clearsign' and 'ascii_armored',
13165                 replace with 'default_gnupg_mode' to prevent mixed-mode
13166                 Privacy settings
13167
13168 2002-11-08 [paul]       0.8.5claws91
13169
13170         * src/compose.[ch]
13171                 re-implement GnuPG 'on-the-fly' mode selection,
13172                 disallow mixed-mode
13173
13174 2002-11-08 [colin]      0.8.5claws90
13175
13176         * src/folderview.c
13177           src/prefs_folder_item.c
13178                 Change "Property" to "Properties"
13179
13180 2002-11-07 [colin]      0.8.5claws89
13181
13182         * src/folderview.c
13183           src/folder.c
13184                 Allow folder dropping to a root folder
13185
13186 2002-11-07 [paul]       0.8.5claws88
13187
13188         * src/compose.c
13189                 revert last commit
13190
13191 2002-11-07 [paul]       0.8.5claws87
13192
13193         * src/compose.c
13194                 fix reply-to-list bug. closes bug report
13195                 "[633382] reply-to-list broken in recent cvs"
13196
13197 2002-11-07 [paul]       0.8.5claws86
13198
13199         * src/compose.c
13200                 add a forgotten '#if USE_GPGME ... #endif'
13201
13202 2002-11-07 [paul]       0.8.5claws85
13203
13204         * sync with 0.8.5cvs20
13205                 see ChangeLog 2002-11-07
13206
13207 2002-11-07 [colin]      0.8.5claws84
13208
13209         * src/folder.[ch]
13210                 Change folder_item_move_to to return the newly 
13211                 created folderitem.
13212         * src/folderview.c
13213                 Select the new folderitem after moving.
13214
13215 2002-11-07 [colin]      0.8.5claws83
13216
13217         * src/prefs_filtering.c
13218                 Fix rule rewriting when moving a leaf folder to a 
13219                 shorter path
13220
13221 2002-11-07 [colin]      0.8.5claws82
13222
13223         * src/prefs_filtering.c
13224                 fix a leak
13225
13226 2002-11-07 [colin]      0.8.5claws81
13227
13228         * src/folder.[ch]
13229                 Add folder_item_move_to() function to move a 
13230                 folderitem into another one (updates matcher etc)
13231         * src/folderview.c
13232                 Add folder drag'n drop (context menu to come)
13233                 [Should be dataloss free, but Please backup before 
13234                  trying !]
13235
13236 2002-11-06 [colin]      0.8.5claws80
13237
13238         * src/mh.c
13239                 mh_create_folder() returns NULL if can't create
13240                 directory hierarchy
13241
13242 2002-11-06 [paul]       0.8.5claws79
13243
13244         * src/compose.[ch]
13245                 allow 'on-the-fly' changing of the type of encryption 
13246                 and/or signing used (mime/ascii) via the compose window
13247
13248 2002-11-06 [paul]       0.8.5claws78
13249
13250         * sync with 0.8.5cvs19
13251                 see ChangeLog 2002-11-06 for src/account.c: 
13252                 account_get_special_folder()
13253                 
13254 2002-11-05 [alfons]     0.8.5claws77
13255
13256         * src/crash.c
13257                 very minor cleanups: nothing to see here, move on. :-)
13258
13259 2002-11-05 [colin]      0.8.5claws76
13260
13261         * src/main.c
13262                 Changes choices if compose windows are opened to
13263                 Discard, Draft, Don't quit
13264
13265 2002-11-05 [thorsten]   0.8.5claws75
13266
13267         * src/compose.c
13268                 reenabled default_reply_to folder option
13269
13270 2002-11-05 [colin]      0.8.5claws74
13271
13272         * src/compose.[ch] 
13273                 add compose_draft()
13274         * src/crash.c
13275                 add SIGTERM handler
13276         * src/main.[ch]
13277                 add clean_quit() for the SIGTERM handler
13278
13279 2002-11-05 [paul]       0.8.5claws73
13280         
13281         * po/es.po
13282                 updated by Ricardo Mones Lastra
13283
13284 2002-11-05 [melvin]     0.8.5claws72
13285
13286         * src/logwindow.c
13287                 Fixed log-clipping bug #616795.
13288                 To stop logging in the log window use 0 length.
13289         * src/prefs_common.c
13290                 Added a label to inform about the 0 log length behaviour.
13291
13292 2002-11-05 [paul]       0.8.5claws71
13293
13294         * sync with 0.8.5cvs17
13295                 see ChangeLog 2002-11-05
13296
13297 2002-11-04 [paul]       0.8.5claws70
13298
13299         * sylpheed-128x128.png
13300           sylpheed-64x64.png
13301           sylpheed.png
13302                 replace with pngcrushed icons. Submitted by Nicolas Kaiser,
13303                 <nikai@users.sourceforge.net>
13304                 
13305         * po/bg.po
13306                 updated by George Danchev
13307
13308 2002-11-03 [thorsten]   0.8.5claws69
13309
13310         * src/main.c
13311           src/mimeview.c
13312           src/rfc2015.h
13313                 add check if gpg is active
13314
13315 2002-11-03 [thorsten]   0.8.5claws68
13316
13317         * src/toolbar.h
13318                 removed GSList declaration causing trouble on MacOS-X
13319                 (submitted by alfons, reported by xfesty)
13320
13321 2002-11-01 [paul]       0.8.5claws67
13322
13323         * src/mainwindow.c
13324                 remove last remnants of main's filter code
13325
13326 2002-11-01 [paul]       0.8.5claws66
13327
13328         * tools/filter_conv.pl
13329                 fix bug where user-defined headers were ignored
13330
13331 2002-11-01 [paul]       0.8.5claws65
13332
13333         * src/logwindow.c
13334                 make a debug_print() not translatable
13335
13336 2002-10-31 [melvin]     0.8.5claws64
13337
13338         * ac/aspell.m4
13339                 Fixed --disable-aspell-test. Now --disable-aspell-test will 
13340                 not run any GNU/aspell test.  The dictionary path will
13341                 be by default /usr/local/lib/aspell/ unless --with-aspell-prefix
13342                 was given, in which case, it will be $prefix/lib/aspell/
13343         * configure.in
13344                 Fixed typo in commentary (Aspell code).
13345
13346 2002-10-31 [paul]       0.8.5claws63
13347
13348         * po/POTFILES.in
13349                 remove src/filter.c and src/prefs_filter.c
13350                 thanks to Ricardo for reminding me
13351
13352 2002-10-31 [colin]      0.8.5claws62
13353
13354         * src/mbox_folder.c
13355                 Plug some leaks
13356
13357 2002-10-31 [paul]       0.8.5claws61
13358
13359         * src/prefs_filter.[ch] ** REMOVED **
13360           src/filter.[ch]       ** REMOVED **
13361           
13362         * src/Makefile.am
13363           src/folderview.c
13364           src/inc.c
13365           src/main.c
13366           src/mainwindow.c
13367           src/mbox.c
13368           src/prefs_common.c
13369           src/prefs_filtering.c
13370           src/summaryview.[ch]
13371                 remove main's 'filter' code
13372                 
13373         README.claws
13374                 update to reflect removal of main's filter
13375
13376 2002-10-31 [paul]       0.8.5claws60
13377
13378         * src/summaryview.c
13379                 remove check for global_processing in summary_filter_open(). 
13380                 This fixes the bug where if the user uses the right-click 
13381                 'Create filter rule...' and doesn't have any filter rules 
13382                 already defined in claws' advanced filtering, the newly 
13383                 created filter rule goes to main's filtering which is 
13384                 inaccessible through the gui. Now the filter rule gets added
13385                 to claws' filtering by default.
13386
13387 2002-10-28 [melvin]     0.8.5claws59
13388
13389         * src/prefs_actions.c
13390                 Fixed bug #627322 where MIME parts were not always
13391                 correctly passed to a %p action
13392                 Display an error dialog when message filename is not found.
13393
13394 2002-10-28 [melvin]     0.8.5claws58
13395
13396         * src/prefs_common.c
13397                 Readded a missing function declaration lost in 0.8.3claws34
13398
13399 2002-10-28 [paul]       0.8.5claws57
13400
13401         * sync with 0.8.5cvs15
13402                 see ChangeLog 2002-10-28 and 2002-10-25
13403                 
13404         Note: ChangeLog entry 2002-10-24 is not sync'ed.
13405
13406 2002-10-27 [oliver]     0.8.5claws56
13407
13408         * src/pop.c
13409                 plug leak in pop3_top_recv
13410
13411 2002-10-26 [christoph]  0.8.5claws55
13412
13413         * src/folder.c
13414                 set need_update folder flag when messages are added
13415                 (closes bug [ 626922 ] folder not updated after receiving)
13416
13417 2002-10-25 [melvin]     0.8.5claws54
13418
13419         * src/imageview.c
13420                 Fixed a memleak introduced in the scaling code.
13421
13422 2002-10-24 [alfons]     0.8.5claws53
13423
13424         * src/filtering.c
13425                 make filtering's forward message action forward from the 
13426                 correct account
13427                 (closes bug [628089 ] Filter -> Forward from address problem
13428                 reported by Oktay)
13429
13430 2002-10-24 [christoph]  0.8.5claws52
13431
13432         * src/mainwindow.c
13433         * src/manual.[ch]
13434                 o use manual of current locale or english if current
13435                   locale is not available (and english is available)
13436                 o also link to sylpheed doc project manuals
13437
13438 2002-10-23 [paul]       0.8.5claws51
13439
13440         * tools/README
13441           tools/kmail2sylpheed_v2.pl
13442                 add new version of kmail addressbook importer script.
13443                 works with newer versions of Kmail/KAddressBook which
13444                 have new and rearranged data.
13445
13446 2002-10-23 [martin]     0.8.5claws50
13447
13448         * src/folderview.c
13449         * src/summaryview.c
13450         * src/utils.h
13451         * src/utils.c
13452                 added length parameter to get_abbrev_newsgroup_name()
13453                 changed this function so that it abbreviates the newsgroup
13454                 names only so long it is smaller than the length parameter
13455                 (for better reading of some newsgroup names and space efficiency)
13456
13457 2002-10-22 [colin]      0.8.5claws49
13458
13459         *src/foldersel.c
13460                 Revert Alfons' last modification (after voting ;-))
13461
13462 2002-10-21 [alfons]     0.8.5claws48
13463
13464         * src/foldersel.c
13465                 folder view in folder selection dialog reflects state of
13466                 folder view in main window
13467
13468 2002-10-18 [alfons]     0.8.5claws47
13469
13470         * src/mbox.c
13471                 drop imported messages in folder selected by user,
13472                 and not in the inbox
13473                 (closes bug [ 625424 ] Import mbox always to "Inbox" folder)
13474
13475 2002-10-18 [alfons]     0.8.5claws46
13476
13477         * src/compose.c
13478                 make automagic reply work correctly for email accounts 
13479                 (whether it's viable to do a full sync with Hiro's 
13480                 compose.c is still under discussion)
13481
13482 2002-10-18 [melvin]     0.8.5claws45
13483
13484         * src/prefs_actions.c
13485                 Fixed bug #622275 where asynchroneous actions left 
13486                 zombies processes
13487                 Made (synchroneous) actions' input be displayed live.
13488
13489 2002-10-18 [christoph]  0.8.5claws44
13490
13491         * src/textview.c
13492                 don't add a newline in the textview in front of the
13493                 first textpart if header display is disabled
13494                 (closes bug [ 603385 ] disabled header display leaves blank
13495                  lin)
13496
13497 2002-10-18 [christoph]  0.8.5claws43
13498
13499         * src/folder.[ch]
13500         * src/imap.c
13501         * src/mbox_folder.c
13502         * src/mh.c
13503         * src/news.c
13504                 folder->get_num_list now returns an error code
13505                 (closes bug [ 609424 ] News cache cleared on failure)
13506                 
13507 2002-10-17 [colin]      0.8.5claws42
13508         
13509         * src/news.c
13510                 Changed a printf by debug_print
13511
13512 2002-10-16 [paul]       
13513
13514         * tools/OOo2sylpheed.pl
13515                 allow for spaces in the name of the
13516                 file to be attached.
13517
13518 2002-10-16 [colin]      0.8.5claws41
13519
13520         * src/main.c
13521                 Use a tristate to change online mode
13522
13523 2002-10-16 [paul]       0.8.5claws40
13524
13525         * po/es.po
13526                 updated by Ricardo Mones Lastra
13527
13528 2002-10-16 [colin]      0.8.5claws39
13529
13530         * src/main.c
13531           src/mainwindow.[ch]
13532                 Added --online and --offline command-line
13533                 switches
13534
13535 2002-10-15 [christoph]  0.8.5claws38
13536
13537         * src/procmime.c
13538                 set mimeinfo->name to NULL after g_free to
13539                 avoid double freeing with g_free
13540
13541 2002-10-14 [christoph]  0.8.5claws37
13542
13543         * src/compose.c
13544         * src/filtering.c
13545         * src/summaryview.c
13546                 remove calls to folder->change_flags that are now
13547                 done by procmsg flag functions (seems it is not
13548                 used by any foldertype anyway)
13549         * src/folder.c
13550                 init folder->change_flags with NULL
13551
13552 2002-10-14 [christoph]  0.8.5claws36
13553
13554         * src/folder.[ch]
13555         * src/imap.[ch]
13556                 use virtual functions for folder item new and destroy
13557                 functions
13558
13559 2002-10-14 [melvin]     0.8.5claws35
13560
13561         * src/compose.c
13562                 Added a test to not run the spell checker if no default
13563                 dictionary is available. No dialog is displayed though.
13564
13565 2002-10-14 [melvin]     0.8.5claws34
13566
13567         * src/gtkaspell.c
13568                 Fixed bug in dictionary list context menu where
13569                 "More..." pointed to an emtpy submenu if the
13570                 number of dictionaries is a multiple of 15
13571                 Removed unneeded code in suggestions list creation
13572
13573 2002-10-14 [paul]       0.8.5claws33
13574
13575         * po/bg.po
13576                 updated by George Danchev
13577
13578 2002-10-13 [hoa]        0.8.5claws32
13579
13580         * src/matcher.[ch]
13581           src/matcher_parser_parser.y
13582                 removed the escaped string from internal structure
13583                 of matcher.
13584
13585 2002-10-12 [colin]      0.8.5claws31
13586
13587         * src/gtksctree.[ch]
13588           src/summaryview.c
13589                 Removed useless function gtksctree_reanchor
13590
13591 2002-10-12 [alfons]     0.8.5claws30
13592         
13593         * sync with remaining main changes 2002-10-09 - 2002-10-11
13594         - drop changes to src/compose.c (requires claws specific changes)
13595         
13596 2002-10-12 [alfons]     0.8.5claws29
13597         
13598         * sync with main changes of 2002-10-08
13599         - drop changes to src/compose.c (requires claws specific changes)
13600         - drop changes to src/summaryview.c (requires changes to compose.c)     
13601
13602 2002-10-12 [alfons]     0.8.5claws28
13603         
13604         * sync with main changes of 2002-10-07
13605
13606 2002-10-12 [alfons]     0.8.5claws27
13607
13608         * sync with main changes of 2002-10-04
13609         - drop changes to src/compose.c (requires claws specific changes)
13610         - drop changes to src/prefs_folder_item.c (claws implementation
13611           seems to be working)
13612
13613 2002-10-12 [colin]      0.8.5claws26
13614
13615         * src/mainwindow.c
13616                 Fix folder-flicker when space-reading, introduced 
13617                 in claws22.
13618
13619 2002-10-12 [colin]      0.8.5claws25
13620
13621         * src/compose.c
13622                 Save account address when saving as draft.
13623                 (closes bug 621838)
13624
13625 2002-10-12 [colin]      0.8.5claws24
13626
13627         * src/summaryview.c
13628                 Fix the problem consisting of no message selected
13629                 after the last message in a folder has been moved.
13630
13631 2002-10-12 [paul]       0.8.5claws23
13632
13633         * src/compose.c
13634           src/prefs_template.c
13635           src/template.[ch]
13636                 add Cc and Bcc to templates. Patch submitted by
13637                 John L. Males.
13638
13639 2002-10-12 [colin]      0.8.5claws22
13640
13641         * src/folderview.c
13642                 Fix a bug after "Check for new messages":
13643                 If a folder was opened, it was still selected at
13644                 the end of the check, but displayed empty.
13645         * src/mainwindow.c
13646                 Remove unnecessary check
13647
13648 2002-10-12 [paul]
13649
13650         * tools/README
13651                 be more verbose in the description of
13652                 OOo2sylpheed.pl
13653                 
13654
13655 2002-10-11 [colin]      0.8.5claws21
13656
13657         * src/mainwindow.c
13658                 Make space work (better) when no mail is selected
13659
13660 2002-10-11 [colin]      0.8.5claws20
13661
13662         * src/inc.c
13663           src/news.c
13664                 fix warnings
13665
13666 2002-10-11 [colin]      0.8.5claws19
13667
13668         * src/mainwindow.c
13669                 revert 0.8.5claws6 changes as i couldn't get to
13670                 anything satisfying
13671
13672 2002-10-11 [melvin]     0.8.5claws18
13673
13674         * src/compose.c
13675                 Removed buggy and unused macro (should have been committed in
13676                 0.8.5claws17)
13677
13678 2002-10-11 [melvin]     0.8.5claws17
13679
13680         * src/compose.c
13681                 Fixed memory leak from bug #622040 (thanks to Martin Kluge)
13682
13683 2002-10-11 [thorsten]   0.8.5claws16 
13684
13685         * src/folderview.c
13686                 remove rescan warning
13687
13688 2002-10-11 [colin]      0.8.5claws15 
13689
13690         * src/procheader.c
13691                 fix a segfault that happens if conv_unmime_header
13692                 fails (should be better to find out why it fails)
13693
13694 2002-10-11 [christoph]  0.8.5claws14
13695
13696         * src/summaryview.c
13697                 update folderview stats after ignore/unignore thread
13698
13699 2002-10-11 [hoa]        0.8.5claws13
13700
13701         * src/quote_fmt_parse.y
13702                 Fixed a yacc/bison syntax error
13703         * src/matcher.c
13704                 Escaping of string is fixed.
13705
13706 2002-10-11 [colin]      0.8.5claws12
13707
13708         * src/imageview.c
13709                 Resize images to fit
13710
13711 2002-10-11 [paul]       0.8.5claws11
13712
13713         * po/es.po
13714                 updated by Ricardo Mones Lastra
13715
13716 2002-10-10 [alfons]     0.8.5claws10
13717
13718         * src/compose.c
13719                 allow dropping files by "moving" files from a file manager,
13720                 not only by the more cumbersome "copying". the latter 
13721                 mostly implies holding down the Control button
13722
13723 2002-10-10 [christoph]  0.8.5claws9
13724
13725         * src/summaryview.c
13726                 update folders after thread building for ignored threads
13727
13728 2002-10-10 [christoph]  0.8.5claws8
13729
13730         * config/.cvsignore
13731                 added Makefile
13732         * src/filtering.[ch]
13733         * src/folder.[ch]
13734         * src/folderview.[ch]
13735         * src/import.c
13736         * src/inc.[ch]
13737         * src/mbox.[ch]
13738         * src/procmsg.c
13739         * src/summaryview.[ch]
13740                 o added new flag need_update to FolderItem
13741                 o removed folder_table from various functions from tracking
13742                   folder updates
13743                 o set need_update flags in folder.c's move, copy and delete
13744                   functions and procmsg's flags functions
13745                 o added function folderview_update_items_when_required that
13746                   updates all folders with need_update set
13747                 o call folderview_update_items_when_required instead of
13748                   folderview_update_item_foreach
13749
13750 2002-10-09 [sergey]     0.8.5claws7
13751
13752         * src/compose.c
13753                 Strip CRs whel loading the text into editor in reedit mode.
13754
13755 2002-10-09 [colin]      0.8.5claws6
13756
13757         * src/mainwindow.c
13758                 Make Space work when no mail is selected
13759
13760 2002-10-09 [colin]      0.8.5claws5
13761
13762         * src/gtksctree.[ch]
13763                 Fix range_select
13764                 Add gtk_sctree_reanchor() 
13765         * src/summaryview.c
13766                 Use gtk_sctree_reanchor() - better fix for 
13767                 bug 60413
13768
13769 2002-10-09 [colin]      0.8.5claws4
13770
13771         * src/summaryview.c
13772                 Fix shift-click select after delete problem
13773                 (closes bug 60413)
13774
13775 2002-10-08 [thorsten]   0.8.5claws3
13776
13777         * src/summaryview.c
13778                 exclude current msg from -hide read messages-
13779
13780 2002-10-08 [colin]      0.8.5claws2
13781
13782         * src/inc.[ch]
13783           src/pop.c
13784           src/recv.c
13785                 Differentiate socket errors from disk full
13786                 errors
13787
13788 2002-10-08 [christoph]  0.8.5claws1
13789
13790         * Makefile.am
13791         * configure.in
13792                 modifications for new config directory
13793
13794         * config.guess  ** REMOVED **
13795         * config.sub    ** REMOVED **
13796         * install-sh    ** REMOVED **
13797         * ltmain.sh     ** REMOVED **
13798         * missing       ** REMOVED **
13799         * mkinstalldirs ** REMOVED **
13800                 these files are autogenerated by automake
13801                 when you run autogen.sh
13802
13803         * config/.cvsignore     ** NEW FILE **
13804         * config/Makefile.am    ** NEW FILE **
13805                 ignore autogenerated files
13806                 create a Makefile in this directory
13807
13808 2002-10-08 [paul]       0.8.5claws
13809
13810         * 0.8.5claws release
13811         
13812         * src/compose.c
13813           src/procheader.c
13814           src/procmsg.c
13815                 fix quote reply format for newsgroups reply bug
13816                 (thanks to Hoa)
13817                 
13818         * po/en_GB.po
13819           po/pl.po
13820                 updated by me and Witold Wladyslaw Wojciech Wilk
13821                 repectively
13822
13823 2002-10-07 [paul]       0.8.3claws53
13824
13825         * po/it.po
13826           po/pt_BR.po
13827           po/sr.po
13828                 updated messages catalogs, submitted by
13829                 Alessandro Maestri, Fabio Jr.Beneditto 
13830                 and Urke MMI, respectively.
13831
13832 2002-10-07 [christoph]  0.8.3claws52
13833
13834         * src/folder.[ch]
13835         * src/folderview.c
13836         * src/mainwindow.c
13837                 fix new folder ghost message bug
13838                 (closes bug [ 619722 ] wrong count for newly created folders)
13839
13840 2002-10-07 [christoph]  0.8.3claws51
13841
13842         * src/compose.c
13843                 fix news posting problem
13844
13845 2002-10-07 [melvin]     0.8.3claws50
13846
13847         * po/fr.po
13848                 Updated French translation
13849
13850 2002-10-05 [christoph]  0.8.3claws49
13851
13852         * src/gtkstext.c
13853                 check if line_start_cache is set in gtk_stext_update_text
13854                 (closes bug [ 618119 ] crash while doing search in folder)
13855
13856 2002-10-05 [christoph]  0.8.3claws48
13857
13858         * src/imap.c
13859         * src/news.c
13860         * src/utils.c
13861         * src/utils.h
13862                 implement cache cleanups for claws' folder system
13863                 (closes bug [ 595916 ] imapcache not cleaned up)
13864
13865 2002-10-05 [melvin]     0.8.3claws47
13866
13867         * src/prefs_actions.c
13868                 Made the help text more clear for the %p token
13869
13870 2002-10-04 [paul]       0.8.3claws46
13871
13872         * sync with 0.8.5
13873                 see ChangeLog 2002-10-02 and 2002-10-03
13874
13875 2002-10-04 [christoph]  0.8.3claws45
13876
13877         * src/inc.c
13878                 fix segfault caused by pop before smtp
13879                 call to inc_account_mail with NULL
13880                 pointer for mainwin
13881
13882 2002-10-04 [paul]       0.8.3claws44
13883
13884         * configure.in
13885                 sync the LDAP detection from 0.8.5cvs1
13886
13887 2002-10-02 [christoph]  0.8.3claws43
13888
13889         * po/de.po
13890                 fix small spelling error
13891
13892 2002-10-02 [melvin]     0.8.3claws42
13893
13894         * ac/aspell.m4
13895                 Behave better and say "no" when test program cannot be run.
13896
13897 2002-10-02 [paul]       0.8.3claws41
13898
13899         * sync with 0.8.4cvs1
13900                 see ChangeLog 2002-09-30, 2002-10-01, 2002-10-02
13901                 
13902         * src/summaryview.c
13903                 toggle the behavior of Reply menuitem between
13904                 normal reply and reply-to-list
13905
13906 2002-10-01 [sergey]     0.8.3claws40
13907
13908         * src/compose.c
13909                 Convert newlines in the message text to the canonical form
13910                 before base64 encoding (RFC2045 compliance, fixes some
13911                 interoperability issues with Evolution 1.0.3)
13912
13913 2002-09-29 [colin]      0.8.3claws39
13914
13915         * src/summaryview.c
13916                 Fix an unwanted copy/paste
13917
13918 2002-09-29 [colin]      0.8.3claws38
13919
13920         * src/mainwindow.c
13921                 Renamed "Custom toolbar" to "Customize toolbar"
13922                 Renamed "Show all header" to "Show all headers"
13923                 Renamed "Set diplay item" to "Set displayed items"
13924         * src/prefs_common.c
13925                 Renamed "Show all header" to "Show all headers"
13926         * src/prefs_summary_column.c
13927                 Renamed "diplay item" to "displayed items"
13928
13929 2002-09-29 [colin]      0.8.3claws37
13930
13931         * src/mainwindow.[ch]
13932                 online/offline status pixmaps follow theme
13933                 changes
13934         * src/summaryview.[ch]
13935                 quicksearch pixmap follows theme changes
13936
13937 2002-09-29 [thorsten]   0.8.3claws36
13938
13939         * src/compose.c
13940           src/prefs_folder_item.[ch]
13941                 add default_reply_to folder option (closes patch 581044)
13942
13943 2002-09-29 [christoph]  0.8.3claws35
13944
13945         * acconfig.h    ** REMOVED **
13946         * configure.in
13947         * ac/aspell.m4
13948         * ac/check-type.m4
13949         * ac/gnupg-check-typedef.m4
13950                 fix autoheader 2.50 warning
13951
13952 2002-09-29 [christoph]  0.8.3claws34
13953
13954         * major code cleanup (part 2)
13955         
13956                 - unused variables removed
13957                 - unused functions removed
13958                 - uninitialized variables checked
13959                 - missing return statements added
13960                 - missing function return types added
13961                 - added parentheses around assignment
13962                   when suggested by gcc
13963
13964 2002-09-29 [alfons]     0.8.3claws33
13965
13966         * src/logwindow.c
13967                 log_window_clear(): only bracket gtk_text_forward_delete() 
13968                 with gtk_text_freeze() / gtk_text_thaw() (see if this
13969                 works around GTK text bug)
13970
13971 2002-09-29 [paul]       0.8.3claws32
13972
13973         * po/bg.po
13974           po/sr.po
13975                 updated by George Danchev and Urke MMI
13976                 respectively
13977
13978 2002-09-27 [christoph]  0.8.3claws31
13979
13980         * doc-src/readme.txt
13981         * doc-src/rfc1806.txt   ** REMOVED **
13982         * doc-src/rfc2183.txt   ** NEW FILE **
13983         * doc-src/rfc2980.txt   ** NEW FILE **
13984                 update rfcs
13985
13986 2002-09-27 [melvin]     0.8.3claws30
13987
13988         * ac/aspell.m4
13989                 Fixed typo which could break linking
13990
13991 2002-09-27 [melvin]     0.8.3claws29
13992
13993         * ac/aspell.m4
13994                 Improved GNU/aspell checking. 
13995                 Fixed bug #614490
13996
13997 2002-09-27 [paul]       0.8.3claws28
13998
13999         * sync with 0.8.3cvs8
14000                 see ChangeLog 2002-09-27
14001
14002 2002-09-26 [colin]      0.8.3claws27
14003
14004         * src/toolbar.[ch]
14005           src/mainwindow.[ch]
14006                 Add "Reply to Mailing-list" to the toolbar
14007
14008 2002-09-26 [christoph]  0.8.3claws26
14009
14010         * src/summaryview.c
14011                 Fix wrong message counts in summaryview status
14012
14013 2002-09-26 [paul]       0.8.3claws25
14014
14015         * sync with 0.8.3cvs7
14016                 see ChangeLog 2002-09-26
14017
14018 2002-09-26 [paul]       0.8.3claws24
14019
14020         * sync with 0.8.3cvs6
14021                 see ChangeLog 2002-09-25
14022
14023 2002-09-25 [christoph]  0.8.3claws23
14024
14025         * src/prefs_common.c
14026         * src/prefs_folder_item.c
14027         * src/prefs_scoring.c
14028                 Renamed "kill score" to "hide score" in GUI
14029                 and prefs files
14030
14031 2002-09-25 [paul]       0.8.3claws22
14032
14033         * sync with 0.8.3cvs5
14034                 see ChangeLog 2002-09-24
14035
14036 2002-09-24 [alfons]     0.8.3claws21
14037
14038         patch by Satoshi Nagayasu: allows appending / saving multiple 
14039         selected files (closes "[ 612279 ] save multiple mesg(s) in 
14040         'Save as ...'")
14041
14042         * AUTHORS
14043                 add Satoshi Nagayasu
14044         * src/summaryview.c
14045                 summary_save_as(): allow saving selected files to
14046                 one file
14047                 summary_set_menu_sensitive: enable "Save As..." when
14048                 multiple files are selected
14049         * src/utils.[ch]
14050                 append_file(): new function
14051
14052 2002-09-24 [colin]      0.8.3claws20
14053
14054         * src/procmime.c
14055                 Fix segfault when mimeinfo doesn't have a 
14056                 content_type. 
14057
14058 2002-09-24 [colin]      0.8.3claws19
14059
14060         * src/prefs_common.[ch]
14061                 Add a preference to display send dialog or not
14062         * src/send.c
14063                 Display send dialog according to preference
14064
14065 2002-09-24 [colin]      0.8.3claws18
14066
14067         * src/compose.[ch]
14068                 Disable user actions when sending
14069
14070 2002-09-24 [colin]      0.8.3claws17
14071
14072         * src/procmime.c
14073                 Do not display name or filename for attachments
14074                 with an application/pgp-signature type
14075                 (security flaw, see bug 537413)
14076
14077 2002-09-23 [colin]      0.8.3claws16
14078
14079         * src/editaddress.c
14080                 Initialize entry_email, entry_alias and 
14081                 entry_remarks to first email address of the list
14082
14083 2002-09-23 [colin]      0.83claws15
14084
14085         * src/compose.c
14086                 Drop pgp-signature when reediting a signed queued
14087                 message
14088
14089 2002-09-23 [melvin]     0.8.3claws14
14090
14091         * po/fr.po
14092                 Updated French translation
14093
14094 2002-09-23 [melvin]     0.8.3claws13
14095
14096         * src/mainwindow.c
14097                 Made custom toolbar menu labels more consistent
14098         * src/prefs_toolbar.c
14099                 Made custom toolbar window title more consistent
14100
14101 2002-09-22 [colin]      0.8.3claws12
14102
14103         * src/inc.c
14104                 Initialize session type to normal before getting 
14105                 mail (fixes strange Get behaviour)
14106         * src/prefs_account.h
14107                 Move STYPE_POP_BEFORE_SMTP to last position to 
14108                 avoid other side-effects
14109
14110 2002-09-22 [colin]      0.8.3claws11
14111
14112         * src/prefs_account.c
14113                 Fix pop_bfr_smtp_tm_entry sensivity when switching
14114                 from pop3 to apop or vice-versa
14115
14116 2002-09-22 [colin]      0.8.3claws10
14117         
14118         * src/prefs_account.[ch]
14119                 Add an option for the POP before SMTP timeout
14120         * src/inc.c
14121                 Remember time of last POP connection
14122         * src/send.c
14123                 Do POP before SMTP only if timeout reached
14124
14125 2002-09-22 [oliver]     0.8.3claws9
14126         
14127         * README.claws
14128                 explain custom toolbar
14129
14130 2002-09-22 [oliver]     0.8.3claws8
14131
14132         * src/prefs_actions.[ch]
14133         custom toolbar for compose      
14134                 actions callback from compose toolbar
14135         * src/folderview.c
14136                 remove include toolbar.h
14137
14138 2002-09-22 [oliver]     0.8.3claws7
14139         
14140         * src/prefs_toolbar.[ch]
14141                 custom toolbar for compose
14142                 - generic prefs_toolbar handles both
14143                   Mainwin's toolbar as well as Compose toolbar          
14144
14145 2002-09-22 [oliver]     0.8.3claws6
14146         
14147         * src/toolbar.[ch]
14148                 custom toolbar for compose
14149                 restructure toolbar.[ch]
14150
14151 2002-09-22 [oliver]     0.8.3claws5
14152
14153         * src/compose.[ch]
14154                 custom toolbar for compose
14155
14156 2002-09-22 [oliver]     0.8.3claws4
14157         
14158         * src/mainwindow.[ch]
14159                 custom toolbar for compose 
14160                 move mainwin toolbar back to mainwindow
14161
14162 2002-09-22 [alfons]     0.8.3claws3
14163
14164         * src/procmsg.c
14165                 :%sno/if(/if (/gc
14166                 :%sno/for(/for (/gc
14167                 (beautify)
14168
14169 2002-09-22 [alfons]     0.8.3claws2
14170         
14171         * src/procmsg.c
14172                 procmsg_save_to_outbox(): don't unlink message file from queue;
14173                 callers should do it using folder_item_remove_msg()
14174
14175 2002-09-22 [colin]      0.8.3claws1
14176
14177         * src/mimeview.[ch]
14178                 Made mimeview_check_signature() public
14179         * src/textview.c
14180                 Made GPG signatures verifiable by clicking
14181                 the [application/pgp-signature] in the Text
14182                 view
14183
14184 2002-09-22 [paul]       0.8.3claws
14185
14186         * po/bg.po
14187           po/en_GB.po
14188           po/es.po
14189           po/it.po
14190           po/pl.po
14191           po/pt_BR.po
14192           po/sr.po
14193                 updated translations, submitted by George Danchev,
14194                 me, Ricardo Mones Lastra, Alessandro Maestri,
14195                 Witold Wladyslaw Wojciech Wilk, Fabio Jr.Beneditto 
14196                 and Urke MMI, respectively.     
14197
14198 2002-09-22 [alfons]     0.8.2claws65
14199
14200         * src/procmsg.c
14201         * src/pgptext.c
14202                 no furry valgrinds have been used to plug these memleaks
14203
14204 2002-09-20 [paul]       0.8.2claws64
14205
14206         * sync with 0.8.3cvs4
14207                 'Select thread' re-implemented 
14208                 see ChangeLog 2002-09-20
14209
14210 2002-09-21 [alfons]     0.8.2claws63
14211
14212         * src/compose.c
14213                 compose_send(): plug unnoticed memleak
14214
14215 2002-09-20 [alfons]     0.8.2claws62
14216
14217         * src/addr_compl.c
14218                 replace_address_in_edit(): strict check for NULL address to
14219                 fix "[ 607348 ] Segfault in address completion". My guess is
14220                 that this happens with an empty address book, but it's good
14221                 to have this check here anyway
14222                 
14223                 completion_window_button_press(): free string returned 
14224                 from the internal cache
14225
14226 2002-09-20 [christoph]  0.8.2claws61
14227
14228         * src/procmime.h
14229                 added ENC_BINARY to EncodingType
14230         * src/procmime.c
14231                 the string returned by procmime_get_encoding_str
14232                 should not depend on the order of values in the
14233                 EncodingType definition
14234         * doc-src/rfc1806.txt   ** NEW FILE **
14235                 Added rfc1806 about MIME Content-Disposition
14236                 Extension
14237
14238 2002-09-19 [paul]       0.8.2claws60
14239
14240         * sync with 0.8.2cvs3
14241                 see ChangeLog 2002-09-19
14242
14243 2002-09-19 [paul]       0.8.2claws59
14244
14245         * src/prefs_folder_item.c
14246                 revert to Darko's original alignment of colour
14247                 selector button
14248                 add a colon to folder_color label
14249                 
14250         * src/compose.c
14251                 add Colin's patch (with Hiro's modifications) to 
14252                 force BASE64 encoding for 8-bit text when signing
14253                 (sync with 0.8.3cvs2)
14254
14255 2002-09-18 [alfons]     0.8.2claws58
14256
14257         * src/compose.c
14258                 :%sno/if(/if (/gc
14259                 :%sno/for(/for (/gc
14260                 (beautify a little bit)
14261
14262 2002-09-18 [christoph]  0.8.2claws57
14263
14264         * src/pine.c
14265                 fix handling of fgetc return value
14266
14267 2002-09-17 [alfons]     0.8.2claws56
14268         
14269         * src/summaryview.c
14270                 summary_sort(): check non-NULL summaryview->folder_item when no 
14271                 folder is selected at all
14272                 (closes "[ 610344 ] sort label make syl Crash")
14273
14274 2002-09-17 [alfons]     0.8.2claws55
14275         
14276         * src/compose.c
14277                 beautify a little bit
14278
14279 2002-09-17 [christoph]  0.8.2claws54
14280
14281         * src/folder.c
14282                 initialize max values for cache and folder
14283                 when cache or folder is empty
14284
14285 2002-09-15 [colin]      0.8.2claws53
14286
14287         * src/compose.c
14288                 Fix a leak (thanks Alfons!) and cleaned
14289                 variables names for custom headers
14290
14291 2002-09-15 [colin]      0.8.2claws52
14292
14293         * src/compose.c
14294                 Fix custom headers recognition when
14295                 prefs_common.trans_hdr is on
14296
14297 2002-09-15 [colin]      0.8.2claws51
14298
14299         * src/compose.c
14300                 Allow dynamically-added custom headers
14301                 Yet not reparsed if reedited
14302
14303 2002-09-15 [alfons]     0.8.2claws50
14304
14305         * src/prefs_account.c
14306                 fix warnings
14307
14308 2002-09-15 [colin]      0.8.2claws49
14309         
14310         * src/prefs_account.c
14311                 fix pop_before_smtp sensitivity
14312
14313 2002-09-15 [colin]      0.8.2claws48
14314
14315         * src/inc.[ch]
14316                 add inc_pop_before_smtp()
14317                 allow MainWindow to be undefined in 
14318                 inc_account_mail() and inc_start()
14319         * src/pop.c
14320           src/prefs_account.h
14321                 add STYPE_POP_BEFORE_SMTP session type
14322         * src/prefs_account.c
14323                 activated pop before smtp option
14324         * src/send.c
14325                 do pop before smtp if the relevant option 
14326                 is set
14327
14328 2002-09-15 [paul]       0.8.2claws47
14329
14330         * sync with 0.8.3
14331                 see ChangeLog 2002-09-15
14332
14333 2002-09-14 [paul]       0.8.2claws46
14334
14335         * po/bg.po
14336                 updated Bulgarian translation, submitted by
14337                 George Danchev
14338
14339 2002-09-13 [paul]       0.8.2claws45
14340
14341         * src/compose.c
14342                 merge claws' select_account() with main's
14343                 (new) compose_select_account(). [sync with
14344                 0.8.2cvs15, see ChangeLog 2002-09-11]
14345
14346 2002-09-12 [christoph]  0.8.2claws44
14347
14348         * src/filter.c
14349                 allocate 1 elements of FolderItem not 0
14350
14351 2002-09-12 [colin]      0.8.2claws43
14352
14353         * src/compose.c
14354                 Fix bug #590825 (obey Follow-up: poster)
14355
14356 2002-09-12 [colin]      0.8.2claws42
14357
14358         * src/procmime.c
14359                 Fix bug #557009 (wrong headers for messages 
14360                 forwarded as attachments)
14361
14362 2002-09-11 [colin]      0.8.2claws41
14363         
14364         * src/compose.c
14365                 Put SCF: pseudo-header on top of message
14366                 Set draft tmp_flag when saved as draft
14367
14368         * src/procmsg.c
14369           src/procheader.c
14370                 Skip after first \n\n for beginning of real message
14371                 for drafts too
14372
14373 2002-09-11 [christoph]  0.8.2claws40
14374
14375         * src/filtering.c
14376                 use procmsg flag functions in filtering or processing
14377                 will cause incorrect folder message counts
14378
14379 2002-09-11 [colin]      0.8.2claws39
14380
14381         * src/compose.c
14382                 Fix bug #550175 - wrong save folder when reediting
14383                 drafts
14384
14385 2002-09-11 [paul]       0.8.2claws38
14386
14387         * sync with 0.8.2cvs14
14388                 see ChangeLog 2002-09-11
14389
14390 2002-09-11 [colin]      0.8.2claws37
14391
14392         * src/folder.c
14393                 Fix a typo (seeming to cause new/unread status to
14394                 be lost)
14395
14396 2002-09-10 [christoph]  0.8.2claws36
14397
14398         * src/compose.c
14399                 compose_redirect should not use compose_generic_new
14400                 because that does more stuff than expected including
14401                 opening the external editor
14402                 (closes bug "[ 526608 ] bounced messages appear blank
14403                  in editor")
14404
14405 2002-09-10 [christoph]  0.8.2claws35
14406
14407         * src/folder.c
14408                 fix problem with too large message number range
14409                 causing a crash in folder_item_scan
14410
14411 2002-09-10 [paul]       0.8.2claws34
14412
14413         * sync with 0.8.2cvs13
14414                 see ChangeLog 2002-09-10
14415
14416 2002-09-10 [christoph]  0.8.2claws33
14417
14418         * src/msgcache.c
14419                 set MsgInfo TmpFlags for queue and draft folders
14420                 (closes bug "[ 591676 ] Queue ignore MIME on restart")
14421
14422 2002-09-10 [paul]       0.8.2claws32
14423
14424         * AUTHORS
14425           po/bg.po      ** NEW FILE **
14426                 new Bulgarian translation submitted by
14427                 George Danchev <danchev@spnet.net>
14428                 
14429         * tools/Makefile.am
14430           tools/README
14431           tools/tb2sylpheed     ** NEW FILE **
14432                 add script that converts an addressbook exported
14433                 from The Bat! into a Sylpheed addressbook. Submitted
14434                 by Urke MMI <urke-kg@eunet.yu>
14435
14436 2002-09-10 [paul]       0.8.2claws31
14437
14438         * sync with 0.8.2cvs12
14439                 see ChangeLog 2002-09-10
14440
14441 2002-09-06 [paul]       0.8.2claws30
14442
14443         * src/prefs_common.c
14444                 sync with 0.8.2cvs11, see ChangeLog 2002-09-06
14445                 
14446         * tools/Makefile.am
14447           tools/README
14448           tools/ldif-to-xml.py  ** REMOVED **
14449                 remove obsolete python script
14450
14451 2002-09-06 [paul]       0.8.2claws29
14452
14453         * sync with 0.8.2cvs10
14454                 see ChangeLog 2002-09-06
14455
14456 2002-09-04 [paul]       0.8.2claws28
14457
14458         * sync with 0.8.2cvs9
14459                 see ChangeLog 2002-08-04
14460
14461 2002-09-04 [colin]      0.8.2claws27 
14462
14463         * src/prefs_common.[ch]
14464                 Added signature color configuration
14465         * src/textview.c
14466                 Use user-specified signature color
14467
14468 2002-09-03 [colin]      0.8.2claws26
14469
14470         * src/prefs_common.[ch]
14471                 Added autosave and autosave_length prefs
14472         * src/compose.c
14473                 Added compose_remove_draft()
14474                 Auto-save drafts according to the prefs
14475         * src/main.c
14476                 Added a crash-indicator file, allowing to check
14477                 for new messages on startup if Sylpheed crashed
14478                 (makes saved drafts "reappear")
14479
14480 2002-09-03 [colin]      0.8.2claws25
14481
14482         * src/textview.[ch]
14483                 Grey the signature
14484
14485 2002-09-03 [paul]       0.8.2claws24
14486
14487         * sync with 0.8.2cvs8
14488                 see ChangeLog 2002-09-02 and 2002-09-03
14489
14490 2002-09-03 [darko]      0.8.2claws23
14491
14492         * src/folderview.c
14493                 use normal style when creating new folder to pick
14494                 proper font size 
14495
14496 2002-09-02 [melvin]     0.8.2claws22
14497
14498         * src/gtkaspell.m4
14499                 removed some obsolete code
14500
14501 2002-09-02 [melvin]     0.8.2claws21
14502
14503         * ac/aspell.m4
14504                 fixed test's equality sign (== to =)
14505
14506 2002-09-02 [alfons]     0.8.2claws20
14507
14508         * src/folder.c
14509         * src/mh.c
14510                 revert change of 0.8.2claws16 and use the mh_folder_destroy
14511                 as folder->destroy virtual as suggested by Hiro
14512                 (the mh.c code seems to have been lost around mh.c.1.21)
14513
14514 2002-09-02 [paul]       0.8.2claws19
14515
14516         * po/pt_BR.po
14517                 updated by Fabio Jr. Beneditto
14518                 
14519         * src/defs.h
14520                 use 'http://claws.sylpheed.org' for homepage link. 
14521                 Domain provided by Oktay Altunergil <oktay@freelinuxcd.org>
14522
14523 2002-09-01 [alfons]     0.8.2claws18
14524
14525         * src/mh.c
14526                 plug memleak related to one Martin Kluge found
14527
14528 2002-08-31 [paul]       0.8.2claws17
14529
14530         * sync with 0.8.2cvs6
14531                 see ChangeLog 2002-08-30
14532
14533 2002-08-31 [alfons]     0.8.2claws16
14534
14535         * src/folder.c
14536                 folder_destroy(): remove mailbox from folderlist even if it has
14537                 no destroy virtual
14538
14539 2002-08-31 [alfons]     0.8.2claws15
14540
14541         * src/folder.c
14542                 :%sno/if(/if (/gc
14543                 :%sno/for(/for (/gc
14544                 (being pedantic I know)
14545
14546 2002-08-31 [alfons]     0.8.2claws14
14547
14548         * src/folder.c
14549                 check for NULL pointers returned from folder->fetch_msginfo virtual
14550                 (should solve some reported crashes)
14551
14552 2002-08-30 [alfons]     0.8.2claws13
14553
14554         * acconfig.h
14555         * configure.in
14556         * src/crash.c
14557                 enable crash dialog on compilation time
14558                 (--enable-crash-dialog configure option)
14559
14560 2002-08-30 [alfons]     0.8.2claws12
14561
14562         * AUTHORS
14563                 add Martin Kluge
14564         * src/mh.c
14565                 apply memory leak plug patch by Martin Kluge
14566                 (closes patch "[ 602568 ] patch for 602441 little memory leak",
14567                 bug "[ 599677 ] Very small memory leak in 0.81claws115",
14568                 and bug "[ 602441 ] memoryleak in filtering 0.8.2claws9?")
14569
14570 2002-08-30 [darko]      0.8.2claws11
14571
14572         * src/folderview.c
14573                 copy Gtk style from normal style to match
14574                 font size for coloured folders
14575
14576 2002-08-29 [alfons]     0.8.2claws10
14577
14578         * sylpheed.desktop
14579                 Type=Internet <- Type=Application
14580                 (reported by Michael Schwendt, see:
14581                 http://sourceforge.net/tracker/index.php?func=detail&aid=599765&group_id=25528&atid=384600
14582                 http://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=72882)
14583
14584 2002-08-29 [paul]       0.8.2claws9
14585
14586         * sync with 0.8.2cvs5
14587                 see ChangeLog 2002-08-29
14588
14589 2002-08-29 [colin]      0.8.2claws8
14590
14591         * src/summaryview.c
14592                 Added a sanity check in summary_select_thread
14593                 Should fix bug 601605
14594
14595 2002-08-29 [colin]      0.8.2claws7
14596
14597         * src/main.c
14598                 Revert claws6 changes regarding bug #591676
14599
14600 2002-08-28 [colin]      0.8.2claws6
14601         
14602         * src/main.c
14603                 Ignore cache for queue folderitems
14604                 Fix bug #591676
14605
14606 2002-08-28 [melvin]     0.8.2claws5
14607
14608         * README.claws
14609                 Fixed typos.
14610
14611 2002-08-28 [melvin]     0.8.2claws4
14612
14613         * README.claws
14614                 Updated a bit the text concerning the spell checker
14615
14616 2002-08-28 [melvin]     0.8.2claws3
14617
14618         Merged the GNU_aspell_branch:
14619                 Support of new GNU/aspell is now included and the old pspell
14620                 is not supported anymore.
14621                 See README.claws
14622
14623         * README.claws
14624                 Updated spell checker text to reflect the switch to GNU/aspell
14625
14626         * ac/aspell.m4          *** NEW ***
14627         * src/gtkaspell.[ch]    *** NEW *** 
14628         * ac/pspell.m4          *** DELETED *** 
14629         * src/gtkspell.[ch]     *** DELETED ***
14630
14631         * ac/Makefile.am
14632                 Updated for GNU/aspell support
14633
14634         * po/POTFILES.in
14635                 Replaced gtkspell.c by gtkaspell.c
14636
14637         * acconfig.h
14638         * src/Makefile.am
14639         * src/about.c
14640         * src/compose.[ch]
14641         * src/crash.c
14642         * src/main.c
14643         * src/prefs_common.[ch]
14644                 Updated for GNU/aspell support
14645
14646 2002-08-28 [paul]       0.8.2claws2
14647
14648         * sync with 0.8.2cvs4
14649                 see ChangeLog 2002-08-27 and 2002-08-28
14650
14651 2002-08-28 [colin]      0.8.2claws1
14652
14653         * src/summary_search.c
14654                 Added "AND search"
14655
14656 2002-08-28 [jens]       0.8.2claws
14657
14658         *po/de.po
14659                 Updated German translations
14660
14661 2002-08-27 [melvin]     0.8.2claws
14662
14663         * po/fr.po
14664                 Updated French translations
14665
14666 2002-08-27 [paul]       0.8.2claws
14667
14668         * sync with 0.8.2 main release
14669
14670         * po/en_GB.po
14671           po/es.po
14672           po/it.po
14673           po/pl.po
14674           po/pt_BR.po
14675           po/sr.po
14676                 updated message catalogs submitted by
14677                 Ricardo Mones Lastra, Alessandro Maestri,
14678                 Witold Wladyslaw Wojciech Wilk, Fabio Jr.
14679                 Beneditto and Urke MMI  
14680
14681 2002-08-27 [hoa]        0.8.1claws123
14682
14683         * src/mainwindow.[ch]
14684         * src/summaryview.[ch]
14685                 removed the "filter setting" menu option.
14686                 add a "cancel a news message" menu option.
14687
14688 2002-08-26 [martin]     0.8.1claws122
14689
14690         * ChangeLog.claws
14691                 changed string under 0.8.1claws79 changed by myself
14692                 i'm sorry alfons :(
14693
14694 2002-08-26 [martin]     0.8.1claws121
14695
14696         * src/crash.c
14697                 added kill command to debuggerrc to start crash dialog
14698
14699 2002-08-26 [paul]       0.8.1claws120
14700
14701         * sync with 0.8.1cvs31
14702                 see ChangeLog 2002-08-26
14703
14704 2002-08-25 [alfons]     0.8.1claws119
14705
14706         * src/procmsg.c
14707                 fix bug that didn't send out correct headers to news server
14708                 when sending news article and email from queue (bug reported
14709                 and patch provided by Tim Mann; closes bug 
14710                 "[ 583196 ] 0.7.8claws can't post news")
14711
14712 2002-08-25 [alfons]     0.8.1claws118
14713
14714         * src/selective_download.c
14715                 mark two strings as translatable
14716                 (thanks to Urke MMI for pointing this out)
14717
14718 2002-08-25 [alfons]     0.8.1claws117
14719
14720         * src/summaryview.c
14721                 treat sent boxes as special and allow sorting them by addressee
14722                 (closes "[ 589418 ] Sent folder sorting misbehavior"
14723                 submitted by Steve Lamb)
14724
14725 2002-08-24 [alfons]     0.8.1claws116
14726
14727         * src/matcher.c
14728                 fix memleak reported by Martin Kluge
14729                 (see: "[ 599677 ] Very small memory leak in 0.81claws115")
14730
14731 2002-08-24 [oliver]     0.8.1claws115
14732
14733         * src/prefs_toolbar.c
14734                 o code cleanup as suggested by Alfons
14735                 o memleak fix
14736
14737 2002-08-24 [alfons]     0.8.1claws114
14738
14739         * src/summaryview.c
14740                 o fix another memory leak reported by Martin Kluge
14741                   (see "[ 599568 ] Small Memory Leak")
14742                 o remove 'from' variable from 'summary_set_header()'; we can
14743                   do with just 'to' 
14744
14745 2002-08-24 [paul]       0.8.1claws113
14746
14747         * sync with 0.8.1cvs30
14748                 see ChangeLog 2002-08-23
14749
14750 2002-08-24 [alfons]     0.8.1claws112
14751
14752         * src/summaryview.c
14753                 remove unnecessary allocations for search bar fixing leaks
14754                 reported by Martin Kluge
14755                 (see "[ 599451 ] Further memory leaks?")
14756
14757 2002-08-24 [alfons]     0.8.1claws111
14758
14759         * src/main.c
14760                 make get_socket_name() public for crash.c
14761         * src/crash.c
14762                 o make report bug button work (goes to claws' 
14763                   bug tracker at sf.net)
14764                 o introduce function for doing important stuff just
14765                   before claws goes down
14766                 o clean up code 
14767
14768 2002-08-24 [alfons]     0.8.1claws110
14769
14770         * src/compose.c
14771                 move cursor to "To" entry when forwarding as attachment
14772                 (reported and solved by Steve Lamb, closes bug report
14773                 "[ 592880 ] Forward as attachment; cursor not in to")
14774
14775 2002-08-24 [colin]      0.8.1claws109
14776
14777         * src/mainwindow.c
14778                 fix quick search visibility after GUI (de)separations.
14779
14780 2002-08-23 [colin]      0.8.1claws108
14781
14782         * src/mainwindow.c
14783                 fix header pane visibility after folderview or
14784                 messageview (de)separation
14785
14786 2002-08-23 [paul]       0.8.1claws107
14787
14788         * src/mainwindow.[ch]
14789           src/toolbar.c
14790                 give full control of display or non-display 
14791                 of the Execute icon to Custom toolbar settings.
14792                 add new sensitivity condition to maninwindow.h: 
14793                 M_DELAY_EXEC
14794
14795         * ChangeLog
14796           ChangeLog.jp
14797           NEWS
14798                 more sync with 0.8.1cvs29
14799
14800 2002-08-23 [melvin]     0.8.1claws106
14801
14802         * src/alertpanel.c
14803                 Readded support for custom widget in alertpanel lost in last
14804                 sync.
14805
14806 2002-08-23 [paul]       0.8.1claws105
14807
14808         * sync with 0.8.1cvs29
14809                 see ChangeLog 2002-08-23
14810
14811 2002-08-23 [colin]      0.8.1claws104
14812
14813         * src/summaryview.c
14814                 Fix folder and search pixmaps exchanging positions
14815                 after theme or toolbar changes. Thank to Oliver for 
14816                 reporting this.
14817
14818 2002-08-23 [colin]      0.8.1claws103
14819
14820         * src/mainwindow.c
14821           src/messageview.[ch]
14822           src/noticeview.[ch]
14823           src/summaryview.c
14824                 Changed messageview_create() and noticeview_create()
14825                 to avoid the last gdk_warning
14826
14827 2002-08-22 [colin]      0.8.1claws102
14828
14829         * src/summaryview.c
14830                 Fix my new `Creating pixmap from xpm' warning
14831
14832 2002-08-22 [colin]      0.8.1claws101
14833
14834         * src/mainwindow.c
14835                 Fix some of the gdk warnings
14836
14837 2002-08-22 [colin]      0.8.1claws100
14838
14839         * src/Makefile.am
14840         * src/stock_pixmap.c
14841         * src/stock_pixmap.h
14842         * src/pixmaps/quicksearch.xpm *ADDED*
14843                 Add the quicksearch pixmap
14844         * src/mainwindow.c
14845         * src/summaryview.c
14846         * src/summaryview.h
14847                 Make quicksearch bar visible/hidden via a button
14848
14849 2002-08-22 [christoph]  0.8.1claws99
14850
14851         * src/folder.c
14852                 fix folder update for newsgroups with message
14853                 numbers below minimum number of articles to fetch
14854                 (closes bug #598445)
14855
14856 2002-08-22 [paul]       0.8.1claws98
14857
14858         * sync with 0.8.1cvs28
14859                 see ChangeLog 2002-08-22
14860
14861 2002-08-21 [alfons]     0.8.1claws97
14862
14863         * src/crash.c
14864                 use bt instead of bt full which seems to work 
14865                 better, and bt full doesn't give a great deal 
14866                 of information anyway
14867
14868 2002-08-21 [colin]      0.8.1claws96
14869
14870         * src/summaryview.c
14871                 fix summaryview_searchtype_changed prototype
14872
14873 2002-08-21 [christoph]  0.8.1claws95
14874
14875         * src/mainwindow.c
14876                 o fix broken menu update for sorting type, we have to
14877                   get this info from the summaryview now
14878                 o removed setting of threaded state in menu callback
14879         * src/summaryview.[ch]
14880                 more summaryview/folderitem seperation for
14881                 threading option
14882         * configure.in
14883                 removed not required --with-compiler-flags option
14884
14885 2002-08-21 [oliver]     0.8.1claws94
14886         
14887         * src/toolbar.h 
14888                 o rename toolbar.xml to toolbar_main.xml
14889                   since toolbar_compose.xml might come up 
14890                   any time soon
14891         * README.claws
14892                 add custom toolbar              
14893
14894 2002-08-21 [darko]      0.8.1claws93
14895
14896         * src/procmsg.c
14897                 don't reset tmp flags for messages copied
14898                 to sent folder
14899
14900 2002-08-21 [colin]      0.8.1claws92
14901         
14902         * src/prefs_filtering.c
14903                 fix renaming rules on folder rename 
14904                 when folder is not a leaf folder
14905
14906 2002-08-21 [paul]       0.8.1claws91
14907
14908         * src/prefs_folder_item.c
14909                 fix alignment of colour selector
14910
14911 2002-08-21 [paul]       0.8.1claws90
14912
14913         * sync with 0.8.1cvs27
14914                 see ChangeLog 2002-08-21
14915
14916 2002-08-21 [paul]       0.8.1claws89
14917
14918         * src/summaryview.c
14919                 fix crash when changing field type in
14920                 Quick search bar
14921
14922 2002-08-21 [colin]      0.8.1claws88
14923
14924         * src/summaryview.c
14925                 Made quick search case-insensitive
14926
14927 2002-08-21 [paul]       0.8.1claws87
14928
14929         * sync with 0.8.1cvs26
14930                 see ChangeLog 2002-08-21
14931
14932 2002-08-20 [christoph]  0.8.1claws86
14933
14934         * src/folderview.c
14935         * src/main.c
14936         * src/summaryview.[ch]
14937                 more summaryview/folderitem seperation for
14938                 sort_key and sort_type
14939         * src/procmsg.c
14940                 added missing return statement
14941
14942 2002-08-20 [colin]      0.8.1claws85
14943
14944         * src/summaryview.[ch]
14945                 Added a quick search box
14946         * src/mainwindow.c
14947         * src/prefs_common.[ch]
14948                 Added a show/hide option for the quick search
14949
14950 2002-08-20 [oliver]     0.8.1claws84
14951         
14952         * src/mainwindow.c
14953                 remove toolbar_create_popups
14954         * src/toolbar.[ch]
14955                 o remove toolbar_create_popups
14956                 o fix toolbar_set_sensitive 
14957                   (Bug reports #596834 and #596832)     
14958         * src/prefs_toolbar.c
14959                 o add "Set default" button
14960                 o align label and text + combo widgets
14961
14962 2002-08-20 [hoa]        0.8.1claws83bis
14963
14964         * src/imap.c
14965                 fixed a bug in imap_fetch_msginfo() in case there is no
14966                 current folder.
14967
14968 2002-08-20 [darko]      0.8.1claws83
14969
14970         * src/folderview.c
14971                 copy the color style of folder view so it
14972                 works with GTK themes
14973
14974 2002-08-20 [darko]      0.8.1claws82
14975
14976         * src/folder.h
14977         * src/folderview.c
14978         * src/prefs_folder_item.[hc]
14979                 don't use UI stuff in folder.h
14980
14981 2002-08-20 [darko]      0.8.1claws81
14982
14983         * src/folder.h
14984         * src/prefs_folder_item.h
14985         * src/folderview.c
14986         * src/prefs_folder_item.c
14987                 ability to set folder color in folderview
14988
14989 2002-08-19 [alfons]     0.8.1claws80
14990
14991         * src/summaryview.c
14992                 fix one of the earlier memleaks reported by Martin Kluge
14993
14994 2002-08-19 [alfons]     0.8.1claws79
14995
14996         * src/mainwindow.c
14997                 hide notice view when selecting seperate folder
14998                 view (reported by Urke MMI)
14999
15000 2002-08-19 [christoph]  0.8.1claws78
15001
15002         * src/folderview.c
15003         * src/prefs_folder_item.h
15004         * src/summaryview.[ch]
15005                 o add summary_set_prefs_from_folderitem to set
15006                   summaryview prefs (first step to remove all
15007                   references to the folderitem in summaryview)
15008                 o moved compiled regex stuff from folderitem prefs
15009                   to summaryview code
15010
15011 2002-08-19 [paul]       0.8.1claws77
15012
15013         * src/compose.c
15014                 add check for '.' to QUOTE_IF_REQUIRED
15015
15016 2002-08-19 [paul]       0.8.1claws76
15017
15018         * src/inc.c
15019                 sync with 0.8.1cvs25 (plug memory leak)
15020
15021         * src/prefs_toolbar.c
15022                 re-order prefs_toolbar_cancel()
15023
15024 2002-08-18 [alfons]     0.8.1claws75
15025
15026         * src/inc.c
15027         * src/matcher.c
15028                 plug other memleaks reported by Martin Kluge
15029
15030 2002-08-18 [paul]       0.8.1claws74
15031
15032         * po/pt_BR.po
15033                 updated by Fabio Jr. Beneditto
15034
15035 2002-08-18 [paul]       0.8.1claws73
15036
15037         * src/toolbar.[ch]
15038                 fix bug where tooltips were displayed untranslated              
15039
15040         * src/prefs_toolbar.c
15041                 fix bug where clicking 'Cancel' creates an icon & text
15042                 toolbar regardless of prefs
15043         
15044
15045 2002-08-17 [oliver]     0.8.1claws72
15046
15047         * src/prefs_toolbar.c
15048                 update toolbar on CANCEL
15049                 bug reported by Martin Kluge
15050         * src/toolbar.c
15051                 toolbar_destroy memleak fixed           
15052
15053 2002-08-17 [alfons]     0.8.1claws71
15054
15055         * src/toolbar.c
15056                 plug another memleak reported by Martin Kluge
15057
15058 2002-08-16 [alfons]     0.8.1claws70
15059
15060         * src/crash.c
15061                 use execvp() correctly (suggested by wwp; thanks!)
15062
15063 2002-08-16 [alfons]     0.8.1claws69
15064
15065         * src/gtksctree.c
15066                 plug memory leak reported by Kim Schultz & Martin Kluge
15067
15068 2002-08-16 [paul]       0.8.1claws68
15069
15070         * po/es.po
15071                 updated by Ricardo Mones Lastra
15072
15073 2002-08-16 [paul]       0.8.1claws67
15074
15075         * src/toolbar.h
15076                 fix bug where 'Compose News' icon showed wrong
15077                 tooltip
15078
15079 2002-08-16 [paul]       0.8.1claws66
15080
15081         * sync with 0.8.1cvs24
15082                 see ChangeLog 2002-08-16
15083
15084         * po/it.po
15085                 updated by Alessandro Maestri
15086
15087 2002-08-15 [paul]       0.8.1claws65
15088
15089         * po/sr.po
15090                 updated by Urke MMI
15091
15092 2002-08-15 [paul]       0.8.1claws64
15093
15094         * src/*.c
15095                 don't translate debug info
15096
15097         * src/matcher.[ch]
15098                 add copyright info
15099
15100 2002-08-15 [paul]       0.8.1claws63
15101
15102         * src/prefs_toolbar.c
15103                 fix bug where clicking 'OK' creates an icon & text
15104                 toolbar regardless of prefs
15105
15106 2002-08-14 [alfons]     0.8.1claws62
15107
15108         * src/main.c
15109                 add global var that has the full argv[0]
15110         * src/crash.c
15111                 o execvp the correct sylpheed by using argv0
15112                   and setting the correct work dir
15113                 o other tweaks  
15114
15115 2002-08-14 [oliver]     0.8.1claws61
15116         
15117         * enable/disable Toolbar Action Buttons 
15118         * code cleanups
15119         * src/mainwindow.c
15120         * src/toolbar.[ch]      
15121         * src/prefs_toolbar.c   
15122
15123 2002-08-14 [melvin]     0.8.1claws60
15124
15125         * po/fr.po
15126                 Updated French translations
15127
15128 2002-08-14 [melvin]     0.8.1claws59
15129
15130         * src/crash.c
15131                 Made bug report not translatable
15132         * src/exporthtml.c
15133                 Fixed exporthtml_build_filespec() return value
15134         * src/foldersel.c
15135                 Fixed incorrect include file
15136         * src/gtkspell.c
15137         * src/prefs_actions.c
15138         * src/prefs_toolbar.c
15139                 Made debug info not translatable
15140         * src/mutt.c
15141         * src/quote_fmt.c
15142                 Added missing includes
15143         * src/prefs_common.c
15144                 Fixed typo
15145
15146 2002-08-14 [paul]       0.8.1claws58
15147
15148         * faq/es/sylpheed-faq.html
15149           faq/es/sylpheed-faq-[1-3].html
15150           faq/es/sylpheed-faq-4.html     **NEW FILE **
15151                 update Spanish FAQ
15152
15153 2002-08-13 [christoph]  0.8.1claws57
15154
15155         * src/procmsg.c
15156                 ignore thread fix that did not mark all
15157                 child nodes of a ignored thread as
15158                 ignored. Does not work perfectly yet,
15159                 but it is better now
15160
15161 2002-08-13 [alfons]     0.8.1claws56
15162
15163         * src/crash.c
15164                 o implement 'save crash log'
15165                 o some tweaks
15166
15167 2002-08-13 [melvin]     0.8.1claws55
15168
15169         * src/main.c
15170                 removed unrequired "execinfo.h" header
15171
15172 2002-08-12 [paul]       0.8.1claws54
15173
15174         * faq/en/sylpheed-faq.html
15175           faq/en/sylpheed-faq-[1-3].html
15176           faq/en/sylpheed-faq-4.html     **NEW FILE **
15177                 update English FAQ
15178
15179 2002-08-12 [alfons]     0.8.1claws53
15180
15181         * po/POTFILES.in
15182                 add crash.c to translatables
15183         * src/crash.c
15184                 bring in Leandro's crash dialog
15185
15186 2002-08-11 [alfons]     0.8.1claws52
15187
15188         * src/crash.c
15189                 clean up some warnings
15190
15191 2002-08-11 [alfons]     0.8.1claws51
15192
15193         * acconfig.h
15194         * configure.in
15195         * src/crash.[ch]        ** NEW FILES **
15196         * src/main.c            
15197                 initial gdb crash handler
15198
15199 2002-08-11 [paul]       0.8.1claws50
15200
15201         * src/prefs_toolbar.c
15202                 replace Up/Down arrow pixmaps with text to be
15203                 consistent across icon themes
15204
15205 2002-08-11 [paul]       0.8.1claws49
15206
15207         * src/prefs_common.c
15208           src/prefs_toolbar.c
15209                 rename 'Pixmap' -> 'Icon'
15210
15211         * src/toolbar.[ch]
15212                 rename  'A_SEND_QUEUD' -> 'A_SEND_QUEUED'
15213
15214 2002-08-10 [paul]       0.8.1claws48
15215
15216         * src/prefs_toolbar.c
15217                 re-work the UI
15218
15219 2002-08-10 [paul]       0.8.1claws47
15220
15221         * src/main.c
15222                 don't write Processing progress to status bar
15223                 patch submitted by Alexander Evseev
15224
15225         * src/prefs_toolbar.c
15226                 re-position and resize window
15227                 make window assume correct size on first call
15228
15229 2002-08-10 [paul]       0.8.1claws46
15230
15231         * src/mainwindow.c
15232           src/prefs_toolbar.c
15233           src/toolbar.c
15234           src/toolbar.h
15235                 obey coding style
15236                 follow UI text conventions
15237
15238 2002-08-10 [alfons]     0.8.1claws45
15239
15240         * src/toolbar.c
15241                 correct pixmap for delete action
15242
15243 2002-08-10 [paul]       0.8.1claws44
15244
15245         * po/pt_BR.po
15246                 updated by Fabio Jr. Beneditto
15247
15248 2002-08-10 [paul]       0.8.1claws43
15249
15250         * po/POTFILES.in
15251                 add custom toolbar files
15252
15253 2002-08-10 [paul]       0.8.1claws42
15254
15255         * sync with 0.8.1cvs22
15256                 see ChangeLog 2002-08-09
15257
15258 2002-08-09 [paul]       0.8.1claws41
15259
15260         * tools/Makefile.am
15261           tools/README
15262           tools/outlook2sylpheed.pl     ** NEW FILE **
15263                 add script to convert exported Outlook
15264                 contacts list to a Sylpheed addressbook.
15265                 Submitted by Ricardo Mones Lastra.
15266
15267 2002-08-09 [paul]       0.8.1claws40
15268
15269         * AUTHORS
15270           configure.in
15271           po/sr.po      ** NEW FILE **
15272                 add Serbian message catalog. Submitted by
15273                 Urosevic Aleksandar aka Urke MMI <urke-kg@eunet.yu>             
15274
15275 2002-08-09 [paul]       0.8.1claws39
15276
15277         * sync with 0.8.1cvs21
15278                 see ChangeLog 2002-08-08
15279
15280 2002-08-08 [oliver]     0.8.1claws38
15281
15282         * src/mainwindow.c
15283                 move Custom Toolbar to Configuration menu
15284
15285 2002-08-08 [oliver]     0.8.1claws37
15286
15287         * src/prefs_toolbar.c
15288                 fix substitute pixmap bug
15289
15290 2002-08-08 [paul]       0.8.1claws36
15291
15292         * sync with 0.8.1cvs19
15293                 see ChangeLog 2002-08-08
15294
15295 2002-08-07 [christoph]  0.8.1claws35
15296
15297         * src/utils.c
15298                 fixed a memory leak in new canonicalize_file_replace
15299
15300 2002-08-07 [christoph]  0.8.1claws34
15301
15302         * src/utils.[ch]
15303                 o canonicalize_file_replace should create the temporary
15304                   file in the same directory as the original file.
15305                 o added get_tmpfile_in_dir that creates a temorary file
15306                   in a specified directory.
15307
15308 2002-08-07 [melvin]     0.8.1claws33
15309
15310         * src/toolbar.c
15311                 fixed bug where 'Article' button acted as 'Email' button.
15312
15313 2002-08-07 [paul]       0.8.1claws32
15314
15315         * sync with 0.8.1.cvs17
15316                 see ChangeLog 2002-08-07
15317
15318 2002-08-07 [colin]      0.8.1claws31
15319         
15320         * src/news.c
15321                 fix mass-cancel problem
15322
15323 2002-08-07 [thorsten]   0.8.1claws30
15324
15325         * src/prefs_toolbar.c
15326                 fix: crash on replace or add new button
15327         * src/toolbar.c
15328                 fix: close xmlfile after reading
15329         * src/utils.c
15330                 fix: unlink() file before rename()
15331
15332 2002-08-06 [paul]       0.8.1claws29
15333
15334         * sync with 0.8.cvs15
15335                 see ChangeLog 2002-08-06
15336
15337 2002-08-06 [oliver]     0.8.1claws28
15338
15339         * src/toolbar.c
15340         * src/prefs_toolbar.c
15341                 fixed empty toolbar issue
15342
15343 2002-08-06 [oliver]     0.8.1claws27
15344
15345         * Custom Toolbar Final 
15346         * src/folderview.c
15347         * src/inc.c
15348         * src/summaryview.c
15349                 o toolbar stuff now lives in src/toolbar.[ch]
15350                 o main_window_toolbar_* functions are renamed to
15351                   toolbar_* reflecting their new source file
15352         * src/mainwindow.[ch]
15353                 o remove toolbar stuff  
15354
15355 2002-08-06 [oliver]     0.8.1claws26
15356         
15357         * src/Makefile.am
15358         * src/prefs_toolbar.[ch]        **New File**
15359         * src/toolbar.[ch]              **New File**
15360                 o prefs_toolbar.[ch] custom toolbar frontend
15361                 o toolbar.[ch]       backend 
15362
15363 2002-08-06 [oliver]     0.8.1claws25
15364
15365         * src/prefs_actions.[ch]
15366                 o new exported function actions_execute
15367
15368 2002-08-06 [paul]       0.8.1claws24
15369
15370         * sync with 0.8.1cvs4
15371                 see ChangeLog 2002-08-06
15372
15373 2002-08-06 [paul]       0.8.1claws23
15374
15375         * sync with 0.8.1cvs13
15376                 see ChangeLog 2002-08-06
15377
15378 2002-08-06 [paul]       0.8.1claws22
15379
15380         * sync with 0.8.1cvs12
15381                 see ChangeLog 2002-08-05 and 2002-08-06
15382
15383 2002-08-06 [match]      0.8.1claws21
15384
15385         * src/addrclip.c
15386                 improvements to cut/copy/paste address
15387
15388 2002-08-05 [match]      0.8.1claws20
15389
15390         * src/addritem.[ch]
15391         * src/addrcache.c
15392         * src/addrbook.c
15393         * src/editaddress.c
15394         * src/addressbook.c
15395                 fixes to improve cut/copy/paste
15396
15397 2002-08-06 [melvin]     0.8.1claws19
15398
15399         * src/account.[ch]
15400                 account_find_all_from_address(): new function that returns the
15401                 list of all accounts that are matched in an address.
15402         * src/alertpanel.[ch]
15403                 alertpanel() now accepts a custom widget
15404                 alertpanel_with_widget(): new function that pops up a panel with
15405                 a custom widget in it 
15406         * src/gtkutils.[ch]
15407                 gtkut_account_menu_new(): new function that allows the selection
15408                 of an account from a list of accounts.
15409         * src/messageview.c
15410                 Extended Return Receipt notification to select the correct 
15411                 account and to make a security test on the Delivery-Notification
15412                 address which should be the same as the Return-Path.
15413
15414 2002-08-06 [thorsten]   0.8.1claws18
15415
15416         * src/mimeview.c
15417                 attach_all: save unnamed as "noname.%d",
15418                 dont free static dirname
15419
15420 2002-08-05 [alfons]     0.8.1claws17
15421
15422         * configure.in
15423                 detect XIM by trying to link rather than compile a XIM program
15424
15425 2002-08-05 [oliver]     0.8.1claws16
15426                 
15427         * src/stock_pixmap.[ch]
15428                 o add UP_ARROW to available pixmaps (already in pixmap-directory)
15429                 o new func to retrieve pixmaps
15430
15431 2002-08-05 [paul]       0.8.1claws15
15432
15433         * sync with 0.8.1cvs10
15434                 see ChangeLog 2002-08-05
15435
15436 2002-08-04 [alfons]     0.8.1claws14
15437
15438         * src/textview.c
15439                 see if this plugs memleak
15440
15441 2002-08-04 [melvin]     0.8.1claws13
15442
15443         * src/gtkspell.c
15444                 fixed bug that could crash Sylpheed when highlighting
15445                 all misspelled words.
15446
15447 2002-08-03 [melvin]     0.8.1claws12
15448
15449         * src/prefs_actions.c
15450                 removed unnecessary checks for NULL introduced in 0.8.1claws11.
15451         * src/messageview.c
15452                 fixed bug where the Return Receipt was sent to
15453                 Delivery-Notification-To address even if it was not present
15454
15455 2002-08-02 [alfons]     0.8.1claws11
15456
15457         * src/prefs_actions.c
15458                 o more check for NULLs
15459                 o put create_io_dialog() in right conditional block
15460
15461 2002-08-02 [paul]       0.8.1claws10
15462
15463         * po/es.po
15464                 updated by Ricardo Mones Lastra
15465
15466 2002-08-01 [christoph]  0.8.1claws9
15467
15468         * src/folder.c
15469                 don't free the cache of the opened
15470                 folder in the summaryview
15471         * src/summaryview.c
15472                 don't unset flags, if it is not required
15473
15474 2002-08-01 [paul]       0.8.1claws8
15475
15476         * sync with 0.8.1cvs8
15477                 see ChangeLog entry 2002-08-01
15478
15479 2002-08-01 [paul]       0.8.1claws7
15480
15481         * sync with 0.8.1cvs7
15482                 see ChangeLog 2002-07-31 and 2002-08-01
15483
15484 2002-07-31 [christoph]  0.8.1claws6
15485
15486         * src/mainwindow.c
15487                 forgot to update menu sensitivity
15488                 function for new menu entry
15489
15490 2002-07-31 [alfons]     0.8.1claws5
15491
15492         * src/main.c
15493                 check folder item and its path for NULL on
15494                 initial processing
15495
15496 2002-07-31 [christoph]  0.8.1claws4
15497
15498         * src/folder.c
15499                 check if folder_item_get_msginfo in
15500                 folder_item_remove_msg returned NULL
15501         * src/imap.c
15502                 better clear the uid cache in the
15503                 uid validity check function and delete
15504                 cached messages
15505
15506 2002-07-31 [paul]       0.8.1claws3
15507
15508         * man/sylpheed.1
15509                 add the '--attach' option and a few other
15510                 minor changes
15511
15512 2002-07-31 [paul]       0.8.1claws2
15513
15514         * sync with 0.8.1cvs5
15515                 see ChangeLog 2002-07-31
15516
15517 2002-07-31 [christoph]  0.8.1claws1
15518
15519         * src/folderview.[ch]
15520         * src/mainwindow.c
15521                 replace "Rescan all folders..." with
15522                 "Check all folders for new messages..."
15523
15524 2002-07-30 [paul]       0.8.1claws
15525
15526         * version 0.8.1claws released
15527
15528 2002-07-30 [paul]       0.8.0claws29
15529
15530         * tools/OOo2sylpheed.pl ** NEW FILE **
15531           tools/README
15532                 add script to enable sending documents as
15533                 attachments from OpenOffice.org
15534
15535 2002-07-30 [melvin]     0.8.0claws28
15536
15537         * src/prefs_actions.c
15538                 Made the actions' input/output dialog display
15539                 without delay.
15540
15541 2002-07-30 [christoph]  0.8.0claws27
15542
15543         * src/procmsg.c
15544                 check if folder_item_get_msginfo in
15545                 procmsg_save_to_outbox returned NULL
15546
15547 2002-07-30 [paul]       0.8.0claws26
15548
15549         * sync with 0.8.1cvs4
15550                 see ChangeLog 2002-07-29
15551
15552 2002-07-29 [thorsten]   0.8.0claws25
15553
15554         * README.claws
15555                 added selective download, delete on server
15556
15557 2002-07-29 [paul]       0.8.0claws24
15558
15559         * sync with 0.8.1cvs3
15560                 see ChangeLog 2002-07-29
15561
15562 2002-07-27 [christoph]  0.8.0claws23
15563
15564         * src/folder.c
15565                 add extra check if fetching the msginfo
15566                 returned NULL
15567
15568 2002-07-27 [paul]       0.8.0claws22
15569
15570         * sync with 0.8.1cvs2
15571                 see ChangeLog 2002-07-26
15572
15573 2002-07-27 [christoph]  0.8.0claws21
15574
15575         * src/imap.c
15576                 add another check if a valid msginfo
15577                 was returned
15578
15579 2002-07-26 [hoa]        0.8.0claws20
15580
15581         * src/folder.c
15582                 Fixed a condition in folder_item_destroy()
15583
15584         * src/imap.c
15585                 Fixed an error in IMAP protocol
15586
15587 2002-07-26 [alfons]     0.8.0claws19
15588
15589         * src/folder.c
15590                 ofcourse compare with identifier, not the path
15591
15592 2002-07-26 [alfons]     0.8.0claws18
15593
15594         * src/folder.c
15595                 use folder item identifier for saving / restoring
15596                 preferences because folder->path might not be unique
15597
15598 2002-07-26 [melvin]     0.8.0claws17
15599
15600         * src/logwindow.c
15601                 Fixed a crash introduced in 0.8.0claws5 when log is 
15602                 cut under 80 characters.
15603
15604 2002-07-26 [paul]       0.8.0claws16
15605
15606         * sync with 0.8.1cvs1
15607                 see ChangeLog 2002-07-26
15608
15609 2002-07-26 [christoph]  0.8.0claws15
15610
15611         * src/imap.[ch]
15612                 imap folder now remembers the last selected
15613                 folder and imap_fetch_msginfo skips selecting
15614                 the folder if it is already selected
15615
15616 2002-07-26 [christoph]  0.8.0claws14
15617
15618         * src/folder.c
15619         * src/folderview.c
15620         * src/imap.c
15621                 fix imap folder rescanning
15622
15623 2002-07-25 [christoph]  0.8.0claws13
15624
15625         * src/filter.c
15626         * src/folder.[ch]
15627         * src/folderview.c
15628         * src/imap.[ch]
15629         * src/mainwindow.c
15630         * src/mbox_folder.c
15631         * src/mh.c
15632         * src/news.c
15633                 implement imap uid cache and uid validity check
15634
15635 2002-07-25 [alfons]     0.8.0claws12
15636
15637         * src/summaryview.c
15638                 fix a brown paper bag bug, and also add some more
15639                 checks
15640
15641 2002-07-25 [christoph]  0.8.0claws11
15642
15643         * src/folder.c
15644                 don't mix copy, fetch_msginfo and remove
15645                 operations in folder item copy and move
15646                 operations
15647
15648 2002-07-25 [christoph]  0.8.0claws10
15649
15650         * src/folderview.c
15651         * src/mainwindow.c
15652         * src/prefs_folder_item.c
15653         * src/summaryview.[ch]
15654                 remove no longer required parameter update_cache from
15655                 summary_show
15656
15657 2002-07-25 [paul]       0.8.0claws9
15658
15659         * sync with 0.8.1
15660         
15661         * AUTHORS
15662                 a few corrections
15663
15664 2002-07-24 [alfons]     0.8.0claws8
15665
15666         * src/summaryview.c
15667                 sort correctly when using simplified subject line
15668                 (closes feature request "[ 585141 ] applying regexp to subject 
15669                 before sort" submitted by Alexandra Walford)
15670
15671 2002-07-24 [paul]       0.8.0claws7
15672
15673         * sync with 0.8.0cvs3
15674                 see ChangeLog 2002-07-24
15675
15676 2002-07-23 [christoph]  0.8.0claws6
15677
15678         * src/folder.c
15679         * src/folder.h
15680         * src/summaryview.c
15681         * src/summaryview.h
15682         * src/main.c
15683                 o separate processing and summaryview
15684                 o removed summary_write_cache from summaryview
15685                 o removed summaryview->killed_messages, because we don't have
15686                   to keep a list of killed messages anymore. New cache will
15687                   keep the hidden messages in cache anyway
15688         * src/folderview.c
15689         * src/inc.c
15690         * src/selective_download.c
15691                 o removed unnecessary summary_write_cache calls
15692         * src/procmsg.c
15693                 o don't set ignore thread flag in procmsg_get_thread_tree
15694                   if it is already set
15695         * src/mainwindow.c
15696         * src/statusbar.h
15697                 o moved STATUSBAR_PUSH/POP to statusbar.h because
15698                   they are used in different files
15699
15700 2002-07-23 [melvin]     0.8.0claws5
15701
15702         * src/addressbook.c
15703         * src/addrgather.c
15704         * src/editaddress.c
15705         * src/editgroup.c
15706         * src/editldap_basedn.c
15707         * src/importldif.c
15708         * src/prefs_common.c
15709                 Fixed few memory leak (gtk_editable_get_chars returns
15710                 an allocated string)
15711         * src/logwindow.c
15712                 Fixed few memory leak (gtk_editable_get_chars returns
15713                 an allocated string) and modified a little the log cutting
15714                 loop.
15715         * src/compose.c
15716                 Replaced a call to an obsolete function gtk_entry_get_text()
15717                 by gtk_editable_get_chars()
15718         * src/send.c
15719                 Removed a debug printf
15720
15721 2002-07-23 [christoph]  0.8.0claws4
15722
15723         * src/filesel.c
15724                 fix another g_dirname memory leak
15725
15726 2002-07-23 [christoph]  0.8.0claws3
15727
15728         * src/mh.c
15729                 fixed a memory leak in mh_fetch_msginfo
15730                 fixed crash when message header could not be
15731                 parsed
15732
15733 2002-07-23 [paul]       0.8.0claws2
15734
15735         * sync with 0.8.0cvs2
15736                 see ChangeLog 2002-07-23
15737
15738 2002-07-23 [paul]       0.8.0claws1
15739
15740         * sync with 0.8.0cvs1
15741                 see ChangeLog 2002-07-23
15742
15743 2002-07-23 [paul]       0.8.0claws
15744
15745         * release of 0.8.0claws