2005-01-16 [colin] 0.9.13cvs36.1
[claws.git] / ChangeLog.claws
1 2005-01-16 [colin]      0.9.13cvs36
2
3         * src/prefs_toolbar.c
4                 Fix two leaks, both found by Alfons.
5
6 2005-01-15 [paul]       0.9.13cvs35
7
8         * src/gtk/pluginwindow.c
9                 fix 2 memleaks, patch by Alfons
10
11 2005-01-15 [paul]       0.9.13cvs34
12
13         * ChangeLog
14         * ChangeLog.jp
15         * src/common/template.c
16                 sync with main, see ChangeLog 2005-01-11
17                 (fix potential memory corruption bug)
18
19 2005-01-14 [colin]      0.9.13cvs33
20
21         * src/html.c
22         * src/msgcache.c
23                 Fix coding style issues from the last patch
24
25 2005-01-14 [colin]      0.9.13cvs32
26
27         * src/msgcache.c
28                 Fix possible double free, avoid putting 8k on the stack
29         * src/html.c
30         * src/html.h
31                 Fix links with tags inside, add some entities
32         * AUTHORS
33                 Both patches by Rich Coe <Richard.Coe@med.ge.com>
34
35 2005-01-09 [thorsten]   0.9.13cvs31
36
37         * tools/calypso_convert.pl
38                 support nested subdirs (possible in recent calypso versions)
39                 fix "change of readonly value" error with perl >= 5.8
40
41 2005-01-08 [colin]      0.9.13cvs30
42
43         * src/prefs_filtering_action.c
44                 Plug leak - patch by Alfons
45
46 2005-01-07 [paul]       0.9.13cvs29
47
48         * ChangeLog
49         * ChangeLog.jp
50         * src/pop.c
51         * src/pop.h
52                 sync with main, see ChangeLog 2005-01-06
53
54 2005-01-06 [colin]      0.9.13cvs28
55
56         * src/prefs_matcher.c
57                 Plug leak. Patch by Alfons
58
59 2005-01-04 [christoph]  0.9.13cvs27
60
61         * src/folderview.c
62         * src/imap_gtk.c
63         * src/news_gtk.c
64                 Create extra popup menu entries for account settings
65
66         (Closes Bug 663 segfault choosing "Properties" for root MH mailbox)
67
68 2005-01-03 [colin]      0.9.13cvs26
69
70         * src/main.c
71                 Plugins should be loaded before --receive or --receive-all 
72                 is processed. 
73                 Patch by Felix Eckhofer <felix-ml@tribut.de>
74
75 2005-01-03 [colin]      0.9.13cvs25
76
77         * src/pop.c
78         * src/pop.h
79                 Add data_len member, because we can get NULs from network
80                 Patch by Alfons
81
82 2005-01-01 [colin]      0.9.13cvs24
83
84         * src/procmime.c
85                 Fix possible memleak in corner case - found by
86                 Martin Kluge, patch by Alfons
87
88 2004-12-30 [colin]      0.9.13cvs23
89
90         * src/account.c
91                 Fix prototypes - patch by Alfons
92
93 2004-12-30 [paul]       0.9.13cvs22
94
95         * ChangeLog
96         * ChangeLog.jp
97         * NEWS
98         * src/account.c
99                 sync with main 1.0.0.
100                 see ChangeLog 2004-12-22
101
102 2004-12-18 [paul]       0.9.13cvs21
103
104         * AUTHORS
105         * ChangeLog
106         * ChangeLog.jp
107         * src/action.c
108                 sync with main, see ChangeLog 2004-12-17
109
110 2004-12-17 [thorsten]   0.9.13cvs20
111
112         * src/compose.c
113                 protect trailing spaces when signing message
114
115 2004-12-16 [paul]       0.9.13cvs19
116
117         * ChangeLog
118         * ChangeLog.jp
119         * NEWS
120         * src/compose.c
121         * src/syldap.c
122                 sync with main 1.0.0rc
123                 see ChangeLog 2004-12-15
124
125 2004-12-14 [colin]      0.9.13cvs18
126
127         * src/gtk/prefswindow.c
128                 Fix build. Sorry :)
129
130 2004-12-14 [colin]      0.9.13cvs17
131
132         * src/gtk/gtkutils.c
133         * src/gtk/gtkutils.h
134         * src/gtk/prefswindow.c
135                 Catch Enter in prefswindow while in text
136                 widget. Patch by Alfons.
137
138 2004-12-14 [paul]       0.9.13cvs16
139
140         * ChangeLog
141         * ChangeLog.jp
142         * src/action.c
143         * src/compose.c
144         * src/common/utils.c
145                 sync with main, see ChangeLog entries 2004-12-10
146                 and 2004-12-13
147
148         * po/ru.po
149                 updated by Pavlo Bohmat
150
151 2004-12-13 [thorsten]   0.9.13cvs15
152
153         * src/plugins/spamassassin/libspamc.c
154                 fix memleak
155
156 2004-12-13 [colin]      0.9.13cvs14
157
158         * src/gtk/prefswindow.c
159         * src/gtk/pluginwindow.c
160                 Fix key_pressed handlers
161
162 2004-12-11 [colin]      0.9.13cvs13
163
164         * src/quote_fmt_parse.y
165                 Rework quote_fmt_parse to use less local 
166                 arrays in local blocks, so it doesn't 
167                 freak out IBM's stack protector. Patch
168                 by Alfons.
169
170 2004-12-10 [colin]      0.9.13cvs12
171
172         * src/messageview.c
173                 Fix logic error
174         * src/mainwindow.c
175                 Fix corruptions when de-separating messageview
176
177 2004-12-10 [paul]       0.9.13cvs11
178
179         * src/prefs_themes.c
180                 use a different set of icons for the Preview
181
182 2004-12-09 [colin]      0.9.13cvs10
183
184         * src/procmime.c
185                 Fix procmime_encode_content doing horribly wrong
186                 stuff when encoding to B64 from memory
187
188 2004-12-08 [colin]      0.9.13cvs9
189
190         * src/gtk/colorlabel.c
191                 Fix color label off-by-one
192                 Patch by Alfons
193
194 2004-12-08 [hoa]        0.9.13cvs8
195
196         * src/quote_fmt_parse.y
197                 really fix buffer overflow
198
199 2004-12-08 [colin]      0.9.13cvs7
200
201         * src/matcher_parser_parse.y
202         * src/msgcache.c
203         * src/prefs_matcher.c
204         * src/procheader.c
205         * src/matcher.c
206         * src/common/defs.h
207                 Cache total_size and use that to speed up
208                 'partial' match.
209                 Add 'partial' to the list of useable stuff
210                 in filtering
211
212 2004-12-08 [paul]
213
214         * po/sr.po
215                 updated by URKE MMI
216
217 2004-12-08 [colin]      0.9.13cvs6
218
219         * src/textview.c
220                 Fix possible boundary overrun in
221                 get_email_part(). Patch by Alfons
222
223 2004-12-08 [hoa]        0.9.13cvs5
224
225         * src/quote_fmt_parse.y
226                 fix buffer overflow
227                 http://bugs.gentoo.org/show_bug.cgi?id=67253
228
229 2004-12-07 [thorsten]   0.9.13cvs4
230
231         * src/procmime.c
232                 fix leak introduced with 0.9.13cvs1
233
234 2004-12-07 [keith]      0.9.13cvs3
235
236         * src/procmime.c
237                 Fix typo
238
239 2004-12-07 [colin]      0.9.13cvs2
240
241         * AUTHORS
242         * src/prefs_account.c
243         * src/common/smtp.c
244         * src/common/smtp.h
245                 Add SMTP PLAIN authentication. Patch by 
246                 George Michaelson <ggm@apnic.net>
247
248 2004-12-07 [thorsten]   0.9.13cvs1
249
250         * src/procmime.c
251                 [Bug 650] reply button causes crash
252                 Patch partly by David Relson
253
254 2004-12-06 [paul]       0.9.13
255
256         0.9.13 released
257
258 2004-12-06 [paul]
259
260         * po/sk.po
261                 updated by Andrej Kacian
262         * INSTALL
263         * README.claws
264                 updated
265         
266 2004-12-06 [christoph]
267
268         * configure.ac
269                 move GPGME check to PGP/MIME plugin checks
270
271 2004-12-06 [colin]      0.9.12cvs187
272
273         * src/compose.c
274                 X-Sylpheed-Gnupg-Mode -> X-Sylpheed-Privacy-System
275
276 2004-12-06 [paul]       0.9.12cvs186
277
278         * INSTALL
279         * README.claws
280                 updated
281         * po/es.po
282         * po/fr.po
283         * po/it.po
284         * po/ja.po
285         * po/pt_BR.po
286         * po/zh_CN.po
287                 updated by Ricardo Mones Lastra, Fabien Vantard, Andrea 
288                 Spadaccini, Rui Hirokawa, Frederico Goncalves Guimaraes,
289                 and Yang Guilong
290
291 2004-12-05 [paul]       0.9.12cvs185
292
293         * INSTALL
294         * Makefile.am
295         * README.claws
296                 update
297         * TODO.claws    **REMOVED**
298                 removed, use the wiki instead
299         * tools/Makefile.am
300         * tools/README
301                 remove newscache_conv.pl from the release package
302                 and notes as it is broken and not currently maintained
303         * tools/filter_conv.pl
304                 use --config-dir to find claws' config dir
305         * tools/kdeservicemenu/README
306         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
307         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
308                 make a top-level menu entry
309
310 2004-12-04 [paul]       0.9.12cvs184
311
312         * src/addrharvest.c
313                 conv_unmime_header_overwrite(name)
314
315 2004-12-04 [colin]      0.9.12cvs183
316
317         * src/compose.c
318                 Fix saving of compose window position
319                 when sending mail. Patch by Alfons.
320
321 2004-12-04 [paul]       0.9.12cvs182
322
323         * ChangeLog
324         * ChangeLog.jp
325         * INSTALL
326         * NEWS
327         * README
328         * README.jp
329         * doc/manual/ja/Makefile.am
330         * doc/manual/ja/sylpheed-1.html
331         * doc/manual/ja/sylpheed-10.html
332         * doc/manual/ja/sylpheed-11.html
333         * doc/manual/ja/sylpheed-12.html
334         * doc/manual/ja/sylpheed-13.html
335         * doc/manual/ja/sylpheed-14.html
336         * doc/manual/ja/sylpheed-15.html
337         * doc/manual/ja/sylpheed-16.html
338         * doc/manual/ja/sylpheed-17.html
339         * doc/manual/ja/sylpheed-18.html
340         * doc/manual/ja/sylpheed-19.html
341         * doc/manual/ja/sylpheed-2.html
342         * doc/manual/ja/sylpheed-20.html
343         * doc/manual/ja/sylpheed-3.html
344         * doc/manual/ja/sylpheed-4.html
345         * doc/manual/ja/sylpheed-5.html
346         * doc/manual/ja/sylpheed-6.html
347         * doc/manual/ja/sylpheed-7.html
348         * doc/manual/ja/sylpheed-8.html
349         * doc/manual/ja/sylpheed-9.html
350         * doc/manual/ja/sylpheed.html
351         * doc/manual/ja/sylpheed.sgml
352         * src/Makefile.am
353         * src/procmime.c
354         * src/pixmaps/regular.xpm **REMOVED**
355                 sync with main 1.0.0beta4, including: "canonicalize text files
356                 before encoding to BASE64, and uncanonicalize after decoding
357                 to conform with RFC 2045" 
358
359 2004-12-03 [christoph]  0.9.12cvs181
360
361         * src/compose.c
362                 build the Privacy System menu without GtkItemFactory to
363                 allow '/' in Privacy System names
364
365         * src/plugins/pgpmime/pgpmime.c
366         * src/plugins/pgpmime/plugin.c
367                 Update description and change Privacy System name
368
369 2004-12-03 [paul]
370
371         * src/pixmaps/dir_close.xpm
372         * src/pixmaps/dir_open.xpm
373         * src/pixmaps/drafts_close.xpm
374         * src/pixmaps/drafts_open.xpm
375         * src/pixmaps/group.xpm
376         * src/pixmaps/unread.xpm
377                 update icons (sync with main (adjust hue))      
378
379 2004-12-02 [paul]       0.9.12cvs180
380
381         * ChangeLog
382         * ChangeLog.jp
383         * src/Makefile.am
384         * src/pop.c
385         * src/common/utils.c
386         * src/common/utils.h
387         * src/pixmaps/folder.xpm **REMOVED**
388                 sync with main
389                 fixes bug 644 'extra CRs in subject line break filtering' 
390
391 2004-12-02 [colin]      0.9.12cvs179
392
393         * src/compose.c
394                 Prevent duplicate edition of queued
395                 and drafted mails
396
397 2004-12-02 [colin]      0.9.12cvs178
398
399         * src/compose.c
400                 Fix quote linewrapping ignoring pref
401                 Patch by Alfons
402
403 2004-11-30 [colin]      0.9.12cvs177
404
405         * src/gtk/prefswindow.c
406         * src/gtk/pluginwindow.c
407                 Add shortcut keys to prefs window
408                 and plugin window. Patch by Fabien Vantard.
409
410 2004-11-29 [colin]      0.9.12cvs176
411
412         * src/folderview.c
413                 Fix disappearing separators in folderview's popup
414
415 2004-11-29 [colin]      0.9.12cvs175
416
417         * src/procmime.c
418                 Another format bug
419
420 2004-11-29 [colin]      0.9.12cvs174
421
422         * src/pop.c
423                 Fix format string
424
425 2004-11-26 [colin]      0.9.12cvs173
426
427         * src/common/smtp.c
428         * src/common/smtp.h
429                 Use ESMTP for all servers advertising it
430                 Add SIZE= parameter to MAIL command for 
431                 ESMTP servers
432
433 2004-11-24 [colin]      0.9.12cvs172
434
435         * src/plugins/pgpmime/pgpmime.c
436                 Forgot one :(
437
438 2004-11-24 [colin]      0.9.12cvs171
439
440         * src/plugins/pgpmime/pgpmime.c
441                 Fix numerous GpgmeGtk leaks
442
443 2004-11-24 [colin]      0.9.12cvs170
444
445         * src/plugins/pgpmime/pgpmime.c
446                 Fix numerous GpgmeCtx leaks
447
448 2004-11-24 [colin]      0.9.12cvs169
449
450         * src/plugins/pgpmime/plugin.c
451                 Update requirements
452         * src/plugins/trayicon/Makefile.am
453         * src/plugins/trayicon/newmarkedmail.xpm
454         * src/plugins/trayicon/trayicon.c
455         * src/plugins/trayicon/unreadmarkedmail.xpm
456                 Add new icons when there are unread marked mails
457                 answers
458
459 2004-11-23 [thorsten]   0.9.12cvs168
460
461         * src/plugins/pgpmime/plugin.c
462                 typo: plugin_init instead of plugin_done
463
464 2004-11-23 [thorsten]   0.9.12cvs167
465
466         * commitHelper
467                 o add me
468         * src/partial_download.c
469         * src/partial_download.h
470                 o fix path for includes
471
472 2004-11-23 [colin]      0.9.12cvs166
473
474         * src/procmime.c
475                 Uh, changed API.
476
477 2004-11-23 [colin]      0.9.12cvs165
478
479         * src/procmime.c
480                 Fix mime headers wrapping
481
482 2004-11-23 [christoph]  0.9.12cvs164
483
484         * src/common/Makefile.am
485         * src/common/partial_download.[ch]
486         * src/Makefile.am
487         * src/partial_download.[ch]
488         * src/folderview.c
489                 move to src because it depends on src stuff
490
491         * src/codeconv.c
492         * src/common/base64.h
493                 move B64LEN macro to base64.h
494
495         * src/compose.c
496         * src/privacy.[ch]
497                 add PrefsAccount to sign-function parameters
498
499         * src/main.c
500         * src/prefs_account.[ch]
501         * src/gtk/prefswindow.[ch]
502                 o use new prefswindow for account prefs
503                 o add possibility to add new pages to account prefs
504
505         * src/plugins/pgpmime/prefs_gpg.[ch]
506         * src/plugins/pgpmime/prefs_gpg.glade
507                 add account prefs for GPG
508
509         * src/plugins/pgpmime/pgpmime.c
510         * src/plugins/pgpmime/sgpgme.[ch]
511                 create signers list based on the GPG account prefs
512
513 2004-11-23 [colin]      0.9.12cvs163
514
515         * src/main.c
516                 Fix cursor going from normal to wait
517                 as many times as there are folders
518                 (very noticeable on exported displays)
519
520 2004-11-23 [colin]      0.9.12cvs162
521
522         * src/msgcache.c
523                 HEAD needs this leak fix too
524
525 2004-11-22 [luke]       0.9.12cvs161
526
527         * src/gtk/gtkstext.c
528                 'Up' key moves one line (not one paragraph) like 'Down'
529
530 2004-11-22 [paul]       0.9.12cvs160
531
532         * src/prefs_themes.c
533                 fix oversized GtkFrames
534
535 2004-11-19 [paul]       0.9.12cvs159
536
537         * src/prefs_common.c
538                 update prefs_keybind_apply_clicked()
539
540 2004-11-18 [paul]       0.9.12cvs158
541
542         * src/compose.c
543         * src/messageview.c
544         * src/common/utils.c
545         * src/common/utils.h
546                 use Message-ID format like that previously
547                 used in compose_generate_msgid()
548
549 2004-11-17 [christoph]  0.9.12cvs157
550
551         * src/mainwindow.c
552         * src/prefs_common.c
553                 integrate "Common preferences" into new preferences dialog
554
555 2004-11-17 [colin]      0.9.12cvs156
556
557         * src/prefs_account.c
558         * src/prefs_account.h
559         * src/procmsg.c
560                 Add an option to let the user choose to store encrypted
561                 mail as clear text or encrypted.
562
563 2004-11-17 [colin]      0.9.12cvs155
564
565         * src/compose.c
566         * src/toolbar.c
567                 Be verbose when sending fails
568         * src/procmsg.c
569                 Fix procmsg_send_queue returning 0 when there's an error
570                 Don't send messages to be encrypted to nobody 
571
572
573 2004-11-17 [colin]      0.9.12cvs154
574
575         * src/privacy.c
576                 Fix more pointer confusion
577
578 2004-11-17 [paul]       0.9.12cvs153
579
580         * src/procmime.h
581                 forgotten in sync with main 1.0.0beta3
582
583
584 2004-11-17 [paul]       0.9.12cvs152
585
586         * ChangeLog
587         * ChangeLog.jp
588         * NEWS
589         * src/compose.c
590         * src/jpilot.c
591         * src/procmime.c
592                 sync with main 1.0.0beta3
593                 see ChangeLog 2004-11-15 and 2004-11-16
594
595 2004-11-17 [colin]      0.9.12cvs151
596
597         * src/plugins/pgpmime/pgpmime.c
598                 Remove debug printf
599
600 2004-11-17 [colin]      0.9.12cvs150
601
602         * src/plugins/pgpmime/pgpmime.c
603                 Fix off-by-one causing segs
604
605 2004-11-17 [colin]      0.9.12cvs149
606
607         * src/procmsg.c
608                 < Reboot_> don't compare pointers to NULL with !
609                 So, use the other form to bring consistency.
610                 Also fix coding style.
611
612 2004-11-16 [colin]      0.9.12cvs148
613
614         * src/procmsg.c
615                 Fix the fix :)
616
617 2004-11-16 [colin]      0.9.12cvs147
618
619         * src/procmsg.c
620                 Fix leaks in procmsg_send_message_queue
621
622 2004-11-12 [paul]       0.9.12cvs146
623
624         * src/prefs_account.c
625         * src/procmime.c
626         * src/procmime.h
627                 fix sync breakage 
628
629 2004-11-12 [paul]
630
631         * src/pixmaps/complete.xpm
632         * src/pixmaps/continue.xpm
633                 small sync with main, see ChangeLog 2004-11-11
634
635 2004-11-11 [paul]       0.9.12cvs145
636
637         * ChangeLog
638         * ChangeLog.jp
639         * src/account.c
640         * src/folderview.c
641         * src/folderview.h
642         * src/imap.c
643         * src/imap_gtk.c
644         * src/inc.c
645         * src/mainwindow.c
646         * src/mh_gtk.c
647         * src/news_gtk.c
648         * src/pop.c
649         * src/prefs_account.c
650         * src/prefs_account.h
651         * src/prefs_ext_prog.c
652         * src/procmsg.c
653         * src/procmsg.h
654         * src/summary_search.c
655         * src/summaryview.c
656         * src/textview.c
657         * src/common/defs.h
658         * src/common/utils.c
659         * src/common/utils.h
660         * src/gtk/menu.c
661         * src/gtk/menu.h
662                 sync with main 1.0.0beta2 (plus 4)
663
664 2004-11-09 [christoph]  0.9.12cvs144
665
666         * src/compose.c
667         * src/prefs_account.[ch]
668                 add option menu to select default privacy system
669
670         * src/plugins/pgpmime/pgpmime.c
671                 better memory allocation
672
673         * src/folder.c
674                 syncronize flags when scanning a folder
675
676 2004-11-08 [colin]      0.9.12cvs143
677
678         * src/summaryview.c
679                 Prevent useless folder count updates while 
680                 quicksearch is running. It is really annoying 
681                 while quicksearch is running a full-mail
682                 scan, like 'b foo', in a big folder.
683
684 2004-11-08 [colin]      0.9.12cvs142
685
686         * src/textview.c
687                 Really fix these mail URIs
688
689 2004-11-08 [colin]      0.9.12cvs141
690
691         * src/textview.c
692                 fix "colin@colino.net" <colin@colino.net> 
693                 types of URIs
694
695 2004-11-06 [colin]      0.9.12cvs140
696
697         * src/compose.c
698                 Don't ask for passphrase if not sending
699
700 2004-11-05 [christoph]  0.9.12cvs139
701
702         * src/compose.c
703                 o encode text content of composed mails
704         * src/procmime.c
705                 o allow encoding of MimeInfos that are stored in memory buffers
706                 
707
708 2004-11-03 [paul]       0.9.12cvs138
709
710         * po/POTFILES.in
711                 add 'src/plugins/pgpmime/prefs_gpg.c'.
712                 Patch submitted by Fabien Vantard
713
714         * src/prefs_ext_prog.c
715                 fix typos. Patch submitted by Fabien Vantard
716
717         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
718         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
719                 add German, Spanish, Italian, Brazilian Portuguese,
720                 and Slovak translations. Submitted by Thomas Gilgin,
721                 J. José del Río 'partymola', Andrea Spadaccini,
722                 Frederico Goncalves Guimaraes, and Andrej Kacian
723
724 2004-11-01 [christoph]  0.9.12cvs137
725
726         * src/procmime.c
727                 implement RFC2231's parameter encoding
728
729 2004-10-29 [colin]      0.9.12cvs136
730
731         * src/common/utils.c
732                 Fix boundary delimiter (a Pine user gets this:
733                 > Malformed message: Unexpected characters at end of parameters:
734                 > =_Thu__28_Oct_2)
735
736 2004-10-29 [paul]
737
738         * tools/textviewer.sh
739                 fix typo. patch submitted by Johann Koenig 
740                 <explosive@hvc.rr.com>
741
742 2004-10-29 [paul]
743
744         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
745         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
746                 add French translations, submitted by Fabien Vantard
747
748 2004-10-28 [christoph]  0.9.12cvs135
749
750         * doc/src/rfc2231.txt                           ** NEW **
751         * src/procmime.c
752         * src/common/quoted-printable.c
753         * src/common/utils.[ch]
754                 implement RFC2231's parameter decoding
755
756 2004-10-27 [paul]
757
758         * tools/kdeservicemenu/README
759         * tools/kdeservicemenu/install.sh
760         * tools/kdeservicemenu/sylpheed-kdeservicemenu.pl
761         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
762         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
763                 output files to /tmp instead of littering the
764                 current dir
765                 add uninstall function
766                 refactor
767
768 2004-10-26 [christoph]  0.9.12cvs134
769
770         * src/procmime.c
771                 better check if parameters have to be in quoted string
772
773 2004-10-25 [paul]
774
775         * tools/kdeservicemenu/README
776         * tools/kdeservicemenu/install.sh
777         * tools/kdeservicemenu/sylpheed-kdeservicemenu.pl
778         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
779         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
780                 add files for Sylpheed Service Menu in Konqueror
781
782 2004-10-22 [paul]       0.9.12cvs133
783
784         * src/compose.c
785         * src/prefs_common.c
786         * src/prefs_common.h
787         * src/prefs_wrapping.c
788                 remove 'smart wrapping'
789
790 2004-10-21 [colin]      0.9.12cvs132
791
792         * src/compose.c
793                 Remove extraneous separator in Options
794
795 2004-10-21 [colin]      0.9.12cvs131
796
797         * src/compose.c
798                 Replace "unknown" attachments by "application/octet-stream"
799                 Be a bit more defensive when using strchr
800
801 2004-10-20 [paul]
802
803         * po/ru.po
804                 updated by Pavlo Bohmat
805
806 2004-10-19 [christoph]  0.9.12cvs130
807
808         * src/compose.c
809                 fix wrong menu entry path
810
811         (Closes Bug 626 crashes after clicking 'reply' or 'reply to all')
812
813         * src/gtk/menu.c
814                 add extra check for missing menu entries
815
816 2004-10-19 [christoph]  0.9.12cvs129
817
818         * src/compose.c
819         * src/common/utils.c
820                 use utils' generate_msgid() in compose.c
821
822 2004-10-18 [christoph]  0.9.12cvs128
823
824         * src/plugins/pgpmime/passphrase.c
825         * src/plugins/pgpmime/pgpmime.c
826         * src/plugins/pgpmime/prefs_gpg.[ch]
827         * src/plugins/pgpmime/prefs_gpg.glade
828         * src/plugins/pgpmime/sgpgme.c
829                 add GPG prefs
830
831 2004-10-18 [christoph]  0.9.12cvs127
832
833         * src/addrbook.c
834         * src/addrcache.c
835         * src/addressbook.c
836         * src/codeconv.c
837         * src/compose.c
838         * src/customheader.c
839         * src/editaddress.c
840         * src/editgroup.c
841         * src/exporthtml.c
842         * src/folder.c
843         * src/folderview.c
844         * src/imap.c
845         * src/jpilot.c
846         * src/main.c
847         * src/matcher_parser_parse.y
848         * src/mbox.c
849         * src/pop.c
850         * src/prefs_account.c
851         * src/prefs_gtk.c
852         * src/prefs_msg_colors.c
853         * src/procheader.c
854         * src/procmime.[ch]
855         * src/procmsg.c
856         * src/summaryview.c
857         * src/textview.c
858         * src/common/base64.c
859         * src/common/partial_download.c
860         * src/common/socket.c
861         * src/common/sylpheed.c
862         * src/common/utils.[ch]
863         * src/gtk/filesel.c
864         * src/gtk/pluginwindow.c
865         * src/gtk/quicksearch.c
866         * src/plugins/pgpmime/pgpmime.c
867         * src/plugins/pgpmime/plugin.c
868         * src/plugins/pgpmime/select-keys.c
869         * src/plugins/pgpmime/sgpgme.c
870         * src/plugins/spamassassin/libspamc.c
871         * src/plugins/trayicon/trayicon.c
872         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.[ch]
873         * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.c
874                 o don't use any GNU C extensions
875                 o fix warnings
876                 o replace some non-POSIX functions
877
878         * src/plugins/spamassassin/spamassassin.[ch]
879         * src/plugins/spamassassin/spamassassin_gtk.c
880         * src/plugins/clamav/clamav_plugin.[ch]
881         * src/plugins/clamav/clamav_plugin_gtk.c
882                 replace statusbar_print_all() from common code because it is a
883                 GUI function
884
885 2004-10-17 [paul]
886
887         * po/es.po
888         * po/ko.po
889         * AUTHORS
890                 update Spanish and Korean translations,
891                 submitted by Ricardo Mones Lastra and
892                 SungHyun Nam
893
894 2004-10-13 [colin]      0.9.12cvs126
895
896         * src/compose.c
897                 Don't convert message to forced encoding when 
898                 drafting, plus minor magic-values cleanup.
899
900 2004-10-13 [colin]      0.9.12cvs125
901
902         * po/POTFILES.in
903                 Update POTFILES.in to reflect the source
904                 place changes
905
906 2004-10-08 [christoph]  0.9.12cvs124
907
908         * m4/spamassassin.m4
909                 fix libspamc OpenSSL
910
911         * src/compose.c
912                 rearrange the compose menu
913
914 2004-10-08 [christoph]  0.9.12cvs123
915
916         * src/Makefile.am
917         * src/account.c
918         * src/compose.[ch]
919         * src/crash.c
920         * src/main.c
921         * src/mimeview.c
922         * src/passphrase.[ch]                           ** REMOVE **
923         * src/prefs_account.[ch]
924         * src/prefs_common.[ch]
925         * src/privacy.[ch]
926         * src/procmime.[ch]
927         * src/procmsg.c
928         * src/rfc2015.[ch]                              ** REMOVE **
929         * src/select-keys.[ch]                          ** REMOVE **
930         * src/common/utils.[ch]
931         * src/gtk/about.c
932         * src/plugins/pgpmime/Makefile.am
933         * src/plugins/pgpmime/passphrase.[ch]           ** NEW **
934         * src/plugins/pgpmime/pgpmime.c
935         * src/plugins/pgpmime/plugin.c
936         * src/plugins/pgpmime/prefs_gpg.[ch]
937         * src/plugins/pgpmime/select-keys.[ch]          ** NEW **
938         * src/plugins/pgpmime/sgpgme.[ch]
939                 o Add new MIME-Writer
940                 o extend PrivacySystem with sign and encrypt functions
941                 o extend PGP/MIME plugin with sign and encrypt functions
942                 o integrate extended Privacy API in Compose and Sending process
943
944 2004-10-04 [colin]      0.9.12cvs122
945
946         * src/mainwindow.c
947         * src/messageview.c
948         * src/messageview.h
949         * src/textview.c
950                 Make forced encoding limited to messageview and
951                 apply only to parts displayed using textview
952
953 2004-10-04 [colin]      0.9.12cvs121
954
955         * src/summaryview.c
956                 Fix bug #605 (collapsed threads re-expand when moving or
957                 deleting mails)
958
959 2004-10-03 [colin]      0.9.12cvs120
960
961         * src/summaryview.c
962                 Fix bug #602
963
964 2004-10-02 [colin]      0.9.12cvs119
965
966         * src/mainwindow.c
967         * src/messageview.c
968         * src/prefs_common.h
969         * src/procmime.c
970         * src/procmime.h
971         * src/textview.c
972                 Clean up forced charset feature
973                 Add forced decode
974
975 2004-10-01 [colin]      0.9.12cvs118
976
977         * src/mimeview.c
978                 Better fix for Save all: skip multipart mails' first 
979                 text part
980
981 2004-10-01 [colin]      0.9.12cvs117
982
983         * src/mimeview.c
984                 Only save attachments in Save All
985
986 2004-10-01 [paul]       0.9.12cvs116
987
988         * ChangeLog
989         * ChangeLog.jp
990         * src/account.c
991         * src/prefs_common.c
992         * src/gtk/colorlabel.c
993                 sync with main 0.9.12cvs17
994
995 2004-09-30 [colin]      0.9.12cvs115
996
997         * src/stock_pixmap.c
998         * src/stock_pixmap.h
999         * src/folderview.c
1000         * src/Makefile.am
1001         * src/pixmaps/read.xpm
1002                 Add icon for total # column
1003
1004 2004-09-29 [colin]      0.9.12cvs114
1005
1006         * src/compose.c
1007                 Don't close compose until message is sent if 
1008                 Show Send Dialog is Always
1009
1010 2004-09-29 [paul]       0.9.12cvs113
1011
1012         * src/quote_fmt_parse.y
1013                 In the quotation templates recognise sender's first and last 
1014                 names (%F %L) when the name is in the format "Duck, Donald".
1015                 Patch submitted by Thomas Gilgin, <thomas_gilgin@users.sourceforge.net>
1016
1017
1018 2004-09-28 [colin]      0.9.12cvs112
1019
1020         * src/mainwindow.c
1021                 Put back mnemonic
1022         * src/folderview.c
1023                 Fix Empty trash being visible-invisible-visible...
1024
1025 2004-09-28 [colin]      0.9.12cvs111
1026
1027         * src/mainwindow.c
1028                 Relabel Empty all Trash folders
1029
1030 2004-09-28 [colin]      0.9.12cvs110
1031
1032         * src/folderview.c
1033                 Add contextual Empty trash menu
1034         * src/mainwindow.c
1035                 Revert cvs109 which was useless
1036
1037 2004-09-28 [colin]      0.9.12cvs109
1038
1039         * src/mainwindow.c
1040                 Fix uninialized var
1041
1042 2004-09-28 [colin]      0.9.12cvs108
1043
1044         * src/addressbook.c
1045                 Fix triple-click
1046
1047 2004-09-28 [colin]      0.9.12cvs107
1048
1049         * src/addressbook.c
1050                 Fix double-click on entries
1051
1052 2004-09-28 [colin]      0.9.12cvs106
1053
1054         * src/inc.c
1055                 Reintroduce folder_item update freeze on incorporation
1056
1057 2004-09-27 [christoph]  0.9.12cvs105
1058
1059         * src/folderview.c
1060                 right-align new and unread column
1061
1062 2004-09-27 [paul]
1063
1064         * 0.9.12b released
1065
1066 2004-09-27 [paul]       0.9.12cvs104
1067
1068         * src/main.c
1069                 revert 0.9.12cvs101, it causes another segfault
1070
1071 2004-09-23 [christoph]  0.9.12cvs103
1072
1073         * src/plugins/spamassassin/libspamc.[ch]
1074         * src/plugins/spamassassin/utils.[ch]
1075                 update libspamc to SpamAssassin 3.0.0
1076
1077 2004-09-17 [paul]       0.9.12cvs102
1078
1079         * ChangeLog
1080         * ChangeLog.jp
1081         * src/inc.c
1082                 sync with main 0.9.12cvs14, see ChangeLog 2004-09-09
1083  
1084
1085 2004-09-17 [colin]      0.9.12cvs101
1086
1087         * src/main.c
1088                 Fix segfaults when quitting. valgrind says:
1089                         ==12144== Invalid read of size 4
1090                         ==12144==    at 0x80D7DDA: messageview_is_visible (messageview.c:938)
1091                         [...]
1092                         ==12144==  Address 0x1BF1BD30 is 56 bytes inside a block of size 72 free'd
1093                         [...]
1094                         ==12144==    by 0x80CC671: exit_sylpheed (main.c:498)
1095
1096
1097 2004-09-13 [christoph]  0.9.12cvs100
1098
1099         * src/folder.c
1100                 add NULL pointer checks to fix segfault when messages can
1101                 not be fetched
1102
1103 2004-09-08 [colin]      0.9.12cvs99
1104
1105         * src/account.c
1106                 Remove a debug printf
1107
1108 2004-09-08 [christoph]  0.9.12cvs98
1109
1110         * src/procmsg.[ch]
1111                 change MSG_CACHED (unused in claws) to MSG_SCANNED to remember
1112                 if the message structure has been scanned
1113
1114         * src/folder.c
1115                 o scan structure when the mail is fetched for the first time
1116                   to prevent unnecessary fetching of messages while scanning
1117                   the folder for messages
1118                 o revert 0.9.12cvs24
1119
1120         * src/plugins/pgpmime/pgpmime.c
1121                 check signature if auto signature checking is enabled when the
1122                 signature status is requested for first time and not when
1123                 checking if a part has a signature
1124
1125 2004-09-07 [colin]      0.9.12cvs97
1126
1127         * src/inc.c
1128                 Change session error messages so that they
1129                 are a bit more helpful (the origin of the
1130                 error is not apparent if one isn't in 
1131                 front of Sylpheed when it happens).
1132
1133 2004-09-06 [colin]      0.9.12cvs96
1134
1135         * src/toolbar.c
1136                 Fix graying out Redirect in non english languages
1137                 Patch by Fabien Vantard
1138
1139 2004-09-06 [colin]      0.9.12cvs95
1140
1141         * src/summaryview.c
1142         * src/mimeview.c
1143                 Fix dropped URIs
1144
1145 2004-09-06 [colin]      0.9.12cvs94
1146
1147         * src/addressbook.c
1148         * src/addressitem.h
1149         * src/addritem.c
1150         * src/addritem.h
1151                 Add basic drag and drop to addressbook
1152
1153 2004-09-03 [colin]      0.9.12cvs93
1154
1155         * src/summaryview.c
1156                 Next/Prev unread message should start
1157                 from next/prev node (especially if 
1158                 mark_as_read_delay != 0)
1159
1160 2004-09-03 [colin]      0.9.12cvs92
1161
1162         * src/prefs_common.c
1163         * src/prefs_common.h
1164         * src/summaryview.c
1165                 Add an hidden 'mark_as_read_delay' pref 
1166
1167 2004-09-02 [colin]      0.9.12cvs91
1168
1169         * src/gtk/menu.c
1170                 Add unduplicated menu entries (fixes bug 532)
1171                 Patch by Fabien Vantard
1172
1173 2004-09-02 [colin]      0.9.12cvs90
1174
1175         * src/account.c
1176                 Fix bug 582 (broken auto account selection)
1177
1178 2004-09-02 [colin]      0.9.12cvs89
1179
1180         * src/addrindex.c
1181                 Free deleted queries too
1182
1183 2004-09-02 [colin]      0.9.12cvs88
1184
1185         * src/ldapquery.c
1186                 Fix freezes in LDAP, due to memory corruption
1187                 after deletion of a query (and not removing it
1188                 from the corresponding list of queries).
1189                 Very probably fixes bug 567 and bug 569
1190
1191 2004-09-02 [colin]      0.9.12cvs87
1192
1193         * src/prefs_spelling.c
1194                 Fix bug with aspell prefs init, where spell checking
1195                 is enabled at first but dictionary not specified. Use
1196                 LANG's dictionary by default.
1197
1198 2004-09-01 [colin]      0.9.12cvs86
1199
1200         * src/filtering.c
1201         * src/imap.c
1202         * src/prefs_matcher.c
1203         * src/stock_pixmap.c
1204                 Fix more nasty uninitialized variables
1205
1206 2004-08-31 [colin]      0.9.12cvs85
1207
1208         * src/folder.c
1209                 Fix memory corruption when entering procmsg_msginfo_free()
1210                 with unitialized msginfo. Thanks Valgrind.
1211
1212 2004-08-29 [colin]      0.9.12cvs84
1213
1214         * src/mimeview.c
1215                 Don't escape filenames before saving - that's 
1216                 not dangerous. By the way, fix the leak.
1217
1218 2004-08-27 [paul]       0.9.12cvs83
1219
1220         * src/mh.c
1221         * src/procheader.c
1222         * src/procmsg.c
1223         * src/procmsg.h
1224         * src/common/utils.c
1225         * src/gtk/menu.h
1226                 sync with main 0.9.12cvs6, see ChangeLog
1227                 2004-08-24, 2004-08-25, 2004-08-26
1228
1229
1230 2004-08-26 [paul]
1231
1232         * po/ja.po
1233                 updated by Rui Hirokawa
1234
1235 2004-08-25 [colin]      0.9.12cvs82
1236
1237         * src/plugins/pgpmime/pgpmime.c
1238                 Fix leak on non-combined encrypted messages
1239
1240 2004-08-25 [colin]      0.9.12cvs81
1241
1242         * src/plugins/pgpmime/pgpmime.c
1243         * src/plugins/pgpmime/sgpgme.c
1244         * src/plugins/pgpmime/sgpgme.h
1245                 Handle combined encryption/signature
1246
1247 2004-08-24 [colin]      0.9.12cvs80
1248
1249         * src/folder.c
1250                 Set mime flags on non multipart messages too
1251
1252 2004-08-23 [christoph]  0.9.12cvs79
1253
1254         * src/compose.c
1255                 create message header in memory as GString before writing it
1256                 to the message file
1257
1258 2004-08-23 [colin]      0.9.12cvs78
1259
1260         * src/rfc2015.c
1261         * src/rfc2015.h
1262         * src/compose.c
1263                 Fix (again) bug 197: inline encryption broken
1264
1265 2004-08-23 [paul]
1266
1267         * po/zh_CN.po
1268                 updated by Hansom Young
1269
1270 2004-08-23 [paul]
1271
1272         * 0.9.12a released
1273
1274 2004-08-23 [colin]      0.9.12cvs77
1275
1276         * src/imap.c
1277                 Try and fix bug 577 (session->last_access_time is broken since 
1278                 sync with main 0.9.12cvs2). 
1279                 Patch by Stephan Sachse <whiteman@teg-clan.de>
1280
1281 2004-08-23 [paul]
1282
1283         * po/es.po
1284         * po/fr.po
1285         * po/pl.po
1286         * po/pt_BR.po
1287         * po/sk.po
1288         * po/sr.po
1289                 update translations. submitted by Ricardo
1290                 Mones Lastra, Fabien Vantard, Emilian Nowak,
1291                 Frederico Goncalves Guimaraes, Andrej Kacian,
1292                 Urke MMI
1293
1294 2004-08-22 [paul]       0.9.12cvs76
1295
1296         * src/plugins/trayicon/trayicon.c
1297                 fix formatting bug in trayicon_popup_menu_entries[]
1298
1299
1300 2004-08-22 [paul]       0.9.12cvs75
1301
1302         * m4/Makefile.am
1303                 remove reference to openssl.m4
1304
1305
1306 2004-08-21 [colin]      0.9.12cvs74
1307
1308         * src/compose.c
1309                 Fix bug 576 (Duplicate auto-bcc on reedit)
1310
1311 2004-08-21 [colin]      0.9.12cvs73
1312
1313         * src/toolbar.c
1314                 Grey out Redirect in the toolbar when selection is
1315                 multiple. Fixes bug 520
1316
1317 2004-08-21 [colin]      0.9.12cvs72
1318
1319         * src/compose.c
1320                 Save Sign, Encrypt and Mode status when drafting or queuing
1321                 Fixes bug 502 (drafted message does not keep sign / encrypt 
1322                 state)
1323
1324 2004-08-21 [colin]      0.9.12cvs71
1325
1326         * src/summaryview.c
1327                 Fix bug 494 (Messages are always opened in summary 
1328                 view when right clicked.) Also fixes bug 508.
1329
1330 2004-08-21 [colin]      0.9.12cvs70
1331
1332         * src/compose.c
1333                 When using inline encryption, don't use QP or Base64:
1334                 the mail will be encrypted to a 7bit string.
1335                 Fixes bug 197
1336
1337 2004-08-21 [colin]      0.9.12cvs69
1338
1339         * src/compose.c
1340                 Fix inline-signing with 8bit chars: data must be 
1341                 converted to Quoted-printable before signing.
1342
1343 2004-08-21 [colin]      0.9.12cvs68
1344
1345         * src/compose.c
1346                 Remove 'Message/Save to draft folder'
1347                 and 'Message/Save and keep editing' to 
1348                 put a single 'File/Save' command.
1349                 Fixes bug 224
1350
1351 2004-08-21 [colin]      0.9.12cvs67
1352
1353         * src/mainwindow.c
1354                 Fix bug 222 (Summary view state not retained between sessions)
1355
1356 2004-08-20 [colin]      0.9.12cvs66
1357
1358         * src/codeconv.c
1359                 Fix bug 574 (empty cur_locale is not enough)
1360
1361 2004-08-20 [paul]
1362
1363         * src/plugins/pgpmime/plugin.c
1364                 modify PGP/MIME plugin's description
1365
1366 2004-08-16 [colin]      0.9.12cvs65
1367
1368         * src/common/ssl.c
1369                 Fix version comparison
1370
1371 2004-08-16 [colin]      0.9.12cvs64
1372
1373         * src/common/ssl.c
1374                 I meant 2.2.
1375
1376 2004-08-16 [colin]      0.9.12cvs63
1377
1378         * src/common/ssl.c
1379                 People with glibc 2.1 have had problems with non-blocking
1380                 SSL_connect. Disable it for glibc < 2.2.
1381
1382 2004-08-16 [colin]      0.9.12cvs62
1383
1384         * src/common/ssl.c
1385                 Fix format error
1386
1387 2004-08-13 [colin]      0.9.12cvs61
1388
1389         * src/plugins/pgpmime/plugin.c
1390                 Add plugin's description
1391
1392 2004-08-12 [christoph]  0.9.12cvs60
1393
1394         * src/folderutils.c
1395                 fix bug that did not thaw folder updates when deleting
1396                 duplicates in empty folders
1397
1398 2004-08-12 [colin]      0.9.12cvs59
1399
1400         * src/plugins/trayicon/trayicon.c
1401                 Add a context menu with most common operations
1402
1403 2004-08-12 [colin]      0.9.12cvs58
1404
1405         * configure.ac
1406         * sylpheed.desktop
1407         * src/Makefile.am
1408         * src/main.c
1409                 Add support for Freedesktop.org's startup notification
1410
1411 2004-08-10 [colin]      0.9.12cvs57
1412
1413         * src/main.c
1414         * src/common/socket.c
1415         * src/common/ssl.c
1416         * src/common/sylpheed.c
1417         * src/common/sylpheed.h
1418                 Put back the ssl connect nonblocking...
1419                 without the race condition
1420
1421 2004-08-09 [colin]      0.9.12cvs56
1422
1423         * src/main.c
1424         * src/common/ssl.c
1425         * src/common/sylpheed.c
1426         * src/common/sylpheed.h
1427                 Reverting previous commit, doesn't work 
1428
1429 2004-08-09 [colin]      0.9.12cvs55
1430
1431         * src/main.c
1432         * src/common/ssl.c
1433         * src/common/sylpheed.c
1434         * src/common/sylpheed.h
1435                 Make SSL_connect nonblocking, using a thread
1436
1437 2004-08-09 [paul]       0.9.12cvs54
1438
1439         * po/POTFILES.in
1440                 reflect new location of sgpgme.c
1441         * src/main.c
1442                 sync with main, see ChangeLog 2004-08-09
1443
1444 2004-08-08 [christoph]  0.9.12cvs53
1445
1446         * src/folderutils.c
1447                 freeze FolderItem updates while deleting duplicate messages
1448
1449 2004-08-08 [christoph]  0.9.12cvs52
1450
1451         * configure.ac
1452         * src/Makefile.am
1453         * src/main.c
1454         * src/pgpmime.c
1455         * src/pgpmime.h
1456         * src/sgpgme.c
1457         * src/sgpgme.h
1458         * src/plugins/Makefile.am
1459         * src/plugins/pgpmime/.cvsignore
1460         * src/plugins/pgpmime/Makefile.am
1461         * src/plugins/pgpmime/pgpmime.c
1462         * src/plugins/pgpmime/pgpmime.h
1463         * src/plugins/pgpmime/plugin.c
1464         * src/plugins/pgpmime/sgpgme.c
1465         * src/plugins/pgpmime/sgpgme.h
1466                 new plugin for PGP/MIME
1467
1468 2004-08-07 [christoph]  0.9.12cvs51
1469
1470         * src/folder.c
1471                 disable immediate folder change notification on opened folders
1472                 until SummaryView can handle it quickly
1473
1474 2004-08-07 [colin]      0.9.12cvs50
1475
1476         * src/pop.c
1477         * src/common/partial_download.c
1478                 fix warnings
1479
1480 2004-08-07 [colin]      0.9.12cvs49
1481
1482         * src/Makefile.am
1483         * src/account.c
1484         * src/addressbook.c
1485         * src/alertpanel.c
1486         * src/alertpanel.h
1487         * src/compose.c
1488         * src/exphtmldlg.c
1489         * src/expldifdlg.c
1490         * src/main.c
1491         * src/message_search.c
1492         * src/messageview.c
1493         * src/pop.c
1494         * src/sgpgme.c
1495         * src/summary_search.c
1496         * src/summaryview.c
1497         * src/textview.c
1498         * src/gtk/sslcertwindow.c
1499         * src/pixmaps/stock_dialog-error.xpm
1500         * src/pixmaps/stock_dialog-info.xpm
1501         * src/pixmaps/stock_dialog-question.xpm
1502         * src/pixmaps/stock_dialog-warning.xpm
1503                 sync new alertpanel from gtk2
1504
1505 2004-08-07 [colin]      0.9.12cvs48
1506
1507         * src/prefs_folder_item.c
1508                 fix memory corruption in folderitem's prefs
1509
1510 2004-08-06 [colin]      0.9.12cvs47
1511
1512         * src/compose.c
1513                 close compose window after queuing, before 
1514                 sending when user presses Send
1515
1516 2004-08-05 [christoph]  0.9.12cvs46
1517
1518         * src/msgcache.c
1519         * src/common/defs.h
1520                 add charset to cache file and convert charset when reading the
1521                 cache if different from internal used charset
1522
1523 2004-08-05 [christoph]  0.9.12cvs45
1524
1525         * src/messageview.c
1526         * src/mimeview.[ch]
1527         * src/procmime.h
1528         * src/common/utils.h
1529                 cleanup (remove unused includes/reorganize)
1530
1531         * src/prefs_ext_prog.c
1532         * src/prefs_folder_item.c
1533         * src/prefs_fonts.c
1534         * src/prefs_msg_colors.c
1535         * src/prefs_spelling.c
1536         * src/prefs_themes.c
1537         * src/prefs_toolbar.c
1538         * src/prefs_wrapping.c
1539         * src/gtk/prefswindow.[ch]
1540         * src/plugins/clamav/clamav_plugin_gtk.c
1541         * src/plugins/dillo_viewer/dillo_prefs.c
1542         * src/plugins/image_viewer/viewerprefs.c
1543         * src/plugins/spamassassin/spamassassin_gtk.c
1544                 change PrefsPage path into an array of strings and don't
1545                 split a single string into parts (better for translation)
1546
1547 2004-08-05 [christoph]  0.9.12cvs44
1548
1549         * src/folder.c
1550                 fix FolderItem's message counts after rebuilding a cache
1551
1552 2004-08-05 [paul]       0.9.12cvs43
1553
1554         * ChangeLog
1555         * ChangeLog.jp
1556         * src/imap.c
1557         * src/news.c
1558         * src/common/nntp.c
1559         * src/common/session.c
1560         * src/common/session.h
1561         * src/common/socket.c
1562                 sync with main 0.9.12cvs2
1563                 see ChangeLog 2004-08-04
1564
1565 2004-08-04 [christoph]  0.9.12cvs42
1566
1567         * configure.ac
1568                 add missing AC_DEFINE(USE_OPENSSL, ...)
1569         * src/folder.c
1570                 use new xml_node_new() function
1571
1572 2004-08-03 [christoph]  0.9.12cvs41
1573
1574         * src/folder.c
1575         * src/localfolder.c
1576         * src/common/xml.[ch]
1577                 sync with main 0.9.12cvs1
1578                 see ChangeLog 2004-07-23
1579
1580 2004-08-03 [christoph]
1581
1582         * configure.ac
1583         * m4/openssl.m4                 ** REMOVE **
1584                 use pkg-config to get OpenSSL CFLAGS and LIBS
1585                 (OpenSSL 0.9.7 is required now)
1586
1587 2004-08-02 [paul]       0.9.12cvs40
1588
1589         * AUTHORS
1590                 update translation team section
1591         * po/pt_BR.po
1592                 updated by Frederico Goncalves Guimaraes
1593                 <fggdebian@yahoo.com.br>
1594
1595 2004-07-29 [colin]      0.9.12cvs39
1596
1597         * src/messageview.c
1598                 Inform the user when a partially 
1599                 downloaded mail isn't on the server
1600                 anymore (due to Mark for deletion)
1601
1602 2004-07-29 [colin]      0.9.12cvs38
1603
1604         * src/messageview.c
1605                 Hide noticeview if necessary
1606
1607 2004-07-27 [colin]      0.9.12cvs37
1608
1609         * src/msgcache.c
1610                 More fixes (i overlook a bit, thanks
1611                 Christoph for spotting it)
1612
1613 2004-07-27 [colin]      0.9.12cvs36
1614
1615         * src/msgcache.c
1616                 Fix wrong test 
1617
1618 2004-07-26 [colin]      0.9.12cvs35
1619
1620         * src/pop.c
1621                 Fix uidl-file parsing when not in new
1622                 format
1623
1624 2004-07-19 [colin]      0.9.12cvs34
1625
1626         * src/compose.c
1627                 Save attachment status when drafting
1628
1629 2004-07-19 [colin]      0.9.12cvs33
1630
1631         * src/folder.h
1632         * src/folderview.c
1633         * src/summaryview.c
1634                 Reverse 0.9.12cvs29 to 31 (folder icon update
1635                 when quicksearch is active)
1636
1637 2004-07-18 [colin]      0.9.12cvs32
1638
1639         * src/pop.c
1640                 Fix partial download bug with "Download all
1641                 messages" option
1642
1643 2004-07-18 [colin]      0.9.12cvs31
1644
1645         * src/folderview.c
1646                 Fix crash
1647
1648 2004-07-17 [colin]      0.9.12cvs30
1649
1650         * src/summaryview.c
1651                 Same, when sticky search is off
1652
1653 2004-07-17 [colin]      0.9.12cvs29
1654
1655         * src/folder.h
1656         * src/folderview.c
1657         * src/summaryview.c
1658                 Update FolderItem icon whenever its summaryview is 
1659                 filtered
1660
1661 2004-07-16 [christoph]  0.9.12cvs28
1662
1663         * src/mimeview.c
1664                 make doubleclick work again
1665
1666 2004-07-16 [christoph]  0.9.12cvs27
1667
1668         * src/mimeview.c
1669                 fix freeze on mime icon doubleclick (opening doesn't work yet)
1670
1671 2004-07-16 [paul]       0.9.12cvs26
1672         
1673         * src/gtk/quicksearch.c
1674         * src/compose.c
1675         * src/customheader.c
1676         * src/messageview.c
1677         * src/news.c
1678         * src/prefs_account.c
1679         * src/prefs_display_header.c
1680         * src/procheader.c
1681                 replace "Message-Id" with "Message-ID"
1682
1683 2004-07-16 [paul]       0.9.12cvs25
1684
1685         * ChangeLog
1686         * ChangeLog.jp
1687         * src/account.c
1688         * src/account.h
1689         * src/folder_item_prefs.c
1690         * src/main.c
1691         * src/pop.c
1692         * src/pop.h
1693         * src/prefs_account.c
1694         * src/prefs_account.h
1695         * src/prefs_common.c
1696         * src/prefs_common.h
1697         * src/prefs_gtk.c
1698         * src/prefs_gtk.h
1699                 sync with main 0.9.12cvs1
1700
1701 2004-07-15 [colin]      0.9.12cvs24
1702
1703         * src/folder.c
1704                 Disable GPG signature check during
1705                 folder move and scan 
1706         (Closes Bug 521 Signature checking slows down Folder-Move)
1707
1708 2004-07-14 [christoph]  0.9.12cvs23
1709
1710         * src/pgpmime.c
1711                 add missing fclose
1712
1713         * src/procmime.c
1714                 add checks if fopen really worked
1715
1716 2004-07-14 [colin]      0.9.12cvs22
1717
1718         * src/pop.c
1719         * src/common/partial_download.c
1720                 Update includes
1721
1722 2004-07-14 [colin]      0.9.12cvs21
1723
1724         * src/folder.c
1725         * src/inc.c
1726         * src/matcher.c
1727         * src/matcher.h
1728         * src/matcher_parser_parse.y
1729         * src/messageview.c
1730         * src/msgcache.c
1731         * src/noticeview.c
1732         * src/noticeview.h
1733         * src/pop.c
1734         * src/pop.h
1735         * src/prefs_matcher.c
1736         * src/procheader.c
1737         * src/procmsg.c
1738         * src/procmsg.h
1739         * src/summaryview.c
1740         * src/common/Makefile.am
1741         * src/common/defs.h
1742         * src/gtk/quicksearch.c
1743         * src/common/partial_download.c ** NEW FILES **
1744         * src/common/partial_download.h ** NEW FILES **
1745                 Partial downloading of pop3 mails
1746
1747 2004-07-13 [christoph]  0.9.12cvs20
1748
1749         * src/mimeview.c
1750                 use "button_release_event" instead of "button_press_event",
1751                 because executing event callbacks while the button is still
1752                 pressed is not good and causes problems
1753
1754 2004-07-12 [colin]      0.9.12cvs19
1755
1756         * src/gtk/quicksearch.c
1757                 Fix a missing status update in quicksearch
1758
1759 2004-07-08 [colin]      0.9.12cvs18
1760
1761         * src/common/smtp.h
1762                 Fix guint vs gint bug
1763
1764 2004-07-08 [colin]      0.9.12cvs17
1765
1766         * src/common/smtp.c
1767                 use to_human_readable() for sizes
1768
1769 2004-07-08 [paul]       0.9.12cvs16
1770
1771         * src/inc.c [1.174]
1772                 fix occasional non-clearance of the statusbar
1773                 (close Bug 531 'SA plugin: status bar does not 
1774                  get cleared in OFFLINE mode')
1775
1776 2004-07-07 [colin]      0.9.12cvs15
1777
1778         * src/prefs_common.c [1.225]
1779         * src/prefs_common.h [1.112]
1780                 Add a hidden summary_quicksearch_sticky preference,
1781                 to allow the quicksearch bar to reset across folders
1782         * src/summaryview.c [1.437]
1783                 Use this preference
1784         * src/gtk/quicksearch.c [1.5]
1785         * src/gtk/quicksearch.h [1.3]
1786                 Add this preference, fix focus when hitting Enter,
1787                 add handling of Esc key to reset
1788
1789 2004-07-06 [colin]      0.9.12cvs14
1790
1791         * src/gtk/quicksearch.c [1.4]
1792                 Add Clear button
1793
1794 2004-07-06 [christoph]  0.9.12cvs13
1795
1796         * src/toolbar.c
1797                 enable next unread button in empty folders if next folder
1798                 dialog is not disabled
1799
1800         (Closes Feature Request [ 755800 ] "next" button enabled in empty
1801          folders)
1802
1803 2004-07-06 [colin]      0.9.12cvs12
1804
1805         * src/common/smtp.c [1.16]
1806                 Display maximum message size in the log
1807
1808 2004-07-06 [paul]       0.9.12cvs11
1809
1810         * src/toolbar.c
1811                 fix typo. (spotted by Fabien Vantard)
1812
1813 2004-07-06 [paul]       0.9.12cvs10
1814
1815         * src/main.c
1816                 terminate cleanly on SIGHUP. Patch submitted by
1817                 Thomas Gilgin <thg@karate-muellheim.de>
1818
1819 2004-07-05 [christoph]  0.9.12cvs9
1820
1821         * src/inc.c
1822                 better replacing of %d in new mail notification command
1823
1824 2004-07-05 [colin]      0.9.12cvs8
1825
1826         * src/common/smtp.[ch]
1827                 Take SIZE (returned by EHLO) into account, and
1828                 avoid sending too big messages
1829
1830 2004-07-04 [paul]       0.9.12cvs7
1831
1832         * src/account.c
1833                 fix auto-account selection on imap/news
1834
1835 2004-07-01 [paul]       0.9.12cvs6
1836
1837         * src/gtk/quicksearch.c
1838                 reveal hidden string in gui
1839                 
1840         * src/compose.c
1841                 fix updating of gpg signing setting on 
1842                 switching accounts
1843
1844 2004-06-30 [darko]      0.9.12cvs5
1845
1846         * src/common/utils.c
1847                 remove expand_search_string()
1848         * src/gtk/quicksearch.c
1849                 remove no longer needed for loop (thanks Christoph)
1850                 add expand_search_string()
1851
1852 2004-06-30 [darko]      0.9.12cvs4
1853
1854         * src/common/utils.c
1855                 allow all filtering expressions in quicksearch
1856
1857         (Closes Bug 519 filtering expr. in quicksearch)
1858
1859 2004-06-30 [christoph]  0.9.12cvs3
1860
1861         * configure.ac
1862                 better 'localedir'
1863
1864         * src/common/intl.h
1865                 allow plugins to define TEXTDOMAIN for the _(...) macro
1866
1867 2004-06-30 [paul]       0.9.12cvs2
1868
1869         * po/POTFILES.in
1870           src/Makefile.am
1871           src/main.c
1872           src/prefs_common.c
1873           src/prefs_msg_colors.[ch]     ** NEW FILES **
1874                 move message colouring options to
1875                 '/Other Preferences/Message View/Colors'
1876
1877 2004-06-30 [paul]       0.9.12cvs1
1878
1879         * po/POTFILES.in
1880           src/Makefile.am
1881           src/main.c
1882           src/prefs_common.c
1883           src/prefs_wrapping.[ch]       ** NEW FILES **
1884                 move message wrapping options to
1885                 /'Other Preferences/Compose/Message Wrapping'
1886
1887 2004-06-28 [paul]       0.9.12
1888
1889         * Sylpheed-Claws 0.9.12 released
1890
1891         * po/es.po
1892           po/fr.po
1893           po/sk.po
1894                 updated by Ricardo Mones Lastra, Fabien Vantard,
1895                 Andrej Kacian
1896
1897 2004-06-27 [paul]       0.9.11cvs19
1898
1899         * src/common/ssl.c
1900                 re-enable certificate check
1901
1902 2004-06-25 [christoph]  0.9.11cvs18
1903
1904         * src/procmsg.h
1905                 add MSG_HAS_ATTACHMENT to MSG_CACHED_FLAG_MASK
1906
1907 2004-06-25 [paul]       0.9.11cvs17
1908
1909         * sync with main 0.9.12cvs1
1910                 see ChangeLog 2004-06-23
1911                 
1912         * src/gtk/menu.c
1913                 remove unused menu_toggle_toggle()
1914
1915 2004-06-23 [christoph]  0.9.11cvs16
1916
1917         * src/folder.c
1918         * src/procheader.c
1919         * src/procmsg.h
1920         * src/summaryview.c
1921                 scan the mime structure of multipart mails for correct
1922                 attachment, encryped and signed (with privacy API) part
1923                 detection
1924
1925         (Closes Feature Request [ 961428 ] No paperclip for HTML mails)
1926
1927 2004-06-22 [paul]
1928
1929         * po/ru.po
1930                 updated by Pavlo Bohmat
1931
1932 2004-06-20 [christoph]  0.9.11cvs15
1933
1934         * src/inc.c
1935         * src/pop.[ch]
1936                 disconnect after authentication when doing POP before SMTP
1937
1938         (Closes Bug 393 Bad inerpretation of "Pop Before SMTP")
1939
1940 2004-06-19 [christoph]  0.9.11cvs14
1941
1942         * src/folder.c
1943                 fix FolderItem name update
1944
1945         (Closes Bug 511 Folder-Renaming not reflected immediately)
1946
1947 2004-06-17 [paul]       0.9.11cvs13
1948         
1949         * sync with main 0.9.12 release
1950           src/session.c
1951                 session_set_timeout(): fixed a bug that didn't
1952                 reset timeout_tag when interval is 0.
1953
1954 2004-06-16 [christoph]  0.9.11cvs12
1955
1956         * src/textview.c
1957                 correctly clear the URL in the status bar
1958
1959 2004-06-15 [christoph]  0.9.11cvs11
1960
1961         * src/summaryview.c
1962                 add missing gtk_widget_show()
1963
1964 2004-06-11 [christoph]  0.9.11cvs10
1965
1966         * src/plugins/spamassassin/spamassassin.c
1967                 correctly check waitpid return code
1968
1969         (Closes Bug 396 Zombie process when spamassassin is called)
1970
1971 2004-06-10 [christoph]  0.9.11cvs9
1972
1973         * src/mainwindow.c
1974         * src/summaryview.[ch]
1975         * src/gtk/Makefile.am
1976         * src/gtk/quicksearch.c                         ** NEW **
1977                 separate quick search from summaryview
1978
1979 2004-06-09 [christoph]  0.9.11cvs8
1980
1981         * src/inc.c
1982                 remove unused code
1983
1984         * src/textview.c
1985                 get folder for compose default account from MsgInfo and not
1986                 from SummaryView
1987
1988 2004-06-09 [christoph]  0.9.11cvs7
1989
1990         * src/folder.[ch]
1991                 add information about added or removed messages to
1992                 FOLDER_ITEM_UPDATE hook
1993
1994         * src/imap_gtk.c
1995         * src/mh_gtk.c
1996                 scan folder when removing a folder failed instead of
1997                 updating the summaryview
1998
1999 2004-06-08 [paul]       0.9.11cvs6
2000
2001         * sync with main 0.9.11cvs2
2002                 see ChangeLog 2004-06-08
2003
2004 2004-06-07 [christoph]  0.9.11cvs5
2005
2006         * configure.ac
2007         * src/common/Makefile.am
2008                 detect library providing 'encrypt' function
2009
2010 2004-06-07 [paul]       0.9.11cvs4
2011
2012         * src/inc.c
2013                 sync with main, 'code cleanup'
2014                 
2015         * tools/nautilus2sylpheed.sh
2016                 fix whitespace limitation. patch submitted by
2017                 Stephan Sachse <white@teg-clan.de>
2018
2019 2004-06-04 [christoph]  0.9.11cvs3
2020
2021         * src/account.c
2022         * src/action.[ch]
2023         * src/addressbook.c
2024         * src/addrindex.h
2025         * src/folder.h
2026         * src/folder_item_prefs.c
2027         * src/inc.c
2028         * src/main.c
2029         * src/messageview.c
2030         * src/mh_gtk.c
2031         * src/prefs_themes.c
2032         * src/procmime.c
2033         * src/quote_fmt.h
2034         * src/stock_pixmap.c
2035         * src/toolbar.c
2036                 fix compiler warnings
2037
2038 2004-06-03 [paul]       0.9.11cvs2
2039
2040         * src/msgcache.c
2041                 sync with main 0.9.11cvs1: "changed gint32 to
2042                 guint32 for some platforms"
2043
2044 2004-06-02 [christoph]  0.9.11cvs1
2045
2046         * src/common/ssl.c
2047                 fix SSL_CTX variable name for older OpenSSL versions
2048
2049         (Closes Bug 503 fix compilation with older OpenSSL)
2050
2051 2004-05-31 [paul]       0.9.11claws
2052
2053         * 0.9.11claws released
2054
2055 2004-05-31 [paul]       0.9.10claws72
2056
2057         * po/es.po
2058           po/it.po
2059           po/ja.po
2060           po/pl.po
2061           po/sk.po
2062           po/sr.po
2063           po/zh_CN.po
2064                 update translations, submitted by Ricardo Mones Lastra,
2065                 Andrea Spadaccini, Rui Hirokawa, Emil, Andrej Kacian,
2066                 Urke MMI, and Hansom Young
2067
2068 2004-05-25 [luke]       0.9.10claws71
2069
2070         * AUTHORS
2071         * src/mimeview.c
2072         * src/stockpixmap.[ch]
2073         * src/Makefile.am
2074         * src/pixmaps/privacy_emblem_encrypted.xpm      ** NEW **
2075         * src/pixmaps/privacy_emblem_failed.xpm         ** NEW **
2076         * src/pixmaps/privacy_emblem_passed.xpm         ** NEW **
2077         * src/pixmaps/privacy_emblem_signed.xpm         ** NEW **
2078         * src/pixmaps/privacy_emblem_warn.xpm           ** NEW **
2079
2080                 o Added privacy emblems from Jesper Shultz 
2081                   <jesper@schultz-net.dk>
2082                 o Overlay emblems onto mimeview icons to indicate
2083                   status of signature and if a message is encrypted
2084         
2085         * src/textview.c
2086                 remove unused color definitions (were used to 
2087                 indicate sig status)
2088
2089 2004-05-25 [paul]       0.9.10claws70
2090
2091         * AUTHORS
2092           tools/Makefile.am
2093           tools/README
2094           tools/nautilus2sylpheed.sh            ** NEW FILE **
2095                 add script to enable sending files from
2096                 nautilus.
2097                 Submitted by Reza Pakdel <hrpakdel@cpsc.ucalgary.ca>
2098                 
2099         * tools/launch_firebird                 ** REMOVED **
2100                 removed as the standard "firefox '%s'" now functions
2101                 correctly
2102
2103 2004-05-23 [paul]       0.9.10claws69
2104
2105         * src/compose.c
2106                 fix %X cursor point segfault
2107                 patch by Christoph
2108
2109 2004-05-23 [christoph]  0.9.10claws68
2110
2111         * src/folder.c
2112                 fix folder moving
2113
2114 2004-05-21 [paul]       0.9.10claws67
2115
2116         * sync with 0.9.10cvs17
2117                 see ChangeLog 2004-05-21
2118
2119 2004-05-20 [paul]       0.9.10claws66
2120
2121         * sync with 0.9.10cvs16
2122                 see ChangeLog 2004-05-19 and 2004-05-20
2123
2124 2004-05-19 [alfons]     0.9.10claws65
2125
2126         * src/summaryview.h
2127                 on some platforms regoff_t is defined as off_t, so 
2128                 pull in sys/types.h
2129
2130 2004-05-19 [paul]       0.9.10claws64
2131
2132         * sync with 0.9.10cvs13
2133                 see ChangeLog 2004-05-18
2134
2135 2004-05-17 [christoph]  0.9.10claws63
2136
2137         * src/folder.c
2138                 search all folders when searching for default folders and
2139                 not return the special folder of the first folder
2140
2141 2004-05-13 [alfons]     0.9.10claws62
2142
2143         * src/summaryview.c
2144                 add a better check to see if a message is a news message
2145                 (replaces the MSG_IS_NEWS() check removed in 0.9.9claws19)
2146
2147 2004-05-13 [paul]       0.9.10claws61
2148
2149         * src/msgcache.c
2150                 sync with 0.9.10cvs12
2151                 see ChangeLog 2004-05-12
2152
2153 2004-05-12 [alfons]     0.9.10claws60
2154
2155         * src/folderview.c
2156                 release lock in case of folder could not be opened 
2157
2158 2004-05-11 [christoph]  0.9.10claws59
2159
2160         * src/inc.[ch]
2161                 remove unused folderview update stuff from inc.[ch]
2162
2163 2004-05-11 [paul]       0.9.10claws58
2164
2165         * sync with 0.9.10cvs11
2166                 see ChangeLog 2004-05-10 and 2004-05-11
2167
2168 2004-05-09 [christoph]  0.9.10claws57
2169
2170         * src/folderview.c
2171                 check for folder class functions and not folder type to detect
2172                 valid drag targets
2173
2174 2004-05-08 [christoph]  0.9.10claws56
2175
2176         * src/sgpgme.c
2177                 fix date output for signature expire times
2178
2179         (Patch by Edgar Toernig <froese@gmx.de>)
2180
2181 2004-05-06 [christoph]  0.9.10claws55
2182
2183         * src/gtk/prefswindow.c
2184                 change window type to DIALOG
2185
2186         * src/folder.[ch]
2187         * src/folderview.c
2188         * src/news_gtk.c
2189                 o add folder_remove()
2190                 o change FolderUpdate hook flag names (NEW -> ADD, DESTROY -> REMOVE)
2191                 o add new "sort" field to Folder, no longer sort folders by type
2192                   higher sort values will be first in the folder list, new folders get 0
2193                   and will be added to the end
2194
2195         * src/mainwindow.c
2196         * src/gtk/Makefile.am
2197         * src/gtk/foldersort.(c|h|glade)                        ** NEW **
2198                 add dialog to allow users to change the folder order
2199
2200 2004-05-04 [paul]       0.9.10claws54
2201
2202         * src/inc.c
2203                 Display account_name in statusbar when retrieving
2204                 messages from a pop account
2205         * src/prefs_account.c
2206                 display account name in title of prefs_account
2207                 window
2208         * src/prefs_folder_item.c
2209                 display folder name in title of prefs_folder window
2210
2211         all 3 patches submitted by Fabien Vantard
2212
2213         * AUTHORS
2214                 add Fabien Vantard
2215
2216 2004-05-04 [paul]       0.9.10claws53
2217
2218         * src/prefs_actions.c
2219           src/prefs_template.c
2220                 'Esc' Key exits alertpanel
2221                 Patch submitted by Fabien Vantard <fzz@ifrance.com>
2222
2223 2004-04-26 [christoph]  0.9.10claws52
2224
2225         * src/gtk/about.c
2226         * src/gtk/colorsel.c
2227         * src/gtk/description_window.c
2228         * src/gtk/filesel.c
2229         * src/gtk/gtkaspell.c
2230         * src/gtk/inputdialog.c
2231         * src/gtk/pluginwindow.c
2232         * src/gtk/progressdialog.c
2233                 o remove gtk_window_set_position(..., GTK_WIN_POS_CENTER) because
2234                   it does not work correctly with xinerama
2235                 o lock incorporation while the plugin window is open
2236
2237 2004-04-23 [paul]       0.9.10claws51
2238
2239         * po/POTFILES.in
2240                 update location of inputdialog.c
2241                 
2242         * src/gtk/about.c
2243                 update Copyright string
2244                 
2245         * src/msgcache.c
2246           src/prefs_common.c
2247           src/prefs_themes.c
2248                 improve the english a little
2249
2250 2004-04-22 [christoph]  0.9.10claws50
2251
2252         * src/folderutils.[ch]
2253                 add folderutils_mark_all_read()
2254
2255         * src/folderview.c
2256                 readd "mark all read" from popup menu, now works
2257                 in all folders and not only the opened folder
2258
2259 2004-04-21 [christoph]  0.9.10claws49
2260
2261         * src/Makefile.am
2262         * src/inputdialog.[ch]                  ** REMOVED **
2263         * src/gtk/Makefile.am
2264         * src/gtk/inputdialog.[ch]              ** NEW **
2265                 move inputdialog.[ch] into gtk directory
2266
2267         * src/mh_gtk.c
2268                 remove check for missing IMAP folder account
2269
2270 2004-04-20 [christoph]  0.9.10claws48
2271
2272         * src/mainwindow.c
2273         * src/foldersel.c
2274                 remove new/rename/delete folder GUI functions because
2275                 they are always active, even for news folders, and can
2276                 not be easily made folder class dependent
2277
2278         * src/gtk/menu.[ch]
2279                 make menu_translate() public
2280
2281         * src/Makefile.am
2282         * src/folder.[ch]
2283         * src/folderview.[ch]
2284         * src/imap_gtk.[ch]                     ** NEW **
2285         * src/main.c
2286         * src/mh_gtk.[ch]                       ** NEW **
2287         * src/news_gtk.[ch]                     ** NEW **
2288                 o dynamically build FolderView popup menus from a folder
2289                   specific part, with callbacks to seperated code, and
2290                   a common part
2291                 o remove the folder class specifiy code from folderview.c
2292
2293 2004-04-15 [luke]       0.9.10claws47
2294
2295         * src/prefs_folder_item.c
2296                 o remove buttons for applying 'scan for new mail'
2297                   and 'process at startup' to sub folders
2298                 o add 'apply to sub folder' check buttons for all
2299                   properties and set folder prefs accordingly
2300                 o replace multiple gtk_widget_show() with one
2301                   gtk_widget_show_all() on container
2302
2303 2004-04-14 [darko]      0.9.10claws46
2304
2305         * src/gtk/Makefile.am
2306         * src/gtk/pluginwindow.c
2307                 load plugins from to $(prefix)/lib/sylpheed/plugins
2308                 in file selection dialog
2309         * src/plugins/clamav/clamav_plugin.c
2310                 const correctness
2311
2312 2004-04-14 [christoph]  0.9.10claws45
2313
2314         * src/folder.c
2315         * src/plugins/image_viewer/viewer.c
2316                 fix g_warnings
2317
2318 2004-04-10 [alfons]     0.9.10claws44
2319         
2320         * src/compose.c
2321                 appropriate auto account selection when forwarding
2322                 (fixes bug #476, "forward as attachment does not listen
2323                 to account rules")
2324
2325 2004-04-09 [alfons]     0.9.10claws43
2326
2327         * src/summaryview.c
2328                 make quick search combo matching case sensitive
2329
2330 2004-04-06 [alfons]     0.9.10claws42
2331
2332         * src/addr_compl.c
2333                 use cursor position to prevent clearing the entire entry
2334
2335 2004-04-06 [alfons]     0.9.10claws41
2336
2337         * src/folderview.c
2338                 fix bug #472, "filter not updated when renaming folder" 
2339
2340 2004-04-06 [alfons]     0.9.10claws40
2341
2342         * src/messageview.[ch]
2343           src/summaryview.c
2344                 reflect changes to Show all headers to main view
2345                 and message view (only affects detached message
2346                 view). see also bug #473, 'Show All Headers 
2347                 "problem"'.
2348
2349 2004-04-03 [alfons]     0.9.10claws39
2350
2351         * src/matcher.c
2352                 free address list
2353
2354 2004-04-03 [alfons]     0.9.10claws38
2355
2356         * src/matcher_parser_parse.y
2357           src/matcher.[ch]
2358                 prepare address look up matcher type; marginally
2359                 tested, and not hooked into the UI yet.
2360
2361                 basically it accepts the result of the left hand
2362                 side of the matcher (the "criteria"):
2363
2364                         from all_in_addressbook ""
2365                         ~to_or_cc any_in_addressbook ""
2366                 
2367                 the first case matches all addresses found in the
2368                 from header, and the second case matches if any
2369                 (at least one) of the addresses in to or cc headers 
2370                 are not in the address book.
2371
2372                 the string argument is not used yet, but is intended
2373                 to match a group of addresses 
2374
2375 2004-04-02 [luke]       0.9.10claws37
2376
2377         * src/prefs_folder_item.c
2378                 Add two buttons to apply 'scan for new mail'
2379                 and 'process at startup' to sub folders
2380
2381 2004-04-02 [luke]
2382         * tools/textviewer.sh
2383                 better filename extension matching plus some support for
2384                 MS Excel, MS Powerpoint and HTML
2385
2386 2004-03-29 [christoph]  0.9.10claws36
2387
2388         * src/folder.h
2389         * src/folderutils.[ch]
2390         * src/mainwindow.c
2391                 add delete duplicates for all folders
2392
2393 2004-03-29 [alfons]     0.9.10claws35
2394
2395         * src/folder.c
2396                 don't pass NULL to XXXprintf(); fixes Solaris crashes
2397                 when selecting top-level folder node (thanks to 
2398                 Alex S. Moore)
2399
2400 2004-03-28 [keith]      0.9.10claws34
2401
2402         * src/textview.c
2403                 prepend "http://" to URIs of the form "www.example.com"
2404
2405 2004-03-28 [paul]       0.9.10claws33
2406
2407         * src/common/nntp.c
2408           src/common/smtp.c
2409           src/folder.c
2410           src/imap.c
2411           src/inc.c
2412           src/news.c
2413           src/pop.c
2414                 revise 'translatable string' policy:
2415                 don't translate debug_print() or log_print(),
2416                 translate log_message() and log_warning()
2417         
2418         * po/zh_CN.po
2419                 update submitted by Hansom Young
2420
2421 2004-03-25 [alfons]     0.9.10claws32
2422
2423         * src/prefs_common.c
2424                 I mean this one: Return the GList...
2425
2426 2004-03-25 [alfons]     0.9.10claws31
2427
2428         * src/prefs_common.h
2429                 add new members at the end of prefs_common, so
2430                 they get properly initialized
2431
2432 2004-03-24 [christoph]  0.9.10claws30
2433
2434         * src/imap.c
2435                 o NULL is a valid GSList
2436
2437 2004-03-24 [alfons]     0.9.10claws29
2438
2439         * src/prefs_common.[ch]
2440           src/summaryview.c
2441           src/common/defs.h
2442                 add history to quick search (patch submitted by 
2443                 Ivan Francolin Martinez - thanks!)
2444
2445 2004-03-24 [alfons]     0.9.10claws28
2446
2447         * src/imap.c
2448                 NULL output pointer parameter
2449
2450 2004-03-21 [alfons]     0.9.10claws27
2451
2452         * src/addrindex.[ch]
2453           src/addr_compl.c
2454                 complete addresses on nicks and aliases
2455
2456 2004-03-21 [alfons]     0.9.10claws26
2457
2458         * src/import.c
2459           src/inc.c
2460           src/mbox.[ch]
2461                 disable filters on import mbox (patch submitted
2462                 by Edgar Toernig)
2463
2464 2004-03-21 [darko]      0.9.10claws25
2465
2466         * src/addr_compl.c
2467                 select the address when only one match is found while
2468                 doing address completion with tab key (feature
2469                 request #914720)
2470
2471 2004-03-21 [alfons]     0.9.10claws24
2472
2473         * src/messageview.c
2474           src/toolbar.c
2475                 don't `navigate-delete` when a summary view's selection does not 
2476                 match the accompanying message view's message
2477
2478 2004-03-20 [alfons]     0.9.10claws23
2479
2480         * src/summaryview.c
2481                 hide ext search button on initial display (should fix bug #459,
2482                 "Toggling quick-search at 1st time: minor UI inconsistency")
2483
2484 2004-03-20 [alfons]     0.9.10claws22
2485
2486         * src/summaryview.[ch]
2487                 add function to get selected msginfo, if there's
2488                 only one selected
2489
2490 2004-03-20 [paul]       0.9.10claws21
2491
2492         * sync with 0.9.10cvs7
2493                 see ChangeLog 2004-03-19
2494
2495 2004-03-19 [paul]       0.9.10claws20
2496
2497         * src/common/nntp.c
2498           src/common/smtp.c
2499           src/common/ssl.c
2500           src/folder.c
2501           src/imap.c
2502           src/inc.c
2503           src/news.c
2504           src/pop.c
2505                 don't translate strings in debug_print(), log_print(),
2506                 log_message(),  and log_warning()
2507
2508 2004-03-19 [alfons]     0.9.10claws19
2509
2510         better next/previous/delete/focus navigation with separate 
2511         message view 
2512         
2513         * src/toolbar.c
2514                 call summaryview_delete() instead of messageview_delete()
2515         * src/messageview.c
2516                 disable messageview_delete()
2517
2518 2004-03-18 [paul]       0.9.10claws18
2519
2520         * sync with 0.9.10cvs6
2521                 see ChangeLog 2004-03-16
2522
2523 2004-03-17 [alfons]     0.9.10claws17
2524
2525         * src/gtk/filesel.c
2526                 remove bogus semicolon after if() (sometimes it pays to
2527                 read LKML :)
2528
2529 2004-03-15 [darko]      0.9.10claws16
2530
2531         * src/gtk/filesel.c
2532                 support full path in place of a filename
2533         * src/mimeview.c
2534                 store directory attachments were saved to and
2535                 use it when saving attachments
2536         * src/prefs_common.[hc]
2537                 store directory attachments were last saved to
2538
2539 2004-03-15 [paul]       0.9.10claws15
2540
2541         * src/folderview.c
2542                 fix bug where unsubscribing a newsgroup would destroy
2543                 (most of the) filtering rules
2544
2545 2004-03-15 [paul]       0.9.10claws14
2546
2547         * src/folderview.c
2548                 fix Bug 458, 'Folder View remaining empty after 
2549                 removing a NEWS account' (was also true of IMAP
2550                 accounts)
2551
2552 2004-03-15 [paul]       0.9.10claws13
2553
2554         * src/folderview.c
2555                 fix folderview invisibility of newly subscribed
2556                 newsgroups
2557
2558 2004-03-13 [paul]       0.9.10claws12
2559
2560         * src/compose.c
2561           src/plugins/dillo_viewer/dillo_prefs.c
2562           src/plugins/image_viewer/viewerprefs.c
2563                 gettextise some forgotten parts
2564
2565 2004-03-13 [alfons]     0.9.10claws11
2566
2567         * src/imap.c
2568                 make sure the correct type is passed to sscanf()
2569
2570 2004-03-13 [paul]       0.9.10claws10
2571
2572         * sync with 0.9.10cvs5
2573                 see ChangeLog 2004-03-02 and 2004-03-12, 
2574                 specifically:
2575                 'always move messages by default when using DnD (except 
2576                 for News folder). Copy messages if Ctrl-key is pressed.'
2577                 and 'added a function to filter selected messages'
2578
2579 2004-03-12 [christoph]  0.9.10claws9
2580
2581         * src/codeconv.c
2582                 add parameter check to conv_unmime_header_overwrite()
2583
2584         * src/imap.c
2585                 o fix spelling
2586                 o fix removing of NEW flag when UNREAD is unset
2587
2588         * src/procmime.c
2589                 decode MIME-headers
2590
2591         (Closes 437 i18n attachment display error.)
2592
2593 2004-03-12 [paul]       0.9.10claws8
2594
2595         * po/it.po
2596                 update. submitted by Andrea Spadaccini <lupin85@email.it>
2597                 
2598         * tools/Makefile.am
2599                 add 'textviewer.sh'
2600
2601 2004-03-12 [alfons]     0.9.10claws7
2602
2603         * src/imap.c
2604                 o quiet compiler and typecast Folder * to IMAP Folder *
2605                 o wake up and fix my previous incompatible type assignment bug
2606
2607 2004-03-12 [alfons]     0.9.10claws6
2608
2609         * src/imap.c
2610                 don't mix up pointers to int, guint32 _and_ 
2611                 unsigned int 
2612
2613 2004-03-12 [christoph]  0.9.10claws5
2614
2615         * src/folderview.c
2616                 Add error requester when renaming a folder failed
2617
2618         * src/imap.c
2619                 Check new FolderItem name for namespace seperator
2620                 before renaming
2621
2622         (Closes Bug 443 Bad named IMAP folders won't be displayed)
2623
2624 2004-03-11 [christoph]  0.9.10claws4
2625
2626         * src/folder.[ch]
2627         * src/imap.c
2628         * src/procmsg.h
2629                 syncronize flags in cache with IMAP folder flags
2630
2631         Adapted a patch submitted by Simon 'corecode' Schubert
2632         <corecode@corecode.ath.cx> 
2633
2634
2635 2004-03-11 [alfons]     0.9.10claws3
2636
2637         * src/textview.[ch]
2638                 remove dead code that at one time controlled display of
2639                 URIs in status bar
2640
2641 2004-03-10 [paul]       0.9.10claws2
2642
2643         * po/it.po
2644                 updated by Lupino <lupin85@email.it>
2645
2646 2004-03-09 [alfons]     0.9.10claws1
2647
2648         * src/matcher.c
2649                 we're not using yywrap, but we may, so close yyin instead
2650                 of initial FILE *
2651
2652 2004-03-08 [paul]       0.9.10claws
2653
2654         * 0.9.10claws released
2655
2656 2004-03-08 [paul]       0.9.9claws41
2657
2658         * po/es.po
2659           po/ja.po
2660           po/ru.po
2661           po/sk.po
2662           po/sr.po
2663           po/zh_CN.po
2664                 update translations. submitted by Ricardo Mones Lastra,
2665                 Rui Hirokawa, Pavlo Bohmat, Andrej Kacian, Urke MMI,
2666                 Hansom Young
2667
2668 2004-03-06 [paul]       0.9.9claws40
2669
2670         * src/stock_pixmap.c
2671                 fix crash: g_strdup(DEFAULT_PIXMAP_THEME)
2672                 patch submitted by Pawel Pekala
2673
2674 2004-03-06 [alfons]             0.9.9claws39
2675
2676         * src/addrindex.c
2677                 allow nick name completion again 
2678
2679 2004-03-02 [match]              0.9.9claws38
2680
2681         * configure.ac
2682                 added definition of USE_LDAP_TLS to support TLS.
2683         * src/ldapctrl.[ch]
2684         * src/ldapquery.c
2685         * src/ldapserver.[ch]
2686         * src/addressbook.c
2687         * src/addrindex.c
2688         * src/editldap.c
2689                 included LDAP TLS support.
2690
2691 2004-03-02 [christoph]          0.9.9claws37
2692
2693         * src/folder.[ch]
2694                 o add more documentation for FolderClass
2695                 o remove usused FolderClass virtual functions
2696
2697         * src/imap.c
2698         * src/mh.c
2699         * src/news.c
2700                 change creation of FolderClass because static initializations
2701                 for structs suck in C89
2702
2703 2004-03-01 [paul]
2704
2705         * sync with 0.9.10
2706
2707 2004-02-28 [keith]      0.9.9claws36
2708
2709         * src/common/utils.c
2710                 Fix treatment of whitespace in quicksearch bar (leading
2711                 spaces and >1 space between commands and parameters).
2712
2713 2004-02-27 [alfons]     0.9.9claws35
2714
2715         * src/compose.[ch]
2716                 Explicitly remove draft timeout to fix nasty race between 
2717                 compose_send_cb() (which destroys the compose window) and 
2718                 compose_defer_auto_save_draft() (which expects compose 
2719                 window to exist). Should fix Keith's and Fred Marton's
2720                 bug report (#128, "crash after complaining about character
2721                 set conversion")
2722
2723 2004-02-27 [luke]       0.9.9claws34
2724         
2725         * src/folder.c
2726                 Do folder_item_apply_processing() even if no processing
2727                 rules for the folder exist (so global processing is applied)
2728
2729 2004-02-26 [thorsten]   0.9.9claws33
2730
2731         * src/mimeview.c
2732                 Remove misleading static declaration
2733
2734 2004-02-26 [alfons]     0.9.9claws32
2735
2736         * src/procmime.[ch]
2737           src/compose.c
2738           src/mimeview.c
2739           src/textview.c
2740                 use/add procmime_get_content_type_str() as a safe wrapper
2741                 for returning a Content-Type type string; should fix 
2742                 bug #444, 0.9.7..0.9.9 crashes with "Content-Type: type= 
2743                  - attachments."
2744
2745 2004-02-26 [thorsten]   0.9.9claws31
2746
2747         * src/mimeview.c
2748                 Restructure save_as/save_all
2749
2750 2004-02-26 [alfons]     0.9.9claws30
2751
2752         * src/procmime.c
2753                 clean up (2)
2754
2755 2004-02-26 [alfons]     0.9.9claws29
2756
2757         * src/procmime.c
2758                 clean up (1)
2759
2760 2004-02-24 [luke]
2761
2762         * tools/textviewer.sh
2763                 tweaks from Johann Koenig, recognition of shell
2764                 scripts in particular
2765
2766 2004-02-24 [paul]       0.9.9claws28
2767
2768         * sync with 0.9.9cvs13
2769                 see ChangeLog 2004-02-24
2770
2771 2004-02-23 [paul]       0.9.9claws27
2772
2773         * src/inc.c
2774                 one alertpanel on pop3 authentication error will suffice
2775                 
2776         * src/prefs_fonts.c
2777                 remove unnecessary printf
2778
2779 2004-02-22 [alfons]     0.9.9claws26
2780
2781         * src/messageview.c
2782                 put back a lost check
2783
2784 2004-02-21 [alfons]     0.9.9claws25
2785
2786         * src/folderview.c
2787                 don't forget to save folder properties after renaming folder
2788
2789 2004-02-20 [paul]       0.9.9.claws24
2790
2791         * src/addressbook.c
2792                 sync with 0.9.9cvs11, see ChangeLog 2004-02-19
2793                 
2794         * src/inc.c
2795                 complete sync with 0.9.9cvs9's 'update folderview
2796                 progressively'
2797                 
2798         * configure.ac
2799                 require gettext >= 0.12.1
2800
2801 2004-02-17 [match]      0.9.9claws23
2802
2803         * src/compose.c
2804                 keep the peace - change style.
2805
2806 2004-02-17 [alfons]     0.9.9claws22
2807
2808         * src/filtering.c
2809                 make MATCHACTION_STOP cancel filtering / processing;
2810                 clean up and document it to make it a little bit more clear;
2811
2812 2004-02-17 [alfons]     0.9.9claws21
2813
2814         %X marks the cursor spot for reply quote format
2815
2816         * src/quote_fmt_lex.l 
2817           src/quote_fmt.c
2818                 add %X token
2819                 
2820         * src/quote_fmt.h
2821           src/quote_fmt_parse.y
2822                 handle %X token
2823                 
2824         * src/compose.c
2825                 handle %X token for replies only (for now)
2826
2827 2004-02-17 [paul]       0.9.9claws20
2828
2829         * po/sk.po
2830                 updated by Andrej Kacian
2831                 
2832         * src/news.c
2833                 remove unneeded include
2834                 
2835         * src/prefs_fonts.c
2836                 be a little more user-friendly with the labels
2837                 
2838         * configure.ac
2839                 a change forgotten in the last commit: 
2840                 SYLPHEED_ACLOCAL_INCLUDE(m4)
2841
2842 2004-02-17 [paul]       0.9.9claws19
2843
2844         * ac/*                          ** REMOVED **
2845           ac/                           ** REMOVED **
2846           intl/Makefile.in              ** REMOVED **
2847           m4/                           ** NEW **
2848           m4/missing                    ** NEW **
2849           m4/missing/gdk-pixbuf.m4      ** NEW **
2850           m4/missing/gettext.m4         ** NEW **
2851           m4/missing/gpgme.m4           ** NEW **
2852           m4/missing/imlib.m4           ** NEW **
2853           m4/.cvsignore                 ** NEW **
2854           m4/Makefile.am                ** NEW **
2855           m4/README                     ** NEW **
2856           m4/aclocal-include.m4         ** NEW **
2857           m4/aspell.m4                  ** NEW **
2858           m4/check-type.m4              ** NEW **
2859           m4/gnupg-check-typedef.m4     ** NEW **
2860           m4/openssl.m4                 ** NEW **
2861           m4/spamassassin.m4            ** NEW **
2862           po/ChangeLog                  ** REMOVED **
2863           po/Makefile.in.in             ** REMOVED **
2864           po/Rules-quot                 ** REMOVED **
2865           po/boldquot.sed               ** REMOVED **
2866           po/en@boldquot.header         ** REMOVED **
2867           po/en@quot.header             ** REMOVED **
2868           po/insert-header.sin          ** REMOVED **
2869           po/quot.sed                   ** REMOVED **
2870           po/remove-potcdate.sed        ** REMOVED **
2871           po/remove-potcdate.sin        ** REMOVED **
2872           po/stamp-po                   ** REMOVED **
2873           Makefile.am
2874           autogen.sh
2875           configure.ac
2876                 enable building with automake 1.8.x
2877                 add 'autopoint' to autogen.sh and remove all
2878                 auto-generated files, remove ac/ in favour of
2879                 m4/
2880
2881 2004-02-17 [alfons]     0.9.9claws18
2882         
2883         * src/summaryview.c
2884                 MSG_IS_NEWS() is not stored at all, and is bogus
2885
2886 2004-02-17 [martin]     0.9.9claws17
2887
2888         * src/prefs_themes.c
2889                 fix crash when installing wrong theme and output an
2890                 error message
2891
2892 2004-02-16 [christoph]  0.9.9claws16
2893
2894         * src/compose.c
2895         * src/stock_pixmap.[ch]
2896         * src/toolbar.[ch]
2897         * src/pixmaps/linewrapcurrent.xpm               ** NEW **
2898                 add "Wrap current paragraph" to compose toolbar
2899
2900 2004-02-15 [alfons]     0.9.9claws15
2901
2902         * src/folderview.c
2903                 refine previous commit to make sure other hook functions
2904                 get their grab of the pie too
2905
2906 2004-02-15 [alfons]     0.9.9claws14
2907
2908         * src/folderview.c
2909                 fix sync breakage so we don't pass invalid pointer types
2910
2911 2004-02-15 [match]      0.9.9claws13
2912
2913         * src/ldapquery.[ch]
2914         * src/ldapserver.h
2915         * src/addrindex.[ch]
2916                 tweak threading calls.
2917         * src/addr_compl.[ch]
2918                 add alias into completion list.
2919         * src/addressbook.c
2920                 fix ldap browse.
2921                 improve context menu behavior.
2922                 change menu sequence.
2923                 add send mail from addressbook.
2924         * src/addrselect.[ch]
2925         * src/compose.[ch]
2926                 add send mail from addressbook.
2927
2928 2004-02-15 [christoph]  0.9.9claws12
2929
2930         * src/folderutils.c
2931                 skip deleting when duplist is empty
2932
2933         * src/folderview.[ch]
2934         * src/mainwindow.c
2935         * src/summaryview.[ch]
2936                 call folderutils_delete_duplicates() from mainwindow code
2937
2938 2004-02-15 [alfons]     0.9.9claws11
2939         
2940         * src/common/utils.c
2941                 add prefix for italian ms o(e) 
2942
2943 2004-02-14 [paul]       0.9.9claws10
2944
2945         * src/foldersel.c
2946                 fix updating of the folder view when creating a
2947                 new folder
2948
2949 2004-02-13 [paul]       0.9.9claws9
2950
2951         * src/plugins/clamav/clamav_plugin.c
2952                 remove GUI code
2953
2954 2004-02-13 [paul]       0.9.9claws8
2955
2956         * sync with 0.9.9cvs9
2957                 see ChangeLog 2004-02-09, 2004-02-10, 2004-02-12
2958
2959 2004-02-13 [alfons]     0.9.9claws7
2960
2961         * src/common/utils.c
2962                 fix wrong type of argument for ctype functions (pass unsigned
2963                 char instead of signed char)
2964
2965 2004-02-12 [alfons]     0.9.9claws6
2966
2967         * src/compose.[ch]
2968                 don't select text in header entry when composing to a 
2969                 default address, but rather give the header entry a
2970                 different color / style (same as the folder new color)
2971
2972 2004-02-12 [alfons]     0.9.9claws5
2973
2974         * src/plugins/clamav/clamav_plugin.c
2975                 don't exit(2) on libclamav init error - show a warning.
2976                 (tested by damaging a clamav database file.)
2977
2978 2004-02-12 [paul]       0.9.9claws4
2979
2980         * sync with 0.9.9cvs4
2981                 see ChangeLog 2004-02-04, 2004-02-05, and 2004-02-06
2982
2983 2004-02-11 [luke]       0.9.9claws3
2984
2985         * src/mimeview.c
2986                 remove redundant check introduced in 0.9.9claws1
2987
2988 2004-02-11 [luke]       0.9.9claws2
2989
2990         * src/mimeview.c
2991                 fix compilation of my previous commit without gpg enabled
2992
2993 2004-02-10 [luke]       0.9.9claws1
2994
2995         * src/mimeview.c
2996                 add borders to icons to indicate the privacy status for
2997                 the message part (unknown/bad/good)
2998
2999 2004-02-06 [paul]       0.9.9claws
3000
3001         0.9.9claws released
3002
3003 2004-02-06 [darko]      0.9.8claws64
3004
3005         * src/compose.c
3006                 don't allow Ctrl+Enter while external editor is active
3007
3008 2004-02-06 [paul]       0.9.8claws63
3009
3010         * po/es.po
3011           po/pl.po
3012           po/sk.po
3013           po/sr.po
3014                 update Spanish, Polish, Slovak, and Serbian translations.
3015                 submitted by Ricardo Mones Lastra, Emil Nowak, Andrej Kacian,
3016                 and Urke MMI
3017
3018 2004-02-04 [alfons]     0.9.8claws62
3019
3020         * src/compose.c
3021                 grab focus only when lbutton was pressed (bug #430 cont'd; 
3022                 don't have clue yet why the cursor pos is at the end of the
3023                 text.)
3024
3025 2004-02-04 [alfons]     0.9.8claws61
3026
3027         * src/compose.c
3028                 always grab focus when one of the header entries is clicked 
3029                 (should fix bug #430, "no focus on pasted addresses 3 & higher")
3030
3031 2004-02-02 [paul]
3032
3033         * ac/missing/gdk-pixbuf.m4
3034           ac/missing/gpgme.m4
3035           ac/missing/imlib.m4
3036                 prevent 'underquoted definition' warnings
3037                 patch submitted by David Relson
3038                 
3039         * src/plugins/clamav/README
3040                 update, improve, correct
3041
3042 2004-01-31 [thorsten]   0.9.8claws60
3043
3044         * src/news.c
3045                 'dir' not initialized if group has no messages
3046
3047 2004-01-29 [christoph]  0.9.8claws59
3048
3049         * src/customheader.[ch]
3050                 add custom_header_is_allowed() to check for disallowed header names
3051                 that must not be overridden by custom headers
3052
3053         * src/compose.c
3054                 always write From: header and use custom_header_is_allowed() to
3055                 check if custom header should be written
3056
3057         * src/prefs_customheader.c
3058                 check if custom header is disallowed using custom_header_is_allowed()
3059
3060         * src/folderutils.c
3061                 destroy message id GHashTable before freeing the MsgInfos
3062
3063 2004-01-29 [paul]       0.9.8claws58
3064
3065         * sync with 0.9.9 release
3066                 see ChangeLog 2004-01-29
3067
3068 2004-01-29 [paul]       0.9.8claws57
3069
3070         * sync with 0.9.8cvs11
3071                 see ChangeLog 2004-01-29
3072
3073 2004-01-28 [christoph]  0.9.8claws56
3074
3075         * src/pgpmime.c
3076         * src/sgpgme.[ch]
3077                 return WARN signature status when signature is not trusted
3078
3079         * src/Makefile.am
3080         * src/folder.c
3081         * src/folderutils.[ch]                  ** NEW **
3082         * src/summaryview.c
3083                 implement delete duplicates summaryview independent
3084
3085 2004-01-28 [paul]       0.9.8claws55
3086
3087         * sync with 0.9.8cvs10
3088                 see Changelog 2004-01-27 and 2004-01-28
3089
3090 2004-01-26 [christoph]  0.9.8claws54
3091
3092         * src/imap.c
3093                 create a root node for the Folder if scan fails because root
3094                 folder does not exist
3095
3096 2004-01-26 [paul]       0.9.8claws53
3097
3098         * sync with 0.9.8cvs7
3099                 see ChangeLog 2004-01-23
3100
3101 2004-01-25 [alfons]     0.9.8claws52
3102
3103         * src/compose.c
3104                 remove left-over constant INDENT_CHARS
3105
3106 2004-01-25 [alfons]     0.9.8claws51
3107
3108         * src/procmime.c
3109                 add NULL pointer check for mimeinfo->node in
3110                 procmime_mimeinfo_parent()
3111
3112 2004-01-25 [darko]      0.9.8claws50
3113
3114         * src/compose.c
3115                 make "Wrap all long lines" toolbar button wrap all
3116                 long lines not just the current line
3117                 patch by I. Oshadi Jayawardena <ioj4 at yahoo.co.uk>
3118
3119
3120 2004-01-25 [alfons]     0.9.8claws49
3121
3122         * src/procmime.c
3123                 remove g_strstrip(); prevents a NULL pointer deref, and isn't
3124                 necessary anyway, because *scanf() functions neglect white
3125                 space in the input. 
3126                 Fixes bug #425, "sylpheed 0.9.8claws42 crashes on some messages."
3127
3128 2004-01-25 [paul]       0.9.8claws48
3129
3130         * src/prefs_ext_prog.c
3131                 apply Alfons' patch to check for NULL pointers
3132                 fixes bug #424
3133
3134 2004-01-25 [paul]       0.9.8claws47
3135
3136         * sync with 0.9.8cvs8
3137                 see ChangeLog 2004-01-23
3138
3139 2004-01-25 [thorsten]   0.9.8claws46
3140
3141         * src/messageview.c
3142                 remove orphaned mimeview unref()
3143
3144 2004-01-23 [christoph]  0.9.8claws45
3145
3146         * src/summaryview.c
3147                 set ctree widget style
3148
3149 2004-01-23 [paul]       0.9.8claws44
3150
3151         * sync with 0.9.8cvs5
3152                 see ChangeLog 2004-01-22
3153
3154 2004-01-23 [alfons]     0.9.8claws43
3155
3156         * src/procmsg.c
3157                 remove redundant code in procmsg_get_thread_tree()
3158
3159 2004-01-21 [christoph]  0.9.8claws42
3160
3161         * src/folderview.c
3162                 set ctree widget style, otherwise GTK does not use the
3163                 the correct vertical size for the list items
3164
3165 2004-01-21 [alfons]     0.9.8claws41
3166
3167         * src/summaryview.c
3168                 GDK_Left should only switch to folderview when
3169                 when summaryview hscrollbar is at the leftmost
3170                 position (fixes bug #420, "Focus error")
3171
3172 2004-01-21 [paul]       0.9.8claws40
3173
3174         * sync with 0.9.8cvs4
3175                 see ChangeLog 2004-01-20
3176
3177 2004-01-20 [christoph]  0.9.8claws39
3178
3179         * src/folderview.c
3180                 remove setting sensitivity for no longer existing
3181                 /Scoring... popup entry
3182
3183 2004-01-20 [keith]      0.9.8claws38
3184
3185         * configure.ac
3186                 Revert AM_CONFIG_HEADER to AC_CONFIG_HEADER
3187
3188 2004-01-20 [paul]       0.9.8claws37
3189
3190         * src/prefs_fonts.c
3191                 demystify font settings
3192                 
3193         * src/textview.c
3194                 use textview->msgfont for header->body in
3195                 textview_show_header()
3196
3197 2004-01-20 [paul]       0.9.8claws36
3198
3199         * src/compose.c
3200           src/undo.c
3201                 remove superfluous debug_print's
3202                 
3203         * src/inc.c
3204                 clear the statusbar after LOCAL incorporation
3205
3206 2004-01-20 [paul]       0.9.8claws35
3207
3208         * sync with 0.9.8cvs3
3209                 see ChangeLog 2004-01-20
3210
3211 2004-01-19 [keith]      0.9.8claws34
3212
3213         * src/folderview.c
3214                 don't show 'Search folder...' on popup menu
3215                 if folder has no mails in it
3216
3217 2004-01-17 [keith]      0.9.8claws33
3218
3219         * src/compose.c
3220           src/prefs_common.c
3221           src/prefs_common.h
3222                 store position of compose window in prefs
3223
3224 2004-01-17 [thorsten]   0.9.8claws32
3225
3226         * src/gtk/gtkvscrollbutton.c
3227                 ensure scrollbutton resize event on different gtk versions
3228
3229 2004-01-15 [alfons]     0.9.8claws31
3230         
3231         * src/summaryview.c
3232                 keep MSG_REPLIED and MSG_FORWARDED even when marking a
3233                 message as read
3234
3235 2004-01-12 [christoph]  0.9.8claws30
3236
3237         * src/procmime.c
3238                 better MIME-Version check
3239
3240 2004-01-11 [alfons]     0.9.8claws29
3241
3242         * src/procmsg.c
3243                 remove unnecessary but still effective check (could possibly
3244                 lead to some unwanted side effects)
3245
3246 2004-01-11 [alfons]     0.9.8claws28
3247
3248         * src/procmsg.c
3249                 we should not prefer lowest message number while threading 
3250                 (introduced in previous commit)
3251
3252 2004-01-11 [alfons]     0.9.8claws27
3253
3254         * src/procmsg.c
3255                 subject threading fixes:
3256                 
3257                         - make message with lowest message number the
3258                           thread parent,
3259                         - refine recording last node when threading. the last node
3260                           should be the previous one if a node has a thread parent,
3261                           or the current node if not
3262                 
3263                 (there's another threading bug fix coming up)
3264
3265 2004-01-10 [paul]       0.9.8claws26
3266
3267         * src/main.c
3268           src/prefs_ext_prog.c
3269           src/plugins/clamav/clamav_plugin_gtk.c
3270                 minor gui fixes
3271
3272 2004-01-09 [christoph]  0.9.8claws25
3273
3274         * src/Makefile.am
3275         * src/string_match.[ch]                 ** REMOVE **
3276         * src/common/Makefile.am
3277         * src/common/string_match.[ch]          ** NEW **
3278                 move string_match.[ch] to common directory
3279
3280 2004-01-09 [christoph]  0.9.8claws24
3281
3282         * src/pgpmime.c
3283                 add MIME-Version header for the message parser
3284
3285 2004-01-09 [paul]       0.9.8claws23
3286
3287         * po/POTFILES.in
3288           src/Makefile.am
3289           src/main.c
3290           src/prefs_common.c
3291           src/prefs_ext_prog.[ch]       ** NEW FILES **
3292                 move External Command options from 'Common Prefs/Other' to
3293                 'Other Prefs/Message View/External Programs', also reveal
3294                 the hidden options for audio player and image viewer.
3295                 
3296         * src/prefs_common.c
3297                 fix toggling of header pane
3298
3299 2004-01-09 [paul]       0.9.8claws22
3300
3301         * src/compose.c
3302                 when changing account also change the save folder
3303
3304         * src/textview.c
3305                 if a text/plain attachment has 'Content-Disposition: attachment'
3306                 don't display it inline
3307
3308 2004-01-08 [christoph]  0.9.8claws21
3309
3310         * src/procmime.c
3311                 check for "MIME-Version: 1.0" in message/rfc882 MIME-parts,
3312                 otherwise thread the message content as one text part and
3313                 don't assume charset US-ASCII which is only specified as
3314                 default for MIME-messages
3315
3316 2004-01-08 [paul]       0.9.8claws20
3317
3318         * src/plugins/clamav/clamav_plugin.c
3319           src/plugins/spamassassin/spamassassin.c
3320                 inform the user what is happening via the statusbar
3321
3322 2004-01-06 [paul]       0.9.8claws19
3323
3324         * po/es.po
3325                 update Spanish translation. submitted by Ricardo
3326                 Mones Lastra
3327
3328 2004-01-05 [paul]       0.9.8claws18
3329
3330         * sync with 0.9.8cvs2
3331                 see ChangeLog 2004-01-05
3332
3333 2004-01-03 [luke]       0.9.8claws17
3334
3335         * src/procheader.c
3336                 Clean up:
3337                 o remove unused functions string_getchar() and file_getchar()
3338                 o remove the getchar_ parameter from generic_get_one_field()
3339                 o add an 'unfold' parameter to generic_get_one_field, to
3340                   be used if no HeaderEntry is supplied
3341                 o procheader_get_one_field_asis() uses
3342                   generic_get_one_field().
3343
3344 2004-01-01 [christoph]  0.9.8claws16
3345
3346         * src/common/xml.[ch]
3347                 o add xml_new_tag() to manage usage counts of strings correctly
3348                 o correct xml_copy_tree() function name
3349
3350         * src/folder.c
3351         * src/main.c
3352                 allow registering and unregistering of FolderClasses anytime
3353
3354 2003-12-31 [christoph]  0.9.8claws15
3355
3356         * src/folder.[ch]
3357         * src/common/xml.[ch]
3358                 keep folderlist.xml data for unloaded FolderClasses
3359
3360 2003-12-30 [luke]       0.9.8claws14
3361
3362         * src/procheader.[ch]
3363                 o added procheader_get_one_field_asis() that does not do
3364                   unfolding
3365                 o fix procheader_get_header_array_asis() to use the above,
3366                   fixing ugliness of headers in textview
3367
3368         * src/compose.c
3369                 o don't unfold headers when redirecting.        
3370
3371 2003-12-30 [paul]       0.9.8claws13
3372
3373         * po/POTFILES.in
3374           src/common/defs.h
3375           src/Makefile.am
3376           src/main.c
3377           src/prefs_common.c
3378           src/prefs_themes.[ch] ** NEW FILES **
3379                 redesign and move Icon Theme selector to
3380                 the new prefs window
3381           
3382         * src/stock_pixmap.c
3383                 fix the old bug where icons are not always
3384                 updated when changing themes
3385         
3386         * src/summaryview.c
3387                 fix bug where the icons on the title row
3388                 of the summary view were not updated
3389         
3390         all patches submitted by Ricardo Mones Lastra
3391
3392 2003-12-30 [hoa]        0.9.8claws12
3393
3394         * src/folder.c
3395                 run preglobal and postglobal processing rules
3396                 even if the folder does not have any rules.
3397
3398 2003-12-28 [paul]       0.9.8claws11
3399
3400         * ac/aspell.m4
3401           ac/check-type.m4
3402           ac/gnupg-check-typedef.m4
3403           ac/openssl.m4
3404           ac/spamassassin.m4
3405                 fix 'underquoted definition' warnings, patch submitted by
3406                 David Relson <relson@osagesoftware.com>
3407                 
3408         * src/common/utils.c
3409                 subject_get_prefix_length(): add "Odp\\:" to reply prefixes,
3410                 patch submitted by Jan Alboszta <J.Alboszta@students.mimuw.edu.pl>
3411
3412 2003-12-28 [paul]       0.9.8claws10
3413
3414         * sync with 0.9.8cvs1
3415                 see ChangeLog 2003-12-17
3416
3417 2003-12-27 [christoph]  0.9.8claws9
3418
3419         * src/common/utils.[ch]
3420                 add g_node_map() to map a GNode into a new GNode
3421                 converting all node data's with a function
3422
3423         * src/account.c
3424         * src/folder.[ch]
3425         * src/folderview.c
3426         * src/imap.c
3427         * src/mainwindow.c
3428         * src/summaryview.c
3429                 o use g_node_map() to convert XML <-> Folder
3430                 o remove redundant FolderItem->parent and
3431                   replace it with folder_item_parent()
3432
3433 2003-12-23 [christoph]  0.9.8claws8
3434
3435         * src/folder.[ch]
3436         * src/folderview.c
3437         * src/mainwindow.c
3438         * src/procmsg.c
3439                 o use callback for notifications about added and
3440                   destroyed folders
3441                 o rewrite folderlist saving (new functions to create
3442                   folder from XML tree, and XML tree from folder)
3443
3444         * src/common/xml.[ch]
3445                 add function to save XML trees
3446
3447         * src/prefs_filtering.c
3448                 code cleanup
3449
3450 2003-12-22 [christoph]  0.9.8claws7
3451
3452         * src/prefs_account.[ch]
3453                 add "SMTP only" accounts
3454
3455 2003-12-20 [melvin]     0.9.8claws6
3456
3457         * src/action.[ch]
3458                 Changed the interface for action_update_*_menu() so
3459                 action.c does not need to know the paths of the different
3460                 actions menu (mainwindow, message view and compose window). 
3461
3462         * src/compose.c
3463                 Tiny code cleanup to merge spell checker related code
3464                 compose_update_actions_menu(): new function to update
3465                 the actions menu. Use it in compose_create()
3466
3467         * src/compose.h
3468                 compose_update_actions_menu(): new function to update
3469                 the actions menu. Used also in prefs_actions.c.
3470
3471         * src/mainwindow.[ch]
3472                 main_window_update_actions_menu(): new function to update
3473                 the actions menu. Used in main_window_create() and in
3474                 prefs_actions.c
3475
3476         * src/messageview.[ch]
3477                 messageview_update_actions_menu(): new function to update
3478                 the actions menu. Used in messageview_add_toolbar() and in
3479                 prefs_actions.c
3480                 
3481         * src/prefs_actions.c   
3482                 prefs_actions_ok(): fixed to update the actions menu of
3483                 the separate message view and the compose windows.
3484
3485 2003-12-20 [luke]       0.9.8claws5
3486         * src/procheader.c
3487                 fix unfolding/newline stripping for multiline fields
3488                 in generic_get_one_field()
3489
3490 2003-12-19 [christoph]  0.9.8claws4
3491
3492         * src/summaryview.c
3493                 o code cleanup
3494                 o use subject_compare_for_sort() when comparing
3495                   simplified subjects
3496
3497 2003-12-19 [christoph]  0.9.8claws3
3498
3499         * src/msgcache.c
3500                 more syncing with 0.8.9a
3501
3502 2003-12-19 [christoph]  0.9.8claws2
3503
3504         * src/folder.c
3505                 don't write all FolderItem XML attributes for the root node
3506
3507 2003-12-19 [melvin]     0.9.8claws1
3508
3509         * src/messageview.c
3510                 Added missing menu branch (Tools/Create processing/rule)
3511         * po/fr.po
3512                 Updated French translation for the added string.
3513
3514 2003-12-19 [paul]       0.9.8claws
3515
3516         0.9.8claws released
3517
3518 2003-12-19 [paul]       0.9.7claws51
3519
3520         * po/en_GB.po
3521           po/es.po
3522           po/ja.po
3523           po/pl.po
3524           po/sk.po
3525           po/zh_CN.po
3526                 update translations. submitted by me, Ricardo Mones
3527                 Lastra, Rui Hirokawa, Emil Nowak, Andrej Kacian,
3528                 Hansom Young
3529                 
3530         * src/folder_item_prefs.c
3531                 'enable_processing' set to FALSE by default
3532
3533 2003-12-18 [melvin]     0.9.7claws50
3534
3535         * po/fr.po
3536                 Updated French translation
3537
3538 2003-12-17 [christoph]  0.9.7claws49
3539
3540         * src/procheader.c
3541                 revert discarding of whitespace from 0.9.7claws44
3542
3543                 RFC2822 2.2.3: Unfolding is accomplished by simply
3544                 removing any CRLF that is immediately followed by WSP.
3545
3546 2003-12-17 [paul]       0.9.7claws48
3547
3548         * src/folder.c
3549                 fix new message count
3550                 
3551         * configure.ac
3552                 update autotools macros
3553
3554         * sync with 0.9.8a
3555
3556 2003-12-16 [christoph]  0.9.7claws47
3557
3558         * src/folder.c
3559                 fix folder update before adding MsgInfo to cache
3560                 in add_msginfo_to_cache()
3561
3562         * src/procmsg.c
3563                 remove old call to folder_item_update() that is no
3564                 longer required
3565
3566 2003-12-16 [christoph]  0.9.7claws46
3567
3568         * src/main.c
3569                 make sure the shutdown process only runs once
3570
3571 2003-12-16 [hoa]        0.9.7claws45
3572
3573         * src/mainwindow.c
3574         * src/messageview.c
3575         * src/summaryview.[ch]
3576                 Create filter rules using a message is fixed.
3577                 We can now create processing rules using a message.
3578
3579 2003-12-15 [alfons]     0.9.7claws44
3580
3581         * src/procheader.c
3582                 make sure we discard folding white space
3583
3584 2003-12-15 [luke]       0.9.7claws43
3585         * src/textview.c
3586         * src/mimeview.c
3587                 o use "name" parameter if "filename" doesn't exist
3588
3589 2003-12-14 [alfons]     0.9.7claws42
3590
3591         * src/summaryview.c
3592         * src/common/utils.c
3593                 allow quick finding based on the result of passing
3594                 a message to an external command. E.g:
3595
3596                         X "bogofilter < %F" 
3597                 
3598                 gets me all the spam in a folder.
3599
3600 2003-12-14 [luke]       0.9.7claws41
3601
3602         * src/textview.c
3603         * src/mimeview.c
3604                 o use parameter "filename" instead of "name" in a couple of 
3605                   places for correctness
3606
3607         * src/procmime.c
3608         * src/common/utils.[ch]
3609                 o make temporary filename for attachments safe for %p 
3610                   substitutions in actions.
3611
3612 2003-12-13 [christoph]  0.9.7claws40
3613
3614         * src/main.c
3615                 readd exit(0) to clean_quit() because otherwise sylpheed
3616                 does not always terminate
3617
3618         * src/pgpmime.c
3619         * src/privacy.h
3620                 add an identifier-string for PrivacySystems
3621
3622 2003-12-12 [paul]
3623
3624         * doc/man/sylpheed.1
3625                 update the man page
3626
3627 2003-12-12 [paul]       0.9.7claws39
3628
3629         general clean up
3630         
3631         * configure.ac
3632                 correct and clean up './configure --help' info
3633         
3634         * src/plugins/clamav/clamav_plugin.c
3635           src/plugins/spamassassin/spamassassin.c
3636                 correct plugin_desc(), works with LOCAL, IMAP, and
3637                 POP accounts
3638                 
3639         * src/filtering.c
3640           src/matcher.[ch]
3641           src/matcher_parser_parse.y
3642           src/prefs_filtering_action.c
3643                 use 'Change Score' instead of '(In/De)crease score'.
3644                 use *CHANGE_SCORE* instead of *ADD_SCORE*
3645          
3646          * src/mainwindow.c
3647                 hyphenate: 'Pre-processing', 'Post-processing'
3648                 
3649         * src/prefs_account.c
3650                 change 'Generate Message-ID' to 'Generate Message-Id'
3651                 
3652         * src/prefs_folder_item.c
3653                 change 'Processing on startup:' to 'Process at startup'
3654                 change 'Scan for new mail:' to 'Scan for new mail'
3655                 
3656 2003-12-11 [christoph]  0.9.7claws38
3657
3658         * src/crash.c
3659         * src/main.[ch]
3660                 make sure the clean_exit() funtion is not called again by the
3661                 signal handler while it is already running
3662
3663         (closes Bug 366 lost all folders -> spoiling folderlist.xml file)
3664
3665         * src/summaryview.c
3666                 fix wrong assertion
3667
3668 2003-12-11 [paul]       0.9.7claws37
3669
3670         * src/compose.c
3671                 'anonymise' Message-Id: header string
3672
3673 2003-12-11 [paul]       0.9.7claws36
3674
3675         * src/plugins/clamav/clamav_plugin.c
3676                 fix (don't break) signature count
3677                 use cl_strerror() instead of deprecated cl_perror()
3678         
3679 2003-12-11 [darko]      0.9.7claws35
3680
3681         * src/summaryview.c
3682                 also update the sort arrow (thanks Christoph)
3683
3684 2003-12-11 [darko]      0.9.7claws34
3685
3686         * src/summaryview.c
3687                 allow reverting to default sort mode (no sort)
3688
3689 2003-12-10 [hoa]        0.9.7claws33
3690
3691         * src/matcher.c
3692                 fixed quotation of string for matcher.
3693
3694 2003-12-08 [paul]       0.9.7claws32
3695
3696         * src/imap.c
3697           src/inc.c
3698                 plug memory leaks (patch by Alfons)
3699
3700 2003-12-08 [christoph]  0.9.7claws31
3701
3702         * src/folder_item_prefs.[ch]
3703         * src/folderview.c
3704         * src/prefs_folder_item.c
3705                 add new FolderItem property to exclude folders from new
3706                 mail checks
3707
3708         Patch submitted by Chad Robinson <crobinson@rfgonline.com>
3709
3710 2003-12-07 [paul]       0.9.7claws30
3711
3712         * src/plugins/clamav/clamav_plugin.c
3713                 fix signature count
3714
3715 2003-12-07 [thorsten]   0.9.7claws29
3716
3717         * src/filtering.c
3718                 debug_print some warning if destfolder missing
3719         * src/prefs_filtering.c
3720                 uninitialized filter list when deleting a folder
3721
3722 2003-12-06 [paul]       0.9.7claws28
3723
3724         * src/procheader.c
3725                 add Alfons' patch to trim line feeds
3726
3727 2003-12-06 [paul]       0.9.7claws27
3728
3729         * partial sync with 0.9.7cvs8
3730                 leaving claws' online/offline more or less intact
3731                 see ChangeLog 2003-12-04 and 2003-12-06
3732
3733 2003-12-06 [christoph]  0.9.7claws26
3734
3735         * src/messageview.c
3736         * src/privacy.[ch]
3737                 revert pirvacy API changes
3738
3739 2003-12-05 [alfons]     0.9.7claws25
3740
3741         * src/matcher.[ch]
3742                 clean up my old cruft
3743
3744 2003-12-05 [alfons]     0.9.7claws24
3745
3746         * src/matcher.c
3747                 fix comparison buglet ;-) and make `test` matcher
3748                 work again
3749
3750 2003-12-05 [alfons]     0.9.7claws23
3751
3752         * src/prefs_folder_item.c
3753                 K&R 2nd Ed., page 241 (function parameter identifiers
3754                 starting with an underscore are kind of insulting)
3755
3756 2003-12-05 [hoa]        0.9.7claws22
3757
3758         * src/main.c
3759         * src/mainwindow.[ch]
3760         * src/mainwindow.h
3761                 add destructor for mainwindow so that the last 
3762                 MimeInfo opened in messageview is destroyed when
3763                 exiting sylpheed.
3764
3765 2003-12-05 [hoa]        0.9.7claws21
3766
3767         * src/filtering.[ch]
3768         * src/matcher.[ch]
3769         * src/matcher_parser_lex.l
3770         * src/matcher_parser_parse.y
3771         * src/prefs_actions.c
3772         * src/prefs_filtering.c
3773         * src/common/utils.[ch]
3774                 quote arguments before giving them to command line.
3775                 fixed quote of string in matcher/processing/filtering rules.
3776
3777         * src/messageview.c
3778         * src/privacy.[ch]
3779                 allows decryption to return a new whole 
3780                 MIME message structure.
3781
3782 2003-12-04 [hoa]        0.9.7claws20
3783
3784         * src/filtering.[ch]
3785         * src/folder.c
3786         * src/mainwindow.c
3787         * src/matcher.c
3788         * src/matcher_parser_parse.y
3789         * src/folderview.c
3790                 global rules to run before folder specific rules.
3791                 global rules to run after folder specific rules.
3792                 
3793         * src/messageview.c
3794                 fixed quick addition of rules.
3795         
3796         * src/prefs_filtering.[ch]
3797         * src/summaryview.c
3798                 we can now customize the title for the dialog.
3799                 updated case where we rename of delete folders.
3800
3801         * src/addressbook.c
3802                 got back the function addressbook_browse_entry_cb()
3803                 that is needed in case we compiled with LDAP support.
3804
3805 2003-12-04 [paul]       0.9.7claws19
3806
3807         * sync with 0.9.7cvs6
3808                 see ChangeLog 2003-12-04
3809                 fixes bug 171 'Wrong message decoing: koi8-r and 
3810                 iso8859-5 looks same. Can't read many emails.'
3811
3812 2003-12-04 [paul]       0.9.7claws18
3813
3814         * po/POTFILES.in
3815                 remove 'src/prefs_scoring.c'
3816
3817 2003-12-03 [hoa]        0.9.7claws17
3818
3819         * src/Makefile.am
3820                 compilation of scoring.[ch] and prefs_scoring.[ch]
3821                 is removed.
3822         
3823         * src/filtering.[ch]
3824         * src/folder.c
3825         * src/folder_item_prefs.[ch]
3826         * src/folderview.c
3827         * src/main.c
3828         * src/mainwindow.c
3829         * src/matcher.[ch]
3830         * src/matcher_parser.h
3831         * src/matcher_parser_parse.y
3832         * src/prefs_filtering.[ch]
3833         * src/prefs_filtering_action.c
3834         * src/prefs_folder_item.c
3835         * src/prefs_scoring.[ch]              * REMOVED FILES *
3836         * src/procmsg.[ch]
3837         * src/scoring.[ch]                    * REMOVED FILES *
3838         * src/summaryview.c
3839                 merged scoring and filtering.
3840                 
3841                 Note : compatibility is kept by parsing score like 
3842                   add_score. To get the behaviour of older scoring 
3843                   system, you have to define some equivalent rule :
3844                   "score_lower -9999 hide"
3845                   "score_greater 9999 mark"
3846                   
3847                   To define global rules, you have to define them 
3848                   in the new global processing rules.
3849                   The variable that kept the list filtering rules 
3850                   was "global_processing" and has been renamed into 
3851                   "filtering_rules".
3852                   "global_processing" variable is now the name 
3853                   of the variable that keeps the list of global 
3854                   processing rules.
3855                   In the configuration file, "[global]" section is 
3856                   now for the global processing rules (which includes
3857                   score things and new global processing rules).
3858                   New "[filtering]" section is for the filtering rules.
3859                   
3860                   Before running with this version, during testing 
3861                   phase, ** MAKE A BACKUP ** of your matcherrc file.
3862                   Then, you have to make the following changes :
3863                   - leave all scoring rules in "[global]" section.
3864                   - move all other rules of "[global]" section to
3865                       a new section named "[filtering]".
3866
3867 2003-12-03 [christoph]  0.9.7claws16
3868
3869         * src/procmime.c
3870                 use default Content-Type as specified in RFC2045 if
3871                 Content-Type header is syntactically incorrect
3872
3873 2003-12-03 [christoph]  0.9.7claws15
3874
3875         * src/addressbook.c
3876         * src/addrindex.h
3877         * src/addritem.c
3878         * src/expldifdlg.h
3879         * src/exportldif.c
3880         * src/filtering.c
3881         * src/folder.c
3882         * src/folderview.c
3883         * src/jpilot.c
3884         * src/localfolder.c
3885         * src/matcher.h
3886         * src/matcher_parser_lex.l
3887         * src/matcher_parser_parse.y
3888         * src/news.c
3889         * src/prefs_filtering_action.c
3890         * src/prefs_folder_item.c
3891         * src/prefs_fonts.c
3892         * src/procmsg.c
3893         * src/sgpgme.c
3894                 clean up warnings
3895
3896         * src/procmime.c
3897                 revert 0.9.7claws14 change
3898
3899 2003-12-03 [alfons]     0.9.7claws14
3900
3901         * src/procmime.c
3902                 catch invalid Content-Type with no subtype
3903
3904 2003-12-03 [alfons]     0.9.7claws13
3905
3906         * src/alertpanel.h
3907         * src/setup.c
3908         * src/plugins/image_viewer/plugin.c
3909                 compile again, we need stddef.h for size_t
3910
3911 2003-12-03 [paul]       0.9.7claws12
3912
3913         * src/account.c
3914                 don't allow cloning of accounts with remote folders,
3915                 patch submitted by Ricardo Mones Lastra
3916
3917 2003-12-03 [christoph]  0.9.7claws11
3918
3919         * src/folder.[ch]
3920         * src/imap.c
3921         * src/localfolder.[ch]
3922         * src/mh.c
3923         * src/news.c
3924         * src/common/xml.[ch]
3925                 add set_xml() and get_xml() virtual functions to FolderClass to
3926                 save extra information for Folders (for example the rootpath
3927                 only used by LocalFolder). The folderlist write function no
3928                 longer needs to know the folder type to save this extra
3929                 information.
3930
3931 2003-12-02 [christoph]  0.9.7claws10
3932
3933         * src/Makefile.am
3934         * src/account.c
3935         * src/folder.[ch]
3936         * src/folderview.h
3937         * src/imap.c
3938         * src/localfolder.[ch]          ** NEW **
3939         * src/mainwindow.c
3940         * src/mh.[ch]
3941         * src/news.[ch]
3942         * src/prefs_account.[ch]
3943         * src/prefs_filtering.h
3944         * src/procmsg.h
3945         * src/remotefolder.[ch]         ** NEW **
3946         * src/common/xml.[ch]
3947                 add item_set_xml() and item_get_xml() virtual functions to
3948                 FolderClass to give folders the ability to add extra information
3949                 to the saved FolderItem data. If NULL the default function for
3950                 FolderItem will be used.
3951
3952 2003-11-29 [christoph]  0.9.7claws9
3953
3954         * src/procheader.c
3955                 fix bug in unfolding
3956
3957 2003-11-29 [luke]       0.9.7claws8
3958
3959         * src/textview.c
3960                 fix compilation for non c99 compilers
3961
3962 2003-11-29 [christoph]  0.9.7claws7
3963
3964         * src/procmime.[ch]
3965         * src/mimeview.c
3966                 o unknown disposition types should be handled as
3967                   attachment (RFC2183)
3968                 o missing headers should not default to inline
3969                   (would make "Save All" useless when disposition header
3970                    is not set by the sending mailer)
3971                 o remove old MimeInfo data and cleanup
3972
3973 2003-11-29 [luke]       0.9.7claws6
3974
3975         * src/procmime.[ch]
3976                 re-added parsing of Content-Disposition header
3977                         - removes the old  'gchar* content_disposition'
3978                         - adds a new field 'DispositionType disposition'
3979                         - adds parameters to MimeInfo::parameters
3980
3981         * src/mimeview.c
3982                 use the "filename" parameter for saving, and the new
3983                 MimeInfo::disposition for save all.
3984
3985         * src/compose.c
3986         * src/toolbar.[ch]
3987                 add a 'check spelling' button as a possibility for 
3988                 the compose toolbar
3989
3990         * src/stockpixmap.[ch]
3991         * src/pixmaps/check_spelling.xpm        ** NEW **
3992         * src/Makefile.am
3993                 add a pixmap for use with 'check spelling' button or
3994                 a user defined action
3995
3996         * src/textview.c
3997                 re-apply fixed (I hope) patch for bug 57
3998                 "Hidden URL in HTML Mails"
3999
4000 2003-11-28 [christoph]  0.9.7claws5
4001
4002         * src/procmime.c
4003                 o be more liberal in what we accept as Content-Type parameters
4004                 o ignore comments after parameters
4005
4006         * src/sgpgme.c
4007                 o only free passphrase when an error occurs
4008
4009 2003-11-28 [paul]       0.9.7claws4
4010
4011         * src/account.c
4012                 add 'Clone Account' function. patch submitted by
4013                 Ricardo Mones Lastra
4014
4015 2003-11-27 [thorsten]   0.9.7claws3
4016
4017         * src/mimeview.c
4018                 fix crash if 'save_all' failed twice
4019
4020 2003-11-27 [paul]       0.9.7claws2
4021
4022         * po/POTFILES.in
4023                 fix a typo
4024
4025         * po/zh_CN.po
4026                 update Simplified Chinese translation. submitted by
4027                 Hansom Young
4028
4029 2003-11-27 [paul]       0.9.7claws1
4030
4031         * po/POTFILES.in
4032                 clean up
4033
4034 2003-11-26 [paul]       0.9.7claws
4035
4036         * 0.9.7claws released
4037
4038 2003-11-26 [paul]       0.9.6claws99
4039
4040         * src/Makefile.am
4041                 add reference to pixmaps/mime_message.xpm
4042
4043 2003-11-26 [paul]       0.9.6claws98
4044
4045         * po/POTFILES.in
4046                 remove reference to src/sigstatus.c
4047
4048 2003-11-26 [christoph]  0.9.6claws97
4049
4050         * src/Makefile.am
4051         * src/prefs_common.c
4052         * src/rfc2015.c
4053         * src/sigstatus.[ch]            ** REMOVE **
4054                 remove signature result popup option and window
4055
4056 2003-11-26 [paul]       0.9.6claws96
4057
4058         * po/es.po
4059           po/ja.po
4060           po/pl.po
4061           po/sk.po
4062           po/sr.po
4063                 update translations. submitted by Ricardo Mones Lastra,
4064                 Rui Hirokawa, Emil Nowak, Andrej Kacian, and Urke MMI
4065
4066 2003-11-25 [christoph]  0.9.6claws95
4067
4068         * src/procmime.c
4069                 display mime structure only in debug mode
4070
4071 2003-11-25 [melvin]     0.9.6claws94
4072
4073         * po/fr.po
4074                 Updated French translations + typos fixes of older
4075                 translations (thanks to Fabien Vantard for pointing
4076                 to some of them)
4077
4078 2003-11-25 [melvin]     0.9.6claws93
4079
4080         * src/editldap.c
4081                 Fixed a couple of typos.
4082
4083 2003-11-24 [paul]       0.9.6claws92
4084
4085         * po/POTFILES.in
4086                 add 'src/textview.c'
4087
4088 2003-11-24 [paul]       0.9.6claws91
4089
4090         * src/sgpgme.c
4091                 fix typo. spotted by Rui Hirokawa <rui_hirokawa@ybb.ne.jp>
4092
4093 2003-11-24 [paul]       0.9.6claws90
4094
4095         * src/plugins/image_viewer/viewer.c
4096                 image_viewer_show_mimepart(): 
4097                 use procmime_mimeinfo_get_parameter() to get the file name
4098
4099 2003-11-24 [paul]       0.9.6claws89
4100
4101         * src/textview.c
4102                 textview_show_mime_part(): rewrite text hint
4103
4104 2003-11-22 [paul]       0.9.6claws88
4105
4106         * sync with 0.9.7cvs5
4107                 see ChangeLog 2003-11-21
4108
4109 2003-11-21 [paul]       0.9.6claws87
4110
4111         * src/mimeview.c
4112                 define shortcut key 'o' for 'Open with...'
4113
4114 2003-11-21 [alfons]     0.9.6claws86
4115
4116         * src/messageview.c
4117                 fix bug #383 'Deleting message from "separate message view" 
4118                 uses local Trash folder'
4119
4120 2003-11-21 [christoph]  0.9.6claws85
4121
4122         * src/mimeview.c
4123                 fix content-type guessing by name parameter when finding
4124                 the correct viewer
4125
4126 2003-11-21 [alfons]     0.9.6claws84
4127
4128         * src/main.c
4129                 no mail incorporation allowed with --offline param.
4130                 fixes bug #374, "--offline ignored"
4131
4132 2003-11-20 [christoph]  0.9.6claws83
4133
4134         * src/mimeinfo.c
4135                 use signed MimeInfo when checking the signature and not
4136                 the selected one
4137
4138 2003-11-19 [alfons]     0.9.6claws82
4139
4140         * src/mainwindow.c
4141                 fix crash when toggling separate views, patch submitted
4142                 by Pawel Pekala <c0rn|AT|gazeta.pl>.
4143                 fixes bug #342, "separate views  cause crash"
4144
4145 2003-11-19 [paul]       0.9.6claws81
4146
4147         * src/compose.c
4148                 compose_redirect_write_headers_from_headerlist(): 
4149                 add Resent-Cc: header (bug fix inherited from 0.9.7cvs3)
4150                 
4151         * src/main.c
4152                 code cleanup (inherited from 0.9.7cvs4)
4153                 
4154         * tools/tb2sylpheed
4155                 bugfix: added missing attribute-list start. submitted by
4156                 Urke MMI
4157
4158 2003-11-19 [luke]       0.9.6claws80
4159
4160         * src/textview.c
4161                 revert my last commit until I get time to fix it
4162
4163 2003-11-18 [christoph]  0.9.6claws79
4164
4165         * src/mimeview.[ch]
4166                 check parent MimeInfos for signatures and display the
4167                 result of the parent when found
4168
4169         * src/pgpmime.c
4170                 o avoid NULL pointer warnings
4171                 o use procmime_mimeinfo_get_parameter()
4172
4173         * src/sgpgme.c
4174                 small text changes
4175
4176 2003-11-17 [luke]       0.9.6claws78
4177
4178         * src/textview.c
4179                 add check for disguised URLs, fixing bug 57
4180                 "Hidden URL in HTML Mails"
4181
4182 2003-11-16 [christoph]  0.9.6claws77
4183
4184         * src/procmime.c
4185                 fix crash when parsing invalid Content-Type header
4186
4187 2003-11-16 [christoph]  0.9.6claws76
4188
4189         * src/pgpmime.c
4190         * src/privacy.c
4191         * src/procmime.c
4192         * src/sgpgme.[ch]
4193                 implement message decrypting
4194
4195         * src/rfc2015.c
4196                 remove old code
4197
4198 2003-11-14 [luke]       0.9.6claws75
4199
4200         * src/mimeview.c
4201                 fix a couple of problems that treated application/* and
4202                 application/octet-stream the wrong way around
4203                 (since 0.9.6claws10), causing "Open" to do nothing.
4204
4205 2003-11-14 [christoph]  0.9.6claws74
4206
4207         * src/messageview.c
4208         * src/pgpmime.c
4209         * src/privacy.[ch]
4210                 prepare for message part decrypting
4211
4212         * src/sgpgme.c
4213                 add output for expired signatures
4214
4215         * src/rfc2015.c
4216                 remove some old code
4217
4218 2003-11-10 [christoph]  0.9.6claws73
4219
4220         * src/mimeview.c
4221                 add "Full info" button for bad and warn signature status
4222
4223         * src/sgpgme.c
4224                 generate full signature info like gpg's output
4225                 (gpg -v --with-fingerprint --verify)
4226
4227 2003-11-10 [christoph]  0.9.6claws72
4228
4229         * src/mimeview.c
4230         * src/pgpmime.c
4231         * src/privacy.[ch]
4232         * src/sgpgme.[ch]
4233         * src/textview.[ch]
4234                 o add code to view full signature info
4235                 o do automatic signature checks
4236
4237 2003-11-10 [alfons]     0.9.6claws71
4238
4239         * src/summaryview.c
4240                 don't crash when gtkut_font_load() returns invalid font (has
4241                 something to do with locale settings)
4242                 Patch submitted by David Chalmers <davidc|AT|ccmi.salk.edu>.
4243
4244 2003-11-09 [alfons]     0.9.6claws70
4245
4246         * src/procmime.c
4247                 plug leak
4248
4249 2003-11-08 [luke]       0.9.6claws69
4250
4251         * src/summaryview.c
4252                 fix some typos
4253
4254         * src/compose.c
4255                 rewrite compose_attach_parts(), fixing various bugs mainly
4256                 to do with re-editing.
4257
4258         * src/mimeview.c
4259                 "save all" now only saves attachments with names/filenames
4260
4261 2003-11-04 [match]      0.9.6claws68
4262
4263         * src/ldapctrl.[ch]
4264                 fix broken LDAP support.
4265
4266         * src/ldapquery.c
4267                 remove printf's.
4268
4269 2003-11-04 [luke]       0.9.6claws67
4270
4271         * src/mimeview.c
4272                 o  fixed bug 4 "focus lost on messages with attachments"
4273                 o  fixed 'Save all' attachments for new mime changes
4274                 o  right clicking on icons consistent with right clicking on
4275                    mime tree
4276                   - fixes a bug where wrong part is saved when you
4277                     choose 'Save as' from popup menu
4278                   - fixes bug 308 "No way to "save all" attachments"
4279                 o  fixed a compiler warning.
4280
4281         * src/textview.c
4282                 o  removed flickering in mime tree when using "n" and "p"
4283                    shortcuts
4284                 o  fixed bug where selecting the textview and pressing e.g.
4285                    'y' causes sylpheed to respond twice.
4286
4287         * src/summaryview.c
4288                 removed hard coding of * and ! shortcuts (which only served
4289                 to cause problems if you tried to redefine the shortcuts)
4290
4291 2003-11-04 [luke]       0.9.6claws66
4292
4293         * src/plugins/image_viewer/viewer.c
4294         * src/plugins/image_viewer/viewerprefs.c
4295         * src/plugins/image_viewer/viewerprefs.glade
4296                 o  allow toggling of image scaling by clicking on image
4297                 o  respond to image's container widget resize
4298
4299         * src/procmime.c
4300                 o  fix bad parsing of message when re-editing/viewing a
4301                    message saved to the drafts folder
4302
4303 2003-11-02 [match]      0.9.6claws65
4304
4305         * src/browseldap.h
4306                 fix if not building LDAP support.
4307         * src/addrindex.c
4308         * src/ldapquery.[ch]
4309         * src/editldap.h
4310                 include support for contains query. feature req 529354.
4311
4312 2003-11-02 [alfons]     0.9.6claws64
4313
4314         * src/browseldap.c
4315                 fix build bustage if not compiling ldap support
4316
4317 2003-11-01 [match]      0.9.6claws63
4318
4319         * po/POTFILES.in
4320         * src/Makefile.am
4321         * src/addr_compl.[ch]
4322         * src/addrbook.c
4323         * src/addrcache.[ch]
4324         * src/addrdefs.h        ** NEW **
4325         * src/addressbook.c
4326         * src/addressitem.h
4327         * src/addrindex.[ch]
4328         * src/addritem.h
4329         * src/addrquery.[ch]
4330         * src/ldapquery.[ch]
4331         * src/ldapserver.[ch]
4332                 refactor LDAP query mechanism.
4333
4334         * src/browseldap.[ch]   ** NEW **
4335         * src/ldaplocate.[ch]   ** NEW **
4336                 add feature to browse LDAP entry that was retrieved using
4337                 an explicit LDAP search.
4338
4339 2003-11-01 [alfons]     0.9.6claws62
4340
4341         * src/prefs_gtk.c
4342                 prefs_write_param(): fail when we see an invalid type; all the
4343                 callers seem to handle this gracefully by reverting changes
4344
4345 2003-10-30 [christoph]  0.9.6claws61
4346
4347         * configure.ac
4348         * ac/openssl.m4
4349         * ac/spamassassin.m4
4350         * src/Makefile.am
4351                 use extra variables for all libraries to make sure plugins
4352                 are only linked with libraries they really need. $LIBS is always
4353                 added to the linking parameters, but we only what the libraries
4354                 listed in the Makefile
4355
4356 2003-10-29 [paul]       0.9.6claws60
4357
4358         * src/mimeview.c
4359                 don't use Subject for unknown part name
4360
4361 2003-10-29 [paul]       0.9.6claws59
4362
4363         * src/compose.c
4364                 get name of attachment(s) when re-editing, fwd'ing or
4365                 redirecting
4366                 
4367         * src/mimeview.c
4368                 get name of attachment(s) when saving
4369
4370 2003-10-29 [hoa]        0.9.6claws58
4371
4372         * src/textview.c
4373                 implemented multipart/alternative in MIME message viewer.
4374
4375 2003-10-28 [christoph]  0.9.6claws57
4376
4377         * configure.ac
4378                 make sure MathML-Viewer is not built with the
4379                 Gtk2 version of GtkMathView
4380
4381 2003-10-28 [paul]       0.9.6claws56
4382
4383         * sync with 0.9.7cvs1
4384                 see ChangeLog 2003-10-28
4385
4386 2003-10-27 [alfons]     0.9.6claws55
4387
4388         * src/matcher_parser_parse.y
4389         * src/gtk/colorlabel.c
4390                 allow setting color label to 0 in filtering/processing rules
4391                 (should fix bug 368, "Can't create a filter condition "colorlabel 0"") 
4392
4393 2003-10-26 [alfons]     0.9.6claws54
4394
4395         * src/summary_search.c
4396                 fix misnomer and correct selecting initial search node  
4397
4398 2003-10-26 [christoph]  0.9.6claws53
4399
4400         * src/pgpmime.c
4401         * src/sgpgme.c
4402                 change display of signature info to use only name of
4403                 signer, otherwise the text gets too long.
4404
4405         * src/procmime.c
4406                 don't use MimeInfo's filename to generate tmp filename
4407
4408 2003-10-25 [christoph]  0.9.6claws52
4409
4410         * src/procmime.c
4411                 fix message body searching
4412
4413 2003-10-25 [paul]       0.9.6claws51
4414
4415         * src/compose.c
4416                 use g_basename rather than basename
4417
4418 2003-10-24 [christoph]  0.9.6claws50
4419
4420         * src/sgpgme.c
4421                 change fetching of signature key's trust
4422
4423 2003-10-24 [paul]       0.9.6claws49
4424
4425         * po/sk.po
4426                 update Slovak translation
4427                 submitted by Andrej Kacian
4428                 
4429         * src/mainwindow.c
4430                 remove unknown menu entry /File/Add mailbox/mbox...
4431
4432 2003-10-24 [hoa]        0.9.6claws48
4433
4434         * src/Makefile.am
4435                 removed all references to mbox folders
4436
4437         * src/carray.[ch]               * REMOVED *
4438         * src/chash.[ch]                * REMOVED *
4439         * src/maillock.[ch]             * REMOVED *
4440         * src/mailmbox.[ch]             * REMOVED *
4441         * src/mailmbox_folder.[ch]      * REMOVED *
4442         * src/mailmbox_parse.[ch]       * REMOVED *
4443         * src/mailmbox_types.[ch]       * REMOVED *
4444         * src/mbox_folder.[ch]          * REMOVED *
4445                 remove implementation of mbox folders
4446                 and old mailbox folder.
4447                 mbox folder implementation will be added
4448                 as a plugin so that implementation can be entirely
4449                 synchronized with the files of the project they are
4450                 extracted from (libEtPan!).
4451         
4452         * src/mainwindow.c
4453         * src/folder.c
4454         * src/folderview.[ch]
4455         * src/procmsg.h         
4456                 Disable as much code that references mbox folders
4457                 as possible.
4458                 Some UI thing still need to know that folder is mbox
4459                 (when we have to enter the name of the mailbox and
4460                 we want to add /var/mail/$USER).
4461
4462 2003-10-23 [christoph]  0.9.6claws47
4463
4464         * src/noticeview.c
4465                 don't always display button when noticeview is made visible
4466
4467         * src/mimeview.c
4468         * src/pgpmime.c
4469         * src/privacy.[ch]
4470         * src/sgpgme.[ch]
4471                 get signature information from crypto system
4472
4473 2003-10-22 [paul]       0.9.6claws46
4474
4475         * po/es.po
4476                 updated by Ricardo Mones Lastra
4477
4478 2003-10-22 [paul]       0.9.6claws45
4479
4480         * src/Makefile.am
4481                 update to reflect the changes to the icons that
4482                 happened in 0.9.6claws35
4483
4484 2003-10-22 [alfons]     0.9.6claws44
4485         
4486         * src/carray.h
4487                 inline carray_count() 
4488
4489 2003-10-21 [alfons]     0.9.6claws43
4490
4491         * src/carray.h
4492                 glib wrappers
4493         * src/carray.c
4494                 disable
4495         * src/mailmbox.[ch]
4496         * src/mailmbox_folder.c
4497         * src/mailmbox_parse.c
4498         * src/mailmbox_types.[ch]
4499                 %s/uint32_t/guint
4500
4501 2003-10-21 [luke]       0.9.6claws42
4502
4503         * src/stock_pixmaps.[ch]
4504         * src/mimeview.c
4505         * src/pixmaps/mime_application_octet_stream.xpm         ** REMOVE **
4506         * src/pixmaps/messageview_text.xpm                      ** REMOVE **
4507                 o remove mime_application_octet_stream.xpm icon (it was never
4508                   really needed)
4509                 o remove redundant icon messageview_text.xpm
4510
4511         * src/mainwindow.c
4512                 fix visibility of signature noticeview when toggling 'separate
4513                 message view'
4514
4515 2003-10-21 [christoph]  0.9.6claws41
4516
4517         * src/procmime.c
4518                 decode multipart and rfc822 mime parts to allow further
4519                 parsing when required
4520
4521 2003-10-21 [christoph]  0.9.6claws40
4522
4523         * src/procmime.[ch]
4524         * src/textview.c
4525                 remove obsolete charset parameter in MimeInfo and fix
4526                 TextView to use the charset from the parameter hash table
4527
4528         * src/plugins/dillo_viewer/Makefile.am
4529         * src/plugins/trayicon/Makefile.am
4530                 add OPENSSL_CFLAGS to fix building with using
4531                 --with-openssl-* parameters
4532
4533 2003-10-21 [paul]       0.9.6claws39
4534
4535         * src/prefs_matcher.[ch]
4536                 replace remnants of the old, renamed 'Execute' matchtype
4537                 add a brief description to the Info window
4538
4539 2003-10-21 [hoa]        0.9.6claws38
4540         
4541         * src/Makefile.am
4542         * src/carray.[ch]               * NEW *
4543         * src/chash.[ch]                * NEW *
4544         * src/folder.c
4545         * src/maillock.[ch]             * NEW *
4546         * src/mailmbox.[ch]             * NEW *
4547         * src/mailmbox_folder.[ch]      * NEW *
4548         * src/mailmbox_parse.[ch]       * NEW *
4549         * src/mailmbox_types.[ch]       * NEW *
4550                 implementation of mbox folder with unique message numbers
4551
4552                 made use of libEtPan! implementation of mbox for lower-layer.
4553
4554 2003-10-20 [alfons]     0.9.6claws37
4555
4556         * src/noticeview.c
4557                 fix invalid argument warning
4558         * src/pgpmime.c
4559                 no in place variable
4560
4561 2003-10-20 [paul]       0.9.6claws36
4562
4563         * src/compose.[ch]
4564           src/filtering.c
4565           src/messageview.c
4566                 fix crash when using Forward in Filtering when
4567                 external editor option is set
4568                 
4569                 Patch submitted by Simon 'corecode' Schubert
4570                 <corecode@corecode.ath.cx> 
4571
4572 2003-10-20 [paul]       0.9.6claws35
4573
4574         * src/pixmaps/mime_gpg_expired.xpm      ** REMOVED **
4575           src/pixmaps/mime_gpg_failed.xpm       ** REMOVED **
4576           src/pixmaps/mime_gpg_passed.xpm       ** REMOVED **
4577           src/pixmaps/mime_gpg_signed.xpm       ** REMOVED **
4578           src/pixmaps/mime_gpg_unknown.xpm      ** REMOVED **
4579           src/pixmaps/privacy_expired.xpm       ** NEW FILE **
4580           src/pixmaps/privacy_failed.xpm        ** NEW FILE **
4581           src/pixmaps/privacy_passed.xpm        ** NEW FILE **
4582           src/pixmaps/privacy_signed.xpm        ** NEW FILE **
4583           src/pixmaps/privacy_unknown.xpm       ** NEW FILE **
4584           src/pixmaps/privacy_warn.xpm          ** NEW FILE **
4585           src/mimeview.c
4586           src/stock_pixmap.[ch]
4587                 replace mime_gpg_*.xpm icons with new privacy_*.xpm
4588                 icons. add privacy_warn.xpm icon
4589
4590 2003-10-20 [hoa]  0.9.6claws34
4591
4592         * src/folder_item_prefs.[ch]
4593         * src/prefs_folder_item.c
4594         * src/main.c
4595                 Added a property per folder to choose whether we 
4596                 want to apply processing on it on startup or if we
4597                 prefer to wait the folder selection to apply it.
4598         
4599         * src/messageview.c
4600                 fixed C89 compatibility (for old compilers, for
4601                 example gcc 2.95.x).
4602
4603 2003-10-17 [christoph]  0.9.6claws33
4604
4605         * src/mimeview.c
4606         * src/noticeview.[ch]
4607                 change noticeview icon to indicate signature status
4608
4609 2003-10-17 [christoph]  0.9.6claws32
4610
4611         * src/Makefile.am
4612         * src/main.c
4613         * src/mimeview.c
4614         * src/noticeview.c
4615         * src/pgpmime.[ch]                              ** NEW **
4616         * src/privacy.[ch]
4617         * src/rfc2015.c
4618         * src/sgpgme.c                                  ** NEW **
4619                 reimplement PGP/Mime signature checking (unfinished)
4620
4621 2003-10-15 [christoph]  0.9.6claws31
4622
4623         * src/procmime.[ch]
4624                 fix procmime_get_text_content() and
4625                 procmime_get_first_text_content()
4626
4627 2003-10-15 [christoph]  0.9.6claws30
4628
4629         * src/plugins/spamassassin/spamassassin_gtk.c
4630         * src/plugins/spamassassin/spamassassin_gtk.glade
4631                 fix timeout tooltip
4632
4633 2003-10-15 [paul]       0.9.6claws29
4634
4635         * src/messageview.c
4636                 workaround for buggy smtp servers. on sending a
4637                 return receipt strip the name part from the address
4638                 when creating headers
4639                 
4640 2003-10-15 [paul]       0.9.6claws28
4641
4642         * sync with 0.9.7 release
4643                 see ChangeLog 2003-10-15
4644
4645 2003-10-14 [christoph]  0.9.6claws27
4646
4647         * src/plugins/clamav/clamav_plugin.c
4648                 fix clamav plugin
4649
4650 2003-10-14 [christoph]  0.9.6claws26
4651
4652         * src/compose.c
4653         * src/mimeview.c
4654         * src/procmime.[ch]
4655         * src/rfc2015.c
4656         * src/textview.c
4657         * src/plugins/clamav/clamav_plugin.c
4658                 use GNode to create the mime tree (some changes to functions
4659                 that traverse the tree are just quick and dirty. Maybe we
4660                 can find better solutions with g_node_*-functions)
4661
4662 2003-10-14 [luke]       0.9.6claws25
4663
4664         * src/mimeview.c
4665                 fix a navigation bug (stupid typo of mine)
4666
4667 2003-10-14 [christoph]  0.9.6claws24
4668
4669         * src/textview.c
4670                 fix missing last line in plain/text mails
4671
4672 2003-10-13 [luke]       0.9.6claws23
4673
4674         * src/summaryview.c
4675                 fix bug 334 (part 1)
4676
4677 2003-10-13 [kov]        0.9.6claws22
4678
4679         * src/mimeview.c
4680                 error checking when the user enters a non-directory at
4681                 the file selection dialog.
4682                 work-around for users entering directory location without
4683                 adding a leading G_DIR_SEPARATOR.
4684
4685 2003-10-13 [luke]       0.9.6claws21
4686
4687         * src/compose.c
4688                 error reporting for inserting files, including catching
4689                 invalid characters for current locale/encoding
4690
4691 2003-10-13 [paul]       0.9.6claws20
4692
4693         * src/folderview.c
4694                 fix bug #347 'subscribe newsgroups crashes'
4695
4696 2003-10-13 [paul]       0.9.6claws19
4697
4698         * src/compose.c
4699                 when using 'Reply to all' include the 'send replies
4700                 to' folder property
4701                 
4702         * po/ja.po
4703                 update Japanese translation. submitted by Rui Hirokawa 
4704                 <rui_hirokawa@ybb.ne.jp>        
4705
4706 2003-10-13 [hoa]        0.9.6claws18
4707
4708         * src/account.c
4709         * src/compose.c
4710         * src/messageview.c
4711         * src/procheader.c
4712         * src/procheader.h
4713                 rename get_header_from_msginfo() into
4714                 procheader_get_header_from_msginfo() so that we have a
4715                 coherent exported naming.
4716                 avoid parsing of header contained in a string via
4717                 a newly written temporary file.
4718
4719         Patch submitted by Simon 'corecode' Schubert
4720                 <corecode@corecode.ath.cx>
4721
4722 2003-10-12 [hoa]        0.9.6claws17
4723
4724         * src/filtering.c
4725         * src/filtering.h
4726         * src/matcher.c
4727         * src/matcher.h
4728         * src/matcher_parser_parse.y
4729         * src/prefs_filtering_action.c
4730                 added "stop" action : stop applying the filtering rules.
4731                 added "set score" and "increase/decrease score" actions.
4732                 That two last action replace the "change_score" action
4733                 introduced by alfons in 0.8.8claws85.
4734                 "set score" is to set a given score to the message.
4735                 "increase/decrease score" will increase or decrease the
4736                 score if the given value is respectively positive or
4737                 negative. If someone find a some better name for this last
4738                 rule, it can be modified.
4739
4740 2003-10-12 [paul]       0.9.6claws16
4741
4742         * AUTHORS
4743           po/ja.po
4744                 update Japanese translation. submitted by Rui Hirokawa 
4745                 <rui_hirokawa@ybb.ne.jp>
4746
4747 2003-10-12 [christoph]  0.9.6claws15
4748
4749         * src/procmime.c
4750                 fix crash caused by incorrect headers
4751
4752 2003-10-10 [christoph]  0.9.6claws14
4753
4754         * src/main.c
4755         * src/privacy.[ch]
4756         * src/rfc2015.[ch]
4757                 implement detection of signed message parts for rfc2015
4758
4759 2003-10-10 [thorsten]   0.9.6claws13
4760
4761         * src/mimeview.c
4762                 fix typo
4763
4764 2003-10-10 [christoph]  0.9.6claws12
4765
4766         * src/stock_pixmap.[ch]
4767         * src/pixmaps/mime_message.xpm                  ** NEW **
4768                 add a new icon for mime type "message"
4769
4770         * src/privacy.[ch]
4771         * src/procmime.[ch]
4772                 add crypto api
4773
4774         * src/mimeview.c
4775                 o use crypto api
4776                 o add icons for message type mime parts
4777
4778 2003-10-10 [christoph]  0.9.6claws11
4779
4780         * src/mainwindow.c
4781         * src/messageview.[ch]
4782         * src/mimeview.[ch]
4783         * src/procmime.[ch]
4784         * src/procmsg.[ch]
4785         * src/rfc2015.c
4786         * src/summaryview.c
4787         * src/textview.[ch]
4788                 o remove switching between TextView and MimeView in MessageView
4789                   (if required we can hide the icon box and the MimeView will
4790                    look exaxtly like the TextView)
4791                 o temporary remove signature and decrypting GPGME code
4792
4793 2003-10-09 [christoph]  0.9.6claws10
4794
4795         * src/action.c
4796         * src/compose.c
4797         * src/messageview.c
4798         * src/mimeview.c
4799         * src/procmime.[ch]
4800         * src/procmsg.c
4801         * src/rfc2015.c
4802         * src/textview.c
4803         * src/common/utils.[ch]
4804         * src/plugins/clamav/clamav_plugin.c
4805         * src/plugins/dillo_viewer/dillo_viewer.c
4806         * src/plugins/image_viewer/viewer.c
4807         * src/plugins/mathml_viewer/mathml_viewer.c
4808                 new mime parser (several things need fixing)
4809
4810 2003-10-09 [paul]       0.9.6claws9
4811
4812         * src/imap.c
4813                 a little more sync with 0.9.6cvs2 and a tidy up
4814
4815 2003-10-08 [paul]       0.9.6claws8
4816
4817         * sync with 0.9.6cvs2
4818                 see ChangeLog 2003-10-03
4819
4820 2003-10-05 [christoph]  0.9.6claws7
4821
4822         * src/summaryview.c
4823                 don't use flags to check if a message is in a news folder
4824
4825         (closes Bug 282 clicking on folder with copied Messages from News
4826          immediately after having copied them crashes Sylpheed-Claws)
4827
4828 2003-10-05 [christoph]  0.9.6claws6
4829
4830         * src/Makefile.am
4831         * src/progressdialog.[ch]               ** REMOVE **
4832         * src/gtk/Makefile.am
4833         * src/gtk/progressdialog.[ch]           ** NEW **
4834                 move progressdialog to gtk directory
4835
4836 2003-10-04 [christoph]  0.9.6claws5
4837
4838         * src/prefs_toolbar.c
4839         * src/gtk/prefswindow.c
4840                 remove widget_show_all for pages root widget
4841
4842         * src/plugins/spamassassin/spamassassin.[ch]
4843         * src/plugins/spamassassin/spamassassin_gtk.c
4844         * src/plugins/spamassassin/spamassassin_gtk.glade
4845                 add support for new libspamc transports
4846
4847 2003-10-04 [christoph]  0.9.6claws4
4848
4849         * src/plugins/spamassassin/libspamc.[ch]
4850         * src/plugins/spamassassin/spamassassin.c
4851         * src/plugins/spamassassin/utils.[ch]
4852                 update libspamc to version from SpamAssassin 2.60
4853
4854 2003-10-03 [christoph]  0.9.6claws3
4855
4856         * src/send_message.c
4857                 fix missing format string bug found by
4858                 Georgi Guninski <guninski@guninski.com>
4859
4860 2003-10-03 [paul]       0.9.6claws2
4861
4862         * po/zh_CN.po
4863                 update Simpilified Chinese translation, submitted by
4864                 Hansom Young
4865
4866 2003-10-02 [christoph]  0.9.6claws1
4867
4868         * src/imap.c
4869                 add UIDPLUS support for COPY and EXPUNGE
4870
4871 2003-10-02 [paul]       0.9.6claws
4872
4873         * 0.9.6claws released
4874
4875 2003-10-02 [paul]
4876
4877         * po/es.po
4878           po/sk.po
4879                 update Spanish and Slovak translations
4880                 submitted by Ricardo Mones Lastra and Andrej Kacian
4881  
4882 2003-10-02 [paul]       0.9.5claws43
4883
4884         * po/en_GB.po
4885                 update British English translation
4886
4887 2003-10-02 [paul]       0.9.5claws42
4888
4889         * po/hr.po
4890                 update Croatian translation, submitted by Dragan
4891
4892 2003-10-01 [paul]       0.9.5claws41
4893
4894         * po/pl.po
4895           po/sr.po
4896                 update Polish and Serbian translations, submitted by
4897                 Emil and Urke MMI
4898
4899 2003-10-01 [melvin]     0.9.5claws40
4900
4901         * po/fr.po
4902                 Updated French translations
4903
4904 2003-10-01 [melvin]     0.9.5claws39
4905
4906         * src/prefs_fonts.c
4907                 Fixed a Gtk warning
4908
4909         * src/plugins/dillo_prefs.c     
4910                 Quasi unnoticeable UI clean-up.
4911
4912 2003-10-01 [paul]
4913
4914         * tools/README
4915           tools/maildir2sylpheed.pl
4916                 bug fixes, rewrites, submitted by Matthias Förste 
4917                 <itsjustme@users.sourceforge.net>
4918
4919 2003-09-29 [paul]       0.9.5claws38
4920
4921         * src/inc.c
4922                 fix my coding carelessness
4923
4924 2003-09-29 [paul]       0.9.5claws37
4925
4926         * po/POTFILES.in
4927           src/Makefile.am
4928           src/main.c
4929           src/prefs_common.[ch]
4930           src/prefs_fonts.[ch]  ** NEW FILES **
4931                 move Font config options to Other Prefs/Display/Fonts
4932                 (user's current configuration is preserved)
4933
4934 2003-09-29 [paul]       0.9.5claws36
4935
4936         * src/inc.c
4937           src/prefs_account.c
4938                 allow 'local_mbox' value to point to either a directory 
4939                 (/var/mail -  default, new) or a file (/var/mail/username
4940                 - original)
4941
4942 2003-09-28 [paul]       0.9.5claws35
4943
4944         * src/rfc2015.c
4945                 on signature check, where key exists, print the
4946                 Key ID
4947
4948 2003-09-27 [alfons]     0.9.5claws34
4949
4950         * src/action.c
4951                 o make progress bar not fill/expand when resizing dialog
4952                 o use default fixed text font for actions output
4953
4954 2003-09-27 [paul]       0.9.5claws33
4955
4956         * src/prefs_common.[ch]
4957           src/procmsg.c
4958           src/send_message.c
4959                 remove External Program settings from Common Prefs/Send
4960                 as they are now unnecessary due to Local account settings.
4961                 plus a little tidying-up after 0.9.5claws31
4962
4963 2003-09-27 [paul]       0.9.5claws32
4964
4965         * src/prefs_account.c
4966                 o make correction to gui text:
4967                   'Local mailbox file' -> 'Local mailbox directory'
4968                 o give 'local_mbox' option a reasonable default value:
4969                   '/var/mail'
4970                 o use 'DEFAULT_SENDMAIL_CMD' as default 'mail_command'
4971                   value
4972
4973 2003-09-26 [paul]       0.9.5claws31
4974
4975         * src/inc.c
4976           src/prefs_common.[ch]
4977                 remove 'Incorporate from spool' common pref,
4978                 force creation of a 'Local' account
4979
4980 2003-09-26 [christoph]  0.9.5claws30
4981
4982         * src/folder.c
4983         * src/msgcache.c
4984                 add more NULL pointer checks
4985
4986 2003-09-25 [christoph]  0.9.5claws29
4987
4988         * src/folder.c
4989                 o don't fetch source message to get it's message id
4990                 o immediately scan dest folder when copying a message did not
4991                   return a new message number and not do it when the first message
4992                   without a new message number is found
4993
4994 2003-09-23 [christoph]  0.9.5claws28
4995
4996         * src/compose.c
4997                 fix generating of headers
4998
4999         (patch by David Relson <relson@osagesoftware.com>)
5000
5001 2003-09-23 [paul]       0.9.5claws27
5002
5003         * po/zh_CN.po
5004                 update Simplified Chinese translation. submitted by
5005                 Hansom Young
5006
5007 2003-09-23 [paul]       0.9.5claws26
5008
5009         * tools/Makefile.am
5010           tools/README
5011           tools/vcard2xml.py    ** NEW FILE **
5012                 add a script that converts an evolution vcard to
5013                 sylpheed's xml format
5014                 submitted by Bogdan Sumanariu <bsumanariu@one5.ro>
5015
5016 2003-09-22 [paul]       0.9.5claws25
5017
5018         * src/plugins/clamav/clamav_plugin.c
5019                 don't skip MULTIPART parts
5020
5021 2003-09-21 [christoph]  0.9.5claws24
5022
5023         * src/alertpanel.c
5024                 remove unneeded include
5025
5026         * src/folder.c
5027                 clean up copy/move mess with duplicated code
5028
5029         * src/imap.c
5030                 fix problem that sometimes the folder was not scanned
5031                 also it was changed
5032
5033 2003-09-21 [christoph]  0.9.5claws23
5034
5035         * src/Makefile.am
5036         * src/logwindow.[ch]                    ** REMOVE **
5037         * src/mainwindow.c
5038         * src/prefs_common.c
5039         * src/gtk/Makefile.am
5040         * src/gtk/logwindow.[ch]                ** ADD **
5041                 make logwindow prefs_common independent and move
5042                 it to gtk directory
5043
5044 2003-09-20 [christoph]  0.9.5claws22
5045
5046         * src/compose.c
5047                 add extra space for address code conversion
5048                 (4 * unconvered size could be too small for short headers)
5049
5050 2003-09-20 [christoph]  0.9.5claws21
5051
5052         * src/compose.c
5053                 increase temp buffer size when writing headers
5054
5055 2003-09-19 [darko]      0.9.5claws20
5056
5057         * src/compose.c
5058                 don't ignore value of 'Save copy of outgoing messages to
5059                 this folder instead of Sent' in message redirect
5060
5061 2003-09-17 [christoph]  0.9.5claws19
5062
5063         * src/compose.c
5064                 use ", " as address seperator for mail headers and pass whole
5065                 header line at once to compose_convert_header to make sure
5066                 it is correctly folded
5067
5068         (closes Bug 64 Problem when sending to many recipients)
5069
5070 2003-09-17 [hoa]        0.9.5claws18
5071         
5072         * src/matcher.[ch]
5073           src/matcher_parser_parse.y
5074           src/prefs_matcher.c
5075                 changed the keyword used for command execution in condition
5076                 keyword is changed from "execute" to "test"
5077                 so that it is not the same as the one used for action.
5078                 This will fix a bug when using filtering dialog.
5079                 All semantic in the code is also changed to reflect
5080                 the keyword change.
5081
5082 2003-09-17 [paul]
5083         
5084         * sync with 0.9.6 release
5085
5086 2003-09-17 [paul]       0.9.5claws17
5087
5088         * sync with 0.9.5cvs8
5089                 see ChangeLog 2003-09-16 and 2003-09-17
5090
5091 2003-09-16 [paul]       0.9.5claws16
5092
5093         * sync with 0.9.5cvs6
5094                 see ChangeLog 2003-09-16
5095
5096 2003-09-15 [paul]       0.9.5claws15
5097
5098         * sync with 0.9.5cvs5
5099                 see ChangeLog 2003-09-15
5100
5101 2003-09-14 [alfons]     0.9.5claws14
5102
5103         * src/inc.c
5104                 make "Go to inbox after receiving new mail" again;
5105                 regression of a sync, restored to sylpheed main 
5106                 behaviour. (misses still some bits)
5107
5108 2003-09-14 [alfons]     0.9.5claws13
5109
5110         * src/prefs_filtering_action.c
5111                 o add proper message if empty execute command line
5112                 o don't select first action item after registering a
5113                   new action to prevent (what seems to be a GTK) bug
5114                   #36, "filtering will only accept one action change 
5115                   per invocation".
5116
5117 2003-09-14 [alfons]     0.9.5claws12
5118
5119         * src/prefs_filtering.c
5120         * src/prefs_filtering_action.c
5121         * src/prefs_matcher.c
5122                 fix function signature for key_pressed_event signal handlers
5123
5124 2003-09-14 [alfons]     0.9.5claws11
5125
5126         * src/mainwindow.c
5127                 fix regression caused by fix for invalid bug #7
5128                 (should fix #246, "Multiple selections are deselected when 
5129                 moving from search window to main window")
5130                 
5131 2003-09-14 [alfons]     0.9.5claws10
5132         
5133         * src/actions.[ch]
5134         * src/filtering.[ch]
5135         * src/prefs_actions.c
5136                 allow `filtering actions` in actions; only for advanced users
5137                 right now: try for example, "%as{mark color 2}" 
5138         
5139 2003-09-13 [paul]       0.9.5claws9
5140         
5141         * po/pl.po
5142           po/zh_CN.po   ** NEW FILE **
5143                 update Polish translation, submitted by Emil 
5144                 <eminowbl@posejdon.wpk.p.lodz.pl>
5145                 add new Simplified Chinese translation, submitted by
5146                 Hansom Young <hansom_young@yahoo.com>
5147
5148 2003-09-12 [alfons]     0.9.5claws8
5149
5150         * src/summaryview.c
5151                 don't open separate message views when View | Separate message view
5152                 is active 
5153                 (please look carefully for any navigation regressions)
5154
5155 2003-09-11 [alfons]     0.9.5claws7
5156
5157         * src/mainwindow.c
5158                 make default message view, opened by View | Separate message 
5159                 view, look like a claws message view (which includes a menu
5160                 bar and a toolbar)
5161                 (fixes bug #298, "message view loses tool bar") 
5162
5163 2003-09-11 [christoph]  0.9.5claws6
5164
5165         * src/folderview.c
5166                 fix double deleting of newsgroup folders
5167
5168         (closes Bug 305 crash after deleting of a newsgroup)
5169
5170 2003-09-11 [paul]       0.9.5claws5
5171
5172         * src/rfc2015.c
5173           src/common/utils.h
5174                 more sync'ing from 0.9.5cvs2
5175
5176 2003-09-11 [christoph]  0.9.5claws4
5177
5178         * src/compose.c
5179         * src/rfc2015.c
5180         * src/common/utils.h
5181                 fix sync with 0.9.5cvs2
5182
5183 2003-09-11 [paul]       0.9.5claws3
5184
5185         * sync with 0.9.5cvs4
5186                 see ChangeLog 2003-09-11
5187
5188 2003-09-11 [paul]       0.9.5claws2
5189
5190         * sync with 0.9.5cvs2
5191                 see ChangeLog 2003-09-05
5192                 
5193 2003-09-11 [paul]       0.9.5claws1
5194
5195         * sync with 0.9.5cvs3
5196                 see ChangeLog 2003-09-10
5197
5198 2003-09-10 [paul]       0.9.5claws
5199
5200         * 0.9.5claws released
5201
5202 2003-09-10 [paul]       0.9.4claws78
5203
5204         * src/Makefile.am
5205                 add missing files
5206
5207 2003-09-10 [melvin]     0.9.4claws77
5208
5209         * po/fr.po
5210                 Updated French translations
5211
5212 2003-09-10 [paul]       0.9.4claws76
5213
5214         * po/es.po
5215           po/sk.po
5216           po/sr.po
5217                 update Spanish, Slovak, and Serbian translations.
5218                 submitted by Ricardo Mones Lastra, Andrej Kacian,
5219                 and Urke MMI
5220                 
5221         * AUTHORS
5222                 add translation team section
5223
5224 2003-09-09 [christoph]  0.9.4claws75
5225
5226         * src/folder.c
5227                 free item->prefs in folder_item_destroy
5228
5229 2003-09-09 [alfons]     0.9.4claws74
5230
5231         * src/folderview.c
5232                 o proper check for root node sorting
5233                 o remove unnecessary gtk_ctree_remove_node 
5234
5235         (should fix bug #300, "crash while moving folder")      
5236
5237 2003-09-08 [christoph]  0.9.4claws73
5238
5239         * src/folderview.c
5240                 o fix double adding of IMAP FolderItems to GtkCTree
5241                 o fix crash then mbox folder is removed
5242
5243 2003-09-08 [christoph]  0.9.4claws72
5244
5245         * src/folder.c
5246         * src/folderview.c
5247         * src/mainwindow.c
5248                 fix new folder notification
5249
5250         * src/mbox_folder.c
5251                 fix cache path
5252
5253 2003-09-08 [christoph]  0.9.4claws71
5254
5255         * src/compose.c
5256                 replace '\n' and '\r' before removing trailing spaces
5257
5258         * src/folder.[ch]
5259         * src/folderview.c
5260                 add information about new or removed items in folder tree change
5261                 notification and use this in folderview to add and remove only
5262                 the appected items and not refresh the whole tree
5263
5264 2003-09-07 [match]      0.9.4claws70
5265
5266         * src/Makefile.am
5267         * src/addr_compl.c
5268         * src/addressbook.c
5269         * src/addressitem.h
5270         * src/addrindex.c
5271         * src/addritem.c
5272         * src/addritem.h
5273         * src/addrquery.c                       ** NEW **
5274         * src/addrquery.h
5275         * src/ldapquery.c
5276         * src/ldapserver.c
5277         * src/stock_pixmap.c
5278         * src/stock_pixmap.h
5279         * src/pixmaps/address_search.xpm        ** NEW **
5280                 re-introduce Lookup button for LDAP 'static' searches.
5281
5282 2003-09-07 [alfons]     0.9.4claws69
5283         
5284         * src/summaryview.c
5285                 abandon setting usize for messageview because it gives layout problems
5286                 with the quick search bar and the headerview; fixes assorted UI glitches:
5287                 
5288                 o bug #148, "Toggling of quick-search bar reduces index view area" 
5289                 o bug #280, "Window resiizes for line length but does not revert"
5290
5291 2003-09-07 [christoph]  0.9.4claws68
5292
5293         * src/compose.c
5294                 o make sure we don't have any newlines in header values
5295                 o check custom headers for spaces and newlines and ignore
5296                   malformed header names
5297
5298 2003-09-06 [christoph]  0.9.4claws67
5299
5300         * src/folder.c
5301         * src/folderview.c
5302                 invoke notification hook for folder tree changes after append
5303                 and remove folder
5304
5305         (closes Bug 294 Crash while moving folder with many subdirectories)
5306
5307 2003-09-06 [christoph]  0.9.4claws66
5308
5309         * src/folder.c
5310                 destroy folder's MsgCache if FolderItem is removed to make sure
5311                 it is not saved when the FolderItem is destroyed
5312
5313 2003-09-06 [christoph]  0.9.4claws65
5314
5315         * src/plugins/clamav/clamav_plugin.c
5316                 fix copy & paste bug
5317
5318 2003-09-05 [christoph]  0.9.4claws64
5319
5320         * src/folder.c
5321         * src/messageview.[ch]
5322         * src/procmsg.[ch]
5323         * src/summaryview.c
5324                 extend MSGINFO_UPDATE_HOOK to send delete notifications. Used
5325                 by MessageView to clear it when the message is deleted. Should
5326                 work even if messages are deleted in MainWindow or by
5327                 processing.
5328
5329 2003-09-05 [alfons]     0.9.4claws63
5330
5331         * src/messageview.c
5332                 deleting a message in a message view frees its msginfo, make 
5333                 messageview_update_all() aware of that (should fix bug #293,
5334                 "deleting message caused crash")
5335
5336 2003-09-05 [melvin]     0.9.4claws62
5337
5338         * src/action.c
5339                 Improve synchronous action exit code (fixes 
5340                 a ~5 seconds delay after action exit on RedHat 9)
5341
5342 2003-09-04 [christoph]  0.9.4claws61
5343
5344         * src/compose.c
5345         * src/rfc2015.c
5346         * src/common/utils.[ch]
5347                 add util function to create mime boundary and use it
5348                 in compose and gpg code
5349
5350 2003-09-04 [alfons]     0.9.4claws60
5351
5352         * src/folder.c
5353                 source folder item's GNode should already have been freed in 
5354                 a previous call to src->folder->klass->remove_folder()
5355                 (should fix bug #287, "crash when moving folders")
5356
5357 2003-09-03 [thorsten]   0.9.4claws59
5358
5359         * src/plugins/spamassassin/spamassassin_gtk.c
5360                 fix compile error
5361
5362 2003-09-03 [christoph]  0.9.4claws58
5363
5364         * src/plugins/spamassassin/spamassassin.[ch]
5365         * src/plugins/spamassassin/spamassassin_gtk.c
5366                 add timeout config option
5367
5368 2003-09-03 [paul]       0.9.4claws57
5369
5370         * po/sk.po      ** NEW FILE **
5371                 add Slovak translation. Submitted by Andrej Kacian 
5372                 <andrej@kacian.sk>
5373
5374 2003-09-03 [paul]       0.9.4claws56
5375
5376         * src/plugins/clamav/clamav_plugin_gtk.c
5377                 gui tweaks: replace a label with a tooltip, modify the
5378                 text, use gtk_check_button_new(); instead of
5379                 gtk_check_button_new_with_label("");
5380
5381 2003-09-02 [alfons]     0.9.4claws55
5382
5383         * src/gtk/filesel.c
5384                 remember last used dir when attaching multiple files (should fix
5385                 bug #290, "Attach File does not remember directory")
5386
5387 2003-09-01 [paul]       0.9.4claws54
5388
5389         * po/es.po
5390                 updated by Ricardo Mones Lastra
5391
5392 2003-09-01 [alfons]     0.9.4claws53
5393
5394         * src/gtk/gtkaspell.[ch]
5395                 be pedantic and strict and use const gchar * instead of guchar *
5396
5397 2003-09-01 [alfons]     0.9.4claws52
5398
5399         * src/mainwindow.c
5400         * src/summaryviewc.
5401                 re-enable Save As when multiple messages are selected
5402
5403 2003-09-01 [paul]       0.9.4claws51
5404
5405         * src/textview.c
5406                 g_free(trimmed_uri);
5407
5408 2003-09-01 [paul]       0.9.4claws50
5409
5410         * sync with 0.9.4cvs13
5411                 see ChangeLog 2003-09-01
5412
5413 2003-09-01 [paul]       0.9.4claws49
5414
5415         * src/textview.c
5416                 trim uri before sending to the statusbar
5417                 fixes Bug 275 'Clicking on long URL wrapped onto two lines
5418                 in the message window causes main S-C window to enlarge 
5419                 past screen edges'
5420
5421 2003-09-01 [paul]       0.9.4claws48
5422
5423         * sync with 0.9.4cvs12
5424                 see ChangeLog 2003-09-01
5425
5426 2003-08-30 [christoph]  0.9.4claws47
5427
5428         * src/compose.c
5429         * src/folder_item_prefs.[ch]
5430         * src/prefs_folder_item.c
5431         * src/gtk/gtkaspell.[ch]
5432                 commit per folder dictionary patch by
5433                 Paul Evans <nerd@freeuk.com>
5434
5435 2003-08-30 [christoph]  0.9.4claws46
5436
5437         * src/plugins/spamassassin/spamassassin_gtk.c
5438         * src/plugins/spamassassin/spamassassin_gtk.glade
5439                 reduce GUI clutter by placing hints into tooltips
5440
5441 2003-08-30 [paul]       0.9.4claws45
5442
5443         * src/compose.c
5444                 add 'Content-Disposition: inline' to a text/plain
5445                 part when using PGP/MIME signing
5446
5447 2003-08-30 [paul]       0.9.4claws44
5448
5449         * src/prefs_common.c
5450           src/prefs_spelling.c
5451           src/prefs_spelling.glade
5452                 reduce GUI clutter by placing hints into tooltips
5453
5454 2003-08-29 [christoph]  0.9.4claws43
5455
5456         * configure.ac
5457                 fix bug found by Ivan Rayner <ivanr@sgi.com>
5458
5459         * src/stock_pixmap.c
5460                 change unecessary warning into a debug message
5461
5462         * src/plugins/clamav/Makefile.am
5463                 Fix error "-I$(CLAMAV_LIBS)"
5464
5465 2003-08-29 [christoph]  0.9.4claws42
5466
5467         * intl/Makefile.in
5468         * src/Makefile.am
5469         * src/matcher.h
5470         * src/common/Makefile.am
5471         * src/common/passcrypt.c
5472                 commit fixes and patches for some of the IRIX problems found by
5473                 Ivan Rayner <ivanr@sgi.com>
5474
5475 2003-08-29 [paul]       0.9.4claws41
5476
5477         * src/prefs_filtering.c
5478                 add 'Top' and 'Bottom' buttons, based on changes in
5479                 src/prefs_filter.c in 0.9.4cvs11.
5480
5481 2003-08-27 [christoph]  0.9.4claws40
5482
5483         * src/folderview.c
5484                 fix bug that the current summary settings were copied to the
5485                 wrong folder item, when the folder item prefs are opened.
5486                 Copying is not required because summary settings and
5487                 folder_item_prefs do not contain the same settings
5488
5489 2003-08-27 [thorsten]   0.9.4claws39
5490
5491         * src/imap.c
5492                 fix compile error
5493
5494 2003-08-26 [paul]       0.9.4claws38
5495
5496         * sync with 0.9.4cvs9
5497                 see ChangeLog 2003-08-26
5498
5499 2003-08-25 [paul]       0.9.4claws37
5500
5501         * sync with 0.9.4cvs8
5502                 see ChangeLog 2003-08-25
5503
5504 2003-08-24 [christoph]  0.9.4claws36
5505
5506         * src/prefs_filtering.c
5507                 shouldn't remove items from a GSList while iterating over the
5508                 list (makes cur invalid and cur->next not accessable)
5509
5510         (closes Bug 272 i deleted an folder and some seconds later sylpheed
5511          crashed)
5512
5513 2003-08-23 [christoph]  0.9.4claws35
5514
5515         * src/news.c
5516                 news folders should be scanned when opened
5517
5518 2003-08-22 [christoph]  0.9.4claws34
5519
5520         * src/prefs_folder_item.c
5521                 use macro to assign strings that always frees the old string
5522
5523         * src/gtk/gtkaspell.[ch]
5524                 add gtkaspell_set_dictionary_menu_active_item() to set active
5525                 item in dictionary option menu
5526
5527         * src/prefs_spelling.c
5528                 use gtkaspell_set_dictionary_menu_active_item() to select
5529                 dictionary
5530
5531 2003-08-21 [christoph]  0.9.4claws33
5532
5533         * src/folder.[ch]
5534         * src/imap.c
5535         * src/mbox_folder.c
5536         * src/mh.c
5537         * src/news.c
5538                 optimize folder system
5539
5540         * src/gtk/gtkstext.c
5541                 fix division by zero when font has 0 width for ' '
5542
5543 2003-08-21 [paul]       0.9.4claws32
5544
5545         * sync with 0.9.4cvs7
5546                 see ChangeLog 2003-08-20
5547
5548 2003-08-19 [paul]       0.9.4claws31
5549
5550         * src/common/defs.h
5551                 add the missing '/' to SYLDOC_MANUAL_HTML_INDEX and
5552                 SYLDOC_FAQ_HTML_INDEX.
5553         * src/manual.c
5554                 use LC_MESSAGES instead of LC_ALL to find the current
5555                 language
5556
5557           fixes Bug #281 'in src/manual.c URL for manuals and FAQ wrong'.
5558
5559 2003-08-19 [paul]       0.9.4claws30
5560
5561         * po/bg.po
5562                 updated by George Danchev
5563
5564 2003-08-18 [luke]       0.9.4claws29
5565         * src/mimeview.[ch]
5566         * src/gtk/gtkvscrollbutton.[ch]
5567                 o removed gtk_vscrollbutton_reset() (reasons: reduce 
5568                   dependencies; do it the GTK way; reduce code -14/+2 lines)
5569                 o removed horizontal separator between icons
5570
5571 2003-08-17 [christoph]  0.9.4claws28
5572
5573         * src/procmsg.c
5574                 no subject threading when the subject has no reply prefix
5575
5576 2003-08-16 [christoph]  0.9.4claws27
5577
5578         * src/mainwindow.c
5579                 remember and restore window sizes and position when the main
5580                 window is hidden or shown
5581
5582         (closes Bug 274 Window size in 0.9.4claws18 not remembered when
5583          minimised/reopened using trayicon)
5584
5585 2003-08-16 [paul]       0.9.4claws26
5586
5587         * src/crash.c
5588                 add #include "defs.h"
5589
5590 2003-08-16 [paul]       0.9.4claws25
5591
5592         * src/plugins/clamav/clamav_plugin.c
5593                 reword a debug_print
5594                 
5595         * src/plugins/dillo_viewer/dillo_prefs.c
5596                 cosmetic: change the labels' text, add tooltips, and
5597                 left-align the hint
5598
5599 2003-08-15 [christoph]  0.9.4claws24
5600
5601         * src/news.c
5602                 complete last change (forgot some changes)
5603
5604 2003-08-15 [christoph]  0.9.4claws23
5605
5606         * src/news.c
5607                 o check number of messages and don't return a 0 message
5608                   when no messages are available
5609                 o don't parse xref header anymore
5610
5611         (closes Bug 203 I'm not getting any news)
5612
5613 2003-08-15 [paul]       0.9.4claws22
5614
5615         * src/common/defs.h
5616           src/crash.c
5617                 update and define claws bugzilla location
5618
5619 2003-08-15 [paul]       0.9.4claws21
5620
5621         * po/ru.po
5622                 update submitted by Ruslan N. Balkin
5623
5624 2003-08-14 [christoph]  0.9.4claws20
5625
5626         * src/procmsg.c
5627                 fix search for oldest node in subject threading
5628
5629 2003-08-14 [christoph]  0.9.4claws19
5630
5631         * src/procmsg.c
5632         * src/common/utils.h
5633                 add possibility to check all nodes with the same subject for
5634                 subject threading, not only the oldest node. Should not break
5635                 threads anymore if the oldest node is thread_by_subject_max_age
5636                 days older then parent, because it can now find a child of
5637                 oldest node as new parent.
5638
5639 2003-08-11 [christoph]  0.9.4claws18
5640
5641         * src/plugins/spamassassin/spamassassin.c
5642                 run spam check in background process
5643
5644 2003-08-10 [alfons]     0.9.4claws17
5645
5646         * src/summaryview.c
5647                 make `Select All' sensitive too
5648
5649 2003-08-10 [christoph]  0.9.4claws16
5650
5651         * src/imap.c
5652                 add more checks in imap_close
5653
5654 2003-08-09 [alfons]     0.9.4claws15
5655
5656         * src/prefs_spelling.c
5657                 no spell checking UI if not requested
5658
5659 2003-08-09 [alfons]     0.9.4claws14
5660
5661         * src/gtk/prefswindow.c
5662                 make it compile
5663
5664 2003-08-09 [christoph]  0.9.4claws13
5665
5666         * src/prefs_spelling.c
5667         * src/gtk/prefswindow.[ch]
5668         * src/plugins/clamav/clamav_plugin_gtk.c
5669         * src/plugins/spamassassin/spamassassin_gtk.c
5670                 sort prefs pages by heighest weight in tree
5671
5672 2003-08-09 [paul]       0.9.4claws12
5673
5674         * sync with 0.9.4cvs6
5675                 see ChangeLog 2003-08-07
5676                 
5677         * AUTHORS
5678                 add Leandro and Luke to claws-branch section
5679
5680 2003-08-09 [christoph]  0.9.4claws11
5681
5682         * src/gtk/Makefile.am
5683         * src/gtk/colorsel.[ch]                 ** NEW **
5684                 create a color selection dialog that can be used as a simple
5685                 function call with it's own gtk main loop like filesel.[ch]
5686
5687         * src/Makefile.am
5688         * src/main.c
5689         * src/prefs_common.c
5690         * src/prefs_spelling.[ch]               ** NEW **
5691         * src/prefs_spelling.glade              ** NEW **
5692         * src/gtk/gtkutils.[ch]
5693                 move "Spell Checker" prefs to new prefs dialog
5694
5695         * src/prefs_folder_item.c
5696                 use new colorsel dialog
5697
5698 2003-08-08 [paul]       0.9.4claws10
5699
5700         * src/inc.c
5701                 clear the progress bar unconditionally
5702
5703 2003-08-08 [paul]       0.9.4claws9
5704
5705         * sync with 0.9.4cvs4
5706                 see ChangeLog 2003-07-31
5707
5708 2003-08-07 [christoph]  0.9.4claws8
5709
5710         * configure.ac
5711                 fix bug in image viewer plugin part
5712
5713         * src/imap.c
5714                 don't execute close command if the folder item is not selected
5715
5716 2003-08-07 [hoa]        0.9.4claws7
5717
5718         * src/filtering.[ch]
5719         * src/matcher_parser.h
5720         * src/matcher_parser_parse.y
5721                 can define several actions for each filtering rule
5722                 can import old versions of filtering rules
5723
5724         * src/prefs_filtering.c
5725                 call to a new dialog box to define actions
5726
5727         * src/prefs_filtering_action.[ch]
5728                 dialog box to define actions for filtering rules
5729
5730 2003-08-06 [christoph]  0.9.4claws6
5731
5732         * src/imap.c
5733                 make sure source folder is selected when copying messages
5734
5735 2003-08-06 [christoph]  0.9.4claws5
5736
5737         * sync with 0.9.4cvs2
5738                 see ChangeLog 2003-07-29                
5739
5740 2003-08-05 [paul]       0.9.4claws4
5741
5742         * sync with 0.9.4cvs3
5743                 see ChangeLog 2003-07-30
5744
5745 2003-08-04 [match]      0.9.4claws3
5746
5747         * po/POTFILES.in
5748                 export of LDIF files.
5749
5750 2003-08-04 [match]      0.9.4claws2
5751
5752         * src/ldif.[ch]
5753                 support for export LDIF. documented.
5754         * src/importldif.[ch]
5755         * src/exportldif.[ch]
5756                 add tooltips. documented.
5757         * src/exphtmldlg.[ch]
5758         * src/common/xmlprops.[ch]
5759                 documented.
5760         * src/exportldif.[ch]                   ** NEW **
5761         * src/expldifdlg.[ch]                   ** NEW **
5762         * src/addressbook.[ch]
5763         * src/Makefile.am
5764                 export of LDIF files.
5765                 documented.
5766
5767 2003-08-04 [christoph]  0.9.4claws1
5768
5769         * .cvsignore
5770         * Makefile.am
5771         * configure.ac
5772         * sylpheed-claws.pc.in                  ** NEW **
5773         * src/Makefile.am
5774         * src/common/Makefile.am
5775         * src/gtk/Makefile.am
5776                 install sylpheed header files in $(pkgincludedir) and create a
5777                 pkg-config file to allow building a plugin without the source
5778                 package
5779
5780 2003-08-04 [paul]       0.9.4claws
5781
5782         * version 0.9.4claws
5783
5784 2003-08-04 [paul]       0.9.3claws97
5785
5786         * po/es.po
5787                 update Spanish translation. Submitted by Ricardo
5788                 Mones Lastra.
5789
5790 2003-08-03 [paul]       0.9.3claws96
5791
5792         * po/hr.po
5793           po/sr.po
5794                 update Croatian and Serbian translations. Submitted by
5795                 Dragan and Urke MMI respectively
5796
5797 2003-08-03 [alfons]     0.9.3claws95
5798
5799         * src/summaryview.c
5800                 mark flag has precedence over important flag - seems
5801                 to have been changed in sync of 0.9.3claws45. this fixes
5802                 a regression where messages that were scored as important
5803                 don't show their mark flags. (using the same column for
5804                 both importance as mark flags is the real problem
5805                 ofcourse)
5806
5807 2003-08-03 [melvin]     0.9.3claws94
5808
5809         * po/fr.po
5810                 Updated French translations.
5811
5812 2003-08-03 [melvin]     0.9.3claws93
5813
5814         * src/Makefile.am
5815                 Fixed typo introduced after 0.9.3claws92 
5816                 that prevented compilation
5817                 Updated to use AM_CPPFLAGS and AM_YFLAGS instead of
5818                 CPPFLAGS and YFLAGS to allow user setting these.
5819         * src/common/Makefile.am
5820         * src/gtk/Makefile.am
5821         * src/plugins/clamav/Makefile.am
5822         * src/plugins/demo/Makefile.am
5823         * src/plugins/dillo_viewer/Makefile.am
5824         * src/plugins/image_viewer/Makefile.am
5825         * src/plugins/mathml_viewer/Makefile.am
5826         * src/plugins/spamassassin/Makefile.am
5827         * src/plugins/trayicon/Makefile.am
5828         * src/plugins/trayicon/libeggtrayicon/Makefile.am
5829                 Updated to use AM_CPPFLAGS and AM_YFLAGS instead of
5830                 CPPFLAGS and YFLAGS to allow user setting these.
5831
5832 2003-08-02 [christoph]  0.9.3claws92
5833
5834         * configure.ac
5835                 o rearrange plugin tests
5836                 o add test for clamav.h to ClamAV tests
5837
5838 2003-08-02 [luke]       0.9.3claws91
5839
5840         * src/mimeview.c
5841                 o fixed appearance of icon list when toggling back from the 
5842                   ctree
5843                 o toggling of icons using the keyboard works correctly
5844                 o fixed all other keyboard shortcuts to work when icons are
5845                   active
5846         
5847         * src/messageview.c
5848                 o fixed bug 4 - focus lost when changing messageview view type
5849
5850 2003-08-02 [christoph]  0.9.3claws90
5851
5852         * src/common/hooks.c
5853                 fix crash when pointer stored in hash table could get invalid
5854                 when a plugin is unloaded
5855
5856 2003-08-01 [christoph]  0.9.3claws89
5857
5858         * configure.ac
5859                 o try to build all plugins (except spamassassin) by default
5860                 o don't build a plugin if a dependency check fails
5861
5862         * src/common/hooks.c
5863                 fix warning
5864
5865 2003-08-01 [match]      0.9.3claws88
5866
5867         * src/importldif.c
5868                 allow single click field selection. document code.
5869
5870 2003-08-01 [christoph]  0.9.3claws87
5871
5872         * src/plugins/clamav/clamav_plugin.c
5873         * src/plugins/clamav/clamav_plugin_gtk.c
5874         * src/plugins/dillo_viewer/dillo_viewer.c
5875         * src/plugins/image_viewer/plugin.c
5876         * src/plugins/mathml_viewer/mathml_viewer.c
5877         * src/plugins/spamassassin/spamassassin.c
5878         * src/plugins/spamassassin/spamassassin_gtk.c
5879         * src/plugins/trayicon/trayicon.c
5880                 add version check to all plugins
5881
5882 2003-08-01 [hoa]        0.9.3claws86
5883
5884         * src/prefs_filtering.c
5885                 fixed a cosmetic bug, during creation of dialog box,
5886                 wrong widgets were shown after creation.
5887
5888 2003-08-01 [luke]       0.9.3claws85
5889
5890         * src/mainwindow.c
5891                 o fixed visibility of icons/mimeview after toggling separate
5892                   message/folder view (factored out some similar code too).
5893
5894
5895 2003-07-31 [alfons]     0.9.3claws84
5896
5897         * src/mimeview.c
5898                 tweak icon box UI a bit more, now allowing right-clicks actions
5899                 getting the relevant mime data too; should fix #250, "Can't save 
5900                 attachments sometimes".
5901
5902 2003-07-30 [alfons]     0.9.3claws83
5903
5904         * src/compose.c
5905                 don't do auto-save-draft inside key press handler, but rather
5906                 schedule it half of a second later; should fix #67, "autosave 
5907                 make re-rediting message crazy"
5908
5909 2003-07-30 [christoph]  0.9.3claws82
5910
5911         * src/plugins/trayicon/trayicon.c
5912                 process pending events before unloading the plugin
5913
5914         (closes Bug 196 Unloading Trayicon plugin crashes Sylpheed-Claws)
5915
5916 2003-07-30 [alfons]     0.9.3claws81
5917
5918         * src/common/hooks.c
5919                 parameter 2 of g_hook_destroy() should really be a hook id
5920
5921 2003-07-30 [alfons]     0.9.3claws80
5922
5923         * src/common/plugin.c
5924                 fix a possibly harmful function signature mismatch 
5925                 for plugin_done
5926
5927 2003-07-30 [alfons]     0.9.3claws79
5928
5929         * src/common/hooks[.ch]
5930                 const correctness
5931
5932 2003-07-30 [darko]      0.9.3claws78
5933
5934         * src/summaryview.c
5935                 make it compile again
5936
5937 2003-07-30 [luke]       0.9.3claws77
5938
5939         * src/crash.c
5940         * src/main.c
5941                 o added/moved signal handlers for SIGTERM (normal kill command) 
5942                   and SIGINT (ctl-c) to be used even without 
5943                   --enable-crash-dialog, fixing bug 166
5944
5945         * src/summaryview.c
5946                 o rewrote menu sensitivity code as per mainwindow.c, fixing 
5947                   bug 227
5948
5949         * src/mainwindow.c
5950                 o changed sensitivity condition for 'Next new' and 'Next 
5951                   unread', fixing bug 8
5952
5953 2003-07-29 [alfons]     0.9.3claws76
5954
5955         * src/common/utils.[ch]
5956                 add generate_msgid()
5957         * src/messageview.c
5958                 save ack'ed RRR; fixes #205, "return receipt is not saved in
5959                 sent folder".
5960
5961 2003-07-29 [alfons]     0.9.3claws75
5962
5963         * src/messageview.c
5964                 fix a memleak (claws-only)
5965
5966 2003-07-29 [alfons]     0.9.3claws74
5967
5968         * src/mimeview.[ch]
5969         * src/gtk/gtkvscrollbutton.[ch]
5970                 fix UI glitch where mime icon toolbox' scroll position is not 
5971                 reset after switching to another message
5972                 
5973
5974 2003-07-29 [paul]       0.9.3claws73
5975
5976         * src/prefs_folder_item.c
5977                 split the prefs into 2 separate pages
5978
5979 2003-07-29 [paul]       0.9.3claws72
5980
5981         * src/compose.c
5982                 prepend "\n\n" to a signature without a separator too
5983
5984 2003-07-29 [paul]       0.9.3claws71
5985
5986         * src/compose.c
5987                 fix bug where changing to an account without an auto-sig
5988                 from an initial account without an auto-sig would insert 
5989                 2 blank lines at the cursor point
5990                 fix bug where changing to an account with an auto-sig
5991                 from an initial account without an auto-sig would insert
5992                 the sig at the cursor point
5993
5994 2003-07-29 [paul]       0.9.3claws70
5995
5996         * src/folderview.c
5997                 use the colour from the folder pref unless the folder
5998                 has new messages
5999
6000 2003-07-29 [alfons]     0.9.3claws69
6001
6002         * src/procmsg.[ch]
6003         * src/messageview.c
6004         * src/procheader.c
6005                 rewrite return receipt request work a little bit (the former 
6006                 implementation presumably depended too much on the UI setting
6007                 flags). (we're losing the old pending flag.) 
6008
6009 2003-07-28 [christoph]  0.9.3claws68
6010
6011         * src/folder.c
6012         * src/imap.c
6013         * src/mh.c
6014         * src/procmsg.[ch]
6015                 fix copy to IMAP folder from other folder
6016
6017 2003-07-28 [christoph]  0.9.3claws67
6018
6019         * src/procmsg.c
6020                 fix sync of procmsg_get_message_file_list
6021
6022 2003-07-28 [christoph]  0.9.3claws66
6023
6024         * sync with 0.9.3cvs14
6025                 see ChangeLog 2003-07-18
6026         * sync with 0.9.3cvs17
6027                 see ChangeLog 2003-07-23
6028
6029         (closes Bug 234 segmentation fault after sending out mail via
6030          smtp(auth))
6031
6032 2003-07-28 [paul]       0.9.3claws65
6033
6034         * po/es.po
6035                 update Spanish translation, submitted by Ricardo Mones
6036                 Lastra
6037
6038 2003-07-28 [christoph]  0.9.3claws64
6039
6040         * src/folder.[ch]
6041         * src/imap.c
6042         * src/mh.c
6043                 return new message numbers as a GRelation instead of a GSList
6044                 that has to be in the same order as the input list. A list
6045                 would make it hard for IMAP to optimize oepration by sorting
6046                 the input list. The returned list would have to be reordered
6047                 to match the same order that input list has.
6048
6049         * src/gtk/gtkaspell.c
6050                 fix missing return value, could cause a crash when garbage is
6051                 on the stack that is used as the expected return value
6052
6053 2003-07-28 [paul]       0.9.3claws63
6054
6055         * sync with 0.9.4cvs1
6056                 see ChangeLog 2003-07-28
6057
6058 2003-07-27 [alfons]     0.9.3claws62
6059
6060         * src/mimeview.c
6061                 tweak it more to make icon list act like a check button group
6062
6063 2003-07-27 [christoph]  0.9.3claws61
6064
6065         * sync with 0.9.3cvs20
6066                 see ChangeLog 2003-07-25
6067
6068 2003-07-27 [paul]       0.9.3claws60
6069
6070         * src/procmsg.c
6071                 re-commit changes from 0.9.3claws58 -
6072                 accidently removed in 0.9.3claws59
6073
6074 2003-07-27 [paul]       0.9.3claws59
6075
6076         * src/procmsg.[ch]
6077                 a sync from 0.9.3cvs17
6078                 see ChangeLog 2003-07-23
6079
6080 2003-07-27 [alfons]     0.9.3claws58
6081
6082         * src/procmsg.c
6083                 add missing header members to MsgInfo; fixes the problem of 
6084                 not displaying X-Faces, as noticed by Ricardo Mones
6085
6086 2003-07-26 [christoph]  0.9.3claws57
6087
6088         * sync with 0.9.3cvs18
6089                 see ChangeLog 2003-07-24
6090
6091 2003-07-26 [christoph]  0.9.3claws56
6092
6093         * sync with 0.9.3cvs17
6094                 see ChangeLog 2003-07-23
6095
6096 2003-07-26 [christoph]  0.9.3claws55
6097
6098         * src/folder.[ch]
6099         * src/imap.c
6100         * src/mbox_folder.c
6101         * src/mh.c
6102         * src/news.c
6103                 add support for copy function that copy multiple messages
6104                 (not implemented yet)
6105
6106         * src/summaryview.c
6107                 add missing return value
6108
6109 2003-07-26 [paul]       0.9.3claws54
6110
6111         * tools/multiwebsearch.pl
6112                 do whitespace substitution before passing the string
6113                 to the browser. fixes bug with browsers that don't
6114                 do whitespace conversion themselves.
6115
6116 2003-07-25 [christoph]  0.9.3claws53
6117
6118         * src/folder.[ch]
6119         * src/imap.c
6120         * src/mh.c
6121                 rewrite adding of multiple messages to a folder for
6122                 claws' folder system
6123
6124 2003-07-25 [luke]       0.9.3claws52
6125
6126         * src/mimeview.c
6127                 o icon toggles set correctly on leaving ctree mimeview
6128
6129 2003-07-25 [paul]       0.9.3claws51
6130
6131         * partial sync with 0.9.3cvs21 [src/main.c]
6132                 see ChangeLog 2003-07-25
6133
6134 2003-07-24 [paul]       0.9.3claws50
6135
6136         * tools/maildir2sylpheed.pl
6137                 fix typo
6138
6139 2003-07-24 [paul]       0.9.3claws49
6140
6141         * src/mimeview.c
6142                 increase the gutter size of paned so that the panes
6143                 can be resized
6144                 
6145         * src/plugins/demo/demo.c
6146                 squeeze in another typo fix
6147
6148 2003-07-24 [paul]       0.9.3claws48
6149
6150         * src/plugins/demo/demo.c
6151           src/prefs_account.c
6152                 small changes to the English
6153                 
6154         * src/pixmaps/mime_application_octect_stream.xpm        ** REMOVED **
6155           src/pixmaps/mime_application_octet_stream.xpm         ** NEW FILE **
6156           src/Makefile.am
6157           src/stock_pixmap.c
6158                 rename the misspelled icon
6159
6160 2003-07-23 [alfons]     0.9.3claws47
6161
6162         * src/mimeview.c
6163                 make icon list look like a list of toggles
6164
6165 2003-07-23 [luke]       0.9.3claws46
6166
6167         * src/pixmaps/mimeview_gpg_expired.xpm
6168         * src/pixmaps/mimeview_gpg_failed.xpm
6169         * src/pixmaps/mimeview_gpg_passed.xpm
6170         * src/pixmaps/mimeview_text_html.xpm
6171         * src/pixmaps/mimeview_image.xpm
6172                 o all icons the same size
6173
6174         * src/mimeview.[ch]
6175                 o mimeview ctree arranged vertically above the viewer
6176                 o icons changed to buttons
6177                 o can use keyboard to select an icon (Enter)
6178                 o resize icon list to width of icons
6179
6180         *  src/gtk/gtkvscrollbutton.c
6181                 o sensitivity of buttons reacts to position
6182
6183 2003-07-23 [christoph]  0.9.3claws45
6184
6185         * sync with 0.9.3cvs14 (incomplete)
6186                 see ChangeLog 2003-07-17
6187
6188 2003-07-23 [alfons]     0.9.3claws44
6189
6190         * src/folder.c
6191         * src/procmsg.h
6192                 sync with my local tree to restore some claws-only things
6193
6194 2003-07-23 [paul]       0.9.3claws43
6195
6196         * src/pixmaps/mime_gpg_expired.xpm      ** NEW FILE **
6197           src/pixmaps/mime_gpg_unknown.xpm      ** NEW FILE **
6198           src/Makefile.am
6199           src/mimeview.c
6200           src/procmime.h
6201           src/rfc2015.c
6202           src/stock_pixmap.[ch]
6203                 indicate missing keys and expired sigs/keys
6204                 in mime view column
6205
6206 2003-07-23 [paul]       0.9.3claws42
6207
6208         * src/compose.c
6209                 Redirect fixes: enable automatic account selection and
6210                 do not append signature to message on changing account
6211                 fixes Bug[s] #248
6212
6213 2003-07-23 [paul]       0.9.3claws41
6214
6215         * sync with 0.9.3cvs16
6216                 see ChangeLog 2003-07-23
6217
6218 2003-07-23 [alfons]     0.9.3claws40
6219
6220         * src/inc.c
6221                 give progress dialog a main window, and give it the first 
6222                 one (presumably the only one). fixes bug #247, "segfault on 
6223                 pop-before-smtp" 
6224
6225 2003-07-22 [alfons]     0.9.3claws39
6226
6227         * src/summaryview.c
6228                 shift-space scrolls up
6229
6230 2003-07-22 [paul]       0.9.3claws38
6231
6232         * sync with 0.9.3cvs15
6233                 see ChangeLog 2003-07-22
6234
6235 2003-07-20 [alfons]     0.9.3claws37
6236
6237         * src/compose.c
6238                 put menu inside #ifdef USE_ASPELL..#endif
6239
6240 2003-07-20 [christoph]  0.9.3claws36
6241
6242         * src/procmsg.c
6243                 fix wrong flags in MsgInfo returned by
6244                 procmsg_msginfo_get_full_info()
6245
6246         (closes Bug 221 Deleting messages from the Message View gives incorrect
6247          new/unread message counts in the folder view)
6248
6249         * src/plugins/spamassassin/spamassassin_gtk.c
6250                 add gettext macro for prefs page title
6251
6252 2003-07-20 [paul]       0.9.3claws35
6253
6254         * src/mimeview.c
6255                 redraw icon list on signature check
6256
6257 2003-07-20 [christoph]  0.9.3claws34
6258
6259         * src/Makefile.am
6260         * src/account.c
6261         * src/folder.[ch]
6262         * src/folder_item_prefs.[ch]            ** NEW **
6263         * src/folderview.c
6264         * src/mainwindow.c
6265         * src/mh.c
6266         * src/prefs_gtk.c
6267         * src/prefs_scoring.c
6268         * src/summaryview.c
6269         * src/prefs_folder_item.[ch]
6270                 o seperate FolderItemPrefs (formerly PrefsFolderItem) and the
6271                   Properties dialog
6272                 o use prefswindow for folder properties
6273
6274         * src/gtk/prefswindow.[ch]
6275                 change implementation to use an invisible notebook instead
6276                 of unparenting widgets
6277
6278 2003-07-20 [christoph]  0.9.3claws33
6279
6280         * src/compose.h
6281         * src/folder.c
6282         * src/folderview.h
6283         * src/headerview.h
6284         * src/prefs_filtering.h
6285         * src/prefs_folder_item.[ch]
6286         * src/procmime.h
6287         * src/procmsg.h
6288         * src/summaryview.h
6289                 clean up header mess
6290                 (always use 1. typedefs, 2. #includes, 3. structures)
6291
6292         * src/common/version.h.in
6293                 add casts for constants
6294
6295         * src/plugins/demo/demo.c
6296                 fix typo
6297
6298         * src/plugins/spamassassin/spamassassin.c
6299                 remove unused variable
6300
6301 2003-07-20 [alfons]     0.9.3claws32
6302
6303         * src/mimeview.c
6304                 o make icon buttons respond on left click
6305                 o minor cosmetic change
6306
6307 2003-07-19 [luke]       0.9.3claws31
6308
6309         * src/mimeview.[ch]
6310         * src/gtk/gtkvscrollbutton.c
6311         * src/messageview.c
6312                 o improved mimeview behaviour when selecting a new message
6313                 o plus code cleanups to remove compile warnings
6314
6315
6316 2003-07-19 [alfons]     0.9.3claws30
6317
6318         * src/procmsg.c
6319         * src/compose.c
6320         * src/common/utils.[ch]
6321                 subject_get_reply_prefix_length() <- subject_get_prefix_length()
6322
6323 2003-07-19 [alfons]     0.9.3claws29
6324
6325         * src/prefs_folder_item.c
6326                 reinit "legacy" tmp_prefs, so we don't free nor use invalid 
6327                 string pointers
6328
6329 2003-07-19 [luke]       0.9.3claws28
6330
6331         * src/messageview.c
6332         * src/mimeview.[ch]
6333         * src/procmime.h
6334         * src/rfc2015.c
6335         * src/stock_pixmap.[ch]
6336         * src/gtk/Makefile.am
6337         * src/Makefile.am
6338         * src/gtk/gtkvscrollbutton.[ch]         ** NEW **
6339         * src/pixmaps/mime_*.xpm                ** NEW **
6340                 o mimeview rearrangement with a new icon shortcut bar
6341
6342 2003-07-19 [alfons]     0.9.3claws27
6343
6344         * src/folderview.c
6345                 o plug leaking nodes_to_recollapse
6346                 o add folderview_recollapse_all_nodes() (not used yet)
6347
6348 2003-07-19 [alfons]     0.9.3claws26
6349
6350         * src/compose.c
6351         * src/common/utils.c
6352                 honour #240 "Better SUBJECT handling" by cleaning the prefix
6353                 for both forwarding as replying
6354
6355 2003-07-18 [christoph]  0.9.3claws25
6356
6357         * configure.ac
6358         * src/common/sylpheed.[ch]
6359         * src/common/version.h.in
6360                 add version in numeric form to allow easy comparison
6361
6362         * src/plugins/demo/demo.c
6363                 add version check
6364                 - sylpheed version > plugin version => never allowed, sylpheed
6365                   could contain unknown API changes
6366                 - sylpheed version < minimum version required => don't load,
6367                   API required not available (if linking does not fail)
6368
6369 2003-07-18 [alfons]     0.9.3claws24
6370         
6371         * src/common/plugin.[ch]
6372                 const correctness
6373
6374 2003-07-18 [christoph]  0.9.3claws23
6375
6376         * src/common/hooks.c
6377                 fix crash when hooks where unregisted
6378
6379         * src/plugins/trayicon/trayicon.c
6380                 unregister detroy signal before destroying the widget
6381                 (still crashes when the plugin is unloaded)
6382
6383 2003-07-18 [alfons]     0.9.3claws22
6384         
6385         * src/folderview.c
6386                 delay expanding folder tree during drags until timeout triggered
6387                 (needs perhaps some tweaking, so testing is welcome)
6388
6389 2003-07-17 [alfons]     0.9.3claws21
6390
6391         * src/folderview.c
6392                 clean up cruft
6393
6394 2003-07-17 [christoph]  0.9.3claws20
6395
6396         * src/common/session.c
6397                 fix opening of SSL connections
6398
6399         * src/plugins/image_viewer/Makefile.am
6400                 add OPENSSL_CFLAGS (we should find a better solution to remove
6401                 this dependencies if they are not required)
6402
6403         * src/plugins/spamassassin/spamassassin.c
6404                 remove setlocale workaround (fixed in libspamc)
6405
6406         (closes Bug Bug 184 Entering non-ascii character deletes previous char
6407          if spell checking enabled)
6408
6409 2003-07-17 [alfons]     0.9.3claws19
6410
6411         * src/common/hooks.[ch]
6412         * src/plugins/clamav/clamav_plugin.c
6413         * src/plugins/spamassassin/spamassassin.c
6414         * src/plugins/trayicon/trayicon.c
6415                 fix signedness muck 
6416
6417 2003-07-17 [alfons]     0.9.3claws18
6418
6419         * src/procmime.c
6420                 plug memleak
6421
6422 2003-07-17 [alfons]     0.9.3claws17
6423
6424         * src/inc.c
6425                 plug memleak
6426
6427 2003-07-17 [paul]       0.9.3claws16
6428
6429         * src/common/defs.h
6430           src/mainwindow.c
6431           src/manual.[ch]
6432                 add link to the Claws site's FAQ page, after the suggestion
6433                 and patch by Fred Marton <Fred.Marton@uni-bayreuth.de>
6434                 Move url strings to defs.h
6435                 
6436         * src/mainwindow.c
6437                 fix typo to prevent "unknown menu entry" warnings
6438
6439 2003-07-17 [alfons]     0.9.3claws15
6440
6441         * src/folderview.[ch]
6442         * src/summaryview.[ch]
6443         * src/mimeview.[ch]
6444                 plug DnD leaks 
6445
6446 2003-07-17 [paul]       0.9.3claws14
6447
6448         * src/inc.c
6449                 remove two instances of 'GTK_EVENTS_FLUSH' because
6450                 they are unnecessary and probably cause a stack overflow
6451
6452 2003-07-16 [christoph]  0.9.3claws13
6453
6454         * src/mimeview.[ch]
6455                 use an invisible GTK notebook to switch between viewers
6456                 instead of reparenting widgets
6457
6458 2003-07-16 [christoph]  0.9.3claws12
6459
6460         * src/folder.c
6461                 move folder_item_update_freeze() to correct place in
6462                 folder_item_scan_full()
6463
6464 2003-07-16 [paul]       0.9.3claws11
6465
6466         * sync with 0.9.3cvs12
6467                 see ChangeLog 2003-07-14 and 2003-07-15
6468
6469 2003-07-16 [christoph]  0.9.3claws10
6470
6471         * src/imap.[ch]
6472         * src/prefs_account.[ch]
6473                 sync IMAP CRAM-MD5 authentication with sylpheed-main
6474
6475 2003-07-15 [alfons]     0.9.3claws9
6476
6477         * src/main.c
6478                 make --config-dir do something useful
6479
6480 2003-07-15 [alfons]     0.9.3claws8
6481
6482         * src/procmsg.c
6483                 o fix a bug where 'last' didn't really point to the last message
6484                   in the top level list of children, but to the last threaded
6485                   message. 
6486                 
6487                 o clean up and make it easier to sync
6488
6489 2003-07-15 [alfons]     0.9.3claws7
6490
6491         * src/mainwindow.c
6492                 make correct menu items sensitive       
6493
6494 2003-07-14 [alfons]     0.9.3claws6
6495
6496         * src/procmsg.c
6497                 tune the threader so it will not subject-thread any message
6498                 without a subject prefix (this will not thread correctly if 
6499                 a parent is delivered after their childs, but it looks 
6500                 better right now)
6501
6502 2003-07-13 [christoph]  0.9.3claws5
6503
6504         * src/mainwindow.c
6505                 group "Add mailbox *..." menu items in submenu
6506
6507 2003-07-13 [alfons]     0.9.3claws4
6508
6509         * src/summaryview.c
6510                 correct summary_toggle_pressed() signature and make sure
6511                 signal is not passed on
6512
6513 2003-07-13 [alfons]     0.9.3claws3
6514
6515         * src/summaryview.c
6516                 o for now don't pass on keys when they we're handled by 
6517                   ctree::key_press_event
6518                 o clean up
6519
6520 2003-07-13 [alfons]     0.9.3claws2
6521         
6522         * src/main.c
6523                 add command line option "--config-dir" to get the current 
6524                 configuration dir
6525
6526 2003-07-12 [alfons]     0.9.3claws1
6527
6528         * src/matcher.[ch]
6529         * src/matcher_parser_parse.y
6530         * src/prefs_filtering.c
6531         * src/filtering.c
6532                 add "Lock" filter action to lock messages;
6533
6534         * src/filtering.c       
6535                 remove debug_print()    
6536         * src/prefs_filtering.c
6537                 re-organize matcher part 9: 
6538                 make action text entries easily extendible;
6539                 merge widget selection for ACTION_MARK, ACTION_UNMARK, ACTION_LOCK,
6540                 ACTION_UNLOCK, ACTION_MARK_AS_READ, ACTION_MARK_AS_UNREAD
6541
6542 2003-07-12 [paul]
6543
6544         * tools/README
6545                 update old information and add missing
6546                 information
6547
6548 2003-07-12 [paul]       0.9.3claws
6549
6550         * 0.9.3claws released
6551         
6552 2003-07-12 [paul]       0.9.0claws103
6553
6554         * src/Makefile.am
6555                 add addrquery.h
6556
6557 2003-07-12 [melvin]     0.9.0claws102
6558
6559         * src/messageview.c
6560                 Fixed bug #215: Show MIME tab for single text/html messages. 
6561                 
6562 2003-07-12 [paul]       0.9.0claws101
6563
6564         * man/sylpheed.1
6565                 updated
6566
6567 2003-07-12 [paul]       0.9.0claws100
6568
6569         * po/es.po
6570           po/hr.po
6571           po/pl.po
6572           po/sr.po
6573                 update Spanish, Croatian, Polish, Serbian translations.
6574                 submitted by Ricardo Mones Lastra, Dragan, Witold
6575                 Wladyslaw Wojciech Wilk, Urke MMI
6576
6577 2003-07-12 [melvin]     0.9.0claws99
6578
6579         * po/fr.po
6580                 Updated French translations.
6581
6582 2003-07-12 [paul]       0.9.0claws98
6583
6584         * src/addressbook.c
6585                 disable 'Lookup' button as it has no effect
6586
6587 2003-07-11 [alfons]     0.9.0claws97
6588         
6589         * src/summaryview.c
6590                 summary_searchbar_pressed() should return TRUE to signal that
6591                 event was handled. when returning void, the return value passed
6592                 to GTK is actually random, but maybe FALSE, in which case the
6593                 event is handled by parent
6594                 
6595 2003-07-10 [paul]       0.9.0claws96
6596
6597         * ac/missing/gettext.m4
6598                 update to version 0.12
6599
6600 2003-07-10 [paul]       0.9.0claws95
6601
6602         * src/plugins/clamav/clamav_plugin.c
6603                 fix bug where multipart/alternative messages
6604                 would slip through without being scanned
6605
6606 2003-07-10 [christoph]  0.9.0claws94
6607
6608         * src/folder.c
6609                 correct check if folder supports removing when a message is
6610                 moved. if not the message is only copied.
6611
6612         (closes Bug 132 crash on startup in newsgroups folders)
6613
6614 2003-07-09 [alfons]     0.9.0claws93
6615
6616         * configure.ac
6617         * src/common/defs.h
6618                 --with-config-dir (default .sylpheed)
6619
6620 2003-07-09 [christoph]  0.9.0claws92
6621
6622         * configure.ac
6623                 use PKG_CHECK_MODULES to check for gtkmathview
6624                 (version 0.4.2 now required)
6625
6626 2003-07-08 [melvin]     0.9.0claws91
6627
6628         * src/action.c
6629                 Implemented a progress bar that counts the number of completed
6630                 tasks when the action runs more than one command.
6631
6632 2003-07-08 [alfons]     0.9.0claws90
6633
6634         * src/procmsg.c
6635                 if queued message has an invalid Message-Id, don't try to
6636                 find message it refers to (fixes #209 "crash when processing 
6637                 in folder")
6638
6639 2003-07-08 [paul]       0.9.0claws89
6640
6641         * sync with 0.9.3cvs2
6642                 see ChangeLog 2003-07-08
6643
6644 2003-07-08 [match]      0.9.0claws88
6645
6646         * src/ldapctrl.c
6647                 extend LDAP search for first/last name by parsing search term.
6648
6649 2003-07-08 [alfons]     0.9.0claws87
6650
6651         * src/send_message.c
6652                 fix bug #208 "Status message stuck when sending on POP3 account"
6653
6654 2003-07-07 [paul]       0.9.0claws86
6655
6656         * po/hr.po
6657                 new Croatian translation, submitted by
6658                 Dragan <drleskov@inet.hr>
6659
6660 2003-07-07 [paul]       0.9.0claws85
6661
6662         * sync with 0.9.3cvs1
6663                 see ChangeLog 2003-07-07
6664
6665 2003-07-05 [christoph]  0.9.0claws84
6666
6667         * src/Makefile.am
6668         * src/messageview.c
6669         * src/mimeview.[ch]
6670         * src/stock_pixmap.[ch]
6671         * src/pixmaps/messageview_text.xpm              ** NEW **
6672                 move mimeview tabs to the right side and use icons
6673                 instead of text to save some space
6674
6675         (patch by Luke Plant <lukeplant@softhome.net>)
6676
6677 2003-07-05 [christoph]  0.9.0claws83
6678
6679         * src/inc.c
6680                 add NULL pointer checks
6681
6682         (patch by Luke Plant <lukeplant@softhome.net>)
6683         (closes Bug 204 0.9.0 quits on authentication error?!)
6684
6685 2003-07-05 [alfons]     0.9.0claws82
6686
6687         * configure.ac
6688                 take the clue in bug #202 "./configure script - 
6689                 'if test' comparison failure" reported by John Kristoff. 
6690
6691 2003-07-04 [christoph]  0.9.0claws81
6692
6693         * src/plugins/spamassassin/spamassassin.c
6694                 set timeout for spam check
6695
6696 2003-07-04 [christoph]  0.9.0claws80
6697
6698         * src/main.c
6699                 destroy all FolderItems when shutting down to
6700                 allow folders to clean up
6701
6702 2003-07-04 [melvin]     0.9.0claws79
6703
6704         * src/gtk/gtkaspell.c
6705                 Fixed bug #184 "Entering non-ascii character deletes
6706                 previous char if spell checking enabled": this makes
6707                 the spell checking in multibytes (e.g. UTF-8)locales work.
6708                 (Patch by Luke Plant).
6709                 
6710 2003-07-04 [christoph]  0.9.0claws78
6711
6712         * sync with 0.9.2cvs1
6713                 see ChangeLog 2003-06-10
6714
6715 2003-07-04 [paul]       0.9.0claws77
6716
6717         * sync with 0.9.3 release
6718                 see ChangeLog 2003-07-04
6719
6720 2003-07-03 [christoph]  0.9.0claws76
6721
6722         * src/folder.[ch]
6723         * src/imap.c
6724         * src/mbox_folder.c
6725         * src/mh.c
6726         * src/news.c
6727                 move folder_item_get_path() stuff into a folder virtual function
6728
6729         * src/procmsg.c
6730                 use folder_item_fetch_msg() to get message and do not contruct
6731                 the filename from path and number
6732
6733 2003-07-03 [paul]       0.9.0claws75
6734
6735         * sync with 0.9.2cvs12
6736                 see ChangeLog 2003-07-03
6737
6738 2003-07-02 [paul]       0.9.0claws74
6739
6740         * src/messageview.c
6741                 fix text-selection for replying
6742
6743 2003-07-02 [paul]       0.9.0claws73
6744
6745         * sync with 0.9.2cvs11
6746                 see ChangeLog 2003-07-02
6747
6748 2003-07-02 [paul]       0.9.0claws72
6749
6750         * src/procmsg.c
6751                 revert last commit because it breaks more
6752                 than it fixes
6753
6754 2003-07-02 [paul]       0.9.0claws71
6755
6756         * src/procmsg.c
6757                 fix thread by subject/sort by date
6758
6759 2003-07-01 [paul]       0.9.0claws70
6760
6761         * sync with 0.9.2cvs10
6762                 see ChangeLog 2003-07-01
6763
6764 2003-06-30 [paul]       0.9.0claws69
6765
6766         * sync with 0.9.2cvs9
6767                 see ChangeLog 2003-06-30
6768
6769 2003-06-28 [match]      0.9.0claws68
6770
6771         * src/addressbook.c
6772                 fix null ptr.
6773
6774 2003-06-27 [paul]       0.9.0claws67
6775
6776         * sync with 0.9.2cvs7
6777                 see ChangeLog 2003-06-27
6778
6779 2003-06-26 [christoph]  0.9.0claws66
6780
6781         * src/folder.c
6782                 freeze folder updates while a folder is scanned
6783
6784         (closes Bug 185 New message counter)
6785
6786 2003-06-26 [darko]      0.9.0claws65
6787
6788         * src/ldapserver.c
6789                 fix infinite loop when adding a new LDAP server
6790
6791 2003-06-26 [paul]       0.9.0claws64
6792
6793         * sync with 0.9.2cvs6
6794                 see ChangeLog 2003-06-26
6795
6796 2003-06-26 [paul]       0.9.0claws63
6797
6798         * sync with 0.9.2cvs5
6799                 see ChangeLog 2003-06-25 and 2003-06-26
6800
6801 2003-06-25 [match]      0.9.0claws62
6802
6803         * src/addr_compl.c
6804                 Fixed tab/backtab for dropped-down completion list to
6805                 move next/previous field. (close bug 147)
6806
6807 2003-06-25 [christoph]  0.9.0claws61
6808
6809         * src/addr_compl.[ch]
6810         * src/addrindex.[ch]
6811         * src/folderview.c
6812         * src/inc.c
6813         * src/news.c
6814         * src/summaryview.c
6815         * src/toolbar.c
6816                 fix warnings
6817
6818 2003-06-25 [leandro]    0.9.0claws60
6819
6820         * src/compose.c
6821                 o cleanups
6822                 o gray out "Message/Remove references" menu item if not
6823                   replying to a message
6824
6825 2003-06-24 [leandro]    0.9.0claws59
6826
6827         * src/compose.[ch]
6828                 o removed "Message/Create new thread" menu item
6829                 o added "Message/Remove references" menu item
6830                   (it's off by default and will not check anymore
6831                    if the subject changed)
6832
6833 2003-06-23 [alfons]     0.9.0claws58
6834
6835         * src/procmsg.c
6836                 try better grouping messages threaded by subject based on their age.
6837                 still not perfect - because the message tree is not sorted by date.  
6838
6839 2003-06-23 [thorsten]   0.9.0claws57
6840
6841         * src/pop.[ch]
6842                 added mail_receive_hook to allow modifications
6843                 directly after retrieval (e.g. adding headers).
6844
6845 2003-06-23 [paul]       0.9.0claws56
6846
6847         * src/sourcewindow.c
6848                  enable the use of Ctrl+A to select all text in
6849                  the sourcewindow
6850                  Patch submitted by Ivan Francolin Martinez
6851                  <ivanfm@users.sourceforge.net>
6852
6853 2003-06-22 [christoph]  0.9.0claws55
6854
6855         * src/folder.[ch]
6856                 o add notification hook for folder tree changes
6857                 o invoke hooks after folder tree scanning
6858
6859         * src/folderview.[ch]
6860                 register hook for folder tree changes that
6861                 updates the ctree
6862
6863         (there are more places that should be updated, like add, remove 
6864          or move folder)
6865
6866         (closes Bug 164 Crash on rebuild folder tree)
6867         (closes Bug 190 Crash on 'rebuilding folder tree')
6868
6869 2003-06-21 [leandro]    0.9.0claws54
6870
6871         * src/compose.[ch]
6872                 create a new thread if subject changes
6873                 (it's on by default, can be disabled in Message menu)
6874
6875 2003-06-21 [alfons]     0.9.0claws53
6876
6877         * src/summaryview.c
6878                 quiet little compiler
6879
6880 2003-06-21 [christoph]  0.9.0claws52
6881
6882         update gettext stuff to version 0.12
6883
6884 2003-06-19 [alfons]     0.9.0claws51
6885
6886         * src/common/log.c
6887         * src/common/plugin.c
6888                 move defs.h before glib.h to prevent MIN/MAX redefs
6889
6890 2003-06-19 [alfons]
6891
6892         * src/addressbook.c
6893                 translatable
6894
6895 2003-06-19 [match]      0.9.0claws50
6896
6897         * src/addressbook.[ch]
6898         * src/addrindex.[ch]
6899         * src/addr_compl.[ch]
6900         * src/editldap.[ch]
6901         * src/editldap_basedn.[ch]
6902         * src/addritem.[ch]
6903         * src/ldapquery.h
6904                 re-implemented dynamic LDAP search. works without
6905                 slowdown on display sender with addressbook
6906                 option.
6907         * src/addrbook.c
6908                 documented code.
6909
6910 2003-06-19 [paul]       0.9.0claws49
6911
6912         * src/compose.c
6913                 fix Bug #136 'Nonprovided quotation marks crash claws'
6914                 patch submitted by Pawel Pêkala <c0rn@gazeta.pl>
6915
6916 2003-06-19 [alfons]     0.9.0claws48
6917
6918         * src/prefs_common.[ch]
6919         * src/procmsg.c
6920                 restrict threading by subject by checking thread for
6921                 age (prefs_common.thread_by_subject_max_age)
6922
6923 2003-06-18 [christoph]  0.9.0claws47
6924
6925         * src/imap.c
6926                 fix memory leak in imap_cmd_fetch()
6927
6928 2003-06-18 [christoph]  0.9.0claws46
6929
6930         * src/prefs_gtk.c
6931                 fix memory leak in prefs_set_default() when used multiple
6932                 times or after prefs have been read
6933
6934 2003-06-18 [christoph]  0.9.0claws45
6935
6936         * src/common/plugin.c
6937                 fix memory leak in plugin_unload()
6938
6939 2003-06-18 [christoph]  0.9.0claws44
6940
6941         * src/imap.c
6942                 fix memory leak in imap_cmd_ok()
6943
6944 2003-06-18 [christoph]  0.9.0claws43
6945
6946         * src/folder.c
6947                 stop messages that are downloaded from POP3 and added to
6948                 an IMAP inbox from being filtered twice (first by POP3
6949                 and again when IMAP folder is scaned to get the UID of
6950                 the APPEND operation when no UIDPLUS is available)
6951
6952 2003-06-18 [alfons]
6953
6954         * tools/Makefile.am
6955                 phoenix <- firebird     
6956
6957 2003-06-18 [paul]
6958
6959         * tools/launch_phoenix          ** REMOVED **
6960           tools/launch_firebird         ** NEW **
6961                 renamed and edited to reflect the browser's name change from
6962                 'phoenix' to 'firebird'
6963
6964 2003-06-18 [paul]       0.9.0claws42
6965
6966         * sync with 0.9.2cvs2
6967                 see ChangeLog 2003-06-16
6968
6969 2003-06-17 [alfons]     0.9.0claws41
6970
6971         * src/procmsg.c
6972                 prevent threading problems when a node is an ancestor (parent / great parent),
6973                 which mostly happens with circular references (thanks to Phillipe Gramoullé
6974                 for finding an sample set of messages)
6975
6976 2003-06-16 [christoph]  0.9.0claws40
6977
6978         * src/main.c
6979                 don't popup main window on --receive or --receive-all
6980
6981         * src/mainwindow.[ch]
6982         * src/plugins/trayicon/trayicon.c
6983                 allow hiding of main window by clicking on the trayicon
6984                 (doesn't work correctly in seperate window mode and may
6985                  cause unexpected GTK problems I couldn't find yet)
6986
6987         * src/common/ssl.c
6988                 remove incorrect warning
6989
6990 2003-06-15 [alfons]     0.9.0claws39
6991
6992         * src/gtk/gtkstext.c
6993                 don't output debug text;
6994                 #ifdef out print_line() if not debugging (thanks to Martin Wicke
6995                 for pointing this out);
6996
6997 2003-06-14 [alfons]     0.9.0claws38
6998         
6999         * src/messageview.c
7000                 remove printf() and make one if..else comply with coding style
7001
7002 2003-06-14 [alfons]     0.9.0claws37
7003
7004         * AUTHORS
7005                 add Martin Wicke
7006         * src/action.c
7007         * src/messageview.[ch]
7008         * src/summaryview.c
7009                 apply patch #754162 "Quoting messages filtered by actions" submitted
7010                 by Martin Wicke, which allows quoting message body changed by an
7011                 action (Thanks!).
7012
7013 2003-06-13 [alfons]     0.9.0claws36
7014
7015         * src/utils.c
7016                 add several other subject reply prefixes (suggested by Christoph and Ivan Martinez)
7017                 use case insensitive regexp (suggested by Ivan Martinez)
7018
7019 2003-06-13 [christoph]  0.9.0claws35
7020
7021         * configure.ac
7022         * src/plugins/trayicon/Makefile.am
7023         * src/plugins/trayicon/eggtrayicon.[ch]                         ** REMOVE **
7024         * src/plugins/trayicon/trayicon.c
7025         * src/plugins/trayicon/libeggtrayicon/.cvsignore                ** NEW **
7026         * src/plugins/trayicon/libeggtrayicon/Makefile.am               ** NEW **
7027         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.[ch]          ** NEW **
7028         * src/plugins/trayicon/libeggtrayicon/gtk2-funcs.[ch]           ** NEW **
7029         * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.[ch]        ** NEW **
7030         * src/plugins/trayicon/libeggtrayicon/xembed.h                  ** NEW **
7031                 replace my own EggTrayIcon backport with the backport
7032                 used by (l|x)mule and gabber.
7033
7034 2003-06-13 [alfons]     0.9.0claws34
7035
7036         * AUTHORS
7037         * src/common/utils.c
7038                 add Aw: to list of reply prefixes (thanks to Martin Zwickel)
7039
7040 2003-06-13 [alfons]     0.9.0claws33
7041
7042         * src/compose.c
7043                 clean up a little bit
7044
7045 2003-06-12 [alfons]     0.9.0claws32
7046
7047         * src/compose.c
7048                 const correctness fix
7049
7050         * src/common/sylpheed.[ch]
7051                 () -> (void)
7052                 prevent redef MIN/MAX
7053                 
7054         * src/common/utils.[ch]
7055                 () -> (void)
7056
7057 2003-06-12 [melvin]     0.9.0claws31
7058
7059         * src/compose.c
7060                 Updated to take into accounts changes in GtkAspell.
7061
7062 2003-06-12 [alfons]     0.9.0claws30
7063
7064         * src/compose.c
7065         * src/procmsg.c
7066         * src/common/utils.[ch]
7067                 handle reply subject prefixes better (initial 
7068                 suggestion by Robert Story adapted and enhanced 
7069                 using regexps)
7070
7071 2003-06-12 [melvin]     0.9.0claws29
7072
7073         * src/compose.c
7074                 Use new gtkaspell_checkers_strerror() to get the speller's
7075                 error message instead of accessing the (now private)
7076                 checkers structure.
7077                 Minor code clean up
7078
7079         * src/main.c
7080                 Use #ifdef instead of #if for USE_ASPELL
7081                 Use the new spell checkers init/quit functions 
7082
7083         * src/gtk/gtkaspell.c
7084                 Use #ifdef instead of #if for USE_ASPELL
7085                 Moved in the majority of GtkAspell structures that were
7086                 exported before by gtkaspell.h
7087         
7088         * src/gtk/gktaspell.h
7089                 Made gtkaspell.h contain only the necessary data to be
7090                 publicized by moving many structures to gtkaspell.c.
7091                 Enclosed all the declaration in a #ifdef USE_ASPELL #endif
7092                 gtkaspell_checkers_new(): replaced by...
7093                 gtkaspell_checkers_init(): new function for initialization
7094                 gtkaspell_checkers_delete(): replaced by...
7095                 gtkaspell_checkers_quit(): new function
7096                 gtkaspell_checkers_strerror(): new function that returns
7097                 the checker's last error message.
7098                 
7099 2003-06-11 [melvin]     0.9.0claws28
7100
7101         * po/POTFILES.in
7102                 Updated to take into account gtkaspell.c migration to
7103                 ./src/gtk/ (Thanks to Ricardo Mones Lastra for reporting it)
7104
7105 2003-06-10 [alfons]     0.9.0claws27
7106
7107         * src/filtering.[ch]
7108         * src/folder.c
7109         * src/matcher.c
7110         * src/scoring.[ch]
7111                 - try fixing bug #18 (any brave testers?)
7112                 - add more robustness by refusing previously 
7113                   unchecked NULL pointers 
7114
7115 2003-06-10 [alfons]     0.9.0claws26
7116
7117         * src/procmsg.c
7118                 fix bug #176 by don't checking MsgInfos with a NULL msgid 
7119
7120 2003-06-09 [alfons]     0.9.0claws25
7121
7122         * src/prefs_common.c
7123                 fix bug #163 "Icon switching doesnt work properly" by 
7124                 preventing early freeing of prefs_common.pixmap_theme_path.
7125
7126 2003-06-09 [christoph]  0.9.0claws24
7127
7128         * src/gtk/gtkaspell.c
7129                 revert Thorsten's fix and add forgotten g_strdup for
7130                 aspell path (it should not be possible to alter the path a
7131                 GtkASpell uses from outside)
7132
7133 2003-06-09 [thorsten]   0.9.0claws23
7134
7135         * src/gtk/gtkaspell.c
7136                 dont free prefs_common.aspell_path when closing compose
7137
7138 2003-06-08 [colin]      0.9.0claws22
7139
7140         * src/plugins/spamassassin/spamassassin.c
7141                 fix prefs types
7142
7143 2003-06-07 [christoph]  0.9.0claws21
7144
7145         * src/Makefile.am
7146         * src/compose.c
7147         * src/gtkaspell.[ch]            ** REMOVE **
7148         * src/gtk/Makefile.am
7149         * src/gtk/gtkaspell.[ch]        ** NEW **
7150                 o make gtkaspell independent from sylpheed's prefs
7151                 o move gtkaspell.[ch] to gtk directory
7152
7153 2003-06-07 [christoph]  0.9.0claws20
7154
7155         * src/Makefile.am
7156         * src/crash.c
7157         * src/export.c
7158         * src/filesel.[ch]              ** REMOVE **
7159         * src/folder.c
7160         * src/main.[ch]
7161         * src/common/sylpheed.[ch]
7162         * src/gtk/Makefile.am
7163         * src/gtk/filesel.[ch]          ** NEW **
7164         * src/gtk/pluginwindow.c
7165         * src/gtk/sslcertwindow.c
7166                 move filesel.[ch] to gtk directory
7167
7168 2003-06-07 [alfons]     0.9.0claws19
7169
7170         * src/filesel.c
7171                 make (multi) file selection dialog work again (Claws-only)
7172
7173 2003-06-07 [thorsten]   0.9.0claws18
7174
7175         * po/de.po
7176                 fix typos
7177
7178 2003-06-07 [alfons]     0.9.0claws17
7179
7180         * configure.ac
7181         * src/mimeview.c
7182                 detect apache mishap in which case don't include fnmatch.h
7183                 if regex.h is already included
7184
7185 2003-06-06 [christoph]  0.9.0claws16
7186
7187         * configure.ac
7188         * src/mimeview.h
7189                 add check for fnmatch.h and include it when available
7190
7191         * src/mimeview.[ch]
7192                 fix wrong case sensitivity of Content-Types
7193
7194         * src/gtk/Makefile.am
7195                 need the same include paths in gtk directory as in
7196                 common directory because .h files in common can
7197                 include files from these directories, when included
7198                 in gtk's .h or .c files
7199
7200 2003-06-06 [alfons]     0.9.0claws15
7201
7202         * src/mimeview.c
7203         * src/summaryview.c
7204                 make it compile again because of regex.h / fnmatch.h 
7205                 include problems (related to recent mime stuff, can
7206                 someone check this?)
7207
7208 2003-06-06 [thorsten]   0.9.0claws14
7209
7210         * src/folderview.c
7211                 possible use of uninitialized pointer while dragging
7212
7213 2003-06-06 [paul]       0.9.0claws13
7214
7215         * src/compose.c
7216                 fix bug where the insert sig button would be effective
7217                 only when auto_sig was set
7218
7219 2003-06-06 [paul]       0.9.0claws12
7220
7221         * sync with 0.9.2 release
7222
7223 2003-06-02 [paul]       0.9.0claws11
7224
7225         * sync with 0.9.1cvs1
7226                 see ChangeLog 2003-06-02
7227                 
7228         * po/de.po
7229                 update by Jens
7230
7231 2003-06-01 [christoph]  0.9.0claws10
7232
7233         * src/account.c
7234                 don't use substring search to find accounts by email address
7235
7236         (closes Bug 169 Overly loose matching of "From" address)
7237
7238 2003-05-31 [christoph]  0.9.0claws9
7239
7240         * doc-src/rfc2683.txt
7241         * src/imap.c
7242                 limit IMAP command length as recommended in RFC2683
7243                 (message number lists will be split into multiple imap
7244                 sets, the limit of 1000 octets is not a hard limit)
7245
7246         (closes Bug 161 sylpheed-claws exits with segfault when logging
7247          in to certain imap-servers)
7248
7249 2003-05-29 [alfons]     0.9.0claws8
7250
7251         * src/toolbar.[ch]
7252                 add print button (calling summary_print());
7253                 fine tune setting tooltip text;
7254                 (if someone needs other buttons, please take these 
7255                 commits as a guide, instead of bothering us - also
7256                 see 0.8.11claws150) 
7257
7258 2003-05-29 [darko]      0.9.0claws7
7259
7260         * src/compose.c
7261                 fix crash when word wrapping kicks in due to
7262                 changed text by spell checker
7263
7264 2003-05-29 [paul]       0.9.0claws6
7265
7266         * src/compose.c
7267                 fix bug where changing account would insert
7268                 sig even if auto_sig was FALSE
7269                 
7270         * ChangeLog
7271           ChangeLog.jp
7272           INSTALL
7273                 sync with 0.9.1 release
7274
7275 2003-05-28 [christoph]  0.9.0claws5
7276
7277         * src/imap.c
7278                 fix truncation of too long commands
7279
7280         (closes Bug 167 IMAP hangs trying to get envelope
7281          information in imap_get_uncached_messages)
7282
7283 2003-05-27 [paul]       0.9.0claws4
7284
7285         * tools/Makefile.am
7286           tools/maildir2sylpheed.pl     ** NEW FILE **
7287                 add kmail to sylpheed mailbox conversion script
7288
7289 2003-05-27 [paul]       0.9.0claws3
7290
7291         * sync with 0.9.0cvs10
7292                 see ChangeLog 2003-05-26
7293
7294 2003-05-26 [paul]       0.9.0claws2
7295
7296         * sync with 0.9.0cvs9
7297                 see ChangeLog 2003-05-26
7298
7299 2003-05-24 [paul]       0.9.0claws1
7300
7301         * sync with 0.9.0cvs8
7302                 see ChangeLog 2003-05-23
7303
7304 2003-05-24 [paul]       0.9.0claws
7305
7306         * version 0.9.0claws released
7307
7308 2003-05-24 [paul]       0.8.11claws177
7309
7310         * src/plugins/dillo-viewer/Makefile.am
7311           src/plugins/traycon/Makefile.am
7312                 add missing files
7313                 
7314         * po/bg.po
7315           po/en_GB.po
7316           po/es.po
7317           po/it.po
7318           po/pt_BR.po
7319           po/ru.po
7320           po/sr.po
7321                 update Bulgarian, British English, Spanish, Italian, 
7322                 Brazilian Portuguese, Russian, and Serbian translations, 
7323                 submitted by George Danchev, [me], Ricardo Mones Lastra,
7324                 André Filipe de Assunção e Brito, Alessandro Maestri, 
7325                 Ruslan N. Balkin, and Urke MMI
7326
7327 2003-05-23 [melvin]     0.8.11claws176
7328
7329         * po/fr.po
7330                 Updated French translations
7331
7332 2003-05-22 [paul]       0.8.11claws175
7333
7334         * src/Makefile.am
7335           src/addrbook.[ch]
7336           src/addrcache.[ch]
7337           src/addr_compl.[ch]
7338           src/adressbook.[ch]
7339           src/addrindex.[ch]
7340           src/addritem.[ch]
7341           src/editaddress.c
7342           src/editgroup.c
7343           src/editldap_basedn.c
7344           src/editldap.c
7345           src/jpilot.c
7346           src/vcard.c
7347                 revert to get ldap into it previous working state
7348                 
7349         * po/zh_TW.Big5.po
7350                 new Taiwanese translation,
7351                 submitted by Tsu-Fan Cheng <tscheng@ic.sunysb.edu>
7352
7353 2003-05-22 [christoph]  0.8.11claws174
7354
7355         * src/plugins/spamassassin/libspamc.[ch]
7356                 sync libspamc with SpamAssaain release 2.55
7357
7358 2003-05-22 [paul]       0.8.11claws173
7359
7360         * sync with 0.9.0cvs7
7361                 see ChangeLog 2003-05-22
7362                 
7363         * src/summaryview.c
7364                 revert change in 0.8.11claws172: follow
7365                 Hiroyuki's decision and that's the end of it.
7366
7367 2003-05-21 [paul]       0.8.11claws172
7368
7369         * src/summaryview.c
7370                 fix discrepency between open_unread_on_enter
7371                 and always_show_msg
7372
7373 2003-05-21 [paul]       0.8.11claws171
7374
7375         * sync with 0.9.0cvs6
7376                 see ChangeLog 2003-05-21
7377
7378 2003-05-21 [paul]       0.8.11claws170
7379
7380         * sync with 0.9.0cvs5
7381                 see ChangeLog 2003-05-21
7382
7383 2003-05-20 [paul]       0.8.11claws169
7384
7385         * sync with 0.9.0cvs4
7386                 see ChangeLog 2003-05-20
7387                 fixes bug #152, 'encoding of IMAP folders names'
7388
7389 2003-05-20 [paul]       0.8.11claws168
7390
7391         * sync with 0.9.0cvs3
7392                 see ChangeLog 2003-05-20
7393                 
7394         * src/tools/convert_mbox.pl
7395                 minor change in the comments, submitted by Fred Marton
7396
7397 2003-05-19 [paul]       0.8.11claws167
7398
7399         * src/plugins/clamav/Makefile.am
7400           configure.ac
7401                 link clamav_lib to the plugin and not to the main program
7402
7403 2003-05-19 [christoph]
7404
7405         * src/Makefile.am
7406                 add -export-dynamic for linking
7407
7408 2003-05-19 [paul]       0.8.11claws166
7409
7410         * sync with 0.9.0cvs1
7411                 see ChangeLog 2003-05-19
7412
7413 2003-05-19 [paul]       0.8.11claws165
7414
7415         * src/inc.c
7416                 fix 'pop before smtp' timeout
7417
7418 2003-05-18 [alfons]     0.8.11claws164
7419
7420         * src/prefs_matcher.c
7421                 put "execute" action command line ("expression") in edit box
7422
7423 2003-05-18 [christoph]  0.8.11claws163
7424
7425         * src/mimeview.[ch]
7426         * src/plugins/dillo_viewer/dillo_viewer.c
7427         * src/plugins/image_viewer/viewer.c
7428         * src/plugins/mathml_viewer/mathml_viewer.c
7429                 let a viewer have a list of Content-Types
7430
7431 2003-05-18 [paul]       0.8.11claws162
7432
7433         * src/prefs_filtering.c
7434                 add 'Recipient' label for FORWARD, FORWARD_AS_ATTACHMENT,
7435                 and REDIRECT actions
7436
7437 2003-05-17 [christoph]
7438
7439         * README.claws
7440                 o remove dynamic signatures that was syned with main
7441                 o add infos about no longer "build in" image viewer
7442                 o update bugtracker URL
7443
7444 2003-05-17 [christoph]  0.8.11claws161
7445
7446         * src/folder.c
7447         * src/folderview.c
7448         * src/imap.c
7449                 don't use imap_scan_folder anymore. Instead call folder_item_scan
7450                 for every folder after rebuilding the folder tree.
7451
7452         (closes Bug 19 imap_scan_folder() computes incorrectly number of new
7453          messages)
7454
7455 2003-05-17 [christoph]  0.8.11claws160
7456
7457         * src/imap.c
7458                 don't use STATUS command on current folder to check for
7459                 content changes. imap_cmd_ok() now tracks changes to
7460                 folder and number of existing messages.
7461
7462 2003-05-17 [paul]       0.8.11claws159
7463
7464         * src/plugins/clamav/clamav_plugin.c
7465                 remove unnecessary debug_print
7466
7467 2003-05-16 [thorsten]   0.8.11claws158
7468
7469         * src/plugins/demo.c
7470                 included missing intl.h
7471
7472 2003-05-16 [paul]       0.8.11claws157
7473
7474         * po/POTFILES.in
7475                 remove non-existant entries
7476         
7477         * src/plugins/clamav/clamav_plugin.c
7478           src/plugins/clamav/clamav_plugin_gtk.c
7479           src/plugins/dillo_viewer/dillo_prefs.c
7480           src/plugins/dillo_viewer/dillo_viewer.c
7481                 gettextise
7482
7483 2003-05-16 [christoph]  0.8.11claws156
7484
7485         * po/POTFILES.in
7486                 include plugin .c files for translation until I
7487                 find a better solution to have plugins have their
7488                 own textdomain
7489         * src/plugins/demo/demo.c
7490         * src/plugins/image_viewer/plugin.c
7491         * src/plugins/mathml_viewer/mathml_viewer.c
7492         * src/plugins/spamassassin/spamassassin.c
7493         * src/plugins/spamassassin/spamassassin_gtk.c
7494         * src/plugins/trayicon/trayicon.c
7495                 add gettext macros for plugin name and description
7496
7497 2003-05-16 [paul]
7498
7499         * sync with 0.9.0
7500
7501 2003-05-16 [paul]       0.8.11claws155
7502
7503         * sync with lastest 0.9.0pre1
7504                 see ChangeLog 2003-05-16
7505
7506 2003-05-15 [paul]       0.8.11claws154
7507
7508         * sync with latest 0.9.0pre1
7509                 see ChangeLog 2003-05-14 and 2003-05-15
7510
7511 2003-05-14 [christoph]  0.8.11claws153
7512
7513         * src/plugins/image_viewer/viewer.c
7514         * src/plugins/image_viewer/viewer.glade         ** NEW **
7515         * src/plugins/image_viewer/viewerprefs.c
7516                 make it possible to disable the autoload function in the
7517                 imageviewer again
7518
7519 2003-05-14 [christoph]  0.8.11claws152
7520
7521         * src/folder.c
7522                 fix folder update after adding a message
7523
7524 2003-05-13 [alfons]     0.8.11claws151
7525
7526         * src/common/session.c
7527                 remove debug traces
7528                 
7529         * src/addrcache.[ch]
7530         * src/filtering.[ch]
7531         * src/folder.[c]
7532         * src/gtkaspell.[ch]
7533         * src/imap.[ch]
7534         * src/mbox_folder.[ch]
7535         * src/mh.[ch]
7536         * src/mimeview.h
7537         * src/msgcache.[ch]
7538         * src/news.[ch]
7539         * src/passphrase.[ch]
7540         * src/prefs_common.[ch]
7541         * src/prefs_gtk.[ch]
7542         * src/procmsg.c
7543         * src/scoring.[ch]
7544                 be pedantic; (in prototypes () implies (int))
7545
7546 2003-05-13 [alfons]     0.8.11claws150
7547
7548         * src/prefs_toolbar.[ch]
7549         * src/summaryview.[ch]
7550         * src/toolbar.[ch]
7551                 change misleading text in toolbar prefs;
7552                 add toolbar action for ignore thread (toggles ignore thread flag);
7553                 clean up a little bit;
7554
7555 2003-05-12 [paul]
7556
7557         * tools/convert_mbox.pl
7558                 bug fixed by Fred Marton
7559
7560 2003-05-12 [paul]
7561
7562         * sync with 0.9.0pre1
7563
7564 2003-05-09 [paul]       0.8.11claws149
7565
7566         * sync with 0.8.11cvs43
7567                 see ChangeLog 2003-05-09
7568
7569 2003-05-08 [christoph]  0.8.11claws148
7570
7571         * src/imap.[ch]
7572                 o use CAPABILIY as first command and check for PREAUTH
7573                   information in the response to it
7574                 o rewrite all imap_cmd_* functions to use an IMAPSession
7575                   instead of a SockInfo as parameter
7576                 o do STARTTLS after fetching and checking the server
7577                   capabilities
7578
7579 2003-05-08 [paul]       0.8.11claws147
7580
7581         * tools/Makefile.am
7582           tools/README
7583           tools/convert_mbox.pl         ** NEW FILE **
7584                 add mbox conversion script. Submitted by 
7585                 Fred Marton <Fred.Marton@uni-bayreuth.de>
7586
7587 2003-05-07 [christoph]
7588
7589         * doc-src/glade.txt
7590         * src/gtk/pluginwindow.glade
7591         * src/plugins/image_viewer/viewerprefs.glade
7592         * src/plugins/spamassassin/spamassassin_gtk.glade
7593                 add glade files for user interfaces and a description how
7594                 to use glade to create the sylpheed code
7595
7596 2003-05-07 [paul]       0.8.11claws146
7597
7598         * sync with 0.8.11cvs41
7599                 see ChangeLog 2003-05-07
7600
7601 2003-05-06 [christoph]  0.8.11claws145
7602
7603         * src/main.c
7604         * src/plugins/image_viewer/viewer.c
7605                 fix usage of imlib in imageviewer plugin
7606
7607         * src/gtk/prefswindow.c
7608                 handle window close event correctly
7609
7610 2003-05-06 [paul]       0.8.11claws144
7611
7612         * src/common/ssl.c
7613                 fix typo introduced in sync
7614
7615 2003-05-06 [paul]       0.8.11claws143
7616
7617         * sync with 0.8.11cvs39
7618                 see ChangeLog 2003-05-06
7619
7620 2003-05-06 [paul]       0.8.11claws142
7621
7622         * AUTHORS
7623           po/cs.po
7624                 updated Czech translation, submitted by 
7625                 Radek Vybiral <Radek.Vybiral@vsb.cz>
7626                 
7627         * src/plugins/clamav/clamav_plugin_gtk.c
7628                 clean up
7629
7630 2003-05-03 [alfons]     0.8.11claws141
7631
7632         * src/compose.[ch]
7633                 make paste as quotation work even when the call to 
7634                 text_inserted() was deferred (fixes bug #140 "Paste 
7635                 as quotation does not work when using "external" 
7636                 clipboard")
7637
7638 2003-05-03 [thorsten]   0.8.11claws140
7639
7640         * src/addrquery.h
7641           src/ldapquery.h
7642           src/mainwindow.c
7643                 removed C++ comments
7644         * src/addr_compl.c
7645                 function with non-int retval/param used before
7646                 implementation/declaration
7647
7648 2003-05-02 [paul]       0.8.11claws139
7649
7650         * src/addr_compl.[ch]
7651           src/addressbook.[ch]
7652           src/addrindex.c
7653           src/summaryview.c
7654                 revert match's changes to (finally) remove the bug where
7655                 opening a folder causes massive slowdown when using the 
7656                 'Display sender using address book' option
7657
7658 2003-05-01 [melvin]     0.8.11claws138
7659
7660         * src/plugins/dillo_viewer/dillo_prefs.[ch]
7661         * src/plugins/dillo_viewer/dillo_viewer.c
7662                 Fixed bug where "Cancel" button from prefs issued
7663                 warnings.
7664                 Comply a little more to coding style
7665
7666 2003-05-01 [paul]       0.8.11claws137
7667
7668         * sync with 0.8.11cvs38
7669                 see ChangeLog 2003-05-01
7670
7671 2003-05-01 [paul]       0.8.11claws136
7672
7673         * po/bg.po
7674                 updated by George Danchev
7675
7676 2003-04-30 [christoph]  0.8.11claws135
7677
7678         * src/plugins/dillo_viewer/dillo_prefs.c
7679         * src/plugins/image_viewer/viewerprefs.c
7680         * src/plugins/spamassassin/spamassassin_gtk.c
7681                 remove gtk_widget_ref() calls for widgets in
7682                 glade code
7683
7684 2003-04-30 [paul]       0.8.11claws134
7685
7686         * src/addrindex.c
7687                 ok, this time a better fix for the bug where opening folder
7688                 has massive slowdown when using the 'Display sender using 
7689                 address book' option
7690
7691 2003-04-30 [paul]       0.8.11claws133
7692
7693         * src/addrindex.c
7694                 revert the 'fix' of 0.8.11claws128 because it doesn't fix it
7695         
7696 2003-04-30 [melvin]     0.8.11claws132
7697
7698         New: Dillo plugin preferences (patch by Dimitar Haralanov)
7699
7700         * src/plugins/dillo_viewer/dillo_prefs.[ch]     *** NEW ***
7701                 Preferences for the dillo plugin
7702         * src/plugins/dillo_viewer/dillo_viewer.c
7703                 Support for preferences
7704         * src/plugins/dillo_viewer/Makefile.am
7705                 Added dillo_prefs.[ch]
7706
7707 2003-04-30 [alfons]     0.8.11claws131
7708
7709         * src/common/plugin.[ch]
7710                 see? this ANSI C'fication immediately gives us type
7711                 checking for free.
7712
7713 2003-04-30 [alfons]     0.8.11claws130
7714
7715         * src/common/plugin.[ch]
7716         * src/plugins/clamav/clamav_plugin.[ch]
7717         * src/plugins/clamav/clamav_plugin_gtk.c
7718         * src/plugins/demo/demo.c
7719         * src/plugins/dillo_viewer/dillo_viewer.c
7720         * src/plugins/image_viewer/plugin.c
7721         * src/plugins/image_viewer/viewer.[ch]
7722         * src/plugins/image_viewer/viewerprefs.[ch]
7723         * src/plugins/mathml_viewer/mathml_viewer.c
7724         * src/plugins/spamassassin/spamassassin.[ch]
7725         * src/plugins/spamassassin/spamassassin_gtk.c
7726         * src/plugins/trayicon/trayicon.c
7727                 clean up
7728
7729 2003-04-30 [alfons]     0.8.11claws129
7730
7731         * src/common/utils.c
7732                 make is_ascii_str() fail gracefully when NULL pointer
7733                 is passed
7734
7735 2003-04-30 [paul]       0.8.11claws128
7736
7737         * src/addrindex.c
7738                 fix bug where opening folder has massive slowdown when
7739                 using the 'Display sender using address book' option
7740
7741 2003-04-30 [paul]       0.8.11claws127
7742
7743         * src/plugins/clamav/clamav_plugin.c
7744           src/plugins/clamav/clamav_plugin_gtk.c
7745           src/plugins/demo/demo.c
7746           src/plugins/dillo_viewer/dillo_viewer.c
7747           src/plugins/image_viewer/plugin.c
7748           src/plugins/mathml_viewer/mathml_viewer.c
7749           src/plugins/spamassassin/spamassassin.c
7750           src/plugins/spamassassin/spamassassin_gtk.c
7751           src/plugins/trayicon/trayicon.c
7752                 get rid of eye-hurting function signatures
7753
7754 2003-04-30 [paul]       0.8.11claws126
7755
7756         * src/plugins/trayicon/trayicon.c
7757                 add description
7758                 
7759         * src/mimeview.c
7760                 be more descriptive
7761
7762 2003-04-30 [paul]       0.8.11claws125
7763
7764         * configure.ac
7765                 arrange the plugins in reverse alphabetical order
7766                 
7767         * src/plugins/clamav/clamav_plugin.[ch]
7768           src/plugins/clamav/clamav_plugin_gtk.c
7769                 rename some params
7770                 resize max_size window
7771                 re-arrange the order of some gui elements
7772                 improve descriptions
7773         
7774         * src/plugins/image_viewer/plugin.c
7775           src/plugins/mathml_viewer/mathml_viewer.c
7776                 add descriptions
7777                 
7778         * src/plugins/spamassassin/spamassassin_gtk.c
7779                 resize max_size window
7780                 re-arrange the order of some gui elements
7781                 
7782         * src/messageview.c
7783           src/mimeview.c
7784                 correct typos
7785
7786 2003-04-30 [alfons]     0.8.11claws124
7787
7788         * src/imap.c
7789                 fix a leak found while browsing Martin Kluge's 
7790                 valgrind log (Claws only)
7791
7792 2003-04-29 [darko]      0.8.11claws123
7793
7794         * src/gtk/gtkstext.h
7795                 include wchar.h if it is available, fixes compilation
7796                 on HP-UX systems
7797
7798 2003-04-29 [melvin]     0.8.11claws122
7799
7800         * src/prefs_actions.c
7801                 Improved help text of Actions' syntax
7802
7803 2003-04-28 [paul]       0.8.11claws121
7804
7805         * src/action.c
7806                 a better fix for the crash when performing an action
7807                 on a mime part
7808
7809 2003-04-28 [paul]       0.8.11claws120
7810
7811         * src/action.c
7812                 fix crash when performing an action on a
7813                 mime part
7814
7815 2003-04-28 [paul]       0.8.11claws119
7816
7817         * sync with 0.8.11cvs36
7818                 see ChangeLog 2003-04-28
7819
7820 2003-04-27 [paul]       0.8.11claws118
7821
7822         * more sync with 0.8.11cvs35
7823                 see ChangeLog 2003-04-25
7824
7825 2003-04-26 [christoph]  0.8.11claws117
7826
7827         * src/folder.c
7828                 fix remove virtual check
7829
7830 2003-04-26 [paul]       0.8.11claws116
7831
7832         * src/messageview.c
7833                 fix return-receipt, make it work again
7834
7835 2003-04-26 [paul]       0.8.11claws115
7836
7837         * src/mimeview.c
7838                 restore double-clicking of the [application/pgp-signature 
7839                 (Select "Check signature" to check)] line in the message view,
7840                 broken in recent sync
7841
7842 2003-04-26 [christoph]  0.8.11claws114
7843
7844         * src/folder.c
7845                 check if remove virtual really exists before
7846                 calling the function
7847
7848 2003-04-25 [match]      0.8.11claws113
7849
7850         * src/addrindex.c
7851         * src/addrbook.c
7852         * src/ldapquery.[ch]
7853         * src/ldapctrl.[ch]
7854                 fix memleak.
7855         * src/ldapserver.[ch]
7856                 fix memleak. fix segfault.
7857                 plug a Claws memleak
7858
7859 2003-04-25 [alfons]     0.8.11claws112
7860
7861         * src/folder.c
7862                 plug a Claws memleak
7863
7864 2003-04-25 [alfons]     0.8.11claws111
7865
7866         * src/common/session.c
7867                 plug a memleak
7868
7869 2003-04-25 [paul]       0.8.11claws110
7870
7871         * sync with 0.8.11cvs35
7872                 see ChangeLog 2003-04-24 and 2003-04-25
7873                 
7874         * src/gtk/pluginwindow.c
7875                 correct another strange float value
7876
7877 2003-04-24 [christoph]  0.8.11claws109
7878
7879         * src/folder.c
7880                 freeze folder item updates when unsetting new flags
7881
7882         * src/gtk/pluginwindow.c
7883                 correct strange float value
7884
7885 2003-04-23 [paul]       0.8.11claws108
7886
7887         * sync with 0.8.11cvs33
7888                 see ChangeLog 2003-04-23
7889
7890 2003-04-22 [paul]       0.8.11claws107
7891
7892         * src/Makefile.am
7893           src/messageview.c
7894           src/mimeview.c
7895           src/pgptext.[ch]      ** REMOVED **
7896                 remove pgptext.[ch] as its not used any more
7897
7898 2003-04-22 [paul]       0.8.11claws106
7899
7900         * sync with 0.8.11cvs31
7901                 see ChangeLog 2003-04-21 and 2003-04-22
7902
7903 2003-04-21 [alfons]     0.8.11claws105
7904
7905         * src/main.c
7906                 No access to GTK structures if we're a spawned child
7907                 (and clean up code a little bit...) Should fix #126.
7908
7909 2003-04-21 [melvin]     0.8.11claws104
7910
7911         * src/plugins/dillo_viewer/README
7912                 Improved slightly the text.
7913
7914 2003-04-21 [melvin]     0.8.11claws103
7915
7916         * src/plugins/dillo_viewer/README *** NEW ***
7917                 Added a README file for the Dillo plugin
7918
7919 2003-04-20 [paul]
7920
7921         * tools/README
7922           tools/outlook2sylpheed.pl
7923                 updated and improved by Ricardo Mones Lastra
7924
7925 2003-04-18 [oliver]     0.8.11claws102
7926
7927         * src/inc.c 
7928         * src/prefs_account.h
7929                 remove Pop3SessionType (used by selective download)
7930         * src/prefs_toolbar.c
7931                 enable set Default Toolbar button
7932
7933 2003-04-18 [paul]       0.8.11claws101
7934
7935         * sync with 0.8.11cvs29
7936                 see ChangeLog 2003-04-18
7937
7938 2003-04-17 [paul]       0.8.11claws100
7939
7940         * src/prefs_common.[ch]
7941           src/summaryview.c
7942                 remove 'Open next message on deletion' option,
7943                 as the same effect can now be achieved via the
7944                 'Always open messages in summary when selected'
7945                 option.
7946
7947 2003-04-17 [paul]       0.8.11claws99
7948
7949         * sync with 0.8.11cvs28
7950                 see ChangeLog 2003-04-17
7951
7952 2003-04-17 [christoph]  0.8.11claws98
7953
7954         * ac/spamassassin.m4
7955         * src/plugins/spamassassin/libspamc.[ch]
7956         * src/plugins/spamassassin/utils.[ch]
7957                 sync libspamc with SpamAssassin project
7958
7959 2003-04-17 [christoph]  0.8.11claws97
7960
7961         * src/common/socket.h
7962         * src/gtk/sslcertwindow.h
7963                 rename old USE_SSL to USE_OPENSSL
7964
7965 2003-04-17 [paul]       0.8.11claws96
7966
7967         * src/prefs_common.h
7968                 use gulong for P_COLOR so that it compiles/runs on
7969                 64-bit systems. Patch submitted by James Noyes
7970                 <jnoyes-claws@retrogeeks.com>
7971                 
7972         * po/de.po
7973                 updated by Jens
7974
7975 2003-04-17 [paul]       0.8.11claws95
7976
7977         * sync with 0.8.11cvs27
7978                 see ChangeLog 2003-04-16
7979
7980 2003-04-15 [paul]       0.8.11claws94
7981
7982         * src/prefs_common.[ch]
7983                 rearrange to stop the window getting too long:
7984                         move Receive dialog stuff to Receive tab
7985                         move Send dialog to Send tab
7986                         remove Dialogs frame
7987                 rename 'Open messages in summary with cursor keys' to
7988                 'Always open messages in summary when selected', as its
7989                 more appropriate
7990
7991 2003-04-15 [paul]       0.8.11claws93
7992
7993         * src/prefs_common.[ch]
7994           src/summaryview.c
7995                 add new option '/Interface/Open next message on deletion'
7996
7997 2003-04-15 [paul]       0.8.11claws92
7998
7999         * src/summaryview.[ch]
8000                 add /Mark/Lock and /Mark/Unlock to the pop-up
8001                 menu. Patch submitted by Ivan Francolin Martinez
8002                 <ivanfm@users.sourceforge.net>
8003
8004 2003-04-15 [paul]       0.8.11claws91
8005
8006         * sync with 0.8.11cvs24
8007                 see ChangeLog 2003-04-15
8008
8009 2003-04-14 [jens]       0.8.11claws90
8010
8011         * updated German translation and some corrections from
8012                 Roland Bless <bless@tm.uka.de>
8013
8014 2003-04-14 [paul]       0.8.11claws89
8015
8016         * sync with 0.8.11cvs22
8017                 see ChangeLog 2003-04-14
8018
8019 2003-04-13 [paul]       0.8.11claws88
8020
8021         * src/plugins/clamav/clamav_plugin.c
8022                 fix memory leaks
8023                 clean up
8024
8025 2003-04-12 [paul]       0.8.11claws87
8026
8027         * src/plugins/clamav/clamav_plugin.c
8028                 activate enable/disable archive scanning option
8029                 
8030         * src/plugins/clamav/.cvsignore         ** NEW FILE **
8031
8032 2003-04-12 [paul]       0.8.11claws86
8033
8034         * src/plugins/Makefile.am
8035           src/plugins/clamav/Makefile.am                ** NEW FILE **
8036           src/plugins/clamav/README                     ** NEW FILE ** 
8037           src/plugins/clamav/clamav_plugin.[ch]         ** NEW FILES **
8038           src/plugins/clamav/clamav_plugin_gtk.c        ** NEW FILE **
8039                 add Clam AntiVirus plugin
8040
8041 2003-04-12 [paul]       0.8.11claws85
8042
8043         * sync with 0.8.11cvs21
8044                 see ChangeLog 2003-04-11
8045
8046 2003-04-11 [paul]       0.8.11claws84
8047
8048         * po/es.po
8049                 update Spanish translation. Submitted by Ricardo
8050                 Mones Lastra.
8051
8052 2003-04-10 [christoph]  0.8.11claws83
8053
8054         * src/mbox.c
8055                 fix typo that did not move unfiltered mails to destination
8056                 folder
8057
8058         (closes Bug 115 Sylpheed 0.8.11claws81 does not deliver mail correctly
8059          when filtering from spool)
8060
8061 2003-04-10 [christoph]  0.8.11claws82
8062
8063         * src/imap.c
8064                 use BODY.PEEK instead of BODY in in message fetch operation
8065                 to make sure the IMAP server does not set the \Seen flag for
8066                 messages. Sylpheed does that later itself, when the message
8067                 is opened in sylpheed
8068
8069         (closes Bug 111 Claws destroys unread marks)
8070
8071 2003-04-09 [oliver]     0.8.11claws81
8072         
8073         * src/folder.c
8074                 fix crash in folder_destroy
8075         * README.claws
8076                 remove selective download
8077
8078 2003-04-09 [christoph]  0.8.11claws80
8079
8080         * src/imap.c
8081                 fix crash in imap_get_msginfo() when then fetched message
8082                 is not found
8083
8084         (closes Bug 110 Crash during mail composition)
8085
8086 2003-04-08 [christoph]  0.8.11claws79
8087
8088         * src/folder.c
8089         * src/prefs_account.c
8090                 Filter new messages that are found in an INBOX folder
8091                 when 'Filter messages on receiving' is enabled in the
8092                 Folder's AccountPrefs. This allows to use Sylpheed's
8093                 filtering engine for IMAP folders where messages are
8094                 added to the INBOX by a MTA
8095
8096 2003-04-08 [paul]       0.8.11claws78
8097
8098         * src/procmsg.h
8099                 clean up after last commit
8100
8101 2003-04-08 [paul]       0.8.11claws77
8102
8103         * sync with 0.8.11cvs20
8104                 see ChangeLog 2003-04-07 and 2003-04-08
8105
8106 2003-04-07 [christoph]  0.8.11claws76
8107
8108         * src/filtering.[ch]
8109         * src/inc.[ch]
8110         * src/mbox.c
8111         * src/procmsg.[ch]
8112                 add procmsg_msginfo_filter() to execute filtering actions
8113
8114 2003-04-06 [christoph]  0.8.11claws75
8115
8116         * src/imap.c
8117                 use IMAPSet for imap_cmd_store() and imap_cmd_envelope()
8118
8119 2003-04-06 [christoph]  0.8.11claws74
8120
8121         * src/common/utils.[ch]
8122                 add g_int_compare() function for slist sorting
8123
8124         * src/imap.c
8125                 fetch all MsgInfos with one command in imap_get_msginfos()
8126                 using an imap set with a list of ranges
8127
8128         * src/news.c
8129                 use new g_int_compare() function
8130
8131 2003-04-06 [thorsten]   0.8.11claws73
8132
8133         * src/mh.c
8134                 corrected implementation of mh_folder_destroy()
8135
8136 2003-04-05 [christoph]  0.8.11claws72
8137
8138         * src/account.c
8139         * src/folder.[ch]
8140         * src/folderview.c
8141         * src/imap.c
8142         * src/inc.c
8143         * src/main.c
8144         * src/mainwindow.c
8145         * src/mbox_folder.c
8146         * src/mh.c
8147         * src/mimeview.h
8148         * src/msgcache.[ch]
8149         * src/news.c
8150         * src/procmime.h
8151         * src/procmsg.[ch]
8152         * src/setup.c
8153         * src/gtk/gtkutils.c
8154                 o rename structure field names class and new to klass and
8155                   new_msgs, to allow including files in C++
8156                 o add 'extern "C"' block to some header files
8157                 o add MsgInfoList and MsgNumberList as alias for GSList for
8158                   developers to know what type of list is expected
8159
8160         * src/plugins/image_viewer/plugin.c
8161         * src/plugins/image_viewer/viewer.[ch]
8162         * src/plugins/image_viewer/viewerprefs.[ch]
8163                 rename function names to prevent conflicts
8164
8165 2003-04-05 [paul]       0.8.11claws71
8166
8167         * sync with 0.8.11cvs18
8168                 see ChangeLog 2003-04-03 and 2003-04-04
8169
8170 2003-04-02 [christoph]  0.8.11claws70
8171
8172         * src/folder.[ch]
8173         * src/imap.[ch]
8174         * src/mbox_folder.[ch]
8175         * src/mh.[ch]
8176         * src/news.[ch]
8177                 o Make all virtual folder functions private
8178                 o remove unused folder code
8179
8180         * src/common/socket.[ch]
8181         * src/summaryview.c
8182                 fix warnings
8183
8184 2003-03-30 [alfons]     0.8.11claws69
8185
8186         * src/send_message.c
8187                 remove two debug traces and see if people still report
8188                 errors
8189
8190 2003-03-30 [alfons]     0.8.11claws68
8191
8192         * src/send_message.c
8193         * src/commons/session.c
8194                 add more debug traces
8195
8196 2003-03-30 [christoph]  0.8.11claws67
8197
8198         * src/folder.c
8199                 change processing folder name from .processing to processing
8200
8201         * src/common/ssl.c
8202                 disable SSL certificate check because it causes Xlib error
8203                 when the child process want's to open an GTK window
8204
8205 2003-03-30 [christoph]  0.8.11claws66
8206
8207         * src/folder.c
8208                 don't use default folder for processing folder item because
8209                 it can be a non local folder
8210
8211         (fixes bug reported by Stephen Lewis <slewis@paradise.net.nz>)
8212
8213 2003-03-30 [alfons]     0.8.11claws65
8214
8215         * src/send_message.c
8216                 try fixing crashes when sending messages: my gcc 2.95.4 seems 
8217                 to generate bad code for 'send_send_data_progressive': When
8218                 called from 'send_send_data_finished', the 'data' pointer is
8219                 cleared just before the assignment to the dialog pointer
8220
8221 2003-03-29 [christoph]  0.8.11claws64
8222
8223         * src/common/prefs.h
8224         * src/plugins/image_viewer/Makefile.am
8225         * src/plugins/image_viewer/plugin.c
8226         * src/plugins/image_viewer/viewer.[ch]
8227         * src/plugins/image_viewer/viewerprefs.[ch]     ** NEW **
8228                 add PrefsPage for ImageViewer
8229
8230 2003-03-28 [thorsten]   0.8.11claws63
8231
8232         * src/common/session.c
8233                 added some comments
8234
8235 2003-03-28 [paul]       0.8.11claws62
8236
8237         * sync with 0.8.11cvs16
8238                 see ChangeLog 2003-03-28
8239
8240 2003-03-28 [paul]       0.8.11claws61
8241
8242         * sync with 0.8.11cvs15
8243                 see ChangeLog 2003-03-28
8244
8245 2003-03-27 [christoph]  0.8.11claws60
8246
8247         * src/folder.c
8248         * src/imap.c
8249         * src/common/socket.[ch]
8250                 set socket state to DISCONNECTED when any operation
8251                 fails to allow reconnecting in IMAP code without
8252                 checking the return code of all calls to the command
8253                 functions
8254
8255         * src/folderview.c
8256         * src/summaryview.c
8257                 remove some more stuff that depends on specific
8258                 folder types
8259
8260 2003-03-27 [paul]       0.8.11claws59
8261
8262         * sync with 0.8.11cvs14
8263                 see ChangeLog 2003-03-27
8264                 
8265         * src/selective_download.[ch]   ** REMOVED **
8266                 really removed
8267
8268 2003-03-27 [christoph]  0.8.11claws58
8269
8270         * src/folder.c
8271                 fix handling of tmp_flags in flag copy function
8272
8273 2003-03-27 [paul]       0.8.11claws57
8274
8275         * sync with 0.8.11cvs13
8276                 see ChangeLog 2003-03-27
8277
8278 2003-03-27 [oliver]     0.8.11claws56
8279
8280         * src/maiwindow.c
8281                 remove sel_download_cb
8282
8283 2003-03-27 [oliver]     0.8.11claws55
8284         
8285         * src/inc.c
8286                 remove POP3_TOP
8287         
8288 2003-03-26 [oliver]     0.8.11claws54
8289
8290         *src/pop.h
8291                 remove POP3_TOP*
8292         * README.claws
8293                 remove selective donwload readme
8294
8295 2003-03-26 [oliver]     0.8.11claws53
8296         * src/matcher.[ch]
8297         * src/matcher_parser_parse.y 
8298         * src/pop.c 
8299         * src/prefs_account.[ch]
8300         * src/prefs_filtering.c
8301                 remove selective donwload
8302
8303 2003-03-26 [oliver]     0.8.11claws52
8304
8305         * src/inc.[ch] 
8306         * src/filtering.c 
8307         * src/mainwindow.c 
8308                 remove selective donwload
8309
8310 2003-03-26 [oliver]     0.8.11claws51
8311         
8312         * src/Makefile.am
8313         * src/selective_download.[ch]   ** REMOVE **    
8314
8315 2003-03-26 [christoph]  0.8.11claws50
8316
8317         * src/news.c
8318                 fix NEWS that got broken by a sync with sylpheed-main
8319
8320 2003-03-26 [christoph]  0.8.11claws49
8321
8322         * src/mimeview.c
8323                 fix mime type guessing when no mime type is found for a file
8324
8325 2003-03-25 [christoph]  0.8.11claws48
8326
8327         * src/mimeview.c
8328         * src/procmime.c
8329                 remove mime type guessing from mime parser and use
8330                 name based mime types in viewer lookup for mime type
8331                 application/octet-stream
8332
8333 2003-03-25 [christoph]  0.8.11claws47
8334
8335         * doc-src/readme.txt
8336         * doc-src/rfc2554.txt
8337                 add RFC about SMTP AUTH
8338
8339         * src/send_message.c
8340         * src/common/smtp.[ch]
8341                 add extra error code for authentication errors and
8342                 clear temporary password when this error occurs
8343
8344         (closes Bug 84 authentication failure while sending should
8345          prompt for password again)
8346
8347 2003-03-25 [christoph]  0.8.11claws46
8348
8349         * configure.ac
8350         * src/Makefile.am
8351         * src/imageview.[ch]                            ** REMOVE **
8352         * src/messageview.[ch]
8353         * src/mimeview.[ch]
8354         * src/prefs_common.[ch]
8355         * src/textview.c
8356         * src/plugins/Makefile.am
8357         * src/plugins/image_viewer/.cvsignore           ** NEW **
8358         * src/plugins/image_viewer/Makefile.am          ** NEW **
8359         * src/plugins/image_viewer/plugin.c             ** NEW **
8360         * src/plugins/image_viewer/viewer.[ch]          ** NEW **
8361                 move image viewer into a plugin (building is enabled by default)
8362                 [ToDo: Prefs for resize and autoview]
8363
8364 2003-03-25 [paul]       0.8.11claws45
8365
8366         * sync with 0.8.11cvs12
8367                 see ChangeLog 2003-03-26
8368
8369 2003-03-25 [paul]       0.8.11claws44
8370
8371         * sync with 0.8.11cvs11
8372                 see ChangeLog 2003-03-22, 2003-03-24 and 2003-03-25
8373                 
8374         Note: Selective Download is broken.
8375                 
8376 2003-03-22 [christoph]  0.8.11claws43
8377
8378         * src/folder.c
8379                 code cleanup for flags copying
8380
8381 2003-03-22 [christoph]  0.8.11claws42
8382
8383         * src/plugins/trayicon/trayicon.c
8384                 fix setting the transparent area when the window size
8385                 is forced by the system tray
8386
8387 2003-03-22 [christoph]  0.8.11claws41
8388
8389         * src/plugins/trayicon/gnome-mail.xpm           ** REMOVE **
8390         * src/plugins/trayicon/gnome-nomail.xpm         ** REMOVE **
8391         * src/plugins/trayicon/newmail.xpm              ** NEW **
8392         * src/plugins/trayicon/nomail.xpm               ** NEW **
8393         * src/plugins/trayicon/trayicon.c
8394         * src/plugins/trayicon/unreadmail.xpm           ** NEW **
8395                 o replace GBiff icons with KBiff icons resized to 16x16 pixel
8396                 o add icon for unread mails
8397                 o set transparency for window
8398
8399 2003-03-22 [christoph]  0.8.11claws40
8400
8401         * src/news.c
8402                 init news session to prevent crash when session is closed
8403
8404 2003-03-22 [christoph]  0.8.11claws39
8405
8406         * src/imap.c
8407         * src/common/session.[ch]
8408                 Init session data to make sure we don't have invalid pointers
8409                 for read_ch and write_ch when new multi process sessions are
8410                 not used
8411
8412         * src/main.c
8413         * src/common/plugin.c
8414         * src/common/sylpheed.c
8415         * src/plugins/demo/demo.c
8416         * src/plugins/dillo_viewer/dillo_viewer.c
8417         * src/plugins/mathml_viewer/mathml_viewer.c
8418         * src/plugins/spamassassin/spamassassin.c
8419         * src/plugins/spamassassin/spamassassin_gtk.c
8420                 add plugin types to allow loading plugins at different times
8421                 (and maybe for different frontends), because it's not good to
8422                 load GTK-Plugins gefore gtk_init was called
8423
8424         * configure.ac
8425         * src/plugins/Makefile.am
8426         * src/plugins/trayicon/.cvsignore               ** NEW **
8427         * src/plugins/trayicon/Makefile.am              ** NEW **
8428         * src/plugins/trayicon/eggtrayicon.c            ** NEW **
8429         * src/plugins/trayicon/eggtrayicon.h            ** NEW **
8430         * src/plugins/trayicon/gnome-mail.xpm           ** NEW **
8431         * src/plugins/trayicon/gnome-nomail.xpm         ** NEW **
8432         * src/plugins/trayicon/trayicon.c               ** NEW **
8433                 New Trayicon plugin that shows an icon in a systray that uses
8434                 XEMBED protocol like Gnome's systray. Icon shows if there
8435                 are new mails and a tooltip shows information about new,
8436                 unread and total messages.
8437
8438 2003-03-22 [paul]       0.8.11claws38
8439
8440         * src/common/smtp.c
8441                 fix ESMTP AUTH CRAM-MD5
8442                 [sync with main (still version 0.8.11cvs6), see
8443                  ChangeLog 2003-03-22]
8444
8445 2003-03-21 [colin]      0.8.11claws37
8446
8447         * src/send_message.c
8448                 Fix USE_SSL => USE_OPENSSL
8449
8450 2003-03-21 [colin]      0.8.11claws36
8451
8452         * src/folderview.c
8453                 Fix counts in drag and dropped subfolders
8454
8455 2003-03-21 [colin]      0.8.11claws35
8456
8457         * src/folder.c 
8458         * src/folderview.c
8459                 speed up a bit folder dnd
8460
8461 2003-03-20 [alfons]     0.8.11claws34
8462
8463         * src/main.c
8464         * src/toolbar.c
8465         * src/procmsg.c
8466                 don't send locked queue messages
8467                 (feature request "[ 705245 ] Locking message in outbox 
8468                  should prevent sending")
8469
8470 2003-03-20 [christoph]  0.8.11claws33
8471
8472         * src/folder.c
8473                 remove NEW and UNREAD flag in special folders when scanning
8474                 
8475         * src/common/smtp.c
8476                 fix ESMTP AUTH CRAM-MD5
8477
8478 2003-03-20 [paul]       0.8.11claws32
8479
8480         * src/prefs_account.c
8481                 Re-write 'Tunnel command to open connection' as
8482                 'Use command to communicate with server', and disable
8483                 it for all except IMAP accounts
8484
8485 2003-03-20 [paul]       0.8.11claws31
8486
8487         * sync with 0.8.11cvs6
8488                 see ChangeLog 2003-03-20
8489
8490 2003-03-19 [match]      0.8.11claws30
8491
8492         * src/addritem.[ch]
8493                 include documentation. minor refactoring.
8494         * src/addr_compl.[ch]
8495         * src/addrindex.[ch]
8496         * src/addresbook.[ch]
8497         * src/summaryview.c
8498                 re-enable address lookup (was disabled in
8499                 0.8.11claws20).
8500
8501 2003-03-19 [christoph]  0.8.11claws29
8502
8503         * src/procmsg.c
8504                 add temp flag handling, will make moving and copying
8505                 messages possible again
8506
8507         * src/folder.c
8508                 correct calulation of folder stats
8509
8510 2003-03-18 [match]      0.8.11claws28
8511
8512         * src/editgroup.h
8513                 remove case sensitive comparison (closes bug 80).
8514
8515 2003-03-18 [christoph]  0.8.11claws27
8516
8517         * src/imap.c
8518                 fix imap using a tunnel command
8519
8520         (closes bug 87)
8521
8522 2003-03-18 [christoph]  0.8.11claws26
8523
8524         * src/folder.[ch]
8525         * src/imap.c
8526         * src/procmsg.[ch]
8527                 rewrite flag handling for folders
8528
8529 2003-03-18 [christoph]  0.8.11claws25
8530
8531         * src/folder.c
8532         * src/procmsg.c
8533         * src/summaryview.c
8534                 unset NEW and UNREAD flags when message is ignored, to make
8535                 sure messages don't show up as unread on other IMAP clients,
8536                 because the IGNORE_THREAD flag can not be syncronized through
8537                 the IMAP folder
8538
8539 2003-03-17 [christoph]  0.8.11claws24
8540
8541         * src/imap.c
8542                 don't use recursion to fetch uids when the number of messages
8543                 does not match. Moved code into subfunction that is used
8544                 again when needed, to prevent an endless loop.
8545
8546 2003-03-17 [thorsten]   0.8.11claws23
8547
8548         * src/imageview.[ch]
8549                 export imageview_get_resized_size() (for plugins)
8550         * src/prefs_common.[ch]
8551                 added prefs_common_get() (for plugins)
8552
8553 2003-03-17 [christoph]  0.8.11claws22
8554
8555         * src/imap.c
8556                 o remove UID guessing from copy code
8557                 o support UIDPLUS extension for APPEND command
8558
8559 2003-03-17 [paul]       0.8.11claws21
8560
8561         * src/gtk/about.c
8562                 remove 'Compiled-plugins' section.
8563                 
8564         * src/plugins/dillo_viewer/dillo_viewer.c
8565                 slight change to description text
8566
8567 2003-03-16 [match]      0.8.11claws20
8568         * src/ldapserver.[ch]           ** NEW **
8569         * src/ldapctrl.[ch]             ** NEW **
8570         * src/ldapquery.[ch]            ** NEW **
8571         * src/ldaputil.[ch]             ** NEW **
8572         * src/addrcindex.[ch]           ** NEW **
8573         * src/addrquery.h               ** NEW **
8574         * src/addritem.[ch]
8575         * src/addrcache.[ch]
8576         * src/addrindex.[ch]
8577         * src/addr_compl.[ch]
8578         * src/addressbook.[ch]
8579         * src/addrbook.[ch]
8580         * src/editgroup.c
8581         * src/editaddress.c
8582         * src/editldap.c
8583         * src/editldap_basedn.c
8584         * src/vcard.c
8585         * src/jpilot.c
8586         * src/Makefile.am
8587                 included dynamic LDAP queries. improved address
8588                 completion.
8589
8590 2003-03-16 [paul]       0.8.11claws19
8591
8592         * tools/multiwebsearch.pl
8593                 fix a fatal typo
8594
8595 2003-03-16 [christoph]  0.8.11claws18
8596
8597         * src/mimeview.c
8598         * src/plugins/dillo_viewer/dillo_viewer.c
8599         * src/plugins/mathml_viewer/mathml_viewer.c
8600                 make unregistering of MimeViewerFactorys possible
8601
8602 2003-03-16 [alfons]     0.8.11claws17
8603
8604         * configure.ac
8605                 correct typo
8606
8607 2003-03-16 [melvin]     0.8.11claws16
8608
8609         * src/plugins/dillo_viewer.c
8610                 Fixed bug where it was not possible to view more than
8611                 one text/html attachment per message (bug discovered
8612                 by Christoph Hohmann).
8613
8614 2003-03-15 [melvin]     0.8.11claws15
8615
8616         * src/prefs_actions.c
8617                 Fixed compilation warnings.
8618
8619 2003-03-15 [melvin]     0.8.11claws14
8620
8621         * src/plugins/Makefile.am
8622         * src/plugins/dillo_viewer/.cvsignore                   ** NEW **
8623         * src/plugins/dillo_viewer/Makefile.am                  ** NEW **
8624         * src/plugins/dillo_viewer/dillo_viewer.c               ** NEW **
8625                 Added a html mail viewer plugin that uses Dillo v0.7.0 or
8626                 newer (http://dillo.auriga.wearlab.de/).
8627
8628 2003-03-15 [christoph]  0.8.11claws13
8629
8630         * src/imap.c
8631                 don't query imap folder for attributes because we already
8632                 for them from imap_status
8633
8634         * src/mimeview.[ch]
8635                 add support for plugable MimeViewers (unloading Viewers
8636                 not yet complete)
8637
8638         * src/plugins/Makefile.am
8639         * src/plugins/mathml_viewer/.cvsignore          ** NEW **
8640         * src/plugins/mathml_viewer/Makefile.am         ** NEW **
8641         * src/plugins/mathml_viewer/mathml_viewer.c     ** NEW **
8642                 add MathML Viewer (Content-Type text/mathml) using GtkMathView
8643                 widget from http://helm.cs.unibo.it/mml-widget/
8644
8645 2003-03-14 [christoph]  0.8.11claws12
8646
8647         * src/folder.[ch]
8648                 o error return code's should better be negative
8649                 o replace printf with debug_print
8650
8651         * src/imap.c
8652                 improve IMAP folder scan by checking UID-NEXT
8653
8654         * src/summaryview.c
8655                 remove check that are unnecessary in my opinion
8656
8657 2003-03-13 [christoph]  0.8.11claws11
8658
8659         * src/folder.[ch]
8660         * src/foldersel.c
8661         * src/folderview.c
8662         * src/imap.c
8663         * src/mbox_folder.c
8664         * src/mh.c
8665         * src/news.c
8666         * src/prefs_scoring.c
8667         * src/summaryview.c
8668                 use a common function to get a displayable name
8669                 for a FolderItem
8670
8671 2003-03-13 [paul]       0.8.11claws10
8672
8673         * tools/Makefile.am
8674           tools/README
8675           tools/multiwebsearch.conf     ** NEW FILE **
8676           tools/multiwebsearch.pl       ** NEW FILE **
8677                 add multiwebsearch Actions script
8678
8679 2003-03-13 [colin]      0.8.11claws9
8680
8681         * src/compose.c
8682                 Remove leading emtpy lines from quoted text
8683                 before quoting it
8684
8685 2003-03-13 [melvin]     0.8.11claws8
8686
8687         * src/prefs_actions.c
8688                 Fixed a memory leak
8689                 Code clean ups
8690                 Added Cancel and OK buttons
8691                 Corrected help text
8692
8693 2003-03-13 [christoph]  0.8.11claws7
8694
8695         * src/account.c
8696         * src/folder.[ch]
8697         * src/imap.c
8698         * src/mainwindow.c
8699         * src/mbox_folder.c
8700         * src/mh.c
8701         * src/news.c
8702         * src/setup.c
8703                 replace more folder type stuff with folder class stuff
8704
8705 2003-03-13 [melvin]     0.8.11claws6
8706
8707         * src/prefs_actions.c
8708                 Added new tokens:
8709                 %u: user provided argument
8710                 %h: user provided argument (hidden on input)
8711                 %s: current text selection in the message view 
8712
8713 2003-03-13 [paul]       0.8.11claws5
8714
8715         * sync with 0.8.11cvs5
8716                 see ChangeLog 2003-03-11, 2003-03-12
8717
8718 2003-03-12 [christoph]  0.8.11claws4
8719
8720         * src/folder.c
8721                 use folder class idstr when writing folderlist.xml
8722
8723         * src/folder.h
8724         * src/imap.c
8725         * src/news.c
8726                 replace folder type checks with folder class checks
8727
8728 2003-03-12 [christoph]  0.8.11claws3
8729
8730         * src/folder.[ch]
8731         * src/imap.[ch]
8732         * src/main.c
8733         * src/mbox_folder.[ch]
8734         * src/mh.[ch]
8735         * src/news.[ch]
8736                 o create a list of known folder classes in the folder system
8737                 o use folder class id strings for folder item identifiers
8738
8739 2003-03-12 [christoph]  0.8.11claws2
8740
8741         * src/imap.c
8742                 fix imap uid validity check
8743
8744 2003-03-12 [christoph]  0.8.11claws1
8745
8746         * src/account.c
8747         * src/folder.[ch]
8748         * src/foldersel.c
8749         * src/folderview.c
8750         * src/imap.c
8751         * src/mainwindow.c
8752         * src/mbox_folder.c
8753         * src/mh.c
8754         * src/news.c
8755         * src/prefs_scoring.c
8756         * src/procmsg.c
8757         * src/setup.c
8758         * src/summaryview.c
8759                 initial restructuring of folder system, seperating
8760                 folders and folder classes
8761
8762 2003-03-12 [paul]       0.8.11claws
8763
8764         0.8.11claws release
8765
8766 2003-03-12 [christoph]
8767
8768         * src/gtk/prefswindow.c
8769                 fix translation of "Page Index"
8770
8771 2003-03-12 [paul]       0.8.10claws110
8772
8773         a sync from 0.8.11cvs4 before the release
8774
8775         * src/common/utils.c
8776                 subject_compare_for_sort(): allow null strings (fixes
8777                 summary sorting).
8778
8779 2003-03-11 [paul]       0.8.10claws109
8780
8781         * po/es.po
8782                 update Spanish translation, submitted by
8783                 Ricardo Mones Lastra
8784
8785 2003-03-11 [melvin]     0.8.10claws108
8786
8787         * po/fr.po
8788                 Updated French translations
8789
8790 2003-03-11 [paul]       0.8.10claws107
8791
8792         * manual/en/Makefile.am
8793           manual/en/*.html
8794                 update English manual, add a new page
8795                 updated by Francois Barriere <fbarriere@atmel.fr>
8796                 
8797         * po/bg.po
8798           po/it.po
8799           po/sr.po
8800                 update Bulgarian, Italian, and Serbian translations
8801                 submitted by George Danchev, Alessandro Maestri, and
8802                 Urke MMI
8803
8804 2003-03-10 [paul]       0.8.10claws106
8805
8806         * src/gtk/about.c
8807           src/gtk/prefswindow.c
8808                 make some strings translatable
8809
8810 2003-03-10 [darko]      0.8.10claws105
8811
8812         * src/compose.c
8813                 code cleanup to make Hiro happy
8814
8815 2003-03-10 [paul]       0.8.10claws104
8816
8817         * sync with 0.8.11cvs2
8818                 see ChangeLog 2003-03-10
8819
8820 2003-03-09 [melvin]     0.8.10claws103
8821
8822         * src/textview.c
8823                 textview_set_font(): fix for message display in
8824                 UTF-8 locales (thanks to Sergey Vlasov).
8825                 (was unintentionnaly reverted in 0.8.6claws6)   
8826
8827 2003-03-08 [darko]      0.8.10claws102
8828
8829         * src/compose.c
8830                 fix infinite loop in wrapping as reported
8831                 by happycactus
8832                 obsoletes patch #696482
8833
8834 2003-03-08 [christoph]  0.8.10claws101
8835
8836         * src/imap.c
8837                 add workaround for IMAP servers that do not
8838                 support the "UID SEARCH UID" command
8839
8840 2003-03-07 [christoph]  0.8.10claws100
8841
8842         * src/plugins/spamassassin/spamassassin.[ch]
8843         * src/plugins/spamassassin/spamassassin_gtk.c
8844                 code cleanup
8845
8846 2003-03-07 [paul]       0.8.10claws99
8847
8848         * po/es.po
8849                 updated Spanish translation, submitted by
8850                 Ricardo Mones Lastra
8851
8852 2003-03-07 [christoph]  0.8.10claws98
8853
8854         * src/send.c
8855                 fix in 0.8.10claws94 was wrong
8856                 local delivery does not require escaping, remove escaping
8857                 code to make signatures of mails with "." lines valid
8858                 
8859                 NOTE: requires that sendmail is executed with "-i" option,
8860                       what is the default now, but has to be changed in all
8861                       exsiting accounts)
8862
8863 2003-03-07 [paul]       0.8.10claws97
8864
8865         * sync with 0.8.11 release
8866                 see ChangeLog 2003-03-07
8867
8868 2003-03-06 [paul]       0.8.10claws96
8869
8870         * src/compose.c
8871                 revert commit 0.8.10claws92
8872
8873 2003-03-06 [paul]       0.8.10claws95
8874
8875         * src/folderview.c
8876                 fix (solaris) bug 73, 'Crash when selecting top-level folder'
8877
8878         * src/gtkaspell.c
8879                 fix bug 74, 'Crash opening editor window with pseudo-color
8880                 display'
8881                 
8882         Patches submitted by Kevin Vigor <kevin@vigor.nu>
8883
8884 2003-03-06 [christoph]  0.8.10claws94
8885
8886         * src/send.c
8887                 fix rfc2821 (4.5.2) violation in SMTP data sending,
8888                 all lines starting with a period get an extra period
8889                 inserted
8890                 (found by Simon 'corecode' Schubert)
8891
8892 2003-03-06 [paul]       0.8.10claws93
8893
8894         * src/folderview.c
8895                 if configured font can't be loaded fall back to gtk
8896                 default. (with thanks to Christoph)
8897                 
8898                 closes long-standing bug 15 'Crashes on startup'
8899
8900 2003-03-06 [paul]       0.8.10claws92
8901
8902         * src/compose.c
8903                 freeze text before autosave and thaw afterwards
8904                 fixes bug 67 'autosave make re-rediting message crazy'
8905
8906 2003-03-06 [christoph]  0.8.10claws91
8907
8908         * src/compose.c
8909                 ignore address comment in dupe check for Cc-list
8910
8911         (closes reopened bug 47 Replying to message strips name part of
8912          e-mail addresses of Cc: lines)
8913
8914 2003-03-06 [paul]       0.8.10claws90
8915
8916         * src/Makefile.am
8917                 remove reference to gtkxtext.h as its no longer in
8918                 the repository
8919
8920 2003-03-06 [paul]       0.8.10claws89
8921
8922         * sync with 0.8.10cvs25
8923                 see ChangeLog 2003-03-06
8924
8925 2003-03-06 [oliver]     0.8.10claws88
8926         
8927         * src/messageview.c
8928                 remove include
8929
8930 2003-03-06 [oliver]     0.8.10claws87
8931         
8932         * src/folderview.c 
8933                 remove changes introduced inclaws74
8934         * src/messageview.c
8935                 another attempt to sanely delete and update
8936                 messages deleted in separate messageview
8937
8938 2003-03-05 [christoph]  0.8.10claws86
8939
8940         * src/summaryview.c
8941                 check if "From" matches any account's address if
8942                 addressbook completion of addresses is disabled too
8943
8944         (closes Bug 70 "Display recipient in from" doesn't check
8945          folder's default account)
8946
8947 2003-03-05 [christoph]  0.8.10claws85
8948
8949         * src/compose.c
8950         * src/common/utils.[ch]
8951                 don't strip address comments when building Cc lists
8952
8953         (closes Bug 47 Replying to message strips name part of e-mail addresses
8954          of Cc: lines)
8955
8956         * src/folder.c
8957                 fix return value of copy function
8958
8959 2003-03-05 [christoph]  0.8.10claws84
8960
8961         * src/imap.c
8962                 don't ask imap server for non rfc822 headers
8963
8964         (closes bug 71 IMAP FETCH asks for FROM header field twice)
8965
8966         * src/imap.c
8967                 destroy session on socket error to allow reconnecting
8968
8969 2003-03-05 [christoph]  0.8.10claws83
8970
8971         * configure.ac
8972                 fix building with gnome when no prefix is set
8973
8974         (closes bug 66 Gnome directory is set to NONE)
8975
8976 2003-03-05 [paul]       0.8.10claws82
8977
8978         * sync with 0.8.10cvs23
8979                 see ChangeLog 2003-03-05
8980
8981 2003-03-04 [christoph]  0.8.10claws81
8982
8983         * src/folder.c
8984                 o fix moving and copying when folder returns 0 for new
8985                   message number
8986                 o remove some code for single message copy and move
8987                   operations and use functions for multiple messages
8988
8989         (closes bug 63 Strange behaviour MOVING messages from MH to IMAP)
8990
8991         * src/news.c
8992                 remove unused include
8993
8994 2003-03-04 [paul]       0.8.10claws80
8995
8996         * src/gtk/about.c
8997                 list 'Compiled plugins'
8998
8999 2003-03-03 [christoph]  0.8.10claws79
9000
9001         * src/news.[ch]
9002                 have to multiply the percentage of the current fetch with
9003                 the percentage that it has of the total fetch operation
9004                 for correct values
9005
9006 2003-03-03 [christoph]  0.8.10claws78
9007
9008         * src/news.c
9009                 fix calculation of expected lines for progress indicator
9010
9011 2003-03-03 [christoph]  0.8.10claws77
9012
9013         * src/summaryview.c
9014         * src/common/utils.c
9015                 fix segfault when opening the root news folder
9016
9017 2003-03-03 [christoph]  0.8.10claws76
9018
9019         * src/mainwindow.[ch]
9020         * src/common/Makefile.am
9021         * src/common/progressindicator.[ch]
9022                 add UI independent progress indicator handling
9023
9024         * src/news.[ch]
9025                 use new progress indicator for message info fetching
9026
9027         * src/common/hooks.h
9028                 code cleanup
9029
9030 2003-03-03 [oliver]     0.8.10claws75
9031
9032         * src/toolbar.c
9033         * src/compose.c
9034                 removed commented code
9035
9036 2003-03-03 [oliver]     0.8.10claws74
9037
9038         * src/toolbar.[ch]
9039                 cleanups and refactoring
9040         * src/compose.[ch]
9041                 compose_reply_mode reply & forwarding interface for
9042                 toolbar buttons
9043         * src/folderview.c
9044                 act on messages marked for deletion in folderview_selected
9045                 based on prefs_common.immediate_exec since a message might 
9046                 have been deleted by messageview in a folder we are changing 
9047                 to (does anybody understand what I'm on about ?)
9048
9049 2003-03-03 [oliver]     0.8.10claws73
9050         
9051         * src/messageview.[ch]
9052                 new functions
9053                 - messageview_delete: delete message shown in messagview
9054                 - messageview_update_view: update messageview to currently 
9055                   selected summaryview message
9056                 - add separate messageview to msgview_list in order to update 
9057                   toolbar to new toolbar style on the fly (TOOLBAR_NONE, TOOLBAR_ICON etc.)
9058         * src/summaryview.[ch]
9059                 summary_get_selection returns a list of selected msgs
9060                 in summaryview
9061         * src/mainwindow.c
9062                 toolbar reply refactoring
9063
9064 2003-03-03 [paul]       0.8.10claws72
9065
9066         * sync with 0.8.10cvs21
9067                 see ChangeLog 2003-03-03
9068
9069 2003-03-02 [christoph]  0.8.10claws71
9070
9071         * src/common/passcrypt.c
9072                 use POSIX includes
9073
9074 2003-03-02 [christoph]  0.8.10claws70
9075
9076         * configure.ac
9077         * src/prefs_account.c
9078         * src/prefs_gtk.[ch]
9079         * src/common/.cvsignore
9080         * src/common/Makefile.am
9081         * src/common/passcrypt.c                ** NEW **
9082         * src/common/passcrypt.h.in             ** NEW **
9083                 Implement password encryption in config files
9084                 using unix encrypt and setkey functions. The crypt
9085                 key can be set as a configure parameter. Old
9086                 passwords will be converted if they do not begin
9087                 with '!'
9088
9089 2003-03-02 [paul]       0.8.10claws69
9090
9091         * src/prefs_account.c
9092                 fix compile error
9093
9094 2003-03-01 [thorsten]   0.8.10claws68
9095
9096         * po/el.po
9097           po/hr.po
9098           po/it.po
9099           po/nl.po
9100           po/sr.po
9101           po/sv.po
9102                 corrected format strings
9103         * po/en_GB.po
9104                 corrected headers
9105                 (fix compile errors with GNU gettext-0.11.5)
9106
9107 2003-03-01 [oliver]     0.8.10claws67
9108
9109         * src/summaryview.c
9110                 menu callbacks call toolbar_menu_reply
9111
9112 2003-03-01 [oliver]     0.8.10claws66
9113
9114         * src/mainwindow.c
9115         * src/messageview.c
9116                 menu callbacks call toolbar_menu_reply
9117         * src/toolbar.[ch]
9118                 callbacks from menu handled by toolbar_menu_reply
9119
9120 2003-03-01 [paul]       0.8.10claws65
9121
9122         * src/addressbook.c
9123                 revert commit 0.8.10claws54 - breaks editing of
9124                 addressbook.
9125                 
9126         * po/bg.po
9127                 update Bulgarian translation, submitted by
9128                 George Danchev
9129
9130 2003-02-28 [christoph]  0.8.10claws64
9131
9132         * src/account.c
9133         * src/addressadd.c
9134         * src/compose.c
9135         * src/gtkaspell.c
9136         * src/gtkxtext.h                ** REMOVE **
9137         * src/imap.c
9138         * src/matcher.[ch]
9139         * src/mh.c
9140         * src/news.c
9141         * src/pine.c
9142         * src/prefs_common.c
9143         * src/prefs_matcher.c
9144         * src/procheader.[ch]
9145         * src/procmsg.[ch]
9146         * src/toolbar.c
9147         * src/common/ssl_certificate.c
9148         * src/gtk/colorlabel.c
9149         * src/gtk/menu.c
9150                 o fix warnings
9151                 o remove code obsoleted by new cache and folder system rework
9152
9153 2003-02-28 [oliver]     0.8.10claws63
9154         
9155         * src/toolbar.[ch]
9156                 * fix bug where reply in Messageview replied to 
9157                 Message displayed in summaryview
9158                 (reportedd via ML by chinatinte at gmx dot ch)
9159                 * fix bug where toolbar popups (WITH_QUOTE, WITHOUT_QOUTE)
9160                 didn't work in separate MessageView Toolbar
9161                 (wondering if anybody uses this at all ?)
9162         * src/summaryview.[ch]
9163                 use toolbar.c's toolbar_reply instead of summary_reply (removed)
9164                 (generalize reply and forward code);
9165         * src/messageview.c 
9166                 remove focus_in event which updated summaryview to messageview
9167
9168 2003-02-28 [paul]       0.8.10claws62
9169
9170         * po/Makefile.in.in
9171                 add the --check option
9172                 Patch submitted by Ricardo Mones Lastra
9173
9174 2003-02-28 [paul]       0.8.10claws61
9175
9176         * src/prefs_account.c
9177                 re-order 'Signature' items
9178
9179 2003-02-28 [paul]       0.8.10claws60
9180
9181         * sync with 0.8.10cvs20
9182                 see ChangeLog 2003-02-28
9183
9184 2003-02-28 [paul]       0.8.10claws59
9185
9186         * po/POTFILES.in
9187                 update to reflect recent movement of files
9188
9189 2003-02-28 [paul]       0.8.10claws58
9190
9191         * sync with 0.8.10cvs19
9192                 see ChangeLog 2003-02-28
9193
9194 2003-02-27 [martin]     0.8.10claws57
9195
9196         * src/prefs_matcher.c 
9197                 fix segfault in prefs_matcher_ok() when the
9198                 last entry is deleted and prevents that the
9199                 message "entry not saved" comes up after deleting
9200                 an entry
9201
9202 2003-02-27 [martin]     0.8.10claws56
9203
9204         * src/prefs_filtering.c 
9205                 fix segfault in prefs_filtering_ok() when the
9206                 last entry is deleted and prevents that the
9207                 message "entry not saved" comes up after deleting
9208                 an entry
9209
9210 2003-02-27 [paul]       0.8.10claws55
9211
9212         * sync with 0.8.10cvs18
9213                 see ChangeLog 2003-02-27
9214
9215 2003-02-27 [paul]       0.8.10claws54
9216
9217         * src/addressbook.c
9218                 fix bug where the address book crashes with 
9219                 multiple lookups.
9220                 Patch [687729] submitted by David Frager 
9221                 <dbfrager@users.sourceforge.net>
9222
9223 2003-02-25 [christoph]  0.8.10claws53
9224
9225         * src/Makefile.am
9226         * src/colorlabel.[ch]           ** REMOVE **
9227         * src/gtk/Makefile.am
9228         * src/gtk/colorlabel.[ch]       ** NEW **
9229                 move colorlabel files to gtk directory
9230
9231         * src/esmtp.[ch]                ** REMOVE **
9232                 has been merged into smtp.[ch] in 0.7.5
9233
9234 2003-02-25 [christoph]  0.8.10claws52
9235
9236         * src/Makefile.am
9237         * src/about.[ch]                ** REMOVE **
9238         * src/gtk/Makefile.am
9239         * src/gtk/about.[ch]            ** NEW **
9240                 move about files to gtk directory
9241
9242 2003-02-25 [christoph]  0.8.10claws51
9243
9244         * src/folder.c
9245                 some code optimization of folder scanning code
9246
9247         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx> 
9248
9249 2003-02-25 [christoph]  0.8.10claws50
9250
9251         * src/main.c
9252         * src/common/sylpheed.c
9253                 add command line parameter parsing to common code
9254
9255 2003-02-24 [christoph]
9256
9257         * Makefile.am
9258         * configure.ac
9259                 fix gnome prefix problems, the configure script now removed
9260                 `gnome-config --prefix` from `gnome-config --datadir`
9261                 and adds $(prefix} instead
9262
9263         (closes Bug 24 Makefile does not respect prefix when installing
9264          GNOME data)
9265
9266 2003-02-24 [christoph]  0.8.10claws49
9267
9268         * src/news.c
9269                 check for valid session before trying to authenticate
9270
9271         (closes Bug 60 crash if "authenticate on logon" is activated
9272          and newsserver-hostname is not valid)
9273
9274 2003-02-24 [melvin]     0.8.10claws48
9275
9276         * src/prefs_actions.c
9277                 Make sure all user's input is sent to the action and then
9278                 close the socket..
9279
9280 2003-02-23 [alfons]     0.8.10claws46
9281
9282         * src/summaryview.c
9283                 also wait cursor when deleting files
9284
9285 2003-02-23 [paul]
9286
9287         * tools/freshmeat_search.pl
9288           tools/google_search.pl
9289                 scripts should now work for any browser/browser command line
9290
9291 2003-02-22 [christoph]  0.8.10claws45
9292
9293         * src/procmsg.c
9294                 fix IMAP flag setting, IMAP flag is not handled correctly
9295                 anymore by the folder system and information about the
9296                 folder should not be saved in the MsgInfo (in my opinion)
9297
9298         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
9299
9300 2003-02-22 [christoph]  0.8.10claws44
9301
9302         * src/summaryview.c
9303                 fix spelling of "label" ;-)
9304
9305 2003-02-22 [thorsten]   0.8.10claws43
9306
9307         * src/mimeview.c
9308           src/prefs_common.[ch]
9309           src/procmime.[ch]
9310                 do not use description as attachment name
9311
9312 2003-02-22 [alfons]     0.8.10claws42
9313
9314         * src/summaryview.c
9315                 freeze/thaw folder item updates when changing color labels,
9316                 and put a wait cursors on
9317
9318 2003-02-22 [thorsten]   0.8.10claws41
9319
9320         * src/mimeview.c
9321                 save-all fixes: crash if invoked on multipart container,
9322                 mimeinfo access, pathseparators, error dialog
9323
9324 2003-02-21 [alfons]     0.8.10claws40
9325
9326         * src/prefs_gtk.c
9327                 remove unused var
9328
9329 2003-02-21 [colin]      0.8.10claws39
9330
9331         * src/send.c
9332                 Fix smtp logging
9333
9334 2003-02-21 [colin]      0.8.10claws38
9335
9336         * src/summaryview.c
9337                 Freeze/thaw folderItem updates when filtering messages 
9338                 via Tools/Filter messages
9339
9340 2003-02-21 [paul]       0.8.10claws37
9341
9342         * src/compose.c
9343                 revert commit 0.8.10claws26, there are ulterior motives
9344                 for users to set a Reply-To header when posting to
9345                 newsgroups
9346
9347 2003-02-21 [paul]       0.8.10claws36
9348
9349         * sync with 0.8.10cvs17
9350                 see ChangeLog 2003-02-21
9351
9352 2003-02-20 [christoph]  0.8.10claws35
9353
9354         * src/imap.c
9355                 IMAP UID fetch speedup using SEARCH
9356
9357         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
9358
9359         * src/imap.c
9360                 fix problem with UIDs in IMAP UID cache that no longer existed
9361
9362 2003-02-20 [christoph]  0.8.10claws34
9363
9364         * src/imap.c
9365         * src/procheader.c
9366         * src/procheader.h
9367                 IMAP header fetch speedup (fetch only headers cached in MsgInfo)
9368
9369         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
9370
9371         * src/imap.c
9372                 Rewrite imap_cmd_gen_recv use sock_getline instead
9373                 of sock_gets to avoid problems with too long reply
9374                 lines
9375     
9376 2003-02-20 [colin]      0.8.10claws33
9377         
9378         * src/prefs_account.c
9379                 Better wording
9380
9381 2003-02-20 [colin]      0.8.10claws32
9382
9383         * src/compose.c
9384                 Remove useless '&& !to_sender' 
9385
9386 2003-02-20 [darko]
9387
9388         * AUTHORS
9389                 change my e-mail address
9390
9391 2003-02-19 [colin]      0.8.10claws31
9392
9393         * src/prefs_common.c
9394                 X11 style colors for every configurable color
9395
9396 2003-02-19 [alfons]     0.8.10claws30
9397
9398         * src/prefs_gtk.[ch]
9399         * src/prefs_common.c
9400                 for color_new accept both plain integers and X11 style color
9401                 names (as found in /usr/lib/X11/rgb.txt)
9402
9403 2003-02-19 [paul]       0.8.10claws29
9404
9405         * src/mainwindow.c
9406                 add tooltips to online/offline button and account selector
9407                 button
9408
9409 2003-02-19 [paul]       0.8.10claws28
9410
9411         * src/folder.c
9412           src/news.c
9413           src/prefs_account.[ch]
9414           src/prefs_common.[ch]
9415                 move 'Maximum number of articles to download' to
9416                 account prefs.
9417                 clean up account prefs gui a little by hiding entries
9418                 rather then greying out entries
9419
9420 2003-02-19 [hiro]       0.8.10claws27
9421
9422         * src/common/utils.c
9423                 fix bug #54 'yesterdays date is displayed in the message 
9424                 summary window'
9425
9426 2003-02-19 [paul]       0.8.10claws26
9427
9428         * src/compose.c
9429                 fix bug reported in Feature Request [688596] 
9430                 'Reply-to header in news'
9431
9432 2003-02-18 [paul]       0.8.10claws25
9433
9434         * src/select-keys.c
9435                 add a 'List all keys' button to key selection dialog
9436
9437 2003-02-18 [colin]      0.8.10claws24
9438         
9439         * src/stock_pixmap.c
9440                 fix compile error
9441
9442 2003-02-18 [colin]      0.8.10claws23
9443
9444         * src/common/smtp.[ch]
9445           src/prefs_account.c
9446                 Try to starttls if it seems to be the only
9447                 way to authenticate a user
9448
9449 2003-02-18 [paul]       0.8.10claws22
9450
9451         * src/Makefile.am
9452           src/folderview.c
9453           src/stock_pixmap.[ch]
9454           src/pixmaps/drafts_close.xpm  ** NEW FILE **
9455           src/pixmaps/drafts_open.xpm   ** NEW FILE **
9456                 as a Drafts folder is a special folder allow it to have
9457                 its own unique icons
9458
9459 2003-02-18 [colin]      0.8.10claws21
9460
9461         * src/imap.c
9462                 Fix port selection when using starttls
9463
9464 2003-02-18 [paul]       0.8.10claws20
9465
9466         * src/mainwindow.c
9467           src/prefs_common.[ch]
9468                 make blue the default new mail colour
9469
9470 2003-02-18 [paul]       0.8.10claws19
9471
9472         * sync with 0.8.10cvs14
9473                 see ChangeLog 2003-02-18
9474
9475 2003-02-17 [jens]       0.8.10claws18
9476
9477         * src/common/md5.c
9478                 fixed a compile problem with gcc 3.3
9479                 works on 2.95.3 too (testet on PPC as it is big endian)
9480
9481 2003-02-17 [paul]       0.8.10claws17
9482
9483         * sync with 0.8.10cvs13
9484                 see ChangeLog 2003-02-17
9485
9486 2003-02-17 [paul]       0.8.10claws16
9487
9488         * sync with 0.8.10cvs12
9489                 see ChangeLog 2003-02-17
9490
9491 2003-02-16 [match]      0.8.10claws15
9492
9493         * src/addressbook.c
9494                 Eliminates reloading of address data when items
9495                 deleted or added. Applied submitted by
9496                 Luke Plant <lukeplant@softhome.net>
9497
9498 2003-02-16 [paul]       0.8.10claws14
9499
9500         * src/news.c
9501                 when a 'protocol error' is encountered disconnect from
9502                 the server. This means that the user can carry on viewing
9503                 other articles and doesn't have to either wait until the
9504                 server timesout or quit sylpheed.
9505                 Fixes bug #53 'Unable to read messages in newsgroups, 
9506                 displayed message doesn't change'
9507
9508 2003-02-15 [christoph]  0.8.10claws13
9509
9510         * src/imap.c
9511                 fix bug that stopped scanning of folders when an
9512                 IMAP folder was empty
9513
9514         (closes bug 46 stop scan messages in folders after empty folder)
9515
9516 2003-02-15 [paul]
9517
9518         * tools/Makefile.am
9519           tools/README
9520           tools/freshmeat_search.pl     ** NEW FILE **
9521           tools/google_search.pl        ** NEW FILE **
9522                 Add 2 Actions scripts which search freshmeat/google
9523                 for the selected text using the browser configured
9524                 in sylpheedrc.
9525                 
9526         Note: These scripts are very dependent on the format of the
9527         browser command and may not work on every occasion. Testing
9528         is welcome. 
9529
9530 2003-02-14 [alfons]     0.8.10claws12
9531
9532         * src/compose.c
9533                 fix breakage because of uninitialized account pointer.
9534                 please verify.
9535
9536 2003-02-14 [paul]       0.8.10claws11
9537
9538         * src/compose.c
9539           src/prefs_account.[ch]
9540           src/prefs_common.[ch]
9541                 move signature settings to Account Prefs
9542
9543 2003-02-14 [paul]       0.8.10claws10
9544
9545         * sync with 0.8.10cvs11
9546                 see ChangeLog 2003-02-14
9547
9548 2003-02-13 [thorsten]   0.8.10claws9
9549
9550         * src/news.c
9551                 revert news progressbar (GUI separation)
9552
9553 2003-02-13 [paul]       0.8.10claws8
9554
9555         * src/compose.c
9556                 make replies behave correctly, re: RFC 1036, Section 2.2.3,
9557                 paragraph 1
9558
9559 2003-02-13 [paul]       0.8.10claws7
9560
9561         * src/compose.[ch]
9562           src/summaryview.c
9563                 fix 'Follow-up and Reply-to' so that it creates a reply to
9564                 the newsgroup and the sender. If the message has the keyword
9565                 'poster' in the Followup-To header, all replies go to the
9566                 sender, re: RFC 1036, Section 2.2.3
9567                 rename all instances of 'ignore_replyto' to 'to_sender', both
9568                 were previously used, now we use just one.
9569
9570 2003-02-13 [paul]       0.8.10claws6
9571
9572         * sync with 0.8.10cvs9
9573                 see ChangeLog 2003-02-13
9574
9575 2003-02-13 [paul]       0.8.10claws5
9576
9577         * configure.ac
9578                 show which plugins are configured in the configure
9579                 output.
9580
9581 2003-02-12 [thorsten]   0.8.10claws4
9582
9583         * src/news.c
9584                 show progress while fetching news headers
9585
9586 2003-02-12 [christoph]  0.8.10claws3
9587
9588         * configure.ac
9589         * src/plugins/Makefile.am
9590                 use AM_CONDITIONAL to enable plugins, automake correctly
9591                 manages this when creating distdir
9592
9593 2003-02-12 [christoph]  0.8.10claws2
9594
9595         * ac/spamassassin.m4
9596         * src/plugins/spamassassin/Makefile.am
9597                 fix building SpamAssassin plugin without OpenSSL
9598
9599 2003-02-12 [paul]       0.8.10claws1
9600
9601         * ac/Makefile.am
9602           src/Makefile.am
9603           src/plugins/Makefile.am
9604                 fix failure of 'make release'
9605
9606 2003-02-12 [paul]       0.8.10claws
9607
9608         * 0.8.10claws released
9609
9610 2003-02-12 [paul]       0.8.9claws56
9611
9612         * po/bg.po
9613           po/es.po
9614           po/it.po
9615           po/ru.po
9616           po/sr.po
9617                 updated translations by George Danchev, Ricardo Mones Lastra,
9618                 Alessandro Maestri, Ruslan N. Balkin and Urke MMI respectively
9619                 
9620         * sylpheed.spec.in
9621                 Allow the building of RPMs by a regular user. Submitted
9622                 by Sergei Astanin
9623
9624 2003-02-11 [alfons]     0.8.9claws55
9625
9626         * src/colorlabel.c
9627                 don't use pixmaps for label color rect but draw rectangles
9628                 so we can respect the color map of palette based visuals
9629                 (fixes the long time crashes on Suns - thanks to Andreas
9630                 Engel and Steve O'Hara-Smith for testing)
9631
9632 2003-02-11 [christoph]  0.8.9claws54
9633
9634         * src/matcher_parser_parse.y
9635                 correct bug where filering rules of not existing folders in
9636                 matcherrc were added to global filtering
9637                 
9638         (closes Debian Bug #180253 - Directory's filter-rules are merged with
9639          main filter-rules after removing directory, http://bugs.debian.org/180253)
9640         
9641 2003-02-11 [paul]       0.8.9claws53
9642
9643         * sync with 0.8.10cvs7
9644                 see ChangeLog 2003-02-09
9645
9646 2003-02-11 [melvin]     0.8.9claws52
9647
9648         * po/fr.po
9649                 Updated French tranlsations
9650
9651 2003-02-10 [paul]       0.8.9claws51
9652
9653         * sylpheed.spec.in
9654                 correct --enable-openssl
9655                 Fix submitted by Sergei Astanin <asita@users.sourceforge.net>
9656
9657 2003-02-09 [martin]     0.8.9claws50
9658
9659         * src/prefs_matcher.c
9660                 fix segfault in prefs_matcher_substitute_cb() when
9661                 no row is selected
9662
9663 2003-02-09 [paul]       0.8.9claws49
9664
9665         * src/folderview.c
9666                 fix bug where a newsgroup folder's processing rules were
9667                 merged with the global filtering rules when the newsgroup
9668                 folder was deleted, causing some seriously bad results,
9669                 see <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=180253>
9670
9671 2003-02-08 [melvin]     0.8.9claws48
9672
9673         * src/compose.c
9674                 Corrected and modified an alert message.
9675
9676 2003-02-07 [paul]       0.8.9claws47
9677
9678         * src/folderview.c
9679                 fix bug where both an 'Account properties' window and a
9680                 'Folder properties' window were opened when clicking on
9681                 'Properties' in an NNTP or IMAP folder's popup menu.
9682
9683 2003-02-07 [paul]       0.8.9claws46
9684
9685         * sync with 0.8.10cvs6
9686                 see ChangeLog 2003-02-06
9687
9688 2003-02-06 [christoph]  0.8.9claws45
9689
9690         * src/mbox.c
9691                 freeze folder updates while importing mbox files
9692                 (closes bug 43 importing mbox took hours)
9693                 
9694         Patch submitted by Jens Rantil <jens.rantil@telia.com>
9695
9696 2003-02-06 [thorsten]   0.8.9claws44
9697
9698         * po/de.po
9699                 Updated german translations
9700
9701 2003-02-06 [thorsten]   0.8.9claws43
9702
9703         * src/news.h
9704                 use guint for message numbers (fix count in grouplist dialog)
9705
9706 2003-02-05 [paul]       0.8.9claws42
9707
9708         * sync with 0.8.10cvs2
9709                 see ChangeLog 2003-02-05
9710
9711 2003-02-04 [colin]      0.8.9claws41
9712
9713         * src/prefs_common.[ch]
9714           src/procmsg.c
9715           src/summaryview.c
9716                 Add an option to disable threading by subject
9717
9718 2003-02-04 [christoph]  0.8.9claws40
9719
9720         * src/inc.c
9721                 only abort fetching mails from multiple accounts when the
9722                 error is fatal and does not allow to check any more accounts
9723                 (currently only disk full error)
9724
9725         (closes bug 31 after POP3 error: "no such mail" Sylpheed does not
9726          receive mails for other accouts)
9727
9728 2003-02-04 [christoph]  0.8.9claws39
9729
9730         * src/folder.c
9731                 first add the new message to the cache, then
9732                 send the update notification
9733
9734         (closes bug 39 after sending message folderview doesnt get updated)
9735
9736 2003-02-04 [colin]      0.8.9claws38
9737
9738         * src/inc.c
9739                 _really_ fix this Connecting... status
9740
9741 2003-02-04 [paul]       0.8.9claws37
9742
9743         * sync with 0.8.10
9744                 see ChangeLog 2003-02-04
9745
9746 2003-02-04 [paul]       0.8.9claws36
9747
9748         * sync with 0.8.9cvs6
9749                 see ChangeLog 2003-02-03
9750
9751 2003-02-04 [paul]       0.8.9claws35
9752
9753         * po/pt_BR.po
9754                 updated by André Filipe de Assunção e Brito 
9755                 <bedecko@netsite.com.br>
9756
9757 2003-02-03 [thorsten]   0.8.9claws34
9758
9759         * po/de.po
9760                 Updated german translations
9761
9762 2003-02-02 [paul]       0.8.9claws33
9763
9764         * po/es.po
9765                 updated by Ricardo Mones Lastra
9766
9767 2003-02-02 [thorsten]   0.8.9claws32
9768
9769         * src/mh.c
9770                 Fix mh_get_msginfo() segfault if file is inaccessible
9771
9772 2003-01-31 [colin]      0.8.9claws31
9773
9774         * src/procheader.c
9775                 Fix last commit's bug
9776
9777 2003-01-31 [colin]      0.8.9claws30
9778
9779         * src/procheader.c
9780                 Missing a change for gpg-signed messages
9781
9782 2003-01-31 [paul]       0.8.9claws29
9783
9784         * src/pixmaps/gpg_signed.xpm    ** NEW FILE **
9785           src/procheader.c
9786           src/stock_pixmap.[ch]
9787           src/summaryview.c
9788                 indicate GnuPG signed messages by displaying an icon
9789                 in the Attachment column.
9790
9791 2003-01-31 [paul]       0.8.9claws28
9792
9793         * sync with 0.8.9cvs4
9794                 see ChangeLog 2003-01-31
9795
9796 2003-01-31 [alfons]     0.8.9claws27
9797
9798         * src/textview.c
9799                 tune URI parser to accept mailto URLs with a '?'
9800                 (patch from Ruslan Balkin)
9801
9802 2003-01-31 [colin]      0.8.9claws26
9803
9804         * src/summaryview.c
9805                 Fix a leak introduced in claws24
9806
9807 2003-01-31 [colin]      0.8.9claws25
9808
9809         * src/summaryview.c
9810                 Freeze/Thaw folder updates when deleting dups
9811
9812 2003-01-31 [colin]      0.8.9claws24
9813         
9814         * src/addr_compl.c
9815           src/summaryview.c
9816           src/msgcache.c
9817                 little speed improvements
9818
9819 2003-01-31 [colin]      0.8.9claws23
9820
9821         * src/summaryview.c
9822                 Fix segfault when forwarding nothing
9823                 Patch from "Ruslan N. Balkin" <baron@voices.ru>
9824                 
9825 2003-01-30 [paul]       0.8.9claws22
9826
9827         * sync with 0.8.9cvs3
9828                 see ChangeLog 2003-01-30
9829
9830 2003-01-30 [paul]       0.8.9claws21
9831
9832         * sync with 0.8.9cvs2
9833                 see ChangeLog 2003-01-30
9834
9835 2003-01-29 [paul]       0.8.9claws20
9836
9837         * sync with 0.8.9cvs1
9838                 see ChangeLog 2003-01-29
9839
9840 2003-01-28 [paul]       0.8.9claws19
9841
9842         * po/POTFILES.in
9843                 update to reflect changes. 
9844                 thanks to Ricardo Mones Lastra
9845
9846 2003-01-27 [christoph]  0.8.9claws18
9847
9848         * ac/openssl.m4
9849         * ac/spamassassin.m4
9850         * src/plugins/spamassassin/README
9851         * src/plugins/spamassassin/libspamc.[ch]
9852         * src/plugins/spamassassin/utils.[ch]
9853                 updated to latest libspamc
9854
9855 2003-01-27 [christoph]  0.8.9claws17
9856
9857         * src/folder.c
9858                 fix wrong use of procheader_get_header_fields
9859
9860 2003-01-27 [christoph]  0.8.9claws16
9861
9862         * src/news.c
9863         * src/prefs_account.[ch]
9864         * src/common/nntp.[ch]
9865                 allow to force authentication for NNTP servers
9866
9867         Patch submitted by Florian Mickler <dmk@d-labs.de>
9868
9869 2003-01-26 [paul]       0.8.9claws15
9870
9871         * src/summaryview.c
9872                 speed up of marking messages as read
9873                 patch submitted by Jens Rantil <ztyx@users.sourceforge.net>
9874
9875 2003-01-26 [christoph]  0.8.9claws14
9876
9877         * src/Makefile.am
9878         * src/mgutils.[ch]              ** REMOVE **
9879         * src/xml.[ch]                  ** REMOVE **
9880         * src/xmlprops.[ch]             ** REMOVE **
9881         * src/common/Makefile.am
9882         * src/common/mgutils.[ch]       ** NEW **
9883         * src/common/xml.[ch]           ** NEW **
9884         * src/common/xmlprops.[ch]      ** NEW **
9885                 move xml files to common directory
9886
9887 2003-01-26 [christoph]  0.8.9claws13
9888
9889         * src/plugins/spamassassin/spamassassin_gtk.c
9890                 only set gtk entry text if string is available
9891
9892 2003-01-26 [melvin]     0.8.9claws12
9893
9894         * src/description_window.c
9895                 Allow resizing of the window
9896                 Allow automatic horizontal scroll bar
9897                 Do not vertically expand and fill
9898
9899 2003-01-26 [christoph]  0.8.9claws11
9900
9901         * src/Makefile.am
9902         * src/gtkutils.[ch]             ** REMOVE **
9903         * src/common/sylpheed.c
9904         * src/gtk/Makefile.am
9905         * src/gtk/description_window.c
9906         * src/gtk/gtkutils.[ch]         ** NEW **
9907         * src/gtk/prefswindow.c
9908                 move gtkutils to gtk directory
9909
9910 2003-01-26 [paul]       0.8.9claws10
9911
9912         * src/summaryview.c
9913                 rename summary_unread_clicked() to summary_status_clicked()
9914
9915 2003-01-26 [melvin]     0.8.9claws9
9916
9917         * src/prefs_actions.c
9918                 Cosmetical changes to the help text
9919
9920 2003-01-26 [paul]       0.8.9claws8
9921
9922         * src/folder.[ch]
9923           src/mainwindow.c
9924           src/prefs_common.c
9925           src/prefs_sumamry_column.c
9926           summaryview.[ch]
9927                 rename the 'Unread' column to 'Status'
9928
9929 2003-01-25 [match]      0.8.9claws7
9930
9931         * src/mgutils.[ch]
9932                 removed reference to LDAP constants. removed error2string.
9933                 included functions to support LDAP dynamic queries.
9934         * src/syldap.h
9935                 moved LDAP constants here.
9936         * src/addressbook.c
9937         * src/addrindex.c
9938         * src/importldif.c
9939                 removed references to LDAP constants and references to
9940                 error2string.
9941
9942 2003-01-25 [paul]       0.8.9claws6
9943
9944         * src/summaryview.c
9945                 summary_thread_build(), summary_thread_init(): remove 
9946                 unneeded reference to summaryview->folder_item
9947
9948 2003-01-25 [christoph]  0.8.9claws5
9949
9950         * src/gtk/description_window.c
9951                 o allow description texts to expand over multiple columns
9952                 o translate all columns
9953         * src/prefs_actions.c
9954                 change syntax description to use new multi column feature
9955
9956         Patch submitted by Ivan F. Martinez <ivanfm@users.sourceforge.net>
9957
9958 2003-01-25 [match]      0.8.9claws4
9959
9960         * src/vcard.c
9961                 fixed bug with Quoted-Printable
9962
9963 2003-01-25 [paul]       0.8.9claws3
9964
9965         * src/folder.[ch]
9966           src/summaryview.[ch]
9967                 implement per-folder collapsed/expanded threads setting
9968                 
9969         * src/prefs_common.c
9970                 remove global collapsed/expanded threads option
9971
9972 2003-01-25 [christoph]  0.8.9claws2
9973
9974         * po/POTFILES.in
9975                 add pluginwindow and prefswindow
9976         * src/compose.c
9977                 make send respond correctly to messages that could be added
9978                 to the queue folder, but the UID of the message is unknown
9979         * src/folder.c
9980         * src/imap.c
9981                 don't return guessed UIDs in imap_add_msg anymore. We return
9982                 0 to tell the folder system it was appened but the UID is
9983                 unknown. Folder system now get's the UID by scaning the folder
9984                 and searching the cache for the Message-ID
9985                 (closes bug #29 Messages queued, but not sent)
9986
9987 2003-01-25 [paul]       0.8.9claws1
9988
9989         * src/codeconv.c
9990                 conv_encode_header():  fix bug when long headers with 8-bit
9991                 characters are used, so that the encoded words are wrapped.
9992                 If the space in the original text falls on the wrap boundary,
9993                 it can be lost.
9994                 Patch by Sergey Vlasov.
9995                 
9996         * src/folderview.c
9997                  fix bug where a change to the sorting method or thread view
9998                  of a folder's messages is lost if simpify-subject is set and
9999                  toggled on or off.
10000                  Patch by Luke Plant.
10001
10002 2003-01-24 [paul]       0.8.9claws
10003
10004         * sylpheed-0.8.9claws released
10005         
10006         * Makefile.am
10007           sylpheed.spec.in
10008                 remove reference to 'INSTALL.jp'
10009
10010 2003-01-23 [paul]       0.8.8claws128
10011
10012         * po/es.po
10013           po/it.po
10014           po/ru.po
10015           po/sr.po
10016                 updated translations. submitted by Ricardo Mones Lastra,
10017                 Alessandro Maestri, Ruslan N. Balkin and Urke MMI respectively.
10018
10019 2003-01-23 [colin]      0.8.8claws127
10020
10021         * src/compose.c
10022                 Fix drafted and queued news articles re-edition
10023
10024 2003-01-23 [melvin]     0.8.8claws126
10025
10026         * po/fr.po
10027                 Updated French translations
10028
10029 2003-01-23 [colin]      0.8.8claws125
10030
10031         * src/inc.c
10032                 Fix "Connecting to..." status message
10033
10034 2003-01-22 [paul]       0.8.8claws124
10035
10036         * po/bg.po
10037                 updated by George Danchev
10038                 
10039         * src/folder.c
10040                 revert last commit [0.8.8claws111] as it breaks folder d'n'd
10041                 and folder deletion
10042
10043 2003-01-21 [paul]       0.8.8claws123
10044
10045         * po/bg.po
10046                 updated by George Danchev
10047                 
10048         * src/about.c
10049                 its now 2003
10050                 
10051         * src/toolbar.c
10052                 don't translate 'Separator'
10053                 
10054         * src/plugins/spamassassin/Makefile.am
10055                 add aspell to CPPFLAGS
10056                 
10057         * src/plugins/spamassassin/spamassassin.c
10058           src/plugins/spamassassin/spamassassin_gtk.c
10059                 set correct default for spamassassin_receive_spam
10060                 slightly re-word descriptions and some
10061                 other minor changes
10062
10063 2003-01-19 [alfons]     0.8.8claws122
10064                 
10065         * src/mimeview.c
10066                 mimeview_save_as(): we might as well show the file name for
10067                 the single case "Save As" too
10068
10069 2003-01-19 [alfons]     0.8.8claws121
10070
10071         * src/crash.c
10072                 change bug tracker URL to bugzilla URL
10073
10074 2003-01-19 [alfons]     0.8.8claws120
10075
10076         * src/mimeview.c
10077                 mimeview_save_all(): display name of file before overwriting;
10078                 continue saving all, even when one overwrite was cancelled
10079
10080 2003-01-19 [christoph]  0.8.8claws119
10081
10082         * src/summaryview.c
10083         * src/procmsg.[ch]
10084                 fix wrong usage of procmsg_find_children in summaryview
10085                 by using procmsg_update_unread_children instead of
10086                 summaryview_update_unread_children
10087
10088 2003-01-19 [christoph]  0.8.8claws118
10089
10090         * src/procmsg.c
10091                 fix infinite loop in procmsg_find_children
10092                  (closes bug #25 sylpheed crashes on delete.)
10093
10094         Patch submitted by Ivan F. Martinez <ivanfm@users.sourceforge.net>
10095
10096 2003-01-19 [paul]       0.8.8claws117
10097
10098         * po/pt_BR.po
10099                 updated by Ivan Francolin Martinez
10100
10101 2003-01-18 [melvin]     0.8.8claws116
10102
10103         * src/prefs_actions.c
10104                 Removed syntax limitation of only one '&' at the end of command.
10105                         Now actions that contain '>/dev/null 2>&1' are possible.
10106
10107 2003-01-18 [melvin]     0.8.8claws115
10108
10109         * src/prefs_actions.c
10110                 Actions IO dialog: when the action ends
10111                 the "Close" button now has focus and [Escape] closes the
10112                 window.
10113
10114 2003-01-18 [christoph]  0.8.8claws114
10115
10116         * src/procmsg.c
10117                 o add debug output when MsgInfos are really freed
10118                 o free GSLists in procmsg_find_children and
10119                   procmsg_update_unread_children
10120
10121 2003-01-18 [christoph]  0.8.8claws113
10122
10123         * src/mainwindow.c
10124                 reorder Configuration menu
10125
10126 2003-01-18 [christoph]  0.8.8claws112
10127
10128         * src/compose.c
10129                 fix applying templates to forwarded messages
10130
10131         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
10132
10133 2003-01-17 [christoph]  0.8.8claws111
10134
10135         * src/folder.c
10136                 destroy folder items, when a folder item is removed
10137
10138 2003-01-17 [christoph]  0.8.8claws110
10139
10140         * src/folder.c
10141                 fix wrong folder stats update when ignored message is
10142                 deleted
10143
10144 2003-01-17 [colin]      0.8.8claws109
10145         
10146         * src/mainwindow.c
10147         * src/summaryview.c
10148                 Quicksearch bugfixes: 
10149                 - hide help button at startup if not extended
10150                 - switch to extended when looking for replies
10151
10152 2003-01-17 [paul]
10153
10154         * sync with 0.8.9 release
10155
10156 2003-01-17 [paul]       0.8.8claws108
10157
10158         * sync with 0.8.8cvs11
10159                 see ChangeLog 2003-01-17
10160
10161 2003-01-16 [colin]      0.8.8claws107
10162
10163         * src/procmsg.c
10164                 Changed encryption test to re-ask passphrase
10165                 if an encrypted message hasn't been decrypted
10166                 Fixes bug #5
10167
10168 2003-01-16 [christoph]  0.8.8claws106
10169
10170         * src/prefs_gtk.c
10171         * src/prefs_toolbar.c
10172         * src/gtk/prefswindow.h
10173         * src/plugins/spamassassin/spamassassin_gtk.c
10174                 remove page destroy function that is not used anymore
10175
10176 2003-01-16 [paul]       0.8.8claws105
10177
10178         * sync with 0.8.8cvs9
10179                 see ChangeLog 2002-01-16
10180
10181 2003-01-16 [colin]      0.8.8claws104
10182
10183         * src/compose.[ch]
10184                 Fix bug with autosaved drafts for IMAP, when draft
10185                 folder is specified - fixes bugzilla bug #20
10186
10187 2003-01-15 [paul]       0.8.8claws103
10188
10189         * src/compose.[ch]
10190           src/procmsg.c
10191                 store folder and message-id of message forwarding
10192                 in queue header and set forward flag after sending
10193
10194 2003-01-15 [paul]       0.8.8claws102
10195
10196         * sync with 0.8.8cvs8
10197                 see ChangeLog 2002-01-15
10198
10199 2003-01-15 [colin]      0.8.8claws101
10200
10201         * src/Makefile.am
10202                 Fix linking with GNU libiconv
10203
10204 2003-01-15 [darko]      0.8.8claws100
10205
10206         * src/pine.c
10207                 fix crash when importing pine address book
10208                 entry with an empty name (reported by DY
10209                 <dybulk at tri8.net>)
10210
10211 2003-01-14 [paul]       0.8.8claws99
10212
10213         * configure.in  ** REMOVED **
10214           configure.ac  ** NEW FILE **
10215                 rename configure.in to configure.ac, as it is now
10216                 preferred
10217
10218 2003-01-14 [melvin]     0.8.8claws98
10219
10220         * src/folderview.c
10221                 folderview_check_new(): More precise function description
10222
10223 2003-01-14 [melvin]     0.8.8claws97
10224
10225         * src/folderview.c
10226                 folderview_check_new(): return the number of new messages 
10227                         since last check.
10228         * src/inc.c
10229                 inc_account_mail(): Disable counting of new messages for IMAP
10230                         and NNTP until bug [19] and [14] are fixed.
10231
10232 2003-01-14 [paul]       0.8.8claws96
10233
10234         * sync with 0.8.8cvs6
10235                 see ChangeLog 2003-01-14
10236
10237 2003-01-13 [alfons]     0.8.8claws95
10238
10239         * src/textview.c
10240                 tune email address validation (c. 0.8.8claws89): if . is 
10241                 just one char away from @, the address is invalid too 
10242                 (correctly rejects addresses like foo@.com)
10243
10244 2003-01-13 [paul]       0.8.8claws94
10245
10246         * src/messageview.c
10247           src/toolbar.c
10248                 fixes to the Message View toolbar and menu:
10249                 fix non-functioning Forward button
10250                 make Reply button consider default_reply_list
10251                 remove 'Follow-up...' menu entry
10252                 add 'Forward' and 'Redirect' menu entries
10253
10254 2003-01-13 [melvin]     0.8.8claws93
10255
10256         * src/inc.c
10257                 Fixed typo that could make new messages count incorrect.
10258
10259 2003-01-13 [melvin]     0.8.8claws92
10260
10261         * src/folderview.[ch]
10262                 folderview_check_new(): return the number of new messages.
10263         * src/inc.c
10264                 Should fix bug [14] where new mail notification worked 
10265                         incorrectly with IMAP accounts.
10266                 inc_spool_account(): return number of new msgs, or -1 on error
10267                 inc_all_spool(): return number of new msgs
10268                 
10269 2003-01-13 [melvin]     0.8.8claws91
10270
10271         * src/prefs_actions.c
10272                 Justify help text.
10273
10274 2003-01-12 [thorsten]   0.8.8claws90
10275
10276         * src/common/prefs.c
10277                 close file before rename
10278
10279 2003-01-12 [alfons]     0.8.8claws89
10280
10281         * AUTHORS
10282                 add Christian Mertes
10283         * src/common/utils.[ch]
10284                 g_stricase_hash(), g_stricase_equal(): functions for 
10285                 case insensitive hash tables
10286         * src/textview.c
10287                 use top level domain names to validate email address, based
10288                 on a patch by Christian Mertes (thanks!), but changed 
10289                 implementation to use a hash table 
10290
10291 2003-01-12 [paul]       0.8.8claws88
10292
10293         * po/bg.po
10294                 updated by George Danchev
10295
10296 2003-01-12 [alfons]     0.8.8claws87
10297
10298         * src/summaryview.c
10299                 delete / execute performance: use new style folder update
10300
10301 2003-01-12 [paul]       0.8.8claws86
10302
10303         * sync with 0.8.8cvs5
10304                 see ChangeLog 2003-01-13 (!)
10305
10306 2003-01-12 [alfons]     0.8.8claws85
10307
10308         * src/filtering.c
10309         * src/matcher_parser_parse.y
10310                 prepare change_score filtering action
10311         * src/matcher.[ch]
10312                 give up const-correctness on functions that call non-const-correct functions;
10313                 several casts to gpointer in g_free();
10314                 add change_score;
10315
10316 2003-01-12 [christoph]  0.8.8claws84
10317
10318         * src/compose.c
10319                 fix 2 warnings
10320
10321         * src/gtk/prefswindow.[ch]
10322         * src/plugins/spamassassin/spamassassin_gtk.c
10323                 changed the call of the widget create function
10324                 for PrefsPages, because sometimes the widget
10325                 create function needs a widget that already has
10326                 been attached to a window (to create GDK pixmaps
10327                 for exmaple). So we simply pass the GtkWindow as
10328                 the second parameter now.
10329
10330         * src/main.c
10331         * src/mainwindow.c
10332         * src/prefs_toolbar.[ch]
10333                 rewrite Toolbar Preferences using the new
10334                 prefs window
10335
10336 2003-01-11 [alfons]     0.8.8claws83
10337
10338         * src/addressadd.c
10339                 fix crash when adding sender to addressbook because status bar
10340                 isn't there (the status bar doesn't seem to be used though,
10341                 but I'll let Match decide what to do with it)
10342
10343 2003-01-11 [colin]      0.8.8claws82
10344
10345         * src/main.c
10346           src/toolbar.c
10347                 Two useless changes reversed
10348
10349 2003-01-11 [colin]      0.8.8claws81
10350
10351         * src/mainwindow.c
10352           src/mainwindow.h
10353                 Add mainwindow_get_mainwindow()
10354         * src/alertpanel.c
10355           src/alertpanel.h
10356                 Add alertpanel_error_log() 
10357         * src/compose.c
10358           src/inc.c
10359           src/messageview.c
10360           src/toolbar.c
10361           src/main.c
10362           src/procmsg.c
10363                 Network errors get a View Log button
10364
10365 2003-01-10 [alfons]     0.8.8claws80
10366
10367         * src/prefs_toolbar.c
10368         * src/toolbar.c
10369                 use the translatable string for "Separator" as file name for
10370                 separator toolbar items (probably make this uppercase?)
10371
10372 2003-01-10 [alfons]     0.8.8claws79
10373
10374         * src/prefs_toolbar.c
10375                 put right A_SEPARATOR description string in "displayed
10376                 toolbar items list" so manually added separators are
10377                 saved correctly (bug #10, "Adding a separator to the main 
10378                 toolbar fails, entry in xml file is wrong")
10379
10380 2003-01-10 [christoph]  0.8.8claws78
10381
10382         * src/imap.c
10383                 o fix warnings
10384                 o use CAPABILITY to check if NAMESPACE is available
10385
10386 2003-01-10 [christoph]  0.8.8claws77
10387
10388         * src/imap.[ch]
10389                 apply UIDPLUS IMAP extension support patch
10390
10391         Patch submitted by Simon 'corecode' Schubert
10392
10393 2003-01-10 [paul]       0.8.8claws76
10394
10395         * src/folderview.c
10396                 a sync from main which fixes the news account folders'
10397                 Properties bug
10398
10399 2003-01-10 [christoph]  0.8.8claws75
10400
10401         * src/folder.c
10402                 don't accept 0 as a valid uid returned by copy and move
10403                 functions. 0 means the message was copied or moved but the
10404                 new uid could not be fetched. It is not an error condition
10405                 for the copy or move operation.
10406
10407 2003-01-10 [paul]       0.8.8claws74
10408
10409         * src/prefs_filtering.c
10410                 change English used in Alert when entry is not
10411                 saved.
10412                 
10413         * sync with 0.8.8cvs4
10414                 see ChangeLog 2003-01-10
10415
10416 2003-01-10 [darko]      0.8.8claws73
10417
10418         * src/pine.c
10419                 fix crash when importing address book entry
10420                 without a valid address
10421
10422 2003-01-09 [alfons]     0.8.8claws72
10423
10424         * src/inc.c
10425                 filtering performance: use new style folder update
10426
10427 2003-01-09 [christoph]  0.8.8claws71
10428
10429         * src/compose.c
10430         * src/gtk/menu.[ch]
10431                 fix wrong selecting of mime encoding type, when
10432                 opening property dialog of attachments in the
10433                 compose window. 7bit was always selected and that
10434                 destoryed files with 8bit data.
10435                 (closes bug #9 Sylpheed-claws destroys attachments when
10436                  changing MIME-types)
10437
10438 2003-01-09 [paul]       0.8.8claws70
10439
10440         * sync with 0.8.8cvs3
10441                 see ChangeLog 2003-01-09
10442
10443 2003-01-08 [alfons]     0.8.8claws69
10444         
10445         * src/addressadd.c
10446                 apply patch by Kim Schulz to fix build breakage
10447                 because of missing variable
10448
10449 2003-01-08 [paul]       0.8.8claws68
10450
10451         * sync with 0.8.8cvs2
10452                 see ChangeLog 2002-01-08
10453
10454 2003-01-08 [paul]       0.8.8claws67
10455
10456         * po/it.po
10457                 updated by Alessandro Maestri
10458                 
10459         * src/addressadd.c
10460                 when using 'Add sender to addressbook' allow
10461                 name to be edited and remarks to be entered
10462                 Patch submitted by Luke Plant
10463
10464 2003-01-08 [darko]      0.8.8claws66
10465
10466         * README.claws, src/summaryview.c
10467                 fix description for marked messages
10468
10469 2003-01-08 [paul]
10470
10471         * tools/Makefile.am
10472           tools/launch_phoenix  ** NEW FILE **
10473                 add script that enables using Phoenix as the default
10474                 web browser. 
10475                 Submitted by Mohammed Sameer <Uniball@linux-egypt.org>
10476                 
10477         * tools/OOo2sylpheed.pl
10478                 remove full path to sylpheed executable, just 'sylpheed'
10479                 will do
10480                 
10481         * tools/README
10482                 add launch_phoenix informtion and re-arrange and compress
10483                 the data a little
10484
10485 2003-01-07 [christoph]  0.8.8claws65
10486
10487         * src/folder.c
10488                 fix update for source folder when moving messages
10489         * src/procmsg.[ch]
10490         * src/summaryview.c
10491                 use function to set to_folder for message infos and
10492                 automatically update the op_count for old and new
10493                 folder
10494
10495 2003-01-07 [melvin]     0.8.8claws64
10496
10497         * src/prefs_actions.c
10498                 Fixed bug where an '%p' Action on a displayed image crashed 
10499                         Sylpheed
10500                 Code clean up (get rid of duplicated code and removed unnecessary 
10501                                 structure member)
10502
10503 2003-01-07 [christoph]  0.8.8claws63
10504
10505         * src/compose.c
10506         * src/folder.[ch]
10507         * src/folderview.c
10508         * src/import.c
10509         * src/inc.c
10510         * src/main.c
10511         * src/mainwindow.c
10512         * src/messageview.c
10513         * src/prefs_folder_item.c
10514         * src/procmsg.c
10515         * src/summaryview.c
10516         * src/toolbar.c
10517                 o remove all folder update triggering from the UI code. The folder
10518                   system should know much better when a folder needs an update.
10519                 o to prevent multiple updates in a row the folder updates can be
10520                   frozen for some time.
10521
10522                 Note: - Please verify that no updates are missing
10523                       - Check where freeze/thaws should be added
10524
10525 2003-01-07 [christoph]  0.8.8claws62
10526
10527         * src/prefs_actions.c
10528                 don't translate empty strings
10529
10530         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
10531
10532 2003-01-06 [christoph]  0.8.8claws61
10533
10534         * src/prefs_actions.c
10535                 mark strings for gettext
10536         * src/prefs_matcher.c
10537                 use new description window for Execute action and
10538                 match condition in Filtering
10539
10540         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
10541
10542 2003-01-06 [alfons]     0.8.8claws60
10543
10544         keep myself inspired to re-organize matcher part 8; 
10545         yes, more to come (I need to move out the descriptive
10546         text for actions to matcher.c, or at least make it not
10547         depend on the wicked ordering)
10548
10549         * src/prefs_matcher.c
10550                 add documentation so others may comprehend the
10551                 UI part of the conditions
10552                 
10553 2003-01-06 [christoph]  0.8.8claws59
10554
10555         * src/prefs_actions.c
10556                 use new description window for syntax help
10557         * src/gtk/description_window.c
10558                 fix display of descriptions with column count != 2
10559
10560         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
10561
10562 2003-01-06 [christoph]  0.8.8claws58
10563
10564         * src/quote_fmt.c
10565         * src/summaryview.[ch]
10566         * src/gtk/Makefile.am
10567         * src/gtk/description_window.[ch]       ** NEW **
10568                 use a generic window to display syntax descriptions
10569                 currently used in quote_fmt and summaryview (new description
10570                 for extended quick search)
10571
10572         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
10573
10574 2003-01-06 [paul]       0.8.8claws57
10575
10576         * sync with 0.8.8cvs1
10577                 see ChangeLog 2003-01-06
10578
10579 2003-01-06 [christoph]  0.8.8claws56
10580
10581         * src/mainwindow.c
10582         * src/prefs_gtk.[ch]
10583         * src/gtk/prefswindow.[ch]
10584         * src/plugins/spamassassin/spamassassin_gtk.c
10585                 o remove page management from prefswindow, pages
10586                   will be an argument to prefswindow_open
10587                 o prefswindow_open gets a datapointer that is
10588                   passed to the widget_create function to allow
10589                   creation of prefswindow for specific items
10590
10591 2003-01-06 [colin]      0.8.8claws55
10592         
10593         * src/summaryview.c
10594                 We don't want regexp in the reply-finder, 
10595                 because MIDs can contain !,$,. and so on
10596
10597 2003-01-06 [jens]       0.8.8claws54
10598
10599         * src/jpilot.c
10600                 fixed a wrong free in jpilot_read_db_files
10601
10602 2003-01-06 [alfons]     0.8.8claws53
10603
10604         re-organize matcher part 8; more to come
10605        
10606         * src/matcher.c
10607                 matcherprop_to_string(): put g_free()s before the
10608                 switch-case break to fix memleaks                
10609
10610 2003-01-06 [colin]      0.8.8claws52
10611
10612         * src/summaryview.c
10613                 cleanup & reply-finder now displays the first 
10614                 matching message
10615
10616 2003-01-05 [alfons]     0.8.8claws51
10617
10618         re-organize matcher part 7; more to come
10619
10620         * src/matcher.[ch]
10621                 fixes for constant correctness;
10622                 more documentation;
10623
10624 2003-01-05 [alfons]     0.8.8claws50
10625
10626         re-organize matcher part 6; more to come
10627         
10628         * src/matcher.[ch]
10629                 fixes for constant correctness;
10630                 more documentation;
10631         * src/filtering.c
10632                 fix for constant correctness
10633
10634 2003-01-05 [colin]      0.8.8claws49
10635
10636         * src/account.[ch]
10637                 Add account_get_reply_account function
10638         * src/compose.c
10639                 Use account_get_reply_account function 
10640         * src/summaryview.c
10641                 Basic reply-finder - click on the replied
10642                 icon gets you to the outbox using quick-search
10643
10644 2003-01-05 [paul]       0.8.8claws48
10645
10646         * src/prefs_common.c
10647                 small change to English
10648                 
10649         * src/prefs_filtering.c
10650                 prefs_filtering_action_select(): improve logic and uniformity
10651                 of gui
10652
10653 2003-01-05 [alfons]     0.8.8claws47
10654
10655         fine tune solution to focus problems (bug #7)
10656
10657         * src/mainwindow.c
10658                 mainwindow_focus_in_event(): remove grab event check
10659         * src/summaryview.c
10660                 summary_button_pressed(): move selection on right-click
10661                 too. we can't possibly move the selection back after
10662                 canceling a dialog, because gtk's incomplete focus 
10663                 management. whether this is a good solution, only time
10664                 will tell.
10665
10666 2003-01-05 [christoph]  0.8.8claws46
10667
10668         * src/imap.c
10669                 fix crash when no imap connection could be established
10670
10671 2003-01-05 [paul]       0.8.8claws45
10672
10673         * src/mainwindow.c
10674           src/sumamryview.c
10675           src/gtk/menu.[ch]
10676                 fix bug 605957 'shortcuts in popup-menu'
10677                 make user-defined shortcuts work
10678                 show shortcuts that are already defined
10679                 in the main menu
10680                 Patch submitted by Luke Plant
10681
10682 2003-01-05 [alfons]     0.8.8claws44
10683
10684         * src/mainwindow.c
10685                 focus_in_event handler should not select summary view row 
10686                 when another window (menu, dialog) grabbed for events 
10687                 (bug #7, "[0.8.8claws42] Message summary focus") 
10688
10689 2003-01-04 [christoph]  0.8.8claws43
10690
10691         * src/procmsg.c
10692                 update save folder after adding the sent message
10693                  (closes bug #6 Folder View doesn't refresh for "Sent"-messages)
10694
10695 2003-01-02 [christoph]  0.8.8claws42
10696
10697         * src/common/plugin.c
10698                 fix unloading of all plugins and unload
10699                 plugins in reverse order
10700                 
10701         * src/gtk/pluginwindow.c
10702                 implement function of load and unload button
10703
10704         * src/gtk/prefswindow.c
10705         * src/gtk/prefswindow.h
10706                 rename register function and add new unregister
10707                 function
10708
10709         * src/plugins/spamassassin/spamassassin_gtk.c
10710                 unregister prefs page and update for changes in
10711                 src/gtk/prefswindow.c
10712
10713 2003-01-02 [paul]       0.8.8claws41
10714
10715         * po/es.po
10716                 updated by Ricardo Mones Lastra
10717
10718 2003-01-02 [paul]
10719
10720         * tools/tb2sylpheed
10721                 fixes and improvements by Urke MMI
10722
10723 2003-01-02 [thorsten]   0.8.8claws40
10724
10725         * src/procmsg.c
10726                 fixed wrong return value
10727
10728 2003-01-02 [thorsten]   0.8.8claws39
10729
10730         * src/prefs.c
10731                 fixed printing wrong variable
10732
10733 2003-01-02 [thorsten]   0.8.8claws38
10734
10735         * src/prefs.c
10736                 fixed acessing members of freed pfile struct
10737
10738 2003-01-02 [thorsten]   0.8.8claws37
10739
10740         * src/procmsg.c
10741                 detect loops across several messages
10742                 as suggested by Christoph Hohmann
10743
10744 2003-01-01 [match]      0.8.8claws36
10745
10746         * src/addrindex.c
10747                 fixed another memory leak.
10748
10749 2003-01-01 [match]      0.8.8claws35
10750
10751         * src/jpilot.[ch]
10752                 fixed memory leaks. applied Doxygen comments.
10753
10754 2003-01-01 [thorsten]   0.8.8claws34
10755
10756         * src/procmsg.c
10757                 inhibit endless loop if msg references itself
10758                 (closes Bug [ 660477 ] Infinite loop in parent flag search)
10759
10760 2003-01-01 [christoph]  0.8.8claws33
10761
10762         * src/mainwindow.c
10763         * src/gtk/Makefile.am
10764         * src/gtk/pluginwindow.c                ** NEW **
10765         * src/gtk/pluginwindow.h                ** NEW **
10766                 add plugin window
10767
10768         * src/plugins/demo/demo.c
10769         * src/plugins/spamassassin/spamassassin.c
10770         * src/plugins/spamassassin/spamassassin_gtk.c
10771                 write better plugin descriptions
10772
10773 2002-12-31 [christoph]  0.8.8claws32
10774
10775         * src/gtk/prefswindow.c
10776         * src/plugins/spamassassin/spamassassin_gtk.c
10777                 some small improvements to GTK code
10778
10779 2002-12-31 [christoph]  0.8.8claws31
10780
10781         * src/plugins/spamassassin/spamassassin_gtk.c
10782                 enable folder select button
10783
10784 2002-12-31 [christoph]  0.8.8claws30
10785
10786         * src/mainwindow.c
10787         * src/gtk/Makefile.am
10788         * src/gtk/prefswindow.c                         ** NEW **
10789         * src/gtk/prefswindow.h                         ** NEW **
10790                 add new prefs window
10791
10792         * src/common/plugin.c
10793                 don't try to load empty config lines
10794         
10795         * src/plugins/spamassassin/Makefile.am
10796         * src/plugins/spamassassin/spamassassin.c
10797         * src/plugins/spamassassin/spamassassin.h       ** NEW **
10798         * src/plugins/spamassassin/spamassassin_gtk.c   ** NEW **
10799                 GTK config for SpamAssassin Plugin using
10800                 the new prefs window
10801
10802 2002-12-31 [paul]       0.8.8claws29
10803
10804         * po/POTFILES.in
10805                 remove obsolete entry 'src/menu.c'
10806
10807 2002-12-31 [alfons]     0.8.8claws28
10808
10809         * src/matcher.[ch]
10810         * src/matcher_parser_parse.y
10811         * src/prefs_matcher.c
10812                 add "ignore_thread" and "~ignore_thread" condition so it's
10813                 possible to make the actions / scoring operate on the ignore
10814                 thread flag
10815
10816 2002-12-31 [christoph]  0.8.8claws27
10817
10818         * src/addrbook.c
10819         * src/addrindex.c
10820         * src/folder.c
10821         * src/matcher.c
10822         * src/prefs_account.c
10823         * src/prefs_actions.c
10824         * src/prefs_customheader.c
10825         * src/prefs_display_header.c
10826         * src/prefs_gtk.c
10827         * src/procmime.c
10828         * src/toolbar.c
10829         * src/xmlprops.c
10830         * src/common/prefs.[ch]
10831                 extend prefs file handling for reading and automatic handling
10832                 of blocks. When reading prefs_set_block_label will automatically
10833                 move on to the block. When writing it will copy all other blocks
10834                 automatically
10835
10836         * src/common/plugin.c
10837                 Now loading plugin filenames from [Plugins] block in
10838                 sylpheed rc file
10839
10840 2002-12-30 [christoph]  0.8.8claws26
10841
10842         * src/common/hooks.[ch]
10843                 return abort status to caller of hooks_invoke
10844                 
10845         * src/inc.[ch]
10846                 invoke message filtering hook and stop
10847                 default handling when filter returns abort
10848
10849         * src/common/plugin.[ch]
10850         * src/plugins/demo/demo.c
10851                 modify plugin loader, because resolving symbols for strings
10852                 does not work correctly
10853         
10854         * configure.in
10855         * ac/spamassassin.m4                            ** NEW **
10856         * src/plugins/spamassassin/.cvsignore           ** NEW **
10857         * src/plugins/spamassassin/Makefile.am          ** NEW **
10858         * src/plugins/spamassassin/README               ** NEW **
10859         * src/plugins/spamassassin/libspamc.[ch]        ** NEW **
10860         * src/plugins/spamassassin/spamassassin.c       ** NEW **
10861         * src/plugins/spamassassin/utils.[ch]           ** NEW **
10862                 add spamassassin plugin, see src/plugins/spamassassin/README
10863                 for details
10864
10865 2002-12-29 [alfons]     0.8.8claws25
10866
10867         * src/mainwindow.c
10868                 when moving focus from a message view to the main 
10869                 window, don't forget to select the summary node
10870                 of the displayed message. should fix "[ 659103 ] 
10871                 focus-follows-mouse confuses sylpheed"
10872
10873 2002-12-29 [christoph]  0.8.8claws24
10874
10875         * src/Makefile.am
10876         * src/stringtable.[ch]          ** REMOVE **
10877         * src/common/Makefile.am
10878         * src/common/stringtable.[ch]   ** NEW **
10879                 move stringtable files to common directory
10880
10881 2002-12-29 [christoph]  0.8.8claws23
10882
10883         * src/Makefile.am
10884         * src/menu.[ch]                 ** REMOVE **
10885         * src/gtk/Makefile.am
10886         * src/gtk/menu.[ch]             ** NEW **
10887                 move menu files to gtk directory
10888
10889 2002-12-29 [match]      0.8.8claws22
10890
10891         * src/addressbook.c
10892         * src/syldap.c
10893                 moved UI specific code out of LDAP code into addressbook
10894                 UI code. fixed memory leak.
10895
10896 2002-12-29 [christoph]  0.8.8claws21
10897
10898         * src/folder.c
10899                 only check for IGNORED parent message when message is
10900                 not IGNORED itself
10901
10902 2002-12-29 [alfons]     0.8.8claws20
10903
10904         * src/summaryview.c
10905                 set gtksctree's anchor correct (immediate execute
10906                 changes the tree's layout, and anchor points at 
10907                 the incorrect row). fixes "[ 657233 ] multiple msg 
10908                 delete sometimes off by 1".
10909                 we probably have to look for more tree layout /
10910                 anchor glitches.
10911
10912 2002-12-29 [paul]       0.8.8claws19
10913
10914         * src/summaryview.c
10915                 fix bug [ 659054 ] incorrect sorting of 'From' column
10916                 when using 'display sender using address book'
10917                 thanks to Alfons and Luke Plant
10918
10919 2002-12-29 [christoph]  0.8.8claws18
10920
10921         * src/folder.c
10922         * src/procmsg.[ch]
10923                 check parent messages for IGNORE THREAD flag, when adding,
10924                 moving or copying messages to a folder
10925
10926 2002-12-27 [alfons]     0.8.8claws17
10927
10928         re-organize matcher part 5; more to come
10929
10930         * src/matcher.c
10931                 hash keywords in matchparser_tab 
10932
10933 2002-12-27 [alfons]     0.8.8claws16
10934
10935         re-organize matcher part 4; more to come
10936
10937         * src/matcher_parser.h
10938         * src/matcher_parser_lex.l
10939         * src/matcher_parser_parse.y
10940                 cleanup
10941
10942 2002-12-27 [alfons]     0.8.8claws15
10943
10944         re-organize matcher part 3; more to come
10945
10946         * src/matcher.[ch]
10947                 cleanup
10948
10949 2002-12-27 [alfons]     0.8.8claws14
10950
10951         re-organize matcher part 2; more to come but this should
10952         work. cc me if there are any regressions.
10953
10954         * src/matcher.h
10955                 add prototype for get_matchparser_tab_id()
10956         * src/matcher_parser_lex.l
10957                 look up keywords using matchparser_tab_id();
10958
10959 2002-12-27 [alfons]     0.8.8claws12
10960
10961         re-organize matcher part 1
10962
10963         * src/matcher.h
10964                 map yacc generated constants to sylpheed matcher constants
10965         * src/matcher.c
10966                 add function to find a matcher constant from a string
10967
10968 2002-12-27 [christoph]  0.8.8claws11
10969
10970         * src/compose.c
10971                 MENUITEM_ADD casts the 4th argument from integer to pointer
10972                 so it probably should not be a pointer, this means we
10973                 should use account id for it and not the account's pointer
10974
10975 2002-12-27 [paul]       0.8.8claws10
10976
10977         * src/mainwindow.c
10978                 remove unneeded 'GtkWidget *vbox'
10979                 
10980         * src/summaryview.c
10981                 further sync with 0.8.8 - make sort
10982                 by recipient work as expected
10983                 
10984         * NEWS
10985                 sync with 0.8.8
10986
10987 2002-12-27 [paul]       0.8.8claws9
10988
10989         * po/pt_BR.po
10990                 updated by Ivan F. Martinez
10991                 
10992 2002-12-27 [darko]      0.8.8claws8
10993
10994         * src/common/utils.c
10995                 added locked pattern to extended search
10996
10997 2002-12-27 [alfons]     0.8.8claws7
10998
10999         * src/prefs_matcher.[ch]
11000                 clean up
11001
11002 2002-12-26 [alfons]     0.8.8claws6
11003
11004         * src/matcher.[ch]
11005         * src/matcher_parser_lex.l
11006         * src/matcher_parser_parse.y
11007         * src/prefs_matcher.c
11008                 allow color label as a condition in the matcher
11009
11010 2002-12-26 [oliver]     0.8.8claws5
11011         
11012         * src/toolbar.c 
11013                 enable Addressbook for Main and Messageview
11014         * src/prefs_actions.c
11015                 enable actions in Messageview
11016
11017 2002-12-26 [christoph]  0.8.8claws4
11018
11019         * src/common/plugin.c
11020                 add a little debug output
11021         * configure.in
11022         * src/plugins/demo/Makefile.am
11023                 better use of automake
11024
11025 2002-12-26 [christoph]  0.8.8claws3
11026
11027         * src/Makefile.am
11028         * src/common/Makefile.am
11029                 fix "make distdir"
11030
11031 2002-12-26 [christoph]  0.8.8claws2
11032
11033         * configure.in
11034                 sort configure checks into common / gtk / plugins
11035         * po/POTFILES.in
11036                 add src/prefs_gtk.c
11037         * src/Makefile.am
11038                 add plugins SUBDIR
11039         * src/main.c
11040         * src/common/sylpheed.[ch]
11041                 added now sylpheed_done function for shutdown
11042         * src/common/Makefile.am
11043         * src/common/plugin.[ch]                ** NEW **
11044                 plugin loader and unloader
11045         * src/plugins/.cvsignore                ** NEW **
11046         * src/plugins/Makefile.am               ** NEW **
11047                 build plugins
11048         * src/plugins/demo/.cvsignore           ** NEW **
11049         * src/plugins/demo/Makefile.am          ** NEW **
11050         * src/plugins/demo/demo.c               ** NEW **
11051                 small demo plugin that installs a logtext hook and
11052                 outputs the log text to stdout
11053
11054 2002-12-26 [paul]       0.8.8claws1
11055
11056         * po/es.po
11057                 updated by Ricardo Mones Lastra
11058
11059 2002-12-26 [paul]       0.8.8claws
11060
11061         * 0.8.8claws released
11062
11063 2002-12-26 [paul]       0.8.7claws12
11064
11065         * po/bg.po
11066                 updated by George Danchev
11067
11068 2002-12-26 [paul]       0.8.7claws11
11069
11070         * po/POTFILES.in
11071                 remove unneeded 'src/prefs.c' entry 
11072
11073 2002-12-26 [paul]       0.8.7claws10
11074
11075         * src/codeconv.c
11076           src/mainwindow.c
11077                 sync with 0.8.8 release
11078         
11079         * src/folder.[ch]
11080           src/mh.c
11081           src/summaryview.c
11082                 partial sync with 0.8.8 release
11083         
11084
11085 2002-12-25 [alfons]     0.8.7claws9
11086
11087         * src/matcher.[ch]
11088         * src/matcher_parser_lex.l
11089         * src/matcher_parser_parse.y
11090         * src/prefs_matcher.c
11091                 add locked flag to possible filtering / matcher 
11092                 conditions (also a good example what should be
11093                 done to add a simple boolean condition)
11094
11095 2002-12-25 [christoph]  0.8.7claws8
11096
11097         * src/Makefile.am
11098         * src/account.[ch]
11099         * src/addrbook.c
11100         * src/addressbook.c
11101         * src/addrindex.c
11102         * src/filtering.c
11103         * src/folder.c
11104         * src/matcher.c
11105         * src/prefs.[ch]                ** REMOVE **
11106         * src/prefs_account.c
11107         * src/prefs_actions.c
11108         * src/prefs_common.c
11109         * src/prefs_customheader.c
11110         * src/prefs_display_header.c
11111         * src/prefs_filtering.c
11112         * src/prefs_folder_item.c
11113         * src/prefs_gtk.[ch]            ** NEW **
11114         * src/prefs_matcher.c
11115         * src/prefs_scoring.c
11116         * src/prefs_summary_column.c
11117         * src/procmime.c
11118         * src/selective_download.c
11119         * src/toolbar.c
11120         * src/common/Makefile.am
11121         * src/common/prefs.[ch]         ** NEW **
11122                 split prefs.[ch] into prefs_gtk.[ch] and common/prefs.[ch]
11123
11124 2002-12-24 [alfons]     0.8.7claws7
11125
11126         * src/summaryview.c
11127                 summary_thread_build(): fix real cause of the crash mentioned in
11128                 0.8.7claws3. use subject_XXX() and not g_hash_table_XXX() functions,
11129                 this way we get meaningful ctree nodes 
11130
11131 2002-12-24 [oliver]     0.8.7claws6
11132
11133         * src/mainwindow.[ch]
11134         * src/messageview.[ch]
11135         * src/compose.[ch]
11136         * src/inc.c
11137         * src/summaryview.c
11138                 changes to use updated toolbar handling
11139                 
11140 2002-12-24 [oliver]     0.8.7claws5
11141
11142         * src/toolbar.[ch]
11143                 generic toolbar handling
11144                 used ideas from Ivan Francolin Martinez (ivanfm@users.sourceforge.net)
11145         * src/prefs_toolbar.[ch]
11146                 adjust to handling
11147         
11148 2002-12-24 [oliver]     0.8.7claws4
11149         
11150         * src/stock_pixmap.[ch]
11151                 move SYLPHEED_LOGO to end of list in order 
11152                 to remove it from Custom Toolbar`s Icon View
11153
11154 2002-12-24 [alfons]     0.8.7claws3
11155
11156         * src/summaryview.c
11157                 summary_thread_build(): fix crash because of focus != selection 
11158                 after threading. when deleting the selection, gtk tries but fails 
11159                 to find the correct focusable element. we now force the selection
11160                 to be focused. this should solve the infamous bug reported by 
11161                 Jason Wojciechowski (bug "[ 633443 ] Crash on deleting messages"). 
11162                 a test case is available. 
11163
11164 2002-12-24 [darko]      0.8.7claws2
11165
11166         * src/summaryview.c
11167                 don't crash when unmarking message with unread children
11168
11169 2002-12-23 [christoph]  0.8.7claws1
11170
11171         * src/Makefile.am
11172         * src/common/Makefile.am
11173                 update Makefiles for moved intl.h, version.h and defs.h
11174         * src/imap.c
11175                 rewrite imap_session_get to avoid duplicate code
11176
11177 2002-12-23 [paul]       0.8.7claws
11178
11179         * Santa-Claws released
11180         
11181         * po/hu.po
11182           po/ru.po
11183                 squeeze in updated Hungarian and Russian translations.
11184                 Submitted by  Gál Zoltán and Ruslan N. Balkin
11185
11186 2002-12-23 [paul]       0.8.6claws129
11187
11188         * po/pl.po
11189                 updated by Witold Wladyslaw Wojciech Wilk
11190
11191 2002-12-23 [paul]       0.8.6claws128
11192
11193         * src/quote_fmt_parse.y
11194                 fix typo and add licence header
11195
11196 2002-12-23 [paul]       0.8.6claws127
11197
11198         * po/en_GB.po
11199                 updated
11200
11201 2002-12-23 [paul]       0.8.6claws126
11202
11203         * po/it.po
11204                 updated translation, submitted by Alessandro Maestri
11205                 
11206 2002-12-23 [paul]       0.8.6claws125
11207
11208         * src/quote_fmt_parse.y
11209                 fix signature-stripping on replies bug. match
11210                 '-- \n' and not '-- '.
11211
11212 2002-12-22 [paul]       0.8.6claws124
11213
11214         * po/bg.po
11215           po/es.po
11216           po/sr.po
11217                 updated translations. submitted by George Danchev,
11218                 Ricardo Mones Lastra, and Urke MMI respectively
11219
11220 2002-12-21 [paul]       0.8.6claws123
11221
11222         * src/addrbook.c
11223                 fix coding style
11224
11225 2002-12-21 [paul]       0.8.6claws122
11226
11227         * src/addrbook.c
11228                 fix bug [643638] where if a person is in one or more
11229                 addressbook groups editing that person's email 
11230                 address results in removal from those groups.
11231                 Patch submitted by Luke Plant.
11232
11233 2002-12-20 [christoph]  0.8.6claws121
11234
11235         * src/common/utils.c
11236         * src/summaryview.c
11237                 reimplement expand_search_string using GString to
11238                 prevent crashs caused by miscalculated string
11239                 lengths reported by Paul
11240
11241 2002-12-20 [christoph]  0.8.6claws120
11242
11243         * src/summaryview.c
11244                 don't use "changed" to check if op_count has to be changed as it
11245                 is also set when the message has unread children
11246                 (closes bug [ 653221 ] crash while deleting duplicates)
11247
11248 2002-12-20 [paul]       0.8.6claws119
11249
11250         * sync with 0.8.6cvs27
11251                 see ChangeLog 2002-12-20
11252
11253 2002-12-20 [paul]       0.8.6claws118
11254
11255         * sync with 0.8.6cvs26
11256                 see ChangeLog 2002-12-19 and 2002-12-20
11257
11258 2002-12-19 [alfons]     0.8.6claws117
11259
11260         * src/textview.c
11261                 fix incorrect parsing of email addresses, submitted by 
11262                 Luke Plant (thanks!). Closes bug "[ 565480 ] duplicate 
11263                 name display if it contains @".
11264
11265 2002-12-18 [paul]       0.8.6claws116
11266
11267         * sync with 0.8.6cvs23
11268                 see ChangeLog 2002-12-18
11269
11270 2002-12-18 [paul]       0.8.6claws115
11271
11272         * src/Makefile.am
11273         * src/account.c
11274         * src/codeconv.c
11275         * src/gtkutils.[ch]
11276         * src/imap.c
11277                 sync with 0.8.6cvs22.
11278                 see ChangeLog 2002-12-17 and 2002-12-18
11279
11280 2002-12-17 [christoph]  0.8.6claws114
11281
11282         * src/imap.c
11283                 o don't create a session if imap greeting fails
11284                 o don't close socket when authentication fails
11285                   this is done by imap_session_destroy
11286
11287 2002-12-17 [thorsten]   0.8.6claws113
11288
11289         * tools/Makefile.am
11290           tools/README
11291           tools/google_msgid.pl ** NEW FILE **
11292                 Added "search for message-id" script and doc
11293
11294 2002-12-17 [thorsten]   0.8.6claws112
11295
11296         * po/hu.po
11297                 Updated hungarian translation
11298                 (updated by Gal Zoltan)
11299
11300 2002-12-16 [christoph]  0.8.6claws111
11301
11302         * src/addr_compl.c
11303                 remove stupid addressbook dump to debug output
11304         * src/mh.c
11305                 fix memory leak found by Hiro
11306
11307 2002-12-14 [paul]       0.8.6claws110
11308
11309         * src/compose.c
11310                 fix menubar sensitivity on send
11311                 
11312         * src/prefs_filtering.c
11313         * src/prefs_matcher.c
11314         * src/prefs_scoring.c
11315                 Fix english ;)
11316                 
11317         * src/common/quoted-printable.h
11318                 sync: fix typo
11319         
11320 2002-12-13 [christoph]  0.8.6claws109
11321
11322         * src/Makefile.am
11323         * src/manage_window.[ch]        ** REMOVE **
11324         * src/gtk/Makefile.am
11325         * src/gtk/manage_window.[ch]    ** NEW **
11326                 move manage_window files to gtk directory
11327
11328 2002-12-13 [christoph]  0.8.6claws108
11329
11330         * src/Makefile.am
11331         * src/gtkshruler.[ch]           ** REMOVE **
11332         * src/gtk/Makefile.am
11333         * src/gtk/gtkshruler.[ch]       ** NEW **
11334                 move gtkshruler files to gtk directory
11335
11336 2002-12-13 [christoph]  0.8.6claws107
11337
11338         * src/Makefile.am
11339         * src/compose.c
11340         * src/gtkstext.[ch]             ** REMOVE **
11341         * src/gtkutils.[ch]
11342         * src/textview.c
11343         * src/gtk/gtkstext.[ch]         ** NEW **
11344         * src/gtk/Makefile.am
11345                 o move stext functions to gtkstext.c to remove
11346                   dependency of gtkutils
11347                 o move gtkstext files to gtk directory
11348
11349         * src/gtk/Makefile.am
11350         * src/gtk/sslcertwindow.[ch]
11351                 UI stuff can always depend on common code so
11352                 it's ok to add ../common to include path
11353
11354 2002-12-13 [colin]      0.8.6claws106
11355
11356         * src/summaryview.c
11357                 Disconnect sighandlers for mainwindow when
11358                 quicksearch has the focus
11359                 Fix bug #653231
11360         * src/mainwindow.[ch]
11361                 Make key_pressed callback public, to be able
11362                 to disconnect it
11363
11364 2002-12-13 [christoph]  0.8.6claws105
11365
11366         * src/mh.c
11367                 create .mh_sequences file in new MH folders
11368                 (closes feature request [ 523162 ] MH folders should
11369                  get a .mh_sequences)
11370
11371 2002-12-13 [colin]      0.8.6claws104
11372
11373         * src/summaryview.c
11374                 Better handling of quicksearch show/hide
11375                 (basically the button stays under the mouse 
11376                  when toggled)
11377
11378 2002-12-13 [paul]       0.8.6claws103
11379
11380         * sync with 0.8.6cvs17
11381                 see ChangeLog 2002-12-13
11382
11383 2002-12-13 [paul]       0.8.6claws102
11384
11385         * po/es.po
11386                 updated by Ricardo Mones Lastra
11387
11388 2002-12-11 [colin]       0.8.6claws101
11389
11390         * src/folder.c
11391                 remove statusbar stuff
11392           src/folderview.c
11393                 set statusbar verbosity when moving folders
11394
11395 2002-12-11 [colin]       0.8.6claws100
11396         * src/prefs_filtering.c
11397         * src/prefs_matcher.c
11398         * src/prefs_scoring.c
11399                 Fix english ;)
11400
11401 2002-12-11 [colin]       0.8.6claws99
11402
11403         * src/prefs_common.[ch]
11404                 Add summary_quicksearch_type
11405         * src/summaryview.c
11406                 Save last used quicksearch type
11407
11408 2002-12-11 [jens]       0.8.6claws98
11409         * src/prefs_filtering.c
11410         * src/prefs_matcher.c
11411         * src/prefs_scoring.c
11412                 added dialog for incomplete rules in scoring, filtering and
11413                 matcher to ask wheather really close
11414
11415 2002-12-11 [colin]      0.8.6claws97
11416
11417         * src/folder.c
11418                 Fix folder dnd statusbar logging
11419
11420 2002-12-10 [christoph]  0.8.6claws96
11421
11422         * src/compose.c
11423         * src/folder.c
11424         * src/imap.c
11425         * src/inc.c
11426         * src/main.c
11427         * src/mainwindow.c
11428         * src/news.c
11429         * src/send.c
11430         * src/statusbar.[ch]
11431         * src/common/hooks.c
11432         * src/common/log.[ch]
11433                 o handle verbose logging in statusbar directly in statusbar code
11434                   and common code does not need any knowledge about a statusbar
11435                 o remove direct calls to statusbar_(puts|pop)_all functions
11436
11437 2002-12-10 [jens]       0.8.6claws95
11438
11439         * src/*.c
11440                 removed gettext from g_warnings
11441         * po/POTFILES.in
11442                 cleaned and updated
11443         * po/de.po
11444                 updated
11445
11446 2002-12-10 [colin]      0.8.6claws94
11447
11448         * src/main.c
11449                 finish crash dialog fix
11450
11451 2002-12-10 [colin]      0.8.6claws93
11452
11453         * src/main.c
11454                 "Fix" "sylpheed already running" instead of
11455                 crash dialog appearing after a crash
11456
11457 2002-12-10 [colin]      0.8.6claws92
11458
11459         * po/POTFILES.in
11460                 add src/gtk/sslcertwindow.c
11461
11462 2002-12-10 [paul]       0.8.6claws91
11463
11464         * po/POTFILES.in
11465                 updated to reflect recent changes
11466                 submitted by Alessandro Maestri
11467
11468 2002-12-09 [christoph]  0.8.6claws90
11469
11470         * src/Makefile.am
11471         * src/smtp.[ch]                 ** REMOVE **
11472         * src/common/Makefile.am
11473         * src/common/smtp.[ch]          ** NEW **
11474                 move smtp files to common directory
11475
11476 2002-12-09 [christoph]  0.8.6claws89
11477
11478         * src/Makefile.am
11479         * src/session.[ch]              ** REMOVE **
11480         * src/common/Makefile.am
11481         * src/common/session.[ch]       ** NEW **
11482                 move session files to common directory
11483
11484 2002-12-09 [paul]       0.8.6claws88
11485
11486         * src/account.c
11487                 fix bug [649746] edit accounts: move account reverted
11488                 Patch submitted by Luke Plant <lukeplant@users.sourceforge.net>
11489
11490 2002-12-09 [colin]      0.8.6claws87
11491
11492         * src/ssl_certificate.c
11493                 cleanup
11494
11495 2002-12-09 [colin]      0.8.6claws86
11496
11497         * src/ssl.c
11498                 Try to open the cert.pem database and 
11499                 issue a warning if it isn't there
11500
11501 2002-12-09 [colin]      0.8.6claws85
11502
11503         * src/common/ssl_certificate.c
11504         * src/gtk/sslcertwindow.c
11505                 Warning fixes
11506
11507 2002-12-09 [colin]      0.8.6claws84
11508
11509         * src/ssl_certificate.[ch] ** REMOVED **
11510         * src/common/ssl_certificate.[ch] ** NEW **
11511         * src/Makefile.am
11512         * src/common/Makefile.am
11513                 Moved ssl_certificate.[ch] to common
11514         * src/common/ssl.c 
11515                 Put back needed include
11516         * src/gtk/sslcertwindow.[ch]
11517                 Changed ssl_certificate.h include
11518         
11519 2002-12-09 [colin]      0.8.6claws83
11520
11521         * src/gtk/sslcertwindow.[ch]
11522                 Implement hook for certificate acception
11523         * src/ssl_certificate.[ch]
11524                 Implement hook for certificate acception
11525         * src/common/ssl.c
11526                 Reenable certificate acception check
11527         * src/mainwindow.c
11528                 Register sslcertwindow's hook
11529         
11530 2002-12-08 [christoph]  0.8.6claws82
11531
11532         * src/about.c
11533         * src/addr_compl.c
11534         * src/codeconv.c
11535         * src/manual.c
11536         * src/undo.c
11537         * src/common/utils.c
11538                 o add missing includes
11539                 o fix warnings
11540         * src/.cvsignore
11541         * src/common/.cvsignore
11542         * src/common/version.h          ** REMOVE **
11543                 remove autogenerated file
11544
11545 2002-12-08 [paul]       0.8.6claws81
11546
11547         * src/stringtable.c
11548                 put back needed include
11549
11550 2002-12-08 [colin]      0.8.6claws80
11551         
11552         * src/gtk/sslcertwindow.c
11553                 Cleaner popups when asking
11554         * src/ssl_certificate.c
11555         * src/prefs_common.[ch]
11556                 remove ssl certificate pref
11557                 put back needed include
11558         * src/undo.c
11559                 put back needed include
11560
11561 2002-12-08 [christoph]  0.8.6claws79
11562
11563         * src/folderview.c
11564         * src/logwindow.c
11565         * src/statusbar.c
11566         * src/summaryview.c
11567                 only abort hook invokation if required data is missing not
11568                 if our own data pointer is NULL, update hookfunction for
11569                 log window
11570
11571 2002-12-08 [paul]       0.8.6claws78
11572
11573         * src/about.c
11574         * src/addrcache.c
11575         * src/addrclip.c
11576         * src/addr_compl.c
11577         * src/addrselect.c
11578         * src/codeconv.c
11579         * src/colorlabel.c
11580         * src/enriched.c
11581         * src/esmtp.c
11582         * src/exporthtml.c
11583         * src/headerview.c
11584         * src/imageview.c
11585         * src/manual.c
11586         * src/noticeview.c
11587         * src/pgptext.c
11588         * src/scoring.c
11589         * src/sourcewindow.c
11590         * src/stringtable.c
11591         * src/undo.c
11592                 clean up: remove unneccesary includes
11593
11594 2002-12-08 [christoph]  0.8.6claws77
11595
11596         * src/folderview.c
11597         * src/statusbar.c
11598         * src/summaryview.c
11599         * src/common/hooks.[ch]
11600                 hook functions now have a gboolean return value, if a hook
11601                 returns TRUE it will stop executing of any more hooks in
11602                 the same hooklist for this invokation
11603
11604 2002-12-08 [colin]      0.8.6claws76
11605         
11606         * src/main.c
11607                 put back argv0 for CRASH_DIALOG
11608
11609 2002-12-08 [christoph]  0.8.6claws75
11610
11611         * src/Makefile.am
11612         * src/about.c
11613         * src/account.c
11614         * src/crash.c
11615         * src/esmtp.h
11616         * src/imap.[ch]
11617         * src/inc.c
11618         * src/main.c
11619         * src/mainwindow.c
11620         * src/news.c
11621         * src/pop.[ch]
11622         * src/prefs_account.[ch]
11623         * src/prefs_common.[ch]
11624         * src/send.[ch]
11625         * src/smtp.[ch]
11626         * src/ssl_certificate.[ch]
11627         * src/ssl_manager.[ch]
11628         * src/common/Makefile.am
11629         * src/common/log.c
11630         * src/common/nntp.[ch]
11631         * src/common/socket.[ch]
11632         * src/common/ssl.[ch]
11633         * src/gtk/sslcertwindow.[ch]
11634         * ac/openssl.m4
11635                 use new autoconf script to detect OpenSSL with extra parameters
11636                 to specify the location of libs and includes, also remove USE_SSL
11637                 to USE_OPENSSL
11638
11639         * src/common/sylpheed.[ch]
11640         * src/common/version.h.in
11641                 start seperation of common code initialization seperated from gui
11642
11643         * src/summaryview.c
11644                 The function that is called when a color label changes
11645                 should not change the color lable again
11646
11647 2002-12-08 [colin]      0.8.6claws74
11648
11649         * src/gtk/sslcertwindow.c
11650                 warning fixes
11651
11652 2002-12-08 [colin]      0.8.6claws73
11653
11654         * src/statusbar.c
11655           src/common/log.h
11656                 Register a hook for statusbar_puts_all
11657         * src/common/log.c
11658                 invoke statusbar_puts_all's hook
11659         
11660 2002-12-08 [colin]      0.8.6claws72
11661
11662         * src/ssl_certificate.c
11663                 Put back a badly-removed include
11664
11665 2002-12-08 [colin]      0.8.6claws71
11666
11667         * src/gtk/sslcertwindow.[ch]    ** NEW **
11668                 new certificate presentation
11669         * src/gtk/Makefile.am
11670                 add new files
11671         * src/ssl_certificate.[ch]
11672                 gtk cleanup, made utility functions public
11673         * src/ssl_manager.c
11674                 use new cert presentation
11675
11676 2002-12-07 [christoph]  0.8.6claws70
11677
11678         * src/Makefile.am
11679         * src/nntp.[ch]                 ** REMOVE **
11680         * src/common/Makefile.am
11681         * src/common/nntp.[ch]          ** NEW **
11682                 move nntp files to common directory
11683
11684 2002-12-07 [christoph]  0.8.6claws69
11685
11686         * src/procmsg.[ch]
11687         * src/summaryview.c
11688                 implement msginfo update callback using sylpheed's new
11689                 hook system. Invoke hooks from procmsg_msginfo_[un]set_flags.
11690
11691 2002-12-06 [christoph]  0.8.6claws68
11692
11693         * src/editgroup.c
11694                 This patch changes the 'Edit Group Details' dialog to
11695                 allow extended selections in either pane, so that
11696                 addresses can be added or removed from a group more
11697                 quickly and easily. (it actually is a net decrease in
11698                 file size, as some unnecessary functions have been
11699                 removed). 
11700                 (patch submitted by Luke Plant <lukeplant@users.sourceforge.net>)
11701
11702 2002-12-06 [christoph]  0.8.6claws67
11703
11704         * src/Makefile.am
11705         * src/template.[ch]             ** REMOVE **
11706         * src/common/Makefile.am
11707         * src/common/template.[ch]      ** NEW **
11708                 move template files to common directory
11709
11710         * src/nntp.c
11711                 add missing log.h include
11712
11713 2002-12-06 [melvin]     0.8.6claws66
11714
11715         * src/prefs_actions.c
11716                 Added the trailing ">" syntax to insert command's output
11717                 without replacing old text (in contrast to trailing "|").
11718
11719 2002-12-05 [colin]      0.8.6claws65
11720         
11721         * src/common/utils.c
11722                 Don't modify original search_string or it'll change
11723                 the next iterations in the for()
11724
11725 2002-12-05 [darko]      0.8.6claws64
11726
11727         * src/common/utils.c
11728                 proper check for filtering commands, found by Colin
11729
11730 2002-12-05 [darko]      0.8.6claws63
11731
11732         * src/common/utils.c
11733                 check proper string for NULL pointer, found by Colin
11734
11735 2002-12-05 [darko]      0.8.6claws62
11736
11737         * src/common/utils.[ch]
11738                 expand_search_string(): new function
11739                 converts Mutt-like patterns to Sylpheed's
11740                 filtering engine
11741         * src/summaryview.c
11742                 use expand_search_string() to allow Mutt-like
11743                 patterns in extended search
11744         * README.claws
11745                 document extended option in quick search
11746
11747 2002-12-05 [paul]       0.8.6claws61
11748
11749         * sync with 0.8.6cvs16
11750                 see ChangeLog 2002-12-05
11751                 
11752         * po/POTFILES.in
11753                 clean up
11754
11755 2002-12-04 [christoph]  0.8.6claws60
11756
11757         * src/imap.[ch]
11758                 put imap authentication code into a new function and
11759                 remove it from imap_session_new that will allow to
11760                 send other commands before authentication
11761
11762 2002-12-04 [christoph]  0.8.6claws59
11763
11764         * src/imap.[ch]
11765                 use already existing method to prevent unneeded IMAP
11766                 folder selects. Set imap_select parameters to NULL
11767                 in some functions if the values are not required.
11768
11769         * src/xml.h
11770                 remove no longer required include
11771
11772 2002-12-04 [paul]       0.8.6claws58
11773
11774         * po/es.po
11775                 updated by Ricardo Mones Lastra
11776                 
11777         * configure.in
11778           po/hu.po      ** NEW FILE **
11779                 initial Hungarian translation, submitted
11780                 by Gál Zoltán <galzoli@hu.inter.net>
11781
11782 2002-12-03 [christoph]  0.8.6claws57
11783
11784         * src/Makefile.am
11785         * src/gtksctree.[ch]            ** REMOVE **
11786         * src/gtk/Makefile.am
11787         * src/gtk/gtksctree.[ch]        ** NEW **
11788                 move gtksctree files to gtk directory
11789
11790 2002-12-03 [christoph]  0.8.6claws56
11791
11792         * src/Makefile.am
11793         * src/md5.[ch]                  ** REMOVE **
11794         * srm/common/Makefile.am
11795         * src/common/md5.[ch]           ** NEW **
11796                 move md5 files to common directory
11797
11798         * src/gtkstext.c
11799                 remove not required #include
11800
11801 2002-12-03 [sergey]     0.8.6claws55
11802
11803         * src/gtkutils.c
11804         * src/gtkutils.h
11805                 gtkut_window_popup(): new function.
11806         * src/mainwindow.c
11807                 main_window_popup(): use gtkut_window_popup() to raise
11808                 window without changing its position.
11809                 (see sylpheed-main ML message [sylpheed:17247])
11810
11811 2002-12-03 [sergey]     0.8.6claws54
11812
11813         * src/send.c
11814                 send_message_local(): removed first-dot escaping
11815                 (SMTP-only, not needed for sending through pipe)
11816
11817 2002-12-03 [paul]       0.8.6claws53
11818
11819         * po/POTFILES.in
11820                 update to reflect recent changes (thanks
11821                 to Ricardo Mones Lastra)
11822                 
11823         * tools/filter_conv.pl
11824                  fix problem with quoted strings. Patch submitted
11825                  by Luke Plant <lukeplant@softhome.net>
11826
11827 2002-12-03 [paul]       0.8.6claws52
11828
11829         * sync with 0.8.6cvs15
11830                 see ChangeLog 2002-12-03
11831
11832 2002-12-02 [christoph]  0.8.6claws51
11833
11834         * src/logwindow.[ch]
11835         * src/common/log.[ch]
11836                 implement logging using a hook function
11837
11838         * src/folderview.c
11839         * src/folder.[ch]
11840                 define hooklist name in header file to avoid
11841                 errors caused by wrong spelling of hooklist names
11842
11843         * src/toolbar.c
11844                 fix warnings
11845
11846 2002-12-02 [christoph]  0.8.6claws50
11847
11848         * src/common/Makefile.am
11849                 add src/common/hooks.[ch]
11850
11851         * src/common/hooks.[ch]
11852                 implement a simple hook system using glib's hook functions
11853
11854         * src/folder.[ch]
11855         * src/folderview.c
11856                 use new hook system for folder item updates
11857
11858 2002-12-02 [christoph]  0.8.6claws49
11859
11860         * doc-src/ui_seperation.txt     ** NEW **
11861                 information for ui seperation
11862
11863         * src/Makefile.am
11864                 remove files that were moved to common
11865                 include common directory by default for the header files
11866
11867         * src/inc.c
11868         * src/common/socket.c
11869         * src/automaton.[ch]
11870                 implement automaton using g_io_*-functions instead of
11871                 gdk_input_add to make it ui independent
11872
11873         * src/codeconv.c
11874         * src/compose.c
11875         * src/ldif.c
11876         * src/pgptext.c
11877         * src/procmime.c
11878         * src/rfc2015.c
11879         * src/smtp.c
11880         * src/unmime.c
11881                 remove common/ prefix because directory is now in
11882                 include path
11883
11884         * src/compose.c
11885         * src/folder.c
11886         * src/folderview.c
11887         * src/mainwindow.c
11888         * src/messageview.c
11889         * src/prefs_common.c
11890         * src/procmsg.c
11891         * src/rfc2015.c
11892                 fix warnings
11893
11894         * src/imap.c
11895         * src/inc.c
11896         * src/news.c
11897         * src/pop.c
11898         * src/send.c
11899         * src/smtp.c
11900         * src/ssl_certificate.c
11901                 add log.h header file for logging functions
11902
11903         * src/main.c
11904         * src/common/utils.c
11905         * src/summaryview.c
11906         * src/xml.c
11907                 o move debug_mode to common/utils.c
11908                 o add functions to set and get debug_mode
11909
11910         * src/defs.h                    ** REMOVE **
11911         * src/intl.h                    ** REMOVE **
11912         * src/socket.[ch]               ** REMOVE **
11913         * src/ssl.[ch]                  ** REMOVE **
11914         * src/utils.[ch]                ** REMOVE **
11915                 replaced by new files in src/common/
11916         
11917         * src/common/Makefile.am
11918                 add new files in src/common/
11919
11920         * src/common/defs.h             ** NEW **
11921         * src/common/intl.h             ** NEW **
11922         * src/common/log.[ch]           ** NEW **
11923         * src/common/socket.[ch]        ** NEW **
11924         * src/common/ssl.[ch]           ** NEW **
11925         * src/common/utils.[ch]         ** NEW **
11926                 replacement for files in src/
11927
11928 2002-12-02 [colin]      0.8.6claws48
11929
11930         * src/folderview.c
11931                 Scroll folderview if necessary during dnd
11932
11933 2002-12-02 [colin]      0.8.6claws47
11934
11935         * src/folder.[ch]
11936                 Add check to verify a move is within a single mailbox
11937         * src/folderview.c
11938                 Add specific error string for this check
11939
11940 2002-12-02 [colin]      0.8.6claws46
11941
11942         * src/folder.c
11943                 Add a test to folder moving, remove a statusbar_print
11944         * src/folderview.c
11945                 Add Move folder... context-menu item
11946                 Factorize folder moving code
11947                 Enable folder DND for mbox
11948
11949 2002-12-01 [christoph]  0.8.6claws45
11950
11951         * ac/aspell.m4
11952                 remove conf.aspelltest if the version check fails
11953
11954 2002-11-30 [christoph]  0.8.6claws44
11955
11956         * autogen.sh
11957                 run libtoolize --force in autogen to create missing
11958                 libtool scripts
11959
11960 2002-11-30 [christoph]  0.8.6claws43
11961
11962         * src/Makefile.am
11963         * src/pgptext.c
11964         * src/procmime.c
11965         * src/rfc2015.c
11966         * src/uuencode.[ch]             ** REMOVED **
11967         * src/common/Makefile.am
11968         * src/common/uuencode.[ch]      ** NEW **
11969                 move uuen/decoder to common directory
11970
11971 2002-11-30 [christoph]  0.8.6claws42
11972
11973         * src/Makefile.am
11974         * src/base64.[ch]               ** REMOVED **
11975         * src/codeconv.c
11976         * src/compose.c
11977         * src/ldif.c
11978         * src/pgptext.c
11979         * src/procmime.c
11980         * src/rfc2015.c
11981         * src/smtp.c
11982         * src/unmime.c
11983         * src/common/Makefile.am
11984         * src/common/base64.[ch]        ** NEW **
11985                 move base64 en/decoder to common directory
11986
11987 2002-11-30 [christoph]  0.8.6claws41
11988
11989         * src/common                    ** NEW **
11990                 new directory for UI independent code
11991         * src/gtk                       ** NEW **
11992                 new directory for GTK frontend
11993         * src/common/.cvsignore         ** NEW **
11994         * src/gtk/.cvsignore            ** NEW **
11995                 ignore build files
11996         * src/common/Makefile.am        ** NEW **
11997         * src/gtk/Makefile.am           ** NEW **
11998                 automake files to build new seperated stuff
11999         * src/Makefile.am
12000                 the binary will currently still be build with the
12001                 files in src, so we include the code from the
12002                 subdirs for now after building the libs there
12003
12004 2002-11-30 [paul]       0.8.6claws40
12005
12006         * src/compose.c
12007                 fix bug [642731] 'Wrong selected account with drafted mail'
12008
12009 2002-11-29 [oliver]     0.8.6claws39
12010         
12011         * src/messageview.c
12012                 o update summaryview when switching between different
12013                   messageviews          
12014         * src/toolbar.c  
12015                 o check if messageview holds already removed msg
12016                   from summaryview
12017                 
12018
12019 2002-11-29 [oliver]     0.8.6claws38
12020
12021         * src/toolbar.c 
12022                 remove not needed variables and includes
12023                 make messageview stay opened and move to next when msgs are deleted 
12024
12025 2002-11-29 [oliver]     0.8.6claws37
12026         
12027         * src/toolbar.c 
12028                 disable compose button (messageview toolbar) by default
12029                 deleted msgs are moved to trash
12030         
12031 2002-11-29 [melvin]     0.8.6claws36
12032
12033         * configure.in
12034                 Increased minimal gpgme version to 0.3.10 (Zombies out)
12035                 and to detect signatures expirations (gpgme 0.3.6)
12036
12037         * src/main.c
12038                 Use non obsolescent function for Gpgme engine checking.
12039
12040         * src/rfc2015.c
12041                 Inform about expired signatures or signatures which key
12042                 has expired. Expiration date is displayed.
12043
12044         * src/sigstatus.c
12045                 Inform about expired signatures or signatures which key
12046                 has expired.
12047
12048 2002-11-28 [paul]       0.8.6claws35
12049
12050         * src/folderview.c
12051                 re-instate 'Check for new messages' in Newsgroup
12052                 folders right-click menu, after a suggestion from
12053                 Tim Mann <timmann@users.sourceforge.net>
12054
12055         * src/main.c
12056                 after a crash check only local folders for new
12057                 messages
12058
12059 2002-11-28 [paul]       0.8.6claws34
12060
12061         * configure.in
12062                 apply patch that fixes the checking of GTK with XIM 
12063                 support on different OSs, such as FreeBSD. Patch 
12064                 submitted by Topia <topia@users.sourceforge.net>
12065                 
12066 2002-11-28 [paul]       0.8.6claws33
12067
12068         * src/mainwindow.c
12069           src/prefs_common.c
12070           src/prefs_toolbar.c
12071                 more changes to the English
12072
12073 2002-11-28 [paul]       0.8.6claws32
12074
12075         * sync with 0.8.6cvs13
12076                 see ChangeLog 2002-11-28 (no sync needed
12077                 for src/compose.c)
12078
12079 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws31
12080         
12081         * src/mainwindow.[ch]
12082                 add patch by Ivan F. Martinez introducing messageview Toolbar
12083                 some changes and committed by oliver    
12084
12085 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws30
12086
12087         * src/messageview.[ch]
12088                 add patch by Ivan F. Martinez introducing messageview Toolbar
12089                 some changes and committed by oliver    
12090
12091 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws29
12092
12093         * src/compose.[ch]
12094                 add patch by Ivan F. Martinez introducing messageview Toolbar
12095                 some changes and committed by oliver    
12096
12097 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws28
12098         
12099         * src/toolbar.[ch]
12100                 add patch by Ivan F. Martinez introducing messageview Toolbar
12101                 some changes and committed by oliver
12102
12103 2002-11-28 [oliver]     0.8.6claws27
12104         
12105         * src/prefs_toolbar.[ch]
12106                 getting ready for messageview toolbar
12107                 free mem allocated by gettext
12108                 change prefs_toolbar to prefs_toolbar_open
12109  
12110 2002-11-28 [thorsten]   0.8.6claws26
12111
12112         * src/imageview.[ch]
12113                 cleaned up conflicting declarations of
12114                 imageview_show_image()
12115
12116 2002-11-28 [paul]       0.8.6claws25
12117
12118         * src/grouplistdialog.c
12119           src/prefs_common.c
12120           src/prefs_summary_column.c
12121                 a few more improvements to the English
12122
12123 2002-11-28 [colin]      0.8.6claws24
12124
12125         * man/sylpheed.1
12126                 A few updates to command-line parameters
12127
12128 2002-11-28 [colin]      0.8.6claws23
12129
12130         * src/prefs_filtering.c
12131                 Fix problems with prefs_filtering_delete_path:
12132                 a) if the first rule is removed, original pointers
12133                    weren't updated (leading to segfaults)
12134                 b) it was always global_processing updated in case
12135                    of removed path was parent of rule path
12136
12137 2002-11-27 [paul]       0.8.6claws22
12138
12139         * src/mainwindow.c
12140           src/prefs_account.c
12141           src/prefs_actions.c
12142           src/prefs_common.c
12143           src/prefs_customheader.c
12144           src/prefs_display_header.c
12145           src/prefs_filtering.c
12146           src/prefs_folder_item.c
12147           src/prefs_matcher.c
12148           src/prefs_scoring.c
12149           src/prefs_summary_column.c
12150           src/prefs_template.c
12151           src/prefs_toolbar.c
12152                  improve the English in the GUI
12153
12154 2002-11-27 [colin]      0.8.6claws21
12155
12156         * src/folder.c
12157                 Fix processing renaming problems happening after
12158                 last commit
12159
12160 2002-11-27 [colin]      0.8.6claws20
12161
12162         * src/folder.c
12163                 recursive move now deletes src each subfolder after 
12164                 having moved it
12165         * src/folderview.c
12166                 Use identifier instead of path during dnd (enables
12167                 IMAP folder dnd)
12168
12169 2002-11-27 [paul]       0.8.6claws19
12170
12171         * src/main.c
12172                 apply patch that does command-line processing 
12173                 BEFORE gtk_init, allowing claws to run from 
12174                 shell-scripts in non-X environment (e.g. crontab 
12175                 or ip-up, ip-down scripts). Patch submitted by
12176                 Ruslan N. Balkin <baron@dartel.ru>
12177                 
12178         * po/it.po
12179                 updated by Alessandro Maestri
12180
12181 2002-11-27 [paul]       0.8.6claws18
12182
12183         * sync with 0.8.6cvs12
12184           src/prefs_common.c
12185                 Differences are that main uses a 'Receive dialog'
12186                 frame on the Interface tab, whereas claws groups all 
12187                 the dialogs together in a 'Dialogs' frame.
12188
12189 2002-11-27 [colin]      0.8.6claws17
12190
12191         * src/prefs_matcher.c
12192                 Fix Execute criteria's NOT flag
12193
12194
12195 2002-11-26 [christoph]  0.8.6claws16
12196
12197         * src/ssl.c
12198                 rewrite the ssl code a little bit, only use one
12199                 SSL context, set default certificates' file/path
12200
12201 2002-11-26 [thorsten]   0.8.6claws15
12202
12203         * src/compose.c
12204                 default-reply-to didn't work for ml-reply
12205
12206 2002-11-26 [melvin]     0.8.6claws14
12207
12208         * src/prefs_actions.c
12209                 Made pipe-actions ignore short headers in message view
12210                 Made trailing-pipe-actions write in the message view with
12211                 the same font as the original message
12212
12213 2002-11-26 [paul]       0.8.6claws13
12214
12215         * src/compose.c
12216                 this time commit the correct file
12217
12218 2002-11-26 [paul]       0.8.6claws12
12219
12220         * sync with 0.8.6cvs11
12221           src/quote_fmt_parse.y  
12222                 no sync needed
12223           src/account.[ch]       
12224                 not sync'ed
12225           src/compose.c
12226                 compose_write_headers(): add 'X-Sylpheed-Account-Id:' header
12227                 on draft mode.
12228                 compose_reedit(): add check for 'X-Sylpheed-Account-Id:' 
12229                 header
12230                 
12231         see ChangeLog 2002-11-25 and 2002-11-26
12232
12233 2002-11-26 [colin]      0.8.6claws11
12234
12235         * src/folderview.c
12236                 Fix collapsed folder not auto-expanding during
12237                 mail dnd, if it was the source folder.
12238
12239 2002-11-25 [colin]      0.8.6claws10
12240
12241         * src/folderview.[ch]
12242                 Variable renaming and cleaning (slist of nodes 
12243                 to be re-collapsed is stored in FolderView)
12244
12245 2002-11-25 [paul]       0.8.6claws9
12246
12247         * src/prefs_common.[ch]
12248                 fix breakage caused by last commit
12249
12250 2002-11-25 [paul]       0.8.6claws8
12251
12252         * sync with 0.8.6cvs4
12253                 see ChangeLog 2002-11-21
12254
12255 2002-11-25 [paul]       0.8.6claws7
12256
12257         * sync with 0.8.6cvs4
12258                 see ChangeLog 2002-11-20
12259
12260 2002-11-25 [paul]       0.8.6claws6
12261
12262         * sync with 0.8.6cvs3
12263                 see ChangeLog 2002-11-18
12264
12265 2002-11-25 [colin]      0.8.6claws5
12266
12267         * src/gtkutils.[ch]
12268                 Add gtkut_ctree_node_is_parent()
12269         * src/folderview.c
12270                 Spring-loaded folders
12271
12272 2002-11-25 [colin]      0.8.6claws4
12273
12274         * src/utils.[ch]
12275                 Add slist_concat_unique(), function to merge
12276                 two GSList filtering dups
12277         * src/folder.[ch]
12278         * src/summaryview.[ch]
12279         * src/folderview.c
12280         * src/main.c
12281                 Add detection/update/display of unread answers
12282                 to marked mails
12283         * src/procmsg.[ch]
12284                 Add procmsg_find_children()
12285                 Add procmsg_msg_has_marked_parent()
12286
12287 2002-11-25 [colin]      0.8.6claws3
12288
12289         * src/ssl_certificate.[ch]
12290                 Allow checking a certificate without a DNS
12291                 lookup
12292                 Allow to forget a cert (by deleting it)
12293                 Make ssl_certificate_destroy_public
12294         * src/ssl_manager.[ch] ** NEW FILES **
12295                 Gui to manage (display/remove) certificates
12296         * src/prefs_common.[ch]
12297                 Add a pref to allow silent acceptation of
12298                 trusted certificates or not (based on the
12299                 "I want to know what's going on" principle)
12300         * src/mainwindow.c
12301                 Add SSL manager in Tools menu
12302         * src/Makefile.am
12303                 Add the new files to the build
12304         * po/POTFILES.in
12305                 Add ssl_manager.c to translations
12306
12307 2002-11-25 [colin]      0.8.6claws2
12308
12309         * src/summaryview.[ch]
12310                 Add S_SEARCH_EXTENDED to the quick search, which 
12311                 allows to search using filtering syntax.
12312
12313 2002-11-25 [colin]      0.8.6claws1
12314
12315         * src/summaryview.c
12316                 Deletion of duplicates now prefer deleting
12317                 the unread dup (fixes feature-request 638989).
12318
12319 2002-11-24 [paul]       0.8.6claws
12320
12321         * po/es.po
12322           po/pl.po
12323           po/ru.po
12324           po/sr.po
12325                 updated by Ricardo Mones Lastra,
12326                 Witold Wladyslaw Wojciech Wilk,
12327                 Ruslan N. Balkin, and  Urke MMI 
12328                 respectively
12329
12330 2002-11-24 [paul]       0.8.5claws182
12331
12332         * po/bg.po
12333                 updated by George Danchev
12334
12335 2002-11-23 [alfons]     0.8.5claws181
12336
12337         * src/imap.c
12338                 tiny memory leak found by browsing Dimitar's 
12339                 valgrind report
12340
12341 2002-11-23 [paul]       0.8.5claws180
12342
12343         * po/it.po
12344                 updated by Alessandro Maestri
12345
12346 2002-11-22 [christoph]  0.8.5claws179
12347
12348         * src/compose.c
12349         * src/inc.c
12350         * src/prefs_filtering.c
12351         * src/summaryview.c
12352                 more warning fixes
12353
12354 2002-11-22 [alfons]     0.8.5claws178
12355
12356         * src/summaryview.c
12357                 summary_execute_delete_func(): if message is deleted, make 
12358                 sure to also remove its entry in the subject hash table. 
12359                 fixes a corner case bug.
12360
12361 2002-11-22 [paul]       0.8.5claws177
12362
12363         * .cvsignore
12364                 add 'autom4te.cache'
12365                 
12366         * ltconfig      ** REMOVED **
12367                 not needed
12368
12369 2002-11-22 [paul]       0.8.5claws176
12370
12371         * src/textview.c
12372                 textview_set_font(): fix for message display in
12373                 UTF-8 locales (thanks to Sergey Vlasov).
12374                 
12375         * AUTHORS
12376                 add new team members and contributors
12377
12378
12379 2002-11-21 [colin]      0.8.5claws175
12380
12381         * src/procmsg.[ch]
12382                 Add procmsg_remove_special_headers()
12383         * src/mh.c
12384                 Use procmsg_remove_special_headers() for 
12385                 previous fix
12386
12387 2002-11-21 [colin]      0.8.5claws174
12388
12389         * src/mh.c
12390                 Fix moving/copying from queue/draft folders
12391                 for MH folders
12392
12393 2002-11-21 [christoph]  0.8.5claws173
12394
12395         * src/crash.c
12396         * src/filtering.c
12397         * src/logwindow.c
12398         * src/main.c
12399         * src/matcher_parser_lex.[hl]
12400         * src/mbox.c
12401         * src/mbox_folder.[ch]
12402         * src/prefs_filtering.c
12403         * src/procheader.c
12404         * src/quote_fmt_lex.l
12405         * src/ssl.c
12406                 fix all warnings except the warnings in lex and yacc files
12407
12408 2002-11-20 [christoph]  0.8.5claws172
12409
12410         * src/imap.c
12411                 fix MsgInfo retrieval for IMAP draft and queue folders
12412                 (closes bug [ 619558 ] Draft saving on IMAP box issue)
12413
12414 2002-11-19 [christoph]  0.8.5claws171
12415
12416         * src/compose.c
12417                 fix segfault, when draft saving does not get
12418                 the MsgInfo of the new message
12419                 (closes bug [ 640699 ] Claws170: crash drafting mail ( IMAP ))
12420
12421 2002-11-19 [christoph]  0.8.5claws170
12422
12423         * src/procmsg.c
12424                 add parameter check for flag setting function
12425                 (closes bug [ 640619 ] Claws169: crash - drafting a mail (IMAP))
12426
12427 2002-11-18 [paul]       0.8.5claws169
12428
12429         * src/compose.c
12430                 more sensitivity fixes to redirect mode:
12431                 * disable toolbar draft button
12432                 * allow only Address book in the Tools menu
12433                 * disable editing of message by the spell
12434                   checker
12435
12436 2002-11-18 [paul]       0.8.5claws168
12437
12438         * src/compose.c
12439                 fix sensitivity of menu items in compose_redirect():
12440                 allow only the necessary items 
12441
12442 2002-11-18 [paul]       0.8.5claws167
12443
12444         * src/compose.c
12445                 fix bug [ 603259 ] 'attachment got lost on bounce'
12446
12447 2002-11-18 [paul]       0.8.5claws166
12448
12449         * po/ru.po
12450                 updated by Ruslan N. Balkin <baron@dartel.ru>
12451
12452 2002-11-18 [colin]      0.8.5claws165
12453
12454         * src/main.c
12455           src/defs.h
12456                 Remove old filtering stuff
12457
12458
12459 2002-11-17 [oliver]     0.8.5claws164
12460
12461         * src/toolbar.h
12462                 remove not needed typedef 
12463
12464 2002-11-17 [oliver]     0.8.5claws163
12465
12466         * src/toolbar.c
12467                 make toolbar's on click events translatable
12468
12469 2002-11-15 [colin]      0.8.5claws162
12470
12471         * src/summaryview.c
12472                 Revert too-soon integration of a feature
12473
12474 2002-11-15 [christoph]  0.8.5claws161
12475
12476         * src/imap.c
12477                 use main's implementation of imap_get_msginfo
12478
12479 2002-11-15 [christoph]  0.8.5claws160
12480
12481         * src/compose.c
12482         * src/folder.[ch]
12483         * src/imap.c
12484         * src/mbox_folder.c
12485         * src/mh.c
12486         * src/news.c
12487         * src/procmsg.c
12488         * src/summaryview.c
12489                 replace claws' fetch_msginfo with main's get_msginfo
12490                 (use main's implementation where possible)
12491
12492 2002-11-15 [colin]      0.8.5claws159
12493
12494         * src/ssl_certificate.c
12495                 Missed a check
12496
12497 2002-11-16 [melvin]     0.8.5claws158
12498
12499         * po/fr.po
12500                 Updated French translations.
12501
12502 2002-11-16 [colin]      0.8.5claws157
12503
12504         * src/ssl_certificate.c
12505                 Check for missing parts in the certificates
12506
12507 2002-11-15 [colin]      0.8.5claws156
12508
12509         * src/folderview.c
12510                 Preventive fix (missing check) found by
12511                 Alfons
12512
12513 2002-11-15 [paul]
12514
12515         * NEWS
12516                 sync with 0.8.6 release
12517
12518 2002-11-15 [colin]      0.8.5claws155
12519
12520         * src/folder.[ch]
12521           src/folderview.c
12522                 Fix error handling of folder_item_move_to()
12523                 (thanks to Alfons!)
12524
12525 2002-11-15 [colin]      0.8.5claws154
12526
12527         * src/folder.[ch]
12528           src/folderview.c
12529                 folder_item_move_to() sets an error message instead
12530                 of having GUI stuff in folder.c
12531
12532 2002-11-15 [colin]      0.8.5claws153
12533
12534         * src/procmsg.[ch]
12535                 Implemented a callback for MsgInfo updates, 
12536                 heavily copy/pasted from Christoph's folder 
12537                 callback system
12538         * src/summaryview.[ch]
12539                 Register summary_update_msg as callback
12540
12541 2002-11-14 [colin]      0.8.5claws152
12542         
12543         * src/procmsg.c
12544                 Update the FolderItem after sending (fixes 617593)
12545
12546 2002-11-14 [christoph]  0.8.5claws151
12547
12548         * src/folder.c
12549                 fix wrong position of NULL pointer check found
12550                 by Sergey
12551
12552 2002-11-14 [christoph]  0.8.5claws150
12553
12554         * src/folder.c
12555                 fix segfault when deleting messages from IMAP folders
12556                 (closes bug [ 635641 ] Crash deleting mail in IMAP trash)
12557
12558 2002-11-14 [colin]      0.8.5claws149
12559
12560         * src/compose.c
12561                 Forwarding was also ignoring the folder's default account.
12562
12563 2002-11-14 [colin]      0.8.5claws148
12564
12565         * src/compose.c
12566                 Fix sent folder not set to folder properties when 
12567                 forwarding.
12568
12569 2002-11-14 [thorsten]   0.8.5claws147
12570
12571         * src/inc.c
12572                 inc_start(): Files were not moved from .processing to inbox,
12573                 if no global processing rule existed
12574
12575 2002-11-14 [colin]      0.8.5claws146
12576
12577         * src/ssl_certificate
12578                 Fix file operations
12579
12580 2002-11-14 [paul]       0.8.5claws145
12581
12582         * po/it.po
12583                 updated by Alessandro Maestri
12584
12585 2002-11-13 [alfons]     0.8.5claws144
12586
12587         * src/folder.c
12588                 folder_item_close(): only mark messages unread
12589                 when a folder has new messages 
12590
12591 2002-11-13 [keith]      0.8.5claws143
12592
12593         * src/imap.c
12594                 Fix problem moving or copying between
12595                 IMAP folders
12596
12597 2002-11-13 [colin]      0.8.5claws142
12598
12599         * src/matcher_parser_parse.y
12600                 Fix rule problem when " don't match
12601
12602 2002-11-13 [christoph]  0.8.5claws141
12603
12604         * src/folder.c
12605         * src/folderview.c
12606                 moved cache saving to folder_item_close
12607                 the folderview should not have to deal with
12608                 this things
12609
12610 2002-11-13 [christoph]  0.8.5claws140
12611
12612         * src/summaryview.c
12613                 moved setting of important score to
12614                 summary_set_prefs_from_folderitem
12615
12616 2002-11-13 [colin]      0.8.5claws139
12617
12618         * src/matcher_parser_parse.y
12619                 Fix a segfault in the parser (happening when
12620                 a good expression had been tested and a bad 
12621                 one arrives)
12622
12623 2002-11-13 [paul]       0.8.5claws138
12624
12625         * sync with 0.8.5cvs24
12626                 see ChangeLog 2002-11-13
12627                 
12628         * po/pt_BR.po
12629                 updated by Fabio Jr. Beneditto
12630
12631 2002-11-13 [colin]      0.8.5claws137
12632         
12633         * src/msgcache.c
12634           src/defs.h
12635           src/procmsg.[ch]
12636                 Revert last commit, problem
12637
12638 2002-11-13 [colin]      0.8.5claws136
12639
12640         * src/msgcache.c
12641                 Remove duplicated code
12642         * src/defs.h
12643                 Bumped CACHE_VERSION and MARK_VERSION
12644         * src/procmsg.[ch]
12645                 Network endian for cache and mark files
12646
12647 2002-11-12 [colin]      0.8.5claws135
12648
12649         * src/inc.c
12650                 Fix the "socket error" dialog which disappeared
12651
12652 2002-11-12 [colin]      0.8.5claws134
12653
12654         * src/msgcache.c
12655                 Reverse last commit which had performance 
12656                 problems, but still reverse the list
12657
12658 2002-11-12 [colin]      0.8.5claws133
12659
12660         * src/msgcache.c
12661                 Reverse list order
12662
12663 2002-11-12 [melvin]     0.8.5claws132
12664
12665         * src/compose.c
12666                 Added a check for a NULL prefs_common.dictionary
12667
12668 2002-11-12 [colin]      0.8.5claws131
12669
12670         * src/ssl_certificate.[ch]
12671                 Use FQDN hostname
12672
12673 2002-11-12 [colin]      0.8.5claws130
12674
12675         * src/ssl_certificate.[ch]
12676                 Take connection port into account for 
12677                 checking certificates (a single hostname
12678                 could have multiple servers with multiple
12679                 certificates)
12680         * src/ssl.c
12681                 Pass the port to ssl_certificate_check
12682
12683 2002-11-12 [paul]       0.8.5claws129
12684
12685         * src/folder.c
12686                 fix a typo in last commit
12687
12688 2002-11-12 [paul]       0.8.5claws128
12689
12690         * sync with 0.8.5cvs23
12691                 see ChangeLog entry 2002-11-12
12692
12693 2002-11-11 [colin]      0.8.5claws127
12694
12695         * src/ssl_certificate.c
12696                 Cleaner messages
12697                 Don't popup, instead log error, if the 
12698                 corresponding pref is checked
12699         * src/ssl_certificate.h
12700                 include <openssl/objects/h>
12701
12702 2002-11-11 [colin]      0.8.5claws126
12703
12704         * src/ssl_certificate.h
12705                 _Really_ clean it
12706
12707 2002-11-11 [colin]      0.8.5claws125
12708         
12709         * src/ssl_certificate.c
12710                 Fixed leak
12711
12712 2002-11-11 [colin]      0.8.5claws124
12713
12714         * src/ssl.c
12715                 Cleaned a bit
12716         * src/ssl_certificate.[ch]
12717                 Cleaned a bit (better use of SSL API)
12718                 (This will cause non-recognition of saved 
12719                  certificates of claws12[23]...)
12720
12721 2002-11-11 [paul]       0.8.5claws123
12722         
12723         * po/es.po
12724                 updated by Ricardo Mones Lastra
12725
12726 2002-11-11 [colin]      0.8.5claws122
12727
12728         * src/ssl.c
12729                 Fix a typo
12730
12731 2002-11-11 [colin]      0.8.5claws121
12732
12733         * src/ssl_certificate.[ch] ** NEW FILES **
12734         * src/ssl.[ch]
12735                 Check SSL certificates presented to us
12736         * src/Makefile.am
12737                 Add ssl_certificate.[ch]
12738         * po/POTFILES.in
12739                 Add ssl_certificate.c
12740
12741 2002-11-11 [paul]       0.8.5claws120
12742
12743         * sync with 0.8.5cvs22
12744                 see ChangeLog 2002-11-11
12745
12746 2002-11-11 [paul]       0.8.5claws119
12747
12748         * sync with 0.8.5cvs21
12749                 see ChangeLog 2002-11-11
12750
12751 2002-11-10 [jens]       0.8.5claws118
12752
12753         * src/folder.c
12754         * src/folderview.c
12755                 corrected some typing
12756         * po/de.po
12757                 updated german translation
12758         * sylpheed.spec.in
12759                 cleaned up specfile and adjusted it for claws
12760
12761 2002-11-10 [colin]      0.8.5claws117
12762
12763         * src/summaryview.c
12764                 a STATUSBAR_PUSH/POP fix
12765
12766 2002-11-10 [colin]      0.8.5claws116
12767
12768         * src/prefs_folder_item.c
12769                 Fix hanging after opening folder properties
12770
12771 2002-11-10 [hoa]        0.8.5claws115
12772
12773         * src/matcher_parser_lex.l
12774         * src/matcher_parser_parse.y
12775                 config file for scoring and filtering is no more trashed
12776                 when there is a syntax error in a filtering rule when
12777                 editing it in a dialog.
12778
12779 2002-11-09 [colin]      0.8.5claws114
12780
12781         * src/mbox_folder.c
12782                 Added missing initialisation of folder->destroy()
12783
12784 2002-11-09 [colin]      0.8.5claws113
12785
12786         * src/folder.c
12787           src/folderview.c
12788                 Fix the status bar messages
12789
12790 2002-11-09 [colin]      0.8.5claws112
12791
12792         * src/folderview.c
12793                 Fix hangs after folder dnd, happening after 
12794                 claws109.
12795
12796 2002-11-09 [christoph]  0.8.5claws111
12797
12798         * src/folderview.c
12799                 just changed order of calls (reverse order of
12800                 associated calls)
12801         * src/inc.c
12802                 lock inc when checking only one account, otherwise
12803                 inc all could be executed at the same time
12804
12805 2002-11-09 [christoph]  0.8.5claws110
12806
12807         * src/folderview.c
12808                 better unlock the mouse cursor before calling
12809                 summary_show because it changes the cursor too
12810
12811 2002-11-09 [christoph]  0.8.5claws109
12812
12813         * src/folder.[ch]
12814         * src/folderview.c
12815                 add functions to open and close a folder
12816                 o opending will execute scanning for remote folders
12817                   and processing
12818                 o closing will unset new flag for messages
12819
12820 2002-11-09 [colin]      0.8.5claws108
12821
12822         * src/folder.c
12823                 Add a call to prefs_matcher_write_config to 
12824                 avoid non-leaf folders filtering settings to be
12825                 lost
12826
12827 2002-11-09 [paul]       0.8.5claws107
12828
12829         * src/prefs_account.c
12830                 re-word a label
12831
12832 2002-11-09 [colin]      0.8.5claws106
12833
12834         * src/folderview.c
12835                 Minor esthetic fix
12836
12837 2002-11-09 [colin]      0.8.5claws105
12838
12839         * src/folderview.c
12840                 Fix prefs_filtering deletion for MH folders (same
12841                 reason as below)
12842         * src/prefs_filtering.c
12843                 Fix prefs_filtering renaming and deletion for 
12844                 folder-based processing rules.  
12845
12846 2002-11-09 [christoph]  0.8.5claws104
12847
12848         * src/compose.c
12849         * src/folder.[ch]
12850         * src/folderview.[ch]
12851         * src/import.c
12852         * src/inc.c
12853         * src/main.c
12854         * src/mainwindow.c
12855         * src/messageview.c
12856         * src/prefs_folder_item.c
12857         * src/procmsg.c
12858         * src/summaryview.c
12859                 implement a callback system for folder item updates
12860
12861 2002-11-09 [colin]      0.8.5claws103
12862
12863         * src/folderview.c
12864                 Fix prefs_filtering renaming for MH folders (we
12865                 shouldn't rename by path as another folder could
12866                 have the same hierarchy).
12867
12868 2002-11-09 [colin]      0.8.5claws102
12869
12870         * src/folder.c
12871                 Fix a leak found by Christoph, use better variable
12872                 names
12873
12874 2002-11-09 [colin]      0.8.5claws101
12875
12876         * src/folder.c
12877                 One more fix for processing rules
12878
12879 2002-11-08 [colin]      0.8.5claws100
12880         
12881         * src/matcher.c
12882                 Don't copy the compiled regexp (will be reevaluated)
12883         * src/folderview.c
12884                 Lock folderview while moving
12885         * src/folder.c
12886                 Provide info on what's happening to the user
12887
12888 2002-11-08 [colin]      0.8.5claws99
12889
12890         * src/folderview.c
12891                 Fix folder reordering after a move if parent is 
12892                 root
12893         * src/scoring.[ch]
12894                 Add function to copy a ScoringProp
12895         * src/prefs_folder_item.c
12896                 Copy scoring rules when copying a folder prefs
12897
12898 2002-11-08 [colin]      0.8.5claws98
12899
12900         * src/folderview.c
12901                 Fixes in case of failure
12902         * src/filtering.[ch]    
12903                 Add function to duplicate a FilteringProp
12904         * src/matcher.[ch]
12905                 Add function to duplicate a MatcherProp
12906         * src/prefs_folder_item.c
12907                 Save folder's processing rules when copying 
12908                 its prefs
12909
12910 2002-11-08 [colin]      0.8.5claws97
12911         
12912         * src/folderview.c
12913                 Sort after move
12914         * src/folder.c 
12915                 Change a printf to debug_print
12916
12917 2002-11-08 [colin]      0.8.5claws96
12918
12919         * src/folder.c
12920           src/folderview.c
12921                 Fix segfaults, call me stupido
12922         
12923
12924 2002-11-08 [colin]      0.8.5claws95
12925
12926         *src/folder.c
12927                 Added forgotten prefs to save when moving folders
12928
12929 2002-11-08 [colin]      0.8.5claws94
12930
12931         * src/folder.c
12932                 Fixes to folder DND (prefs copy)
12933         * src/folderview.c
12934                 Optimization for folder DND (don't rescan whole tree)
12935                 Added folderview_create_folder_node() for this 
12936                 optimization, so de-duped a bit the code
12937         * src/prefs_folder_item.[ch]
12938                 Added prefs_folder_item_copy_prefs()    
12939           
12940 2002-11-08 [paul]       0.8.5claws93
12941
12942         * src/prefs_account.c
12943           tools/README
12944           tools/kmail2sylpheed_v2.pl
12945                 correct some typos
12946
12947 2002-11-08 [paul]       0.8.5claws92
12948
12949         * src/compose.c
12950           src/prefs_account.[ch]
12951                 remove account options 'clearsign' and 'ascii_armored',
12952                 replace with 'default_gnupg_mode' to prevent mixed-mode
12953                 Privacy settings
12954
12955 2002-11-08 [paul]       0.8.5claws91
12956
12957         * src/compose.[ch]
12958                 re-implement GnuPG 'on-the-fly' mode selection,
12959                 disallow mixed-mode
12960
12961 2002-11-08 [colin]      0.8.5claws90
12962
12963         * src/folderview.c
12964           src/prefs_folder_item.c
12965                 Change "Property" to "Properties"
12966
12967 2002-11-07 [colin]      0.8.5claws89
12968
12969         * src/folderview.c
12970           src/folder.c
12971                 Allow folder dropping to a root folder
12972
12973 2002-11-07 [paul]       0.8.5claws88
12974
12975         * src/compose.c
12976                 revert last commit
12977
12978 2002-11-07 [paul]       0.8.5claws87
12979
12980         * src/compose.c
12981                 fix reply-to-list bug. closes bug report
12982                 "[633382] reply-to-list broken in recent cvs"
12983
12984 2002-11-07 [paul]       0.8.5claws86
12985
12986         * src/compose.c
12987                 add a forgotten '#if USE_GPGME ... #endif'
12988
12989 2002-11-07 [paul]       0.8.5claws85
12990
12991         * sync with 0.8.5cvs20
12992                 see ChangeLog 2002-11-07
12993
12994 2002-11-07 [colin]      0.8.5claws84
12995
12996         * src/folder.[ch]
12997                 Change folder_item_move_to to return the newly 
12998                 created folderitem.
12999         * src/folderview.c
13000                 Select the new folderitem after moving.
13001
13002 2002-11-07 [colin]      0.8.5claws83
13003
13004         * src/prefs_filtering.c
13005                 Fix rule rewriting when moving a leaf folder to a 
13006                 shorter path
13007
13008 2002-11-07 [colin]      0.8.5claws82
13009
13010         * src/prefs_filtering.c
13011                 fix a leak
13012
13013 2002-11-07 [colin]      0.8.5claws81
13014
13015         * src/folder.[ch]
13016                 Add folder_item_move_to() function to move a 
13017                 folderitem into another one (updates matcher etc)
13018         * src/folderview.c
13019                 Add folder drag'n drop (context menu to come)
13020                 [Should be dataloss free, but Please backup before 
13021                  trying !]
13022
13023 2002-11-06 [colin]      0.8.5claws80
13024
13025         * src/mh.c
13026                 mh_create_folder() returns NULL if can't create
13027                 directory hierarchy
13028
13029 2002-11-06 [paul]       0.8.5claws79
13030
13031         * src/compose.[ch]
13032                 allow 'on-the-fly' changing of the type of encryption 
13033                 and/or signing used (mime/ascii) via the compose window
13034
13035 2002-11-06 [paul]       0.8.5claws78
13036
13037         * sync with 0.8.5cvs19
13038                 see ChangeLog 2002-11-06 for src/account.c: 
13039                 account_get_special_folder()
13040                 
13041 2002-11-05 [alfons]     0.8.5claws77
13042
13043         * src/crash.c
13044                 very minor cleanups: nothing to see here, move on. :-)
13045
13046 2002-11-05 [colin]      0.8.5claws76
13047
13048         * src/main.c
13049                 Changes choices if compose windows are opened to
13050                 Discard, Draft, Don't quit
13051
13052 2002-11-05 [thorsten]   0.8.5claws75
13053
13054         * src/compose.c
13055                 reenabled default_reply_to folder option
13056
13057 2002-11-05 [colin]      0.8.5claws74
13058
13059         * src/compose.[ch] 
13060                 add compose_draft()
13061         * src/crash.c
13062                 add SIGTERM handler
13063         * src/main.[ch]
13064                 add clean_quit() for the SIGTERM handler
13065
13066 2002-11-05 [paul]       0.8.5claws73
13067         
13068         * po/es.po
13069                 updated by Ricardo Mones Lastra
13070
13071 2002-11-05 [melvin]     0.8.5claws72
13072
13073         * src/logwindow.c
13074                 Fixed log-clipping bug #616795.
13075                 To stop logging in the log window use 0 length.
13076         * src/prefs_common.c
13077                 Added a label to inform about the 0 log length behaviour.
13078
13079 2002-11-05 [paul]       0.8.5claws71
13080
13081         * sync with 0.8.5cvs17
13082                 see ChangeLog 2002-11-05
13083
13084 2002-11-04 [paul]       0.8.5claws70
13085
13086         * sylpheed-128x128.png
13087           sylpheed-64x64.png
13088           sylpheed.png
13089                 replace with pngcrushed icons. Submitted by Nicolas Kaiser,
13090                 <nikai@users.sourceforge.net>
13091                 
13092         * po/bg.po
13093                 updated by George Danchev
13094
13095 2002-11-03 [thorsten]   0.8.5claws69
13096
13097         * src/main.c
13098           src/mimeview.c
13099           src/rfc2015.h
13100                 add check if gpg is active
13101
13102 2002-11-03 [thorsten]   0.8.5claws68
13103
13104         * src/toolbar.h
13105                 removed GSList declaration causing trouble on MacOS-X
13106                 (submitted by alfons, reported by xfesty)
13107
13108 2002-11-01 [paul]       0.8.5claws67
13109
13110         * src/mainwindow.c
13111                 remove last remnants of main's filter code
13112
13113 2002-11-01 [paul]       0.8.5claws66
13114
13115         * tools/filter_conv.pl
13116                 fix bug where user-defined headers were ignored
13117
13118 2002-11-01 [paul]       0.8.5claws65
13119
13120         * src/logwindow.c
13121                 make a debug_print() not translatable
13122
13123 2002-10-31 [melvin]     0.8.5claws64
13124
13125         * ac/aspell.m4
13126                 Fixed --disable-aspell-test. Now --disable-aspell-test will 
13127                 not run any GNU/aspell test.  The dictionary path will
13128                 be by default /usr/local/lib/aspell/ unless --with-aspell-prefix
13129                 was given, in which case, it will be $prefix/lib/aspell/
13130         * configure.in
13131                 Fixed typo in commentary (Aspell code).
13132
13133 2002-10-31 [paul]       0.8.5claws63
13134
13135         * po/POTFILES.in
13136                 remove src/filter.c and src/prefs_filter.c
13137                 thanks to Ricardo for reminding me
13138
13139 2002-10-31 [colin]      0.8.5claws62
13140
13141         * src/mbox_folder.c
13142                 Plug some leaks
13143
13144 2002-10-31 [paul]       0.8.5claws61
13145
13146         * src/prefs_filter.[ch] ** REMOVED **
13147           src/filter.[ch]       ** REMOVED **
13148           
13149         * src/Makefile.am
13150           src/folderview.c
13151           src/inc.c
13152           src/main.c
13153           src/mainwindow.c
13154           src/mbox.c
13155           src/prefs_common.c
13156           src/prefs_filtering.c
13157           src/summaryview.[ch]
13158                 remove main's 'filter' code
13159                 
13160         README.claws
13161                 update to reflect removal of main's filter
13162
13163 2002-10-31 [paul]       0.8.5claws60
13164
13165         * src/summaryview.c
13166                 remove check for global_processing in summary_filter_open(). 
13167                 This fixes the bug where if the user uses the right-click 
13168                 'Create filter rule...' and doesn't have any filter rules 
13169                 already defined in claws' advanced filtering, the newly 
13170                 created filter rule goes to main's filtering which is 
13171                 inaccessible through the gui. Now the filter rule gets added
13172                 to claws' filtering by default.
13173
13174 2002-10-28 [melvin]     0.8.5claws59
13175
13176         * src/prefs_actions.c
13177                 Fixed bug #627322 where MIME parts were not always
13178                 correctly passed to a %p action
13179                 Display an error dialog when message filename is not found.
13180
13181 2002-10-28 [melvin]     0.8.5claws58
13182
13183         * src/prefs_common.c
13184                 Readded a missing function declaration lost in 0.8.3claws34
13185
13186 2002-10-28 [paul]       0.8.5claws57
13187
13188         * sync with 0.8.5cvs15
13189                 see ChangeLog 2002-10-28 and 2002-10-25
13190                 
13191         Note: ChangeLog entry 2002-10-24 is not sync'ed.
13192
13193 2002-10-27 [oliver]     0.8.5claws56
13194
13195         * src/pop.c
13196                 plug leak in pop3_top_recv
13197
13198 2002-10-26 [christoph]  0.8.5claws55
13199
13200         * src/folder.c
13201                 set need_update folder flag when messages are added
13202                 (closes bug [ 626922 ] folder not updated after receiving)
13203
13204 2002-10-25 [melvin]     0.8.5claws54
13205
13206         * src/imageview.c
13207                 Fixed a memleak introduced in the scaling code.
13208
13209 2002-10-24 [alfons]     0.8.5claws53
13210
13211         * src/filtering.c
13212                 make filtering's forward message action forward from the 
13213                 correct account
13214                 (closes bug [628089 ] Filter -> Forward from address problem
13215                 reported by Oktay)
13216
13217 2002-10-24 [christoph]  0.8.5claws52
13218
13219         * src/mainwindow.c
13220         * src/manual.[ch]
13221                 o use manual of current locale or english if current
13222                   locale is not available (and english is available)
13223                 o also link to sylpheed doc project manuals
13224
13225 2002-10-23 [paul]       0.8.5claws51
13226
13227         * tools/README
13228           tools/kmail2sylpheed_v2.pl
13229                 add new version of kmail addressbook importer script.
13230                 works with newer versions of Kmail/KAddressBook which
13231                 have new and rearranged data.
13232
13233 2002-10-23 [martin]     0.8.5claws50
13234
13235         * src/folderview.c
13236         * src/summaryview.c
13237         * src/utils.h
13238         * src/utils.c
13239                 added length parameter to get_abbrev_newsgroup_name()
13240                 changed this function so that it abbreviates the newsgroup
13241                 names only so long it is smaller than the length parameter
13242                 (for better reading of some newsgroup names and space efficiency)
13243
13244 2002-10-22 [colin]      0.8.5claws49
13245
13246         *src/foldersel.c
13247                 Revert Alfons' last modification (after voting ;-))
13248
13249 2002-10-21 [alfons]     0.8.5claws48
13250
13251         * src/foldersel.c
13252                 folder view in folder selection dialog reflects state of
13253                 folder view in main window
13254
13255 2002-10-18 [alfons]     0.8.5claws47
13256
13257         * src/mbox.c
13258                 drop imported messages in folder selected by user,
13259                 and not in the inbox
13260                 (closes bug [ 625424 ] Import mbox always to "Inbox" folder)
13261
13262 2002-10-18 [alfons]     0.8.5claws46
13263
13264         * src/compose.c
13265                 make automagic reply work correctly for email accounts 
13266                 (whether it's viable to do a full sync with Hiro's 
13267                 compose.c is still under discussion)
13268
13269 2002-10-18 [melvin]     0.8.5claws45
13270
13271         * src/prefs_actions.c
13272                 Fixed bug #622275 where asynchroneous actions left 
13273                 zombies processes
13274                 Made (synchroneous) actions' input be displayed live.
13275
13276 2002-10-18 [christoph]  0.8.5claws44
13277
13278         * src/textview.c
13279                 don't add a newline in the textview in front of the
13280                 first textpart if header display is disabled
13281                 (closes bug [ 603385 ] disabled header display leaves blank
13282                  lin)
13283
13284 2002-10-18 [christoph]  0.8.5claws43
13285
13286         * src/folder.[ch]
13287         * src/imap.c
13288         * src/mbox_folder.c
13289         * src/mh.c
13290         * src/news.c
13291                 folder->get_num_list now returns an error code
13292                 (closes bug [ 609424 ] News cache cleared on failure)
13293                 
13294 2002-10-17 [colin]      0.8.5claws42
13295         
13296         * src/news.c
13297                 Changed a printf by debug_print
13298
13299 2002-10-16 [paul]       
13300
13301         * tools/OOo2sylpheed.pl
13302                 allow for spaces in the name of the
13303                 file to be attached.
13304
13305 2002-10-16 [colin]      0.8.5claws41
13306
13307         * src/main.c
13308                 Use a tristate to change online mode
13309
13310 2002-10-16 [paul]       0.8.5claws40
13311
13312         * po/es.po
13313                 updated by Ricardo Mones Lastra
13314
13315 2002-10-16 [colin]      0.8.5claws39
13316
13317         * src/main.c
13318           src/mainwindow.[ch]
13319                 Added --online and --offline command-line
13320                 switches
13321
13322 2002-10-15 [christoph]  0.8.5claws38
13323
13324         * src/procmime.c
13325                 set mimeinfo->name to NULL after g_free to
13326                 avoid double freeing with g_free
13327
13328 2002-10-14 [christoph]  0.8.5claws37
13329
13330         * src/compose.c
13331         * src/filtering.c
13332         * src/summaryview.c
13333                 remove calls to folder->change_flags that are now
13334                 done by procmsg flag functions (seems it is not
13335                 used by any foldertype anyway)
13336         * src/folder.c
13337                 init folder->change_flags with NULL
13338
13339 2002-10-14 [christoph]  0.8.5claws36
13340
13341         * src/folder.[ch]
13342         * src/imap.[ch]
13343                 use virtual functions for folder item new and destroy
13344                 functions
13345
13346 2002-10-14 [melvin]     0.8.5claws35
13347
13348         * src/compose.c
13349                 Added a test to not run the spell checker if no default
13350                 dictionary is available. No dialog is displayed though.
13351
13352 2002-10-14 [melvin]     0.8.5claws34
13353
13354         * src/gtkaspell.c
13355                 Fixed bug in dictionary list context menu where
13356                 "More..." pointed to an emtpy submenu if the
13357                 number of dictionaries is a multiple of 15
13358                 Removed unneeded code in suggestions list creation
13359
13360 2002-10-14 [paul]       0.8.5claws33
13361
13362         * po/bg.po
13363                 updated by George Danchev
13364
13365 2002-10-13 [hoa]        0.8.5claws32
13366
13367         * src/matcher.[ch]
13368           src/matcher_parser_parser.y
13369                 removed the escaped string from internal structure
13370                 of matcher.
13371
13372 2002-10-12 [colin]      0.8.5claws31
13373
13374         * src/gtksctree.[ch]
13375           src/summaryview.c
13376                 Removed useless function gtksctree_reanchor
13377
13378 2002-10-12 [alfons]     0.8.5claws30
13379         
13380         * sync with remaining main changes 2002-10-09 - 2002-10-11
13381         - drop changes to src/compose.c (requires claws specific changes)
13382         
13383 2002-10-12 [alfons]     0.8.5claws29
13384         
13385         * sync with main changes of 2002-10-08
13386         - drop changes to src/compose.c (requires claws specific changes)
13387         - drop changes to src/summaryview.c (requires changes to compose.c)     
13388
13389 2002-10-12 [alfons]     0.8.5claws28
13390         
13391         * sync with main changes of 2002-10-07
13392
13393 2002-10-12 [alfons]     0.8.5claws27
13394
13395         * sync with main changes of 2002-10-04
13396         - drop changes to src/compose.c (requires claws specific changes)
13397         - drop changes to src/prefs_folder_item.c (claws implementation
13398           seems to be working)
13399
13400 2002-10-12 [colin]      0.8.5claws26
13401
13402         * src/mainwindow.c
13403                 Fix folder-flicker when space-reading, introduced 
13404                 in claws22.
13405
13406 2002-10-12 [colin]      0.8.5claws25
13407
13408         * src/compose.c
13409                 Save account address when saving as draft.
13410                 (closes bug 621838)
13411
13412 2002-10-12 [colin]      0.8.5claws24
13413
13414         * src/summaryview.c
13415                 Fix the problem consisting of no message selected
13416                 after the last message in a folder has been moved.
13417
13418 2002-10-12 [paul]       0.8.5claws23
13419
13420         * src/compose.c
13421           src/prefs_template.c
13422           src/template.[ch]
13423                 add Cc and Bcc to templates. Patch submitted by
13424                 John L. Males.
13425
13426 2002-10-12 [colin]      0.8.5claws22
13427
13428         * src/folderview.c
13429                 Fix a bug after "Check for new messages":
13430                 If a folder was opened, it was still selected at
13431                 the end of the check, but displayed empty.
13432         * src/mainwindow.c
13433                 Remove unnecessary check
13434
13435 2002-10-12 [paul]
13436
13437         * tools/README
13438                 be more verbose in the description of
13439                 OOo2sylpheed.pl
13440                 
13441
13442 2002-10-11 [colin]      0.8.5claws21
13443
13444         * src/mainwindow.c
13445                 Make space work (better) when no mail is selected
13446
13447 2002-10-11 [colin]      0.8.5claws20
13448
13449         * src/inc.c
13450           src/news.c
13451                 fix warnings
13452
13453 2002-10-11 [colin]      0.8.5claws19
13454
13455         * src/mainwindow.c
13456                 revert 0.8.5claws6 changes as i couldn't get to
13457                 anything satisfying
13458
13459 2002-10-11 [melvin]     0.8.5claws18
13460
13461         * src/compose.c
13462                 Removed buggy and unused macro (should have been committed in
13463                 0.8.5claws17)
13464
13465 2002-10-11 [melvin]     0.8.5claws17
13466
13467         * src/compose.c
13468                 Fixed memory leak from bug #622040 (thanks to Martin Kluge)
13469
13470 2002-10-11 [thorsten]   0.8.5claws16 
13471
13472         * src/folderview.c
13473                 remove rescan warning
13474
13475 2002-10-11 [colin]      0.8.5claws15 
13476
13477         * src/procheader.c
13478                 fix a segfault that happens if conv_unmime_header
13479                 fails (should be better to find out why it fails)
13480
13481 2002-10-11 [christoph]  0.8.5claws14
13482
13483         * src/summaryview.c
13484                 update folderview stats after ignore/unignore thread
13485
13486 2002-10-11 [hoa]        0.8.5claws13
13487
13488         * src/quote_fmt_parse.y
13489                 Fixed a yacc/bison syntax error
13490         * src/matcher.c
13491                 Escaping of string is fixed.
13492
13493 2002-10-11 [colin]      0.8.5claws12
13494
13495         * src/imageview.c
13496                 Resize images to fit
13497
13498 2002-10-11 [paul]       0.8.5claws11
13499
13500         * po/es.po
13501                 updated by Ricardo Mones Lastra
13502
13503 2002-10-10 [alfons]     0.8.5claws10
13504
13505         * src/compose.c
13506                 allow dropping files by "moving" files from a file manager,
13507                 not only by the more cumbersome "copying". the latter 
13508                 mostly implies holding down the Control button
13509
13510 2002-10-10 [christoph]  0.8.5claws9
13511
13512         * src/summaryview.c
13513                 update folders after thread building for ignored threads
13514
13515 2002-10-10 [christoph]  0.8.5claws8
13516
13517         * config/.cvsignore
13518                 added Makefile
13519         * src/filtering.[ch]
13520         * src/folder.[ch]
13521         * src/folderview.[ch]
13522         * src/import.c
13523         * src/inc.[ch]
13524         * src/mbox.[ch]
13525         * src/procmsg.c
13526         * src/summaryview.[ch]
13527                 o added new flag need_update to FolderItem
13528                 o removed folder_table from various functions from tracking
13529                   folder updates
13530                 o set need_update flags in folder.c's move, copy and delete
13531                   functions and procmsg's flags functions
13532                 o added function folderview_update_items_when_required that
13533                   updates all folders with need_update set
13534                 o call folderview_update_items_when_required instead of
13535                   folderview_update_item_foreach
13536
13537 2002-10-09 [sergey]     0.8.5claws7
13538
13539         * src/compose.c
13540                 Strip CRs whel loading the text into editor in reedit mode.
13541
13542 2002-10-09 [colin]      0.8.5claws6
13543
13544         * src/mainwindow.c
13545                 Make Space work when no mail is selected
13546
13547 2002-10-09 [colin]      0.8.5claws5
13548
13549         * src/gtksctree.[ch]
13550                 Fix range_select
13551                 Add gtk_sctree_reanchor() 
13552         * src/summaryview.c
13553                 Use gtk_sctree_reanchor() - better fix for 
13554                 bug 60413
13555
13556 2002-10-09 [colin]      0.8.5claws4
13557
13558         * src/summaryview.c
13559                 Fix shift-click select after delete problem
13560                 (closes bug 60413)
13561
13562 2002-10-08 [thorsten]   0.8.5claws3
13563
13564         * src/summaryview.c
13565                 exclude current msg from -hide read messages-
13566
13567 2002-10-08 [colin]      0.8.5claws2
13568
13569         * src/inc.[ch]
13570           src/pop.c
13571           src/recv.c
13572                 Differentiate socket errors from disk full
13573                 errors
13574
13575 2002-10-08 [christoph]  0.8.5claws1
13576
13577         * Makefile.am
13578         * configure.in
13579                 modifications for new config directory
13580
13581         * config.guess  ** REMOVED **
13582         * config.sub    ** REMOVED **
13583         * install-sh    ** REMOVED **
13584         * ltmain.sh     ** REMOVED **
13585         * missing       ** REMOVED **
13586         * mkinstalldirs ** REMOVED **
13587                 these files are autogenerated by automake
13588                 when you run autogen.sh
13589
13590         * config/.cvsignore     ** NEW FILE **
13591         * config/Makefile.am    ** NEW FILE **
13592                 ignore autogenerated files
13593                 create a Makefile in this directory
13594
13595 2002-10-08 [paul]       0.8.5claws
13596
13597         * 0.8.5claws release
13598         
13599         * src/compose.c
13600           src/procheader.c
13601           src/procmsg.c
13602                 fix quote reply format for newsgroups reply bug
13603                 (thanks to Hoa)
13604                 
13605         * po/en_GB.po
13606           po/pl.po
13607                 updated by me and Witold Wladyslaw Wojciech Wilk
13608                 repectively
13609
13610 2002-10-07 [paul]       0.8.3claws53
13611
13612         * po/it.po
13613           po/pt_BR.po
13614           po/sr.po
13615                 updated messages catalogs, submitted by
13616                 Alessandro Maestri, Fabio Jr.Beneditto 
13617                 and Urke MMI, respectively.
13618
13619 2002-10-07 [christoph]  0.8.3claws52
13620
13621         * src/folder.[ch]
13622         * src/folderview.c
13623         * src/mainwindow.c
13624                 fix new folder ghost message bug
13625                 (closes bug [ 619722 ] wrong count for newly created folders)
13626
13627 2002-10-07 [christoph]  0.8.3claws51
13628
13629         * src/compose.c
13630                 fix news posting problem
13631
13632 2002-10-07 [melvin]     0.8.3claws50
13633
13634         * po/fr.po
13635                 Updated French translation
13636
13637 2002-10-05 [christoph]  0.8.3claws49
13638
13639         * src/gtkstext.c
13640                 check if line_start_cache is set in gtk_stext_update_text
13641                 (closes bug [ 618119 ] crash while doing search in folder)
13642
13643 2002-10-05 [christoph]  0.8.3claws48
13644
13645         * src/imap.c
13646         * src/news.c
13647         * src/utils.c
13648         * src/utils.h
13649                 implement cache cleanups for claws' folder system
13650                 (closes bug [ 595916 ] imapcache not cleaned up)
13651
13652 2002-10-05 [melvin]     0.8.3claws47
13653
13654         * src/prefs_actions.c
13655                 Made the help text more clear for the %p token
13656
13657 2002-10-04 [paul]       0.8.3claws46
13658
13659         * sync with 0.8.5
13660                 see ChangeLog 2002-10-02 and 2002-10-03
13661
13662 2002-10-04 [christoph]  0.8.3claws45
13663
13664         * src/inc.c
13665                 fix segfault caused by pop before smtp
13666                 call to inc_account_mail with NULL
13667                 pointer for mainwin
13668
13669 2002-10-04 [paul]       0.8.3claws44
13670
13671         * configure.in
13672                 sync the LDAP detection from 0.8.5cvs1
13673
13674 2002-10-02 [christoph]  0.8.3claws43
13675
13676         * po/de.po
13677                 fix small spelling error
13678
13679 2002-10-02 [melvin]     0.8.3claws42
13680
13681         * ac/aspell.m4
13682                 Behave better and say "no" when test program cannot be run.
13683
13684 2002-10-02 [paul]       0.8.3claws41
13685
13686         * sync with 0.8.4cvs1
13687                 see ChangeLog 2002-09-30, 2002-10-01, 2002-10-02
13688                 
13689         * src/summaryview.c
13690                 toggle the behavior of Reply menuitem between
13691                 normal reply and reply-to-list
13692
13693 2002-10-01 [sergey]     0.8.3claws40
13694
13695         * src/compose.c
13696                 Convert newlines in the message text to the canonical form
13697                 before base64 encoding (RFC2045 compliance, fixes some
13698                 interoperability issues with Evolution 1.0.3)
13699
13700 2002-09-29 [colin]      0.8.3claws39
13701
13702         * src/summaryview.c
13703                 Fix an unwanted copy/paste
13704
13705 2002-09-29 [colin]      0.8.3claws38
13706
13707         * src/mainwindow.c
13708                 Renamed "Custom toolbar" to "Customize toolbar"
13709                 Renamed "Show all header" to "Show all headers"
13710                 Renamed "Set diplay item" to "Set displayed items"
13711         * src/prefs_common.c
13712                 Renamed "Show all header" to "Show all headers"
13713         * src/prefs_summary_column.c
13714                 Renamed "diplay item" to "displayed items"
13715
13716 2002-09-29 [colin]      0.8.3claws37
13717
13718         * src/mainwindow.[ch]
13719                 online/offline status pixmaps follow theme
13720                 changes
13721         * src/summaryview.[ch]
13722                 quicksearch pixmap follows theme changes
13723
13724 2002-09-29 [thorsten]   0.8.3claws36
13725
13726         * src/compose.c
13727           src/prefs_folder_item.[ch]
13728                 add default_reply_to folder option (closes patch 581044)
13729
13730 2002-09-29 [christoph]  0.8.3claws35
13731
13732         * acconfig.h    ** REMOVED **
13733         * configure.in
13734         * ac/aspell.m4
13735         * ac/check-type.m4
13736         * ac/gnupg-check-typedef.m4
13737                 fix autoheader 2.50 warning
13738
13739 2002-09-29 [christoph]  0.8.3claws34
13740
13741         * major code cleanup (part 2)
13742         
13743                 - unused variables removed
13744                 - unused functions removed
13745                 - uninitialized variables checked
13746                 - missing return statements added
13747                 - missing function return types added
13748                 - added parentheses around assignment
13749                   when suggested by gcc
13750
13751 2002-09-29 [alfons]     0.8.3claws33
13752
13753         * src/logwindow.c
13754                 log_window_clear(): only bracket gtk_text_forward_delete() 
13755                 with gtk_text_freeze() / gtk_text_thaw() (see if this
13756                 works around GTK text bug)
13757
13758 2002-09-29 [paul]       0.8.3claws32
13759
13760         * po/bg.po
13761           po/sr.po
13762                 updated by George Danchev and Urke MMI
13763                 respectively
13764
13765 2002-09-27 [christoph]  0.8.3claws31
13766
13767         * doc-src/readme.txt
13768         * doc-src/rfc1806.txt   ** REMOVED **
13769         * doc-src/rfc2183.txt   ** NEW FILE **
13770         * doc-src/rfc2980.txt   ** NEW FILE **
13771                 update rfcs
13772
13773 2002-09-27 [melvin]     0.8.3claws30
13774
13775         * ac/aspell.m4
13776                 Fixed typo which could break linking
13777
13778 2002-09-27 [melvin]     0.8.3claws29
13779
13780         * ac/aspell.m4
13781                 Improved GNU/aspell checking. 
13782                 Fixed bug #614490
13783
13784 2002-09-27 [paul]       0.8.3claws28
13785
13786         * sync with 0.8.3cvs8
13787                 see ChangeLog 2002-09-27
13788
13789 2002-09-26 [colin]      0.8.3claws27
13790
13791         * src/toolbar.[ch]
13792           src/mainwindow.[ch]
13793                 Add "Reply to Mailing-list" to the toolbar
13794
13795 2002-09-26 [christoph]  0.8.3claws26
13796
13797         * src/summaryview.c
13798                 Fix wrong message counts in summaryview status
13799
13800 2002-09-26 [paul]       0.8.3claws25
13801
13802         * sync with 0.8.3cvs7
13803                 see ChangeLog 2002-09-26
13804
13805 2002-09-26 [paul]       0.8.3claws24
13806
13807         * sync with 0.8.3cvs6
13808                 see ChangeLog 2002-09-25
13809
13810 2002-09-25 [christoph]  0.8.3claws23
13811
13812         * src/prefs_common.c
13813         * src/prefs_folder_item.c
13814         * src/prefs_scoring.c
13815                 Renamed "kill score" to "hide score" in GUI
13816                 and prefs files
13817
13818 2002-09-25 [paul]       0.8.3claws22
13819
13820         * sync with 0.8.3cvs5
13821                 see ChangeLog 2002-09-24
13822
13823 2002-09-24 [alfons]     0.8.3claws21
13824
13825         patch by Satoshi Nagayasu: allows appending / saving multiple 
13826         selected files (closes "[ 612279 ] save multiple mesg(s) in 
13827         'Save as ...'")
13828
13829         * AUTHORS
13830                 add Satoshi Nagayasu
13831         * src/summaryview.c
13832                 summary_save_as(): allow saving selected files to
13833                 one file
13834                 summary_set_menu_sensitive: enable "Save As..." when
13835                 multiple files are selected
13836         * src/utils.[ch]
13837                 append_file(): new function
13838
13839 2002-09-24 [colin]      0.8.3claws20
13840
13841         * src/procmime.c
13842                 Fix segfault when mimeinfo doesn't have a 
13843                 content_type. 
13844
13845 2002-09-24 [colin]      0.8.3claws19
13846
13847         * src/prefs_common.[ch]
13848                 Add a preference to display send dialog or not
13849         * src/send.c
13850                 Display send dialog according to preference
13851
13852 2002-09-24 [colin]      0.8.3claws18
13853
13854         * src/compose.[ch]
13855                 Disable user actions when sending
13856
13857 2002-09-24 [colin]      0.8.3claws17
13858
13859         * src/procmime.c
13860                 Do not display name or filename for attachments
13861                 with an application/pgp-signature type
13862                 (security flaw, see bug 537413)
13863
13864 2002-09-23 [colin]      0.8.3claws16
13865
13866         * src/editaddress.c
13867                 Initialize entry_email, entry_alias and 
13868                 entry_remarks to first email address of the list
13869
13870 2002-09-23 [colin]      0.83claws15
13871
13872         * src/compose.c
13873                 Drop pgp-signature when reediting a signed queued
13874                 message
13875
13876 2002-09-23 [melvin]     0.8.3claws14
13877
13878         * po/fr.po
13879                 Updated French translation
13880
13881 2002-09-23 [melvin]     0.8.3claws13
13882
13883         * src/mainwindow.c
13884                 Made custom toolbar menu labels more consistent
13885         * src/prefs_toolbar.c
13886                 Made custom toolbar window title more consistent
13887
13888 2002-09-22 [colin]      0.8.3claws12
13889
13890         * src/inc.c
13891                 Initialize session type to normal before getting 
13892                 mail (fixes strange Get behaviour)
13893         * src/prefs_account.h
13894                 Move STYPE_POP_BEFORE_SMTP to last position to 
13895                 avoid other side-effects
13896
13897 2002-09-22 [colin]      0.8.3claws11
13898
13899         * src/prefs_account.c
13900                 Fix pop_bfr_smtp_tm_entry sensivity when switching
13901                 from pop3 to apop or vice-versa
13902
13903 2002-09-22 [colin]      0.8.3claws10
13904         
13905         * src/prefs_account.[ch]
13906                 Add an option for the POP before SMTP timeout
13907         * src/inc.c
13908                 Remember time of last POP connection
13909         * src/send.c
13910                 Do POP before SMTP only if timeout reached
13911
13912 2002-09-22 [oliver]     0.8.3claws9
13913         
13914         * README.claws
13915                 explain custom toolbar
13916
13917 2002-09-22 [oliver]     0.8.3claws8
13918
13919         * src/prefs_actions.[ch]
13920         custom toolbar for compose      
13921                 actions callback from compose toolbar
13922         * src/folderview.c
13923                 remove include toolbar.h
13924
13925 2002-09-22 [oliver]     0.8.3claws7
13926         
13927         * src/prefs_toolbar.[ch]
13928                 custom toolbar for compose
13929                 - generic prefs_toolbar handles both
13930                   Mainwin's toolbar as well as Compose toolbar          
13931
13932 2002-09-22 [oliver]     0.8.3claws6
13933         
13934         * src/toolbar.[ch]
13935                 custom toolbar for compose
13936                 restructure toolbar.[ch]
13937
13938 2002-09-22 [oliver]     0.8.3claws5
13939
13940         * src/compose.[ch]
13941                 custom toolbar for compose
13942
13943 2002-09-22 [oliver]     0.8.3claws4
13944         
13945         * src/mainwindow.[ch]
13946                 custom toolbar for compose 
13947                 move mainwin toolbar back to mainwindow
13948
13949 2002-09-22 [alfons]     0.8.3claws3
13950
13951         * src/procmsg.c
13952                 :%sno/if(/if (/gc
13953                 :%sno/for(/for (/gc
13954                 (beautify)
13955
13956 2002-09-22 [alfons]     0.8.3claws2
13957         
13958         * src/procmsg.c
13959                 procmsg_save_to_outbox(): don't unlink message file from queue;
13960                 callers should do it using folder_item_remove_msg()
13961
13962 2002-09-22 [colin]      0.8.3claws1
13963
13964         * src/mimeview.[ch]
13965                 Made mimeview_check_signature() public
13966         * src/textview.c
13967                 Made GPG signatures verifiable by clicking
13968                 the [application/pgp-signature] in the Text
13969                 view
13970
13971 2002-09-22 [paul]       0.8.3claws
13972
13973         * po/bg.po
13974           po/en_GB.po
13975           po/es.po
13976           po/it.po
13977           po/pl.po
13978           po/pt_BR.po
13979           po/sr.po
13980                 updated translations, submitted by George Danchev,
13981                 me, Ricardo Mones Lastra, Alessandro Maestri,
13982                 Witold Wladyslaw Wojciech Wilk, Fabio Jr.Beneditto 
13983                 and Urke MMI, respectively.     
13984
13985 2002-09-22 [alfons]     0.8.2claws65
13986
13987         * src/procmsg.c
13988         * src/pgptext.c
13989                 no furry valgrinds have been used to plug these memleaks
13990
13991 2002-09-20 [paul]       0.8.2claws64
13992
13993         * sync with 0.8.3cvs4
13994                 'Select thread' re-implemented 
13995                 see ChangeLog 2002-09-20
13996
13997 2002-09-21 [alfons]     0.8.2claws63
13998
13999         * src/compose.c
14000                 compose_send(): plug unnoticed memleak
14001
14002 2002-09-20 [alfons]     0.8.2claws62
14003
14004         * src/addr_compl.c
14005                 replace_address_in_edit(): strict check for NULL address to
14006                 fix "[ 607348 ] Segfault in address completion". My guess is
14007                 that this happens with an empty address book, but it's good
14008                 to have this check here anyway
14009                 
14010                 completion_window_button_press(): free string returned 
14011                 from the internal cache
14012
14013 2002-09-20 [christoph]  0.8.2claws61
14014
14015         * src/procmime.h
14016                 added ENC_BINARY to EncodingType
14017         * src/procmime.c
14018                 the string returned by procmime_get_encoding_str
14019                 should not depend on the order of values in the
14020                 EncodingType definition
14021         * doc-src/rfc1806.txt   ** NEW FILE **
14022                 Added rfc1806 about MIME Content-Disposition
14023                 Extension
14024
14025 2002-09-19 [paul]       0.8.2claws60
14026
14027         * sync with 0.8.2cvs3
14028                 see ChangeLog 2002-09-19
14029
14030 2002-09-19 [paul]       0.8.2claws59
14031
14032         * src/prefs_folder_item.c
14033                 revert to Darko's original alignment of colour
14034                 selector button
14035                 add a colon to folder_color label
14036                 
14037         * src/compose.c
14038                 add Colin's patch (with Hiro's modifications) to 
14039                 force BASE64 encoding for 8-bit text when signing
14040                 (sync with 0.8.3cvs2)
14041
14042 2002-09-18 [alfons]     0.8.2claws58
14043
14044         * src/compose.c
14045                 :%sno/if(/if (/gc
14046                 :%sno/for(/for (/gc
14047                 (beautify a little bit)
14048
14049 2002-09-18 [christoph]  0.8.2claws57
14050
14051         * src/pine.c
14052                 fix handling of fgetc return value
14053
14054 2002-09-17 [alfons]     0.8.2claws56
14055         
14056         * src/summaryview.c
14057                 summary_sort(): check non-NULL summaryview->folder_item when no 
14058                 folder is selected at all
14059                 (closes "[ 610344 ] sort label make syl Crash")
14060
14061 2002-09-17 [alfons]     0.8.2claws55
14062         
14063         * src/compose.c
14064                 beautify a little bit
14065
14066 2002-09-17 [christoph]  0.8.2claws54
14067
14068         * src/folder.c
14069                 initialize max values for cache and folder
14070                 when cache or folder is empty
14071
14072 2002-09-15 [colin]      0.8.2claws53
14073
14074         * src/compose.c
14075                 Fix a leak (thanks Alfons!) and cleaned
14076                 variables names for custom headers
14077
14078 2002-09-15 [colin]      0.8.2claws52
14079
14080         * src/compose.c
14081                 Fix custom headers recognition when
14082                 prefs_common.trans_hdr is on
14083
14084 2002-09-15 [colin]      0.8.2claws51
14085
14086         * src/compose.c
14087                 Allow dynamically-added custom headers
14088                 Yet not reparsed if reedited
14089
14090 2002-09-15 [alfons]     0.8.2claws50
14091
14092         * src/prefs_account.c
14093                 fix warnings
14094
14095 2002-09-15 [colin]      0.8.2claws49
14096         
14097         * src/prefs_account.c
14098                 fix pop_before_smtp sensitivity
14099
14100 2002-09-15 [colin]      0.8.2claws48
14101
14102         * src/inc.[ch]
14103                 add inc_pop_before_smtp()
14104                 allow MainWindow to be undefined in 
14105                 inc_account_mail() and inc_start()
14106         * src/pop.c
14107           src/prefs_account.h
14108                 add STYPE_POP_BEFORE_SMTP session type
14109         * src/prefs_account.c
14110                 activated pop before smtp option
14111         * src/send.c
14112                 do pop before smtp if the relevant option 
14113                 is set
14114
14115 2002-09-15 [paul]       0.8.2claws47
14116
14117         * sync with 0.8.3
14118                 see ChangeLog 2002-09-15
14119
14120 2002-09-14 [paul]       0.8.2claws46
14121
14122         * po/bg.po
14123                 updated Bulgarian translation, submitted by
14124                 George Danchev
14125
14126 2002-09-13 [paul]       0.8.2claws45
14127
14128         * src/compose.c
14129                 merge claws' select_account() with main's
14130                 (new) compose_select_account(). [sync with
14131                 0.8.2cvs15, see ChangeLog 2002-09-11]
14132
14133 2002-09-12 [christoph]  0.8.2claws44
14134
14135         * src/filter.c
14136                 allocate 1 elements of FolderItem not 0
14137
14138 2002-09-12 [colin]      0.8.2claws43
14139
14140         * src/compose.c
14141                 Fix bug #590825 (obey Follow-up: poster)
14142
14143 2002-09-12 [colin]      0.8.2claws42
14144
14145         * src/procmime.c
14146                 Fix bug #557009 (wrong headers for messages 
14147                 forwarded as attachments)
14148
14149 2002-09-11 [colin]      0.8.2claws41
14150         
14151         * src/compose.c
14152                 Put SCF: pseudo-header on top of message
14153                 Set draft tmp_flag when saved as draft
14154
14155         * src/procmsg.c
14156           src/procheader.c
14157                 Skip after first \n\n for beginning of real message
14158                 for drafts too
14159
14160 2002-09-11 [christoph]  0.8.2claws40
14161
14162         * src/filtering.c
14163                 use procmsg flag functions in filtering or processing
14164                 will cause incorrect folder message counts
14165
14166 2002-09-11 [colin]      0.8.2claws39
14167
14168         * src/compose.c
14169                 Fix bug #550175 - wrong save folder when reediting
14170                 drafts
14171
14172 2002-09-11 [paul]       0.8.2claws38
14173
14174         * sync with 0.8.2cvs14
14175                 see ChangeLog 2002-09-11
14176
14177 2002-09-11 [colin]      0.8.2claws37
14178
14179         * src/folder.c
14180                 Fix a typo (seeming to cause new/unread status to
14181                 be lost)
14182
14183 2002-09-10 [christoph]  0.8.2claws36
14184
14185         * src/compose.c
14186                 compose_redirect should not use compose_generic_new
14187                 because that does more stuff than expected including
14188                 opening the external editor
14189                 (closes bug "[ 526608 ] bounced messages appear blank
14190                  in editor")
14191
14192 2002-09-10 [christoph]  0.8.2claws35
14193
14194         * src/folder.c
14195                 fix problem with too large message number range
14196                 causing a crash in folder_item_scan
14197
14198 2002-09-10 [paul]       0.8.2claws34
14199
14200         * sync with 0.8.2cvs13
14201                 see ChangeLog 2002-09-10
14202
14203 2002-09-10 [christoph]  0.8.2claws33
14204
14205         * src/msgcache.c
14206                 set MsgInfo TmpFlags for queue and draft folders
14207                 (closes bug "[ 591676 ] Queue ignore MIME on restart")
14208
14209 2002-09-10 [paul]       0.8.2claws32
14210
14211         * AUTHORS
14212           po/bg.po      ** NEW FILE **
14213                 new Bulgarian translation submitted by
14214                 George Danchev <danchev@spnet.net>
14215                 
14216         * tools/Makefile.am
14217           tools/README
14218           tools/tb2sylpheed     ** NEW FILE **
14219                 add script that converts an addressbook exported
14220                 from The Bat! into a Sylpheed addressbook. Submitted
14221                 by Urke MMI <urke-kg@eunet.yu>
14222
14223 2002-09-10 [paul]       0.8.2claws31
14224
14225         * sync with 0.8.2cvs12
14226                 see ChangeLog 2002-09-10
14227
14228 2002-09-06 [paul]       0.8.2claws30
14229
14230         * src/prefs_common.c
14231                 sync with 0.8.2cvs11, see ChangeLog 2002-09-06
14232                 
14233         * tools/Makefile.am
14234           tools/README
14235           tools/ldif-to-xml.py  ** REMOVED **
14236                 remove obsolete python script
14237
14238 2002-09-06 [paul]       0.8.2claws29
14239
14240         * sync with 0.8.2cvs10
14241                 see ChangeLog 2002-09-06
14242
14243 2002-09-04 [paul]       0.8.2claws28
14244
14245         * sync with 0.8.2cvs9
14246                 see ChangeLog 2002-08-04
14247
14248 2002-09-04 [colin]      0.8.2claws27 
14249
14250         * src/prefs_common.[ch]
14251                 Added signature color configuration
14252         * src/textview.c
14253                 Use user-specified signature color
14254
14255 2002-09-03 [colin]      0.8.2claws26
14256
14257         * src/prefs_common.[ch]
14258                 Added autosave and autosave_length prefs
14259         * src/compose.c
14260                 Added compose_remove_draft()
14261                 Auto-save drafts according to the prefs
14262         * src/main.c
14263                 Added a crash-indicator file, allowing to check
14264                 for new messages on startup if Sylpheed crashed
14265                 (makes saved drafts "reappear")
14266
14267 2002-09-03 [colin]      0.8.2claws25
14268
14269         * src/textview.[ch]
14270                 Grey the signature
14271
14272 2002-09-03 [paul]       0.8.2claws24
14273
14274         * sync with 0.8.2cvs8
14275                 see ChangeLog 2002-09-02 and 2002-09-03
14276
14277 2002-09-03 [darko]      0.8.2claws23
14278
14279         * src/folderview.c
14280                 use normal style when creating new folder to pick
14281                 proper font size 
14282
14283 2002-09-02 [melvin]     0.8.2claws22
14284
14285         * src/gtkaspell.m4
14286                 removed some obsolete code
14287
14288 2002-09-02 [melvin]     0.8.2claws21
14289
14290         * ac/aspell.m4
14291                 fixed test's equality sign (== to =)
14292
14293 2002-09-02 [alfons]     0.8.2claws20
14294
14295         * src/folder.c
14296         * src/mh.c
14297                 revert change of 0.8.2claws16 and use the mh_folder_destroy
14298                 as folder->destroy virtual as suggested by Hiro
14299                 (the mh.c code seems to have been lost around mh.c.1.21)
14300
14301 2002-09-02 [paul]       0.8.2claws19
14302
14303         * po/pt_BR.po
14304                 updated by Fabio Jr. Beneditto
14305                 
14306         * src/defs.h
14307                 use 'http://claws.sylpheed.org' for homepage link. 
14308                 Domain provided by Oktay Altunergil <oktay@freelinuxcd.org>
14309
14310 2002-09-01 [alfons]     0.8.2claws18
14311
14312         * src/mh.c
14313                 plug memleak related to one Martin Kluge found
14314
14315 2002-08-31 [paul]       0.8.2claws17
14316
14317         * sync with 0.8.2cvs6
14318                 see ChangeLog 2002-08-30
14319
14320 2002-08-31 [alfons]     0.8.2claws16
14321
14322         * src/folder.c
14323                 folder_destroy(): remove mailbox from folderlist even if it has
14324                 no destroy virtual
14325
14326 2002-08-31 [alfons]     0.8.2claws15
14327
14328         * src/folder.c
14329                 :%sno/if(/if (/gc
14330                 :%sno/for(/for (/gc
14331                 (being pedantic I know)
14332
14333 2002-08-31 [alfons]     0.8.2claws14
14334
14335         * src/folder.c
14336                 check for NULL pointers returned from folder->fetch_msginfo virtual
14337                 (should solve some reported crashes)
14338
14339 2002-08-30 [alfons]     0.8.2claws13
14340
14341         * acconfig.h
14342         * configure.in
14343         * src/crash.c
14344                 enable crash dialog on compilation time
14345                 (--enable-crash-dialog configure option)
14346
14347 2002-08-30 [alfons]     0.8.2claws12
14348
14349         * AUTHORS
14350                 add Martin Kluge
14351         * src/mh.c
14352                 apply memory leak plug patch by Martin Kluge
14353                 (closes patch "[ 602568 ] patch for 602441 little memory leak",
14354                 bug "[ 599677 ] Very small memory leak in 0.81claws115",
14355                 and bug "[ 602441 ] memoryleak in filtering 0.8.2claws9?")
14356
14357 2002-08-30 [darko]      0.8.2claws11
14358
14359         * src/folderview.c
14360                 copy Gtk style from normal style to match
14361                 font size for coloured folders
14362
14363 2002-08-29 [alfons]     0.8.2claws10
14364
14365         * sylpheed.desktop
14366                 Type=Internet <- Type=Application
14367                 (reported by Michael Schwendt, see:
14368                 http://sourceforge.net/tracker/index.php?func=detail&aid=599765&group_id=25528&atid=384600
14369                 http://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=72882)
14370
14371 2002-08-29 [paul]       0.8.2claws9
14372
14373         * sync with 0.8.2cvs5
14374                 see ChangeLog 2002-08-29
14375
14376 2002-08-29 [colin]      0.8.2claws8
14377
14378         * src/summaryview.c
14379                 Added a sanity check in summary_select_thread
14380                 Should fix bug 601605
14381
14382 2002-08-29 [colin]      0.8.2claws7
14383
14384         * src/main.c
14385                 Revert claws6 changes regarding bug #591676
14386
14387 2002-08-28 [colin]      0.8.2claws6
14388         
14389         * src/main.c
14390                 Ignore cache for queue folderitems
14391                 Fix bug #591676
14392
14393 2002-08-28 [melvin]     0.8.2claws5
14394
14395         * README.claws
14396                 Fixed typos.
14397
14398 2002-08-28 [melvin]     0.8.2claws4
14399
14400         * README.claws
14401                 Updated a bit the text concerning the spell checker
14402
14403 2002-08-28 [melvin]     0.8.2claws3
14404
14405         Merged the GNU_aspell_branch:
14406                 Support of new GNU/aspell is now included and the old pspell
14407                 is not supported anymore.
14408                 See README.claws
14409
14410         * README.claws
14411                 Updated spell checker text to reflect the switch to GNU/aspell
14412
14413         * ac/aspell.m4          *** NEW ***
14414         * src/gtkaspell.[ch]    *** NEW *** 
14415         * ac/pspell.m4          *** DELETED *** 
14416         * src/gtkspell.[ch]     *** DELETED ***
14417
14418         * ac/Makefile.am
14419                 Updated for GNU/aspell support
14420
14421         * po/POTFILES.in
14422                 Replaced gtkspell.c by gtkaspell.c
14423
14424         * acconfig.h
14425         * src/Makefile.am
14426         * src/about.c
14427         * src/compose.[ch]
14428         * src/crash.c
14429         * src/main.c
14430         * src/prefs_common.[ch]
14431                 Updated for GNU/aspell support
14432
14433 2002-08-28 [paul]       0.8.2claws2
14434
14435         * sync with 0.8.2cvs4
14436                 see ChangeLog 2002-08-27 and 2002-08-28
14437
14438 2002-08-28 [colin]      0.8.2claws1
14439
14440         * src/summary_search.c
14441                 Added "AND search"
14442
14443 2002-08-28 [jens]       0.8.2claws
14444
14445         *po/de.po
14446                 Updated German translations
14447
14448 2002-08-27 [melvin]     0.8.2claws
14449
14450         * po/fr.po
14451                 Updated French translations
14452
14453 2002-08-27 [paul]       0.8.2claws
14454
14455         * sync with 0.8.2 main release
14456
14457         * po/en_GB.po
14458           po/es.po
14459           po/it.po
14460           po/pl.po
14461           po/pt_BR.po
14462           po/sr.po
14463                 updated message catalogs submitted by
14464                 Ricardo Mones Lastra, Alessandro Maestri,
14465                 Witold Wladyslaw Wojciech Wilk, Fabio Jr.
14466                 Beneditto and Urke MMI  
14467
14468 2002-08-27 [hoa]        0.8.1claws123
14469
14470         * src/mainwindow.[ch]
14471         * src/summaryview.[ch]
14472                 removed the "filter setting" menu option.
14473                 add a "cancel a news message" menu option.
14474
14475 2002-08-26 [martin]     0.8.1claws122
14476
14477         * ChangeLog.claws
14478                 changed string under 0.8.1claws79 changed by myself
14479                 i'm sorry alfons :(
14480
14481 2002-08-26 [martin]     0.8.1claws121
14482
14483         * src/crash.c
14484                 added kill command to debuggerrc to start crash dialog
14485
14486 2002-08-26 [paul]       0.8.1claws120
14487
14488         * sync with 0.8.1cvs31
14489                 see ChangeLog 2002-08-26
14490
14491 2002-08-25 [alfons]     0.8.1claws119
14492
14493         * src/procmsg.c
14494                 fix bug that didn't send out correct headers to news server
14495                 when sending news article and email from queue (bug reported
14496                 and patch provided by Tim Mann; closes bug 
14497                 "[ 583196 ] 0.7.8claws can't post news")
14498
14499 2002-08-25 [alfons]     0.8.1claws118
14500
14501         * src/selective_download.c
14502                 mark two strings as translatable
14503                 (thanks to Urke MMI for pointing this out)
14504
14505 2002-08-25 [alfons]     0.8.1claws117
14506
14507         * src/summaryview.c
14508                 treat sent boxes as special and allow sorting them by addressee
14509                 (closes "[ 589418 ] Sent folder sorting misbehavior"
14510                 submitted by Steve Lamb)
14511
14512 2002-08-24 [alfons]     0.8.1claws116
14513
14514         * src/matcher.c
14515                 fix memleak reported by Martin Kluge
14516                 (see: "[ 599677 ] Very small memory leak in 0.81claws115")
14517
14518 2002-08-24 [oliver]     0.8.1claws115
14519
14520         * src/prefs_toolbar.c
14521                 o code cleanup as suggested by Alfons
14522                 o memleak fix
14523
14524 2002-08-24 [alfons]     0.8.1claws114
14525
14526         * src/summaryview.c
14527                 o fix another memory leak reported by Martin Kluge
14528                   (see "[ 599568 ] Small Memory Leak")
14529                 o remove 'from' variable from 'summary_set_header()'; we can
14530                   do with just 'to' 
14531
14532 2002-08-24 [paul]       0.8.1claws113
14533
14534         * sync with 0.8.1cvs30
14535                 see ChangeLog 2002-08-23
14536
14537 2002-08-24 [alfons]     0.8.1claws112
14538
14539         * src/summaryview.c
14540                 remove unnecessary allocations for search bar fixing leaks
14541                 reported by Martin Kluge
14542                 (see "[ 599451 ] Further memory leaks?")
14543
14544 2002-08-24 [alfons]     0.8.1claws111
14545
14546         * src/main.c
14547                 make get_socket_name() public for crash.c
14548         * src/crash.c
14549                 o make report bug button work (goes to claws' 
14550                   bug tracker at sf.net)
14551                 o introduce function for doing important stuff just
14552                   before claws goes down
14553                 o clean up code 
14554
14555 2002-08-24 [alfons]     0.8.1claws110
14556
14557         * src/compose.c
14558                 move cursor to "To" entry when forwarding as attachment
14559                 (reported and solved by Steve Lamb, closes bug report
14560                 "[ 592880 ] Forward as attachment; cursor not in to")
14561
14562 2002-08-24 [colin]      0.8.1claws109
14563
14564         * src/mainwindow.c
14565                 fix quick search visibility after GUI (de)separations.
14566
14567 2002-08-23 [colin]      0.8.1claws108
14568
14569         * src/mainwindow.c
14570                 fix header pane visibility after folderview or
14571                 messageview (de)separation
14572
14573 2002-08-23 [paul]       0.8.1claws107
14574
14575         * src/mainwindow.[ch]
14576           src/toolbar.c
14577                 give full control of display or non-display 
14578                 of the Execute icon to Custom toolbar settings.
14579                 add new sensitivity condition to maninwindow.h: 
14580                 M_DELAY_EXEC
14581
14582         * ChangeLog
14583           ChangeLog.jp
14584           NEWS
14585                 more sync with 0.8.1cvs29
14586
14587 2002-08-23 [melvin]     0.8.1claws106
14588
14589         * src/alertpanel.c
14590                 Readded support for custom widget in alertpanel lost in last
14591                 sync.
14592
14593 2002-08-23 [paul]       0.8.1claws105
14594
14595         * sync with 0.8.1cvs29
14596                 see ChangeLog 2002-08-23
14597
14598 2002-08-23 [colin]      0.8.1claws104
14599
14600         * src/summaryview.c
14601                 Fix folder and search pixmaps exchanging positions
14602                 after theme or toolbar changes. Thank to Oliver for 
14603                 reporting this.
14604
14605 2002-08-23 [colin]      0.8.1claws103
14606
14607         * src/mainwindow.c
14608           src/messageview.[ch]
14609           src/noticeview.[ch]
14610           src/summaryview.c
14611                 Changed messageview_create() and noticeview_create()
14612                 to avoid the last gdk_warning
14613
14614 2002-08-22 [colin]      0.8.1claws102
14615
14616         * src/summaryview.c
14617                 Fix my new `Creating pixmap from xpm' warning
14618
14619 2002-08-22 [colin]      0.8.1claws101
14620
14621         * src/mainwindow.c
14622                 Fix some of the gdk warnings
14623
14624 2002-08-22 [colin]      0.8.1claws100
14625
14626         * src/Makefile.am
14627         * src/stock_pixmap.c
14628         * src/stock_pixmap.h
14629         * src/pixmaps/quicksearch.xpm *ADDED*
14630                 Add the quicksearch pixmap
14631         * src/mainwindow.c
14632         * src/summaryview.c
14633         * src/summaryview.h
14634                 Make quicksearch bar visible/hidden via a button
14635
14636 2002-08-22 [christoph]  0.8.1claws99
14637
14638         * src/folder.c
14639                 fix folder update for newsgroups with message
14640                 numbers below minimum number of articles to fetch
14641                 (closes bug #598445)
14642
14643 2002-08-22 [paul]       0.8.1claws98
14644
14645         * sync with 0.8.1cvs28
14646                 see ChangeLog 2002-08-22
14647
14648 2002-08-21 [alfons]     0.8.1claws97
14649
14650         * src/crash.c
14651                 use bt instead of bt full which seems to work 
14652                 better, and bt full doesn't give a great deal 
14653                 of information anyway
14654
14655 2002-08-21 [colin]      0.8.1claws96
14656
14657         * src/summaryview.c
14658                 fix summaryview_searchtype_changed prototype
14659
14660 2002-08-21 [christoph]  0.8.1claws95
14661
14662         * src/mainwindow.c
14663                 o fix broken menu update for sorting type, we have to
14664                   get this info from the summaryview now
14665                 o removed setting of threaded state in menu callback
14666         * src/summaryview.[ch]
14667                 more summaryview/folderitem seperation for
14668                 threading option
14669         * configure.in
14670                 removed not required --with-compiler-flags option
14671
14672 2002-08-21 [oliver]     0.8.1claws94
14673         
14674         * src/toolbar.h 
14675                 o rename toolbar.xml to toolbar_main.xml
14676                   since toolbar_compose.xml might come up 
14677                   any time soon
14678         * README.claws
14679                 add custom toolbar              
14680
14681 2002-08-21 [darko]      0.8.1claws93
14682
14683         * src/procmsg.c
14684                 don't reset tmp flags for messages copied
14685                 to sent folder
14686
14687 2002-08-21 [colin]      0.8.1claws92
14688         
14689         * src/prefs_filtering.c
14690                 fix renaming rules on folder rename 
14691                 when folder is not a leaf folder
14692
14693 2002-08-21 [paul]       0.8.1claws91
14694
14695         * src/prefs_folder_item.c
14696                 fix alignment of colour selector
14697
14698 2002-08-21 [paul]       0.8.1claws90
14699
14700         * sync with 0.8.1cvs27
14701                 see ChangeLog 2002-08-21
14702
14703 2002-08-21 [paul]       0.8.1claws89
14704
14705         * src/summaryview.c
14706                 fix crash when changing field type in
14707                 Quick search bar
14708
14709 2002-08-21 [colin]      0.8.1claws88
14710
14711         * src/summaryview.c
14712                 Made quick search case-insensitive
14713
14714 2002-08-21 [paul]       0.8.1claws87
14715
14716         * sync with 0.8.1cvs26
14717                 see ChangeLog 2002-08-21
14718
14719 2002-08-20 [christoph]  0.8.1claws86
14720
14721         * src/folderview.c
14722         * src/main.c
14723         * src/summaryview.[ch]
14724                 more summaryview/folderitem seperation for
14725                 sort_key and sort_type
14726         * src/procmsg.c
14727                 added missing return statement
14728
14729 2002-08-20 [colin]      0.8.1claws85
14730
14731         * src/summaryview.[ch]
14732                 Added a quick search box
14733         * src/mainwindow.c
14734         * src/prefs_common.[ch]
14735                 Added a show/hide option for the quick search
14736
14737 2002-08-20 [oliver]     0.8.1claws84
14738         
14739         * src/mainwindow.c
14740                 remove toolbar_create_popups
14741         * src/toolbar.[ch]
14742                 o remove toolbar_create_popups
14743                 o fix toolbar_set_sensitive 
14744                   (Bug reports #596834 and #596832)     
14745         * src/prefs_toolbar.c
14746                 o add "Set default" button
14747                 o align label and text + combo widgets
14748
14749 2002-08-20 [hoa]        0.8.1claws83bis
14750
14751         * src/imap.c
14752                 fixed a bug in imap_fetch_msginfo() in case there is no
14753                 current folder.
14754
14755 2002-08-20 [darko]      0.8.1claws83
14756
14757         * src/folderview.c
14758                 copy the color style of folder view so it
14759                 works with GTK themes
14760
14761 2002-08-20 [darko]      0.8.1claws82
14762
14763         * src/folder.h
14764         * src/folderview.c
14765         * src/prefs_folder_item.[hc]
14766                 don't use UI stuff in folder.h
14767
14768 2002-08-20 [darko]      0.8.1claws81
14769
14770         * src/folder.h
14771         * src/prefs_folder_item.h
14772         * src/folderview.c
14773         * src/prefs_folder_item.c
14774                 ability to set folder color in folderview
14775
14776 2002-08-19 [alfons]     0.8.1claws80
14777
14778         * src/summaryview.c
14779                 fix one of the earlier memleaks reported by Martin Kluge
14780
14781 2002-08-19 [alfons]     0.8.1claws79
14782
14783         * src/mainwindow.c
14784                 hide notice view when selecting seperate folder
14785                 view (reported by Urke MMI)
14786
14787 2002-08-19 [christoph]  0.8.1claws78
14788
14789         * src/folderview.c
14790         * src/prefs_folder_item.h
14791         * src/summaryview.[ch]
14792                 o add summary_set_prefs_from_folderitem to set
14793                   summaryview prefs (first step to remove all
14794                   references to the folderitem in summaryview)
14795                 o moved compiled regex stuff from folderitem prefs
14796                   to summaryview code
14797
14798 2002-08-19 [paul]       0.8.1claws77
14799
14800         * src/compose.c
14801                 add check for '.' to QUOTE_IF_REQUIRED
14802
14803 2002-08-19 [paul]       0.8.1claws76
14804
14805         * src/inc.c
14806                 sync with 0.8.1cvs25 (plug memory leak)
14807
14808         * src/prefs_toolbar.c
14809                 re-order prefs_toolbar_cancel()
14810
14811 2002-08-18 [alfons]     0.8.1claws75
14812
14813         * src/inc.c
14814         * src/matcher.c
14815                 plug other memleaks reported by Martin Kluge
14816
14817 2002-08-18 [paul]       0.8.1claws74
14818
14819         * po/pt_BR.po
14820                 updated by Fabio Jr. Beneditto
14821
14822 2002-08-18 [paul]       0.8.1claws73
14823
14824         * src/toolbar.[ch]
14825                 fix bug where tooltips were displayed untranslated              
14826
14827         * src/prefs_toolbar.c
14828                 fix bug where clicking 'Cancel' creates an icon & text
14829                 toolbar regardless of prefs
14830         
14831
14832 2002-08-17 [oliver]     0.8.1claws72
14833
14834         * src/prefs_toolbar.c
14835                 update toolbar on CANCEL
14836                 bug reported by Martin Kluge
14837         * src/toolbar.c
14838                 toolbar_destroy memleak fixed           
14839
14840 2002-08-17 [alfons]     0.8.1claws71
14841
14842         * src/toolbar.c
14843                 plug another memleak reported by Martin Kluge
14844
14845 2002-08-16 [alfons]     0.8.1claws70
14846
14847         * src/crash.c
14848                 use execvp() correctly (suggested by wwp; thanks!)
14849
14850 2002-08-16 [alfons]     0.8.1claws69
14851
14852         * src/gtksctree.c
14853                 plug memory leak reported by Kim Schultz & Martin Kluge
14854
14855 2002-08-16 [paul]       0.8.1claws68
14856
14857         * po/es.po
14858                 updated by Ricardo Mones Lastra
14859
14860 2002-08-16 [paul]       0.8.1claws67
14861
14862         * src/toolbar.h
14863                 fix bug where 'Compose News' icon showed wrong
14864                 tooltip
14865
14866 2002-08-16 [paul]       0.8.1claws66
14867
14868         * sync with 0.8.1cvs24
14869                 see ChangeLog 2002-08-16
14870
14871         * po/it.po
14872                 updated by Alessandro Maestri
14873
14874 2002-08-15 [paul]       0.8.1claws65
14875
14876         * po/sr.po
14877                 updated by Urke MMI
14878
14879 2002-08-15 [paul]       0.8.1claws64
14880
14881         * src/*.c
14882                 don't translate debug info
14883
14884         * src/matcher.[ch]
14885                 add copyright info
14886
14887 2002-08-15 [paul]       0.8.1claws63
14888
14889         * src/prefs_toolbar.c
14890                 fix bug where clicking 'OK' creates an icon & text
14891                 toolbar regardless of prefs
14892
14893 2002-08-14 [alfons]     0.8.1claws62
14894
14895         * src/main.c
14896                 add global var that has the full argv[0]
14897         * src/crash.c
14898                 o execvp the correct sylpheed by using argv0
14899                   and setting the correct work dir
14900                 o other tweaks  
14901
14902 2002-08-14 [oliver]     0.8.1claws61
14903         
14904         * enable/disable Toolbar Action Buttons 
14905         * code cleanups
14906         * src/mainwindow.c
14907         * src/toolbar.[ch]      
14908         * src/prefs_toolbar.c   
14909
14910 2002-08-14 [melvin]     0.8.1claws60
14911
14912         * po/fr.po
14913                 Updated French translations
14914
14915 2002-08-14 [melvin]     0.8.1claws59
14916
14917         * src/crash.c
14918                 Made bug report not translatable
14919         * src/exporthtml.c
14920                 Fixed exporthtml_build_filespec() return value
14921         * src/foldersel.c
14922                 Fixed incorrect include file
14923         * src/gtkspell.c
14924         * src/prefs_actions.c
14925         * src/prefs_toolbar.c
14926                 Made debug info not translatable
14927         * src/mutt.c
14928         * src/quote_fmt.c
14929                 Added missing includes
14930         * src/prefs_common.c
14931                 Fixed typo
14932
14933 2002-08-14 [paul]       0.8.1claws58
14934
14935         * faq/es/sylpheed-faq.html
14936           faq/es/sylpheed-faq-[1-3].html
14937           faq/es/sylpheed-faq-4.html     **NEW FILE **
14938                 update Spanish FAQ
14939
14940 2002-08-13 [christoph]  0.8.1claws57
14941
14942         * src/procmsg.c
14943                 ignore thread fix that did not mark all
14944                 child nodes of a ignored thread as
14945                 ignored. Does not work perfectly yet,
14946                 but it is better now
14947
14948 2002-08-13 [alfons]     0.8.1claws56
14949
14950         * src/crash.c
14951                 o implement 'save crash log'
14952                 o some tweaks
14953
14954 2002-08-13 [melvin]     0.8.1claws55
14955
14956         * src/main.c
14957                 removed unrequired "execinfo.h" header
14958
14959 2002-08-12 [paul]       0.8.1claws54
14960
14961         * faq/en/sylpheed-faq.html
14962           faq/en/sylpheed-faq-[1-3].html
14963           faq/en/sylpheed-faq-4.html     **NEW FILE **
14964                 update English FAQ
14965
14966 2002-08-12 [alfons]     0.8.1claws53
14967
14968         * po/POTFILES.in
14969                 add crash.c to translatables
14970         * src/crash.c
14971                 bring in Leandro's crash dialog
14972
14973 2002-08-11 [alfons]     0.8.1claws52
14974
14975         * src/crash.c
14976                 clean up some warnings
14977
14978 2002-08-11 [alfons]     0.8.1claws51
14979
14980         * acconfig.h
14981         * configure.in
14982         * src/crash.[ch]        ** NEW FILES **
14983         * src/main.c            
14984                 initial gdb crash handler
14985
14986 2002-08-11 [paul]       0.8.1claws50
14987
14988         * src/prefs_toolbar.c
14989                 replace Up/Down arrow pixmaps with text to be
14990                 consistent across icon themes
14991
14992 2002-08-11 [paul]       0.8.1claws49
14993
14994         * src/prefs_common.c
14995           src/prefs_toolbar.c
14996                 rename 'Pixmap' -> 'Icon'
14997
14998         * src/toolbar.[ch]
14999                 rename  'A_SEND_QUEUD' -> 'A_SEND_QUEUED'
15000
15001 2002-08-10 [paul]       0.8.1claws48
15002
15003         * src/prefs_toolbar.c
15004                 re-work the UI
15005
15006 2002-08-10 [paul]       0.8.1claws47
15007
15008         * src/main.c
15009                 don't write Processing progress to status bar
15010                 patch submitted by Alexander Evseev
15011
15012         * src/prefs_toolbar.c
15013                 re-position and resize window
15014                 make window assume correct size on first call
15015
15016 2002-08-10 [paul]       0.8.1claws46
15017
15018         * src/mainwindow.c
15019           src/prefs_toolbar.c
15020           src/toolbar.c
15021           src/toolbar.h
15022                 obey coding style
15023                 follow UI text conventions
15024
15025 2002-08-10 [alfons]     0.8.1claws45
15026
15027         * src/toolbar.c
15028                 correct pixmap for delete action
15029
15030 2002-08-10 [paul]       0.8.1claws44
15031
15032         * po/pt_BR.po
15033                 updated by Fabio Jr. Beneditto
15034
15035 2002-08-10 [paul]       0.8.1claws43
15036
15037         * po/POTFILES.in
15038                 add custom toolbar files
15039
15040 2002-08-10 [paul]       0.8.1claws42
15041
15042         * sync with 0.8.1cvs22
15043                 see ChangeLog 2002-08-09
15044
15045 2002-08-09 [paul]       0.8.1claws41
15046
15047         * tools/Makefile.am
15048           tools/README
15049           tools/outlook2sylpheed.pl     ** NEW FILE **
15050                 add script to convert exported Outlook
15051                 contacts list to a Sylpheed addressbook.
15052                 Submitted by Ricardo Mones Lastra.
15053
15054 2002-08-09 [paul]       0.8.1claws40
15055
15056         * AUTHORS
15057           configure.in
15058           po/sr.po      ** NEW FILE **
15059                 add Serbian message catalog. Submitted by
15060                 Urosevic Aleksandar aka Urke MMI <urke-kg@eunet.yu>             
15061
15062 2002-08-09 [paul]       0.8.1claws39
15063
15064         * sync with 0.8.1cvs21
15065                 see ChangeLog 2002-08-08
15066
15067 2002-08-08 [oliver]     0.8.1claws38
15068
15069         * src/mainwindow.c
15070                 move Custom Toolbar to Configuration menu
15071
15072 2002-08-08 [oliver]     0.8.1claws37
15073
15074         * src/prefs_toolbar.c
15075                 fix substitute pixmap bug
15076
15077 2002-08-08 [paul]       0.8.1claws36
15078
15079         * sync with 0.8.1cvs19
15080                 see ChangeLog 2002-08-08
15081
15082 2002-08-07 [christoph]  0.8.1claws35
15083
15084         * src/utils.c
15085                 fixed a memory leak in new canonicalize_file_replace
15086
15087 2002-08-07 [christoph]  0.8.1claws34
15088
15089         * src/utils.[ch]
15090                 o canonicalize_file_replace should create the temporary
15091                   file in the same directory as the original file.
15092                 o added get_tmpfile_in_dir that creates a temorary file
15093                   in a specified directory.
15094
15095 2002-08-07 [melvin]     0.8.1claws33
15096
15097         * src/toolbar.c
15098                 fixed bug where 'Article' button acted as 'Email' button.
15099
15100 2002-08-07 [paul]       0.8.1claws32
15101
15102         * sync with 0.8.1.cvs17
15103                 see ChangeLog 2002-08-07
15104
15105 2002-08-07 [colin]      0.8.1claws31
15106         
15107         * src/news.c
15108                 fix mass-cancel problem
15109
15110 2002-08-07 [thorsten]   0.8.1claws30
15111
15112         * src/prefs_toolbar.c
15113                 fix: crash on replace or add new button
15114         * src/toolbar.c
15115                 fix: close xmlfile after reading
15116         * src/utils.c
15117                 fix: unlink() file before rename()
15118
15119 2002-08-06 [paul]       0.8.1claws29
15120
15121         * sync with 0.8.cvs15
15122                 see ChangeLog 2002-08-06
15123
15124 2002-08-06 [oliver]     0.8.1claws28
15125
15126         * src/toolbar.c
15127         * src/prefs_toolbar.c
15128                 fixed empty toolbar issue
15129
15130 2002-08-06 [oliver]     0.8.1claws27
15131
15132         * Custom Toolbar Final 
15133         * src/folderview.c
15134         * src/inc.c
15135         * src/summaryview.c
15136                 o toolbar stuff now lives in src/toolbar.[ch]
15137                 o main_window_toolbar_* functions are renamed to
15138                   toolbar_* reflecting their new source file
15139         * src/mainwindow.[ch]
15140                 o remove toolbar stuff  
15141
15142 2002-08-06 [oliver]     0.8.1claws26
15143         
15144         * src/Makefile.am
15145         * src/prefs_toolbar.[ch]        **New File**
15146         * src/toolbar.[ch]              **New File**
15147                 o prefs_toolbar.[ch] custom toolbar frontend
15148                 o toolbar.[ch]       backend 
15149
15150 2002-08-06 [oliver]     0.8.1claws25
15151
15152         * src/prefs_actions.[ch]
15153                 o new exported function actions_execute
15154
15155 2002-08-06 [paul]       0.8.1claws24
15156
15157         * sync with 0.8.1cvs4
15158                 see ChangeLog 2002-08-06
15159
15160 2002-08-06 [paul]       0.8.1claws23
15161
15162         * sync with 0.8.1cvs13
15163                 see ChangeLog 2002-08-06
15164
15165 2002-08-06 [paul]       0.8.1claws22
15166
15167         * sync with 0.8.1cvs12
15168                 see ChangeLog 2002-08-05 and 2002-08-06
15169
15170 2002-08-06 [match]      0.8.1claws21
15171
15172         * src/addrclip.c
15173                 improvements to cut/copy/paste address
15174
15175 2002-08-05 [match]      0.8.1claws20
15176
15177         * src/addritem.[ch]
15178         * src/addrcache.c
15179         * src/addrbook.c
15180         * src/editaddress.c
15181         * src/addressbook.c
15182                 fixes to improve cut/copy/paste
15183
15184 2002-08-06 [melvin]     0.8.1claws19
15185
15186         * src/account.[ch]
15187                 account_find_all_from_address(): new function that returns the
15188                 list of all accounts that are matched in an address.
15189         * src/alertpanel.[ch]
15190                 alertpanel() now accepts a custom widget
15191                 alertpanel_with_widget(): new function that pops up a panel with
15192                 a custom widget in it 
15193         * src/gtkutils.[ch]
15194                 gtkut_account_menu_new(): new function that allows the selection
15195                 of an account from a list of accounts.
15196         * src/messageview.c
15197                 Extended Return Receipt notification to select the correct 
15198                 account and to make a security test on the Delivery-Notification
15199                 address which should be the same as the Return-Path.
15200
15201 2002-08-06 [thorsten]   0.8.1claws18
15202
15203         * src/mimeview.c
15204                 attach_all: save unnamed as "noname.%d",
15205                 dont free static dirname
15206
15207 2002-08-05 [alfons]     0.8.1claws17
15208
15209         * configure.in
15210                 detect XIM by trying to link rather than compile a XIM program
15211
15212 2002-08-05 [oliver]     0.8.1claws16
15213                 
15214         * src/stock_pixmap.[ch]
15215                 o add UP_ARROW to available pixmaps (already in pixmap-directory)
15216                 o new func to retrieve pixmaps
15217
15218 2002-08-05 [paul]       0.8.1claws15
15219
15220         * sync with 0.8.1cvs10
15221                 see ChangeLog 2002-08-05
15222
15223 2002-08-04 [alfons]     0.8.1claws14
15224
15225         * src/textview.c
15226                 see if this plugs memleak
15227
15228 2002-08-04 [melvin]     0.8.1claws13
15229
15230         * src/gtkspell.c
15231                 fixed bug that could crash Sylpheed when highlighting
15232                 all misspelled words.
15233
15234 2002-08-03 [melvin]     0.8.1claws12
15235
15236         * src/prefs_actions.c
15237                 removed unnecessary checks for NULL introduced in 0.8.1claws11.
15238         * src/messageview.c
15239                 fixed bug where the Return Receipt was sent to
15240                 Delivery-Notification-To address even if it was not present
15241
15242 2002-08-02 [alfons]     0.8.1claws11
15243
15244         * src/prefs_actions.c
15245                 o more check for NULLs
15246                 o put create_io_dialog() in right conditional block
15247
15248 2002-08-02 [paul]       0.8.1claws10
15249
15250         * po/es.po
15251                 updated by Ricardo Mones Lastra
15252
15253 2002-08-01 [christoph]  0.8.1claws9
15254
15255         * src/folder.c
15256                 don't free the cache of the opened
15257                 folder in the summaryview
15258         * src/summaryview.c
15259                 don't unset flags, if it is not required
15260
15261 2002-08-01 [paul]       0.8.1claws8
15262
15263         * sync with 0.8.1cvs8
15264                 see ChangeLog entry 2002-08-01
15265
15266 2002-08-01 [paul]       0.8.1claws7
15267
15268         * sync with 0.8.1cvs7
15269                 see ChangeLog 2002-07-31 and 2002-08-01
15270
15271 2002-07-31 [christoph]  0.8.1claws6
15272
15273         * src/mainwindow.c
15274                 forgot to update menu sensitivity
15275                 function for new menu entry
15276
15277 2002-07-31 [alfons]     0.8.1claws5
15278
15279         * src/main.c
15280                 check folder item and its path for NULL on
15281                 initial processing
15282
15283 2002-07-31 [christoph]  0.8.1claws4
15284
15285         * src/folder.c
15286                 check if folder_item_get_msginfo in
15287                 folder_item_remove_msg returned NULL
15288         * src/imap.c
15289                 better clear the uid cache in the
15290                 uid validity check function and delete
15291                 cached messages
15292
15293 2002-07-31 [paul]       0.8.1claws3
15294
15295         * man/sylpheed.1
15296                 add the '--attach' option and a few other
15297                 minor changes
15298
15299 2002-07-31 [paul]       0.8.1claws2
15300
15301         * sync with 0.8.1cvs5
15302                 see ChangeLog 2002-07-31
15303
15304 2002-07-31 [christoph]  0.8.1claws1
15305
15306         * src/folderview.[ch]
15307         * src/mainwindow.c
15308                 replace "Rescan all folders..." with
15309                 "Check all folders for new messages..."
15310
15311 2002-07-30 [paul]       0.8.1claws
15312
15313         * version 0.8.1claws released
15314
15315 2002-07-30 [paul]       0.8.0claws29
15316
15317         * tools/OOo2sylpheed.pl ** NEW FILE **
15318           tools/README
15319                 add script to enable sending documents as
15320                 attachments from OpenOffice.org
15321
15322 2002-07-30 [melvin]     0.8.0claws28
15323
15324         * src/prefs_actions.c
15325                 Made the actions' input/output dialog display
15326                 without delay.
15327
15328 2002-07-30 [christoph]  0.8.0claws27
15329
15330         * src/procmsg.c
15331                 check if folder_item_get_msginfo in
15332                 procmsg_save_to_outbox returned NULL
15333
15334 2002-07-30 [paul]       0.8.0claws26
15335
15336         * sync with 0.8.1cvs4
15337                 see ChangeLog 2002-07-29
15338
15339 2002-07-29 [thorsten]   0.8.0claws25
15340
15341         * README.claws
15342                 added selective download, delete on server
15343
15344 2002-07-29 [paul]       0.8.0claws24
15345
15346         * sync with 0.8.1cvs3
15347                 see ChangeLog 2002-07-29
15348
15349 2002-07-27 [christoph]  0.8.0claws23
15350
15351         * src/folder.c
15352                 add extra check if fetching the msginfo
15353                 returned NULL
15354
15355 2002-07-27 [paul]       0.8.0claws22
15356
15357         * sync with 0.8.1cvs2
15358                 see ChangeLog 2002-07-26
15359
15360 2002-07-27 [christoph]  0.8.0claws21
15361
15362         * src/imap.c
15363                 add another check if a valid msginfo
15364                 was returned
15365
15366 2002-07-26 [hoa]        0.8.0claws20
15367
15368         * src/folder.c
15369                 Fixed a condition in folder_item_destroy()
15370
15371         * src/imap.c
15372                 Fixed an error in IMAP protocol
15373
15374 2002-07-26 [alfons]     0.8.0claws19
15375
15376         * src/folder.c
15377                 ofcourse compare with identifier, not the path
15378
15379 2002-07-26 [alfons]     0.8.0claws18
15380
15381         * src/folder.c
15382                 use folder item identifier for saving / restoring
15383                 preferences because folder->path might not be unique
15384
15385 2002-07-26 [melvin]     0.8.0claws17
15386
15387         * src/logwindow.c
15388                 Fixed a crash introduced in 0.8.0claws5 when log is 
15389                 cut under 80 characters.
15390
15391 2002-07-26 [paul]       0.8.0claws16
15392
15393         * sync with 0.8.1cvs1
15394                 see ChangeLog 2002-07-26
15395
15396 2002-07-26 [christoph]  0.8.0claws15
15397
15398         * src/imap.[ch]
15399                 imap folder now remembers the last selected
15400                 folder and imap_fetch_msginfo skips selecting
15401                 the folder if it is already selected
15402
15403 2002-07-26 [christoph]  0.8.0claws14
15404
15405         * src/folder.c
15406         * src/folderview.c
15407         * src/imap.c
15408                 fix imap folder rescanning
15409
15410 2002-07-25 [christoph]  0.8.0claws13
15411
15412         * src/filter.c
15413         * src/folder.[ch]
15414         * src/folderview.c
15415         * src/imap.[ch]
15416         * src/mainwindow.c
15417         * src/mbox_folder.c
15418         * src/mh.c
15419         * src/news.c
15420                 implement imap uid cache and uid validity check
15421
15422 2002-07-25 [alfons]     0.8.0claws12
15423
15424         * src/summaryview.c
15425                 fix a brown paper bag bug, and also add some more
15426                 checks
15427
15428 2002-07-25 [christoph]  0.8.0claws11
15429
15430         * src/folder.c
15431                 don't mix copy, fetch_msginfo and remove
15432                 operations in folder item copy and move
15433                 operations
15434
15435 2002-07-25 [christoph]  0.8.0claws10
15436
15437         * src/folderview.c
15438         * src/mainwindow.c
15439         * src/prefs_folder_item.c
15440         * src/summaryview.[ch]
15441                 remove no longer required parameter update_cache from
15442                 summary_show
15443
15444 2002-07-25 [paul]       0.8.0claws9
15445
15446         * sync with 0.8.1
15447         
15448         * AUTHORS
15449                 a few corrections
15450
15451 2002-07-24 [alfons]     0.8.0claws8
15452
15453         * src/summaryview.c
15454                 sort correctly when using simplified subject line
15455                 (closes feature request "[ 585141 ] applying regexp to subject 
15456                 before sort" submitted by Alexandra Walford)
15457
15458 2002-07-24 [paul]       0.8.0claws7
15459
15460         * sync with 0.8.0cvs3
15461                 see ChangeLog 2002-07-24
15462
15463 2002-07-23 [christoph]  0.8.0claws6
15464
15465         * src/folder.c
15466         * src/folder.h
15467         * src/summaryview.c
15468         * src/summaryview.h
15469         * src/main.c
15470                 o separate processing and summaryview
15471                 o removed summary_write_cache from summaryview
15472                 o removed summaryview->killed_messages, because we don't have
15473                   to keep a list of killed messages anymore. New cache will
15474                   keep the hidden messages in cache anyway
15475         * src/folderview.c
15476         * src/inc.c
15477         * src/selective_download.c
15478                 o removed unnecessary summary_write_cache calls
15479         * src/procmsg.c
15480                 o don't set ignore thread flag in procmsg_get_thread_tree
15481                   if it is already set
15482         * src/mainwindow.c
15483         * src/statusbar.h
15484                 o moved STATUSBAR_PUSH/POP to statusbar.h because
15485                   they are used in different files
15486
15487 2002-07-23 [melvin]     0.8.0claws5
15488
15489         * src/addressbook.c
15490         * src/addrgather.c
15491         * src/editaddress.c
15492         * src/editgroup.c
15493         * src/editldap_basedn.c
15494         * src/importldif.c
15495         * src/prefs_common.c
15496                 Fixed few memory leak (gtk_editable_get_chars returns
15497                 an allocated string)
15498         * src/logwindow.c
15499                 Fixed few memory leak (gtk_editable_get_chars returns
15500                 an allocated string) and modified a little the log cutting
15501                 loop.
15502         * src/compose.c
15503                 Replaced a call to an obsolete function gtk_entry_get_text()
15504                 by gtk_editable_get_chars()
15505         * src/send.c
15506                 Removed a debug printf
15507
15508 2002-07-23 [christoph]  0.8.0claws4
15509
15510         * src/filesel.c
15511                 fix another g_dirname memory leak
15512
15513 2002-07-23 [christoph]  0.8.0claws3
15514
15515         * src/mh.c
15516                 fixed a memory leak in mh_fetch_msginfo
15517                 fixed crash when message header could not be
15518                 parsed
15519
15520 2002-07-23 [paul]       0.8.0claws2
15521
15522         * sync with 0.8.0cvs2
15523                 see ChangeLog 2002-07-23
15524
15525 2002-07-23 [paul]       0.8.0claws1
15526
15527         * sync with 0.8.0cvs1
15528                 see ChangeLog 2002-07-23
15529
15530 2002-07-23 [paul]       0.8.0claws
15531
15532         * release of 0.8.0claws