fbb6678acce7480da69ffc9e7c780797a56c72d7
[claws.git] / ChangeLog.claws
1 2005-01-21 [colin]      1.0.0cvs4
2
3         * src/folder.h
4         * src/folderview.c
5         * src/folderview.h
6         * src/summaryview.c
7         * src/gtk/quicksearch.c
8         * src/gtk/quicksearch.h
9                 Make quicksearch recursive - results materialized
10                 by search icons in the folderview.
11
12 2005-01-20 [holger]     1.0.0cvs3
13
14         * src/addrindex.c
15         * src/addrindex.h
16                 Add addrindex_load_person_attribute() (for plugins)
17
18 2005-01-19 [colin]      1.0.0cvs2
19
20         * src/mbox.c
21         * src/mbox.h
22         * src/mainwindow.c
23         * src/summaryview.c
24         * src/summaryview.h
25                 Add an easy way to export specific messages
26                 to an mbox file.
27
28 2005-01-19 [paul]       1.0.0cvs1
29
30         * po/ja.po
31         * po/ko.po
32                 updated by  Rui Hirokawa and
33                 SungHyun Nam
34
35 2005-01-18 [paul]       1.0.0
36
37         * version 1.0.0 released
38
39 2005-01-17 [thorsten]   0.9.13cvs38
40
41         * src/crash.c
42         * src/gtk/pluginwindow.c
43                 return value of filesel should not be free()d
44
45 2005-01-17 [paul]       0.9.13cvs37
46
47         * AUTHORS
48         * po/es.po
49         * po/fr.po
50         * po/hr.po
51         * po/it.po
52         * po/pt_BR.po
53         * po/sk.po
54         * po/sr.po
55                 update translations. submitted by Ricardo Mones
56                 Lastra, Fabien Vantard, Dragan, Andrea Spadaccini,
57                 Frederico Goncalves Guimaraes, Andrej Kacian,
58                 Aleksandar Urosevic
59
60 2005-01-16 [colin]      0.9.13cvs36
61
62         * src/prefs_toolbar.c
63                 Fix two leaks, both found by Alfons.
64
65 2005-01-15 [paul]       0.9.13cvs35
66
67         * src/gtk/pluginwindow.c
68                 fix 2 memleaks, patch by Alfons
69
70 2005-01-15 [paul]       0.9.13cvs34
71
72         * ChangeLog
73         * ChangeLog.jp
74         * src/common/template.c
75                 sync with main, see ChangeLog 2005-01-11
76                 (fix potential memory corruption bug)
77
78 2005-01-14 [colin]      0.9.13cvs33
79
80         * src/html.c
81         * src/msgcache.c
82                 Fix coding style issues from the last patch
83
84 2005-01-14 [colin]      0.9.13cvs32
85
86         * src/msgcache.c
87                 Fix possible double free, avoid putting 8k on the stack
88         * src/html.c
89         * src/html.h
90                 Fix links with tags inside, add some entities
91         * AUTHORS
92                 Both patches by Rich Coe <Richard.Coe@med.ge.com>
93
94 2005-01-09 [thorsten]   0.9.13cvs31
95
96         * tools/calypso_convert.pl
97                 support nested subdirs (possible in recent calypso versions)
98                 fix "change of readonly value" error with perl >= 5.8
99
100 2005-01-08 [colin]      0.9.13cvs30
101
102         * src/prefs_filtering_action.c
103                 Plug leak - patch by Alfons
104
105 2005-01-07 [paul]       0.9.13cvs29
106
107         * ChangeLog
108         * ChangeLog.jp
109         * src/pop.c
110         * src/pop.h
111                 sync with main, see ChangeLog 2005-01-06
112
113 2005-01-06 [colin]      0.9.13cvs28
114
115         * src/prefs_matcher.c
116                 Plug leak. Patch by Alfons
117
118 2005-01-04 [christoph]  0.9.13cvs27
119
120         * src/folderview.c
121         * src/imap_gtk.c
122         * src/news_gtk.c
123                 Create extra popup menu entries for account settings
124
125         (Closes Bug 663 segfault choosing "Properties" for root MH mailbox)
126
127 2005-01-03 [colin]      0.9.13cvs26
128
129         * src/main.c
130                 Plugins should be loaded before --receive or --receive-all 
131                 is processed. 
132                 Patch by Felix Eckhofer <felix-ml@tribut.de>
133
134 2005-01-03 [colin]      0.9.13cvs25
135
136         * src/pop.c
137         * src/pop.h
138                 Add data_len member, because we can get NULs from network
139                 Patch by Alfons
140
141 2005-01-01 [colin]      0.9.13cvs24
142
143         * src/procmime.c
144                 Fix possible memleak in corner case - found by
145                 Martin Kluge, patch by Alfons
146
147 2004-12-30 [colin]      0.9.13cvs23
148
149         * src/account.c
150                 Fix prototypes - patch by Alfons
151
152 2004-12-30 [paul]       0.9.13cvs22
153
154         * ChangeLog
155         * ChangeLog.jp
156         * NEWS
157         * src/account.c
158                 sync with main 1.0.0.
159                 see ChangeLog 2004-12-22
160
161 2004-12-18 [paul]       0.9.13cvs21
162
163         * AUTHORS
164         * ChangeLog
165         * ChangeLog.jp
166         * src/action.c
167                 sync with main, see ChangeLog 2004-12-17
168
169 2004-12-17 [thorsten]   0.9.13cvs20
170
171         * src/compose.c
172                 protect trailing spaces when signing message
173
174 2004-12-16 [paul]       0.9.13cvs19
175
176         * ChangeLog
177         * ChangeLog.jp
178         * NEWS
179         * src/compose.c
180         * src/syldap.c
181                 sync with main 1.0.0rc
182                 see ChangeLog 2004-12-15
183
184 2004-12-14 [colin]      0.9.13cvs18
185
186         * src/gtk/prefswindow.c
187                 Fix build. Sorry :)
188
189 2004-12-14 [colin]      0.9.13cvs17
190
191         * src/gtk/gtkutils.c
192         * src/gtk/gtkutils.h
193         * src/gtk/prefswindow.c
194                 Catch Enter in prefswindow while in text
195                 widget. Patch by Alfons.
196
197 2004-12-14 [paul]       0.9.13cvs16
198
199         * ChangeLog
200         * ChangeLog.jp
201         * src/action.c
202         * src/compose.c
203         * src/common/utils.c
204                 sync with main, see ChangeLog entries 2004-12-10
205                 and 2004-12-13
206
207         * po/ru.po
208                 updated by Pavlo Bohmat
209
210 2004-12-13 [thorsten]   0.9.13cvs15
211
212         * src/plugins/spamassassin/libspamc.c
213                 fix memleak
214
215 2004-12-13 [colin]      0.9.13cvs14
216
217         * src/gtk/prefswindow.c
218         * src/gtk/pluginwindow.c
219                 Fix key_pressed handlers
220
221 2004-12-11 [colin]      0.9.13cvs13
222
223         * src/quote_fmt_parse.y
224                 Rework quote_fmt_parse to use less local 
225                 arrays in local blocks, so it doesn't 
226                 freak out IBM's stack protector. Patch
227                 by Alfons.
228
229 2004-12-10 [colin]      0.9.13cvs12
230
231         * src/messageview.c
232                 Fix logic error
233         * src/mainwindow.c
234                 Fix corruptions when de-separating messageview
235
236 2004-12-10 [paul]       0.9.13cvs11
237
238         * src/prefs_themes.c
239                 use a different set of icons for the Preview
240
241 2004-12-09 [colin]      0.9.13cvs10
242
243         * src/procmime.c
244                 Fix procmime_encode_content doing horribly wrong
245                 stuff when encoding to B64 from memory
246
247 2004-12-08 [colin]      0.9.13cvs9
248
249         * src/gtk/colorlabel.c
250                 Fix color label off-by-one
251                 Patch by Alfons
252
253 2004-12-08 [hoa]        0.9.13cvs8
254
255         * src/quote_fmt_parse.y
256                 really fix buffer overflow
257
258 2004-12-08 [colin]      0.9.13cvs7
259
260         * src/matcher_parser_parse.y
261         * src/msgcache.c
262         * src/prefs_matcher.c
263         * src/procheader.c
264         * src/matcher.c
265         * src/common/defs.h
266                 Cache total_size and use that to speed up
267                 'partial' match.
268                 Add 'partial' to the list of useable stuff
269                 in filtering
270
271 2004-12-08 [paul]
272
273         * po/sr.po
274                 updated by URKE MMI
275
276 2004-12-08 [colin]      0.9.13cvs6
277
278         * src/textview.c
279                 Fix possible boundary overrun in
280                 get_email_part(). Patch by Alfons
281
282 2004-12-08 [hoa]        0.9.13cvs5
283
284         * src/quote_fmt_parse.y
285                 fix buffer overflow
286                 http://bugs.gentoo.org/show_bug.cgi?id=67253
287
288 2004-12-07 [thorsten]   0.9.13cvs4
289
290         * src/procmime.c
291                 fix leak introduced with 0.9.13cvs1
292
293 2004-12-07 [keith]      0.9.13cvs3
294
295         * src/procmime.c
296                 Fix typo
297
298 2004-12-07 [colin]      0.9.13cvs2
299
300         * AUTHORS
301         * src/prefs_account.c
302         * src/common/smtp.c
303         * src/common/smtp.h
304                 Add SMTP PLAIN authentication. Patch by 
305                 George Michaelson <ggm@apnic.net>
306
307 2004-12-07 [thorsten]   0.9.13cvs1
308
309         * src/procmime.c
310                 [Bug 650] reply button causes crash
311                 Patch partly by David Relson
312
313 2004-12-06 [paul]       0.9.13
314
315         0.9.13 released
316
317 2004-12-06 [paul]
318
319         * po/sk.po
320                 updated by Andrej Kacian
321         * INSTALL
322         * README.claws
323                 updated
324         
325 2004-12-06 [christoph]
326
327         * configure.ac
328                 move GPGME check to PGP/MIME plugin checks
329
330 2004-12-06 [colin]      0.9.12cvs187
331
332         * src/compose.c
333                 X-Sylpheed-Gnupg-Mode -> X-Sylpheed-Privacy-System
334
335 2004-12-06 [paul]       0.9.12cvs186
336
337         * INSTALL
338         * README.claws
339                 updated
340         * po/es.po
341         * po/fr.po
342         * po/it.po
343         * po/ja.po
344         * po/pt_BR.po
345         * po/zh_CN.po
346                 updated by Ricardo Mones Lastra, Fabien Vantard, Andrea 
347                 Spadaccini, Rui Hirokawa, Frederico Goncalves Guimaraes,
348                 and Yang Guilong
349
350 2004-12-05 [paul]       0.9.12cvs185
351
352         * INSTALL
353         * Makefile.am
354         * README.claws
355                 update
356         * TODO.claws    **REMOVED**
357                 removed, use the wiki instead
358         * tools/Makefile.am
359         * tools/README
360                 remove newscache_conv.pl from the release package
361                 and notes as it is broken and not currently maintained
362         * tools/filter_conv.pl
363                 use --config-dir to find claws' config dir
364         * tools/kdeservicemenu/README
365         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
366         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
367                 make a top-level menu entry
368
369 2004-12-04 [paul]       0.9.12cvs184
370
371         * src/addrharvest.c
372                 conv_unmime_header_overwrite(name)
373
374 2004-12-04 [colin]      0.9.12cvs183
375
376         * src/compose.c
377                 Fix saving of compose window position
378                 when sending mail. Patch by Alfons.
379
380 2004-12-04 [paul]       0.9.12cvs182
381
382         * ChangeLog
383         * ChangeLog.jp
384         * INSTALL
385         * NEWS
386         * README
387         * README.jp
388         * doc/manual/ja/Makefile.am
389         * doc/manual/ja/sylpheed-1.html
390         * doc/manual/ja/sylpheed-10.html
391         * doc/manual/ja/sylpheed-11.html
392         * doc/manual/ja/sylpheed-12.html
393         * doc/manual/ja/sylpheed-13.html
394         * doc/manual/ja/sylpheed-14.html
395         * doc/manual/ja/sylpheed-15.html
396         * doc/manual/ja/sylpheed-16.html
397         * doc/manual/ja/sylpheed-17.html
398         * doc/manual/ja/sylpheed-18.html
399         * doc/manual/ja/sylpheed-19.html
400         * doc/manual/ja/sylpheed-2.html
401         * doc/manual/ja/sylpheed-20.html
402         * doc/manual/ja/sylpheed-3.html
403         * doc/manual/ja/sylpheed-4.html
404         * doc/manual/ja/sylpheed-5.html
405         * doc/manual/ja/sylpheed-6.html
406         * doc/manual/ja/sylpheed-7.html
407         * doc/manual/ja/sylpheed-8.html
408         * doc/manual/ja/sylpheed-9.html
409         * doc/manual/ja/sylpheed.html
410         * doc/manual/ja/sylpheed.sgml
411         * src/Makefile.am
412         * src/procmime.c
413         * src/pixmaps/regular.xpm **REMOVED**
414                 sync with main 1.0.0beta4, including: "canonicalize text files
415                 before encoding to BASE64, and uncanonicalize after decoding
416                 to conform with RFC 2045" 
417
418 2004-12-03 [christoph]  0.9.12cvs181
419
420         * src/compose.c
421                 build the Privacy System menu without GtkItemFactory to
422                 allow '/' in Privacy System names
423
424         * src/plugins/pgpmime/pgpmime.c
425         * src/plugins/pgpmime/plugin.c
426                 Update description and change Privacy System name
427
428 2004-12-03 [paul]
429
430         * src/pixmaps/dir_close.xpm
431         * src/pixmaps/dir_open.xpm
432         * src/pixmaps/drafts_close.xpm
433         * src/pixmaps/drafts_open.xpm
434         * src/pixmaps/group.xpm
435         * src/pixmaps/unread.xpm
436                 update icons (sync with main (adjust hue))      
437
438 2004-12-02 [paul]       0.9.12cvs180
439
440         * ChangeLog
441         * ChangeLog.jp
442         * src/Makefile.am
443         * src/pop.c
444         * src/common/utils.c
445         * src/common/utils.h
446         * src/pixmaps/folder.xpm **REMOVED**
447                 sync with main
448                 fixes bug 644 'extra CRs in subject line break filtering' 
449
450 2004-12-02 [colin]      0.9.12cvs179
451
452         * src/compose.c
453                 Prevent duplicate edition of queued
454                 and drafted mails
455
456 2004-12-02 [colin]      0.9.12cvs178
457
458         * src/compose.c
459                 Fix quote linewrapping ignoring pref
460                 Patch by Alfons
461
462 2004-11-30 [colin]      0.9.12cvs177
463
464         * src/gtk/prefswindow.c
465         * src/gtk/pluginwindow.c
466                 Add shortcut keys to prefs window
467                 and plugin window. Patch by Fabien Vantard.
468
469 2004-11-29 [colin]      0.9.12cvs176
470
471         * src/folderview.c
472                 Fix disappearing separators in folderview's popup
473
474 2004-11-29 [colin]      0.9.12cvs175
475
476         * src/procmime.c
477                 Another format bug
478
479 2004-11-29 [colin]      0.9.12cvs174
480
481         * src/pop.c
482                 Fix format string
483
484 2004-11-26 [colin]      0.9.12cvs173
485
486         * src/common/smtp.c
487         * src/common/smtp.h
488                 Use ESMTP for all servers advertising it
489                 Add SIZE= parameter to MAIL command for 
490                 ESMTP servers
491
492 2004-11-24 [colin]      0.9.12cvs172
493
494         * src/plugins/pgpmime/pgpmime.c
495                 Forgot one :(
496
497 2004-11-24 [colin]      0.9.12cvs171
498
499         * src/plugins/pgpmime/pgpmime.c
500                 Fix numerous GpgmeGtk leaks
501
502 2004-11-24 [colin]      0.9.12cvs170
503
504         * src/plugins/pgpmime/pgpmime.c
505                 Fix numerous GpgmeCtx leaks
506
507 2004-11-24 [colin]      0.9.12cvs169
508
509         * src/plugins/pgpmime/plugin.c
510                 Update requirements
511         * src/plugins/trayicon/Makefile.am
512         * src/plugins/trayicon/newmarkedmail.xpm
513         * src/plugins/trayicon/trayicon.c
514         * src/plugins/trayicon/unreadmarkedmail.xpm
515                 Add new icons when there are unread marked mails
516                 answers
517
518 2004-11-23 [thorsten]   0.9.12cvs168
519
520         * src/plugins/pgpmime/plugin.c
521                 typo: plugin_init instead of plugin_done
522
523 2004-11-23 [thorsten]   0.9.12cvs167
524
525         * commitHelper
526                 o add me
527         * src/partial_download.c
528         * src/partial_download.h
529                 o fix path for includes
530
531 2004-11-23 [colin]      0.9.12cvs166
532
533         * src/procmime.c
534                 Uh, changed API.
535
536 2004-11-23 [colin]      0.9.12cvs165
537
538         * src/procmime.c
539                 Fix mime headers wrapping
540
541 2004-11-23 [christoph]  0.9.12cvs164
542
543         * src/common/Makefile.am
544         * src/common/partial_download.[ch]
545         * src/Makefile.am
546         * src/partial_download.[ch]
547         * src/folderview.c
548                 move to src because it depends on src stuff
549
550         * src/codeconv.c
551         * src/common/base64.h
552                 move B64LEN macro to base64.h
553
554         * src/compose.c
555         * src/privacy.[ch]
556                 add PrefsAccount to sign-function parameters
557
558         * src/main.c
559         * src/prefs_account.[ch]
560         * src/gtk/prefswindow.[ch]
561                 o use new prefswindow for account prefs
562                 o add possibility to add new pages to account prefs
563
564         * src/plugins/pgpmime/prefs_gpg.[ch]
565         * src/plugins/pgpmime/prefs_gpg.glade
566                 add account prefs for GPG
567
568         * src/plugins/pgpmime/pgpmime.c
569         * src/plugins/pgpmime/sgpgme.[ch]
570                 create signers list based on the GPG account prefs
571
572 2004-11-23 [colin]      0.9.12cvs163
573
574         * src/main.c
575                 Fix cursor going from normal to wait
576                 as many times as there are folders
577                 (very noticeable on exported displays)
578
579 2004-11-23 [colin]      0.9.12cvs162
580
581         * src/msgcache.c
582                 HEAD needs this leak fix too
583
584 2004-11-22 [luke]       0.9.12cvs161
585
586         * src/gtk/gtkstext.c
587                 'Up' key moves one line (not one paragraph) like 'Down'
588
589 2004-11-22 [paul]       0.9.12cvs160
590
591         * src/prefs_themes.c
592                 fix oversized GtkFrames
593
594 2004-11-19 [paul]       0.9.12cvs159
595
596         * src/prefs_common.c
597                 update prefs_keybind_apply_clicked()
598
599 2004-11-18 [paul]       0.9.12cvs158
600
601         * src/compose.c
602         * src/messageview.c
603         * src/common/utils.c
604         * src/common/utils.h
605                 use Message-ID format like that previously
606                 used in compose_generate_msgid()
607
608 2004-11-17 [christoph]  0.9.12cvs157
609
610         * src/mainwindow.c
611         * src/prefs_common.c
612                 integrate "Common preferences" into new preferences dialog
613
614 2004-11-17 [colin]      0.9.12cvs156
615
616         * src/prefs_account.c
617         * src/prefs_account.h
618         * src/procmsg.c
619                 Add an option to let the user choose to store encrypted
620                 mail as clear text or encrypted.
621
622 2004-11-17 [colin]      0.9.12cvs155
623
624         * src/compose.c
625         * src/toolbar.c
626                 Be verbose when sending fails
627         * src/procmsg.c
628                 Fix procmsg_send_queue returning 0 when there's an error
629                 Don't send messages to be encrypted to nobody 
630
631
632 2004-11-17 [colin]      0.9.12cvs154
633
634         * src/privacy.c
635                 Fix more pointer confusion
636
637 2004-11-17 [paul]       0.9.12cvs153
638
639         * src/procmime.h
640                 forgotten in sync with main 1.0.0beta3
641
642
643 2004-11-17 [paul]       0.9.12cvs152
644
645         * ChangeLog
646         * ChangeLog.jp
647         * NEWS
648         * src/compose.c
649         * src/jpilot.c
650         * src/procmime.c
651                 sync with main 1.0.0beta3
652                 see ChangeLog 2004-11-15 and 2004-11-16
653
654 2004-11-17 [colin]      0.9.12cvs151
655
656         * src/plugins/pgpmime/pgpmime.c
657                 Remove debug printf
658
659 2004-11-17 [colin]      0.9.12cvs150
660
661         * src/plugins/pgpmime/pgpmime.c
662                 Fix off-by-one causing segs
663
664 2004-11-17 [colin]      0.9.12cvs149
665
666         * src/procmsg.c
667                 < Reboot_> don't compare pointers to NULL with !
668                 So, use the other form to bring consistency.
669                 Also fix coding style.
670
671 2004-11-16 [colin]      0.9.12cvs148
672
673         * src/procmsg.c
674                 Fix the fix :)
675
676 2004-11-16 [colin]      0.9.12cvs147
677
678         * src/procmsg.c
679                 Fix leaks in procmsg_send_message_queue
680
681 2004-11-12 [paul]       0.9.12cvs146
682
683         * src/prefs_account.c
684         * src/procmime.c
685         * src/procmime.h
686                 fix sync breakage 
687
688 2004-11-12 [paul]
689
690         * src/pixmaps/complete.xpm
691         * src/pixmaps/continue.xpm
692                 small sync with main, see ChangeLog 2004-11-11
693
694 2004-11-11 [paul]       0.9.12cvs145
695
696         * ChangeLog
697         * ChangeLog.jp
698         * src/account.c
699         * src/folderview.c
700         * src/folderview.h
701         * src/imap.c
702         * src/imap_gtk.c
703         * src/inc.c
704         * src/mainwindow.c
705         * src/mh_gtk.c
706         * src/news_gtk.c
707         * src/pop.c
708         * src/prefs_account.c
709         * src/prefs_account.h
710         * src/prefs_ext_prog.c
711         * src/procmsg.c
712         * src/procmsg.h
713         * src/summary_search.c
714         * src/summaryview.c
715         * src/textview.c
716         * src/common/defs.h
717         * src/common/utils.c
718         * src/common/utils.h
719         * src/gtk/menu.c
720         * src/gtk/menu.h
721                 sync with main 1.0.0beta2 (plus 4)
722
723 2004-11-09 [christoph]  0.9.12cvs144
724
725         * src/compose.c
726         * src/prefs_account.[ch]
727                 add option menu to select default privacy system
728
729         * src/plugins/pgpmime/pgpmime.c
730                 better memory allocation
731
732         * src/folder.c
733                 syncronize flags when scanning a folder
734
735 2004-11-08 [colin]      0.9.12cvs143
736
737         * src/summaryview.c
738                 Prevent useless folder count updates while 
739                 quicksearch is running. It is really annoying 
740                 while quicksearch is running a full-mail
741                 scan, like 'b foo', in a big folder.
742
743 2004-11-08 [colin]      0.9.12cvs142
744
745         * src/textview.c
746                 Really fix these mail URIs
747
748 2004-11-08 [colin]      0.9.12cvs141
749
750         * src/textview.c
751                 fix "colin@colino.net" <colin@colino.net> 
752                 types of URIs
753
754 2004-11-06 [colin]      0.9.12cvs140
755
756         * src/compose.c
757                 Don't ask for passphrase if not sending
758
759 2004-11-05 [christoph]  0.9.12cvs139
760
761         * src/compose.c
762                 o encode text content of composed mails
763         * src/procmime.c
764                 o allow encoding of MimeInfos that are stored in memory buffers
765                 
766
767 2004-11-03 [paul]       0.9.12cvs138
768
769         * po/POTFILES.in
770                 add 'src/plugins/pgpmime/prefs_gpg.c'.
771                 Patch submitted by Fabien Vantard
772
773         * src/prefs_ext_prog.c
774                 fix typos. Patch submitted by Fabien Vantard
775
776         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
777         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
778                 add German, Spanish, Italian, Brazilian Portuguese,
779                 and Slovak translations. Submitted by Thomas Gilgin,
780                 J. José del Río 'partymola', Andrea Spadaccini,
781                 Frederico Goncalves Guimaraes, and Andrej Kacian
782
783 2004-11-01 [christoph]  0.9.12cvs137
784
785         * src/procmime.c
786                 implement RFC2231's parameter encoding
787
788 2004-10-29 [colin]      0.9.12cvs136
789
790         * src/common/utils.c
791                 Fix boundary delimiter (a Pine user gets this:
792                 > Malformed message: Unexpected characters at end of parameters:
793                 > =_Thu__28_Oct_2)
794
795 2004-10-29 [paul]
796
797         * tools/textviewer.sh
798                 fix typo. patch submitted by Johann Koenig 
799                 <explosive@hvc.rr.com>
800
801 2004-10-29 [paul]
802
803         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
804         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
805                 add French translations, submitted by Fabien Vantard
806
807 2004-10-28 [christoph]  0.9.12cvs135
808
809         * doc/src/rfc2231.txt                           ** NEW **
810         * src/procmime.c
811         * src/common/quoted-printable.c
812         * src/common/utils.[ch]
813                 implement RFC2231's parameter decoding
814
815 2004-10-27 [paul]
816
817         * tools/kdeservicemenu/README
818         * tools/kdeservicemenu/install.sh
819         * tools/kdeservicemenu/sylpheed-kdeservicemenu.pl
820         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
821         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
822                 output files to /tmp instead of littering the
823                 current dir
824                 add uninstall function
825                 refactor
826
827 2004-10-26 [christoph]  0.9.12cvs134
828
829         * src/procmime.c
830                 better check if parameters have to be in quoted string
831
832 2004-10-25 [paul]
833
834         * tools/kdeservicemenu/README
835         * tools/kdeservicemenu/install.sh
836         * tools/kdeservicemenu/sylpheed-kdeservicemenu.pl
837         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
838         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
839                 add files for Sylpheed Service Menu in Konqueror
840
841 2004-10-22 [paul]       0.9.12cvs133
842
843         * src/compose.c
844         * src/prefs_common.c
845         * src/prefs_common.h
846         * src/prefs_wrapping.c
847                 remove 'smart wrapping'
848
849 2004-10-21 [colin]      0.9.12cvs132
850
851         * src/compose.c
852                 Remove extraneous separator in Options
853
854 2004-10-21 [colin]      0.9.12cvs131
855
856         * src/compose.c
857                 Replace "unknown" attachments by "application/octet-stream"
858                 Be a bit more defensive when using strchr
859
860 2004-10-20 [paul]
861
862         * po/ru.po
863                 updated by Pavlo Bohmat
864
865 2004-10-19 [christoph]  0.9.12cvs130
866
867         * src/compose.c
868                 fix wrong menu entry path
869
870         (Closes Bug 626 crashes after clicking 'reply' or 'reply to all')
871
872         * src/gtk/menu.c
873                 add extra check for missing menu entries
874
875 2004-10-19 [christoph]  0.9.12cvs129
876
877         * src/compose.c
878         * src/common/utils.c
879                 use utils' generate_msgid() in compose.c
880
881 2004-10-18 [christoph]  0.9.12cvs128
882
883         * src/plugins/pgpmime/passphrase.c
884         * src/plugins/pgpmime/pgpmime.c
885         * src/plugins/pgpmime/prefs_gpg.[ch]
886         * src/plugins/pgpmime/prefs_gpg.glade
887         * src/plugins/pgpmime/sgpgme.c
888                 add GPG prefs
889
890 2004-10-18 [christoph]  0.9.12cvs127
891
892         * src/addrbook.c
893         * src/addrcache.c
894         * src/addressbook.c
895         * src/codeconv.c
896         * src/compose.c
897         * src/customheader.c
898         * src/editaddress.c
899         * src/editgroup.c
900         * src/exporthtml.c
901         * src/folder.c
902         * src/folderview.c
903         * src/imap.c
904         * src/jpilot.c
905         * src/main.c
906         * src/matcher_parser_parse.y
907         * src/mbox.c
908         * src/pop.c
909         * src/prefs_account.c
910         * src/prefs_gtk.c
911         * src/prefs_msg_colors.c
912         * src/procheader.c
913         * src/procmime.[ch]
914         * src/procmsg.c
915         * src/summaryview.c
916         * src/textview.c
917         * src/common/base64.c
918         * src/common/partial_download.c
919         * src/common/socket.c
920         * src/common/sylpheed.c
921         * src/common/utils.[ch]
922         * src/gtk/filesel.c
923         * src/gtk/pluginwindow.c
924         * src/gtk/quicksearch.c
925         * src/plugins/pgpmime/pgpmime.c
926         * src/plugins/pgpmime/plugin.c
927         * src/plugins/pgpmime/select-keys.c
928         * src/plugins/pgpmime/sgpgme.c
929         * src/plugins/spamassassin/libspamc.c
930         * src/plugins/trayicon/trayicon.c
931         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.[ch]
932         * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.c
933                 o don't use any GNU C extensions
934                 o fix warnings
935                 o replace some non-POSIX functions
936
937         * src/plugins/spamassassin/spamassassin.[ch]
938         * src/plugins/spamassassin/spamassassin_gtk.c
939         * src/plugins/clamav/clamav_plugin.[ch]
940         * src/plugins/clamav/clamav_plugin_gtk.c
941                 replace statusbar_print_all() from common code because it is a
942                 GUI function
943
944 2004-10-17 [paul]
945
946         * po/es.po
947         * po/ko.po
948         * AUTHORS
949                 update Spanish and Korean translations,
950                 submitted by Ricardo Mones Lastra and
951                 SungHyun Nam
952
953 2004-10-13 [colin]      0.9.12cvs126
954
955         * src/compose.c
956                 Don't convert message to forced encoding when 
957                 drafting, plus minor magic-values cleanup.
958
959 2004-10-13 [colin]      0.9.12cvs125
960
961         * po/POTFILES.in
962                 Update POTFILES.in to reflect the source
963                 place changes
964
965 2004-10-08 [christoph]  0.9.12cvs124
966
967         * m4/spamassassin.m4
968                 fix libspamc OpenSSL
969
970         * src/compose.c
971                 rearrange the compose menu
972
973 2004-10-08 [christoph]  0.9.12cvs123
974
975         * src/Makefile.am
976         * src/account.c
977         * src/compose.[ch]
978         * src/crash.c
979         * src/main.c
980         * src/mimeview.c
981         * src/passphrase.[ch]                           ** REMOVE **
982         * src/prefs_account.[ch]
983         * src/prefs_common.[ch]
984         * src/privacy.[ch]
985         * src/procmime.[ch]
986         * src/procmsg.c
987         * src/rfc2015.[ch]                              ** REMOVE **
988         * src/select-keys.[ch]                          ** REMOVE **
989         * src/common/utils.[ch]
990         * src/gtk/about.c
991         * src/plugins/pgpmime/Makefile.am
992         * src/plugins/pgpmime/passphrase.[ch]           ** NEW **
993         * src/plugins/pgpmime/pgpmime.c
994         * src/plugins/pgpmime/plugin.c
995         * src/plugins/pgpmime/prefs_gpg.[ch]
996         * src/plugins/pgpmime/select-keys.[ch]          ** NEW **
997         * src/plugins/pgpmime/sgpgme.[ch]
998                 o Add new MIME-Writer
999                 o extend PrivacySystem with sign and encrypt functions
1000                 o extend PGP/MIME plugin with sign and encrypt functions
1001                 o integrate extended Privacy API in Compose and Sending process
1002
1003 2004-10-04 [colin]      0.9.12cvs122
1004
1005         * src/mainwindow.c
1006         * src/messageview.c
1007         * src/messageview.h
1008         * src/textview.c
1009                 Make forced encoding limited to messageview and
1010                 apply only to parts displayed using textview
1011
1012 2004-10-04 [colin]      0.9.12cvs121
1013
1014         * src/summaryview.c
1015                 Fix bug #605 (collapsed threads re-expand when moving or
1016                 deleting mails)
1017
1018 2004-10-03 [colin]      0.9.12cvs120
1019
1020         * src/summaryview.c
1021                 Fix bug #602
1022
1023 2004-10-02 [colin]      0.9.12cvs119
1024
1025         * src/mainwindow.c
1026         * src/messageview.c
1027         * src/prefs_common.h
1028         * src/procmime.c
1029         * src/procmime.h
1030         * src/textview.c
1031                 Clean up forced charset feature
1032                 Add forced decode
1033
1034 2004-10-01 [colin]      0.9.12cvs118
1035
1036         * src/mimeview.c
1037                 Better fix for Save all: skip multipart mails' first 
1038                 text part
1039
1040 2004-10-01 [colin]      0.9.12cvs117
1041
1042         * src/mimeview.c
1043                 Only save attachments in Save All
1044
1045 2004-10-01 [paul]       0.9.12cvs116
1046
1047         * ChangeLog
1048         * ChangeLog.jp
1049         * src/account.c
1050         * src/prefs_common.c
1051         * src/gtk/colorlabel.c
1052                 sync with main 0.9.12cvs17
1053
1054 2004-09-30 [colin]      0.9.12cvs115
1055
1056         * src/stock_pixmap.c
1057         * src/stock_pixmap.h
1058         * src/folderview.c
1059         * src/Makefile.am
1060         * src/pixmaps/read.xpm
1061                 Add icon for total # column
1062
1063 2004-09-29 [colin]      0.9.12cvs114
1064
1065         * src/compose.c
1066                 Don't close compose until message is sent if 
1067                 Show Send Dialog is Always
1068
1069 2004-09-29 [paul]       0.9.12cvs113
1070
1071         * src/quote_fmt_parse.y
1072                 In the quotation templates recognise sender's first and last 
1073                 names (%F %L) when the name is in the format "Duck, Donald".
1074                 Patch submitted by Thomas Gilgin, <thomas_gilgin@users.sourceforge.net>
1075
1076
1077 2004-09-28 [colin]      0.9.12cvs112
1078
1079         * src/mainwindow.c
1080                 Put back mnemonic
1081         * src/folderview.c
1082                 Fix Empty trash being visible-invisible-visible...
1083
1084 2004-09-28 [colin]      0.9.12cvs111
1085
1086         * src/mainwindow.c
1087                 Relabel Empty all Trash folders
1088
1089 2004-09-28 [colin]      0.9.12cvs110
1090
1091         * src/folderview.c
1092                 Add contextual Empty trash menu
1093         * src/mainwindow.c
1094                 Revert cvs109 which was useless
1095
1096 2004-09-28 [colin]      0.9.12cvs109
1097
1098         * src/mainwindow.c
1099                 Fix uninialized var
1100
1101 2004-09-28 [colin]      0.9.12cvs108
1102
1103         * src/addressbook.c
1104                 Fix triple-click
1105
1106 2004-09-28 [colin]      0.9.12cvs107
1107
1108         * src/addressbook.c
1109                 Fix double-click on entries
1110
1111 2004-09-28 [colin]      0.9.12cvs106
1112
1113         * src/inc.c
1114                 Reintroduce folder_item update freeze on incorporation
1115
1116 2004-09-27 [christoph]  0.9.12cvs105
1117
1118         * src/folderview.c
1119                 right-align new and unread column
1120
1121 2004-09-27 [paul]
1122
1123         * 0.9.12b released
1124
1125 2004-09-27 [paul]       0.9.12cvs104
1126
1127         * src/main.c
1128                 revert 0.9.12cvs101, it causes another segfault
1129
1130 2004-09-23 [christoph]  0.9.12cvs103
1131
1132         * src/plugins/spamassassin/libspamc.[ch]
1133         * src/plugins/spamassassin/utils.[ch]
1134                 update libspamc to SpamAssassin 3.0.0
1135
1136 2004-09-17 [paul]       0.9.12cvs102
1137
1138         * ChangeLog
1139         * ChangeLog.jp
1140         * src/inc.c
1141                 sync with main 0.9.12cvs14, see ChangeLog 2004-09-09
1142  
1143
1144 2004-09-17 [colin]      0.9.12cvs101
1145
1146         * src/main.c
1147                 Fix segfaults when quitting. valgrind says:
1148                         ==12144== Invalid read of size 4
1149                         ==12144==    at 0x80D7DDA: messageview_is_visible (messageview.c:938)
1150                         [...]
1151                         ==12144==  Address 0x1BF1BD30 is 56 bytes inside a block of size 72 free'd
1152                         [...]
1153                         ==12144==    by 0x80CC671: exit_sylpheed (main.c:498)
1154
1155
1156 2004-09-13 [christoph]  0.9.12cvs100
1157
1158         * src/folder.c
1159                 add NULL pointer checks to fix segfault when messages can
1160                 not be fetched
1161
1162 2004-09-08 [colin]      0.9.12cvs99
1163
1164         * src/account.c
1165                 Remove a debug printf
1166
1167 2004-09-08 [christoph]  0.9.12cvs98
1168
1169         * src/procmsg.[ch]
1170                 change MSG_CACHED (unused in claws) to MSG_SCANNED to remember
1171                 if the message structure has been scanned
1172
1173         * src/folder.c
1174                 o scan structure when the mail is fetched for the first time
1175                   to prevent unnecessary fetching of messages while scanning
1176                   the folder for messages
1177                 o revert 0.9.12cvs24
1178
1179         * src/plugins/pgpmime/pgpmime.c
1180                 check signature if auto signature checking is enabled when the
1181                 signature status is requested for first time and not when
1182                 checking if a part has a signature
1183
1184 2004-09-07 [colin]      0.9.12cvs97
1185
1186         * src/inc.c
1187                 Change session error messages so that they
1188                 are a bit more helpful (the origin of the
1189                 error is not apparent if one isn't in 
1190                 front of Sylpheed when it happens).
1191
1192 2004-09-06 [colin]      0.9.12cvs96
1193
1194         * src/toolbar.c
1195                 Fix graying out Redirect in non english languages
1196                 Patch by Fabien Vantard
1197
1198 2004-09-06 [colin]      0.9.12cvs95
1199
1200         * src/summaryview.c
1201         * src/mimeview.c
1202                 Fix dropped URIs
1203
1204 2004-09-06 [colin]      0.9.12cvs94
1205
1206         * src/addressbook.c
1207         * src/addressitem.h
1208         * src/addritem.c
1209         * src/addritem.h
1210                 Add basic drag and drop to addressbook
1211
1212 2004-09-03 [colin]      0.9.12cvs93
1213
1214         * src/summaryview.c
1215                 Next/Prev unread message should start
1216                 from next/prev node (especially if 
1217                 mark_as_read_delay != 0)
1218
1219 2004-09-03 [colin]      0.9.12cvs92
1220
1221         * src/prefs_common.c
1222         * src/prefs_common.h
1223         * src/summaryview.c
1224                 Add an hidden 'mark_as_read_delay' pref 
1225
1226 2004-09-02 [colin]      0.9.12cvs91
1227
1228         * src/gtk/menu.c
1229                 Add unduplicated menu entries (fixes bug 532)
1230                 Patch by Fabien Vantard
1231
1232 2004-09-02 [colin]      0.9.12cvs90
1233
1234         * src/account.c
1235                 Fix bug 582 (broken auto account selection)
1236
1237 2004-09-02 [colin]      0.9.12cvs89
1238
1239         * src/addrindex.c
1240                 Free deleted queries too
1241
1242 2004-09-02 [colin]      0.9.12cvs88
1243
1244         * src/ldapquery.c
1245                 Fix freezes in LDAP, due to memory corruption
1246                 after deletion of a query (and not removing it
1247                 from the corresponding list of queries).
1248                 Very probably fixes bug 567 and bug 569
1249
1250 2004-09-02 [colin]      0.9.12cvs87
1251
1252         * src/prefs_spelling.c
1253                 Fix bug with aspell prefs init, where spell checking
1254                 is enabled at first but dictionary not specified. Use
1255                 LANG's dictionary by default.
1256
1257 2004-09-01 [colin]      0.9.12cvs86
1258
1259         * src/filtering.c
1260         * src/imap.c
1261         * src/prefs_matcher.c
1262         * src/stock_pixmap.c
1263                 Fix more nasty uninitialized variables
1264
1265 2004-08-31 [colin]      0.9.12cvs85
1266
1267         * src/folder.c
1268                 Fix memory corruption when entering procmsg_msginfo_free()
1269                 with unitialized msginfo. Thanks Valgrind.
1270
1271 2004-08-29 [colin]      0.9.12cvs84
1272
1273         * src/mimeview.c
1274                 Don't escape filenames before saving - that's 
1275                 not dangerous. By the way, fix the leak.
1276
1277 2004-08-27 [paul]       0.9.12cvs83
1278
1279         * src/mh.c
1280         * src/procheader.c
1281         * src/procmsg.c
1282         * src/procmsg.h
1283         * src/common/utils.c
1284         * src/gtk/menu.h
1285                 sync with main 0.9.12cvs6, see ChangeLog
1286                 2004-08-24, 2004-08-25, 2004-08-26
1287
1288
1289 2004-08-26 [paul]
1290
1291         * po/ja.po
1292                 updated by Rui Hirokawa
1293
1294 2004-08-25 [colin]      0.9.12cvs82
1295
1296         * src/plugins/pgpmime/pgpmime.c
1297                 Fix leak on non-combined encrypted messages
1298
1299 2004-08-25 [colin]      0.9.12cvs81
1300
1301         * src/plugins/pgpmime/pgpmime.c
1302         * src/plugins/pgpmime/sgpgme.c
1303         * src/plugins/pgpmime/sgpgme.h
1304                 Handle combined encryption/signature
1305
1306 2004-08-24 [colin]      0.9.12cvs80
1307
1308         * src/folder.c
1309                 Set mime flags on non multipart messages too
1310
1311 2004-08-23 [christoph]  0.9.12cvs79
1312
1313         * src/compose.c
1314                 create message header in memory as GString before writing it
1315                 to the message file
1316
1317 2004-08-23 [colin]      0.9.12cvs78
1318
1319         * src/rfc2015.c
1320         * src/rfc2015.h
1321         * src/compose.c
1322                 Fix (again) bug 197: inline encryption broken
1323
1324 2004-08-23 [paul]
1325
1326         * po/zh_CN.po
1327                 updated by Hansom Young
1328
1329 2004-08-23 [paul]
1330
1331         * 0.9.12a released
1332
1333 2004-08-23 [colin]      0.9.12cvs77
1334
1335         * src/imap.c
1336                 Try and fix bug 577 (session->last_access_time is broken since 
1337                 sync with main 0.9.12cvs2). 
1338                 Patch by Stephan Sachse <whiteman@teg-clan.de>
1339
1340 2004-08-23 [paul]
1341
1342         * po/es.po
1343         * po/fr.po
1344         * po/pl.po
1345         * po/pt_BR.po
1346         * po/sk.po
1347         * po/sr.po
1348                 update translations. submitted by Ricardo
1349                 Mones Lastra, Fabien Vantard, Emilian Nowak,
1350                 Frederico Goncalves Guimaraes, Andrej Kacian,
1351                 Urke MMI
1352
1353 2004-08-22 [paul]       0.9.12cvs76
1354
1355         * src/plugins/trayicon/trayicon.c
1356                 fix formatting bug in trayicon_popup_menu_entries[]
1357
1358
1359 2004-08-22 [paul]       0.9.12cvs75
1360
1361         * m4/Makefile.am
1362                 remove reference to openssl.m4
1363
1364
1365 2004-08-21 [colin]      0.9.12cvs74
1366
1367         * src/compose.c
1368                 Fix bug 576 (Duplicate auto-bcc on reedit)
1369
1370 2004-08-21 [colin]      0.9.12cvs73
1371
1372         * src/toolbar.c
1373                 Grey out Redirect in the toolbar when selection is
1374                 multiple. Fixes bug 520
1375
1376 2004-08-21 [colin]      0.9.12cvs72
1377
1378         * src/compose.c
1379                 Save Sign, Encrypt and Mode status when drafting or queuing
1380                 Fixes bug 502 (drafted message does not keep sign / encrypt 
1381                 state)
1382
1383 2004-08-21 [colin]      0.9.12cvs71
1384
1385         * src/summaryview.c
1386                 Fix bug 494 (Messages are always opened in summary 
1387                 view when right clicked.) Also fixes bug 508.
1388
1389 2004-08-21 [colin]      0.9.12cvs70
1390
1391         * src/compose.c
1392                 When using inline encryption, don't use QP or Base64:
1393                 the mail will be encrypted to a 7bit string.
1394                 Fixes bug 197
1395
1396 2004-08-21 [colin]      0.9.12cvs69
1397
1398         * src/compose.c
1399                 Fix inline-signing with 8bit chars: data must be 
1400                 converted to Quoted-printable before signing.
1401
1402 2004-08-21 [colin]      0.9.12cvs68
1403
1404         * src/compose.c
1405                 Remove 'Message/Save to draft folder'
1406                 and 'Message/Save and keep editing' to 
1407                 put a single 'File/Save' command.
1408                 Fixes bug 224
1409
1410 2004-08-21 [colin]      0.9.12cvs67
1411
1412         * src/mainwindow.c
1413                 Fix bug 222 (Summary view state not retained between sessions)
1414
1415 2004-08-20 [colin]      0.9.12cvs66
1416
1417         * src/codeconv.c
1418                 Fix bug 574 (empty cur_locale is not enough)
1419
1420 2004-08-20 [paul]
1421
1422         * src/plugins/pgpmime/plugin.c
1423                 modify PGP/MIME plugin's description
1424
1425 2004-08-16 [colin]      0.9.12cvs65
1426
1427         * src/common/ssl.c
1428                 Fix version comparison
1429
1430 2004-08-16 [colin]      0.9.12cvs64
1431
1432         * src/common/ssl.c
1433                 I meant 2.2.
1434
1435 2004-08-16 [colin]      0.9.12cvs63
1436
1437         * src/common/ssl.c
1438                 People with glibc 2.1 have had problems with non-blocking
1439                 SSL_connect. Disable it for glibc < 2.2.
1440
1441 2004-08-16 [colin]      0.9.12cvs62
1442
1443         * src/common/ssl.c
1444                 Fix format error
1445
1446 2004-08-13 [colin]      0.9.12cvs61
1447
1448         * src/plugins/pgpmime/plugin.c
1449                 Add plugin's description
1450
1451 2004-08-12 [christoph]  0.9.12cvs60
1452
1453         * src/folderutils.c
1454                 fix bug that did not thaw folder updates when deleting
1455                 duplicates in empty folders
1456
1457 2004-08-12 [colin]      0.9.12cvs59
1458
1459         * src/plugins/trayicon/trayicon.c
1460                 Add a context menu with most common operations
1461
1462 2004-08-12 [colin]      0.9.12cvs58
1463
1464         * configure.ac
1465         * sylpheed.desktop
1466         * src/Makefile.am
1467         * src/main.c
1468                 Add support for Freedesktop.org's startup notification
1469
1470 2004-08-10 [colin]      0.9.12cvs57
1471
1472         * src/main.c
1473         * src/common/socket.c
1474         * src/common/ssl.c
1475         * src/common/sylpheed.c
1476         * src/common/sylpheed.h
1477                 Put back the ssl connect nonblocking...
1478                 without the race condition
1479
1480 2004-08-09 [colin]      0.9.12cvs56
1481
1482         * src/main.c
1483         * src/common/ssl.c
1484         * src/common/sylpheed.c
1485         * src/common/sylpheed.h
1486                 Reverting previous commit, doesn't work 
1487
1488 2004-08-09 [colin]      0.9.12cvs55
1489
1490         * src/main.c
1491         * src/common/ssl.c
1492         * src/common/sylpheed.c
1493         * src/common/sylpheed.h
1494                 Make SSL_connect nonblocking, using a thread
1495
1496 2004-08-09 [paul]       0.9.12cvs54
1497
1498         * po/POTFILES.in
1499                 reflect new location of sgpgme.c
1500         * src/main.c
1501                 sync with main, see ChangeLog 2004-08-09
1502
1503 2004-08-08 [christoph]  0.9.12cvs53
1504
1505         * src/folderutils.c
1506                 freeze FolderItem updates while deleting duplicate messages
1507
1508 2004-08-08 [christoph]  0.9.12cvs52
1509
1510         * configure.ac
1511         * src/Makefile.am
1512         * src/main.c
1513         * src/pgpmime.c
1514         * src/pgpmime.h
1515         * src/sgpgme.c
1516         * src/sgpgme.h
1517         * src/plugins/Makefile.am
1518         * src/plugins/pgpmime/.cvsignore
1519         * src/plugins/pgpmime/Makefile.am
1520         * src/plugins/pgpmime/pgpmime.c
1521         * src/plugins/pgpmime/pgpmime.h
1522         * src/plugins/pgpmime/plugin.c
1523         * src/plugins/pgpmime/sgpgme.c
1524         * src/plugins/pgpmime/sgpgme.h
1525                 new plugin for PGP/MIME
1526
1527 2004-08-07 [christoph]  0.9.12cvs51
1528
1529         * src/folder.c
1530                 disable immediate folder change notification on opened folders
1531                 until SummaryView can handle it quickly
1532
1533 2004-08-07 [colin]      0.9.12cvs50
1534
1535         * src/pop.c
1536         * src/common/partial_download.c
1537                 fix warnings
1538
1539 2004-08-07 [colin]      0.9.12cvs49
1540
1541         * src/Makefile.am
1542         * src/account.c
1543         * src/addressbook.c
1544         * src/alertpanel.c
1545         * src/alertpanel.h
1546         * src/compose.c
1547         * src/exphtmldlg.c
1548         * src/expldifdlg.c
1549         * src/main.c
1550         * src/message_search.c
1551         * src/messageview.c
1552         * src/pop.c
1553         * src/sgpgme.c
1554         * src/summary_search.c
1555         * src/summaryview.c
1556         * src/textview.c
1557         * src/gtk/sslcertwindow.c
1558         * src/pixmaps/stock_dialog-error.xpm
1559         * src/pixmaps/stock_dialog-info.xpm
1560         * src/pixmaps/stock_dialog-question.xpm
1561         * src/pixmaps/stock_dialog-warning.xpm
1562                 sync new alertpanel from gtk2
1563
1564 2004-08-07 [colin]      0.9.12cvs48
1565
1566         * src/prefs_folder_item.c
1567                 fix memory corruption in folderitem's prefs
1568
1569 2004-08-06 [colin]      0.9.12cvs47
1570
1571         * src/compose.c
1572                 close compose window after queuing, before 
1573                 sending when user presses Send
1574
1575 2004-08-05 [christoph]  0.9.12cvs46
1576
1577         * src/msgcache.c
1578         * src/common/defs.h
1579                 add charset to cache file and convert charset when reading the
1580                 cache if different from internal used charset
1581
1582 2004-08-05 [christoph]  0.9.12cvs45
1583
1584         * src/messageview.c
1585         * src/mimeview.[ch]
1586         * src/procmime.h
1587         * src/common/utils.h
1588                 cleanup (remove unused includes/reorganize)
1589
1590         * src/prefs_ext_prog.c
1591         * src/prefs_folder_item.c
1592         * src/prefs_fonts.c
1593         * src/prefs_msg_colors.c
1594         * src/prefs_spelling.c
1595         * src/prefs_themes.c
1596         * src/prefs_toolbar.c
1597         * src/prefs_wrapping.c
1598         * src/gtk/prefswindow.[ch]
1599         * src/plugins/clamav/clamav_plugin_gtk.c
1600         * src/plugins/dillo_viewer/dillo_prefs.c
1601         * src/plugins/image_viewer/viewerprefs.c
1602         * src/plugins/spamassassin/spamassassin_gtk.c
1603                 change PrefsPage path into an array of strings and don't
1604                 split a single string into parts (better for translation)
1605
1606 2004-08-05 [christoph]  0.9.12cvs44
1607
1608         * src/folder.c
1609                 fix FolderItem's message counts after rebuilding a cache
1610
1611 2004-08-05 [paul]       0.9.12cvs43
1612
1613         * ChangeLog
1614         * ChangeLog.jp
1615         * src/imap.c
1616         * src/news.c
1617         * src/common/nntp.c
1618         * src/common/session.c
1619         * src/common/session.h
1620         * src/common/socket.c
1621                 sync with main 0.9.12cvs2
1622                 see ChangeLog 2004-08-04
1623
1624 2004-08-04 [christoph]  0.9.12cvs42
1625
1626         * configure.ac
1627                 add missing AC_DEFINE(USE_OPENSSL, ...)
1628         * src/folder.c
1629                 use new xml_node_new() function
1630
1631 2004-08-03 [christoph]  0.9.12cvs41
1632
1633         * src/folder.c
1634         * src/localfolder.c
1635         * src/common/xml.[ch]
1636                 sync with main 0.9.12cvs1
1637                 see ChangeLog 2004-07-23
1638
1639 2004-08-03 [christoph]
1640
1641         * configure.ac
1642         * m4/openssl.m4                 ** REMOVE **
1643                 use pkg-config to get OpenSSL CFLAGS and LIBS
1644                 (OpenSSL 0.9.7 is required now)
1645
1646 2004-08-02 [paul]       0.9.12cvs40
1647
1648         * AUTHORS
1649                 update translation team section
1650         * po/pt_BR.po
1651                 updated by Frederico Goncalves Guimaraes
1652                 <fggdebian@yahoo.com.br>
1653
1654 2004-07-29 [colin]      0.9.12cvs39
1655
1656         * src/messageview.c
1657                 Inform the user when a partially 
1658                 downloaded mail isn't on the server
1659                 anymore (due to Mark for deletion)
1660
1661 2004-07-29 [colin]      0.9.12cvs38
1662
1663         * src/messageview.c
1664                 Hide noticeview if necessary
1665
1666 2004-07-27 [colin]      0.9.12cvs37
1667
1668         * src/msgcache.c
1669                 More fixes (i overlook a bit, thanks
1670                 Christoph for spotting it)
1671
1672 2004-07-27 [colin]      0.9.12cvs36
1673
1674         * src/msgcache.c
1675                 Fix wrong test 
1676
1677 2004-07-26 [colin]      0.9.12cvs35
1678
1679         * src/pop.c
1680                 Fix uidl-file parsing when not in new
1681                 format
1682
1683 2004-07-19 [colin]      0.9.12cvs34
1684
1685         * src/compose.c
1686                 Save attachment status when drafting
1687
1688 2004-07-19 [colin]      0.9.12cvs33
1689
1690         * src/folder.h
1691         * src/folderview.c
1692         * src/summaryview.c
1693                 Reverse 0.9.12cvs29 to 31 (folder icon update
1694                 when quicksearch is active)
1695
1696 2004-07-18 [colin]      0.9.12cvs32
1697
1698         * src/pop.c
1699                 Fix partial download bug with "Download all
1700                 messages" option
1701
1702 2004-07-18 [colin]      0.9.12cvs31
1703
1704         * src/folderview.c
1705                 Fix crash
1706
1707 2004-07-17 [colin]      0.9.12cvs30
1708
1709         * src/summaryview.c
1710                 Same, when sticky search is off
1711
1712 2004-07-17 [colin]      0.9.12cvs29
1713
1714         * src/folder.h
1715         * src/folderview.c
1716         * src/summaryview.c
1717                 Update FolderItem icon whenever its summaryview is 
1718                 filtered
1719
1720 2004-07-16 [christoph]  0.9.12cvs28
1721
1722         * src/mimeview.c
1723                 make doubleclick work again
1724
1725 2004-07-16 [christoph]  0.9.12cvs27
1726
1727         * src/mimeview.c
1728                 fix freeze on mime icon doubleclick (opening doesn't work yet)
1729
1730 2004-07-16 [paul]       0.9.12cvs26
1731         
1732         * src/gtk/quicksearch.c
1733         * src/compose.c
1734         * src/customheader.c
1735         * src/messageview.c
1736         * src/news.c
1737         * src/prefs_account.c
1738         * src/prefs_display_header.c
1739         * src/procheader.c
1740                 replace "Message-Id" with "Message-ID"
1741
1742 2004-07-16 [paul]       0.9.12cvs25
1743
1744         * ChangeLog
1745         * ChangeLog.jp
1746         * src/account.c
1747         * src/account.h
1748         * src/folder_item_prefs.c
1749         * src/main.c
1750         * src/pop.c
1751         * src/pop.h
1752         * src/prefs_account.c
1753         * src/prefs_account.h
1754         * src/prefs_common.c
1755         * src/prefs_common.h
1756         * src/prefs_gtk.c
1757         * src/prefs_gtk.h
1758                 sync with main 0.9.12cvs1
1759
1760 2004-07-15 [colin]      0.9.12cvs24
1761
1762         * src/folder.c
1763                 Disable GPG signature check during
1764                 folder move and scan 
1765         (Closes Bug 521 Signature checking slows down Folder-Move)
1766
1767 2004-07-14 [christoph]  0.9.12cvs23
1768
1769         * src/pgpmime.c
1770                 add missing fclose
1771
1772         * src/procmime.c
1773                 add checks if fopen really worked
1774
1775 2004-07-14 [colin]      0.9.12cvs22
1776
1777         * src/pop.c
1778         * src/common/partial_download.c
1779                 Update includes
1780
1781 2004-07-14 [colin]      0.9.12cvs21
1782
1783         * src/folder.c
1784         * src/inc.c
1785         * src/matcher.c
1786         * src/matcher.h
1787         * src/matcher_parser_parse.y
1788         * src/messageview.c
1789         * src/msgcache.c
1790         * src/noticeview.c
1791         * src/noticeview.h
1792         * src/pop.c
1793         * src/pop.h
1794         * src/prefs_matcher.c
1795         * src/procheader.c
1796         * src/procmsg.c
1797         * src/procmsg.h
1798         * src/summaryview.c
1799         * src/common/Makefile.am
1800         * src/common/defs.h
1801         * src/gtk/quicksearch.c
1802         * src/common/partial_download.c ** NEW FILES **
1803         * src/common/partial_download.h ** NEW FILES **
1804                 Partial downloading of pop3 mails
1805
1806 2004-07-13 [christoph]  0.9.12cvs20
1807
1808         * src/mimeview.c
1809                 use "button_release_event" instead of "button_press_event",
1810                 because executing event callbacks while the button is still
1811                 pressed is not good and causes problems
1812
1813 2004-07-12 [colin]      0.9.12cvs19
1814
1815         * src/gtk/quicksearch.c
1816                 Fix a missing status update in quicksearch
1817
1818 2004-07-08 [colin]      0.9.12cvs18
1819
1820         * src/common/smtp.h
1821                 Fix guint vs gint bug
1822
1823 2004-07-08 [colin]      0.9.12cvs17
1824
1825         * src/common/smtp.c
1826                 use to_human_readable() for sizes
1827
1828 2004-07-08 [paul]       0.9.12cvs16
1829
1830         * src/inc.c [1.174]
1831                 fix occasional non-clearance of the statusbar
1832                 (close Bug 531 'SA plugin: status bar does not 
1833                  get cleared in OFFLINE mode')
1834
1835 2004-07-07 [colin]      0.9.12cvs15
1836
1837         * src/prefs_common.c [1.225]
1838         * src/prefs_common.h [1.112]
1839                 Add a hidden summary_quicksearch_sticky preference,
1840                 to allow the quicksearch bar to reset across folders
1841         * src/summaryview.c [1.437]
1842                 Use this preference
1843         * src/gtk/quicksearch.c [1.5]
1844         * src/gtk/quicksearch.h [1.3]
1845                 Add this preference, fix focus when hitting Enter,
1846                 add handling of Esc key to reset
1847
1848 2004-07-06 [colin]      0.9.12cvs14
1849
1850         * src/gtk/quicksearch.c [1.4]
1851                 Add Clear button
1852
1853 2004-07-06 [christoph]  0.9.12cvs13
1854
1855         * src/toolbar.c
1856                 enable next unread button in empty folders if next folder
1857                 dialog is not disabled
1858
1859         (Closes Feature Request [ 755800 ] "next" button enabled in empty
1860          folders)
1861
1862 2004-07-06 [colin]      0.9.12cvs12
1863
1864         * src/common/smtp.c [1.16]
1865                 Display maximum message size in the log
1866
1867 2004-07-06 [paul]       0.9.12cvs11
1868
1869         * src/toolbar.c
1870                 fix typo. (spotted by Fabien Vantard)
1871
1872 2004-07-06 [paul]       0.9.12cvs10
1873
1874         * src/main.c
1875                 terminate cleanly on SIGHUP. Patch submitted by
1876                 Thomas Gilgin <thg@karate-muellheim.de>
1877
1878 2004-07-05 [christoph]  0.9.12cvs9
1879
1880         * src/inc.c
1881                 better replacing of %d in new mail notification command
1882
1883 2004-07-05 [colin]      0.9.12cvs8
1884
1885         * src/common/smtp.[ch]
1886                 Take SIZE (returned by EHLO) into account, and
1887                 avoid sending too big messages
1888
1889 2004-07-04 [paul]       0.9.12cvs7
1890
1891         * src/account.c
1892                 fix auto-account selection on imap/news
1893
1894 2004-07-01 [paul]       0.9.12cvs6
1895
1896         * src/gtk/quicksearch.c
1897                 reveal hidden string in gui
1898                 
1899         * src/compose.c
1900                 fix updating of gpg signing setting on 
1901                 switching accounts
1902
1903 2004-06-30 [darko]      0.9.12cvs5
1904
1905         * src/common/utils.c
1906                 remove expand_search_string()
1907         * src/gtk/quicksearch.c
1908                 remove no longer needed for loop (thanks Christoph)
1909                 add expand_search_string()
1910
1911 2004-06-30 [darko]      0.9.12cvs4
1912
1913         * src/common/utils.c
1914                 allow all filtering expressions in quicksearch
1915
1916         (Closes Bug 519 filtering expr. in quicksearch)
1917
1918 2004-06-30 [christoph]  0.9.12cvs3
1919
1920         * configure.ac
1921                 better 'localedir'
1922
1923         * src/common/intl.h
1924                 allow plugins to define TEXTDOMAIN for the _(...) macro
1925
1926 2004-06-30 [paul]       0.9.12cvs2
1927
1928         * po/POTFILES.in
1929           src/Makefile.am
1930           src/main.c
1931           src/prefs_common.c
1932           src/prefs_msg_colors.[ch]     ** NEW FILES **
1933                 move message colouring options to
1934                 '/Other Preferences/Message View/Colors'
1935
1936 2004-06-30 [paul]       0.9.12cvs1
1937
1938         * po/POTFILES.in
1939           src/Makefile.am
1940           src/main.c
1941           src/prefs_common.c
1942           src/prefs_wrapping.[ch]       ** NEW FILES **
1943                 move message wrapping options to
1944                 /'Other Preferences/Compose/Message Wrapping'
1945
1946 2004-06-28 [paul]       0.9.12
1947
1948         * Sylpheed-Claws 0.9.12 released
1949
1950         * po/es.po
1951           po/fr.po
1952           po/sk.po
1953                 updated by Ricardo Mones Lastra, Fabien Vantard,
1954                 Andrej Kacian
1955
1956 2004-06-27 [paul]       0.9.11cvs19
1957
1958         * src/common/ssl.c
1959                 re-enable certificate check
1960
1961 2004-06-25 [christoph]  0.9.11cvs18
1962
1963         * src/procmsg.h
1964                 add MSG_HAS_ATTACHMENT to MSG_CACHED_FLAG_MASK
1965
1966 2004-06-25 [paul]       0.9.11cvs17
1967
1968         * sync with main 0.9.12cvs1
1969                 see ChangeLog 2004-06-23
1970                 
1971         * src/gtk/menu.c
1972                 remove unused menu_toggle_toggle()
1973
1974 2004-06-23 [christoph]  0.9.11cvs16
1975
1976         * src/folder.c
1977         * src/procheader.c
1978         * src/procmsg.h
1979         * src/summaryview.c
1980                 scan the mime structure of multipart mails for correct
1981                 attachment, encryped and signed (with privacy API) part
1982                 detection
1983
1984         (Closes Feature Request [ 961428 ] No paperclip for HTML mails)
1985
1986 2004-06-22 [paul]
1987
1988         * po/ru.po
1989                 updated by Pavlo Bohmat
1990
1991 2004-06-20 [christoph]  0.9.11cvs15
1992
1993         * src/inc.c
1994         * src/pop.[ch]
1995                 disconnect after authentication when doing POP before SMTP
1996
1997         (Closes Bug 393 Bad inerpretation of "Pop Before SMTP")
1998
1999 2004-06-19 [christoph]  0.9.11cvs14
2000
2001         * src/folder.c
2002                 fix FolderItem name update
2003
2004         (Closes Bug 511 Folder-Renaming not reflected immediately)
2005
2006 2004-06-17 [paul]       0.9.11cvs13
2007         
2008         * sync with main 0.9.12 release
2009           src/session.c
2010                 session_set_timeout(): fixed a bug that didn't
2011                 reset timeout_tag when interval is 0.
2012
2013 2004-06-16 [christoph]  0.9.11cvs12
2014
2015         * src/textview.c
2016                 correctly clear the URL in the status bar
2017
2018 2004-06-15 [christoph]  0.9.11cvs11
2019
2020         * src/summaryview.c
2021                 add missing gtk_widget_show()
2022
2023 2004-06-11 [christoph]  0.9.11cvs10
2024
2025         * src/plugins/spamassassin/spamassassin.c
2026                 correctly check waitpid return code
2027
2028         (Closes Bug 396 Zombie process when spamassassin is called)
2029
2030 2004-06-10 [christoph]  0.9.11cvs9
2031
2032         * src/mainwindow.c
2033         * src/summaryview.[ch]
2034         * src/gtk/Makefile.am
2035         * src/gtk/quicksearch.c                         ** NEW **
2036                 separate quick search from summaryview
2037
2038 2004-06-09 [christoph]  0.9.11cvs8
2039
2040         * src/inc.c
2041                 remove unused code
2042
2043         * src/textview.c
2044                 get folder for compose default account from MsgInfo and not
2045                 from SummaryView
2046
2047 2004-06-09 [christoph]  0.9.11cvs7
2048
2049         * src/folder.[ch]
2050                 add information about added or removed messages to
2051                 FOLDER_ITEM_UPDATE hook
2052
2053         * src/imap_gtk.c
2054         * src/mh_gtk.c
2055                 scan folder when removing a folder failed instead of
2056                 updating the summaryview
2057
2058 2004-06-08 [paul]       0.9.11cvs6
2059
2060         * sync with main 0.9.11cvs2
2061                 see ChangeLog 2004-06-08
2062
2063 2004-06-07 [christoph]  0.9.11cvs5
2064
2065         * configure.ac
2066         * src/common/Makefile.am
2067                 detect library providing 'encrypt' function
2068
2069 2004-06-07 [paul]       0.9.11cvs4
2070
2071         * src/inc.c
2072                 sync with main, 'code cleanup'
2073                 
2074         * tools/nautilus2sylpheed.sh
2075                 fix whitespace limitation. patch submitted by
2076                 Stephan Sachse <white@teg-clan.de>
2077
2078 2004-06-04 [christoph]  0.9.11cvs3
2079
2080         * src/account.c
2081         * src/action.[ch]
2082         * src/addressbook.c
2083         * src/addrindex.h
2084         * src/folder.h
2085         * src/folder_item_prefs.c
2086         * src/inc.c
2087         * src/main.c
2088         * src/messageview.c
2089         * src/mh_gtk.c
2090         * src/prefs_themes.c
2091         * src/procmime.c
2092         * src/quote_fmt.h
2093         * src/stock_pixmap.c
2094         * src/toolbar.c
2095                 fix compiler warnings
2096
2097 2004-06-03 [paul]       0.9.11cvs2
2098
2099         * src/msgcache.c
2100                 sync with main 0.9.11cvs1: "changed gint32 to
2101                 guint32 for some platforms"
2102
2103 2004-06-02 [christoph]  0.9.11cvs1
2104
2105         * src/common/ssl.c
2106                 fix SSL_CTX variable name for older OpenSSL versions
2107
2108         (Closes Bug 503 fix compilation with older OpenSSL)
2109
2110 2004-05-31 [paul]       0.9.11claws
2111
2112         * 0.9.11claws released
2113
2114 2004-05-31 [paul]       0.9.10claws72
2115
2116         * po/es.po
2117           po/it.po
2118           po/ja.po
2119           po/pl.po
2120           po/sk.po
2121           po/sr.po
2122           po/zh_CN.po
2123                 update translations, submitted by Ricardo Mones Lastra,
2124                 Andrea Spadaccini, Rui Hirokawa, Emil, Andrej Kacian,
2125                 Urke MMI, and Hansom Young
2126
2127 2004-05-25 [luke]       0.9.10claws71
2128
2129         * AUTHORS
2130         * src/mimeview.c
2131         * src/stockpixmap.[ch]
2132         * src/Makefile.am
2133         * src/pixmaps/privacy_emblem_encrypted.xpm      ** NEW **
2134         * src/pixmaps/privacy_emblem_failed.xpm         ** NEW **
2135         * src/pixmaps/privacy_emblem_passed.xpm         ** NEW **
2136         * src/pixmaps/privacy_emblem_signed.xpm         ** NEW **
2137         * src/pixmaps/privacy_emblem_warn.xpm           ** NEW **
2138
2139                 o Added privacy emblems from Jesper Shultz 
2140                   <jesper@schultz-net.dk>
2141                 o Overlay emblems onto mimeview icons to indicate
2142                   status of signature and if a message is encrypted
2143         
2144         * src/textview.c
2145                 remove unused color definitions (were used to 
2146                 indicate sig status)
2147
2148 2004-05-25 [paul]       0.9.10claws70
2149
2150         * AUTHORS
2151           tools/Makefile.am
2152           tools/README
2153           tools/nautilus2sylpheed.sh            ** NEW FILE **
2154                 add script to enable sending files from
2155                 nautilus.
2156                 Submitted by Reza Pakdel <hrpakdel@cpsc.ucalgary.ca>
2157                 
2158         * tools/launch_firebird                 ** REMOVED **
2159                 removed as the standard "firefox '%s'" now functions
2160                 correctly
2161
2162 2004-05-23 [paul]       0.9.10claws69
2163
2164         * src/compose.c
2165                 fix %X cursor point segfault
2166                 patch by Christoph
2167
2168 2004-05-23 [christoph]  0.9.10claws68
2169
2170         * src/folder.c
2171                 fix folder moving
2172
2173 2004-05-21 [paul]       0.9.10claws67
2174
2175         * sync with 0.9.10cvs17
2176                 see ChangeLog 2004-05-21
2177
2178 2004-05-20 [paul]       0.9.10claws66
2179
2180         * sync with 0.9.10cvs16
2181                 see ChangeLog 2004-05-19 and 2004-05-20
2182
2183 2004-05-19 [alfons]     0.9.10claws65
2184
2185         * src/summaryview.h
2186                 on some platforms regoff_t is defined as off_t, so 
2187                 pull in sys/types.h
2188
2189 2004-05-19 [paul]       0.9.10claws64
2190
2191         * sync with 0.9.10cvs13
2192                 see ChangeLog 2004-05-18
2193
2194 2004-05-17 [christoph]  0.9.10claws63
2195
2196         * src/folder.c
2197                 search all folders when searching for default folders and
2198                 not return the special folder of the first folder
2199
2200 2004-05-13 [alfons]     0.9.10claws62
2201
2202         * src/summaryview.c
2203                 add a better check to see if a message is a news message
2204                 (replaces the MSG_IS_NEWS() check removed in 0.9.9claws19)
2205
2206 2004-05-13 [paul]       0.9.10claws61
2207
2208         * src/msgcache.c
2209                 sync with 0.9.10cvs12
2210                 see ChangeLog 2004-05-12
2211
2212 2004-05-12 [alfons]     0.9.10claws60
2213
2214         * src/folderview.c
2215                 release lock in case of folder could not be opened 
2216
2217 2004-05-11 [christoph]  0.9.10claws59
2218
2219         * src/inc.[ch]
2220                 remove unused folderview update stuff from inc.[ch]
2221
2222 2004-05-11 [paul]       0.9.10claws58
2223
2224         * sync with 0.9.10cvs11
2225                 see ChangeLog 2004-05-10 and 2004-05-11
2226
2227 2004-05-09 [christoph]  0.9.10claws57
2228
2229         * src/folderview.c
2230                 check for folder class functions and not folder type to detect
2231                 valid drag targets
2232
2233 2004-05-08 [christoph]  0.9.10claws56
2234
2235         * src/sgpgme.c
2236                 fix date output for signature expire times
2237
2238         (Patch by Edgar Toernig <froese@gmx.de>)
2239
2240 2004-05-06 [christoph]  0.9.10claws55
2241
2242         * src/gtk/prefswindow.c
2243                 change window type to DIALOG
2244
2245         * src/folder.[ch]
2246         * src/folderview.c
2247         * src/news_gtk.c
2248                 o add folder_remove()
2249                 o change FolderUpdate hook flag names (NEW -> ADD, DESTROY -> REMOVE)
2250                 o add new "sort" field to Folder, no longer sort folders by type
2251                   higher sort values will be first in the folder list, new folders get 0
2252                   and will be added to the end
2253
2254         * src/mainwindow.c
2255         * src/gtk/Makefile.am
2256         * src/gtk/foldersort.(c|h|glade)                        ** NEW **
2257                 add dialog to allow users to change the folder order
2258
2259 2004-05-04 [paul]       0.9.10claws54
2260
2261         * src/inc.c
2262                 Display account_name in statusbar when retrieving
2263                 messages from a pop account
2264         * src/prefs_account.c
2265                 display account name in title of prefs_account
2266                 window
2267         * src/prefs_folder_item.c
2268                 display folder name in title of prefs_folder window
2269
2270         all 3 patches submitted by Fabien Vantard
2271
2272         * AUTHORS
2273                 add Fabien Vantard
2274
2275 2004-05-04 [paul]       0.9.10claws53
2276
2277         * src/prefs_actions.c
2278           src/prefs_template.c
2279                 'Esc' Key exits alertpanel
2280                 Patch submitted by Fabien Vantard <fzz@ifrance.com>
2281
2282 2004-04-26 [christoph]  0.9.10claws52
2283
2284         * src/gtk/about.c
2285         * src/gtk/colorsel.c
2286         * src/gtk/description_window.c
2287         * src/gtk/filesel.c
2288         * src/gtk/gtkaspell.c
2289         * src/gtk/inputdialog.c
2290         * src/gtk/pluginwindow.c
2291         * src/gtk/progressdialog.c
2292                 o remove gtk_window_set_position(..., GTK_WIN_POS_CENTER) because
2293                   it does not work correctly with xinerama
2294                 o lock incorporation while the plugin window is open
2295
2296 2004-04-23 [paul]       0.9.10claws51
2297
2298         * po/POTFILES.in
2299                 update location of inputdialog.c
2300                 
2301         * src/gtk/about.c
2302                 update Copyright string
2303                 
2304         * src/msgcache.c
2305           src/prefs_common.c
2306           src/prefs_themes.c
2307                 improve the english a little
2308
2309 2004-04-22 [christoph]  0.9.10claws50
2310
2311         * src/folderutils.[ch]
2312                 add folderutils_mark_all_read()
2313
2314         * src/folderview.c
2315                 readd "mark all read" from popup menu, now works
2316                 in all folders and not only the opened folder
2317
2318 2004-04-21 [christoph]  0.9.10claws49
2319
2320         * src/Makefile.am
2321         * src/inputdialog.[ch]                  ** REMOVED **
2322         * src/gtk/Makefile.am
2323         * src/gtk/inputdialog.[ch]              ** NEW **
2324                 move inputdialog.[ch] into gtk directory
2325
2326         * src/mh_gtk.c
2327                 remove check for missing IMAP folder account
2328
2329 2004-04-20 [christoph]  0.9.10claws48
2330
2331         * src/mainwindow.c
2332         * src/foldersel.c
2333                 remove new/rename/delete folder GUI functions because
2334                 they are always active, even for news folders, and can
2335                 not be easily made folder class dependent
2336
2337         * src/gtk/menu.[ch]
2338                 make menu_translate() public
2339
2340         * src/Makefile.am
2341         * src/folder.[ch]
2342         * src/folderview.[ch]
2343         * src/imap_gtk.[ch]                     ** NEW **
2344         * src/main.c
2345         * src/mh_gtk.[ch]                       ** NEW **
2346         * src/news_gtk.[ch]                     ** NEW **
2347                 o dynamically build FolderView popup menus from a folder
2348                   specific part, with callbacks to seperated code, and
2349                   a common part
2350                 o remove the folder class specifiy code from folderview.c
2351
2352 2004-04-15 [luke]       0.9.10claws47
2353
2354         * src/prefs_folder_item.c
2355                 o remove buttons for applying 'scan for new mail'
2356                   and 'process at startup' to sub folders
2357                 o add 'apply to sub folder' check buttons for all
2358                   properties and set folder prefs accordingly
2359                 o replace multiple gtk_widget_show() with one
2360                   gtk_widget_show_all() on container
2361
2362 2004-04-14 [darko]      0.9.10claws46
2363
2364         * src/gtk/Makefile.am
2365         * src/gtk/pluginwindow.c
2366                 load plugins from to $(prefix)/lib/sylpheed/plugins
2367                 in file selection dialog
2368         * src/plugins/clamav/clamav_plugin.c
2369                 const correctness
2370
2371 2004-04-14 [christoph]  0.9.10claws45
2372
2373         * src/folder.c
2374         * src/plugins/image_viewer/viewer.c
2375                 fix g_warnings
2376
2377 2004-04-10 [alfons]     0.9.10claws44
2378         
2379         * src/compose.c
2380                 appropriate auto account selection when forwarding
2381                 (fixes bug #476, "forward as attachment does not listen
2382                 to account rules")
2383
2384 2004-04-09 [alfons]     0.9.10claws43
2385
2386         * src/summaryview.c
2387                 make quick search combo matching case sensitive
2388
2389 2004-04-06 [alfons]     0.9.10claws42
2390
2391         * src/addr_compl.c
2392                 use cursor position to prevent clearing the entire entry
2393
2394 2004-04-06 [alfons]     0.9.10claws41
2395
2396         * src/folderview.c
2397                 fix bug #472, "filter not updated when renaming folder" 
2398
2399 2004-04-06 [alfons]     0.9.10claws40
2400
2401         * src/messageview.[ch]
2402           src/summaryview.c
2403                 reflect changes to Show all headers to main view
2404                 and message view (only affects detached message
2405                 view). see also bug #473, 'Show All Headers 
2406                 "problem"'.
2407
2408 2004-04-03 [alfons]     0.9.10claws39
2409
2410         * src/matcher.c
2411                 free address list
2412
2413 2004-04-03 [alfons]     0.9.10claws38
2414
2415         * src/matcher_parser_parse.y
2416           src/matcher.[ch]
2417                 prepare address look up matcher type; marginally
2418                 tested, and not hooked into the UI yet.
2419
2420                 basically it accepts the result of the left hand
2421                 side of the matcher (the "criteria"):
2422
2423                         from all_in_addressbook ""
2424                         ~to_or_cc any_in_addressbook ""
2425                 
2426                 the first case matches all addresses found in the
2427                 from header, and the second case matches if any
2428                 (at least one) of the addresses in to or cc headers 
2429                 are not in the address book.
2430
2431                 the string argument is not used yet, but is intended
2432                 to match a group of addresses 
2433
2434 2004-04-02 [luke]       0.9.10claws37
2435
2436         * src/prefs_folder_item.c
2437                 Add two buttons to apply 'scan for new mail'
2438                 and 'process at startup' to sub folders
2439
2440 2004-04-02 [luke]
2441         * tools/textviewer.sh
2442                 better filename extension matching plus some support for
2443                 MS Excel, MS Powerpoint and HTML
2444
2445 2004-03-29 [christoph]  0.9.10claws36
2446
2447         * src/folder.h
2448         * src/folderutils.[ch]
2449         * src/mainwindow.c
2450                 add delete duplicates for all folders
2451
2452 2004-03-29 [alfons]     0.9.10claws35
2453
2454         * src/folder.c
2455                 don't pass NULL to XXXprintf(); fixes Solaris crashes
2456                 when selecting top-level folder node (thanks to 
2457                 Alex S. Moore)
2458
2459 2004-03-28 [keith]      0.9.10claws34
2460
2461         * src/textview.c
2462                 prepend "http://" to URIs of the form "www.example.com"
2463
2464 2004-03-28 [paul]       0.9.10claws33
2465
2466         * src/common/nntp.c
2467           src/common/smtp.c
2468           src/folder.c
2469           src/imap.c
2470           src/inc.c
2471           src/news.c
2472           src/pop.c
2473                 revise 'translatable string' policy:
2474                 don't translate debug_print() or log_print(),
2475                 translate log_message() and log_warning()
2476         
2477         * po/zh_CN.po
2478                 update submitted by Hansom Young
2479
2480 2004-03-25 [alfons]     0.9.10claws32
2481
2482         * src/prefs_common.c
2483                 I mean this one: Return the GList...
2484
2485 2004-03-25 [alfons]     0.9.10claws31
2486
2487         * src/prefs_common.h
2488                 add new members at the end of prefs_common, so
2489                 they get properly initialized
2490
2491 2004-03-24 [christoph]  0.9.10claws30
2492
2493         * src/imap.c
2494                 o NULL is a valid GSList
2495
2496 2004-03-24 [alfons]     0.9.10claws29
2497
2498         * src/prefs_common.[ch]
2499           src/summaryview.c
2500           src/common/defs.h
2501                 add history to quick search (patch submitted by 
2502                 Ivan Francolin Martinez - thanks!)
2503
2504 2004-03-24 [alfons]     0.9.10claws28
2505
2506         * src/imap.c
2507                 NULL output pointer parameter
2508
2509 2004-03-21 [alfons]     0.9.10claws27
2510
2511         * src/addrindex.[ch]
2512           src/addr_compl.c
2513                 complete addresses on nicks and aliases
2514
2515 2004-03-21 [alfons]     0.9.10claws26
2516
2517         * src/import.c
2518           src/inc.c
2519           src/mbox.[ch]
2520                 disable filters on import mbox (patch submitted
2521                 by Edgar Toernig)
2522
2523 2004-03-21 [darko]      0.9.10claws25
2524
2525         * src/addr_compl.c
2526                 select the address when only one match is found while
2527                 doing address completion with tab key (feature
2528                 request #914720)
2529
2530 2004-03-21 [alfons]     0.9.10claws24
2531
2532         * src/messageview.c
2533           src/toolbar.c
2534                 don't `navigate-delete` when a summary view's selection does not 
2535                 match the accompanying message view's message
2536
2537 2004-03-20 [alfons]     0.9.10claws23
2538
2539         * src/summaryview.c
2540                 hide ext search button on initial display (should fix bug #459,
2541                 "Toggling quick-search at 1st time: minor UI inconsistency")
2542
2543 2004-03-20 [alfons]     0.9.10claws22
2544
2545         * src/summaryview.[ch]
2546                 add function to get selected msginfo, if there's
2547                 only one selected
2548
2549 2004-03-20 [paul]       0.9.10claws21
2550
2551         * sync with 0.9.10cvs7
2552                 see ChangeLog 2004-03-19
2553
2554 2004-03-19 [paul]       0.9.10claws20
2555
2556         * src/common/nntp.c
2557           src/common/smtp.c
2558           src/common/ssl.c
2559           src/folder.c
2560           src/imap.c
2561           src/inc.c
2562           src/news.c
2563           src/pop.c
2564                 don't translate strings in debug_print(), log_print(),
2565                 log_message(),  and log_warning()
2566
2567 2004-03-19 [alfons]     0.9.10claws19
2568
2569         better next/previous/delete/focus navigation with separate 
2570         message view 
2571         
2572         * src/toolbar.c
2573                 call summaryview_delete() instead of messageview_delete()
2574         * src/messageview.c
2575                 disable messageview_delete()
2576
2577 2004-03-18 [paul]       0.9.10claws18
2578
2579         * sync with 0.9.10cvs6
2580                 see ChangeLog 2004-03-16
2581
2582 2004-03-17 [alfons]     0.9.10claws17
2583
2584         * src/gtk/filesel.c
2585                 remove bogus semicolon after if() (sometimes it pays to
2586                 read LKML :)
2587
2588 2004-03-15 [darko]      0.9.10claws16
2589
2590         * src/gtk/filesel.c
2591                 support full path in place of a filename
2592         * src/mimeview.c
2593                 store directory attachments were saved to and
2594                 use it when saving attachments
2595         * src/prefs_common.[hc]
2596                 store directory attachments were last saved to
2597
2598 2004-03-15 [paul]       0.9.10claws15
2599
2600         * src/folderview.c
2601                 fix bug where unsubscribing a newsgroup would destroy
2602                 (most of the) filtering rules
2603
2604 2004-03-15 [paul]       0.9.10claws14
2605
2606         * src/folderview.c
2607                 fix Bug 458, 'Folder View remaining empty after 
2608                 removing a NEWS account' (was also true of IMAP
2609                 accounts)
2610
2611 2004-03-15 [paul]       0.9.10claws13
2612
2613         * src/folderview.c
2614                 fix folderview invisibility of newly subscribed
2615                 newsgroups
2616
2617 2004-03-13 [paul]       0.9.10claws12
2618
2619         * src/compose.c
2620           src/plugins/dillo_viewer/dillo_prefs.c
2621           src/plugins/image_viewer/viewerprefs.c
2622                 gettextise some forgotten parts
2623
2624 2004-03-13 [alfons]     0.9.10claws11
2625
2626         * src/imap.c
2627                 make sure the correct type is passed to sscanf()
2628
2629 2004-03-13 [paul]       0.9.10claws10
2630
2631         * sync with 0.9.10cvs5
2632                 see ChangeLog 2004-03-02 and 2004-03-12, 
2633                 specifically:
2634                 'always move messages by default when using DnD (except 
2635                 for News folder). Copy messages if Ctrl-key is pressed.'
2636                 and 'added a function to filter selected messages'
2637
2638 2004-03-12 [christoph]  0.9.10claws9
2639
2640         * src/codeconv.c
2641                 add parameter check to conv_unmime_header_overwrite()
2642
2643         * src/imap.c
2644                 o fix spelling
2645                 o fix removing of NEW flag when UNREAD is unset
2646
2647         * src/procmime.c
2648                 decode MIME-headers
2649
2650         (Closes 437 i18n attachment display error.)
2651
2652 2004-03-12 [paul]       0.9.10claws8
2653
2654         * po/it.po
2655                 update. submitted by Andrea Spadaccini <lupin85@email.it>
2656                 
2657         * tools/Makefile.am
2658                 add 'textviewer.sh'
2659
2660 2004-03-12 [alfons]     0.9.10claws7
2661
2662         * src/imap.c
2663                 o quiet compiler and typecast Folder * to IMAP Folder *
2664                 o wake up and fix my previous incompatible type assignment bug
2665
2666 2004-03-12 [alfons]     0.9.10claws6
2667
2668         * src/imap.c
2669                 don't mix up pointers to int, guint32 _and_ 
2670                 unsigned int 
2671
2672 2004-03-12 [christoph]  0.9.10claws5
2673
2674         * src/folderview.c
2675                 Add error requester when renaming a folder failed
2676
2677         * src/imap.c
2678                 Check new FolderItem name for namespace seperator
2679                 before renaming
2680
2681         (Closes Bug 443 Bad named IMAP folders won't be displayed)
2682
2683 2004-03-11 [christoph]  0.9.10claws4
2684
2685         * src/folder.[ch]
2686         * src/imap.c
2687         * src/procmsg.h
2688                 syncronize flags in cache with IMAP folder flags
2689
2690         Adapted a patch submitted by Simon 'corecode' Schubert
2691         <corecode@corecode.ath.cx> 
2692
2693
2694 2004-03-11 [alfons]     0.9.10claws3
2695
2696         * src/textview.[ch]
2697                 remove dead code that at one time controlled display of
2698                 URIs in status bar
2699
2700 2004-03-10 [paul]       0.9.10claws2
2701
2702         * po/it.po
2703                 updated by Lupino <lupin85@email.it>
2704
2705 2004-03-09 [alfons]     0.9.10claws1
2706
2707         * src/matcher.c
2708                 we're not using yywrap, but we may, so close yyin instead
2709                 of initial FILE *
2710
2711 2004-03-08 [paul]       0.9.10claws
2712
2713         * 0.9.10claws released
2714
2715 2004-03-08 [paul]       0.9.9claws41
2716
2717         * po/es.po
2718           po/ja.po
2719           po/ru.po
2720           po/sk.po
2721           po/sr.po
2722           po/zh_CN.po
2723                 update translations. submitted by Ricardo Mones Lastra,
2724                 Rui Hirokawa, Pavlo Bohmat, Andrej Kacian, Urke MMI,
2725                 Hansom Young
2726
2727 2004-03-06 [paul]       0.9.9claws40
2728
2729         * src/stock_pixmap.c
2730                 fix crash: g_strdup(DEFAULT_PIXMAP_THEME)
2731                 patch submitted by Pawel Pekala
2732
2733 2004-03-06 [alfons]             0.9.9claws39
2734
2735         * src/addrindex.c
2736                 allow nick name completion again 
2737
2738 2004-03-02 [match]              0.9.9claws38
2739
2740         * configure.ac
2741                 added definition of USE_LDAP_TLS to support TLS.
2742         * src/ldapctrl.[ch]
2743         * src/ldapquery.c
2744         * src/ldapserver.[ch]
2745         * src/addressbook.c
2746         * src/addrindex.c
2747         * src/editldap.c
2748                 included LDAP TLS support.
2749
2750 2004-03-02 [christoph]          0.9.9claws37
2751
2752         * src/folder.[ch]
2753                 o add more documentation for FolderClass
2754                 o remove usused FolderClass virtual functions
2755
2756         * src/imap.c
2757         * src/mh.c
2758         * src/news.c
2759                 change creation of FolderClass because static initializations
2760                 for structs suck in C89
2761
2762 2004-03-01 [paul]
2763
2764         * sync with 0.9.10
2765
2766 2004-02-28 [keith]      0.9.9claws36
2767
2768         * src/common/utils.c
2769                 Fix treatment of whitespace in quicksearch bar (leading
2770                 spaces and >1 space between commands and parameters).
2771
2772 2004-02-27 [alfons]     0.9.9claws35
2773
2774         * src/compose.[ch]
2775                 Explicitly remove draft timeout to fix nasty race between 
2776                 compose_send_cb() (which destroys the compose window) and 
2777                 compose_defer_auto_save_draft() (which expects compose 
2778                 window to exist). Should fix Keith's and Fred Marton's
2779                 bug report (#128, "crash after complaining about character
2780                 set conversion")
2781
2782 2004-02-27 [luke]       0.9.9claws34
2783         
2784         * src/folder.c
2785                 Do folder_item_apply_processing() even if no processing
2786                 rules for the folder exist (so global processing is applied)
2787
2788 2004-02-26 [thorsten]   0.9.9claws33
2789
2790         * src/mimeview.c
2791                 Remove misleading static declaration
2792
2793 2004-02-26 [alfons]     0.9.9claws32
2794
2795         * src/procmime.[ch]
2796           src/compose.c
2797           src/mimeview.c
2798           src/textview.c
2799                 use/add procmime_get_content_type_str() as a safe wrapper
2800                 for returning a Content-Type type string; should fix 
2801                 bug #444, 0.9.7..0.9.9 crashes with "Content-Type: type= 
2802                  - attachments."
2803
2804 2004-02-26 [thorsten]   0.9.9claws31
2805
2806         * src/mimeview.c
2807                 Restructure save_as/save_all
2808
2809 2004-02-26 [alfons]     0.9.9claws30
2810
2811         * src/procmime.c
2812                 clean up (2)
2813
2814 2004-02-26 [alfons]     0.9.9claws29
2815
2816         * src/procmime.c
2817                 clean up (1)
2818
2819 2004-02-24 [luke]
2820
2821         * tools/textviewer.sh
2822                 tweaks from Johann Koenig, recognition of shell
2823                 scripts in particular
2824
2825 2004-02-24 [paul]       0.9.9claws28
2826
2827         * sync with 0.9.9cvs13
2828                 see ChangeLog 2004-02-24
2829
2830 2004-02-23 [paul]       0.9.9claws27
2831
2832         * src/inc.c
2833                 one alertpanel on pop3 authentication error will suffice
2834                 
2835         * src/prefs_fonts.c
2836                 remove unnecessary printf
2837
2838 2004-02-22 [alfons]     0.9.9claws26
2839
2840         * src/messageview.c
2841                 put back a lost check
2842
2843 2004-02-21 [alfons]     0.9.9claws25
2844
2845         * src/folderview.c
2846                 don't forget to save folder properties after renaming folder
2847
2848 2004-02-20 [paul]       0.9.9.claws24
2849
2850         * src/addressbook.c
2851                 sync with 0.9.9cvs11, see ChangeLog 2004-02-19
2852                 
2853         * src/inc.c
2854                 complete sync with 0.9.9cvs9's 'update folderview
2855                 progressively'
2856                 
2857         * configure.ac
2858                 require gettext >= 0.12.1
2859
2860 2004-02-17 [match]      0.9.9claws23
2861
2862         * src/compose.c
2863                 keep the peace - change style.
2864
2865 2004-02-17 [alfons]     0.9.9claws22
2866
2867         * src/filtering.c
2868                 make MATCHACTION_STOP cancel filtering / processing;
2869                 clean up and document it to make it a little bit more clear;
2870
2871 2004-02-17 [alfons]     0.9.9claws21
2872
2873         %X marks the cursor spot for reply quote format
2874
2875         * src/quote_fmt_lex.l 
2876           src/quote_fmt.c
2877                 add %X token
2878                 
2879         * src/quote_fmt.h
2880           src/quote_fmt_parse.y
2881                 handle %X token
2882                 
2883         * src/compose.c
2884                 handle %X token for replies only (for now)
2885
2886 2004-02-17 [paul]       0.9.9claws20
2887
2888         * po/sk.po
2889                 updated by Andrej Kacian
2890                 
2891         * src/news.c
2892                 remove unneeded include
2893                 
2894         * src/prefs_fonts.c
2895                 be a little more user-friendly with the labels
2896                 
2897         * configure.ac
2898                 a change forgotten in the last commit: 
2899                 SYLPHEED_ACLOCAL_INCLUDE(m4)
2900
2901 2004-02-17 [paul]       0.9.9claws19
2902
2903         * ac/*                          ** REMOVED **
2904           ac/                           ** REMOVED **
2905           intl/Makefile.in              ** REMOVED **
2906           m4/                           ** NEW **
2907           m4/missing                    ** NEW **
2908           m4/missing/gdk-pixbuf.m4      ** NEW **
2909           m4/missing/gettext.m4         ** NEW **
2910           m4/missing/gpgme.m4           ** NEW **
2911           m4/missing/imlib.m4           ** NEW **
2912           m4/.cvsignore                 ** NEW **
2913           m4/Makefile.am                ** NEW **
2914           m4/README                     ** NEW **
2915           m4/aclocal-include.m4         ** NEW **
2916           m4/aspell.m4                  ** NEW **
2917           m4/check-type.m4              ** NEW **
2918           m4/gnupg-check-typedef.m4     ** NEW **
2919           m4/openssl.m4                 ** NEW **
2920           m4/spamassassin.m4            ** NEW **
2921           po/ChangeLog                  ** REMOVED **
2922           po/Makefile.in.in             ** REMOVED **
2923           po/Rules-quot                 ** REMOVED **
2924           po/boldquot.sed               ** REMOVED **
2925           po/en@boldquot.header         ** REMOVED **
2926           po/en@quot.header             ** REMOVED **
2927           po/insert-header.sin          ** REMOVED **
2928           po/quot.sed                   ** REMOVED **
2929           po/remove-potcdate.sed        ** REMOVED **
2930           po/remove-potcdate.sin        ** REMOVED **
2931           po/stamp-po                   ** REMOVED **
2932           Makefile.am
2933           autogen.sh
2934           configure.ac
2935                 enable building with automake 1.8.x
2936                 add 'autopoint' to autogen.sh and remove all
2937                 auto-generated files, remove ac/ in favour of
2938                 m4/
2939
2940 2004-02-17 [alfons]     0.9.9claws18
2941         
2942         * src/summaryview.c
2943                 MSG_IS_NEWS() is not stored at all, and is bogus
2944
2945 2004-02-17 [martin]     0.9.9claws17
2946
2947         * src/prefs_themes.c
2948                 fix crash when installing wrong theme and output an
2949                 error message
2950
2951 2004-02-16 [christoph]  0.9.9claws16
2952
2953         * src/compose.c
2954         * src/stock_pixmap.[ch]
2955         * src/toolbar.[ch]
2956         * src/pixmaps/linewrapcurrent.xpm               ** NEW **
2957                 add "Wrap current paragraph" to compose toolbar
2958
2959 2004-02-15 [alfons]     0.9.9claws15
2960
2961         * src/folderview.c
2962                 refine previous commit to make sure other hook functions
2963                 get their grab of the pie too
2964
2965 2004-02-15 [alfons]     0.9.9claws14
2966
2967         * src/folderview.c
2968                 fix sync breakage so we don't pass invalid pointer types
2969
2970 2004-02-15 [match]      0.9.9claws13
2971
2972         * src/ldapquery.[ch]
2973         * src/ldapserver.h
2974         * src/addrindex.[ch]
2975                 tweak threading calls.
2976         * src/addr_compl.[ch]
2977                 add alias into completion list.
2978         * src/addressbook.c
2979                 fix ldap browse.
2980                 improve context menu behavior.
2981                 change menu sequence.
2982                 add send mail from addressbook.
2983         * src/addrselect.[ch]
2984         * src/compose.[ch]
2985                 add send mail from addressbook.
2986
2987 2004-02-15 [christoph]  0.9.9claws12
2988
2989         * src/folderutils.c
2990                 skip deleting when duplist is empty
2991
2992         * src/folderview.[ch]
2993         * src/mainwindow.c
2994         * src/summaryview.[ch]
2995                 call folderutils_delete_duplicates() from mainwindow code
2996
2997 2004-02-15 [alfons]     0.9.9claws11
2998         
2999         * src/common/utils.c
3000                 add prefix for italian ms o(e) 
3001
3002 2004-02-14 [paul]       0.9.9claws10
3003
3004         * src/foldersel.c
3005                 fix updating of the folder view when creating a
3006                 new folder
3007
3008 2004-02-13 [paul]       0.9.9claws9
3009
3010         * src/plugins/clamav/clamav_plugin.c
3011                 remove GUI code
3012
3013 2004-02-13 [paul]       0.9.9claws8
3014
3015         * sync with 0.9.9cvs9
3016                 see ChangeLog 2004-02-09, 2004-02-10, 2004-02-12
3017
3018 2004-02-13 [alfons]     0.9.9claws7
3019
3020         * src/common/utils.c
3021                 fix wrong type of argument for ctype functions (pass unsigned
3022                 char instead of signed char)
3023
3024 2004-02-12 [alfons]     0.9.9claws6
3025
3026         * src/compose.[ch]
3027                 don't select text in header entry when composing to a 
3028                 default address, but rather give the header entry a
3029                 different color / style (same as the folder new color)
3030
3031 2004-02-12 [alfons]     0.9.9claws5
3032
3033         * src/plugins/clamav/clamav_plugin.c
3034                 don't exit(2) on libclamav init error - show a warning.
3035                 (tested by damaging a clamav database file.)
3036
3037 2004-02-12 [paul]       0.9.9claws4
3038
3039         * sync with 0.9.9cvs4
3040                 see ChangeLog 2004-02-04, 2004-02-05, and 2004-02-06
3041
3042 2004-02-11 [luke]       0.9.9claws3
3043
3044         * src/mimeview.c
3045                 remove redundant check introduced in 0.9.9claws1
3046
3047 2004-02-11 [luke]       0.9.9claws2
3048
3049         * src/mimeview.c
3050                 fix compilation of my previous commit without gpg enabled
3051
3052 2004-02-10 [luke]       0.9.9claws1
3053
3054         * src/mimeview.c
3055                 add borders to icons to indicate the privacy status for
3056                 the message part (unknown/bad/good)
3057
3058 2004-02-06 [paul]       0.9.9claws
3059
3060         0.9.9claws released
3061
3062 2004-02-06 [darko]      0.9.8claws64
3063
3064         * src/compose.c
3065                 don't allow Ctrl+Enter while external editor is active
3066
3067 2004-02-06 [paul]       0.9.8claws63
3068
3069         * po/es.po
3070           po/pl.po
3071           po/sk.po
3072           po/sr.po
3073                 update Spanish, Polish, Slovak, and Serbian translations.
3074                 submitted by Ricardo Mones Lastra, Emil Nowak, Andrej Kacian,
3075                 and Urke MMI
3076
3077 2004-02-04 [alfons]     0.9.8claws62
3078
3079         * src/compose.c
3080                 grab focus only when lbutton was pressed (bug #430 cont'd; 
3081                 don't have clue yet why the cursor pos is at the end of the
3082                 text.)
3083
3084 2004-02-04 [alfons]     0.9.8claws61
3085
3086         * src/compose.c
3087                 always grab focus when one of the header entries is clicked 
3088                 (should fix bug #430, "no focus on pasted addresses 3 & higher")
3089
3090 2004-02-02 [paul]
3091
3092         * ac/missing/gdk-pixbuf.m4
3093           ac/missing/gpgme.m4
3094           ac/missing/imlib.m4
3095                 prevent 'underquoted definition' warnings
3096                 patch submitted by David Relson
3097                 
3098         * src/plugins/clamav/README
3099                 update, improve, correct
3100
3101 2004-01-31 [thorsten]   0.9.8claws60
3102
3103         * src/news.c
3104                 'dir' not initialized if group has no messages
3105
3106 2004-01-29 [christoph]  0.9.8claws59
3107
3108         * src/customheader.[ch]
3109                 add custom_header_is_allowed() to check for disallowed header names
3110                 that must not be overridden by custom headers
3111
3112         * src/compose.c
3113                 always write From: header and use custom_header_is_allowed() to
3114                 check if custom header should be written
3115
3116         * src/prefs_customheader.c
3117                 check if custom header is disallowed using custom_header_is_allowed()
3118
3119         * src/folderutils.c
3120                 destroy message id GHashTable before freeing the MsgInfos
3121
3122 2004-01-29 [paul]       0.9.8claws58
3123
3124         * sync with 0.9.9 release
3125                 see ChangeLog 2004-01-29
3126
3127 2004-01-29 [paul]       0.9.8claws57
3128
3129         * sync with 0.9.8cvs11
3130                 see ChangeLog 2004-01-29
3131
3132 2004-01-28 [christoph]  0.9.8claws56
3133
3134         * src/pgpmime.c
3135         * src/sgpgme.[ch]
3136                 return WARN signature status when signature is not trusted
3137
3138         * src/Makefile.am
3139         * src/folder.c
3140         * src/folderutils.[ch]                  ** NEW **
3141         * src/summaryview.c
3142                 implement delete duplicates summaryview independent
3143
3144 2004-01-28 [paul]       0.9.8claws55
3145
3146         * sync with 0.9.8cvs10
3147                 see Changelog 2004-01-27 and 2004-01-28
3148
3149 2004-01-26 [christoph]  0.9.8claws54
3150
3151         * src/imap.c
3152                 create a root node for the Folder if scan fails because root
3153                 folder does not exist
3154
3155 2004-01-26 [paul]       0.9.8claws53
3156
3157         * sync with 0.9.8cvs7
3158                 see ChangeLog 2004-01-23
3159
3160 2004-01-25 [alfons]     0.9.8claws52
3161
3162         * src/compose.c
3163                 remove left-over constant INDENT_CHARS
3164
3165 2004-01-25 [alfons]     0.9.8claws51
3166
3167         * src/procmime.c
3168                 add NULL pointer check for mimeinfo->node in
3169                 procmime_mimeinfo_parent()
3170
3171 2004-01-25 [darko]      0.9.8claws50
3172
3173         * src/compose.c
3174                 make "Wrap all long lines" toolbar button wrap all
3175                 long lines not just the current line
3176                 patch by I. Oshadi Jayawardena <ioj4 at yahoo.co.uk>
3177
3178
3179 2004-01-25 [alfons]     0.9.8claws49
3180
3181         * src/procmime.c
3182                 remove g_strstrip(); prevents a NULL pointer deref, and isn't
3183                 necessary anyway, because *scanf() functions neglect white
3184                 space in the input. 
3185                 Fixes bug #425, "sylpheed 0.9.8claws42 crashes on some messages."
3186
3187 2004-01-25 [paul]       0.9.8claws48
3188
3189         * src/prefs_ext_prog.c
3190                 apply Alfons' patch to check for NULL pointers
3191                 fixes bug #424
3192
3193 2004-01-25 [paul]       0.9.8claws47
3194
3195         * sync with 0.9.8cvs8
3196                 see ChangeLog 2004-01-23
3197
3198 2004-01-25 [thorsten]   0.9.8claws46
3199
3200         * src/messageview.c
3201                 remove orphaned mimeview unref()
3202
3203 2004-01-23 [christoph]  0.9.8claws45
3204
3205         * src/summaryview.c
3206                 set ctree widget style
3207
3208 2004-01-23 [paul]       0.9.8claws44
3209
3210         * sync with 0.9.8cvs5
3211                 see ChangeLog 2004-01-22
3212
3213 2004-01-23 [alfons]     0.9.8claws43
3214
3215         * src/procmsg.c
3216                 remove redundant code in procmsg_get_thread_tree()
3217
3218 2004-01-21 [christoph]  0.9.8claws42
3219
3220         * src/folderview.c
3221                 set ctree widget style, otherwise GTK does not use the
3222                 the correct vertical size for the list items
3223
3224 2004-01-21 [alfons]     0.9.8claws41
3225
3226         * src/summaryview.c
3227                 GDK_Left should only switch to folderview when
3228                 when summaryview hscrollbar is at the leftmost
3229                 position (fixes bug #420, "Focus error")
3230
3231 2004-01-21 [paul]       0.9.8claws40
3232
3233         * sync with 0.9.8cvs4
3234                 see ChangeLog 2004-01-20
3235
3236 2004-01-20 [christoph]  0.9.8claws39
3237
3238         * src/folderview.c
3239                 remove setting sensitivity for no longer existing
3240                 /Scoring... popup entry
3241
3242 2004-01-20 [keith]      0.9.8claws38
3243
3244         * configure.ac
3245                 Revert AM_CONFIG_HEADER to AC_CONFIG_HEADER
3246
3247 2004-01-20 [paul]       0.9.8claws37
3248
3249         * src/prefs_fonts.c
3250                 demystify font settings
3251                 
3252         * src/textview.c
3253                 use textview->msgfont for header->body in
3254                 textview_show_header()
3255
3256 2004-01-20 [paul]       0.9.8claws36
3257
3258         * src/compose.c
3259           src/undo.c
3260                 remove superfluous debug_print's
3261                 
3262         * src/inc.c
3263                 clear the statusbar after LOCAL incorporation
3264
3265 2004-01-20 [paul]       0.9.8claws35
3266
3267         * sync with 0.9.8cvs3
3268                 see ChangeLog 2004-01-20
3269
3270 2004-01-19 [keith]      0.9.8claws34
3271
3272         * src/folderview.c
3273                 don't show 'Search folder...' on popup menu
3274                 if folder has no mails in it
3275
3276 2004-01-17 [keith]      0.9.8claws33
3277
3278         * src/compose.c
3279           src/prefs_common.c
3280           src/prefs_common.h
3281                 store position of compose window in prefs
3282
3283 2004-01-17 [thorsten]   0.9.8claws32
3284
3285         * src/gtk/gtkvscrollbutton.c
3286                 ensure scrollbutton resize event on different gtk versions
3287
3288 2004-01-15 [alfons]     0.9.8claws31
3289         
3290         * src/summaryview.c
3291                 keep MSG_REPLIED and MSG_FORWARDED even when marking a
3292                 message as read
3293
3294 2004-01-12 [christoph]  0.9.8claws30
3295
3296         * src/procmime.c
3297                 better MIME-Version check
3298
3299 2004-01-11 [alfons]     0.9.8claws29
3300
3301         * src/procmsg.c
3302                 remove unnecessary but still effective check (could possibly
3303                 lead to some unwanted side effects)
3304
3305 2004-01-11 [alfons]     0.9.8claws28
3306
3307         * src/procmsg.c
3308                 we should not prefer lowest message number while threading 
3309                 (introduced in previous commit)
3310
3311 2004-01-11 [alfons]     0.9.8claws27
3312
3313         * src/procmsg.c
3314                 subject threading fixes:
3315                 
3316                         - make message with lowest message number the
3317                           thread parent,
3318                         - refine recording last node when threading. the last node
3319                           should be the previous one if a node has a thread parent,
3320                           or the current node if not
3321                 
3322                 (there's another threading bug fix coming up)
3323
3324 2004-01-10 [paul]       0.9.8claws26
3325
3326         * src/main.c
3327           src/prefs_ext_prog.c
3328           src/plugins/clamav/clamav_plugin_gtk.c
3329                 minor gui fixes
3330
3331 2004-01-09 [christoph]  0.9.8claws25
3332
3333         * src/Makefile.am
3334         * src/string_match.[ch]                 ** REMOVE **
3335         * src/common/Makefile.am
3336         * src/common/string_match.[ch]          ** NEW **
3337                 move string_match.[ch] to common directory
3338
3339 2004-01-09 [christoph]  0.9.8claws24
3340
3341         * src/pgpmime.c
3342                 add MIME-Version header for the message parser
3343
3344 2004-01-09 [paul]       0.9.8claws23
3345
3346         * po/POTFILES.in
3347           src/Makefile.am
3348           src/main.c
3349           src/prefs_common.c
3350           src/prefs_ext_prog.[ch]       ** NEW FILES **
3351                 move External Command options from 'Common Prefs/Other' to
3352                 'Other Prefs/Message View/External Programs', also reveal
3353                 the hidden options for audio player and image viewer.
3354                 
3355         * src/prefs_common.c
3356                 fix toggling of header pane
3357
3358 2004-01-09 [paul]       0.9.8claws22
3359
3360         * src/compose.c
3361                 when changing account also change the save folder
3362
3363         * src/textview.c
3364                 if a text/plain attachment has 'Content-Disposition: attachment'
3365                 don't display it inline
3366
3367 2004-01-08 [christoph]  0.9.8claws21
3368
3369         * src/procmime.c
3370                 check for "MIME-Version: 1.0" in message/rfc882 MIME-parts,
3371                 otherwise thread the message content as one text part and
3372                 don't assume charset US-ASCII which is only specified as
3373                 default for MIME-messages
3374
3375 2004-01-08 [paul]       0.9.8claws20
3376
3377         * src/plugins/clamav/clamav_plugin.c
3378           src/plugins/spamassassin/spamassassin.c
3379                 inform the user what is happening via the statusbar
3380
3381 2004-01-06 [paul]       0.9.8claws19
3382
3383         * po/es.po
3384                 update Spanish translation. submitted by Ricardo
3385                 Mones Lastra
3386
3387 2004-01-05 [paul]       0.9.8claws18
3388
3389         * sync with 0.9.8cvs2
3390                 see ChangeLog 2004-01-05
3391
3392 2004-01-03 [luke]       0.9.8claws17
3393
3394         * src/procheader.c
3395                 Clean up:
3396                 o remove unused functions string_getchar() and file_getchar()
3397                 o remove the getchar_ parameter from generic_get_one_field()
3398                 o add an 'unfold' parameter to generic_get_one_field, to
3399                   be used if no HeaderEntry is supplied
3400                 o procheader_get_one_field_asis() uses
3401                   generic_get_one_field().
3402
3403 2004-01-01 [christoph]  0.9.8claws16
3404
3405         * src/common/xml.[ch]
3406                 o add xml_new_tag() to manage usage counts of strings correctly
3407                 o correct xml_copy_tree() function name
3408
3409         * src/folder.c
3410         * src/main.c
3411                 allow registering and unregistering of FolderClasses anytime
3412
3413 2003-12-31 [christoph]  0.9.8claws15
3414
3415         * src/folder.[ch]
3416         * src/common/xml.[ch]
3417                 keep folderlist.xml data for unloaded FolderClasses
3418
3419 2003-12-30 [luke]       0.9.8claws14
3420
3421         * src/procheader.[ch]
3422                 o added procheader_get_one_field_asis() that does not do
3423                   unfolding
3424                 o fix procheader_get_header_array_asis() to use the above,
3425                   fixing ugliness of headers in textview
3426
3427         * src/compose.c
3428                 o don't unfold headers when redirecting.        
3429
3430 2003-12-30 [paul]       0.9.8claws13
3431
3432         * po/POTFILES.in
3433           src/common/defs.h
3434           src/Makefile.am
3435           src/main.c
3436           src/prefs_common.c
3437           src/prefs_themes.[ch] ** NEW FILES **
3438                 redesign and move Icon Theme selector to
3439                 the new prefs window
3440           
3441         * src/stock_pixmap.c
3442                 fix the old bug where icons are not always
3443                 updated when changing themes
3444         
3445         * src/summaryview.c
3446                 fix bug where the icons on the title row
3447                 of the summary view were not updated
3448         
3449         all patches submitted by Ricardo Mones Lastra
3450
3451 2003-12-30 [hoa]        0.9.8claws12
3452
3453         * src/folder.c
3454                 run preglobal and postglobal processing rules
3455                 even if the folder does not have any rules.
3456
3457 2003-12-28 [paul]       0.9.8claws11
3458
3459         * ac/aspell.m4
3460           ac/check-type.m4
3461           ac/gnupg-check-typedef.m4
3462           ac/openssl.m4
3463           ac/spamassassin.m4
3464                 fix 'underquoted definition' warnings, patch submitted by
3465                 David Relson <relson@osagesoftware.com>
3466                 
3467         * src/common/utils.c
3468                 subject_get_prefix_length(): add "Odp\\:" to reply prefixes,
3469                 patch submitted by Jan Alboszta <J.Alboszta@students.mimuw.edu.pl>
3470
3471 2003-12-28 [paul]       0.9.8claws10
3472
3473         * sync with 0.9.8cvs1
3474                 see ChangeLog 2003-12-17
3475
3476 2003-12-27 [christoph]  0.9.8claws9
3477
3478         * src/common/utils.[ch]
3479                 add g_node_map() to map a GNode into a new GNode
3480                 converting all node data's with a function
3481
3482         * src/account.c
3483         * src/folder.[ch]
3484         * src/folderview.c
3485         * src/imap.c
3486         * src/mainwindow.c
3487         * src/summaryview.c
3488                 o use g_node_map() to convert XML <-> Folder
3489                 o remove redundant FolderItem->parent and
3490                   replace it with folder_item_parent()
3491
3492 2003-12-23 [christoph]  0.9.8claws8
3493
3494         * src/folder.[ch]
3495         * src/folderview.c
3496         * src/mainwindow.c
3497         * src/procmsg.c
3498                 o use callback for notifications about added and
3499                   destroyed folders
3500                 o rewrite folderlist saving (new functions to create
3501                   folder from XML tree, and XML tree from folder)
3502
3503         * src/common/xml.[ch]
3504                 add function to save XML trees
3505
3506         * src/prefs_filtering.c
3507                 code cleanup
3508
3509 2003-12-22 [christoph]  0.9.8claws7
3510
3511         * src/prefs_account.[ch]
3512                 add "SMTP only" accounts
3513
3514 2003-12-20 [melvin]     0.9.8claws6
3515
3516         * src/action.[ch]
3517                 Changed the interface for action_update_*_menu() so
3518                 action.c does not need to know the paths of the different
3519                 actions menu (mainwindow, message view and compose window). 
3520
3521         * src/compose.c
3522                 Tiny code cleanup to merge spell checker related code
3523                 compose_update_actions_menu(): new function to update
3524                 the actions menu. Use it in compose_create()
3525
3526         * src/compose.h
3527                 compose_update_actions_menu(): new function to update
3528                 the actions menu. Used also in prefs_actions.c.
3529
3530         * src/mainwindow.[ch]
3531                 main_window_update_actions_menu(): new function to update
3532                 the actions menu. Used in main_window_create() and in
3533                 prefs_actions.c
3534
3535         * src/messageview.[ch]
3536                 messageview_update_actions_menu(): new function to update
3537                 the actions menu. Used in messageview_add_toolbar() and in
3538                 prefs_actions.c
3539                 
3540         * src/prefs_actions.c   
3541                 prefs_actions_ok(): fixed to update the actions menu of
3542                 the separate message view and the compose windows.
3543
3544 2003-12-20 [luke]       0.9.8claws5
3545         * src/procheader.c
3546                 fix unfolding/newline stripping for multiline fields
3547                 in generic_get_one_field()
3548
3549 2003-12-19 [christoph]  0.9.8claws4
3550
3551         * src/summaryview.c
3552                 o code cleanup
3553                 o use subject_compare_for_sort() when comparing
3554                   simplified subjects
3555
3556 2003-12-19 [christoph]  0.9.8claws3
3557
3558         * src/msgcache.c
3559                 more syncing with 0.8.9a
3560
3561 2003-12-19 [christoph]  0.9.8claws2
3562
3563         * src/folder.c
3564                 don't write all FolderItem XML attributes for the root node
3565
3566 2003-12-19 [melvin]     0.9.8claws1
3567
3568         * src/messageview.c
3569                 Added missing menu branch (Tools/Create processing/rule)
3570         * po/fr.po
3571                 Updated French translation for the added string.
3572
3573 2003-12-19 [paul]       0.9.8claws
3574
3575         0.9.8claws released
3576
3577 2003-12-19 [paul]       0.9.7claws51
3578
3579         * po/en_GB.po
3580           po/es.po
3581           po/ja.po
3582           po/pl.po
3583           po/sk.po
3584           po/zh_CN.po
3585                 update translations. submitted by me, Ricardo Mones
3586                 Lastra, Rui Hirokawa, Emil Nowak, Andrej Kacian,
3587                 Hansom Young
3588                 
3589         * src/folder_item_prefs.c
3590                 'enable_processing' set to FALSE by default
3591
3592 2003-12-18 [melvin]     0.9.7claws50
3593
3594         * po/fr.po
3595                 Updated French translation
3596
3597 2003-12-17 [christoph]  0.9.7claws49
3598
3599         * src/procheader.c
3600                 revert discarding of whitespace from 0.9.7claws44
3601
3602                 RFC2822 2.2.3: Unfolding is accomplished by simply
3603                 removing any CRLF that is immediately followed by WSP.
3604
3605 2003-12-17 [paul]       0.9.7claws48
3606
3607         * src/folder.c
3608                 fix new message count
3609                 
3610         * configure.ac
3611                 update autotools macros
3612
3613         * sync with 0.9.8a
3614
3615 2003-12-16 [christoph]  0.9.7claws47
3616
3617         * src/folder.c
3618                 fix folder update before adding MsgInfo to cache
3619                 in add_msginfo_to_cache()
3620
3621         * src/procmsg.c
3622                 remove old call to folder_item_update() that is no
3623                 longer required
3624
3625 2003-12-16 [christoph]  0.9.7claws46
3626
3627         * src/main.c
3628                 make sure the shutdown process only runs once
3629
3630 2003-12-16 [hoa]        0.9.7claws45
3631
3632         * src/mainwindow.c
3633         * src/messageview.c
3634         * src/summaryview.[ch]
3635                 Create filter rules using a message is fixed.
3636                 We can now create processing rules using a message.
3637
3638 2003-12-15 [alfons]     0.9.7claws44
3639
3640         * src/procheader.c
3641                 make sure we discard folding white space
3642
3643 2003-12-15 [luke]       0.9.7claws43
3644         * src/textview.c
3645         * src/mimeview.c
3646                 o use "name" parameter if "filename" doesn't exist
3647
3648 2003-12-14 [alfons]     0.9.7claws42
3649
3650         * src/summaryview.c
3651         * src/common/utils.c
3652                 allow quick finding based on the result of passing
3653                 a message to an external command. E.g:
3654
3655                         X "bogofilter < %F" 
3656                 
3657                 gets me all the spam in a folder.
3658
3659 2003-12-14 [luke]       0.9.7claws41
3660
3661         * src/textview.c
3662         * src/mimeview.c
3663                 o use parameter "filename" instead of "name" in a couple of 
3664                   places for correctness
3665
3666         * src/procmime.c
3667         * src/common/utils.[ch]
3668                 o make temporary filename for attachments safe for %p 
3669                   substitutions in actions.
3670
3671 2003-12-13 [christoph]  0.9.7claws40
3672
3673         * src/main.c
3674                 readd exit(0) to clean_quit() because otherwise sylpheed
3675                 does not always terminate
3676
3677         * src/pgpmime.c
3678         * src/privacy.h
3679                 add an identifier-string for PrivacySystems
3680
3681 2003-12-12 [paul]
3682
3683         * doc/man/sylpheed.1
3684                 update the man page
3685
3686 2003-12-12 [paul]       0.9.7claws39
3687
3688         general clean up
3689         
3690         * configure.ac
3691                 correct and clean up './configure --help' info
3692         
3693         * src/plugins/clamav/clamav_plugin.c
3694           src/plugins/spamassassin/spamassassin.c
3695                 correct plugin_desc(), works with LOCAL, IMAP, and
3696                 POP accounts
3697                 
3698         * src/filtering.c
3699           src/matcher.[ch]
3700           src/matcher_parser_parse.y
3701           src/prefs_filtering_action.c
3702                 use 'Change Score' instead of '(In/De)crease score'.
3703                 use *CHANGE_SCORE* instead of *ADD_SCORE*
3704          
3705          * src/mainwindow.c
3706                 hyphenate: 'Pre-processing', 'Post-processing'
3707                 
3708         * src/prefs_account.c
3709                 change 'Generate Message-ID' to 'Generate Message-Id'
3710                 
3711         * src/prefs_folder_item.c
3712                 change 'Processing on startup:' to 'Process at startup'
3713                 change 'Scan for new mail:' to 'Scan for new mail'
3714                 
3715 2003-12-11 [christoph]  0.9.7claws38
3716
3717         * src/crash.c
3718         * src/main.[ch]
3719                 make sure the clean_exit() funtion is not called again by the
3720                 signal handler while it is already running
3721
3722         (closes Bug 366 lost all folders -> spoiling folderlist.xml file)
3723
3724         * src/summaryview.c
3725                 fix wrong assertion
3726
3727 2003-12-11 [paul]       0.9.7claws37
3728
3729         * src/compose.c
3730                 'anonymise' Message-Id: header string
3731
3732 2003-12-11 [paul]       0.9.7claws36
3733
3734         * src/plugins/clamav/clamav_plugin.c
3735                 fix (don't break) signature count
3736                 use cl_strerror() instead of deprecated cl_perror()
3737         
3738 2003-12-11 [darko]      0.9.7claws35
3739
3740         * src/summaryview.c
3741                 also update the sort arrow (thanks Christoph)
3742
3743 2003-12-11 [darko]      0.9.7claws34
3744
3745         * src/summaryview.c
3746                 allow reverting to default sort mode (no sort)
3747
3748 2003-12-10 [hoa]        0.9.7claws33
3749
3750         * src/matcher.c
3751                 fixed quotation of string for matcher.
3752
3753 2003-12-08 [paul]       0.9.7claws32
3754
3755         * src/imap.c
3756           src/inc.c
3757                 plug memory leaks (patch by Alfons)
3758
3759 2003-12-08 [christoph]  0.9.7claws31
3760
3761         * src/folder_item_prefs.[ch]
3762         * src/folderview.c
3763         * src/prefs_folder_item.c
3764                 add new FolderItem property to exclude folders from new
3765                 mail checks
3766
3767         Patch submitted by Chad Robinson <crobinson@rfgonline.com>
3768
3769 2003-12-07 [paul]       0.9.7claws30
3770
3771         * src/plugins/clamav/clamav_plugin.c
3772                 fix signature count
3773
3774 2003-12-07 [thorsten]   0.9.7claws29
3775
3776         * src/filtering.c
3777                 debug_print some warning if destfolder missing
3778         * src/prefs_filtering.c
3779                 uninitialized filter list when deleting a folder
3780
3781 2003-12-06 [paul]       0.9.7claws28
3782
3783         * src/procheader.c
3784                 add Alfons' patch to trim line feeds
3785
3786 2003-12-06 [paul]       0.9.7claws27
3787
3788         * partial sync with 0.9.7cvs8
3789                 leaving claws' online/offline more or less intact
3790                 see ChangeLog 2003-12-04 and 2003-12-06
3791
3792 2003-12-06 [christoph]  0.9.7claws26
3793
3794         * src/messageview.c
3795         * src/privacy.[ch]
3796                 revert pirvacy API changes
3797
3798 2003-12-05 [alfons]     0.9.7claws25
3799
3800         * src/matcher.[ch]
3801                 clean up my old cruft
3802
3803 2003-12-05 [alfons]     0.9.7claws24
3804
3805         * src/matcher.c
3806                 fix comparison buglet ;-) and make `test` matcher
3807                 work again
3808
3809 2003-12-05 [alfons]     0.9.7claws23
3810
3811         * src/prefs_folder_item.c
3812                 K&R 2nd Ed., page 241 (function parameter identifiers
3813                 starting with an underscore are kind of insulting)
3814
3815 2003-12-05 [hoa]        0.9.7claws22
3816
3817         * src/main.c
3818         * src/mainwindow.[ch]
3819         * src/mainwindow.h
3820                 add destructor for mainwindow so that the last 
3821                 MimeInfo opened in messageview is destroyed when
3822                 exiting sylpheed.
3823
3824 2003-12-05 [hoa]        0.9.7claws21
3825
3826         * src/filtering.[ch]
3827         * src/matcher.[ch]
3828         * src/matcher_parser_lex.l
3829         * src/matcher_parser_parse.y
3830         * src/prefs_actions.c
3831         * src/prefs_filtering.c
3832         * src/common/utils.[ch]
3833                 quote arguments before giving them to command line.
3834                 fixed quote of string in matcher/processing/filtering rules.
3835
3836         * src/messageview.c
3837         * src/privacy.[ch]
3838                 allows decryption to return a new whole 
3839                 MIME message structure.
3840
3841 2003-12-04 [hoa]        0.9.7claws20
3842
3843         * src/filtering.[ch]
3844         * src/folder.c
3845         * src/mainwindow.c
3846         * src/matcher.c
3847         * src/matcher_parser_parse.y
3848         * src/folderview.c
3849                 global rules to run before folder specific rules.
3850                 global rules to run after folder specific rules.
3851                 
3852         * src/messageview.c
3853                 fixed quick addition of rules.
3854         
3855         * src/prefs_filtering.[ch]
3856         * src/summaryview.c
3857                 we can now customize the title for the dialog.
3858                 updated case where we rename of delete folders.
3859
3860         * src/addressbook.c
3861                 got back the function addressbook_browse_entry_cb()
3862                 that is needed in case we compiled with LDAP support.
3863
3864 2003-12-04 [paul]       0.9.7claws19
3865
3866         * sync with 0.9.7cvs6
3867                 see ChangeLog 2003-12-04
3868                 fixes bug 171 'Wrong message decoing: koi8-r and 
3869                 iso8859-5 looks same. Can't read many emails.'
3870
3871 2003-12-04 [paul]       0.9.7claws18
3872
3873         * po/POTFILES.in
3874                 remove 'src/prefs_scoring.c'
3875
3876 2003-12-03 [hoa]        0.9.7claws17
3877
3878         * src/Makefile.am
3879                 compilation of scoring.[ch] and prefs_scoring.[ch]
3880                 is removed.
3881         
3882         * src/filtering.[ch]
3883         * src/folder.c
3884         * src/folder_item_prefs.[ch]
3885         * src/folderview.c
3886         * src/main.c
3887         * src/mainwindow.c
3888         * src/matcher.[ch]
3889         * src/matcher_parser.h
3890         * src/matcher_parser_parse.y
3891         * src/prefs_filtering.[ch]
3892         * src/prefs_filtering_action.c
3893         * src/prefs_folder_item.c
3894         * src/prefs_scoring.[ch]              * REMOVED FILES *
3895         * src/procmsg.[ch]
3896         * src/scoring.[ch]                    * REMOVED FILES *
3897         * src/summaryview.c
3898                 merged scoring and filtering.
3899                 
3900                 Note : compatibility is kept by parsing score like 
3901                   add_score. To get the behaviour of older scoring 
3902                   system, you have to define some equivalent rule :
3903                   "score_lower -9999 hide"
3904                   "score_greater 9999 mark"
3905                   
3906                   To define global rules, you have to define them 
3907                   in the new global processing rules.
3908                   The variable that kept the list filtering rules 
3909                   was "global_processing" and has been renamed into 
3910                   "filtering_rules".
3911                   "global_processing" variable is now the name 
3912                   of the variable that keeps the list of global 
3913                   processing rules.
3914                   In the configuration file, "[global]" section is 
3915                   now for the global processing rules (which includes
3916                   score things and new global processing rules).
3917                   New "[filtering]" section is for the filtering rules.
3918                   
3919                   Before running with this version, during testing 
3920                   phase, ** MAKE A BACKUP ** of your matcherrc file.
3921                   Then, you have to make the following changes :
3922                   - leave all scoring rules in "[global]" section.
3923                   - move all other rules of "[global]" section to
3924                       a new section named "[filtering]".
3925
3926 2003-12-03 [christoph]  0.9.7claws16
3927
3928         * src/procmime.c
3929                 use default Content-Type as specified in RFC2045 if
3930                 Content-Type header is syntactically incorrect
3931
3932 2003-12-03 [christoph]  0.9.7claws15
3933
3934         * src/addressbook.c
3935         * src/addrindex.h
3936         * src/addritem.c
3937         * src/expldifdlg.h
3938         * src/exportldif.c
3939         * src/filtering.c
3940         * src/folder.c
3941         * src/folderview.c
3942         * src/jpilot.c
3943         * src/localfolder.c
3944         * src/matcher.h
3945         * src/matcher_parser_lex.l
3946         * src/matcher_parser_parse.y
3947         * src/news.c
3948         * src/prefs_filtering_action.c
3949         * src/prefs_folder_item.c
3950         * src/prefs_fonts.c
3951         * src/procmsg.c
3952         * src/sgpgme.c
3953                 clean up warnings
3954
3955         * src/procmime.c
3956                 revert 0.9.7claws14 change
3957
3958 2003-12-03 [alfons]     0.9.7claws14
3959
3960         * src/procmime.c
3961                 catch invalid Content-Type with no subtype
3962
3963 2003-12-03 [alfons]     0.9.7claws13
3964
3965         * src/alertpanel.h
3966         * src/setup.c
3967         * src/plugins/image_viewer/plugin.c
3968                 compile again, we need stddef.h for size_t
3969
3970 2003-12-03 [paul]       0.9.7claws12
3971
3972         * src/account.c
3973                 don't allow cloning of accounts with remote folders,
3974                 patch submitted by Ricardo Mones Lastra
3975
3976 2003-12-03 [christoph]  0.9.7claws11
3977
3978         * src/folder.[ch]
3979         * src/imap.c
3980         * src/localfolder.[ch]
3981         * src/mh.c
3982         * src/news.c
3983         * src/common/xml.[ch]
3984                 add set_xml() and get_xml() virtual functions to FolderClass to
3985                 save extra information for Folders (for example the rootpath
3986                 only used by LocalFolder). The folderlist write function no
3987                 longer needs to know the folder type to save this extra
3988                 information.
3989
3990 2003-12-02 [christoph]  0.9.7claws10
3991
3992         * src/Makefile.am
3993         * src/account.c
3994         * src/folder.[ch]
3995         * src/folderview.h
3996         * src/imap.c
3997         * src/localfolder.[ch]          ** NEW **
3998         * src/mainwindow.c
3999         * src/mh.[ch]
4000         * src/news.[ch]
4001         * src/prefs_account.[ch]
4002         * src/prefs_filtering.h
4003         * src/procmsg.h
4004         * src/remotefolder.[ch]         ** NEW **
4005         * src/common/xml.[ch]
4006                 add item_set_xml() and item_get_xml() virtual functions to
4007                 FolderClass to give folders the ability to add extra information
4008                 to the saved FolderItem data. If NULL the default function for
4009                 FolderItem will be used.
4010
4011 2003-11-29 [christoph]  0.9.7claws9
4012
4013         * src/procheader.c
4014                 fix bug in unfolding
4015
4016 2003-11-29 [luke]       0.9.7claws8
4017
4018         * src/textview.c
4019                 fix compilation for non c99 compilers
4020
4021 2003-11-29 [christoph]  0.9.7claws7
4022
4023         * src/procmime.[ch]
4024         * src/mimeview.c
4025                 o unknown disposition types should be handled as
4026                   attachment (RFC2183)
4027                 o missing headers should not default to inline
4028                   (would make "Save All" useless when disposition header
4029                    is not set by the sending mailer)
4030                 o remove old MimeInfo data and cleanup
4031
4032 2003-11-29 [luke]       0.9.7claws6
4033
4034         * src/procmime.[ch]
4035                 re-added parsing of Content-Disposition header
4036                         - removes the old  'gchar* content_disposition'
4037                         - adds a new field 'DispositionType disposition'
4038                         - adds parameters to MimeInfo::parameters
4039
4040         * src/mimeview.c
4041                 use the "filename" parameter for saving, and the new
4042                 MimeInfo::disposition for save all.
4043
4044         * src/compose.c
4045         * src/toolbar.[ch]
4046                 add a 'check spelling' button as a possibility for 
4047                 the compose toolbar
4048
4049         * src/stockpixmap.[ch]
4050         * src/pixmaps/check_spelling.xpm        ** NEW **
4051         * src/Makefile.am
4052                 add a pixmap for use with 'check spelling' button or
4053                 a user defined action
4054
4055         * src/textview.c
4056                 re-apply fixed (I hope) patch for bug 57
4057                 "Hidden URL in HTML Mails"
4058
4059 2003-11-28 [christoph]  0.9.7claws5
4060
4061         * src/procmime.c
4062                 o be more liberal in what we accept as Content-Type parameters
4063                 o ignore comments after parameters
4064
4065         * src/sgpgme.c
4066                 o only free passphrase when an error occurs
4067
4068 2003-11-28 [paul]       0.9.7claws4
4069
4070         * src/account.c
4071                 add 'Clone Account' function. patch submitted by
4072                 Ricardo Mones Lastra
4073
4074 2003-11-27 [thorsten]   0.9.7claws3
4075
4076         * src/mimeview.c
4077                 fix crash if 'save_all' failed twice
4078
4079 2003-11-27 [paul]       0.9.7claws2
4080
4081         * po/POTFILES.in
4082                 fix a typo
4083
4084         * po/zh_CN.po
4085                 update Simplified Chinese translation. submitted by
4086                 Hansom Young
4087
4088 2003-11-27 [paul]       0.9.7claws1
4089
4090         * po/POTFILES.in
4091                 clean up
4092
4093 2003-11-26 [paul]       0.9.7claws
4094
4095         * 0.9.7claws released
4096
4097 2003-11-26 [paul]       0.9.6claws99
4098
4099         * src/Makefile.am
4100                 add reference to pixmaps/mime_message.xpm
4101
4102 2003-11-26 [paul]       0.9.6claws98
4103
4104         * po/POTFILES.in
4105                 remove reference to src/sigstatus.c
4106
4107 2003-11-26 [christoph]  0.9.6claws97
4108
4109         * src/Makefile.am
4110         * src/prefs_common.c
4111         * src/rfc2015.c
4112         * src/sigstatus.[ch]            ** REMOVE **
4113                 remove signature result popup option and window
4114
4115 2003-11-26 [paul]       0.9.6claws96
4116
4117         * po/es.po
4118           po/ja.po
4119           po/pl.po
4120           po/sk.po
4121           po/sr.po
4122                 update translations. submitted by Ricardo Mones Lastra,
4123                 Rui Hirokawa, Emil Nowak, Andrej Kacian, and Urke MMI
4124
4125 2003-11-25 [christoph]  0.9.6claws95
4126
4127         * src/procmime.c
4128                 display mime structure only in debug mode
4129
4130 2003-11-25 [melvin]     0.9.6claws94
4131
4132         * po/fr.po
4133                 Updated French translations + typos fixes of older
4134                 translations (thanks to Fabien Vantard for pointing
4135                 to some of them)
4136
4137 2003-11-25 [melvin]     0.9.6claws93
4138
4139         * src/editldap.c
4140                 Fixed a couple of typos.
4141
4142 2003-11-24 [paul]       0.9.6claws92
4143
4144         * po/POTFILES.in
4145                 add 'src/textview.c'
4146
4147 2003-11-24 [paul]       0.9.6claws91
4148
4149         * src/sgpgme.c
4150                 fix typo. spotted by Rui Hirokawa <rui_hirokawa@ybb.ne.jp>
4151
4152 2003-11-24 [paul]       0.9.6claws90
4153
4154         * src/plugins/image_viewer/viewer.c
4155                 image_viewer_show_mimepart(): 
4156                 use procmime_mimeinfo_get_parameter() to get the file name
4157
4158 2003-11-24 [paul]       0.9.6claws89
4159
4160         * src/textview.c
4161                 textview_show_mime_part(): rewrite text hint
4162
4163 2003-11-22 [paul]       0.9.6claws88
4164
4165         * sync with 0.9.7cvs5
4166                 see ChangeLog 2003-11-21
4167
4168 2003-11-21 [paul]       0.9.6claws87
4169
4170         * src/mimeview.c
4171                 define shortcut key 'o' for 'Open with...'
4172
4173 2003-11-21 [alfons]     0.9.6claws86
4174
4175         * src/messageview.c
4176                 fix bug #383 'Deleting message from "separate message view" 
4177                 uses local Trash folder'
4178
4179 2003-11-21 [christoph]  0.9.6claws85
4180
4181         * src/mimeview.c
4182                 fix content-type guessing by name parameter when finding
4183                 the correct viewer
4184
4185 2003-11-21 [alfons]     0.9.6claws84
4186
4187         * src/main.c
4188                 no mail incorporation allowed with --offline param.
4189                 fixes bug #374, "--offline ignored"
4190
4191 2003-11-20 [christoph]  0.9.6claws83
4192
4193         * src/mimeinfo.c
4194                 use signed MimeInfo when checking the signature and not
4195                 the selected one
4196
4197 2003-11-19 [alfons]     0.9.6claws82
4198
4199         * src/mainwindow.c
4200                 fix crash when toggling separate views, patch submitted
4201                 by Pawel Pekala <c0rn|AT|gazeta.pl>.
4202                 fixes bug #342, "separate views  cause crash"
4203
4204 2003-11-19 [paul]       0.9.6claws81
4205
4206         * src/compose.c
4207                 compose_redirect_write_headers_from_headerlist(): 
4208                 add Resent-Cc: header (bug fix inherited from 0.9.7cvs3)
4209                 
4210         * src/main.c
4211                 code cleanup (inherited from 0.9.7cvs4)
4212                 
4213         * tools/tb2sylpheed
4214                 bugfix: added missing attribute-list start. submitted by
4215                 Urke MMI
4216
4217 2003-11-19 [luke]       0.9.6claws80
4218
4219         * src/textview.c
4220                 revert my last commit until I get time to fix it
4221
4222 2003-11-18 [christoph]  0.9.6claws79
4223
4224         * src/mimeview.[ch]
4225                 check parent MimeInfos for signatures and display the
4226                 result of the parent when found
4227
4228         * src/pgpmime.c
4229                 o avoid NULL pointer warnings
4230                 o use procmime_mimeinfo_get_parameter()
4231
4232         * src/sgpgme.c
4233                 small text changes
4234
4235 2003-11-17 [luke]       0.9.6claws78
4236
4237         * src/textview.c
4238                 add check for disguised URLs, fixing bug 57
4239                 "Hidden URL in HTML Mails"
4240
4241 2003-11-16 [christoph]  0.9.6claws77
4242
4243         * src/procmime.c
4244                 fix crash when parsing invalid Content-Type header
4245
4246 2003-11-16 [christoph]  0.9.6claws76
4247
4248         * src/pgpmime.c
4249         * src/privacy.c
4250         * src/procmime.c
4251         * src/sgpgme.[ch]
4252                 implement message decrypting
4253
4254         * src/rfc2015.c
4255                 remove old code
4256
4257 2003-11-14 [luke]       0.9.6claws75
4258
4259         * src/mimeview.c
4260                 fix a couple of problems that treated application/* and
4261                 application/octet-stream the wrong way around
4262                 (since 0.9.6claws10), causing "Open" to do nothing.
4263
4264 2003-11-14 [christoph]  0.9.6claws74
4265
4266         * src/messageview.c
4267         * src/pgpmime.c
4268         * src/privacy.[ch]
4269                 prepare for message part decrypting
4270
4271         * src/sgpgme.c
4272                 add output for expired signatures
4273
4274         * src/rfc2015.c
4275                 remove some old code
4276
4277 2003-11-10 [christoph]  0.9.6claws73
4278
4279         * src/mimeview.c
4280                 add "Full info" button for bad and warn signature status
4281
4282         * src/sgpgme.c
4283                 generate full signature info like gpg's output
4284                 (gpg -v --with-fingerprint --verify)
4285
4286 2003-11-10 [christoph]  0.9.6claws72
4287
4288         * src/mimeview.c
4289         * src/pgpmime.c
4290         * src/privacy.[ch]
4291         * src/sgpgme.[ch]
4292         * src/textview.[ch]
4293                 o add code to view full signature info
4294                 o do automatic signature checks
4295
4296 2003-11-10 [alfons]     0.9.6claws71
4297
4298         * src/summaryview.c
4299                 don't crash when gtkut_font_load() returns invalid font (has
4300                 something to do with locale settings)
4301                 Patch submitted by David Chalmers <davidc|AT|ccmi.salk.edu>.
4302
4303 2003-11-09 [alfons]     0.9.6claws70
4304
4305         * src/procmime.c
4306                 plug leak
4307
4308 2003-11-08 [luke]       0.9.6claws69
4309
4310         * src/summaryview.c
4311                 fix some typos
4312
4313         * src/compose.c
4314                 rewrite compose_attach_parts(), fixing various bugs mainly
4315                 to do with re-editing.
4316
4317         * src/mimeview.c
4318                 "save all" now only saves attachments with names/filenames
4319
4320 2003-11-04 [match]      0.9.6claws68
4321
4322         * src/ldapctrl.[ch]
4323                 fix broken LDAP support.
4324
4325         * src/ldapquery.c
4326                 remove printf's.
4327
4328 2003-11-04 [luke]       0.9.6claws67
4329
4330         * src/mimeview.c
4331                 o  fixed bug 4 "focus lost on messages with attachments"
4332                 o  fixed 'Save all' attachments for new mime changes
4333                 o  right clicking on icons consistent with right clicking on
4334                    mime tree
4335                   - fixes a bug where wrong part is saved when you
4336                     choose 'Save as' from popup menu
4337                   - fixes bug 308 "No way to "save all" attachments"
4338                 o  fixed a compiler warning.
4339
4340         * src/textview.c
4341                 o  removed flickering in mime tree when using "n" and "p"
4342                    shortcuts
4343                 o  fixed bug where selecting the textview and pressing e.g.
4344                    'y' causes sylpheed to respond twice.
4345
4346         * src/summaryview.c
4347                 removed hard coding of * and ! shortcuts (which only served
4348                 to cause problems if you tried to redefine the shortcuts)
4349
4350 2003-11-04 [luke]       0.9.6claws66
4351
4352         * src/plugins/image_viewer/viewer.c
4353         * src/plugins/image_viewer/viewerprefs.c
4354         * src/plugins/image_viewer/viewerprefs.glade
4355                 o  allow toggling of image scaling by clicking on image
4356                 o  respond to image's container widget resize
4357
4358         * src/procmime.c
4359                 o  fix bad parsing of message when re-editing/viewing a
4360                    message saved to the drafts folder
4361
4362 2003-11-02 [match]      0.9.6claws65
4363
4364         * src/browseldap.h
4365                 fix if not building LDAP support.
4366         * src/addrindex.c
4367         * src/ldapquery.[ch]
4368         * src/editldap.h
4369                 include support for contains query. feature req 529354.
4370
4371 2003-11-02 [alfons]     0.9.6claws64
4372
4373         * src/browseldap.c
4374                 fix build bustage if not compiling ldap support
4375
4376 2003-11-01 [match]      0.9.6claws63
4377
4378         * po/POTFILES.in
4379         * src/Makefile.am
4380         * src/addr_compl.[ch]
4381         * src/addrbook.c
4382         * src/addrcache.[ch]
4383         * src/addrdefs.h        ** NEW **
4384         * src/addressbook.c
4385         * src/addressitem.h
4386         * src/addrindex.[ch]
4387         * src/addritem.h
4388         * src/addrquery.[ch]
4389         * src/ldapquery.[ch]
4390         * src/ldapserver.[ch]
4391                 refactor LDAP query mechanism.
4392
4393         * src/browseldap.[ch]   ** NEW **
4394         * src/ldaplocate.[ch]   ** NEW **
4395                 add feature to browse LDAP entry that was retrieved using
4396                 an explicit LDAP search.
4397
4398 2003-11-01 [alfons]     0.9.6claws62
4399
4400         * src/prefs_gtk.c
4401                 prefs_write_param(): fail when we see an invalid type; all the
4402                 callers seem to handle this gracefully by reverting changes
4403
4404 2003-10-30 [christoph]  0.9.6claws61
4405
4406         * configure.ac
4407         * ac/openssl.m4
4408         * ac/spamassassin.m4
4409         * src/Makefile.am
4410                 use extra variables for all libraries to make sure plugins
4411                 are only linked with libraries they really need. $LIBS is always
4412                 added to the linking parameters, but we only what the libraries
4413                 listed in the Makefile
4414
4415 2003-10-29 [paul]       0.9.6claws60
4416
4417         * src/mimeview.c
4418                 don't use Subject for unknown part name
4419
4420 2003-10-29 [paul]       0.9.6claws59
4421
4422         * src/compose.c
4423                 get name of attachment(s) when re-editing, fwd'ing or
4424                 redirecting
4425                 
4426         * src/mimeview.c
4427                 get name of attachment(s) when saving
4428
4429 2003-10-29 [hoa]        0.9.6claws58
4430
4431         * src/textview.c
4432                 implemented multipart/alternative in MIME message viewer.
4433
4434 2003-10-28 [christoph]  0.9.6claws57
4435
4436         * configure.ac
4437                 make sure MathML-Viewer is not built with the
4438                 Gtk2 version of GtkMathView
4439
4440 2003-10-28 [paul]       0.9.6claws56
4441
4442         * sync with 0.9.7cvs1
4443                 see ChangeLog 2003-10-28
4444
4445 2003-10-27 [alfons]     0.9.6claws55
4446
4447         * src/matcher_parser_parse.y
4448         * src/gtk/colorlabel.c
4449                 allow setting color label to 0 in filtering/processing rules
4450                 (should fix bug 368, "Can't create a filter condition "colorlabel 0"") 
4451
4452 2003-10-26 [alfons]     0.9.6claws54
4453
4454         * src/summary_search.c
4455                 fix misnomer and correct selecting initial search node  
4456
4457 2003-10-26 [christoph]  0.9.6claws53
4458
4459         * src/pgpmime.c
4460         * src/sgpgme.c
4461                 change display of signature info to use only name of
4462                 signer, otherwise the text gets too long.
4463
4464         * src/procmime.c
4465                 don't use MimeInfo's filename to generate tmp filename
4466
4467 2003-10-25 [christoph]  0.9.6claws52
4468
4469         * src/procmime.c
4470                 fix message body searching
4471
4472 2003-10-25 [paul]       0.9.6claws51
4473
4474         * src/compose.c
4475                 use g_basename rather than basename
4476
4477 2003-10-24 [christoph]  0.9.6claws50
4478
4479         * src/sgpgme.c
4480                 change fetching of signature key's trust
4481
4482 2003-10-24 [paul]       0.9.6claws49
4483
4484         * po/sk.po
4485                 update Slovak translation
4486                 submitted by Andrej Kacian
4487                 
4488         * src/mainwindow.c
4489                 remove unknown menu entry /File/Add mailbox/mbox...
4490
4491 2003-10-24 [hoa]        0.9.6claws48
4492
4493         * src/Makefile.am
4494                 removed all references to mbox folders
4495
4496         * src/carray.[ch]               * REMOVED *
4497         * src/chash.[ch]                * REMOVED *
4498         * src/maillock.[ch]             * REMOVED *
4499         * src/mailmbox.[ch]             * REMOVED *
4500         * src/mailmbox_folder.[ch]      * REMOVED *
4501         * src/mailmbox_parse.[ch]       * REMOVED *
4502         * src/mailmbox_types.[ch]       * REMOVED *
4503         * src/mbox_folder.[ch]          * REMOVED *
4504                 remove implementation of mbox folders
4505                 and old mailbox folder.
4506                 mbox folder implementation will be added
4507                 as a plugin so that implementation can be entirely
4508                 synchronized with the files of the project they are
4509                 extracted from (libEtPan!).
4510         
4511         * src/mainwindow.c
4512         * src/folder.c
4513         * src/folderview.[ch]
4514         * src/procmsg.h         
4515                 Disable as much code that references mbox folders
4516                 as possible.
4517                 Some UI thing still need to know that folder is mbox
4518                 (when we have to enter the name of the mailbox and
4519                 we want to add /var/mail/$USER).
4520
4521 2003-10-23 [christoph]  0.9.6claws47
4522
4523         * src/noticeview.c
4524                 don't always display button when noticeview is made visible
4525
4526         * src/mimeview.c
4527         * src/pgpmime.c
4528         * src/privacy.[ch]
4529         * src/sgpgme.[ch]
4530                 get signature information from crypto system
4531
4532 2003-10-22 [paul]       0.9.6claws46
4533
4534         * po/es.po
4535                 updated by Ricardo Mones Lastra
4536
4537 2003-10-22 [paul]       0.9.6claws45
4538
4539         * src/Makefile.am
4540                 update to reflect the changes to the icons that
4541                 happened in 0.9.6claws35
4542
4543 2003-10-22 [alfons]     0.9.6claws44
4544         
4545         * src/carray.h
4546                 inline carray_count() 
4547
4548 2003-10-21 [alfons]     0.9.6claws43
4549
4550         * src/carray.h
4551                 glib wrappers
4552         * src/carray.c
4553                 disable
4554         * src/mailmbox.[ch]
4555         * src/mailmbox_folder.c
4556         * src/mailmbox_parse.c
4557         * src/mailmbox_types.[ch]
4558                 %s/uint32_t/guint
4559
4560 2003-10-21 [luke]       0.9.6claws42
4561
4562         * src/stock_pixmaps.[ch]
4563         * src/mimeview.c
4564         * src/pixmaps/mime_application_octet_stream.xpm         ** REMOVE **
4565         * src/pixmaps/messageview_text.xpm                      ** REMOVE **
4566                 o remove mime_application_octet_stream.xpm icon (it was never
4567                   really needed)
4568                 o remove redundant icon messageview_text.xpm
4569
4570         * src/mainwindow.c
4571                 fix visibility of signature noticeview when toggling 'separate
4572                 message view'
4573
4574 2003-10-21 [christoph]  0.9.6claws41
4575
4576         * src/procmime.c
4577                 decode multipart and rfc822 mime parts to allow further
4578                 parsing when required
4579
4580 2003-10-21 [christoph]  0.9.6claws40
4581
4582         * src/procmime.[ch]
4583         * src/textview.c
4584                 remove obsolete charset parameter in MimeInfo and fix
4585                 TextView to use the charset from the parameter hash table
4586
4587         * src/plugins/dillo_viewer/Makefile.am
4588         * src/plugins/trayicon/Makefile.am
4589                 add OPENSSL_CFLAGS to fix building with using
4590                 --with-openssl-* parameters
4591
4592 2003-10-21 [paul]       0.9.6claws39
4593
4594         * src/prefs_matcher.[ch]
4595                 replace remnants of the old, renamed 'Execute' matchtype
4596                 add a brief description to the Info window
4597
4598 2003-10-21 [hoa]        0.9.6claws38
4599         
4600         * src/Makefile.am
4601         * src/carray.[ch]               * NEW *
4602         * src/chash.[ch]                * NEW *
4603         * src/folder.c
4604         * src/maillock.[ch]             * NEW *
4605         * src/mailmbox.[ch]             * NEW *
4606         * src/mailmbox_folder.[ch]      * NEW *
4607         * src/mailmbox_parse.[ch]       * NEW *
4608         * src/mailmbox_types.[ch]       * NEW *
4609                 implementation of mbox folder with unique message numbers
4610
4611                 made use of libEtPan! implementation of mbox for lower-layer.
4612
4613 2003-10-20 [alfons]     0.9.6claws37
4614
4615         * src/noticeview.c
4616                 fix invalid argument warning
4617         * src/pgpmime.c
4618                 no in place variable
4619
4620 2003-10-20 [paul]       0.9.6claws36
4621
4622         * src/compose.[ch]
4623           src/filtering.c
4624           src/messageview.c
4625                 fix crash when using Forward in Filtering when
4626                 external editor option is set
4627                 
4628                 Patch submitted by Simon 'corecode' Schubert
4629                 <corecode@corecode.ath.cx> 
4630
4631 2003-10-20 [paul]       0.9.6claws35
4632
4633         * src/pixmaps/mime_gpg_expired.xpm      ** REMOVED **
4634           src/pixmaps/mime_gpg_failed.xpm       ** REMOVED **
4635           src/pixmaps/mime_gpg_passed.xpm       ** REMOVED **
4636           src/pixmaps/mime_gpg_signed.xpm       ** REMOVED **
4637           src/pixmaps/mime_gpg_unknown.xpm      ** REMOVED **
4638           src/pixmaps/privacy_expired.xpm       ** NEW FILE **
4639           src/pixmaps/privacy_failed.xpm        ** NEW FILE **
4640           src/pixmaps/privacy_passed.xpm        ** NEW FILE **
4641           src/pixmaps/privacy_signed.xpm        ** NEW FILE **
4642           src/pixmaps/privacy_unknown.xpm       ** NEW FILE **
4643           src/pixmaps/privacy_warn.xpm          ** NEW FILE **
4644           src/mimeview.c
4645           src/stock_pixmap.[ch]
4646                 replace mime_gpg_*.xpm icons with new privacy_*.xpm
4647                 icons. add privacy_warn.xpm icon
4648
4649 2003-10-20 [hoa]  0.9.6claws34
4650
4651         * src/folder_item_prefs.[ch]
4652         * src/prefs_folder_item.c
4653         * src/main.c
4654                 Added a property per folder to choose whether we 
4655                 want to apply processing on it on startup or if we
4656                 prefer to wait the folder selection to apply it.
4657         
4658         * src/messageview.c
4659                 fixed C89 compatibility (for old compilers, for
4660                 example gcc 2.95.x).
4661
4662 2003-10-17 [christoph]  0.9.6claws33
4663
4664         * src/mimeview.c
4665         * src/noticeview.[ch]
4666                 change noticeview icon to indicate signature status
4667
4668 2003-10-17 [christoph]  0.9.6claws32
4669
4670         * src/Makefile.am
4671         * src/main.c
4672         * src/mimeview.c
4673         * src/noticeview.c
4674         * src/pgpmime.[ch]                              ** NEW **
4675         * src/privacy.[ch]
4676         * src/rfc2015.c
4677         * src/sgpgme.c                                  ** NEW **
4678                 reimplement PGP/Mime signature checking (unfinished)
4679
4680 2003-10-15 [christoph]  0.9.6claws31
4681
4682         * src/procmime.[ch]
4683                 fix procmime_get_text_content() and
4684                 procmime_get_first_text_content()
4685
4686 2003-10-15 [christoph]  0.9.6claws30
4687
4688         * src/plugins/spamassassin/spamassassin_gtk.c
4689         * src/plugins/spamassassin/spamassassin_gtk.glade
4690                 fix timeout tooltip
4691
4692 2003-10-15 [paul]       0.9.6claws29
4693
4694         * src/messageview.c
4695                 workaround for buggy smtp servers. on sending a
4696                 return receipt strip the name part from the address
4697                 when creating headers
4698                 
4699 2003-10-15 [paul]       0.9.6claws28
4700
4701         * sync with 0.9.7 release
4702                 see ChangeLog 2003-10-15
4703
4704 2003-10-14 [christoph]  0.9.6claws27
4705
4706         * src/plugins/clamav/clamav_plugin.c
4707                 fix clamav plugin
4708
4709 2003-10-14 [christoph]  0.9.6claws26
4710
4711         * src/compose.c
4712         * src/mimeview.c
4713         * src/procmime.[ch]
4714         * src/rfc2015.c
4715         * src/textview.c
4716         * src/plugins/clamav/clamav_plugin.c
4717                 use GNode to create the mime tree (some changes to functions
4718                 that traverse the tree are just quick and dirty. Maybe we
4719                 can find better solutions with g_node_*-functions)
4720
4721 2003-10-14 [luke]       0.9.6claws25
4722
4723         * src/mimeview.c
4724                 fix a navigation bug (stupid typo of mine)
4725
4726 2003-10-14 [christoph]  0.9.6claws24
4727
4728         * src/textview.c
4729                 fix missing last line in plain/text mails
4730
4731 2003-10-13 [luke]       0.9.6claws23
4732
4733         * src/summaryview.c
4734                 fix bug 334 (part 1)
4735
4736 2003-10-13 [kov]        0.9.6claws22
4737
4738         * src/mimeview.c
4739                 error checking when the user enters a non-directory at
4740                 the file selection dialog.
4741                 work-around for users entering directory location without
4742                 adding a leading G_DIR_SEPARATOR.
4743
4744 2003-10-13 [luke]       0.9.6claws21
4745
4746         * src/compose.c
4747                 error reporting for inserting files, including catching
4748                 invalid characters for current locale/encoding
4749
4750 2003-10-13 [paul]       0.9.6claws20
4751
4752         * src/folderview.c
4753                 fix bug #347 'subscribe newsgroups crashes'
4754
4755 2003-10-13 [paul]       0.9.6claws19
4756
4757         * src/compose.c
4758                 when using 'Reply to all' include the 'send replies
4759                 to' folder property
4760                 
4761         * po/ja.po
4762                 update Japanese translation. submitted by Rui Hirokawa 
4763                 <rui_hirokawa@ybb.ne.jp>        
4764
4765 2003-10-13 [hoa]        0.9.6claws18
4766
4767         * src/account.c
4768         * src/compose.c
4769         * src/messageview.c
4770         * src/procheader.c
4771         * src/procheader.h
4772                 rename get_header_from_msginfo() into
4773                 procheader_get_header_from_msginfo() so that we have a
4774                 coherent exported naming.
4775                 avoid parsing of header contained in a string via
4776                 a newly written temporary file.
4777
4778         Patch submitted by Simon 'corecode' Schubert
4779                 <corecode@corecode.ath.cx>
4780
4781 2003-10-12 [hoa]        0.9.6claws17
4782
4783         * src/filtering.c
4784         * src/filtering.h
4785         * src/matcher.c
4786         * src/matcher.h
4787         * src/matcher_parser_parse.y
4788         * src/prefs_filtering_action.c
4789                 added "stop" action : stop applying the filtering rules.
4790                 added "set score" and "increase/decrease score" actions.
4791                 That two last action replace the "change_score" action
4792                 introduced by alfons in 0.8.8claws85.
4793                 "set score" is to set a given score to the message.
4794                 "increase/decrease score" will increase or decrease the
4795                 score if the given value is respectively positive or
4796                 negative. If someone find a some better name for this last
4797                 rule, it can be modified.
4798
4799 2003-10-12 [paul]       0.9.6claws16
4800
4801         * AUTHORS
4802           po/ja.po
4803                 update Japanese translation. submitted by Rui Hirokawa 
4804                 <rui_hirokawa@ybb.ne.jp>
4805
4806 2003-10-12 [christoph]  0.9.6claws15
4807
4808         * src/procmime.c
4809                 fix crash caused by incorrect headers
4810
4811 2003-10-10 [christoph]  0.9.6claws14
4812
4813         * src/main.c
4814         * src/privacy.[ch]
4815         * src/rfc2015.[ch]
4816                 implement detection of signed message parts for rfc2015
4817
4818 2003-10-10 [thorsten]   0.9.6claws13
4819
4820         * src/mimeview.c
4821                 fix typo
4822
4823 2003-10-10 [christoph]  0.9.6claws12
4824
4825         * src/stock_pixmap.[ch]
4826         * src/pixmaps/mime_message.xpm                  ** NEW **
4827                 add a new icon for mime type "message"
4828
4829         * src/privacy.[ch]
4830         * src/procmime.[ch]
4831                 add crypto api
4832
4833         * src/mimeview.c
4834                 o use crypto api
4835                 o add icons for message type mime parts
4836
4837 2003-10-10 [christoph]  0.9.6claws11
4838
4839         * src/mainwindow.c
4840         * src/messageview.[ch]
4841         * src/mimeview.[ch]
4842         * src/procmime.[ch]
4843         * src/procmsg.[ch]
4844         * src/rfc2015.c
4845         * src/summaryview.c
4846         * src/textview.[ch]
4847                 o remove switching between TextView and MimeView in MessageView
4848                   (if required we can hide the icon box and the MimeView will
4849                    look exaxtly like the TextView)
4850                 o temporary remove signature and decrypting GPGME code
4851
4852 2003-10-09 [christoph]  0.9.6claws10
4853
4854         * src/action.c
4855         * src/compose.c
4856         * src/messageview.c
4857         * src/mimeview.c
4858         * src/procmime.[ch]
4859         * src/procmsg.c
4860         * src/rfc2015.c
4861         * src/textview.c
4862         * src/common/utils.[ch]
4863         * src/plugins/clamav/clamav_plugin.c
4864         * src/plugins/dillo_viewer/dillo_viewer.c
4865         * src/plugins/image_viewer/viewer.c
4866         * src/plugins/mathml_viewer/mathml_viewer.c
4867                 new mime parser (several things need fixing)
4868
4869 2003-10-09 [paul]       0.9.6claws9
4870
4871         * src/imap.c
4872                 a little more sync with 0.9.6cvs2 and a tidy up
4873
4874 2003-10-08 [paul]       0.9.6claws8
4875
4876         * sync with 0.9.6cvs2
4877                 see ChangeLog 2003-10-03
4878
4879 2003-10-05 [christoph]  0.9.6claws7
4880
4881         * src/summaryview.c
4882                 don't use flags to check if a message is in a news folder
4883
4884         (closes Bug 282 clicking on folder with copied Messages from News
4885          immediately after having copied them crashes Sylpheed-Claws)
4886
4887 2003-10-05 [christoph]  0.9.6claws6
4888
4889         * src/Makefile.am
4890         * src/progressdialog.[ch]               ** REMOVE **
4891         * src/gtk/Makefile.am
4892         * src/gtk/progressdialog.[ch]           ** NEW **
4893                 move progressdialog to gtk directory
4894
4895 2003-10-04 [christoph]  0.9.6claws5
4896
4897         * src/prefs_toolbar.c
4898         * src/gtk/prefswindow.c
4899                 remove widget_show_all for pages root widget
4900
4901         * src/plugins/spamassassin/spamassassin.[ch]
4902         * src/plugins/spamassassin/spamassassin_gtk.c
4903         * src/plugins/spamassassin/spamassassin_gtk.glade
4904                 add support for new libspamc transports
4905
4906 2003-10-04 [christoph]  0.9.6claws4
4907
4908         * src/plugins/spamassassin/libspamc.[ch]
4909         * src/plugins/spamassassin/spamassassin.c
4910         * src/plugins/spamassassin/utils.[ch]
4911                 update libspamc to version from SpamAssassin 2.60
4912
4913 2003-10-03 [christoph]  0.9.6claws3
4914
4915         * src/send_message.c
4916                 fix missing format string bug found by
4917                 Georgi Guninski <guninski@guninski.com>
4918
4919 2003-10-03 [paul]       0.9.6claws2
4920
4921         * po/zh_CN.po
4922                 update Simpilified Chinese translation, submitted by
4923                 Hansom Young
4924
4925 2003-10-02 [christoph]  0.9.6claws1
4926
4927         * src/imap.c
4928                 add UIDPLUS support for COPY and EXPUNGE
4929
4930 2003-10-02 [paul]       0.9.6claws
4931
4932         * 0.9.6claws released
4933
4934 2003-10-02 [paul]
4935
4936         * po/es.po
4937           po/sk.po
4938                 update Spanish and Slovak translations
4939                 submitted by Ricardo Mones Lastra and Andrej Kacian
4940  
4941 2003-10-02 [paul]       0.9.5claws43
4942
4943         * po/en_GB.po
4944                 update British English translation
4945
4946 2003-10-02 [paul]       0.9.5claws42
4947
4948         * po/hr.po
4949                 update Croatian translation, submitted by Dragan
4950
4951 2003-10-01 [paul]       0.9.5claws41
4952
4953         * po/pl.po
4954           po/sr.po
4955                 update Polish and Serbian translations, submitted by
4956                 Emil and Urke MMI
4957
4958 2003-10-01 [melvin]     0.9.5claws40
4959
4960         * po/fr.po
4961                 Updated French translations
4962
4963 2003-10-01 [melvin]     0.9.5claws39
4964
4965         * src/prefs_fonts.c
4966                 Fixed a Gtk warning
4967
4968         * src/plugins/dillo_prefs.c     
4969                 Quasi unnoticeable UI clean-up.
4970
4971 2003-10-01 [paul]
4972
4973         * tools/README
4974           tools/maildir2sylpheed.pl
4975                 bug fixes, rewrites, submitted by Matthias Förste 
4976                 <itsjustme@users.sourceforge.net>
4977
4978 2003-09-29 [paul]       0.9.5claws38
4979
4980         * src/inc.c
4981                 fix my coding carelessness
4982
4983 2003-09-29 [paul]       0.9.5claws37
4984
4985         * po/POTFILES.in
4986           src/Makefile.am
4987           src/main.c
4988           src/prefs_common.[ch]
4989           src/prefs_fonts.[ch]  ** NEW FILES **
4990                 move Font config options to Other Prefs/Display/Fonts
4991                 (user's current configuration is preserved)
4992
4993 2003-09-29 [paul]       0.9.5claws36
4994
4995         * src/inc.c
4996           src/prefs_account.c
4997                 allow 'local_mbox' value to point to either a directory 
4998                 (/var/mail -  default, new) or a file (/var/mail/username
4999                 - original)
5000
5001 2003-09-28 [paul]       0.9.5claws35
5002
5003         * src/rfc2015.c
5004                 on signature check, where key exists, print the
5005                 Key ID
5006
5007 2003-09-27 [alfons]     0.9.5claws34
5008
5009         * src/action.c
5010                 o make progress bar not fill/expand when resizing dialog
5011                 o use default fixed text font for actions output
5012
5013 2003-09-27 [paul]       0.9.5claws33
5014
5015         * src/prefs_common.[ch]
5016           src/procmsg.c
5017           src/send_message.c
5018                 remove External Program settings from Common Prefs/Send
5019                 as they are now unnecessary due to Local account settings.
5020                 plus a little tidying-up after 0.9.5claws31
5021
5022 2003-09-27 [paul]       0.9.5claws32
5023
5024         * src/prefs_account.c
5025                 o make correction to gui text:
5026                   'Local mailbox file' -> 'Local mailbox directory'
5027                 o give 'local_mbox' option a reasonable default value:
5028                   '/var/mail'
5029                 o use 'DEFAULT_SENDMAIL_CMD' as default 'mail_command'
5030                   value
5031
5032 2003-09-26 [paul]       0.9.5claws31
5033
5034         * src/inc.c
5035           src/prefs_common.[ch]
5036                 remove 'Incorporate from spool' common pref,
5037                 force creation of a 'Local' account
5038
5039 2003-09-26 [christoph]  0.9.5claws30
5040
5041         * src/folder.c
5042         * src/msgcache.c
5043                 add more NULL pointer checks
5044
5045 2003-09-25 [christoph]  0.9.5claws29
5046
5047         * src/folder.c
5048                 o don't fetch source message to get it's message id
5049                 o immediately scan dest folder when copying a message did not
5050                   return a new message number and not do it when the first message
5051                   without a new message number is found
5052
5053 2003-09-23 [christoph]  0.9.5claws28
5054
5055         * src/compose.c
5056                 fix generating of headers
5057
5058         (patch by David Relson <relson@osagesoftware.com>)
5059
5060 2003-09-23 [paul]       0.9.5claws27
5061
5062         * po/zh_CN.po
5063                 update Simplified Chinese translation. submitted by
5064                 Hansom Young
5065
5066 2003-09-23 [paul]       0.9.5claws26
5067
5068         * tools/Makefile.am
5069           tools/README
5070           tools/vcard2xml.py    ** NEW FILE **
5071                 add a script that converts an evolution vcard to
5072                 sylpheed's xml format
5073                 submitted by Bogdan Sumanariu <bsumanariu@one5.ro>
5074
5075 2003-09-22 [paul]       0.9.5claws25
5076
5077         * src/plugins/clamav/clamav_plugin.c
5078                 don't skip MULTIPART parts
5079
5080 2003-09-21 [christoph]  0.9.5claws24
5081
5082         * src/alertpanel.c
5083                 remove unneeded include
5084
5085         * src/folder.c
5086                 clean up copy/move mess with duplicated code
5087
5088         * src/imap.c
5089                 fix problem that sometimes the folder was not scanned
5090                 also it was changed
5091
5092 2003-09-21 [christoph]  0.9.5claws23
5093
5094         * src/Makefile.am
5095         * src/logwindow.[ch]                    ** REMOVE **
5096         * src/mainwindow.c
5097         * src/prefs_common.c
5098         * src/gtk/Makefile.am
5099         * src/gtk/logwindow.[ch]                ** ADD **
5100                 make logwindow prefs_common independent and move
5101                 it to gtk directory
5102
5103 2003-09-20 [christoph]  0.9.5claws22
5104
5105         * src/compose.c
5106                 add extra space for address code conversion
5107                 (4 * unconvered size could be too small for short headers)
5108
5109 2003-09-20 [christoph]  0.9.5claws21
5110
5111         * src/compose.c
5112                 increase temp buffer size when writing headers
5113
5114 2003-09-19 [darko]      0.9.5claws20
5115
5116         * src/compose.c
5117                 don't ignore value of 'Save copy of outgoing messages to
5118                 this folder instead of Sent' in message redirect
5119
5120 2003-09-17 [christoph]  0.9.5claws19
5121
5122         * src/compose.c
5123                 use ", " as address seperator for mail headers and pass whole
5124                 header line at once to compose_convert_header to make sure
5125                 it is correctly folded
5126
5127         (closes Bug 64 Problem when sending to many recipients)
5128
5129 2003-09-17 [hoa]        0.9.5claws18
5130         
5131         * src/matcher.[ch]
5132           src/matcher_parser_parse.y
5133           src/prefs_matcher.c
5134                 changed the keyword used for command execution in condition
5135                 keyword is changed from "execute" to "test"
5136                 so that it is not the same as the one used for action.
5137                 This will fix a bug when using filtering dialog.
5138                 All semantic in the code is also changed to reflect
5139                 the keyword change.
5140
5141 2003-09-17 [paul]
5142         
5143         * sync with 0.9.6 release
5144
5145 2003-09-17 [paul]       0.9.5claws17
5146
5147         * sync with 0.9.5cvs8
5148                 see ChangeLog 2003-09-16 and 2003-09-17
5149
5150 2003-09-16 [paul]       0.9.5claws16
5151
5152         * sync with 0.9.5cvs6
5153                 see ChangeLog 2003-09-16
5154
5155 2003-09-15 [paul]       0.9.5claws15
5156
5157         * sync with 0.9.5cvs5
5158                 see ChangeLog 2003-09-15
5159
5160 2003-09-14 [alfons]     0.9.5claws14
5161
5162         * src/inc.c
5163                 make "Go to inbox after receiving new mail" again;
5164                 regression of a sync, restored to sylpheed main 
5165                 behaviour. (misses still some bits)
5166
5167 2003-09-14 [alfons]     0.9.5claws13
5168
5169         * src/prefs_filtering_action.c
5170                 o add proper message if empty execute command line
5171                 o don't select first action item after registering a
5172                   new action to prevent (what seems to be a GTK) bug
5173                   #36, "filtering will only accept one action change 
5174                   per invocation".
5175
5176 2003-09-14 [alfons]     0.9.5claws12
5177
5178         * src/prefs_filtering.c
5179         * src/prefs_filtering_action.c
5180         * src/prefs_matcher.c
5181                 fix function signature for key_pressed_event signal handlers
5182
5183 2003-09-14 [alfons]     0.9.5claws11
5184
5185         * src/mainwindow.c
5186                 fix regression caused by fix for invalid bug #7
5187                 (should fix #246, "Multiple selections are deselected when 
5188                 moving from search window to main window")
5189                 
5190 2003-09-14 [alfons]     0.9.5claws10
5191         
5192         * src/actions.[ch]
5193         * src/filtering.[ch]
5194         * src/prefs_actions.c
5195                 allow `filtering actions` in actions; only for advanced users
5196                 right now: try for example, "%as{mark color 2}" 
5197         
5198 2003-09-13 [paul]       0.9.5claws9
5199         
5200         * po/pl.po
5201           po/zh_CN.po   ** NEW FILE **
5202                 update Polish translation, submitted by Emil 
5203                 <eminowbl@posejdon.wpk.p.lodz.pl>
5204                 add new Simplified Chinese translation, submitted by
5205                 Hansom Young <hansom_young@yahoo.com>
5206
5207 2003-09-12 [alfons]     0.9.5claws8
5208
5209         * src/summaryview.c
5210                 don't open separate message views when View | Separate message view
5211                 is active 
5212                 (please look carefully for any navigation regressions)
5213
5214 2003-09-11 [alfons]     0.9.5claws7
5215
5216         * src/mainwindow.c
5217                 make default message view, opened by View | Separate message 
5218                 view, look like a claws message view (which includes a menu
5219                 bar and a toolbar)
5220                 (fixes bug #298, "message view loses tool bar") 
5221
5222 2003-09-11 [christoph]  0.9.5claws6
5223
5224         * src/folderview.c
5225                 fix double deleting of newsgroup folders
5226
5227         (closes Bug 305 crash after deleting of a newsgroup)
5228
5229 2003-09-11 [paul]       0.9.5claws5
5230
5231         * src/rfc2015.c
5232           src/common/utils.h
5233                 more sync'ing from 0.9.5cvs2
5234
5235 2003-09-11 [christoph]  0.9.5claws4
5236
5237         * src/compose.c
5238         * src/rfc2015.c
5239         * src/common/utils.h
5240                 fix sync with 0.9.5cvs2
5241
5242 2003-09-11 [paul]       0.9.5claws3
5243
5244         * sync with 0.9.5cvs4
5245                 see ChangeLog 2003-09-11
5246
5247 2003-09-11 [paul]       0.9.5claws2
5248
5249         * sync with 0.9.5cvs2
5250                 see ChangeLog 2003-09-05
5251                 
5252 2003-09-11 [paul]       0.9.5claws1
5253
5254         * sync with 0.9.5cvs3
5255                 see ChangeLog 2003-09-10
5256
5257 2003-09-10 [paul]       0.9.5claws
5258
5259         * 0.9.5claws released
5260
5261 2003-09-10 [paul]       0.9.4claws78
5262
5263         * src/Makefile.am
5264                 add missing files
5265
5266 2003-09-10 [melvin]     0.9.4claws77
5267
5268         * po/fr.po
5269                 Updated French translations
5270
5271 2003-09-10 [paul]       0.9.4claws76
5272
5273         * po/es.po
5274           po/sk.po
5275           po/sr.po
5276                 update Spanish, Slovak, and Serbian translations.
5277                 submitted by Ricardo Mones Lastra, Andrej Kacian,
5278                 and Urke MMI
5279                 
5280         * AUTHORS
5281                 add translation team section
5282
5283 2003-09-09 [christoph]  0.9.4claws75
5284
5285         * src/folder.c
5286                 free item->prefs in folder_item_destroy
5287
5288 2003-09-09 [alfons]     0.9.4claws74
5289
5290         * src/folderview.c
5291                 o proper check for root node sorting
5292                 o remove unnecessary gtk_ctree_remove_node 
5293
5294         (should fix bug #300, "crash while moving folder")      
5295
5296 2003-09-08 [christoph]  0.9.4claws73
5297
5298         * src/folderview.c
5299                 o fix double adding of IMAP FolderItems to GtkCTree
5300                 o fix crash then mbox folder is removed
5301
5302 2003-09-08 [christoph]  0.9.4claws72
5303
5304         * src/folder.c
5305         * src/folderview.c
5306         * src/mainwindow.c
5307                 fix new folder notification
5308
5309         * src/mbox_folder.c
5310                 fix cache path
5311
5312 2003-09-08 [christoph]  0.9.4claws71
5313
5314         * src/compose.c
5315                 replace '\n' and '\r' before removing trailing spaces
5316
5317         * src/folder.[ch]
5318         * src/folderview.c
5319                 add information about new or removed items in folder tree change
5320                 notification and use this in folderview to add and remove only
5321                 the appected items and not refresh the whole tree
5322
5323 2003-09-07 [match]      0.9.4claws70
5324
5325         * src/Makefile.am
5326         * src/addr_compl.c
5327         * src/addressbook.c
5328         * src/addressitem.h
5329         * src/addrindex.c
5330         * src/addritem.c
5331         * src/addritem.h
5332         * src/addrquery.c                       ** NEW **
5333         * src/addrquery.h
5334         * src/ldapquery.c
5335         * src/ldapserver.c
5336         * src/stock_pixmap.c
5337         * src/stock_pixmap.h
5338         * src/pixmaps/address_search.xpm        ** NEW **
5339                 re-introduce Lookup button for LDAP 'static' searches.
5340
5341 2003-09-07 [alfons]     0.9.4claws69
5342         
5343         * src/summaryview.c
5344                 abandon setting usize for messageview because it gives layout problems
5345                 with the quick search bar and the headerview; fixes assorted UI glitches:
5346                 
5347                 o bug #148, "Toggling of quick-search bar reduces index view area" 
5348                 o bug #280, "Window resiizes for line length but does not revert"
5349
5350 2003-09-07 [christoph]  0.9.4claws68
5351
5352         * src/compose.c
5353                 o make sure we don't have any newlines in header values
5354                 o check custom headers for spaces and newlines and ignore
5355                   malformed header names
5356
5357 2003-09-06 [christoph]  0.9.4claws67
5358
5359         * src/folder.c
5360         * src/folderview.c
5361                 invoke notification hook for folder tree changes after append
5362                 and remove folder
5363
5364         (closes Bug 294 Crash while moving folder with many subdirectories)
5365
5366 2003-09-06 [christoph]  0.9.4claws66
5367
5368         * src/folder.c
5369                 destroy folder's MsgCache if FolderItem is removed to make sure
5370                 it is not saved when the FolderItem is destroyed
5371
5372 2003-09-06 [christoph]  0.9.4claws65
5373
5374         * src/plugins/clamav/clamav_plugin.c
5375                 fix copy & paste bug
5376
5377 2003-09-05 [christoph]  0.9.4claws64
5378
5379         * src/folder.c
5380         * src/messageview.[ch]
5381         * src/procmsg.[ch]
5382         * src/summaryview.c
5383                 extend MSGINFO_UPDATE_HOOK to send delete notifications. Used
5384                 by MessageView to clear it when the message is deleted. Should
5385                 work even if messages are deleted in MainWindow or by
5386                 processing.
5387
5388 2003-09-05 [alfons]     0.9.4claws63
5389
5390         * src/messageview.c
5391                 deleting a message in a message view frees its msginfo, make 
5392                 messageview_update_all() aware of that (should fix bug #293,
5393                 "deleting message caused crash")
5394
5395 2003-09-05 [melvin]     0.9.4claws62
5396
5397         * src/action.c
5398                 Improve synchronous action exit code (fixes 
5399                 a ~5 seconds delay after action exit on RedHat 9)
5400
5401 2003-09-04 [christoph]  0.9.4claws61
5402
5403         * src/compose.c
5404         * src/rfc2015.c
5405         * src/common/utils.[ch]
5406                 add util function to create mime boundary and use it
5407                 in compose and gpg code
5408
5409 2003-09-04 [alfons]     0.9.4claws60
5410
5411         * src/folder.c
5412                 source folder item's GNode should already have been freed in 
5413                 a previous call to src->folder->klass->remove_folder()
5414                 (should fix bug #287, "crash when moving folders")
5415
5416 2003-09-03 [thorsten]   0.9.4claws59
5417
5418         * src/plugins/spamassassin/spamassassin_gtk.c
5419                 fix compile error
5420
5421 2003-09-03 [christoph]  0.9.4claws58
5422
5423         * src/plugins/spamassassin/spamassassin.[ch]
5424         * src/plugins/spamassassin/spamassassin_gtk.c
5425                 add timeout config option
5426
5427 2003-09-03 [paul]       0.9.4claws57
5428
5429         * po/sk.po      ** NEW FILE **
5430                 add Slovak translation. Submitted by Andrej Kacian 
5431                 <andrej@kacian.sk>
5432
5433 2003-09-03 [paul]       0.9.4claws56
5434
5435         * src/plugins/clamav/clamav_plugin_gtk.c
5436                 gui tweaks: replace a label with a tooltip, modify the
5437                 text, use gtk_check_button_new(); instead of
5438                 gtk_check_button_new_with_label("");
5439
5440 2003-09-02 [alfons]     0.9.4claws55
5441
5442         * src/gtk/filesel.c
5443                 remember last used dir when attaching multiple files (should fix
5444                 bug #290, "Attach File does not remember directory")
5445
5446 2003-09-01 [paul]       0.9.4claws54
5447
5448         * po/es.po
5449                 updated by Ricardo Mones Lastra
5450
5451 2003-09-01 [alfons]     0.9.4claws53
5452
5453         * src/gtk/gtkaspell.[ch]
5454                 be pedantic and strict and use const gchar * instead of guchar *
5455
5456 2003-09-01 [alfons]     0.9.4claws52
5457
5458         * src/mainwindow.c
5459         * src/summaryviewc.
5460                 re-enable Save As when multiple messages are selected
5461
5462 2003-09-01 [paul]       0.9.4claws51
5463
5464         * src/textview.c
5465                 g_free(trimmed_uri);
5466
5467 2003-09-01 [paul]       0.9.4claws50
5468
5469         * sync with 0.9.4cvs13
5470                 see ChangeLog 2003-09-01
5471
5472 2003-09-01 [paul]       0.9.4claws49
5473
5474         * src/textview.c
5475                 trim uri before sending to the statusbar
5476                 fixes Bug 275 'Clicking on long URL wrapped onto two lines
5477                 in the message window causes main S-C window to enlarge 
5478                 past screen edges'
5479
5480 2003-09-01 [paul]       0.9.4claws48
5481
5482         * sync with 0.9.4cvs12
5483                 see ChangeLog 2003-09-01
5484
5485 2003-08-30 [christoph]  0.9.4claws47
5486
5487         * src/compose.c
5488         * src/folder_item_prefs.[ch]
5489         * src/prefs_folder_item.c
5490         * src/gtk/gtkaspell.[ch]
5491                 commit per folder dictionary patch by
5492                 Paul Evans <nerd@freeuk.com>
5493
5494 2003-08-30 [christoph]  0.9.4claws46
5495
5496         * src/plugins/spamassassin/spamassassin_gtk.c
5497         * src/plugins/spamassassin/spamassassin_gtk.glade
5498                 reduce GUI clutter by placing hints into tooltips
5499
5500 2003-08-30 [paul]       0.9.4claws45
5501
5502         * src/compose.c
5503                 add 'Content-Disposition: inline' to a text/plain
5504                 part when using PGP/MIME signing
5505
5506 2003-08-30 [paul]       0.9.4claws44
5507
5508         * src/prefs_common.c
5509           src/prefs_spelling.c
5510           src/prefs_spelling.glade
5511                 reduce GUI clutter by placing hints into tooltips
5512
5513 2003-08-29 [christoph]  0.9.4claws43
5514
5515         * configure.ac
5516                 fix bug found by Ivan Rayner <ivanr@sgi.com>
5517
5518         * src/stock_pixmap.c
5519                 change unecessary warning into a debug message
5520
5521         * src/plugins/clamav/Makefile.am
5522                 Fix error "-I$(CLAMAV_LIBS)"
5523
5524 2003-08-29 [christoph]  0.9.4claws42
5525
5526         * intl/Makefile.in
5527         * src/Makefile.am
5528         * src/matcher.h
5529         * src/common/Makefile.am
5530         * src/common/passcrypt.c
5531                 commit fixes and patches for some of the IRIX problems found by
5532                 Ivan Rayner <ivanr@sgi.com>
5533
5534 2003-08-29 [paul]       0.9.4claws41
5535
5536         * src/prefs_filtering.c
5537                 add 'Top' and 'Bottom' buttons, based on changes in
5538                 src/prefs_filter.c in 0.9.4cvs11.
5539
5540 2003-08-27 [christoph]  0.9.4claws40
5541
5542         * src/folderview.c
5543                 fix bug that the current summary settings were copied to the
5544                 wrong folder item, when the folder item prefs are opened.
5545                 Copying is not required because summary settings and
5546                 folder_item_prefs do not contain the same settings
5547
5548 2003-08-27 [thorsten]   0.9.4claws39
5549
5550         * src/imap.c
5551                 fix compile error
5552
5553 2003-08-26 [paul]       0.9.4claws38
5554
5555         * sync with 0.9.4cvs9
5556                 see ChangeLog 2003-08-26
5557
5558 2003-08-25 [paul]       0.9.4claws37
5559
5560         * sync with 0.9.4cvs8
5561                 see ChangeLog 2003-08-25
5562
5563 2003-08-24 [christoph]  0.9.4claws36
5564
5565         * src/prefs_filtering.c
5566                 shouldn't remove items from a GSList while iterating over the
5567                 list (makes cur invalid and cur->next not accessable)
5568
5569         (closes Bug 272 i deleted an folder and some seconds later sylpheed
5570          crashed)
5571
5572 2003-08-23 [christoph]  0.9.4claws35
5573
5574         * src/news.c
5575                 news folders should be scanned when opened
5576
5577 2003-08-22 [christoph]  0.9.4claws34
5578
5579         * src/prefs_folder_item.c
5580                 use macro to assign strings that always frees the old string
5581
5582         * src/gtk/gtkaspell.[ch]
5583                 add gtkaspell_set_dictionary_menu_active_item() to set active
5584                 item in dictionary option menu
5585
5586         * src/prefs_spelling.c
5587                 use gtkaspell_set_dictionary_menu_active_item() to select
5588                 dictionary
5589
5590 2003-08-21 [christoph]  0.9.4claws33
5591
5592         * src/folder.[ch]
5593         * src/imap.c
5594         * src/mbox_folder.c
5595         * src/mh.c
5596         * src/news.c
5597                 optimize folder system
5598
5599         * src/gtk/gtkstext.c
5600                 fix division by zero when font has 0 width for ' '
5601
5602 2003-08-21 [paul]       0.9.4claws32
5603
5604         * sync with 0.9.4cvs7
5605                 see ChangeLog 2003-08-20
5606
5607 2003-08-19 [paul]       0.9.4claws31
5608
5609         * src/common/defs.h
5610                 add the missing '/' to SYLDOC_MANUAL_HTML_INDEX and
5611                 SYLDOC_FAQ_HTML_INDEX.
5612         * src/manual.c
5613                 use LC_MESSAGES instead of LC_ALL to find the current
5614                 language
5615
5616           fixes Bug #281 'in src/manual.c URL for manuals and FAQ wrong'.
5617
5618 2003-08-19 [paul]       0.9.4claws30
5619
5620         * po/bg.po
5621                 updated by George Danchev
5622
5623 2003-08-18 [luke]       0.9.4claws29
5624         * src/mimeview.[ch]
5625         * src/gtk/gtkvscrollbutton.[ch]
5626                 o removed gtk_vscrollbutton_reset() (reasons: reduce 
5627                   dependencies; do it the GTK way; reduce code -14/+2 lines)
5628                 o removed horizontal separator between icons
5629
5630 2003-08-17 [christoph]  0.9.4claws28
5631
5632         * src/procmsg.c
5633                 no subject threading when the subject has no reply prefix
5634
5635 2003-08-16 [christoph]  0.9.4claws27
5636
5637         * src/mainwindow.c
5638                 remember and restore window sizes and position when the main
5639                 window is hidden or shown
5640
5641         (closes Bug 274 Window size in 0.9.4claws18 not remembered when
5642          minimised/reopened using trayicon)
5643
5644 2003-08-16 [paul]       0.9.4claws26
5645
5646         * src/crash.c
5647                 add #include "defs.h"
5648
5649 2003-08-16 [paul]       0.9.4claws25
5650
5651         * src/plugins/clamav/clamav_plugin.c
5652                 reword a debug_print
5653                 
5654         * src/plugins/dillo_viewer/dillo_prefs.c
5655                 cosmetic: change the labels' text, add tooltips, and
5656                 left-align the hint
5657
5658 2003-08-15 [christoph]  0.9.4claws24
5659
5660         * src/news.c
5661                 complete last change (forgot some changes)
5662
5663 2003-08-15 [christoph]  0.9.4claws23
5664
5665         * src/news.c
5666                 o check number of messages and don't return a 0 message
5667                   when no messages are available
5668                 o don't parse xref header anymore
5669
5670         (closes Bug 203 I'm not getting any news)
5671
5672 2003-08-15 [paul]       0.9.4claws22
5673
5674         * src/common/defs.h
5675           src/crash.c
5676                 update and define claws bugzilla location
5677
5678 2003-08-15 [paul]       0.9.4claws21
5679
5680         * po/ru.po
5681                 update submitted by Ruslan N. Balkin
5682
5683 2003-08-14 [christoph]  0.9.4claws20
5684
5685         * src/procmsg.c
5686                 fix search for oldest node in subject threading
5687
5688 2003-08-14 [christoph]  0.9.4claws19
5689
5690         * src/procmsg.c
5691         * src/common/utils.h
5692                 add possibility to check all nodes with the same subject for
5693                 subject threading, not only the oldest node. Should not break
5694                 threads anymore if the oldest node is thread_by_subject_max_age
5695                 days older then parent, because it can now find a child of
5696                 oldest node as new parent.
5697
5698 2003-08-11 [christoph]  0.9.4claws18
5699
5700         * src/plugins/spamassassin/spamassassin.c
5701                 run spam check in background process
5702
5703 2003-08-10 [alfons]     0.9.4claws17
5704
5705         * src/summaryview.c
5706                 make `Select All' sensitive too
5707
5708 2003-08-10 [christoph]  0.9.4claws16
5709
5710         * src/imap.c
5711                 add more checks in imap_close
5712
5713 2003-08-09 [alfons]     0.9.4claws15
5714
5715         * src/prefs_spelling.c
5716                 no spell checking UI if not requested
5717
5718 2003-08-09 [alfons]     0.9.4claws14
5719
5720         * src/gtk/prefswindow.c
5721                 make it compile
5722
5723 2003-08-09 [christoph]  0.9.4claws13
5724
5725         * src/prefs_spelling.c
5726         * src/gtk/prefswindow.[ch]
5727         * src/plugins/clamav/clamav_plugin_gtk.c
5728         * src/plugins/spamassassin/spamassassin_gtk.c
5729                 sort prefs pages by heighest weight in tree
5730
5731 2003-08-09 [paul]       0.9.4claws12
5732
5733         * sync with 0.9.4cvs6
5734                 see ChangeLog 2003-08-07
5735                 
5736         * AUTHORS
5737                 add Leandro and Luke to claws-branch section
5738
5739 2003-08-09 [christoph]  0.9.4claws11
5740
5741         * src/gtk/Makefile.am
5742         * src/gtk/colorsel.[ch]                 ** NEW **
5743                 create a color selection dialog that can be used as a simple
5744                 function call with it's own gtk main loop like filesel.[ch]
5745
5746         * src/Makefile.am
5747         * src/main.c
5748         * src/prefs_common.c
5749         * src/prefs_spelling.[ch]               ** NEW **
5750         * src/prefs_spelling.glade              ** NEW **
5751         * src/gtk/gtkutils.[ch]
5752                 move "Spell Checker" prefs to new prefs dialog
5753
5754         * src/prefs_folder_item.c
5755                 use new colorsel dialog
5756
5757 2003-08-08 [paul]       0.9.4claws10
5758
5759         * src/inc.c
5760                 clear the progress bar unconditionally
5761
5762 2003-08-08 [paul]       0.9.4claws9
5763
5764         * sync with 0.9.4cvs4
5765                 see ChangeLog 2003-07-31
5766
5767 2003-08-07 [christoph]  0.9.4claws8
5768
5769         * configure.ac
5770                 fix bug in image viewer plugin part
5771
5772         * src/imap.c
5773                 don't execute close command if the folder item is not selected
5774
5775 2003-08-07 [hoa]        0.9.4claws7
5776
5777         * src/filtering.[ch]
5778         * src/matcher_parser.h
5779         * src/matcher_parser_parse.y
5780                 can define several actions for each filtering rule
5781                 can import old versions of filtering rules
5782
5783         * src/prefs_filtering.c
5784                 call to a new dialog box to define actions
5785
5786         * src/prefs_filtering_action.[ch]
5787                 dialog box to define actions for filtering rules
5788
5789 2003-08-06 [christoph]  0.9.4claws6
5790
5791         * src/imap.c
5792                 make sure source folder is selected when copying messages
5793
5794 2003-08-06 [christoph]  0.9.4claws5
5795
5796         * sync with 0.9.4cvs2
5797                 see ChangeLog 2003-07-29                
5798
5799 2003-08-05 [paul]       0.9.4claws4
5800
5801         * sync with 0.9.4cvs3
5802                 see ChangeLog 2003-07-30
5803
5804 2003-08-04 [match]      0.9.4claws3
5805
5806         * po/POTFILES.in
5807                 export of LDIF files.
5808
5809 2003-08-04 [match]      0.9.4claws2
5810
5811         * src/ldif.[ch]
5812                 support for export LDIF. documented.
5813         * src/importldif.[ch]
5814         * src/exportldif.[ch]
5815                 add tooltips. documented.
5816         * src/exphtmldlg.[ch]
5817         * src/common/xmlprops.[ch]
5818                 documented.
5819         * src/exportldif.[ch]                   ** NEW **
5820         * src/expldifdlg.[ch]                   ** NEW **
5821         * src/addressbook.[ch]
5822         * src/Makefile.am
5823                 export of LDIF files.
5824                 documented.
5825
5826 2003-08-04 [christoph]  0.9.4claws1
5827
5828         * .cvsignore
5829         * Makefile.am
5830         * configure.ac
5831         * sylpheed-claws.pc.in                  ** NEW **
5832         * src/Makefile.am
5833         * src/common/Makefile.am
5834         * src/gtk/Makefile.am
5835                 install sylpheed header files in $(pkgincludedir) and create a
5836                 pkg-config file to allow building a plugin without the source
5837                 package
5838
5839 2003-08-04 [paul]       0.9.4claws
5840
5841         * version 0.9.4claws
5842
5843 2003-08-04 [paul]       0.9.3claws97
5844
5845         * po/es.po
5846                 update Spanish translation. Submitted by Ricardo
5847                 Mones Lastra.
5848
5849 2003-08-03 [paul]       0.9.3claws96
5850
5851         * po/hr.po
5852           po/sr.po
5853                 update Croatian and Serbian translations. Submitted by
5854                 Dragan and Urke MMI respectively
5855
5856 2003-08-03 [alfons]     0.9.3claws95
5857
5858         * src/summaryview.c
5859                 mark flag has precedence over important flag - seems
5860                 to have been changed in sync of 0.9.3claws45. this fixes
5861                 a regression where messages that were scored as important
5862                 don't show their mark flags. (using the same column for
5863                 both importance as mark flags is the real problem
5864                 ofcourse)
5865
5866 2003-08-03 [melvin]     0.9.3claws94
5867
5868         * po/fr.po
5869                 Updated French translations.
5870
5871 2003-08-03 [melvin]     0.9.3claws93
5872
5873         * src/Makefile.am
5874                 Fixed typo introduced after 0.9.3claws92 
5875                 that prevented compilation
5876                 Updated to use AM_CPPFLAGS and AM_YFLAGS instead of
5877                 CPPFLAGS and YFLAGS to allow user setting these.
5878         * src/common/Makefile.am
5879         * src/gtk/Makefile.am
5880         * src/plugins/clamav/Makefile.am
5881         * src/plugins/demo/Makefile.am
5882         * src/plugins/dillo_viewer/Makefile.am
5883         * src/plugins/image_viewer/Makefile.am
5884         * src/plugins/mathml_viewer/Makefile.am
5885         * src/plugins/spamassassin/Makefile.am
5886         * src/plugins/trayicon/Makefile.am
5887         * src/plugins/trayicon/libeggtrayicon/Makefile.am
5888                 Updated to use AM_CPPFLAGS and AM_YFLAGS instead of
5889                 CPPFLAGS and YFLAGS to allow user setting these.
5890
5891 2003-08-02 [christoph]  0.9.3claws92
5892
5893         * configure.ac
5894                 o rearrange plugin tests
5895                 o add test for clamav.h to ClamAV tests
5896
5897 2003-08-02 [luke]       0.9.3claws91
5898
5899         * src/mimeview.c
5900                 o fixed appearance of icon list when toggling back from the 
5901                   ctree
5902                 o toggling of icons using the keyboard works correctly
5903                 o fixed all other keyboard shortcuts to work when icons are
5904                   active
5905         
5906         * src/messageview.c
5907                 o fixed bug 4 - focus lost when changing messageview view type
5908
5909 2003-08-02 [christoph]  0.9.3claws90
5910
5911         * src/common/hooks.c
5912                 fix crash when pointer stored in hash table could get invalid
5913                 when a plugin is unloaded
5914
5915 2003-08-01 [christoph]  0.9.3claws89
5916
5917         * configure.ac
5918                 o try to build all plugins (except spamassassin) by default
5919                 o don't build a plugin if a dependency check fails
5920
5921         * src/common/hooks.c
5922                 fix warning
5923
5924 2003-08-01 [match]      0.9.3claws88
5925
5926         * src/importldif.c
5927                 allow single click field selection. document code.
5928
5929 2003-08-01 [christoph]  0.9.3claws87
5930
5931         * src/plugins/clamav/clamav_plugin.c
5932         * src/plugins/clamav/clamav_plugin_gtk.c
5933         * src/plugins/dillo_viewer/dillo_viewer.c
5934         * src/plugins/image_viewer/plugin.c
5935         * src/plugins/mathml_viewer/mathml_viewer.c
5936         * src/plugins/spamassassin/spamassassin.c
5937         * src/plugins/spamassassin/spamassassin_gtk.c
5938         * src/plugins/trayicon/trayicon.c
5939                 add version check to all plugins
5940
5941 2003-08-01 [hoa]        0.9.3claws86
5942
5943         * src/prefs_filtering.c
5944                 fixed a cosmetic bug, during creation of dialog box,
5945                 wrong widgets were shown after creation.
5946
5947 2003-08-01 [luke]       0.9.3claws85
5948
5949         * src/mainwindow.c
5950                 o fixed visibility of icons/mimeview after toggling separate
5951                   message/folder view (factored out some similar code too).
5952
5953
5954 2003-07-31 [alfons]     0.9.3claws84
5955
5956         * src/mimeview.c
5957                 tweak icon box UI a bit more, now allowing right-clicks actions
5958                 getting the relevant mime data too; should fix #250, "Can't save 
5959                 attachments sometimes".
5960
5961 2003-07-30 [alfons]     0.9.3claws83
5962
5963         * src/compose.c
5964                 don't do auto-save-draft inside key press handler, but rather
5965                 schedule it half of a second later; should fix #67, "autosave 
5966                 make re-rediting message crazy"
5967
5968 2003-07-30 [christoph]  0.9.3claws82
5969
5970         * src/plugins/trayicon/trayicon.c
5971                 process pending events before unloading the plugin
5972
5973         (closes Bug 196 Unloading Trayicon plugin crashes Sylpheed-Claws)
5974
5975 2003-07-30 [alfons]     0.9.3claws81
5976
5977         * src/common/hooks.c
5978                 parameter 2 of g_hook_destroy() should really be a hook id
5979
5980 2003-07-30 [alfons]     0.9.3claws80
5981
5982         * src/common/plugin.c
5983                 fix a possibly harmful function signature mismatch 
5984                 for plugin_done
5985
5986 2003-07-30 [alfons]     0.9.3claws79
5987
5988         * src/common/hooks[.ch]
5989                 const correctness
5990
5991 2003-07-30 [darko]      0.9.3claws78
5992
5993         * src/summaryview.c
5994                 make it compile again
5995
5996 2003-07-30 [luke]       0.9.3claws77
5997
5998         * src/crash.c
5999         * src/main.c
6000                 o added/moved signal handlers for SIGTERM (normal kill command) 
6001                   and SIGINT (ctl-c) to be used even without 
6002                   --enable-crash-dialog, fixing bug 166
6003
6004         * src/summaryview.c
6005                 o rewrote menu sensitivity code as per mainwindow.c, fixing 
6006                   bug 227
6007
6008         * src/mainwindow.c
6009                 o changed sensitivity condition for 'Next new' and 'Next 
6010                   unread', fixing bug 8
6011
6012 2003-07-29 [alfons]     0.9.3claws76
6013
6014         * src/common/utils.[ch]
6015                 add generate_msgid()
6016         * src/messageview.c
6017                 save ack'ed RRR; fixes #205, "return receipt is not saved in
6018                 sent folder".
6019
6020 2003-07-29 [alfons]     0.9.3claws75
6021
6022         * src/messageview.c
6023                 fix a memleak (claws-only)
6024
6025 2003-07-29 [alfons]     0.9.3claws74
6026
6027         * src/mimeview.[ch]
6028         * src/gtk/gtkvscrollbutton.[ch]
6029                 fix UI glitch where mime icon toolbox' scroll position is not 
6030                 reset after switching to another message
6031                 
6032
6033 2003-07-29 [paul]       0.9.3claws73
6034
6035         * src/prefs_folder_item.c
6036                 split the prefs into 2 separate pages
6037
6038 2003-07-29 [paul]       0.9.3claws72
6039
6040         * src/compose.c
6041                 prepend "\n\n" to a signature without a separator too
6042
6043 2003-07-29 [paul]       0.9.3claws71
6044
6045         * src/compose.c
6046                 fix bug where changing to an account without an auto-sig
6047                 from an initial account without an auto-sig would insert 
6048                 2 blank lines at the cursor point
6049                 fix bug where changing to an account with an auto-sig
6050                 from an initial account without an auto-sig would insert
6051                 the sig at the cursor point
6052
6053 2003-07-29 [paul]       0.9.3claws70
6054
6055         * src/folderview.c
6056                 use the colour from the folder pref unless the folder
6057                 has new messages
6058
6059 2003-07-29 [alfons]     0.9.3claws69
6060
6061         * src/procmsg.[ch]
6062         * src/messageview.c
6063         * src/procheader.c
6064                 rewrite return receipt request work a little bit (the former 
6065                 implementation presumably depended too much on the UI setting
6066                 flags). (we're losing the old pending flag.) 
6067
6068 2003-07-28 [christoph]  0.9.3claws68
6069
6070         * src/folder.c
6071         * src/imap.c
6072         * src/mh.c
6073         * src/procmsg.[ch]
6074                 fix copy to IMAP folder from other folder
6075
6076 2003-07-28 [christoph]  0.9.3claws67
6077
6078         * src/procmsg.c
6079                 fix sync of procmsg_get_message_file_list
6080
6081 2003-07-28 [christoph]  0.9.3claws66
6082
6083         * sync with 0.9.3cvs14
6084                 see ChangeLog 2003-07-18
6085         * sync with 0.9.3cvs17
6086                 see ChangeLog 2003-07-23
6087
6088         (closes Bug 234 segmentation fault after sending out mail via
6089          smtp(auth))
6090
6091 2003-07-28 [paul]       0.9.3claws65
6092
6093         * po/es.po
6094                 update Spanish translation, submitted by Ricardo Mones
6095                 Lastra
6096
6097 2003-07-28 [christoph]  0.9.3claws64
6098
6099         * src/folder.[ch]
6100         * src/imap.c
6101         * src/mh.c
6102                 return new message numbers as a GRelation instead of a GSList
6103                 that has to be in the same order as the input list. A list
6104                 would make it hard for IMAP to optimize oepration by sorting
6105                 the input list. The returned list would have to be reordered
6106                 to match the same order that input list has.
6107
6108         * src/gtk/gtkaspell.c
6109                 fix missing return value, could cause a crash when garbage is
6110                 on the stack that is used as the expected return value
6111
6112 2003-07-28 [paul]       0.9.3claws63
6113
6114         * sync with 0.9.4cvs1
6115                 see ChangeLog 2003-07-28
6116
6117 2003-07-27 [alfons]     0.9.3claws62
6118
6119         * src/mimeview.c
6120                 tweak it more to make icon list act like a check button group
6121
6122 2003-07-27 [christoph]  0.9.3claws61
6123
6124         * sync with 0.9.3cvs20
6125                 see ChangeLog 2003-07-25
6126
6127 2003-07-27 [paul]       0.9.3claws60
6128
6129         * src/procmsg.c
6130                 re-commit changes from 0.9.3claws58 -
6131                 accidently removed in 0.9.3claws59
6132
6133 2003-07-27 [paul]       0.9.3claws59
6134
6135         * src/procmsg.[ch]
6136                 a sync from 0.9.3cvs17
6137                 see ChangeLog 2003-07-23
6138
6139 2003-07-27 [alfons]     0.9.3claws58
6140
6141         * src/procmsg.c
6142                 add missing header members to MsgInfo; fixes the problem of 
6143                 not displaying X-Faces, as noticed by Ricardo Mones
6144
6145 2003-07-26 [christoph]  0.9.3claws57
6146
6147         * sync with 0.9.3cvs18
6148                 see ChangeLog 2003-07-24
6149
6150 2003-07-26 [christoph]  0.9.3claws56
6151
6152         * sync with 0.9.3cvs17
6153                 see ChangeLog 2003-07-23
6154
6155 2003-07-26 [christoph]  0.9.3claws55
6156
6157         * src/folder.[ch]
6158         * src/imap.c
6159         * src/mbox_folder.c
6160         * src/mh.c
6161         * src/news.c
6162                 add support for copy function that copy multiple messages
6163                 (not implemented yet)
6164
6165         * src/summaryview.c
6166                 add missing return value
6167
6168 2003-07-26 [paul]       0.9.3claws54
6169
6170         * tools/multiwebsearch.pl
6171                 do whitespace substitution before passing the string
6172                 to the browser. fixes bug with browsers that don't
6173                 do whitespace conversion themselves.
6174
6175 2003-07-25 [christoph]  0.9.3claws53
6176
6177         * src/folder.[ch]
6178         * src/imap.c
6179         * src/mh.c
6180                 rewrite adding of multiple messages to a folder for
6181                 claws' folder system
6182
6183 2003-07-25 [luke]       0.9.3claws52
6184
6185         * src/mimeview.c
6186                 o icon toggles set correctly on leaving ctree mimeview
6187
6188 2003-07-25 [paul]       0.9.3claws51
6189
6190         * partial sync with 0.9.3cvs21 [src/main.c]
6191                 see ChangeLog 2003-07-25
6192
6193 2003-07-24 [paul]       0.9.3claws50
6194
6195         * tools/maildir2sylpheed.pl
6196                 fix typo
6197
6198 2003-07-24 [paul]       0.9.3claws49
6199
6200         * src/mimeview.c
6201                 increase the gutter size of paned so that the panes
6202                 can be resized
6203                 
6204         * src/plugins/demo/demo.c
6205                 squeeze in another typo fix
6206
6207 2003-07-24 [paul]       0.9.3claws48
6208
6209         * src/plugins/demo/demo.c
6210           src/prefs_account.c
6211                 small changes to the English
6212                 
6213         * src/pixmaps/mime_application_octect_stream.xpm        ** REMOVED **
6214           src/pixmaps/mime_application_octet_stream.xpm         ** NEW FILE **
6215           src/Makefile.am
6216           src/stock_pixmap.c
6217                 rename the misspelled icon
6218
6219 2003-07-23 [alfons]     0.9.3claws47
6220
6221         * src/mimeview.c
6222                 make icon list look like a list of toggles
6223
6224 2003-07-23 [luke]       0.9.3claws46
6225
6226         * src/pixmaps/mimeview_gpg_expired.xpm
6227         * src/pixmaps/mimeview_gpg_failed.xpm
6228         * src/pixmaps/mimeview_gpg_passed.xpm
6229         * src/pixmaps/mimeview_text_html.xpm
6230         * src/pixmaps/mimeview_image.xpm
6231                 o all icons the same size
6232
6233         * src/mimeview.[ch]
6234                 o mimeview ctree arranged vertically above the viewer
6235                 o icons changed to buttons
6236                 o can use keyboard to select an icon (Enter)
6237                 o resize icon list to width of icons
6238
6239         *  src/gtk/gtkvscrollbutton.c
6240                 o sensitivity of buttons reacts to position
6241
6242 2003-07-23 [christoph]  0.9.3claws45
6243
6244         * sync with 0.9.3cvs14 (incomplete)
6245                 see ChangeLog 2003-07-17
6246
6247 2003-07-23 [alfons]     0.9.3claws44
6248
6249         * src/folder.c
6250         * src/procmsg.h
6251                 sync with my local tree to restore some claws-only things
6252
6253 2003-07-23 [paul]       0.9.3claws43
6254
6255         * src/pixmaps/mime_gpg_expired.xpm      ** NEW FILE **
6256           src/pixmaps/mime_gpg_unknown.xpm      ** NEW FILE **
6257           src/Makefile.am
6258           src/mimeview.c
6259           src/procmime.h
6260           src/rfc2015.c
6261           src/stock_pixmap.[ch]
6262                 indicate missing keys and expired sigs/keys
6263                 in mime view column
6264
6265 2003-07-23 [paul]       0.9.3claws42
6266
6267         * src/compose.c
6268                 Redirect fixes: enable automatic account selection and
6269                 do not append signature to message on changing account
6270                 fixes Bug[s] #248
6271
6272 2003-07-23 [paul]       0.9.3claws41
6273
6274         * sync with 0.9.3cvs16
6275                 see ChangeLog 2003-07-23
6276
6277 2003-07-23 [alfons]     0.9.3claws40
6278
6279         * src/inc.c
6280                 give progress dialog a main window, and give it the first 
6281                 one (presumably the only one). fixes bug #247, "segfault on 
6282                 pop-before-smtp" 
6283
6284 2003-07-22 [alfons]     0.9.3claws39
6285
6286         * src/summaryview.c
6287                 shift-space scrolls up
6288
6289 2003-07-22 [paul]       0.9.3claws38
6290
6291         * sync with 0.9.3cvs15
6292                 see ChangeLog 2003-07-22
6293
6294 2003-07-20 [alfons]     0.9.3claws37
6295
6296         * src/compose.c
6297                 put menu inside #ifdef USE_ASPELL..#endif
6298
6299 2003-07-20 [christoph]  0.9.3claws36
6300
6301         * src/procmsg.c
6302                 fix wrong flags in MsgInfo returned by
6303                 procmsg_msginfo_get_full_info()
6304
6305         (closes Bug 221 Deleting messages from the Message View gives incorrect
6306          new/unread message counts in the folder view)
6307
6308         * src/plugins/spamassassin/spamassassin_gtk.c
6309                 add gettext macro for prefs page title
6310
6311 2003-07-20 [paul]       0.9.3claws35
6312
6313         * src/mimeview.c
6314                 redraw icon list on signature check
6315
6316 2003-07-20 [christoph]  0.9.3claws34
6317
6318         * src/Makefile.am
6319         * src/account.c
6320         * src/folder.[ch]
6321         * src/folder_item_prefs.[ch]            ** NEW **
6322         * src/folderview.c
6323         * src/mainwindow.c
6324         * src/mh.c
6325         * src/prefs_gtk.c
6326         * src/prefs_scoring.c
6327         * src/summaryview.c
6328         * src/prefs_folder_item.[ch]
6329                 o seperate FolderItemPrefs (formerly PrefsFolderItem) and the
6330                   Properties dialog
6331                 o use prefswindow for folder properties
6332
6333         * src/gtk/prefswindow.[ch]
6334                 change implementation to use an invisible notebook instead
6335                 of unparenting widgets
6336
6337 2003-07-20 [christoph]  0.9.3claws33
6338
6339         * src/compose.h
6340         * src/folder.c
6341         * src/folderview.h
6342         * src/headerview.h
6343         * src/prefs_filtering.h
6344         * src/prefs_folder_item.[ch]
6345         * src/procmime.h
6346         * src/procmsg.h
6347         * src/summaryview.h
6348                 clean up header mess
6349                 (always use 1. typedefs, 2. #includes, 3. structures)
6350
6351         * src/common/version.h.in
6352                 add casts for constants
6353
6354         * src/plugins/demo/demo.c
6355                 fix typo
6356
6357         * src/plugins/spamassassin/spamassassin.c
6358                 remove unused variable
6359
6360 2003-07-20 [alfons]     0.9.3claws32
6361
6362         * src/mimeview.c
6363                 o make icon buttons respond on left click
6364                 o minor cosmetic change
6365
6366 2003-07-19 [luke]       0.9.3claws31
6367
6368         * src/mimeview.[ch]
6369         * src/gtk/gtkvscrollbutton.c
6370         * src/messageview.c
6371                 o improved mimeview behaviour when selecting a new message
6372                 o plus code cleanups to remove compile warnings
6373
6374
6375 2003-07-19 [alfons]     0.9.3claws30
6376
6377         * src/procmsg.c
6378         * src/compose.c
6379         * src/common/utils.[ch]
6380                 subject_get_reply_prefix_length() <- subject_get_prefix_length()
6381
6382 2003-07-19 [alfons]     0.9.3claws29
6383
6384         * src/prefs_folder_item.c
6385                 reinit "legacy" tmp_prefs, so we don't free nor use invalid 
6386                 string pointers
6387
6388 2003-07-19 [luke]       0.9.3claws28
6389
6390         * src/messageview.c
6391         * src/mimeview.[ch]
6392         * src/procmime.h
6393         * src/rfc2015.c
6394         * src/stock_pixmap.[ch]
6395         * src/gtk/Makefile.am
6396         * src/Makefile.am
6397         * src/gtk/gtkvscrollbutton.[ch]         ** NEW **
6398         * src/pixmaps/mime_*.xpm                ** NEW **
6399                 o mimeview rearrangement with a new icon shortcut bar
6400
6401 2003-07-19 [alfons]     0.9.3claws27
6402
6403         * src/folderview.c
6404                 o plug leaking nodes_to_recollapse
6405                 o add folderview_recollapse_all_nodes() (not used yet)
6406
6407 2003-07-19 [alfons]     0.9.3claws26
6408
6409         * src/compose.c
6410         * src/common/utils.c
6411                 honour #240 "Better SUBJECT handling" by cleaning the prefix
6412                 for both forwarding as replying
6413
6414 2003-07-18 [christoph]  0.9.3claws25
6415
6416         * configure.ac
6417         * src/common/sylpheed.[ch]
6418         * src/common/version.h.in
6419                 add version in numeric form to allow easy comparison
6420
6421         * src/plugins/demo/demo.c
6422                 add version check
6423                 - sylpheed version > plugin version => never allowed, sylpheed
6424                   could contain unknown API changes
6425                 - sylpheed version < minimum version required => don't load,
6426                   API required not available (if linking does not fail)
6427
6428 2003-07-18 [alfons]     0.9.3claws24
6429         
6430         * src/common/plugin.[ch]
6431                 const correctness
6432
6433 2003-07-18 [christoph]  0.9.3claws23
6434
6435         * src/common/hooks.c
6436                 fix crash when hooks where unregisted
6437
6438         * src/plugins/trayicon/trayicon.c
6439                 unregister detroy signal before destroying the widget
6440                 (still crashes when the plugin is unloaded)
6441
6442 2003-07-18 [alfons]     0.9.3claws22
6443         
6444         * src/folderview.c
6445                 delay expanding folder tree during drags until timeout triggered
6446                 (needs perhaps some tweaking, so testing is welcome)
6447
6448 2003-07-17 [alfons]     0.9.3claws21
6449
6450         * src/folderview.c
6451                 clean up cruft
6452
6453 2003-07-17 [christoph]  0.9.3claws20
6454
6455         * src/common/session.c
6456                 fix opening of SSL connections
6457
6458         * src/plugins/image_viewer/Makefile.am
6459                 add OPENSSL_CFLAGS (we should find a better solution to remove
6460                 this dependencies if they are not required)
6461
6462         * src/plugins/spamassassin/spamassassin.c
6463                 remove setlocale workaround (fixed in libspamc)
6464
6465         (closes Bug Bug 184 Entering non-ascii character deletes previous char
6466          if spell checking enabled)
6467
6468 2003-07-17 [alfons]     0.9.3claws19
6469
6470         * src/common/hooks.[ch]
6471         * src/plugins/clamav/clamav_plugin.c
6472         * src/plugins/spamassassin/spamassassin.c
6473         * src/plugins/trayicon/trayicon.c
6474                 fix signedness muck 
6475
6476 2003-07-17 [alfons]     0.9.3claws18
6477
6478         * src/procmime.c
6479                 plug memleak
6480
6481 2003-07-17 [alfons]     0.9.3claws17
6482
6483         * src/inc.c
6484                 plug memleak
6485
6486 2003-07-17 [paul]       0.9.3claws16
6487
6488         * src/common/defs.h
6489           src/mainwindow.c
6490           src/manual.[ch]
6491                 add link to the Claws site's FAQ page, after the suggestion
6492                 and patch by Fred Marton <Fred.Marton@uni-bayreuth.de>
6493                 Move url strings to defs.h
6494                 
6495         * src/mainwindow.c
6496                 fix typo to prevent "unknown menu entry" warnings
6497
6498 2003-07-17 [alfons]     0.9.3claws15
6499
6500         * src/folderview.[ch]
6501         * src/summaryview.[ch]
6502         * src/mimeview.[ch]
6503                 plug DnD leaks 
6504
6505 2003-07-17 [paul]       0.9.3claws14
6506
6507         * src/inc.c
6508                 remove two instances of 'GTK_EVENTS_FLUSH' because
6509                 they are unnecessary and probably cause a stack overflow
6510
6511 2003-07-16 [christoph]  0.9.3claws13
6512
6513         * src/mimeview.[ch]
6514                 use an invisible GTK notebook to switch between viewers
6515                 instead of reparenting widgets
6516
6517 2003-07-16 [christoph]  0.9.3claws12
6518
6519         * src/folder.c
6520                 move folder_item_update_freeze() to correct place in
6521                 folder_item_scan_full()
6522
6523 2003-07-16 [paul]       0.9.3claws11
6524
6525         * sync with 0.9.3cvs12
6526                 see ChangeLog 2003-07-14 and 2003-07-15
6527
6528 2003-07-16 [christoph]  0.9.3claws10
6529
6530         * src/imap.[ch]
6531         * src/prefs_account.[ch]
6532                 sync IMAP CRAM-MD5 authentication with sylpheed-main
6533
6534 2003-07-15 [alfons]     0.9.3claws9
6535
6536         * src/main.c
6537                 make --config-dir do something useful
6538
6539 2003-07-15 [alfons]     0.9.3claws8
6540
6541         * src/procmsg.c
6542                 o fix a bug where 'last' didn't really point to the last message
6543                   in the top level list of children, but to the last threaded
6544                   message. 
6545                 
6546                 o clean up and make it easier to sync
6547
6548 2003-07-15 [alfons]     0.9.3claws7
6549
6550         * src/mainwindow.c
6551                 make correct menu items sensitive       
6552
6553 2003-07-14 [alfons]     0.9.3claws6
6554
6555         * src/procmsg.c
6556                 tune the threader so it will not subject-thread any message
6557                 without a subject prefix (this will not thread correctly if 
6558                 a parent is delivered after their childs, but it looks 
6559                 better right now)
6560
6561 2003-07-13 [christoph]  0.9.3claws5
6562
6563         * src/mainwindow.c
6564                 group "Add mailbox *..." menu items in submenu
6565
6566 2003-07-13 [alfons]     0.9.3claws4
6567
6568         * src/summaryview.c
6569                 correct summary_toggle_pressed() signature and make sure
6570                 signal is not passed on
6571
6572 2003-07-13 [alfons]     0.9.3claws3
6573
6574         * src/summaryview.c
6575                 o for now don't pass on keys when they we're handled by 
6576                   ctree::key_press_event
6577                 o clean up
6578
6579 2003-07-13 [alfons]     0.9.3claws2
6580         
6581         * src/main.c
6582                 add command line option "--config-dir" to get the current 
6583                 configuration dir
6584
6585 2003-07-12 [alfons]     0.9.3claws1
6586
6587         * src/matcher.[ch]
6588         * src/matcher_parser_parse.y
6589         * src/prefs_filtering.c
6590         * src/filtering.c
6591                 add "Lock" filter action to lock messages;
6592
6593         * src/filtering.c       
6594                 remove debug_print()    
6595         * src/prefs_filtering.c
6596                 re-organize matcher part 9: 
6597                 make action text entries easily extendible;
6598                 merge widget selection for ACTION_MARK, ACTION_UNMARK, ACTION_LOCK,
6599                 ACTION_UNLOCK, ACTION_MARK_AS_READ, ACTION_MARK_AS_UNREAD
6600
6601 2003-07-12 [paul]
6602
6603         * tools/README
6604                 update old information and add missing
6605                 information
6606
6607 2003-07-12 [paul]       0.9.3claws
6608
6609         * 0.9.3claws released
6610         
6611 2003-07-12 [paul]       0.9.0claws103
6612
6613         * src/Makefile.am
6614                 add addrquery.h
6615
6616 2003-07-12 [melvin]     0.9.0claws102
6617
6618         * src/messageview.c
6619                 Fixed bug #215: Show MIME tab for single text/html messages. 
6620                 
6621 2003-07-12 [paul]       0.9.0claws101
6622
6623         * man/sylpheed.1
6624                 updated
6625
6626 2003-07-12 [paul]       0.9.0claws100
6627
6628         * po/es.po
6629           po/hr.po
6630           po/pl.po
6631           po/sr.po
6632                 update Spanish, Croatian, Polish, Serbian translations.
6633                 submitted by Ricardo Mones Lastra, Dragan, Witold
6634                 Wladyslaw Wojciech Wilk, Urke MMI
6635
6636 2003-07-12 [melvin]     0.9.0claws99
6637
6638         * po/fr.po
6639                 Updated French translations.
6640
6641 2003-07-12 [paul]       0.9.0claws98
6642
6643         * src/addressbook.c
6644                 disable 'Lookup' button as it has no effect
6645
6646 2003-07-11 [alfons]     0.9.0claws97
6647         
6648         * src/summaryview.c
6649                 summary_searchbar_pressed() should return TRUE to signal that
6650                 event was handled. when returning void, the return value passed
6651                 to GTK is actually random, but maybe FALSE, in which case the
6652                 event is handled by parent
6653                 
6654 2003-07-10 [paul]       0.9.0claws96
6655
6656         * ac/missing/gettext.m4
6657                 update to version 0.12
6658
6659 2003-07-10 [paul]       0.9.0claws95
6660
6661         * src/plugins/clamav/clamav_plugin.c
6662                 fix bug where multipart/alternative messages
6663                 would slip through without being scanned
6664
6665 2003-07-10 [christoph]  0.9.0claws94
6666
6667         * src/folder.c
6668                 correct check if folder supports removing when a message is
6669                 moved. if not the message is only copied.
6670
6671         (closes Bug 132 crash on startup in newsgroups folders)
6672
6673 2003-07-09 [alfons]     0.9.0claws93
6674
6675         * configure.ac
6676         * src/common/defs.h
6677                 --with-config-dir (default .sylpheed)
6678
6679 2003-07-09 [christoph]  0.9.0claws92
6680
6681         * configure.ac
6682                 use PKG_CHECK_MODULES to check for gtkmathview
6683                 (version 0.4.2 now required)
6684
6685 2003-07-08 [melvin]     0.9.0claws91
6686
6687         * src/action.c
6688                 Implemented a progress bar that counts the number of completed
6689                 tasks when the action runs more than one command.
6690
6691 2003-07-08 [alfons]     0.9.0claws90
6692
6693         * src/procmsg.c
6694                 if queued message has an invalid Message-Id, don't try to
6695                 find message it refers to (fixes #209 "crash when processing 
6696                 in folder")
6697
6698 2003-07-08 [paul]       0.9.0claws89
6699
6700         * sync with 0.9.3cvs2
6701                 see ChangeLog 2003-07-08
6702
6703 2003-07-08 [match]      0.9.0claws88
6704
6705         * src/ldapctrl.c
6706                 extend LDAP search for first/last name by parsing search term.
6707
6708 2003-07-08 [alfons]     0.9.0claws87
6709
6710         * src/send_message.c
6711                 fix bug #208 "Status message stuck when sending on POP3 account"
6712
6713 2003-07-07 [paul]       0.9.0claws86
6714
6715         * po/hr.po
6716                 new Croatian translation, submitted by
6717                 Dragan <drleskov@inet.hr>
6718
6719 2003-07-07 [paul]       0.9.0claws85
6720
6721         * sync with 0.9.3cvs1
6722                 see ChangeLog 2003-07-07
6723
6724 2003-07-05 [christoph]  0.9.0claws84
6725
6726         * src/Makefile.am
6727         * src/messageview.c
6728         * src/mimeview.[ch]
6729         * src/stock_pixmap.[ch]
6730         * src/pixmaps/messageview_text.xpm              ** NEW **
6731                 move mimeview tabs to the right side and use icons
6732                 instead of text to save some space
6733
6734         (patch by Luke Plant <lukeplant@softhome.net>)
6735
6736 2003-07-05 [christoph]  0.9.0claws83
6737
6738         * src/inc.c
6739                 add NULL pointer checks
6740
6741         (patch by Luke Plant <lukeplant@softhome.net>)
6742         (closes Bug 204 0.9.0 quits on authentication error?!)
6743
6744 2003-07-05 [alfons]     0.9.0claws82
6745
6746         * configure.ac
6747                 take the clue in bug #202 "./configure script - 
6748                 'if test' comparison failure" reported by John Kristoff. 
6749
6750 2003-07-04 [christoph]  0.9.0claws81
6751
6752         * src/plugins/spamassassin/spamassassin.c
6753                 set timeout for spam check
6754
6755 2003-07-04 [christoph]  0.9.0claws80
6756
6757         * src/main.c
6758                 destroy all FolderItems when shutting down to
6759                 allow folders to clean up
6760
6761 2003-07-04 [melvin]     0.9.0claws79
6762
6763         * src/gtk/gtkaspell.c
6764                 Fixed bug #184 "Entering non-ascii character deletes
6765                 previous char if spell checking enabled": this makes
6766                 the spell checking in multibytes (e.g. UTF-8)locales work.
6767                 (Patch by Luke Plant).
6768                 
6769 2003-07-04 [christoph]  0.9.0claws78
6770
6771         * sync with 0.9.2cvs1
6772                 see ChangeLog 2003-06-10
6773
6774 2003-07-04 [paul]       0.9.0claws77
6775
6776         * sync with 0.9.3 release
6777                 see ChangeLog 2003-07-04
6778
6779 2003-07-03 [christoph]  0.9.0claws76
6780
6781         * src/folder.[ch]
6782         * src/imap.c
6783         * src/mbox_folder.c
6784         * src/mh.c
6785         * src/news.c
6786                 move folder_item_get_path() stuff into a folder virtual function
6787
6788         * src/procmsg.c
6789                 use folder_item_fetch_msg() to get message and do not contruct
6790                 the filename from path and number
6791
6792 2003-07-03 [paul]       0.9.0claws75
6793
6794         * sync with 0.9.2cvs12
6795                 see ChangeLog 2003-07-03
6796
6797 2003-07-02 [paul]       0.9.0claws74
6798
6799         * src/messageview.c
6800                 fix text-selection for replying
6801
6802 2003-07-02 [paul]       0.9.0claws73
6803
6804         * sync with 0.9.2cvs11
6805                 see ChangeLog 2003-07-02
6806
6807 2003-07-02 [paul]       0.9.0claws72
6808
6809         * src/procmsg.c
6810                 revert last commit because it breaks more
6811                 than it fixes
6812
6813 2003-07-02 [paul]       0.9.0claws71
6814
6815         * src/procmsg.c
6816                 fix thread by subject/sort by date
6817
6818 2003-07-01 [paul]       0.9.0claws70
6819
6820         * sync with 0.9.2cvs10
6821                 see ChangeLog 2003-07-01
6822
6823 2003-06-30 [paul]       0.9.0claws69
6824
6825         * sync with 0.9.2cvs9
6826                 see ChangeLog 2003-06-30
6827
6828 2003-06-28 [match]      0.9.0claws68
6829
6830         * src/addressbook.c
6831                 fix null ptr.
6832
6833 2003-06-27 [paul]       0.9.0claws67
6834
6835         * sync with 0.9.2cvs7
6836                 see ChangeLog 2003-06-27
6837
6838 2003-06-26 [christoph]  0.9.0claws66
6839
6840         * src/folder.c
6841                 freeze folder updates while a folder is scanned
6842
6843         (closes Bug 185 New message counter)
6844
6845 2003-06-26 [darko]      0.9.0claws65
6846
6847         * src/ldapserver.c
6848                 fix infinite loop when adding a new LDAP server
6849
6850 2003-06-26 [paul]       0.9.0claws64
6851
6852         * sync with 0.9.2cvs6
6853                 see ChangeLog 2003-06-26
6854
6855 2003-06-26 [paul]       0.9.0claws63
6856
6857         * sync with 0.9.2cvs5
6858                 see ChangeLog 2003-06-25 and 2003-06-26
6859
6860 2003-06-25 [match]      0.9.0claws62
6861
6862         * src/addr_compl.c
6863                 Fixed tab/backtab for dropped-down completion list to
6864                 move next/previous field. (close bug 147)
6865
6866 2003-06-25 [christoph]  0.9.0claws61
6867
6868         * src/addr_compl.[ch]
6869         * src/addrindex.[ch]
6870         * src/folderview.c
6871         * src/inc.c
6872         * src/news.c
6873         * src/summaryview.c
6874         * src/toolbar.c
6875                 fix warnings
6876
6877 2003-06-25 [leandro]    0.9.0claws60
6878
6879         * src/compose.c
6880                 o cleanups
6881                 o gray out "Message/Remove references" menu item if not
6882                   replying to a message
6883
6884 2003-06-24 [leandro]    0.9.0claws59
6885
6886         * src/compose.[ch]
6887                 o removed "Message/Create new thread" menu item
6888                 o added "Message/Remove references" menu item
6889                   (it's off by default and will not check anymore
6890                    if the subject changed)
6891
6892 2003-06-23 [alfons]     0.9.0claws58
6893
6894         * src/procmsg.c
6895                 try better grouping messages threaded by subject based on their age.
6896                 still not perfect - because the message tree is not sorted by date.  
6897
6898 2003-06-23 [thorsten]   0.9.0claws57
6899
6900         * src/pop.[ch]
6901                 added mail_receive_hook to allow modifications
6902                 directly after retrieval (e.g. adding headers).
6903
6904 2003-06-23 [paul]       0.9.0claws56
6905
6906         * src/sourcewindow.c
6907                  enable the use of Ctrl+A to select all text in
6908                  the sourcewindow
6909                  Patch submitted by Ivan Francolin Martinez
6910                  <ivanfm@users.sourceforge.net>
6911
6912 2003-06-22 [christoph]  0.9.0claws55
6913
6914         * src/folder.[ch]
6915                 o add notification hook for folder tree changes
6916                 o invoke hooks after folder tree scanning
6917
6918         * src/folderview.[ch]
6919                 register hook for folder tree changes that
6920                 updates the ctree
6921
6922         (there are more places that should be updated, like add, remove 
6923          or move folder)
6924
6925         (closes Bug 164 Crash on rebuild folder tree)
6926         (closes Bug 190 Crash on 'rebuilding folder tree')
6927
6928 2003-06-21 [leandro]    0.9.0claws54
6929
6930         * src/compose.[ch]
6931                 create a new thread if subject changes
6932                 (it's on by default, can be disabled in Message menu)
6933
6934 2003-06-21 [alfons]     0.9.0claws53
6935
6936         * src/summaryview.c
6937                 quiet little compiler
6938
6939 2003-06-21 [christoph]  0.9.0claws52
6940
6941         update gettext stuff to version 0.12
6942
6943 2003-06-19 [alfons]     0.9.0claws51
6944
6945         * src/common/log.c
6946         * src/common/plugin.c
6947                 move defs.h before glib.h to prevent MIN/MAX redefs
6948
6949 2003-06-19 [alfons]
6950
6951         * src/addressbook.c
6952                 translatable
6953
6954 2003-06-19 [match]      0.9.0claws50
6955
6956         * src/addressbook.[ch]
6957         * src/addrindex.[ch]
6958         * src/addr_compl.[ch]
6959         * src/editldap.[ch]
6960         * src/editldap_basedn.[ch]
6961         * src/addritem.[ch]
6962         * src/ldapquery.h
6963                 re-implemented dynamic LDAP search. works without
6964                 slowdown on display sender with addressbook
6965                 option.
6966         * src/addrbook.c
6967                 documented code.
6968
6969 2003-06-19 [paul]       0.9.0claws49
6970
6971         * src/compose.c
6972                 fix Bug #136 'Nonprovided quotation marks crash claws'
6973                 patch submitted by Pawel Pêkala <c0rn@gazeta.pl>
6974
6975 2003-06-19 [alfons]     0.9.0claws48
6976
6977         * src/prefs_common.[ch]
6978         * src/procmsg.c
6979                 restrict threading by subject by checking thread for
6980                 age (prefs_common.thread_by_subject_max_age)
6981
6982 2003-06-18 [christoph]  0.9.0claws47
6983
6984         * src/imap.c
6985                 fix memory leak in imap_cmd_fetch()
6986
6987 2003-06-18 [christoph]  0.9.0claws46
6988
6989         * src/prefs_gtk.c
6990                 fix memory leak in prefs_set_default() when used multiple
6991                 times or after prefs have been read
6992
6993 2003-06-18 [christoph]  0.9.0claws45
6994
6995         * src/common/plugin.c
6996                 fix memory leak in plugin_unload()
6997
6998 2003-06-18 [christoph]  0.9.0claws44
6999
7000         * src/imap.c
7001                 fix memory leak in imap_cmd_ok()
7002
7003 2003-06-18 [christoph]  0.9.0claws43
7004
7005         * src/folder.c
7006                 stop messages that are downloaded from POP3 and added to
7007                 an IMAP inbox from being filtered twice (first by POP3
7008                 and again when IMAP folder is scaned to get the UID of
7009                 the APPEND operation when no UIDPLUS is available)
7010
7011 2003-06-18 [alfons]
7012
7013         * tools/Makefile.am
7014                 phoenix <- firebird     
7015
7016 2003-06-18 [paul]
7017
7018         * tools/launch_phoenix          ** REMOVED **
7019           tools/launch_firebird         ** NEW **
7020                 renamed and edited to reflect the browser's name change from
7021                 'phoenix' to 'firebird'
7022
7023 2003-06-18 [paul]       0.9.0claws42
7024
7025         * sync with 0.9.2cvs2
7026                 see ChangeLog 2003-06-16
7027
7028 2003-06-17 [alfons]     0.9.0claws41
7029
7030         * src/procmsg.c
7031                 prevent threading problems when a node is an ancestor (parent / great parent),
7032                 which mostly happens with circular references (thanks to Phillipe Gramoullé
7033                 for finding an sample set of messages)
7034
7035 2003-06-16 [christoph]  0.9.0claws40
7036
7037         * src/main.c
7038                 don't popup main window on --receive or --receive-all
7039
7040         * src/mainwindow.[ch]
7041         * src/plugins/trayicon/trayicon.c
7042                 allow hiding of main window by clicking on the trayicon
7043                 (doesn't work correctly in seperate window mode and may
7044                  cause unexpected GTK problems I couldn't find yet)
7045
7046         * src/common/ssl.c
7047                 remove incorrect warning
7048
7049 2003-06-15 [alfons]     0.9.0claws39
7050
7051         * src/gtk/gtkstext.c
7052                 don't output debug text;
7053                 #ifdef out print_line() if not debugging (thanks to Martin Wicke
7054                 for pointing this out);
7055
7056 2003-06-14 [alfons]     0.9.0claws38
7057         
7058         * src/messageview.c
7059                 remove printf() and make one if..else comply with coding style
7060
7061 2003-06-14 [alfons]     0.9.0claws37
7062
7063         * AUTHORS
7064                 add Martin Wicke
7065         * src/action.c
7066         * src/messageview.[ch]
7067         * src/summaryview.c
7068                 apply patch #754162 "Quoting messages filtered by actions" submitted
7069                 by Martin Wicke, which allows quoting message body changed by an
7070                 action (Thanks!).
7071
7072 2003-06-13 [alfons]     0.9.0claws36
7073
7074         * src/utils.c
7075                 add several other subject reply prefixes (suggested by Christoph and Ivan Martinez)
7076                 use case insensitive regexp (suggested by Ivan Martinez)
7077
7078 2003-06-13 [christoph]  0.9.0claws35
7079
7080         * configure.ac
7081         * src/plugins/trayicon/Makefile.am
7082         * src/plugins/trayicon/eggtrayicon.[ch]                         ** REMOVE **
7083         * src/plugins/trayicon/trayicon.c
7084         * src/plugins/trayicon/libeggtrayicon/.cvsignore                ** NEW **
7085         * src/plugins/trayicon/libeggtrayicon/Makefile.am               ** NEW **
7086         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.[ch]          ** NEW **
7087         * src/plugins/trayicon/libeggtrayicon/gtk2-funcs.[ch]           ** NEW **
7088         * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.[ch]        ** NEW **
7089         * src/plugins/trayicon/libeggtrayicon/xembed.h                  ** NEW **
7090                 replace my own EggTrayIcon backport with the backport
7091                 used by (l|x)mule and gabber.
7092
7093 2003-06-13 [alfons]     0.9.0claws34
7094
7095         * AUTHORS
7096         * src/common/utils.c
7097                 add Aw: to list of reply prefixes (thanks to Martin Zwickel)
7098
7099 2003-06-13 [alfons]     0.9.0claws33
7100
7101         * src/compose.c
7102                 clean up a little bit
7103
7104 2003-06-12 [alfons]     0.9.0claws32
7105
7106         * src/compose.c
7107                 const correctness fix
7108
7109         * src/common/sylpheed.[ch]
7110                 () -> (void)
7111                 prevent redef MIN/MAX
7112                 
7113         * src/common/utils.[ch]
7114                 () -> (void)
7115
7116 2003-06-12 [melvin]     0.9.0claws31
7117
7118         * src/compose.c
7119                 Updated to take into accounts changes in GtkAspell.
7120
7121 2003-06-12 [alfons]     0.9.0claws30
7122
7123         * src/compose.c
7124         * src/procmsg.c
7125         * src/common/utils.[ch]
7126                 handle reply subject prefixes better (initial 
7127                 suggestion by Robert Story adapted and enhanced 
7128                 using regexps)
7129
7130 2003-06-12 [melvin]     0.9.0claws29
7131
7132         * src/compose.c
7133                 Use new gtkaspell_checkers_strerror() to get the speller's
7134                 error message instead of accessing the (now private)
7135                 checkers structure.
7136                 Minor code clean up
7137
7138         * src/main.c
7139                 Use #ifdef instead of #if for USE_ASPELL
7140                 Use the new spell checkers init/quit functions 
7141
7142         * src/gtk/gtkaspell.c
7143                 Use #ifdef instead of #if for USE_ASPELL
7144                 Moved in the majority of GtkAspell structures that were
7145                 exported before by gtkaspell.h
7146         
7147         * src/gtk/gktaspell.h
7148                 Made gtkaspell.h contain only the necessary data to be
7149                 publicized by moving many structures to gtkaspell.c.
7150                 Enclosed all the declaration in a #ifdef USE_ASPELL #endif
7151                 gtkaspell_checkers_new(): replaced by...
7152                 gtkaspell_checkers_init(): new function for initialization
7153                 gtkaspell_checkers_delete(): replaced by...
7154                 gtkaspell_checkers_quit(): new function
7155                 gtkaspell_checkers_strerror(): new function that returns
7156                 the checker's last error message.
7157                 
7158 2003-06-11 [melvin]     0.9.0claws28
7159
7160         * po/POTFILES.in
7161                 Updated to take into account gtkaspell.c migration to
7162                 ./src/gtk/ (Thanks to Ricardo Mones Lastra for reporting it)
7163
7164 2003-06-10 [alfons]     0.9.0claws27
7165
7166         * src/filtering.[ch]
7167         * src/folder.c
7168         * src/matcher.c
7169         * src/scoring.[ch]
7170                 - try fixing bug #18 (any brave testers?)
7171                 - add more robustness by refusing previously 
7172                   unchecked NULL pointers 
7173
7174 2003-06-10 [alfons]     0.9.0claws26
7175
7176         * src/procmsg.c
7177                 fix bug #176 by don't checking MsgInfos with a NULL msgid 
7178
7179 2003-06-09 [alfons]     0.9.0claws25
7180
7181         * src/prefs_common.c
7182                 fix bug #163 "Icon switching doesnt work properly" by 
7183                 preventing early freeing of prefs_common.pixmap_theme_path.
7184
7185 2003-06-09 [christoph]  0.9.0claws24
7186
7187         * src/gtk/gtkaspell.c
7188                 revert Thorsten's fix and add forgotten g_strdup for
7189                 aspell path (it should not be possible to alter the path a
7190                 GtkASpell uses from outside)
7191
7192 2003-06-09 [thorsten]   0.9.0claws23
7193
7194         * src/gtk/gtkaspell.c
7195                 dont free prefs_common.aspell_path when closing compose
7196
7197 2003-06-08 [colin]      0.9.0claws22
7198
7199         * src/plugins/spamassassin/spamassassin.c
7200                 fix prefs types
7201
7202 2003-06-07 [christoph]  0.9.0claws21
7203
7204         * src/Makefile.am
7205         * src/compose.c
7206         * src/gtkaspell.[ch]            ** REMOVE **
7207         * src/gtk/Makefile.am
7208         * src/gtk/gtkaspell.[ch]        ** NEW **
7209                 o make gtkaspell independent from sylpheed's prefs
7210                 o move gtkaspell.[ch] to gtk directory
7211
7212 2003-06-07 [christoph]  0.9.0claws20
7213
7214         * src/Makefile.am
7215         * src/crash.c
7216         * src/export.c
7217         * src/filesel.[ch]              ** REMOVE **
7218         * src/folder.c
7219         * src/main.[ch]
7220         * src/common/sylpheed.[ch]
7221         * src/gtk/Makefile.am
7222         * src/gtk/filesel.[ch]          ** NEW **
7223         * src/gtk/pluginwindow.c
7224         * src/gtk/sslcertwindow.c
7225                 move filesel.[ch] to gtk directory
7226
7227 2003-06-07 [alfons]     0.9.0claws19
7228
7229         * src/filesel.c
7230                 make (multi) file selection dialog work again (Claws-only)
7231
7232 2003-06-07 [thorsten]   0.9.0claws18
7233
7234         * po/de.po
7235                 fix typos
7236
7237 2003-06-07 [alfons]     0.9.0claws17
7238
7239         * configure.ac
7240         * src/mimeview.c
7241                 detect apache mishap in which case don't include fnmatch.h
7242                 if regex.h is already included
7243
7244 2003-06-06 [christoph]  0.9.0claws16
7245
7246         * configure.ac
7247         * src/mimeview.h
7248                 add check for fnmatch.h and include it when available
7249
7250         * src/mimeview.[ch]
7251                 fix wrong case sensitivity of Content-Types
7252
7253         * src/gtk/Makefile.am
7254                 need the same include paths in gtk directory as in
7255                 common directory because .h files in common can
7256                 include files from these directories, when included
7257                 in gtk's .h or .c files
7258
7259 2003-06-06 [alfons]     0.9.0claws15
7260
7261         * src/mimeview.c
7262         * src/summaryview.c
7263                 make it compile again because of regex.h / fnmatch.h 
7264                 include problems (related to recent mime stuff, can
7265                 someone check this?)
7266
7267 2003-06-06 [thorsten]   0.9.0claws14
7268
7269         * src/folderview.c
7270                 possible use of uninitialized pointer while dragging
7271
7272 2003-06-06 [paul]       0.9.0claws13
7273
7274         * src/compose.c
7275                 fix bug where the insert sig button would be effective
7276                 only when auto_sig was set
7277
7278 2003-06-06 [paul]       0.9.0claws12
7279
7280         * sync with 0.9.2 release
7281
7282 2003-06-02 [paul]       0.9.0claws11
7283
7284         * sync with 0.9.1cvs1
7285                 see ChangeLog 2003-06-02
7286                 
7287         * po/de.po
7288                 update by Jens
7289
7290 2003-06-01 [christoph]  0.9.0claws10
7291
7292         * src/account.c
7293                 don't use substring search to find accounts by email address
7294
7295         (closes Bug 169 Overly loose matching of "From" address)
7296
7297 2003-05-31 [christoph]  0.9.0claws9
7298
7299         * doc-src/rfc2683.txt
7300         * src/imap.c
7301                 limit IMAP command length as recommended in RFC2683
7302                 (message number lists will be split into multiple imap
7303                 sets, the limit of 1000 octets is not a hard limit)
7304
7305         (closes Bug 161 sylpheed-claws exits with segfault when logging
7306          in to certain imap-servers)
7307
7308 2003-05-29 [alfons]     0.9.0claws8
7309
7310         * src/toolbar.[ch]
7311                 add print button (calling summary_print());
7312                 fine tune setting tooltip text;
7313                 (if someone needs other buttons, please take these 
7314                 commits as a guide, instead of bothering us - also
7315                 see 0.8.11claws150) 
7316
7317 2003-05-29 [darko]      0.9.0claws7
7318
7319         * src/compose.c
7320                 fix crash when word wrapping kicks in due to
7321                 changed text by spell checker
7322
7323 2003-05-29 [paul]       0.9.0claws6
7324
7325         * src/compose.c
7326                 fix bug where changing account would insert
7327                 sig even if auto_sig was FALSE
7328                 
7329         * ChangeLog
7330           ChangeLog.jp
7331           INSTALL
7332                 sync with 0.9.1 release
7333
7334 2003-05-28 [christoph]  0.9.0claws5
7335
7336         * src/imap.c
7337                 fix truncation of too long commands
7338
7339         (closes Bug 167 IMAP hangs trying to get envelope
7340          information in imap_get_uncached_messages)
7341
7342 2003-05-27 [paul]       0.9.0claws4
7343
7344         * tools/Makefile.am
7345           tools/maildir2sylpheed.pl     ** NEW FILE **
7346                 add kmail to sylpheed mailbox conversion script
7347
7348 2003-05-27 [paul]       0.9.0claws3
7349
7350         * sync with 0.9.0cvs10
7351                 see ChangeLog 2003-05-26
7352
7353 2003-05-26 [paul]       0.9.0claws2
7354
7355         * sync with 0.9.0cvs9
7356                 see ChangeLog 2003-05-26
7357
7358 2003-05-24 [paul]       0.9.0claws1
7359
7360         * sync with 0.9.0cvs8
7361                 see ChangeLog 2003-05-23
7362
7363 2003-05-24 [paul]       0.9.0claws
7364
7365         * version 0.9.0claws released
7366
7367 2003-05-24 [paul]       0.8.11claws177
7368
7369         * src/plugins/dillo-viewer/Makefile.am
7370           src/plugins/traycon/Makefile.am
7371                 add missing files
7372                 
7373         * po/bg.po
7374           po/en_GB.po
7375           po/es.po
7376           po/it.po
7377           po/pt_BR.po
7378           po/ru.po
7379           po/sr.po
7380                 update Bulgarian, British English, Spanish, Italian, 
7381                 Brazilian Portuguese, Russian, and Serbian translations, 
7382                 submitted by George Danchev, [me], Ricardo Mones Lastra,
7383                 André Filipe de Assunção e Brito, Alessandro Maestri, 
7384                 Ruslan N. Balkin, and Urke MMI
7385
7386 2003-05-23 [melvin]     0.8.11claws176
7387
7388         * po/fr.po
7389                 Updated French translations
7390
7391 2003-05-22 [paul]       0.8.11claws175
7392
7393         * src/Makefile.am
7394           src/addrbook.[ch]
7395           src/addrcache.[ch]
7396           src/addr_compl.[ch]
7397           src/adressbook.[ch]
7398           src/addrindex.[ch]
7399           src/addritem.[ch]
7400           src/editaddress.c
7401           src/editgroup.c
7402           src/editldap_basedn.c
7403           src/editldap.c
7404           src/jpilot.c
7405           src/vcard.c
7406                 revert to get ldap into it previous working state
7407                 
7408         * po/zh_TW.Big5.po
7409                 new Taiwanese translation,
7410                 submitted by Tsu-Fan Cheng <tscheng@ic.sunysb.edu>
7411
7412 2003-05-22 [christoph]  0.8.11claws174
7413
7414         * src/plugins/spamassassin/libspamc.[ch]
7415                 sync libspamc with SpamAssaain release 2.55
7416
7417 2003-05-22 [paul]       0.8.11claws173
7418
7419         * sync with 0.9.0cvs7
7420                 see ChangeLog 2003-05-22
7421                 
7422         * src/summaryview.c
7423                 revert change in 0.8.11claws172: follow
7424                 Hiroyuki's decision and that's the end of it.
7425
7426 2003-05-21 [paul]       0.8.11claws172
7427
7428         * src/summaryview.c
7429                 fix discrepency between open_unread_on_enter
7430                 and always_show_msg
7431
7432 2003-05-21 [paul]       0.8.11claws171
7433
7434         * sync with 0.9.0cvs6
7435                 see ChangeLog 2003-05-21
7436
7437 2003-05-21 [paul]       0.8.11claws170
7438
7439         * sync with 0.9.0cvs5
7440                 see ChangeLog 2003-05-21
7441
7442 2003-05-20 [paul]       0.8.11claws169
7443
7444         * sync with 0.9.0cvs4
7445                 see ChangeLog 2003-05-20
7446                 fixes bug #152, 'encoding of IMAP folders names'
7447
7448 2003-05-20 [paul]       0.8.11claws168
7449
7450         * sync with 0.9.0cvs3
7451                 see ChangeLog 2003-05-20
7452                 
7453         * src/tools/convert_mbox.pl
7454                 minor change in the comments, submitted by Fred Marton
7455
7456 2003-05-19 [paul]       0.8.11claws167
7457
7458         * src/plugins/clamav/Makefile.am
7459           configure.ac
7460                 link clamav_lib to the plugin and not to the main program
7461
7462 2003-05-19 [christoph]
7463
7464         * src/Makefile.am
7465                 add -export-dynamic for linking
7466
7467 2003-05-19 [paul]       0.8.11claws166
7468
7469         * sync with 0.9.0cvs1
7470                 see ChangeLog 2003-05-19
7471
7472 2003-05-19 [paul]       0.8.11claws165
7473
7474         * src/inc.c
7475                 fix 'pop before smtp' timeout
7476
7477 2003-05-18 [alfons]     0.8.11claws164
7478
7479         * src/prefs_matcher.c
7480                 put "execute" action command line ("expression") in edit box
7481
7482 2003-05-18 [christoph]  0.8.11claws163
7483
7484         * src/mimeview.[ch]
7485         * src/plugins/dillo_viewer/dillo_viewer.c
7486         * src/plugins/image_viewer/viewer.c
7487         * src/plugins/mathml_viewer/mathml_viewer.c
7488                 let a viewer have a list of Content-Types
7489
7490 2003-05-18 [paul]       0.8.11claws162
7491
7492         * src/prefs_filtering.c
7493                 add 'Recipient' label for FORWARD, FORWARD_AS_ATTACHMENT,
7494                 and REDIRECT actions
7495
7496 2003-05-17 [christoph]
7497
7498         * README.claws
7499                 o remove dynamic signatures that was syned with main
7500                 o add infos about no longer "build in" image viewer
7501                 o update bugtracker URL
7502
7503 2003-05-17 [christoph]  0.8.11claws161
7504
7505         * src/folder.c
7506         * src/folderview.c
7507         * src/imap.c
7508                 don't use imap_scan_folder anymore. Instead call folder_item_scan
7509                 for every folder after rebuilding the folder tree.
7510
7511         (closes Bug 19 imap_scan_folder() computes incorrectly number of new
7512          messages)
7513
7514 2003-05-17 [christoph]  0.8.11claws160
7515
7516         * src/imap.c
7517                 don't use STATUS command on current folder to check for
7518                 content changes. imap_cmd_ok() now tracks changes to
7519                 folder and number of existing messages.
7520
7521 2003-05-17 [paul]       0.8.11claws159
7522
7523         * src/plugins/clamav/clamav_plugin.c
7524                 remove unnecessary debug_print
7525
7526 2003-05-16 [thorsten]   0.8.11claws158
7527
7528         * src/plugins/demo.c
7529                 included missing intl.h
7530
7531 2003-05-16 [paul]       0.8.11claws157
7532
7533         * po/POTFILES.in
7534                 remove non-existant entries
7535         
7536         * src/plugins/clamav/clamav_plugin.c
7537           src/plugins/clamav/clamav_plugin_gtk.c
7538           src/plugins/dillo_viewer/dillo_prefs.c
7539           src/plugins/dillo_viewer/dillo_viewer.c
7540                 gettextise
7541
7542 2003-05-16 [christoph]  0.8.11claws156
7543
7544         * po/POTFILES.in
7545                 include plugin .c files for translation until I
7546                 find a better solution to have plugins have their
7547                 own textdomain
7548         * src/plugins/demo/demo.c
7549         * src/plugins/image_viewer/plugin.c
7550         * src/plugins/mathml_viewer/mathml_viewer.c
7551         * src/plugins/spamassassin/spamassassin.c
7552         * src/plugins/spamassassin/spamassassin_gtk.c
7553         * src/plugins/trayicon/trayicon.c
7554                 add gettext macros for plugin name and description
7555
7556 2003-05-16 [paul]
7557
7558         * sync with 0.9.0
7559
7560 2003-05-16 [paul]       0.8.11claws155
7561
7562         * sync with lastest 0.9.0pre1
7563                 see ChangeLog 2003-05-16
7564
7565 2003-05-15 [paul]       0.8.11claws154
7566
7567         * sync with latest 0.9.0pre1
7568                 see ChangeLog 2003-05-14 and 2003-05-15
7569
7570 2003-05-14 [christoph]  0.8.11claws153
7571
7572         * src/plugins/image_viewer/viewer.c
7573         * src/plugins/image_viewer/viewer.glade         ** NEW **
7574         * src/plugins/image_viewer/viewerprefs.c
7575                 make it possible to disable the autoload function in the
7576                 imageviewer again
7577
7578 2003-05-14 [christoph]  0.8.11claws152
7579
7580         * src/folder.c
7581                 fix folder update after adding a message
7582
7583 2003-05-13 [alfons]     0.8.11claws151
7584
7585         * src/common/session.c
7586                 remove debug traces
7587                 
7588         * src/addrcache.[ch]
7589         * src/filtering.[ch]
7590         * src/folder.[c]
7591         * src/gtkaspell.[ch]
7592         * src/imap.[ch]
7593         * src/mbox_folder.[ch]
7594         * src/mh.[ch]
7595         * src/mimeview.h
7596         * src/msgcache.[ch]
7597         * src/news.[ch]
7598         * src/passphrase.[ch]
7599         * src/prefs_common.[ch]
7600         * src/prefs_gtk.[ch]
7601         * src/procmsg.c
7602         * src/scoring.[ch]
7603                 be pedantic; (in prototypes () implies (int))
7604
7605 2003-05-13 [alfons]     0.8.11claws150
7606
7607         * src/prefs_toolbar.[ch]
7608         * src/summaryview.[ch]
7609         * src/toolbar.[ch]
7610                 change misleading text in toolbar prefs;
7611                 add toolbar action for ignore thread (toggles ignore thread flag);
7612                 clean up a little bit;
7613
7614 2003-05-12 [paul]
7615
7616         * tools/convert_mbox.pl
7617                 bug fixed by Fred Marton
7618
7619 2003-05-12 [paul]
7620
7621         * sync with 0.9.0pre1
7622
7623 2003-05-09 [paul]       0.8.11claws149
7624
7625         * sync with 0.8.11cvs43
7626                 see ChangeLog 2003-05-09
7627
7628 2003-05-08 [christoph]  0.8.11claws148
7629
7630         * src/imap.[ch]
7631                 o use CAPABILIY as first command and check for PREAUTH
7632                   information in the response to it
7633                 o rewrite all imap_cmd_* functions to use an IMAPSession
7634                   instead of a SockInfo as parameter
7635                 o do STARTTLS after fetching and checking the server
7636                   capabilities
7637
7638 2003-05-08 [paul]       0.8.11claws147
7639
7640         * tools/Makefile.am
7641           tools/README
7642           tools/convert_mbox.pl         ** NEW FILE **
7643                 add mbox conversion script. Submitted by 
7644                 Fred Marton <Fred.Marton@uni-bayreuth.de>
7645
7646 2003-05-07 [christoph]
7647
7648         * doc-src/glade.txt
7649         * src/gtk/pluginwindow.glade
7650         * src/plugins/image_viewer/viewerprefs.glade
7651         * src/plugins/spamassassin/spamassassin_gtk.glade
7652                 add glade files for user interfaces and a description how
7653                 to use glade to create the sylpheed code
7654
7655 2003-05-07 [paul]       0.8.11claws146
7656
7657         * sync with 0.8.11cvs41
7658                 see ChangeLog 2003-05-07
7659
7660 2003-05-06 [christoph]  0.8.11claws145
7661
7662         * src/main.c
7663         * src/plugins/image_viewer/viewer.c
7664                 fix usage of imlib in imageviewer plugin
7665
7666         * src/gtk/prefswindow.c
7667                 handle window close event correctly
7668
7669 2003-05-06 [paul]       0.8.11claws144
7670
7671         * src/common/ssl.c
7672                 fix typo introduced in sync
7673
7674 2003-05-06 [paul]       0.8.11claws143
7675
7676         * sync with 0.8.11cvs39
7677                 see ChangeLog 2003-05-06
7678
7679 2003-05-06 [paul]       0.8.11claws142
7680
7681         * AUTHORS
7682           po/cs.po
7683                 updated Czech translation, submitted by 
7684                 Radek Vybiral <Radek.Vybiral@vsb.cz>
7685                 
7686         * src/plugins/clamav/clamav_plugin_gtk.c
7687                 clean up
7688
7689 2003-05-03 [alfons]     0.8.11claws141
7690
7691         * src/compose.[ch]
7692                 make paste as quotation work even when the call to 
7693                 text_inserted() was deferred (fixes bug #140 "Paste 
7694                 as quotation does not work when using "external" 
7695                 clipboard")
7696
7697 2003-05-03 [thorsten]   0.8.11claws140
7698
7699         * src/addrquery.h
7700           src/ldapquery.h
7701           src/mainwindow.c
7702                 removed C++ comments
7703         * src/addr_compl.c
7704                 function with non-int retval/param used before
7705                 implementation/declaration
7706
7707 2003-05-02 [paul]       0.8.11claws139
7708
7709         * src/addr_compl.[ch]
7710           src/addressbook.[ch]
7711           src/addrindex.c
7712           src/summaryview.c
7713                 revert match's changes to (finally) remove the bug where
7714                 opening a folder causes massive slowdown when using the 
7715                 'Display sender using address book' option
7716
7717 2003-05-01 [melvin]     0.8.11claws138
7718
7719         * src/plugins/dillo_viewer/dillo_prefs.[ch]
7720         * src/plugins/dillo_viewer/dillo_viewer.c
7721                 Fixed bug where "Cancel" button from prefs issued
7722                 warnings.
7723                 Comply a little more to coding style
7724
7725 2003-05-01 [paul]       0.8.11claws137
7726
7727         * sync with 0.8.11cvs38
7728                 see ChangeLog 2003-05-01
7729
7730 2003-05-01 [paul]       0.8.11claws136
7731
7732         * po/bg.po
7733                 updated by George Danchev
7734
7735 2003-04-30 [christoph]  0.8.11claws135
7736
7737         * src/plugins/dillo_viewer/dillo_prefs.c
7738         * src/plugins/image_viewer/viewerprefs.c
7739         * src/plugins/spamassassin/spamassassin_gtk.c
7740                 remove gtk_widget_ref() calls for widgets in
7741                 glade code
7742
7743 2003-04-30 [paul]       0.8.11claws134
7744
7745         * src/addrindex.c
7746                 ok, this time a better fix for the bug where opening folder
7747                 has massive slowdown when using the 'Display sender using 
7748                 address book' option
7749
7750 2003-04-30 [paul]       0.8.11claws133
7751
7752         * src/addrindex.c
7753                 revert the 'fix' of 0.8.11claws128 because it doesn't fix it
7754         
7755 2003-04-30 [melvin]     0.8.11claws132
7756
7757         New: Dillo plugin preferences (patch by Dimitar Haralanov)
7758
7759         * src/plugins/dillo_viewer/dillo_prefs.[ch]     *** NEW ***
7760                 Preferences for the dillo plugin
7761         * src/plugins/dillo_viewer/dillo_viewer.c
7762                 Support for preferences
7763         * src/plugins/dillo_viewer/Makefile.am
7764                 Added dillo_prefs.[ch]
7765
7766 2003-04-30 [alfons]     0.8.11claws131
7767
7768         * src/common/plugin.[ch]
7769                 see? this ANSI C'fication immediately gives us type
7770                 checking for free.
7771
7772 2003-04-30 [alfons]     0.8.11claws130
7773
7774         * src/common/plugin.[ch]
7775         * src/plugins/clamav/clamav_plugin.[ch]
7776         * src/plugins/clamav/clamav_plugin_gtk.c
7777         * src/plugins/demo/demo.c
7778         * src/plugins/dillo_viewer/dillo_viewer.c
7779         * src/plugins/image_viewer/plugin.c
7780         * src/plugins/image_viewer/viewer.[ch]
7781         * src/plugins/image_viewer/viewerprefs.[ch]
7782         * src/plugins/mathml_viewer/mathml_viewer.c
7783         * src/plugins/spamassassin/spamassassin.[ch]
7784         * src/plugins/spamassassin/spamassassin_gtk.c
7785         * src/plugins/trayicon/trayicon.c
7786                 clean up
7787
7788 2003-04-30 [alfons]     0.8.11claws129
7789
7790         * src/common/utils.c
7791                 make is_ascii_str() fail gracefully when NULL pointer
7792                 is passed
7793
7794 2003-04-30 [paul]       0.8.11claws128
7795
7796         * src/addrindex.c
7797                 fix bug where opening folder has massive slowdown when
7798                 using the 'Display sender using address book' option
7799
7800 2003-04-30 [paul]       0.8.11claws127
7801
7802         * src/plugins/clamav/clamav_plugin.c
7803           src/plugins/clamav/clamav_plugin_gtk.c
7804           src/plugins/demo/demo.c
7805           src/plugins/dillo_viewer/dillo_viewer.c
7806           src/plugins/image_viewer/plugin.c
7807           src/plugins/mathml_viewer/mathml_viewer.c
7808           src/plugins/spamassassin/spamassassin.c
7809           src/plugins/spamassassin/spamassassin_gtk.c
7810           src/plugins/trayicon/trayicon.c
7811                 get rid of eye-hurting function signatures
7812
7813 2003-04-30 [paul]       0.8.11claws126
7814
7815         * src/plugins/trayicon/trayicon.c
7816                 add description
7817                 
7818         * src/mimeview.c
7819                 be more descriptive
7820
7821 2003-04-30 [paul]       0.8.11claws125
7822
7823         * configure.ac
7824                 arrange the plugins in reverse alphabetical order
7825                 
7826         * src/plugins/clamav/clamav_plugin.[ch]
7827           src/plugins/clamav/clamav_plugin_gtk.c
7828                 rename some params
7829                 resize max_size window
7830                 re-arrange the order of some gui elements
7831                 improve descriptions
7832         
7833         * src/plugins/image_viewer/plugin.c
7834           src/plugins/mathml_viewer/mathml_viewer.c
7835                 add descriptions
7836                 
7837         * src/plugins/spamassassin/spamassassin_gtk.c
7838                 resize max_size window
7839                 re-arrange the order of some gui elements
7840                 
7841         * src/messageview.c
7842           src/mimeview.c
7843                 correct typos
7844
7845 2003-04-30 [alfons]     0.8.11claws124
7846
7847         * src/imap.c
7848                 fix a leak found while browsing Martin Kluge's 
7849                 valgrind log (Claws only)
7850
7851 2003-04-29 [darko]      0.8.11claws123
7852
7853         * src/gtk/gtkstext.h
7854                 include wchar.h if it is available, fixes compilation
7855                 on HP-UX systems
7856
7857 2003-04-29 [melvin]     0.8.11claws122
7858
7859         * src/prefs_actions.c
7860                 Improved help text of Actions' syntax
7861
7862 2003-04-28 [paul]       0.8.11claws121
7863
7864         * src/action.c
7865                 a better fix for the crash when performing an action
7866                 on a mime part
7867
7868 2003-04-28 [paul]       0.8.11claws120
7869
7870         * src/action.c
7871                 fix crash when performing an action on a
7872                 mime part
7873
7874 2003-04-28 [paul]       0.8.11claws119
7875
7876         * sync with 0.8.11cvs36
7877                 see ChangeLog 2003-04-28
7878
7879 2003-04-27 [paul]       0.8.11claws118
7880
7881         * more sync with 0.8.11cvs35
7882                 see ChangeLog 2003-04-25
7883
7884 2003-04-26 [christoph]  0.8.11claws117
7885
7886         * src/folder.c
7887                 fix remove virtual check
7888
7889 2003-04-26 [paul]       0.8.11claws116
7890
7891         * src/messageview.c
7892                 fix return-receipt, make it work again
7893
7894 2003-04-26 [paul]       0.8.11claws115
7895
7896         * src/mimeview.c
7897                 restore double-clicking of the [application/pgp-signature 
7898                 (Select "Check signature" to check)] line in the message view,
7899                 broken in recent sync
7900
7901 2003-04-26 [christoph]  0.8.11claws114
7902
7903         * src/folder.c
7904                 check if remove virtual really exists before
7905                 calling the function
7906
7907 2003-04-25 [match]      0.8.11claws113
7908
7909         * src/addrindex.c
7910         * src/addrbook.c
7911         * src/ldapquery.[ch]
7912         * src/ldapctrl.[ch]
7913                 fix memleak.
7914         * src/ldapserver.[ch]
7915                 fix memleak. fix segfault.
7916                 plug a Claws memleak
7917
7918 2003-04-25 [alfons]     0.8.11claws112
7919
7920         * src/folder.c
7921                 plug a Claws memleak
7922
7923 2003-04-25 [alfons]     0.8.11claws111
7924
7925         * src/common/session.c
7926                 plug a memleak
7927
7928 2003-04-25 [paul]       0.8.11claws110
7929
7930         * sync with 0.8.11cvs35
7931                 see ChangeLog 2003-04-24 and 2003-04-25
7932                 
7933         * src/gtk/pluginwindow.c
7934                 correct another strange float value
7935
7936 2003-04-24 [christoph]  0.8.11claws109
7937
7938         * src/folder.c
7939                 freeze folder item updates when unsetting new flags
7940
7941         * src/gtk/pluginwindow.c
7942                 correct strange float value
7943
7944 2003-04-23 [paul]       0.8.11claws108
7945
7946         * sync with 0.8.11cvs33
7947                 see ChangeLog 2003-04-23
7948
7949 2003-04-22 [paul]       0.8.11claws107
7950
7951         * src/Makefile.am
7952           src/messageview.c
7953           src/mimeview.c
7954           src/pgptext.[ch]      ** REMOVED **
7955                 remove pgptext.[ch] as its not used any more
7956
7957 2003-04-22 [paul]       0.8.11claws106
7958
7959         * sync with 0.8.11cvs31
7960                 see ChangeLog 2003-04-21 and 2003-04-22
7961
7962 2003-04-21 [alfons]     0.8.11claws105
7963
7964         * src/main.c
7965                 No access to GTK structures if we're a spawned child
7966                 (and clean up code a little bit...) Should fix #126.
7967
7968 2003-04-21 [melvin]     0.8.11claws104
7969
7970         * src/plugins/dillo_viewer/README
7971                 Improved slightly the text.
7972
7973 2003-04-21 [melvin]     0.8.11claws103
7974
7975         * src/plugins/dillo_viewer/README *** NEW ***
7976                 Added a README file for the Dillo plugin
7977
7978 2003-04-20 [paul]
7979
7980         * tools/README
7981           tools/outlook2sylpheed.pl
7982                 updated and improved by Ricardo Mones Lastra
7983
7984 2003-04-18 [oliver]     0.8.11claws102
7985
7986         * src/inc.c 
7987         * src/prefs_account.h
7988                 remove Pop3SessionType (used by selective download)
7989         * src/prefs_toolbar.c
7990                 enable set Default Toolbar button
7991
7992 2003-04-18 [paul]       0.8.11claws101
7993
7994         * sync with 0.8.11cvs29
7995                 see ChangeLog 2003-04-18
7996
7997 2003-04-17 [paul]       0.8.11claws100
7998
7999         * src/prefs_common.[ch]
8000           src/summaryview.c
8001                 remove 'Open next message on deletion' option,
8002                 as the same effect can now be achieved via the
8003                 'Always open messages in summary when selected'
8004                 option.
8005
8006 2003-04-17 [paul]       0.8.11claws99
8007
8008         * sync with 0.8.11cvs28
8009                 see ChangeLog 2003-04-17
8010
8011 2003-04-17 [christoph]  0.8.11claws98
8012
8013         * ac/spamassassin.m4
8014         * src/plugins/spamassassin/libspamc.[ch]
8015         * src/plugins/spamassassin/utils.[ch]
8016                 sync libspamc with SpamAssassin project
8017
8018 2003-04-17 [christoph]  0.8.11claws97
8019
8020         * src/common/socket.h
8021         * src/gtk/sslcertwindow.h
8022                 rename old USE_SSL to USE_OPENSSL
8023
8024 2003-04-17 [paul]       0.8.11claws96
8025
8026         * src/prefs_common.h
8027                 use gulong for P_COLOR so that it compiles/runs on
8028                 64-bit systems. Patch submitted by James Noyes
8029                 <jnoyes-claws@retrogeeks.com>
8030                 
8031         * po/de.po
8032                 updated by Jens
8033
8034 2003-04-17 [paul]       0.8.11claws95
8035
8036         * sync with 0.8.11cvs27
8037                 see ChangeLog 2003-04-16
8038
8039 2003-04-15 [paul]       0.8.11claws94
8040
8041         * src/prefs_common.[ch]
8042                 rearrange to stop the window getting too long:
8043                         move Receive dialog stuff to Receive tab
8044                         move Send dialog to Send tab
8045                         remove Dialogs frame
8046                 rename 'Open messages in summary with cursor keys' to
8047                 'Always open messages in summary when selected', as its
8048                 more appropriate
8049
8050 2003-04-15 [paul]       0.8.11claws93
8051
8052         * src/prefs_common.[ch]
8053           src/summaryview.c
8054                 add new option '/Interface/Open next message on deletion'
8055
8056 2003-04-15 [paul]       0.8.11claws92
8057
8058         * src/summaryview.[ch]
8059                 add /Mark/Lock and /Mark/Unlock to the pop-up
8060                 menu. Patch submitted by Ivan Francolin Martinez
8061                 <ivanfm@users.sourceforge.net>
8062
8063 2003-04-15 [paul]       0.8.11claws91
8064
8065         * sync with 0.8.11cvs24
8066                 see ChangeLog 2003-04-15
8067
8068 2003-04-14 [jens]       0.8.11claws90
8069
8070         * updated German translation and some corrections from
8071                 Roland Bless <bless@tm.uka.de>
8072
8073 2003-04-14 [paul]       0.8.11claws89
8074
8075         * sync with 0.8.11cvs22
8076                 see ChangeLog 2003-04-14
8077
8078 2003-04-13 [paul]       0.8.11claws88
8079
8080         * src/plugins/clamav/clamav_plugin.c
8081                 fix memory leaks
8082                 clean up
8083
8084 2003-04-12 [paul]       0.8.11claws87
8085
8086         * src/plugins/clamav/clamav_plugin.c
8087                 activate enable/disable archive scanning option
8088                 
8089         * src/plugins/clamav/.cvsignore         ** NEW FILE **
8090
8091 2003-04-12 [paul]       0.8.11claws86
8092
8093         * src/plugins/Makefile.am
8094           src/plugins/clamav/Makefile.am                ** NEW FILE **
8095           src/plugins/clamav/README                     ** NEW FILE ** 
8096           src/plugins/clamav/clamav_plugin.[ch]         ** NEW FILES **
8097           src/plugins/clamav/clamav_plugin_gtk.c        ** NEW FILE **
8098                 add Clam AntiVirus plugin
8099
8100 2003-04-12 [paul]       0.8.11claws85
8101
8102         * sync with 0.8.11cvs21
8103                 see ChangeLog 2003-04-11
8104
8105 2003-04-11 [paul]       0.8.11claws84
8106
8107         * po/es.po
8108                 update Spanish translation. Submitted by Ricardo
8109                 Mones Lastra.
8110
8111 2003-04-10 [christoph]  0.8.11claws83
8112
8113         * src/mbox.c
8114                 fix typo that did not move unfiltered mails to destination
8115                 folder
8116
8117         (closes Bug 115 Sylpheed 0.8.11claws81 does not deliver mail correctly
8118          when filtering from spool)
8119
8120 2003-04-10 [christoph]  0.8.11claws82
8121
8122         * src/imap.c
8123                 use BODY.PEEK instead of BODY in in message fetch operation
8124                 to make sure the IMAP server does not set the \Seen flag for
8125                 messages. Sylpheed does that later itself, when the message
8126                 is opened in sylpheed
8127
8128         (closes Bug 111 Claws destroys unread marks)
8129
8130 2003-04-09 [oliver]     0.8.11claws81
8131         
8132         * src/folder.c
8133                 fix crash in folder_destroy
8134         * README.claws
8135                 remove selective download
8136
8137 2003-04-09 [christoph]  0.8.11claws80
8138
8139         * src/imap.c
8140                 fix crash in imap_get_msginfo() when then fetched message
8141                 is not found
8142
8143         (closes Bug 110 Crash during mail composition)
8144
8145 2003-04-08 [christoph]  0.8.11claws79
8146
8147         * src/folder.c
8148         * src/prefs_account.c
8149                 Filter new messages that are found in an INBOX folder
8150                 when 'Filter messages on receiving' is enabled in the
8151                 Folder's AccountPrefs. This allows to use Sylpheed's
8152                 filtering engine for IMAP folders where messages are
8153                 added to the INBOX by a MTA
8154
8155 2003-04-08 [paul]       0.8.11claws78
8156
8157         * src/procmsg.h
8158                 clean up after last commit
8159
8160 2003-04-08 [paul]       0.8.11claws77
8161
8162         * sync with 0.8.11cvs20
8163                 see ChangeLog 2003-04-07 and 2003-04-08
8164
8165 2003-04-07 [christoph]  0.8.11claws76
8166
8167         * src/filtering.[ch]
8168         * src/inc.[ch]
8169         * src/mbox.c
8170         * src/procmsg.[ch]
8171                 add procmsg_msginfo_filter() to execute filtering actions
8172
8173 2003-04-06 [christoph]  0.8.11claws75
8174
8175         * src/imap.c
8176                 use IMAPSet for imap_cmd_store() and imap_cmd_envelope()
8177
8178 2003-04-06 [christoph]  0.8.11claws74
8179
8180         * src/common/utils.[ch]
8181                 add g_int_compare() function for slist sorting
8182
8183         * src/imap.c
8184                 fetch all MsgInfos with one command in imap_get_msginfos()
8185                 using an imap set with a list of ranges
8186
8187         * src/news.c
8188                 use new g_int_compare() function
8189
8190 2003-04-06 [thorsten]   0.8.11claws73
8191
8192         * src/mh.c
8193                 corrected implementation of mh_folder_destroy()
8194
8195 2003-04-05 [christoph]  0.8.11claws72
8196
8197         * src/account.c
8198         * src/folder.[ch]
8199         * src/folderview.c
8200         * src/imap.c
8201         * src/inc.c
8202         * src/main.c
8203         * src/mainwindow.c
8204         * src/mbox_folder.c
8205         * src/mh.c
8206         * src/mimeview.h
8207         * src/msgcache.[ch]
8208         * src/news.c
8209         * src/procmime.h
8210         * src/procmsg.[ch]
8211         * src/setup.c
8212         * src/gtk/gtkutils.c
8213                 o rename structure field names class and new to klass and
8214                   new_msgs, to allow including files in C++
8215                 o add 'extern "C"' block to some header files
8216                 o add MsgInfoList and MsgNumberList as alias for GSList for
8217                   developers to know what type of list is expected
8218
8219         * src/plugins/image_viewer/plugin.c
8220         * src/plugins/image_viewer/viewer.[ch]
8221         * src/plugins/image_viewer/viewerprefs.[ch]
8222                 rename function names to prevent conflicts
8223
8224 2003-04-05 [paul]       0.8.11claws71
8225
8226         * sync with 0.8.11cvs18
8227                 see ChangeLog 2003-04-03 and 2003-04-04
8228
8229 2003-04-02 [christoph]  0.8.11claws70
8230
8231         * src/folder.[ch]
8232         * src/imap.[ch]
8233         * src/mbox_folder.[ch]
8234         * src/mh.[ch]
8235         * src/news.[ch]
8236                 o Make all virtual folder functions private
8237                 o remove unused folder code
8238
8239         * src/common/socket.[ch]
8240         * src/summaryview.c
8241                 fix warnings
8242
8243 2003-03-30 [alfons]     0.8.11claws69
8244
8245         * src/send_message.c
8246                 remove two debug traces and see if people still report
8247                 errors
8248
8249 2003-03-30 [alfons]     0.8.11claws68
8250
8251         * src/send_message.c
8252         * src/commons/session.c
8253                 add more debug traces
8254
8255 2003-03-30 [christoph]  0.8.11claws67
8256
8257         * src/folder.c
8258                 change processing folder name from .processing to processing
8259
8260         * src/common/ssl.c
8261                 disable SSL certificate check because it causes Xlib error
8262                 when the child process want's to open an GTK window
8263
8264 2003-03-30 [christoph]  0.8.11claws66
8265
8266         * src/folder.c
8267                 don't use default folder for processing folder item because
8268                 it can be a non local folder
8269
8270         (fixes bug reported by Stephen Lewis <slewis@paradise.net.nz>)
8271
8272 2003-03-30 [alfons]     0.8.11claws65
8273
8274         * src/send_message.c
8275                 try fixing crashes when sending messages: my gcc 2.95.4 seems 
8276                 to generate bad code for 'send_send_data_progressive': When
8277                 called from 'send_send_data_finished', the 'data' pointer is
8278                 cleared just before the assignment to the dialog pointer
8279
8280 2003-03-29 [christoph]  0.8.11claws64
8281
8282         * src/common/prefs.h
8283         * src/plugins/image_viewer/Makefile.am
8284         * src/plugins/image_viewer/plugin.c
8285         * src/plugins/image_viewer/viewer.[ch]
8286         * src/plugins/image_viewer/viewerprefs.[ch]     ** NEW **
8287                 add PrefsPage for ImageViewer
8288
8289 2003-03-28 [thorsten]   0.8.11claws63
8290
8291         * src/common/session.c
8292                 added some comments
8293
8294 2003-03-28 [paul]       0.8.11claws62
8295
8296         * sync with 0.8.11cvs16
8297                 see ChangeLog 2003-03-28
8298
8299 2003-03-28 [paul]       0.8.11claws61
8300
8301         * sync with 0.8.11cvs15
8302                 see ChangeLog 2003-03-28
8303
8304 2003-03-27 [christoph]  0.8.11claws60
8305
8306         * src/folder.c
8307         * src/imap.c
8308         * src/common/socket.[ch]
8309                 set socket state to DISCONNECTED when any operation
8310                 fails to allow reconnecting in IMAP code without
8311                 checking the return code of all calls to the command
8312                 functions
8313
8314         * src/folderview.c
8315         * src/summaryview.c
8316                 remove some more stuff that depends on specific
8317                 folder types
8318
8319 2003-03-27 [paul]       0.8.11claws59
8320
8321         * sync with 0.8.11cvs14
8322                 see ChangeLog 2003-03-27
8323                 
8324         * src/selective_download.[ch]   ** REMOVED **
8325                 really removed
8326
8327 2003-03-27 [christoph]  0.8.11claws58
8328
8329         * src/folder.c
8330                 fix handling of tmp_flags in flag copy function
8331
8332 2003-03-27 [paul]       0.8.11claws57
8333
8334         * sync with 0.8.11cvs13
8335                 see ChangeLog 2003-03-27
8336
8337 2003-03-27 [oliver]     0.8.11claws56
8338
8339         * src/maiwindow.c
8340                 remove sel_download_cb
8341
8342 2003-03-27 [oliver]     0.8.11claws55
8343         
8344         * src/inc.c
8345                 remove POP3_TOP
8346         
8347 2003-03-26 [oliver]     0.8.11claws54
8348
8349         *src/pop.h
8350                 remove POP3_TOP*
8351         * README.claws
8352                 remove selective donwload readme
8353
8354 2003-03-26 [oliver]     0.8.11claws53
8355         * src/matcher.[ch]
8356         * src/matcher_parser_parse.y 
8357         * src/pop.c 
8358         * src/prefs_account.[ch]
8359         * src/prefs_filtering.c
8360                 remove selective donwload
8361
8362 2003-03-26 [oliver]     0.8.11claws52
8363
8364         * src/inc.[ch] 
8365         * src/filtering.c 
8366         * src/mainwindow.c 
8367                 remove selective donwload
8368
8369 2003-03-26 [oliver]     0.8.11claws51
8370         
8371         * src/Makefile.am
8372         * src/selective_download.[ch]   ** REMOVE **    
8373
8374 2003-03-26 [christoph]  0.8.11claws50
8375
8376         * src/news.c
8377                 fix NEWS that got broken by a sync with sylpheed-main
8378
8379 2003-03-26 [christoph]  0.8.11claws49
8380
8381         * src/mimeview.c
8382                 fix mime type guessing when no mime type is found for a file
8383
8384 2003-03-25 [christoph]  0.8.11claws48
8385
8386         * src/mimeview.c
8387         * src/procmime.c
8388                 remove mime type guessing from mime parser and use
8389                 name based mime types in viewer lookup for mime type
8390                 application/octet-stream
8391
8392 2003-03-25 [christoph]  0.8.11claws47
8393
8394         * doc-src/readme.txt
8395         * doc-src/rfc2554.txt
8396                 add RFC about SMTP AUTH
8397
8398         * src/send_message.c
8399         * src/common/smtp.[ch]
8400                 add extra error code for authentication errors and
8401                 clear temporary password when this error occurs
8402
8403         (closes Bug 84 authentication failure while sending should
8404          prompt for password again)
8405
8406 2003-03-25 [christoph]  0.8.11claws46
8407
8408         * configure.ac
8409         * src/Makefile.am
8410         * src/imageview.[ch]                            ** REMOVE **
8411         * src/messageview.[ch]
8412         * src/mimeview.[ch]
8413         * src/prefs_common.[ch]
8414         * src/textview.c
8415         * src/plugins/Makefile.am
8416         * src/plugins/image_viewer/.cvsignore           ** NEW **
8417         * src/plugins/image_viewer/Makefile.am          ** NEW **
8418         * src/plugins/image_viewer/plugin.c             ** NEW **
8419         * src/plugins/image_viewer/viewer.[ch]          ** NEW **
8420                 move image viewer into a plugin (building is enabled by default)
8421                 [ToDo: Prefs for resize and autoview]
8422
8423 2003-03-25 [paul]       0.8.11claws45
8424
8425         * sync with 0.8.11cvs12
8426                 see ChangeLog 2003-03-26
8427
8428 2003-03-25 [paul]       0.8.11claws44
8429
8430         * sync with 0.8.11cvs11
8431                 see ChangeLog 2003-03-22, 2003-03-24 and 2003-03-25
8432                 
8433         Note: Selective Download is broken.
8434                 
8435 2003-03-22 [christoph]  0.8.11claws43
8436
8437         * src/folder.c
8438                 code cleanup for flags copying
8439
8440 2003-03-22 [christoph]  0.8.11claws42
8441
8442         * src/plugins/trayicon/trayicon.c
8443                 fix setting the transparent area when the window size
8444                 is forced by the system tray
8445
8446 2003-03-22 [christoph]  0.8.11claws41
8447
8448         * src/plugins/trayicon/gnome-mail.xpm           ** REMOVE **
8449         * src/plugins/trayicon/gnome-nomail.xpm         ** REMOVE **
8450         * src/plugins/trayicon/newmail.xpm              ** NEW **
8451         * src/plugins/trayicon/nomail.xpm               ** NEW **
8452         * src/plugins/trayicon/trayicon.c
8453         * src/plugins/trayicon/unreadmail.xpm           ** NEW **
8454                 o replace GBiff icons with KBiff icons resized to 16x16 pixel
8455                 o add icon for unread mails
8456                 o set transparency for window
8457
8458 2003-03-22 [christoph]  0.8.11claws40
8459
8460         * src/news.c
8461                 init news session to prevent crash when session is closed
8462
8463 2003-03-22 [christoph]  0.8.11claws39
8464
8465         * src/imap.c
8466         * src/common/session.[ch]
8467                 Init session data to make sure we don't have invalid pointers
8468                 for read_ch and write_ch when new multi process sessions are
8469                 not used
8470
8471         * src/main.c
8472         * src/common/plugin.c
8473         * src/common/sylpheed.c
8474         * src/plugins/demo/demo.c
8475         * src/plugins/dillo_viewer/dillo_viewer.c
8476         * src/plugins/mathml_viewer/mathml_viewer.c
8477         * src/plugins/spamassassin/spamassassin.c
8478         * src/plugins/spamassassin/spamassassin_gtk.c
8479                 add plugin types to allow loading plugins at different times
8480                 (and maybe for different frontends), because it's not good to
8481                 load GTK-Plugins gefore gtk_init was called
8482
8483         * configure.ac
8484         * src/plugins/Makefile.am
8485         * src/plugins/trayicon/.cvsignore               ** NEW **
8486         * src/plugins/trayicon/Makefile.am              ** NEW **
8487         * src/plugins/trayicon/eggtrayicon.c            ** NEW **
8488         * src/plugins/trayicon/eggtrayicon.h            ** NEW **
8489         * src/plugins/trayicon/gnome-mail.xpm           ** NEW **
8490         * src/plugins/trayicon/gnome-nomail.xpm         ** NEW **
8491         * src/plugins/trayicon/trayicon.c               ** NEW **
8492                 New Trayicon plugin that shows an icon in a systray that uses
8493                 XEMBED protocol like Gnome's systray. Icon shows if there
8494                 are new mails and a tooltip shows information about new,
8495                 unread and total messages.
8496
8497 2003-03-22 [paul]       0.8.11claws38
8498
8499         * src/common/smtp.c
8500                 fix ESMTP AUTH CRAM-MD5
8501                 [sync with main (still version 0.8.11cvs6), see
8502                  ChangeLog 2003-03-22]
8503
8504 2003-03-21 [colin]      0.8.11claws37
8505
8506         * src/send_message.c
8507                 Fix USE_SSL => USE_OPENSSL
8508
8509 2003-03-21 [colin]      0.8.11claws36
8510
8511         * src/folderview.c
8512                 Fix counts in drag and dropped subfolders
8513
8514 2003-03-21 [colin]      0.8.11claws35
8515
8516         * src/folder.c 
8517         * src/folderview.c
8518                 speed up a bit folder dnd
8519
8520 2003-03-20 [alfons]     0.8.11claws34
8521
8522         * src/main.c
8523         * src/toolbar.c
8524         * src/procmsg.c
8525                 don't send locked queue messages
8526                 (feature request "[ 705245 ] Locking message in outbox 
8527                  should prevent sending")
8528
8529 2003-03-20 [christoph]  0.8.11claws33
8530
8531         * src/folder.c
8532                 remove NEW and UNREAD flag in special folders when scanning
8533                 
8534         * src/common/smtp.c
8535                 fix ESMTP AUTH CRAM-MD5
8536
8537 2003-03-20 [paul]       0.8.11claws32
8538
8539         * src/prefs_account.c
8540                 Re-write 'Tunnel command to open connection' as
8541                 'Use command to communicate with server', and disable
8542                 it for all except IMAP accounts
8543
8544 2003-03-20 [paul]       0.8.11claws31
8545
8546         * sync with 0.8.11cvs6
8547                 see ChangeLog 2003-03-20
8548
8549 2003-03-19 [match]      0.8.11claws30
8550
8551         * src/addritem.[ch]
8552                 include documentation. minor refactoring.
8553         * src/addr_compl.[ch]
8554         * src/addrindex.[ch]
8555         * src/addresbook.[ch]
8556         * src/summaryview.c
8557                 re-enable address lookup (was disabled in
8558                 0.8.11claws20).
8559
8560 2003-03-19 [christoph]  0.8.11claws29
8561
8562         * src/procmsg.c
8563                 add temp flag handling, will make moving and copying
8564                 messages possible again
8565
8566         * src/folder.c
8567                 correct calulation of folder stats
8568
8569 2003-03-18 [match]      0.8.11claws28
8570
8571         * src/editgroup.h
8572                 remove case sensitive comparison (closes bug 80).
8573
8574 2003-03-18 [christoph]  0.8.11claws27
8575
8576         * src/imap.c
8577                 fix imap using a tunnel command
8578
8579         (closes bug 87)
8580
8581 2003-03-18 [christoph]  0.8.11claws26
8582
8583         * src/folder.[ch]
8584         * src/imap.c
8585         * src/procmsg.[ch]
8586                 rewrite flag handling for folders
8587
8588 2003-03-18 [christoph]  0.8.11claws25
8589
8590         * src/folder.c
8591         * src/procmsg.c
8592         * src/summaryview.c
8593                 unset NEW and UNREAD flags when message is ignored, to make
8594                 sure messages don't show up as unread on other IMAP clients,
8595                 because the IGNORE_THREAD flag can not be syncronized through
8596                 the IMAP folder
8597
8598 2003-03-17 [christoph]  0.8.11claws24
8599
8600         * src/imap.c
8601                 don't use recursion to fetch uids when the number of messages
8602                 does not match. Moved code into subfunction that is used
8603                 again when needed, to prevent an endless loop.
8604
8605 2003-03-17 [thorsten]   0.8.11claws23
8606
8607         * src/imageview.[ch]
8608                 export imageview_get_resized_size() (for plugins)
8609         * src/prefs_common.[ch]
8610                 added prefs_common_get() (for plugins)
8611
8612 2003-03-17 [christoph]  0.8.11claws22
8613
8614         * src/imap.c
8615                 o remove UID guessing from copy code
8616                 o support UIDPLUS extension for APPEND command
8617
8618 2003-03-17 [paul]       0.8.11claws21
8619
8620         * src/gtk/about.c
8621                 remove 'Compiled-plugins' section.
8622                 
8623         * src/plugins/dillo_viewer/dillo_viewer.c
8624                 slight change to description text
8625
8626 2003-03-16 [match]      0.8.11claws20
8627         * src/ldapserver.[ch]           ** NEW **
8628         * src/ldapctrl.[ch]             ** NEW **
8629         * src/ldapquery.[ch]            ** NEW **
8630         * src/ldaputil.[ch]             ** NEW **
8631         * src/addrcindex.[ch]           ** NEW **
8632         * src/addrquery.h               ** NEW **
8633         * src/addritem.[ch]
8634         * src/addrcache.[ch]
8635         * src/addrindex.[ch]
8636         * src/addr_compl.[ch]
8637         * src/addressbook.[ch]
8638         * src/addrbook.[ch]
8639         * src/editgroup.c
8640         * src/editaddress.c
8641         * src/editldap.c
8642         * src/editldap_basedn.c
8643         * src/vcard.c
8644         * src/jpilot.c
8645         * src/Makefile.am
8646                 included dynamic LDAP queries. improved address
8647                 completion.
8648
8649 2003-03-16 [paul]       0.8.11claws19
8650
8651         * tools/multiwebsearch.pl
8652                 fix a fatal typo
8653
8654 2003-03-16 [christoph]  0.8.11claws18
8655
8656         * src/mimeview.c
8657         * src/plugins/dillo_viewer/dillo_viewer.c
8658         * src/plugins/mathml_viewer/mathml_viewer.c
8659                 make unregistering of MimeViewerFactorys possible
8660
8661 2003-03-16 [alfons]     0.8.11claws17
8662
8663         * configure.ac
8664                 correct typo
8665
8666 2003-03-16 [melvin]     0.8.11claws16
8667
8668         * src/plugins/dillo_viewer.c
8669                 Fixed bug where it was not possible to view more than
8670                 one text/html attachment per message (bug discovered
8671                 by Christoph Hohmann).
8672
8673 2003-03-15 [melvin]     0.8.11claws15
8674
8675         * src/prefs_actions.c
8676                 Fixed compilation warnings.
8677
8678 2003-03-15 [melvin]     0.8.11claws14
8679
8680         * src/plugins/Makefile.am
8681         * src/plugins/dillo_viewer/.cvsignore                   ** NEW **
8682         * src/plugins/dillo_viewer/Makefile.am                  ** NEW **
8683         * src/plugins/dillo_viewer/dillo_viewer.c               ** NEW **
8684                 Added a html mail viewer plugin that uses Dillo v0.7.0 or
8685                 newer (http://dillo.auriga.wearlab.de/).
8686
8687 2003-03-15 [christoph]  0.8.11claws13
8688
8689         * src/imap.c
8690                 don't query imap folder for attributes because we already
8691                 for them from imap_status
8692
8693         * src/mimeview.[ch]
8694                 add support for plugable MimeViewers (unloading Viewers
8695                 not yet complete)
8696
8697         * src/plugins/Makefile.am
8698         * src/plugins/mathml_viewer/.cvsignore          ** NEW **
8699         * src/plugins/mathml_viewer/Makefile.am         ** NEW **
8700         * src/plugins/mathml_viewer/mathml_viewer.c     ** NEW **
8701                 add MathML Viewer (Content-Type text/mathml) using GtkMathView
8702                 widget from http://helm.cs.unibo.it/mml-widget/
8703
8704 2003-03-14 [christoph]  0.8.11claws12
8705
8706         * src/folder.[ch]
8707                 o error return code's should better be negative
8708                 o replace printf with debug_print
8709
8710         * src/imap.c
8711                 improve IMAP folder scan by checking UID-NEXT
8712
8713         * src/summaryview.c
8714                 remove check that are unnecessary in my opinion
8715
8716 2003-03-13 [christoph]  0.8.11claws11
8717
8718         * src/folder.[ch]
8719         * src/foldersel.c
8720         * src/folderview.c
8721         * src/imap.c
8722         * src/mbox_folder.c
8723         * src/mh.c
8724         * src/news.c
8725         * src/prefs_scoring.c
8726         * src/summaryview.c
8727                 use a common function to get a displayable name
8728                 for a FolderItem
8729
8730 2003-03-13 [paul]       0.8.11claws10
8731
8732         * tools/Makefile.am
8733           tools/README
8734           tools/multiwebsearch.conf     ** NEW FILE **
8735           tools/multiwebsearch.pl       ** NEW FILE **
8736                 add multiwebsearch Actions script
8737
8738 2003-03-13 [colin]      0.8.11claws9
8739
8740         * src/compose.c
8741                 Remove leading emtpy lines from quoted text
8742                 before quoting it
8743
8744 2003-03-13 [melvin]     0.8.11claws8
8745
8746         * src/prefs_actions.c
8747                 Fixed a memory leak
8748                 Code clean ups
8749                 Added Cancel and OK buttons
8750                 Corrected help text
8751
8752 2003-03-13 [christoph]  0.8.11claws7
8753
8754         * src/account.c
8755         * src/folder.[ch]
8756         * src/imap.c
8757         * src/mainwindow.c
8758         * src/mbox_folder.c
8759         * src/mh.c
8760         * src/news.c
8761         * src/setup.c
8762                 replace more folder type stuff with folder class stuff
8763
8764 2003-03-13 [melvin]     0.8.11claws6
8765
8766         * src/prefs_actions.c
8767                 Added new tokens:
8768                 %u: user provided argument
8769                 %h: user provided argument (hidden on input)
8770                 %s: current text selection in the message view 
8771
8772 2003-03-13 [paul]       0.8.11claws5
8773
8774         * sync with 0.8.11cvs5
8775                 see ChangeLog 2003-03-11, 2003-03-12
8776
8777 2003-03-12 [christoph]  0.8.11claws4
8778
8779         * src/folder.c
8780                 use folder class idstr when writing folderlist.xml
8781
8782         * src/folder.h
8783         * src/imap.c
8784         * src/news.c
8785                 replace folder type checks with folder class checks
8786
8787 2003-03-12 [christoph]  0.8.11claws3
8788
8789         * src/folder.[ch]
8790         * src/imap.[ch]
8791         * src/main.c
8792         * src/mbox_folder.[ch]
8793         * src/mh.[ch]
8794         * src/news.[ch]
8795                 o create a list of known folder classes in the folder system
8796                 o use folder class id strings for folder item identifiers
8797
8798 2003-03-12 [christoph]  0.8.11claws2
8799
8800         * src/imap.c
8801                 fix imap uid validity check
8802
8803 2003-03-12 [christoph]  0.8.11claws1
8804
8805         * src/account.c
8806         * src/folder.[ch]
8807         * src/foldersel.c
8808         * src/folderview.c
8809         * src/imap.c
8810         * src/mainwindow.c
8811         * src/mbox_folder.c
8812         * src/mh.c
8813         * src/news.c
8814         * src/prefs_scoring.c
8815         * src/procmsg.c
8816         * src/setup.c
8817         * src/summaryview.c
8818                 initial restructuring of folder system, seperating
8819                 folders and folder classes
8820
8821 2003-03-12 [paul]       0.8.11claws
8822
8823         0.8.11claws release
8824
8825 2003-03-12 [christoph]
8826
8827         * src/gtk/prefswindow.c
8828                 fix translation of "Page Index"
8829
8830 2003-03-12 [paul]       0.8.10claws110
8831
8832         a sync from 0.8.11cvs4 before the release
8833
8834         * src/common/utils.c
8835                 subject_compare_for_sort(): allow null strings (fixes
8836                 summary sorting).
8837
8838 2003-03-11 [paul]       0.8.10claws109
8839
8840         * po/es.po
8841                 update Spanish translation, submitted by
8842                 Ricardo Mones Lastra
8843
8844 2003-03-11 [melvin]     0.8.10claws108
8845
8846         * po/fr.po
8847                 Updated French translations
8848
8849 2003-03-11 [paul]       0.8.10claws107
8850
8851         * manual/en/Makefile.am
8852           manual/en/*.html
8853                 update English manual, add a new page
8854                 updated by Francois Barriere <fbarriere@atmel.fr>
8855                 
8856         * po/bg.po
8857           po/it.po
8858           po/sr.po
8859                 update Bulgarian, Italian, and Serbian translations
8860                 submitted by George Danchev, Alessandro Maestri, and
8861                 Urke MMI
8862
8863 2003-03-10 [paul]       0.8.10claws106
8864
8865         * src/gtk/about.c
8866           src/gtk/prefswindow.c
8867                 make some strings translatable
8868
8869 2003-03-10 [darko]      0.8.10claws105
8870
8871         * src/compose.c
8872                 code cleanup to make Hiro happy
8873
8874 2003-03-10 [paul]       0.8.10claws104
8875
8876         * sync with 0.8.11cvs2
8877                 see ChangeLog 2003-03-10
8878
8879 2003-03-09 [melvin]     0.8.10claws103
8880
8881         * src/textview.c
8882                 textview_set_font(): fix for message display in
8883                 UTF-8 locales (thanks to Sergey Vlasov).
8884                 (was unintentionnaly reverted in 0.8.6claws6)   
8885
8886 2003-03-08 [darko]      0.8.10claws102
8887
8888         * src/compose.c
8889                 fix infinite loop in wrapping as reported
8890                 by happycactus
8891                 obsoletes patch #696482
8892
8893 2003-03-08 [christoph]  0.8.10claws101
8894
8895         * src/imap.c
8896                 add workaround for IMAP servers that do not
8897                 support the "UID SEARCH UID" command
8898
8899 2003-03-07 [christoph]  0.8.10claws100
8900
8901         * src/plugins/spamassassin/spamassassin.[ch]
8902         * src/plugins/spamassassin/spamassassin_gtk.c
8903                 code cleanup
8904
8905 2003-03-07 [paul]       0.8.10claws99
8906
8907         * po/es.po
8908                 updated Spanish translation, submitted by
8909                 Ricardo Mones Lastra
8910
8911 2003-03-07 [christoph]  0.8.10claws98
8912
8913         * src/send.c
8914                 fix in 0.8.10claws94 was wrong
8915                 local delivery does not require escaping, remove escaping
8916                 code to make signatures of mails with "." lines valid
8917                 
8918                 NOTE: requires that sendmail is executed with "-i" option,
8919                       what is the default now, but has to be changed in all
8920                       exsiting accounts)
8921
8922 2003-03-07 [paul]       0.8.10claws97
8923
8924         * sync with 0.8.11 release
8925                 see ChangeLog 2003-03-07
8926
8927 2003-03-06 [paul]       0.8.10claws96
8928
8929         * src/compose.c
8930                 revert commit 0.8.10claws92
8931
8932 2003-03-06 [paul]       0.8.10claws95
8933
8934         * src/folderview.c
8935                 fix (solaris) bug 73, 'Crash when selecting top-level folder'
8936
8937         * src/gtkaspell.c
8938                 fix bug 74, 'Crash opening editor window with pseudo-color
8939                 display'
8940                 
8941         Patches submitted by Kevin Vigor <kevin@vigor.nu>
8942
8943 2003-03-06 [christoph]  0.8.10claws94
8944
8945         * src/send.c
8946                 fix rfc2821 (4.5.2) violation in SMTP data sending,
8947                 all lines starting with a period get an extra period
8948                 inserted
8949                 (found by Simon 'corecode' Schubert)
8950
8951 2003-03-06 [paul]       0.8.10claws93
8952
8953         * src/folderview.c
8954                 if configured font can't be loaded fall back to gtk
8955                 default. (with thanks to Christoph)
8956                 
8957                 closes long-standing bug 15 'Crashes on startup'
8958
8959 2003-03-06 [paul]       0.8.10claws92
8960
8961         * src/compose.c
8962                 freeze text before autosave and thaw afterwards
8963                 fixes bug 67 'autosave make re-rediting message crazy'
8964
8965 2003-03-06 [christoph]  0.8.10claws91
8966
8967         * src/compose.c
8968                 ignore address comment in dupe check for Cc-list
8969
8970         (closes reopened bug 47 Replying to message strips name part of
8971          e-mail addresses of Cc: lines)
8972
8973 2003-03-06 [paul]       0.8.10claws90
8974
8975         * src/Makefile.am
8976                 remove reference to gtkxtext.h as its no longer in
8977                 the repository
8978
8979 2003-03-06 [paul]       0.8.10claws89
8980
8981         * sync with 0.8.10cvs25
8982                 see ChangeLog 2003-03-06
8983
8984 2003-03-06 [oliver]     0.8.10claws88
8985         
8986         * src/messageview.c
8987                 remove include
8988
8989 2003-03-06 [oliver]     0.8.10claws87
8990         
8991         * src/folderview.c 
8992                 remove changes introduced inclaws74
8993         * src/messageview.c
8994                 another attempt to sanely delete and update
8995                 messages deleted in separate messageview
8996
8997 2003-03-05 [christoph]  0.8.10claws86
8998
8999         * src/summaryview.c
9000                 check if "From" matches any account's address if
9001                 addressbook completion of addresses is disabled too
9002
9003         (closes Bug 70 "Display recipient in from" doesn't check
9004          folder's default account)
9005
9006 2003-03-05 [christoph]  0.8.10claws85
9007
9008         * src/compose.c
9009         * src/common/utils.[ch]
9010                 don't strip address comments when building Cc lists
9011
9012         (closes Bug 47 Replying to message strips name part of e-mail addresses
9013          of Cc: lines)
9014
9015         * src/folder.c
9016                 fix return value of copy function
9017
9018 2003-03-05 [christoph]  0.8.10claws84
9019
9020         * src/imap.c
9021                 don't ask imap server for non rfc822 headers
9022
9023         (closes bug 71 IMAP FETCH asks for FROM header field twice)
9024
9025         * src/imap.c
9026                 destroy session on socket error to allow reconnecting
9027
9028 2003-03-05 [christoph]  0.8.10claws83
9029
9030         * configure.ac
9031                 fix building with gnome when no prefix is set
9032
9033         (closes bug 66 Gnome directory is set to NONE)
9034
9035 2003-03-05 [paul]       0.8.10claws82
9036
9037         * sync with 0.8.10cvs23
9038                 see ChangeLog 2003-03-05
9039
9040 2003-03-04 [christoph]  0.8.10claws81
9041
9042         * src/folder.c
9043                 o fix moving and copying when folder returns 0 for new
9044                   message number
9045                 o remove some code for single message copy and move
9046                   operations and use functions for multiple messages
9047
9048         (closes bug 63 Strange behaviour MOVING messages from MH to IMAP)
9049
9050         * src/news.c
9051                 remove unused include
9052
9053 2003-03-04 [paul]       0.8.10claws80
9054
9055         * src/gtk/about.c
9056                 list 'Compiled plugins'
9057
9058 2003-03-03 [christoph]  0.8.10claws79
9059
9060         * src/news.[ch]
9061                 have to multiply the percentage of the current fetch with
9062                 the percentage that it has of the total fetch operation
9063                 for correct values
9064
9065 2003-03-03 [christoph]  0.8.10claws78
9066
9067         * src/news.c
9068                 fix calculation of expected lines for progress indicator
9069
9070 2003-03-03 [christoph]  0.8.10claws77
9071
9072         * src/summaryview.c
9073         * src/common/utils.c
9074                 fix segfault when opening the root news folder
9075
9076 2003-03-03 [christoph]  0.8.10claws76
9077
9078         * src/mainwindow.[ch]
9079         * src/common/Makefile.am
9080         * src/common/progressindicator.[ch]
9081                 add UI independent progress indicator handling
9082
9083         * src/news.[ch]
9084                 use new progress indicator for message info fetching
9085
9086         * src/common/hooks.h
9087                 code cleanup
9088
9089 2003-03-03 [oliver]     0.8.10claws75
9090
9091         * src/toolbar.c
9092         * src/compose.c
9093                 removed commented code
9094
9095 2003-03-03 [oliver]     0.8.10claws74
9096
9097         * src/toolbar.[ch]
9098                 cleanups and refactoring
9099         * src/compose.[ch]
9100                 compose_reply_mode reply & forwarding interface for
9101                 toolbar buttons
9102         * src/folderview.c
9103                 act on messages marked for deletion in folderview_selected
9104                 based on prefs_common.immediate_exec since a message might 
9105                 have been deleted by messageview in a folder we are changing 
9106                 to (does anybody understand what I'm on about ?)
9107
9108 2003-03-03 [oliver]     0.8.10claws73
9109         
9110         * src/messageview.[ch]
9111                 new functions
9112                 - messageview_delete: delete message shown in messagview
9113                 - messageview_update_view: update messageview to currently 
9114                   selected summaryview message
9115                 - add separate messageview to msgview_list in order to update 
9116                   toolbar to new toolbar style on the fly (TOOLBAR_NONE, TOOLBAR_ICON etc.)
9117         * src/summaryview.[ch]
9118                 summary_get_selection returns a list of selected msgs
9119                 in summaryview
9120         * src/mainwindow.c
9121                 toolbar reply refactoring
9122
9123 2003-03-03 [paul]       0.8.10claws72
9124
9125         * sync with 0.8.10cvs21
9126                 see ChangeLog 2003-03-03
9127
9128 2003-03-02 [christoph]  0.8.10claws71
9129
9130         * src/common/passcrypt.c
9131                 use POSIX includes
9132
9133 2003-03-02 [christoph]  0.8.10claws70
9134
9135         * configure.ac
9136         * src/prefs_account.c
9137         * src/prefs_gtk.[ch]
9138         * src/common/.cvsignore
9139         * src/common/Makefile.am
9140         * src/common/passcrypt.c                ** NEW **
9141         * src/common/passcrypt.h.in             ** NEW **
9142                 Implement password encryption in config files
9143                 using unix encrypt and setkey functions. The crypt
9144                 key can be set as a configure parameter. Old
9145                 passwords will be converted if they do not begin
9146                 with '!'
9147
9148 2003-03-02 [paul]       0.8.10claws69
9149
9150         * src/prefs_account.c
9151                 fix compile error
9152
9153 2003-03-01 [thorsten]   0.8.10claws68
9154
9155         * po/el.po
9156           po/hr.po
9157           po/it.po
9158           po/nl.po
9159           po/sr.po
9160           po/sv.po
9161                 corrected format strings
9162         * po/en_GB.po
9163                 corrected headers
9164                 (fix compile errors with GNU gettext-0.11.5)
9165
9166 2003-03-01 [oliver]     0.8.10claws67
9167
9168         * src/summaryview.c
9169                 menu callbacks call toolbar_menu_reply
9170
9171 2003-03-01 [oliver]     0.8.10claws66
9172
9173         * src/mainwindow.c
9174         * src/messageview.c
9175                 menu callbacks call toolbar_menu_reply
9176         * src/toolbar.[ch]
9177                 callbacks from menu handled by toolbar_menu_reply
9178
9179 2003-03-01 [paul]       0.8.10claws65
9180
9181         * src/addressbook.c
9182                 revert commit 0.8.10claws54 - breaks editing of
9183                 addressbook.
9184                 
9185         * po/bg.po
9186                 update Bulgarian translation, submitted by
9187                 George Danchev
9188
9189 2003-02-28 [christoph]  0.8.10claws64
9190
9191         * src/account.c
9192         * src/addressadd.c
9193         * src/compose.c
9194         * src/gtkaspell.c
9195         * src/gtkxtext.h                ** REMOVE **
9196         * src/imap.c
9197         * src/matcher.[ch]
9198         * src/mh.c
9199         * src/news.c
9200         * src/pine.c
9201         * src/prefs_common.c
9202         * src/prefs_matcher.c
9203         * src/procheader.[ch]
9204         * src/procmsg.[ch]
9205         * src/toolbar.c
9206         * src/common/ssl_certificate.c
9207         * src/gtk/colorlabel.c
9208         * src/gtk/menu.c
9209                 o fix warnings
9210                 o remove code obsoleted by new cache and folder system rework
9211
9212 2003-02-28 [oliver]     0.8.10claws63
9213         
9214         * src/toolbar.[ch]
9215                 * fix bug where reply in Messageview replied to 
9216                 Message displayed in summaryview
9217                 (reportedd via ML by chinatinte at gmx dot ch)
9218                 * fix bug where toolbar popups (WITH_QUOTE, WITHOUT_QOUTE)
9219                 didn't work in separate MessageView Toolbar
9220                 (wondering if anybody uses this at all ?)
9221         * src/summaryview.[ch]
9222                 use toolbar.c's toolbar_reply instead of summary_reply (removed)
9223                 (generalize reply and forward code);
9224         * src/messageview.c 
9225                 remove focus_in event which updated summaryview to messageview
9226
9227 2003-02-28 [paul]       0.8.10claws62
9228
9229         * po/Makefile.in.in
9230                 add the --check option
9231                 Patch submitted by Ricardo Mones Lastra
9232
9233 2003-02-28 [paul]       0.8.10claws61
9234
9235         * src/prefs_account.c
9236                 re-order 'Signature' items
9237
9238 2003-02-28 [paul]       0.8.10claws60
9239
9240         * sync with 0.8.10cvs20
9241                 see ChangeLog 2003-02-28
9242
9243 2003-02-28 [paul]       0.8.10claws59
9244
9245         * po/POTFILES.in
9246                 update to reflect recent movement of files
9247
9248 2003-02-28 [paul]       0.8.10claws58
9249
9250         * sync with 0.8.10cvs19
9251                 see ChangeLog 2003-02-28
9252
9253 2003-02-27 [martin]     0.8.10claws57
9254
9255         * src/prefs_matcher.c 
9256                 fix segfault in prefs_matcher_ok() when the
9257                 last entry is deleted and prevents that the
9258                 message "entry not saved" comes up after deleting
9259                 an entry
9260
9261 2003-02-27 [martin]     0.8.10claws56
9262
9263         * src/prefs_filtering.c 
9264                 fix segfault in prefs_filtering_ok() when the
9265                 last entry is deleted and prevents that the
9266                 message "entry not saved" comes up after deleting
9267                 an entry
9268
9269 2003-02-27 [paul]       0.8.10claws55
9270
9271         * sync with 0.8.10cvs18
9272                 see ChangeLog 2003-02-27
9273
9274 2003-02-27 [paul]       0.8.10claws54
9275
9276         * src/addressbook.c
9277                 fix bug where the address book crashes with 
9278                 multiple lookups.
9279                 Patch [687729] submitted by David Frager 
9280                 <dbfrager@users.sourceforge.net>
9281
9282 2003-02-25 [christoph]  0.8.10claws53
9283
9284         * src/Makefile.am
9285         * src/colorlabel.[ch]           ** REMOVE **
9286         * src/gtk/Makefile.am
9287         * src/gtk/colorlabel.[ch]       ** NEW **
9288                 move colorlabel files to gtk directory
9289
9290         * src/esmtp.[ch]                ** REMOVE **
9291                 has been merged into smtp.[ch] in 0.7.5
9292
9293 2003-02-25 [christoph]  0.8.10claws52
9294
9295         * src/Makefile.am
9296         * src/about.[ch]                ** REMOVE **
9297         * src/gtk/Makefile.am
9298         * src/gtk/about.[ch]            ** NEW **
9299                 move about files to gtk directory
9300
9301 2003-02-25 [christoph]  0.8.10claws51
9302
9303         * src/folder.c
9304                 some code optimization of folder scanning code
9305
9306         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx> 
9307
9308 2003-02-25 [christoph]  0.8.10claws50
9309
9310         * src/main.c
9311         * src/common/sylpheed.c
9312                 add command line parameter parsing to common code
9313
9314 2003-02-24 [christoph]
9315
9316         * Makefile.am
9317         * configure.ac
9318                 fix gnome prefix problems, the configure script now removed
9319                 `gnome-config --prefix` from `gnome-config --datadir`
9320                 and adds $(prefix} instead
9321
9322         (closes Bug 24 Makefile does not respect prefix when installing
9323          GNOME data)
9324
9325 2003-02-24 [christoph]  0.8.10claws49
9326
9327         * src/news.c
9328                 check for valid session before trying to authenticate
9329
9330         (closes Bug 60 crash if "authenticate on logon" is activated
9331          and newsserver-hostname is not valid)
9332
9333 2003-02-24 [melvin]     0.8.10claws48
9334
9335         * src/prefs_actions.c
9336                 Make sure all user's input is sent to the action and then
9337                 close the socket..
9338
9339 2003-02-23 [alfons]     0.8.10claws46
9340
9341         * src/summaryview.c
9342                 also wait cursor when deleting files
9343
9344 2003-02-23 [paul]
9345
9346         * tools/freshmeat_search.pl
9347           tools/google_search.pl
9348                 scripts should now work for any browser/browser command line
9349
9350 2003-02-22 [christoph]  0.8.10claws45
9351
9352         * src/procmsg.c
9353                 fix IMAP flag setting, IMAP flag is not handled correctly
9354                 anymore by the folder system and information about the
9355                 folder should not be saved in the MsgInfo (in my opinion)
9356
9357         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
9358
9359 2003-02-22 [christoph]  0.8.10claws44
9360
9361         * src/summaryview.c
9362                 fix spelling of "label" ;-)
9363
9364 2003-02-22 [thorsten]   0.8.10claws43
9365
9366         * src/mimeview.c
9367           src/prefs_common.[ch]
9368           src/procmime.[ch]
9369                 do not use description as attachment name
9370
9371 2003-02-22 [alfons]     0.8.10claws42
9372
9373         * src/summaryview.c
9374                 freeze/thaw folder item updates when changing color labels,
9375                 and put a wait cursors on
9376
9377 2003-02-22 [thorsten]   0.8.10claws41
9378
9379         * src/mimeview.c
9380                 save-all fixes: crash if invoked on multipart container,
9381                 mimeinfo access, pathseparators, error dialog
9382
9383 2003-02-21 [alfons]     0.8.10claws40
9384
9385         * src/prefs_gtk.c
9386                 remove unused var
9387
9388 2003-02-21 [colin]      0.8.10claws39
9389
9390         * src/send.c
9391                 Fix smtp logging
9392
9393 2003-02-21 [colin]      0.8.10claws38
9394
9395         * src/summaryview.c
9396                 Freeze/thaw folderItem updates when filtering messages 
9397                 via Tools/Filter messages
9398
9399 2003-02-21 [paul]       0.8.10claws37
9400
9401         * src/compose.c
9402                 revert commit 0.8.10claws26, there are ulterior motives
9403                 for users to set a Reply-To header when posting to
9404                 newsgroups
9405
9406 2003-02-21 [paul]       0.8.10claws36
9407
9408         * sync with 0.8.10cvs17
9409                 see ChangeLog 2003-02-21
9410
9411 2003-02-20 [christoph]  0.8.10claws35
9412
9413         * src/imap.c
9414                 IMAP UID fetch speedup using SEARCH
9415
9416         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
9417
9418         * src/imap.c
9419                 fix problem with UIDs in IMAP UID cache that no longer existed
9420
9421 2003-02-20 [christoph]  0.8.10claws34
9422
9423         * src/imap.c
9424         * src/procheader.c
9425         * src/procheader.h
9426                 IMAP header fetch speedup (fetch only headers cached in MsgInfo)
9427
9428         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
9429
9430         * src/imap.c
9431                 Rewrite imap_cmd_gen_recv use sock_getline instead
9432                 of sock_gets to avoid problems with too long reply
9433                 lines
9434     
9435 2003-02-20 [colin]      0.8.10claws33
9436         
9437         * src/prefs_account.c
9438                 Better wording
9439
9440 2003-02-20 [colin]      0.8.10claws32
9441
9442         * src/compose.c
9443                 Remove useless '&& !to_sender' 
9444
9445 2003-02-20 [darko]
9446
9447         * AUTHORS
9448                 change my e-mail address
9449
9450 2003-02-19 [colin]      0.8.10claws31
9451
9452         * src/prefs_common.c
9453                 X11 style colors for every configurable color
9454
9455 2003-02-19 [alfons]     0.8.10claws30
9456
9457         * src/prefs_gtk.[ch]
9458         * src/prefs_common.c
9459                 for color_new accept both plain integers and X11 style color
9460                 names (as found in /usr/lib/X11/rgb.txt)
9461
9462 2003-02-19 [paul]       0.8.10claws29
9463
9464         * src/mainwindow.c
9465                 add tooltips to online/offline button and account selector
9466                 button
9467
9468 2003-02-19 [paul]       0.8.10claws28
9469
9470         * src/folder.c
9471           src/news.c
9472           src/prefs_account.[ch]
9473           src/prefs_common.[ch]
9474                 move 'Maximum number of articles to download' to
9475                 account prefs.
9476                 clean up account prefs gui a little by hiding entries
9477                 rather then greying out entries
9478
9479 2003-02-19 [hiro]       0.8.10claws27
9480
9481         * src/common/utils.c
9482                 fix bug #54 'yesterdays date is displayed in the message 
9483                 summary window'
9484
9485 2003-02-19 [paul]       0.8.10claws26
9486
9487         * src/compose.c
9488                 fix bug reported in Feature Request [688596] 
9489                 'Reply-to header in news'
9490
9491 2003-02-18 [paul]       0.8.10claws25
9492
9493         * src/select-keys.c
9494                 add a 'List all keys' button to key selection dialog
9495
9496 2003-02-18 [colin]      0.8.10claws24
9497         
9498         * src/stock_pixmap.c
9499                 fix compile error
9500
9501 2003-02-18 [colin]      0.8.10claws23
9502
9503         * src/common/smtp.[ch]
9504           src/prefs_account.c
9505                 Try to starttls if it seems to be the only
9506                 way to authenticate a user
9507
9508 2003-02-18 [paul]       0.8.10claws22
9509
9510         * src/Makefile.am
9511           src/folderview.c
9512           src/stock_pixmap.[ch]
9513           src/pixmaps/drafts_close.xpm  ** NEW FILE **
9514           src/pixmaps/drafts_open.xpm   ** NEW FILE **
9515                 as a Drafts folder is a special folder allow it to have
9516                 its own unique icons
9517
9518 2003-02-18 [colin]      0.8.10claws21
9519
9520         * src/imap.c
9521                 Fix port selection when using starttls
9522
9523 2003-02-18 [paul]       0.8.10claws20
9524
9525         * src/mainwindow.c
9526           src/prefs_common.[ch]
9527                 make blue the default new mail colour
9528
9529 2003-02-18 [paul]       0.8.10claws19
9530
9531         * sync with 0.8.10cvs14
9532                 see ChangeLog 2003-02-18
9533
9534 2003-02-17 [jens]       0.8.10claws18
9535
9536         * src/common/md5.c
9537                 fixed a compile problem with gcc 3.3
9538                 works on 2.95.3 too (testet on PPC as it is big endian)
9539
9540 2003-02-17 [paul]       0.8.10claws17
9541
9542         * sync with 0.8.10cvs13
9543                 see ChangeLog 2003-02-17
9544
9545 2003-02-17 [paul]       0.8.10claws16
9546
9547         * sync with 0.8.10cvs12
9548                 see ChangeLog 2003-02-17
9549
9550 2003-02-16 [match]      0.8.10claws15
9551
9552         * src/addressbook.c
9553                 Eliminates reloading of address data when items
9554                 deleted or added. Applied submitted by
9555                 Luke Plant <lukeplant@softhome.net>
9556
9557 2003-02-16 [paul]       0.8.10claws14
9558
9559         * src/news.c
9560                 when a 'protocol error' is encountered disconnect from
9561                 the server. This means that the user can carry on viewing
9562                 other articles and doesn't have to either wait until the
9563                 server timesout or quit sylpheed.
9564                 Fixes bug #53 'Unable to read messages in newsgroups, 
9565                 displayed message doesn't change'
9566
9567 2003-02-15 [christoph]  0.8.10claws13
9568
9569         * src/imap.c
9570                 fix bug that stopped scanning of folders when an
9571                 IMAP folder was empty
9572
9573         (closes bug 46 stop scan messages in folders after empty folder)
9574
9575 2003-02-15 [paul]
9576
9577         * tools/Makefile.am
9578           tools/README
9579           tools/freshmeat_search.pl     ** NEW FILE **
9580           tools/google_search.pl        ** NEW FILE **
9581                 Add 2 Actions scripts which search freshmeat/google
9582                 for the selected text using the browser configured
9583                 in sylpheedrc.
9584                 
9585         Note: These scripts are very dependent on the format of the
9586         browser command and may not work on every occasion. Testing
9587         is welcome. 
9588
9589 2003-02-14 [alfons]     0.8.10claws12
9590
9591         * src/compose.c
9592                 fix breakage because of uninitialized account pointer.
9593                 please verify.
9594
9595 2003-02-14 [paul]       0.8.10claws11
9596
9597         * src/compose.c
9598           src/prefs_account.[ch]
9599           src/prefs_common.[ch]
9600                 move signature settings to Account Prefs
9601
9602 2003-02-14 [paul]       0.8.10claws10
9603
9604         * sync with 0.8.10cvs11
9605                 see ChangeLog 2003-02-14
9606
9607 2003-02-13 [thorsten]   0.8.10claws9
9608
9609         * src/news.c
9610                 revert news progressbar (GUI separation)
9611
9612 2003-02-13 [paul]       0.8.10claws8
9613
9614         * src/compose.c
9615                 make replies behave correctly, re: RFC 1036, Section 2.2.3,
9616                 paragraph 1
9617
9618 2003-02-13 [paul]       0.8.10claws7
9619
9620         * src/compose.[ch]
9621           src/summaryview.c
9622                 fix 'Follow-up and Reply-to' so that it creates a reply to
9623                 the newsgroup and the sender. If the message has the keyword
9624                 'poster' in the Followup-To header, all replies go to the
9625                 sender, re: RFC 1036, Section 2.2.3
9626                 rename all instances of 'ignore_replyto' to 'to_sender', both
9627                 were previously used, now we use just one.
9628
9629 2003-02-13 [paul]       0.8.10claws6
9630
9631         * sync with 0.8.10cvs9
9632                 see ChangeLog 2003-02-13
9633
9634 2003-02-13 [paul]       0.8.10claws5
9635
9636         * configure.ac
9637                 show which plugins are configured in the configure
9638                 output.
9639
9640 2003-02-12 [thorsten]   0.8.10claws4
9641
9642         * src/news.c
9643                 show progress while fetching news headers
9644
9645 2003-02-12 [christoph]  0.8.10claws3
9646
9647         * configure.ac
9648         * src/plugins/Makefile.am
9649                 use AM_CONDITIONAL to enable plugins, automake correctly
9650                 manages this when creating distdir
9651
9652 2003-02-12 [christoph]  0.8.10claws2
9653
9654         * ac/spamassassin.m4
9655         * src/plugins/spamassassin/Makefile.am
9656                 fix building SpamAssassin plugin without OpenSSL
9657
9658 2003-02-12 [paul]       0.8.10claws1
9659
9660         * ac/Makefile.am
9661           src/Makefile.am
9662           src/plugins/Makefile.am
9663                 fix failure of 'make release'
9664
9665 2003-02-12 [paul]       0.8.10claws
9666
9667         * 0.8.10claws released
9668
9669 2003-02-12 [paul]       0.8.9claws56
9670
9671         * po/bg.po
9672           po/es.po
9673           po/it.po
9674           po/ru.po
9675           po/sr.po
9676                 updated translations by George Danchev, Ricardo Mones Lastra,
9677                 Alessandro Maestri, Ruslan N. Balkin and Urke MMI respectively
9678                 
9679         * sylpheed.spec.in
9680                 Allow the building of RPMs by a regular user. Submitted
9681                 by Sergei Astanin
9682
9683 2003-02-11 [alfons]     0.8.9claws55
9684
9685         * src/colorlabel.c
9686                 don't use pixmaps for label color rect but draw rectangles
9687                 so we can respect the color map of palette based visuals
9688                 (fixes the long time crashes on Suns - thanks to Andreas
9689                 Engel and Steve O'Hara-Smith for testing)
9690
9691 2003-02-11 [christoph]  0.8.9claws54
9692
9693         * src/matcher_parser_parse.y
9694                 correct bug where filering rules of not existing folders in
9695                 matcherrc were added to global filtering
9696                 
9697         (closes Debian Bug #180253 - Directory's filter-rules are merged with
9698          main filter-rules after removing directory, http://bugs.debian.org/180253)
9699         
9700 2003-02-11 [paul]       0.8.9claws53
9701
9702         * sync with 0.8.10cvs7
9703                 see ChangeLog 2003-02-09
9704
9705 2003-02-11 [melvin]     0.8.9claws52
9706
9707         * po/fr.po
9708                 Updated French tranlsations
9709
9710 2003-02-10 [paul]       0.8.9claws51
9711
9712         * sylpheed.spec.in
9713                 correct --enable-openssl
9714                 Fix submitted by Sergei Astanin <asita@users.sourceforge.net>
9715
9716 2003-02-09 [martin]     0.8.9claws50
9717
9718         * src/prefs_matcher.c
9719                 fix segfault in prefs_matcher_substitute_cb() when
9720                 no row is selected
9721
9722 2003-02-09 [paul]       0.8.9claws49
9723
9724         * src/folderview.c
9725                 fix bug where a newsgroup folder's processing rules were
9726                 merged with the global filtering rules when the newsgroup
9727                 folder was deleted, causing some seriously bad results,
9728                 see <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=180253>
9729
9730 2003-02-08 [melvin]     0.8.9claws48
9731
9732         * src/compose.c
9733                 Corrected and modified an alert message.
9734
9735 2003-02-07 [paul]       0.8.9claws47
9736
9737         * src/folderview.c
9738                 fix bug where both an 'Account properties' window and a
9739                 'Folder properties' window were opened when clicking on
9740                 'Properties' in an NNTP or IMAP folder's popup menu.
9741
9742 2003-02-07 [paul]       0.8.9claws46
9743
9744         * sync with 0.8.10cvs6
9745                 see ChangeLog 2003-02-06
9746
9747 2003-02-06 [christoph]  0.8.9claws45
9748
9749         * src/mbox.c
9750                 freeze folder updates while importing mbox files
9751                 (closes bug 43 importing mbox took hours)
9752                 
9753         Patch submitted by Jens Rantil <jens.rantil@telia.com>
9754
9755 2003-02-06 [thorsten]   0.8.9claws44
9756
9757         * po/de.po
9758                 Updated german translations
9759
9760 2003-02-06 [thorsten]   0.8.9claws43
9761
9762         * src/news.h
9763                 use guint for message numbers (fix count in grouplist dialog)
9764
9765 2003-02-05 [paul]       0.8.9claws42
9766
9767         * sync with 0.8.10cvs2
9768                 see ChangeLog 2003-02-05
9769
9770 2003-02-04 [colin]      0.8.9claws41
9771
9772         * src/prefs_common.[ch]
9773           src/procmsg.c
9774           src/summaryview.c
9775                 Add an option to disable threading by subject
9776
9777 2003-02-04 [christoph]  0.8.9claws40
9778
9779         * src/inc.c
9780                 only abort fetching mails from multiple accounts when the
9781                 error is fatal and does not allow to check any more accounts
9782                 (currently only disk full error)
9783
9784         (closes bug 31 after POP3 error: "no such mail" Sylpheed does not
9785          receive mails for other accouts)
9786
9787 2003-02-04 [christoph]  0.8.9claws39
9788
9789         * src/folder.c
9790                 first add the new message to the cache, then
9791                 send the update notification
9792
9793         (closes bug 39 after sending message folderview doesnt get updated)
9794
9795 2003-02-04 [colin]      0.8.9claws38
9796
9797         * src/inc.c
9798                 _really_ fix this Connecting... status
9799
9800 2003-02-04 [paul]       0.8.9claws37
9801
9802         * sync with 0.8.10
9803                 see ChangeLog 2003-02-04
9804
9805 2003-02-04 [paul]       0.8.9claws36
9806
9807         * sync with 0.8.9cvs6
9808                 see ChangeLog 2003-02-03
9809
9810 2003-02-04 [paul]       0.8.9claws35
9811
9812         * po/pt_BR.po
9813                 updated by André Filipe de Assunção e Brito 
9814                 <bedecko@netsite.com.br>
9815
9816 2003-02-03 [thorsten]   0.8.9claws34
9817
9818         * po/de.po
9819                 Updated german translations
9820
9821 2003-02-02 [paul]       0.8.9claws33
9822
9823         * po/es.po
9824                 updated by Ricardo Mones Lastra
9825
9826 2003-02-02 [thorsten]   0.8.9claws32
9827
9828         * src/mh.c
9829                 Fix mh_get_msginfo() segfault if file is inaccessible
9830
9831 2003-01-31 [colin]      0.8.9claws31
9832
9833         * src/procheader.c
9834                 Fix last commit's bug
9835
9836 2003-01-31 [colin]      0.8.9claws30
9837
9838         * src/procheader.c
9839                 Missing a change for gpg-signed messages
9840
9841 2003-01-31 [paul]       0.8.9claws29
9842
9843         * src/pixmaps/gpg_signed.xpm    ** NEW FILE **
9844           src/procheader.c
9845           src/stock_pixmap.[ch]
9846           src/summaryview.c
9847                 indicate GnuPG signed messages by displaying an icon
9848                 in the Attachment column.
9849
9850 2003-01-31 [paul]       0.8.9claws28
9851
9852         * sync with 0.8.9cvs4
9853                 see ChangeLog 2003-01-31
9854
9855 2003-01-31 [alfons]     0.8.9claws27
9856
9857         * src/textview.c
9858                 tune URI parser to accept mailto URLs with a '?'
9859                 (patch from Ruslan Balkin)
9860
9861 2003-01-31 [colin]      0.8.9claws26
9862
9863         * src/summaryview.c
9864                 Fix a leak introduced in claws24
9865
9866 2003-01-31 [colin]      0.8.9claws25
9867
9868         * src/summaryview.c
9869                 Freeze/Thaw folder updates when deleting dups
9870
9871 2003-01-31 [colin]      0.8.9claws24
9872         
9873         * src/addr_compl.c
9874           src/summaryview.c
9875           src/msgcache.c
9876                 little speed improvements
9877
9878 2003-01-31 [colin]      0.8.9claws23
9879
9880         * src/summaryview.c
9881                 Fix segfault when forwarding nothing
9882                 Patch from "Ruslan N. Balkin" <baron@voices.ru>
9883                 
9884 2003-01-30 [paul]       0.8.9claws22
9885
9886         * sync with 0.8.9cvs3
9887                 see ChangeLog 2003-01-30
9888
9889 2003-01-30 [paul]       0.8.9claws21
9890
9891         * sync with 0.8.9cvs2
9892                 see ChangeLog 2003-01-30
9893
9894 2003-01-29 [paul]       0.8.9claws20
9895
9896         * sync with 0.8.9cvs1
9897                 see ChangeLog 2003-01-29
9898
9899 2003-01-28 [paul]       0.8.9claws19
9900
9901         * po/POTFILES.in
9902                 update to reflect changes. 
9903                 thanks to Ricardo Mones Lastra
9904
9905 2003-01-27 [christoph]  0.8.9claws18
9906
9907         * ac/openssl.m4
9908         * ac/spamassassin.m4
9909         * src/plugins/spamassassin/README
9910         * src/plugins/spamassassin/libspamc.[ch]
9911         * src/plugins/spamassassin/utils.[ch]
9912                 updated to latest libspamc
9913
9914 2003-01-27 [christoph]  0.8.9claws17
9915
9916         * src/folder.c
9917                 fix wrong use of procheader_get_header_fields
9918
9919 2003-01-27 [christoph]  0.8.9claws16
9920
9921         * src/news.c
9922         * src/prefs_account.[ch]
9923         * src/common/nntp.[ch]
9924                 allow to force authentication for NNTP servers
9925
9926         Patch submitted by Florian Mickler <dmk@d-labs.de>
9927
9928 2003-01-26 [paul]       0.8.9claws15
9929
9930         * src/summaryview.c
9931                 speed up of marking messages as read
9932                 patch submitted by Jens Rantil <ztyx@users.sourceforge.net>
9933
9934 2003-01-26 [christoph]  0.8.9claws14
9935
9936         * src/Makefile.am
9937         * src/mgutils.[ch]              ** REMOVE **
9938         * src/xml.[ch]                  ** REMOVE **
9939         * src/xmlprops.[ch]             ** REMOVE **
9940         * src/common/Makefile.am
9941         * src/common/mgutils.[ch]       ** NEW **
9942         * src/common/xml.[ch]           ** NEW **
9943         * src/common/xmlprops.[ch]      ** NEW **
9944                 move xml files to common directory
9945
9946 2003-01-26 [christoph]  0.8.9claws13
9947
9948         * src/plugins/spamassassin/spamassassin_gtk.c
9949                 only set gtk entry text if string is available
9950
9951 2003-01-26 [melvin]     0.8.9claws12
9952
9953         * src/description_window.c
9954                 Allow resizing of the window
9955                 Allow automatic horizontal scroll bar
9956                 Do not vertically expand and fill
9957
9958 2003-01-26 [christoph]  0.8.9claws11
9959
9960         * src/Makefile.am
9961         * src/gtkutils.[ch]             ** REMOVE **
9962         * src/common/sylpheed.c
9963         * src/gtk/Makefile.am
9964         * src/gtk/description_window.c
9965         * src/gtk/gtkutils.[ch]         ** NEW **
9966         * src/gtk/prefswindow.c
9967                 move gtkutils to gtk directory
9968
9969 2003-01-26 [paul]       0.8.9claws10
9970
9971         * src/summaryview.c
9972                 rename summary_unread_clicked() to summary_status_clicked()
9973
9974 2003-01-26 [melvin]     0.8.9claws9
9975
9976         * src/prefs_actions.c
9977                 Cosmetical changes to the help text
9978
9979 2003-01-26 [paul]       0.8.9claws8
9980
9981         * src/folder.[ch]
9982           src/mainwindow.c
9983           src/prefs_common.c
9984           src/prefs_sumamry_column.c
9985           summaryview.[ch]
9986                 rename the 'Unread' column to 'Status'
9987
9988 2003-01-25 [match]      0.8.9claws7
9989
9990         * src/mgutils.[ch]
9991                 removed reference to LDAP constants. removed error2string.
9992                 included functions to support LDAP dynamic queries.
9993         * src/syldap.h
9994                 moved LDAP constants here.
9995         * src/addressbook.c
9996         * src/addrindex.c
9997         * src/importldif.c
9998                 removed references to LDAP constants and references to
9999                 error2string.
10000
10001 2003-01-25 [paul]       0.8.9claws6
10002
10003         * src/summaryview.c
10004                 summary_thread_build(), summary_thread_init(): remove 
10005                 unneeded reference to summaryview->folder_item
10006
10007 2003-01-25 [christoph]  0.8.9claws5
10008
10009         * src/gtk/description_window.c
10010                 o allow description texts to expand over multiple columns
10011                 o translate all columns
10012         * src/prefs_actions.c
10013                 change syntax description to use new multi column feature
10014
10015         Patch submitted by Ivan F. Martinez <ivanfm@users.sourceforge.net>
10016
10017 2003-01-25 [match]      0.8.9claws4
10018
10019         * src/vcard.c
10020                 fixed bug with Quoted-Printable
10021
10022 2003-01-25 [paul]       0.8.9claws3
10023
10024         * src/folder.[ch]
10025           src/summaryview.[ch]
10026                 implement per-folder collapsed/expanded threads setting
10027                 
10028         * src/prefs_common.c
10029                 remove global collapsed/expanded threads option
10030
10031 2003-01-25 [christoph]  0.8.9claws2
10032
10033         * po/POTFILES.in
10034                 add pluginwindow and prefswindow
10035         * src/compose.c
10036                 make send respond correctly to messages that could be added
10037                 to the queue folder, but the UID of the message is unknown
10038         * src/folder.c
10039         * src/imap.c
10040                 don't return guessed UIDs in imap_add_msg anymore. We return
10041                 0 to tell the folder system it was appened but the UID is
10042                 unknown. Folder system now get's the UID by scaning the folder
10043                 and searching the cache for the Message-ID
10044                 (closes bug #29 Messages queued, but not sent)
10045
10046 2003-01-25 [paul]       0.8.9claws1
10047
10048         * src/codeconv.c
10049                 conv_encode_header():  fix bug when long headers with 8-bit
10050                 characters are used, so that the encoded words are wrapped.
10051                 If the space in the original text falls on the wrap boundary,
10052                 it can be lost.
10053                 Patch by Sergey Vlasov.
10054                 
10055         * src/folderview.c
10056                  fix bug where a change to the sorting method or thread view
10057                  of a folder's messages is lost if simpify-subject is set and
10058                  toggled on or off.
10059                  Patch by Luke Plant.
10060
10061 2003-01-24 [paul]       0.8.9claws
10062
10063         * sylpheed-0.8.9claws released
10064         
10065         * Makefile.am
10066           sylpheed.spec.in
10067                 remove reference to 'INSTALL.jp'
10068
10069 2003-01-23 [paul]       0.8.8claws128
10070
10071         * po/es.po
10072           po/it.po
10073           po/ru.po
10074           po/sr.po
10075                 updated translations. submitted by Ricardo Mones Lastra,
10076                 Alessandro Maestri, Ruslan N. Balkin and Urke MMI respectively.
10077
10078 2003-01-23 [colin]      0.8.8claws127
10079
10080         * src/compose.c
10081                 Fix drafted and queued news articles re-edition
10082
10083 2003-01-23 [melvin]     0.8.8claws126
10084
10085         * po/fr.po
10086                 Updated French translations
10087
10088 2003-01-23 [colin]      0.8.8claws125
10089
10090         * src/inc.c
10091                 Fix "Connecting to..." status message
10092
10093 2003-01-22 [paul]       0.8.8claws124
10094
10095         * po/bg.po
10096                 updated by George Danchev
10097                 
10098         * src/folder.c
10099                 revert last commit [0.8.8claws111] as it breaks folder d'n'd
10100                 and folder deletion
10101
10102 2003-01-21 [paul]       0.8.8claws123
10103
10104         * po/bg.po
10105                 updated by George Danchev
10106                 
10107         * src/about.c
10108                 its now 2003
10109                 
10110         * src/toolbar.c
10111                 don't translate 'Separator'
10112                 
10113         * src/plugins/spamassassin/Makefile.am
10114                 add aspell to CPPFLAGS
10115                 
10116         * src/plugins/spamassassin/spamassassin.c
10117           src/plugins/spamassassin/spamassassin_gtk.c
10118                 set correct default for spamassassin_receive_spam
10119                 slightly re-word descriptions and some
10120                 other minor changes
10121
10122 2003-01-19 [alfons]     0.8.8claws122
10123                 
10124         * src/mimeview.c
10125                 mimeview_save_as(): we might as well show the file name for
10126                 the single case "Save As" too
10127
10128 2003-01-19 [alfons]     0.8.8claws121
10129
10130         * src/crash.c
10131                 change bug tracker URL to bugzilla URL
10132
10133 2003-01-19 [alfons]     0.8.8claws120
10134
10135         * src/mimeview.c
10136                 mimeview_save_all(): display name of file before overwriting;
10137                 continue saving all, even when one overwrite was cancelled
10138
10139 2003-01-19 [christoph]  0.8.8claws119
10140
10141         * src/summaryview.c
10142         * src/procmsg.[ch]
10143                 fix wrong usage of procmsg_find_children in summaryview
10144                 by using procmsg_update_unread_children instead of
10145                 summaryview_update_unread_children
10146
10147 2003-01-19 [christoph]  0.8.8claws118
10148
10149         * src/procmsg.c
10150                 fix infinite loop in procmsg_find_children
10151                  (closes bug #25 sylpheed crashes on delete.)
10152
10153         Patch submitted by Ivan F. Martinez <ivanfm@users.sourceforge.net>
10154
10155 2003-01-19 [paul]       0.8.8claws117
10156
10157         * po/pt_BR.po
10158                 updated by Ivan Francolin Martinez
10159
10160 2003-01-18 [melvin]     0.8.8claws116
10161
10162         * src/prefs_actions.c
10163                 Removed syntax limitation of only one '&' at the end of command.
10164                         Now actions that contain '>/dev/null 2>&1' are possible.
10165
10166 2003-01-18 [melvin]     0.8.8claws115
10167
10168         * src/prefs_actions.c
10169                 Actions IO dialog: when the action ends
10170                 the "Close" button now has focus and [Escape] closes the
10171                 window.
10172
10173 2003-01-18 [christoph]  0.8.8claws114
10174
10175         * src/procmsg.c
10176                 o add debug output when MsgInfos are really freed
10177                 o free GSLists in procmsg_find_children and
10178                   procmsg_update_unread_children
10179
10180 2003-01-18 [christoph]  0.8.8claws113
10181
10182         * src/mainwindow.c
10183                 reorder Configuration menu
10184
10185 2003-01-18 [christoph]  0.8.8claws112
10186
10187         * src/compose.c
10188                 fix applying templates to forwarded messages
10189
10190         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
10191
10192 2003-01-17 [christoph]  0.8.8claws111
10193
10194         * src/folder.c
10195                 destroy folder items, when a folder item is removed
10196
10197 2003-01-17 [christoph]  0.8.8claws110
10198
10199         * src/folder.c
10200                 fix wrong folder stats update when ignored message is
10201                 deleted
10202
10203 2003-01-17 [colin]      0.8.8claws109
10204         
10205         * src/mainwindow.c
10206         * src/summaryview.c
10207                 Quicksearch bugfixes: 
10208                 - hide help button at startup if not extended
10209                 - switch to extended when looking for replies
10210
10211 2003-01-17 [paul]
10212
10213         * sync with 0.8.9 release
10214
10215 2003-01-17 [paul]       0.8.8claws108
10216
10217         * sync with 0.8.8cvs11
10218                 see ChangeLog 2003-01-17
10219
10220 2003-01-16 [colin]      0.8.8claws107
10221
10222         * src/procmsg.c
10223                 Changed encryption test to re-ask passphrase
10224                 if an encrypted message hasn't been decrypted
10225                 Fixes bug #5
10226
10227 2003-01-16 [christoph]  0.8.8claws106
10228
10229         * src/prefs_gtk.c
10230         * src/prefs_toolbar.c
10231         * src/gtk/prefswindow.h
10232         * src/plugins/spamassassin/spamassassin_gtk.c
10233                 remove page destroy function that is not used anymore
10234
10235 2003-01-16 [paul]       0.8.8claws105
10236
10237         * sync with 0.8.8cvs9
10238                 see ChangeLog 2002-01-16
10239
10240 2003-01-16 [colin]      0.8.8claws104
10241
10242         * src/compose.[ch]
10243                 Fix bug with autosaved drafts for IMAP, when draft
10244                 folder is specified - fixes bugzilla bug #20
10245
10246 2003-01-15 [paul]       0.8.8claws103
10247
10248         * src/compose.[ch]
10249           src/procmsg.c
10250                 store folder and message-id of message forwarding
10251                 in queue header and set forward flag after sending
10252
10253 2003-01-15 [paul]       0.8.8claws102
10254
10255         * sync with 0.8.8cvs8
10256                 see ChangeLog 2002-01-15
10257
10258 2003-01-15 [colin]      0.8.8claws101
10259
10260         * src/Makefile.am
10261                 Fix linking with GNU libiconv
10262
10263 2003-01-15 [darko]      0.8.8claws100
10264
10265         * src/pine.c
10266                 fix crash when importing pine address book
10267                 entry with an empty name (reported by DY
10268                 <dybulk at tri8.net>)
10269
10270 2003-01-14 [paul]       0.8.8claws99
10271
10272         * configure.in  ** REMOVED **
10273           configure.ac  ** NEW FILE **
10274                 rename configure.in to configure.ac, as it is now
10275                 preferred
10276
10277 2003-01-14 [melvin]     0.8.8claws98
10278
10279         * src/folderview.c
10280                 folderview_check_new(): More precise function description
10281
10282 2003-01-14 [melvin]     0.8.8claws97
10283
10284         * src/folderview.c
10285                 folderview_check_new(): return the number of new messages 
10286                         since last check.
10287         * src/inc.c
10288                 inc_account_mail(): Disable counting of new messages for IMAP
10289                         and NNTP until bug [19] and [14] are fixed.
10290
10291 2003-01-14 [paul]       0.8.8claws96
10292
10293         * sync with 0.8.8cvs6
10294                 see ChangeLog 2003-01-14
10295
10296 2003-01-13 [alfons]     0.8.8claws95
10297
10298         * src/textview.c
10299                 tune email address validation (c. 0.8.8claws89): if . is 
10300                 just one char away from @, the address is invalid too 
10301                 (correctly rejects addresses like foo@.com)
10302
10303 2003-01-13 [paul]       0.8.8claws94
10304
10305         * src/messageview.c
10306           src/toolbar.c
10307                 fixes to the Message View toolbar and menu:
10308                 fix non-functioning Forward button
10309                 make Reply button consider default_reply_list
10310                 remove 'Follow-up...' menu entry
10311                 add 'Forward' and 'Redirect' menu entries
10312
10313 2003-01-13 [melvin]     0.8.8claws93
10314
10315         * src/inc.c
10316                 Fixed typo that could make new messages count incorrect.
10317
10318 2003-01-13 [melvin]     0.8.8claws92
10319
10320         * src/folderview.[ch]
10321                 folderview_check_new(): return the number of new messages.
10322         * src/inc.c
10323                 Should fix bug [14] where new mail notification worked 
10324                         incorrectly with IMAP accounts.
10325                 inc_spool_account(): return number of new msgs, or -1 on error
10326                 inc_all_spool(): return number of new msgs
10327                 
10328 2003-01-13 [melvin]     0.8.8claws91
10329
10330         * src/prefs_actions.c
10331                 Justify help text.
10332
10333 2003-01-12 [thorsten]   0.8.8claws90
10334
10335         * src/common/prefs.c
10336                 close file before rename
10337
10338 2003-01-12 [alfons]     0.8.8claws89
10339
10340         * AUTHORS
10341                 add Christian Mertes
10342         * src/common/utils.[ch]
10343                 g_stricase_hash(), g_stricase_equal(): functions for 
10344                 case insensitive hash tables
10345         * src/textview.c
10346                 use top level domain names to validate email address, based
10347                 on a patch by Christian Mertes (thanks!), but changed 
10348                 implementation to use a hash table 
10349
10350 2003-01-12 [paul]       0.8.8claws88
10351
10352         * po/bg.po
10353                 updated by George Danchev
10354
10355 2003-01-12 [alfons]     0.8.8claws87
10356
10357         * src/summaryview.c
10358                 delete / execute performance: use new style folder update
10359
10360 2003-01-12 [paul]       0.8.8claws86
10361
10362         * sync with 0.8.8cvs5
10363                 see ChangeLog 2003-01-13 (!)
10364
10365 2003-01-12 [alfons]     0.8.8claws85
10366
10367         * src/filtering.c
10368         * src/matcher_parser_parse.y
10369                 prepare change_score filtering action
10370         * src/matcher.[ch]
10371                 give up const-correctness on functions that call non-const-correct functions;
10372                 several casts to gpointer in g_free();
10373                 add change_score;
10374
10375 2003-01-12 [christoph]  0.8.8claws84
10376
10377         * src/compose.c
10378                 fix 2 warnings
10379
10380         * src/gtk/prefswindow.[ch]
10381         * src/plugins/spamassassin/spamassassin_gtk.c
10382                 changed the call of the widget create function
10383                 for PrefsPages, because sometimes the widget
10384                 create function needs a widget that already has
10385                 been attached to a window (to create GDK pixmaps
10386                 for exmaple). So we simply pass the GtkWindow as
10387                 the second parameter now.
10388
10389         * src/main.c
10390         * src/mainwindow.c
10391         * src/prefs_toolbar.[ch]
10392                 rewrite Toolbar Preferences using the new
10393                 prefs window
10394
10395 2003-01-11 [alfons]     0.8.8claws83
10396
10397         * src/addressadd.c
10398                 fix crash when adding sender to addressbook because status bar
10399                 isn't there (the status bar doesn't seem to be used though,
10400                 but I'll let Match decide what to do with it)
10401
10402 2003-01-11 [colin]      0.8.8claws82
10403
10404         * src/main.c
10405           src/toolbar.c
10406                 Two useless changes reversed
10407
10408 2003-01-11 [colin]      0.8.8claws81
10409
10410         * src/mainwindow.c
10411           src/mainwindow.h
10412                 Add mainwindow_get_mainwindow()
10413         * src/alertpanel.c
10414           src/alertpanel.h
10415                 Add alertpanel_error_log() 
10416         * src/compose.c
10417           src/inc.c
10418           src/messageview.c
10419           src/toolbar.c
10420           src/main.c
10421           src/procmsg.c
10422                 Network errors get a View Log button
10423
10424 2003-01-10 [alfons]     0.8.8claws80
10425
10426         * src/prefs_toolbar.c
10427         * src/toolbar.c
10428                 use the translatable string for "Separator" as file name for
10429                 separator toolbar items (probably make this uppercase?)
10430
10431 2003-01-10 [alfons]     0.8.8claws79
10432
10433         * src/prefs_toolbar.c
10434                 put right A_SEPARATOR description string in "displayed
10435                 toolbar items list" so manually added separators are
10436                 saved correctly (bug #10, "Adding a separator to the main 
10437                 toolbar fails, entry in xml file is wrong")
10438
10439 2003-01-10 [christoph]  0.8.8claws78
10440
10441         * src/imap.c
10442                 o fix warnings
10443                 o use CAPABILITY to check if NAMESPACE is available
10444
10445 2003-01-10 [christoph]  0.8.8claws77
10446
10447         * src/imap.[ch]
10448                 apply UIDPLUS IMAP extension support patch
10449
10450         Patch submitted by Simon 'corecode' Schubert
10451
10452 2003-01-10 [paul]       0.8.8claws76
10453
10454         * src/folderview.c
10455                 a sync from main which fixes the news account folders'
10456                 Properties bug
10457
10458 2003-01-10 [christoph]  0.8.8claws75
10459
10460         * src/folder.c
10461                 don't accept 0 as a valid uid returned by copy and move
10462                 functions. 0 means the message was copied or moved but the
10463                 new uid could not be fetched. It is not an error condition
10464                 for the copy or move operation.
10465
10466 2003-01-10 [paul]       0.8.8claws74
10467
10468         * src/prefs_filtering.c
10469                 change English used in Alert when entry is not
10470                 saved.
10471                 
10472         * sync with 0.8.8cvs4
10473                 see ChangeLog 2003-01-10
10474
10475 2003-01-10 [darko]      0.8.8claws73
10476
10477         * src/pine.c
10478                 fix crash when importing address book entry
10479                 without a valid address
10480
10481 2003-01-09 [alfons]     0.8.8claws72
10482
10483         * src/inc.c
10484                 filtering performance: use new style folder update
10485
10486 2003-01-09 [christoph]  0.8.8claws71
10487
10488         * src/compose.c
10489         * src/gtk/menu.[ch]
10490                 fix wrong selecting of mime encoding type, when
10491                 opening property dialog of attachments in the
10492                 compose window. 7bit was always selected and that
10493                 destoryed files with 8bit data.
10494                 (closes bug #9 Sylpheed-claws destroys attachments when
10495                  changing MIME-types)
10496
10497 2003-01-09 [paul]       0.8.8claws70
10498
10499         * sync with 0.8.8cvs3
10500                 see ChangeLog 2003-01-09
10501
10502 2003-01-08 [alfons]     0.8.8claws69
10503         
10504         * src/addressadd.c
10505                 apply patch by Kim Schulz to fix build breakage
10506                 because of missing variable
10507
10508 2003-01-08 [paul]       0.8.8claws68
10509
10510         * sync with 0.8.8cvs2
10511                 see ChangeLog 2002-01-08
10512
10513 2003-01-08 [paul]       0.8.8claws67
10514
10515         * po/it.po
10516                 updated by Alessandro Maestri
10517                 
10518         * src/addressadd.c
10519                 when using 'Add sender to addressbook' allow
10520                 name to be edited and remarks to be entered
10521                 Patch submitted by Luke Plant
10522
10523 2003-01-08 [darko]      0.8.8claws66
10524
10525         * README.claws, src/summaryview.c
10526                 fix description for marked messages
10527
10528 2003-01-08 [paul]
10529
10530         * tools/Makefile.am
10531           tools/launch_phoenix  ** NEW FILE **
10532                 add script that enables using Phoenix as the default
10533                 web browser. 
10534                 Submitted by Mohammed Sameer <Uniball@linux-egypt.org>
10535                 
10536         * tools/OOo2sylpheed.pl
10537                 remove full path to sylpheed executable, just 'sylpheed'
10538                 will do
10539                 
10540         * tools/README
10541                 add launch_phoenix informtion and re-arrange and compress
10542                 the data a little
10543
10544 2003-01-07 [christoph]  0.8.8claws65
10545
10546         * src/folder.c
10547                 fix update for source folder when moving messages
10548         * src/procmsg.[ch]
10549         * src/summaryview.c
10550                 use function to set to_folder for message infos and
10551                 automatically update the op_count for old and new
10552                 folder
10553
10554 2003-01-07 [melvin]     0.8.8claws64
10555
10556         * src/prefs_actions.c
10557                 Fixed bug where an '%p' Action on a displayed image crashed 
10558                         Sylpheed
10559                 Code clean up (get rid of duplicated code and removed unnecessary 
10560                                 structure member)
10561
10562 2003-01-07 [christoph]  0.8.8claws63
10563
10564         * src/compose.c
10565         * src/folder.[ch]
10566         * src/folderview.c
10567         * src/import.c
10568         * src/inc.c
10569         * src/main.c
10570         * src/mainwindow.c
10571         * src/messageview.c
10572         * src/prefs_folder_item.c
10573         * src/procmsg.c
10574         * src/summaryview.c
10575         * src/toolbar.c
10576                 o remove all folder update triggering from the UI code. The folder
10577                   system should know much better when a folder needs an update.
10578                 o to prevent multiple updates in a row the folder updates can be
10579                   frozen for some time.
10580
10581                 Note: - Please verify that no updates are missing
10582                       - Check where freeze/thaws should be added
10583
10584 2003-01-07 [christoph]  0.8.8claws62
10585
10586         * src/prefs_actions.c
10587                 don't translate empty strings
10588
10589         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
10590
10591 2003-01-06 [christoph]  0.8.8claws61
10592
10593         * src/prefs_actions.c
10594                 mark strings for gettext
10595         * src/prefs_matcher.c
10596                 use new description window for Execute action and
10597                 match condition in Filtering
10598
10599         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
10600
10601 2003-01-06 [alfons]     0.8.8claws60
10602
10603         keep myself inspired to re-organize matcher part 8; 
10604         yes, more to come (I need to move out the descriptive
10605         text for actions to matcher.c, or at least make it not
10606         depend on the wicked ordering)
10607
10608         * src/prefs_matcher.c
10609                 add documentation so others may comprehend the
10610                 UI part of the conditions
10611                 
10612 2003-01-06 [christoph]  0.8.8claws59
10613
10614         * src/prefs_actions.c
10615                 use new description window for syntax help
10616         * src/gtk/description_window.c
10617                 fix display of descriptions with column count != 2
10618
10619         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
10620
10621 2003-01-06 [christoph]  0.8.8claws58
10622
10623         * src/quote_fmt.c
10624         * src/summaryview.[ch]
10625         * src/gtk/Makefile.am
10626         * src/gtk/description_window.[ch]       ** NEW **
10627                 use a generic window to display syntax descriptions
10628                 currently used in quote_fmt and summaryview (new description
10629                 for extended quick search)
10630
10631         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
10632
10633 2003-01-06 [paul]       0.8.8claws57
10634
10635         * sync with 0.8.8cvs1
10636                 see ChangeLog 2003-01-06
10637
10638 2003-01-06 [christoph]  0.8.8claws56
10639
10640         * src/mainwindow.c
10641         * src/prefs_gtk.[ch]
10642         * src/gtk/prefswindow.[ch]
10643         * src/plugins/spamassassin/spamassassin_gtk.c
10644                 o remove page management from prefswindow, pages
10645                   will be an argument to prefswindow_open
10646                 o prefswindow_open gets a datapointer that is
10647                   passed to the widget_create function to allow
10648                   creation of prefswindow for specific items
10649
10650 2003-01-06 [colin]      0.8.8claws55
10651         
10652         * src/summaryview.c
10653                 We don't want regexp in the reply-finder, 
10654                 because MIDs can contain !,$,. and so on
10655
10656 2003-01-06 [jens]       0.8.8claws54
10657
10658         * src/jpilot.c
10659                 fixed a wrong free in jpilot_read_db_files
10660
10661 2003-01-06 [alfons]     0.8.8claws53
10662
10663         re-organize matcher part 8; more to come
10664        
10665         * src/matcher.c
10666                 matcherprop_to_string(): put g_free()s before the
10667                 switch-case break to fix memleaks                
10668
10669 2003-01-06 [colin]      0.8.8claws52
10670
10671         * src/summaryview.c
10672                 cleanup & reply-finder now displays the first 
10673                 matching message
10674
10675 2003-01-05 [alfons]     0.8.8claws51
10676
10677         re-organize matcher part 7; more to come
10678
10679         * src/matcher.[ch]
10680                 fixes for constant correctness;
10681                 more documentation;
10682
10683 2003-01-05 [alfons]     0.8.8claws50
10684
10685         re-organize matcher part 6; more to come
10686         
10687         * src/matcher.[ch]
10688                 fixes for constant correctness;
10689                 more documentation;
10690         * src/filtering.c
10691                 fix for constant correctness
10692
10693 2003-01-05 [colin]      0.8.8claws49
10694
10695         * src/account.[ch]
10696                 Add account_get_reply_account function
10697         * src/compose.c
10698                 Use account_get_reply_account function 
10699         * src/summaryview.c
10700                 Basic reply-finder - click on the replied
10701                 icon gets you to the outbox using quick-search
10702
10703 2003-01-05 [paul]       0.8.8claws48
10704
10705         * src/prefs_common.c
10706                 small change to English
10707                 
10708         * src/prefs_filtering.c
10709                 prefs_filtering_action_select(): improve logic and uniformity
10710                 of gui
10711
10712 2003-01-05 [alfons]     0.8.8claws47
10713
10714         fine tune solution to focus problems (bug #7)
10715
10716         * src/mainwindow.c
10717                 mainwindow_focus_in_event(): remove grab event check
10718         * src/summaryview.c
10719                 summary_button_pressed(): move selection on right-click
10720                 too. we can't possibly move the selection back after
10721                 canceling a dialog, because gtk's incomplete focus 
10722                 management. whether this is a good solution, only time
10723                 will tell.
10724
10725 2003-01-05 [christoph]  0.8.8claws46
10726
10727         * src/imap.c
10728                 fix crash when no imap connection could be established
10729
10730 2003-01-05 [paul]       0.8.8claws45
10731
10732         * src/mainwindow.c
10733           src/sumamryview.c
10734           src/gtk/menu.[ch]
10735                 fix bug 605957 'shortcuts in popup-menu'
10736                 make user-defined shortcuts work
10737                 show shortcuts that are already defined
10738                 in the main menu
10739                 Patch submitted by Luke Plant
10740
10741 2003-01-05 [alfons]     0.8.8claws44
10742
10743         * src/mainwindow.c
10744                 focus_in_event handler should not select summary view row 
10745                 when another window (menu, dialog) grabbed for events 
10746                 (bug #7, "[0.8.8claws42] Message summary focus") 
10747
10748 2003-01-04 [christoph]  0.8.8claws43
10749
10750         * src/procmsg.c
10751                 update save folder after adding the sent message
10752                  (closes bug #6 Folder View doesn't refresh for "Sent"-messages)
10753
10754 2003-01-02 [christoph]  0.8.8claws42
10755
10756         * src/common/plugin.c
10757                 fix unloading of all plugins and unload
10758                 plugins in reverse order
10759                 
10760         * src/gtk/pluginwindow.c
10761                 implement function of load and unload button
10762
10763         * src/gtk/prefswindow.c
10764         * src/gtk/prefswindow.h
10765                 rename register function and add new unregister
10766                 function
10767
10768         * src/plugins/spamassassin/spamassassin_gtk.c
10769                 unregister prefs page and update for changes in
10770                 src/gtk/prefswindow.c
10771
10772 2003-01-02 [paul]       0.8.8claws41
10773
10774         * po/es.po
10775                 updated by Ricardo Mones Lastra
10776
10777 2003-01-02 [paul]
10778
10779         * tools/tb2sylpheed
10780                 fixes and improvements by Urke MMI
10781
10782 2003-01-02 [thorsten]   0.8.8claws40
10783
10784         * src/procmsg.c
10785                 fixed wrong return value
10786
10787 2003-01-02 [thorsten]   0.8.8claws39
10788
10789         * src/prefs.c
10790                 fixed printing wrong variable
10791
10792 2003-01-02 [thorsten]   0.8.8claws38
10793
10794         * src/prefs.c
10795                 fixed acessing members of freed pfile struct
10796
10797 2003-01-02 [thorsten]   0.8.8claws37
10798
10799         * src/procmsg.c
10800                 detect loops across several messages
10801                 as suggested by Christoph Hohmann
10802
10803 2003-01-01 [match]      0.8.8claws36
10804
10805         * src/addrindex.c
10806                 fixed another memory leak.
10807
10808 2003-01-01 [match]      0.8.8claws35
10809
10810         * src/jpilot.[ch]
10811                 fixed memory leaks. applied Doxygen comments.
10812
10813 2003-01-01 [thorsten]   0.8.8claws34
10814
10815         * src/procmsg.c
10816                 inhibit endless loop if msg references itself
10817                 (closes Bug [ 660477 ] Infinite loop in parent flag search)
10818
10819 2003-01-01 [christoph]  0.8.8claws33
10820
10821         * src/mainwindow.c
10822         * src/gtk/Makefile.am
10823         * src/gtk/pluginwindow.c                ** NEW **
10824         * src/gtk/pluginwindow.h                ** NEW **
10825                 add plugin window
10826
10827         * src/plugins/demo/demo.c
10828         * src/plugins/spamassassin/spamassassin.c
10829         * src/plugins/spamassassin/spamassassin_gtk.c
10830                 write better plugin descriptions
10831
10832 2002-12-31 [christoph]  0.8.8claws32
10833
10834         * src/gtk/prefswindow.c
10835         * src/plugins/spamassassin/spamassassin_gtk.c
10836                 some small improvements to GTK code
10837
10838 2002-12-31 [christoph]  0.8.8claws31
10839
10840         * src/plugins/spamassassin/spamassassin_gtk.c
10841                 enable folder select button
10842
10843 2002-12-31 [christoph]  0.8.8claws30
10844
10845         * src/mainwindow.c
10846         * src/gtk/Makefile.am
10847         * src/gtk/prefswindow.c                         ** NEW **
10848         * src/gtk/prefswindow.h                         ** NEW **
10849                 add new prefs window
10850
10851         * src/common/plugin.c
10852                 don't try to load empty config lines
10853         
10854         * src/plugins/spamassassin/Makefile.am
10855         * src/plugins/spamassassin/spamassassin.c
10856         * src/plugins/spamassassin/spamassassin.h       ** NEW **
10857         * src/plugins/spamassassin/spamassassin_gtk.c   ** NEW **
10858                 GTK config for SpamAssassin Plugin using
10859                 the new prefs window
10860
10861 2002-12-31 [paul]       0.8.8claws29
10862
10863         * po/POTFILES.in
10864                 remove obsolete entry 'src/menu.c'
10865
10866 2002-12-31 [alfons]     0.8.8claws28
10867
10868         * src/matcher.[ch]
10869         * src/matcher_parser_parse.y
10870         * src/prefs_matcher.c
10871                 add "ignore_thread" and "~ignore_thread" condition so it's
10872                 possible to make the actions / scoring operate on the ignore
10873                 thread flag
10874
10875 2002-12-31 [christoph]  0.8.8claws27
10876
10877         * src/addrbook.c
10878         * src/addrindex.c
10879         * src/folder.c
10880         * src/matcher.c
10881         * src/prefs_account.c
10882         * src/prefs_actions.c
10883         * src/prefs_customheader.c
10884         * src/prefs_display_header.c
10885         * src/prefs_gtk.c
10886         * src/procmime.c
10887         * src/toolbar.c
10888         * src/xmlprops.c
10889         * src/common/prefs.[ch]
10890                 extend prefs file handling for reading and automatic handling
10891                 of blocks. When reading prefs_set_block_label will automatically
10892                 move on to the block. When writing it will copy all other blocks
10893                 automatically
10894
10895         * src/common/plugin.c
10896                 Now loading plugin filenames from [Plugins] block in
10897                 sylpheed rc file
10898
10899 2002-12-30 [christoph]  0.8.8claws26
10900
10901         * src/common/hooks.[ch]
10902                 return abort status to caller of hooks_invoke
10903                 
10904         * src/inc.[ch]
10905                 invoke message filtering hook and stop
10906                 default handling when filter returns abort
10907
10908         * src/common/plugin.[ch]
10909         * src/plugins/demo/demo.c
10910                 modify plugin loader, because resolving symbols for strings
10911                 does not work correctly
10912         
10913         * configure.in
10914         * ac/spamassassin.m4                            ** NEW **
10915         * src/plugins/spamassassin/.cvsignore           ** NEW **
10916         * src/plugins/spamassassin/Makefile.am          ** NEW **
10917         * src/plugins/spamassassin/README               ** NEW **
10918         * src/plugins/spamassassin/libspamc.[ch]        ** NEW **
10919         * src/plugins/spamassassin/spamassassin.c       ** NEW **
10920         * src/plugins/spamassassin/utils.[ch]           ** NEW **
10921                 add spamassassin plugin, see src/plugins/spamassassin/README
10922                 for details
10923
10924 2002-12-29 [alfons]     0.8.8claws25
10925
10926         * src/mainwindow.c
10927                 when moving focus from a message view to the main 
10928                 window, don't forget to select the summary node
10929                 of the displayed message. should fix "[ 659103 ] 
10930                 focus-follows-mouse confuses sylpheed"
10931
10932 2002-12-29 [christoph]  0.8.8claws24
10933
10934         * src/Makefile.am
10935         * src/stringtable.[ch]          ** REMOVE **
10936         * src/common/Makefile.am
10937         * src/common/stringtable.[ch]   ** NEW **
10938                 move stringtable files to common directory
10939
10940 2002-12-29 [christoph]  0.8.8claws23
10941
10942         * src/Makefile.am
10943         * src/menu.[ch]                 ** REMOVE **
10944         * src/gtk/Makefile.am
10945         * src/gtk/menu.[ch]             ** NEW **
10946                 move menu files to gtk directory
10947
10948 2002-12-29 [match]      0.8.8claws22
10949
10950         * src/addressbook.c
10951         * src/syldap.c
10952                 moved UI specific code out of LDAP code into addressbook
10953                 UI code. fixed memory leak.
10954
10955 2002-12-29 [christoph]  0.8.8claws21
10956
10957         * src/folder.c
10958                 only check for IGNORED parent message when message is
10959                 not IGNORED itself
10960
10961 2002-12-29 [alfons]     0.8.8claws20
10962
10963         * src/summaryview.c
10964                 set gtksctree's anchor correct (immediate execute
10965                 changes the tree's layout, and anchor points at 
10966                 the incorrect row). fixes "[ 657233 ] multiple msg 
10967                 delete sometimes off by 1".
10968                 we probably have to look for more tree layout /
10969                 anchor glitches.
10970
10971 2002-12-29 [paul]       0.8.8claws19
10972
10973         * src/summaryview.c
10974                 fix bug [ 659054 ] incorrect sorting of 'From' column
10975                 when using 'display sender using address book'
10976                 thanks to Alfons and Luke Plant
10977
10978 2002-12-29 [christoph]  0.8.8claws18
10979
10980         * src/folder.c
10981         * src/procmsg.[ch]
10982                 check parent messages for IGNORE THREAD flag, when adding,
10983                 moving or copying messages to a folder
10984
10985 2002-12-27 [alfons]     0.8.8claws17
10986
10987         re-organize matcher part 5; more to come
10988
10989         * src/matcher.c
10990                 hash keywords in matchparser_tab 
10991
10992 2002-12-27 [alfons]     0.8.8claws16
10993
10994         re-organize matcher part 4; more to come
10995
10996         * src/matcher_parser.h
10997         * src/matcher_parser_lex.l
10998         * src/matcher_parser_parse.y
10999                 cleanup
11000
11001 2002-12-27 [alfons]     0.8.8claws15
11002
11003         re-organize matcher part 3; more to come
11004
11005         * src/matcher.[ch]
11006                 cleanup
11007
11008 2002-12-27 [alfons]     0.8.8claws14
11009
11010         re-organize matcher part 2; more to come but this should
11011         work. cc me if there are any regressions.
11012
11013         * src/matcher.h
11014                 add prototype for get_matchparser_tab_id()
11015         * src/matcher_parser_lex.l
11016                 look up keywords using matchparser_tab_id();
11017
11018 2002-12-27 [alfons]     0.8.8claws12
11019
11020         re-organize matcher part 1
11021
11022         * src/matcher.h
11023                 map yacc generated constants to sylpheed matcher constants
11024         * src/matcher.c
11025                 add function to find a matcher constant from a string
11026
11027 2002-12-27 [christoph]  0.8.8claws11
11028
11029         * src/compose.c
11030                 MENUITEM_ADD casts the 4th argument from integer to pointer
11031                 so it probably should not be a pointer, this means we
11032                 should use account id for it and not the account's pointer
11033
11034 2002-12-27 [paul]       0.8.8claws10
11035
11036         * src/mainwindow.c
11037                 remove unneeded 'GtkWidget *vbox'
11038                 
11039         * src/summaryview.c
11040                 further sync with 0.8.8 - make sort
11041                 by recipient work as expected
11042                 
11043         * NEWS
11044                 sync with 0.8.8
11045
11046 2002-12-27 [paul]       0.8.8claws9
11047
11048         * po/pt_BR.po
11049                 updated by Ivan F. Martinez
11050                 
11051 2002-12-27 [darko]      0.8.8claws8
11052
11053         * src/common/utils.c
11054                 added locked pattern to extended search
11055
11056 2002-12-27 [alfons]     0.8.8claws7
11057
11058         * src/prefs_matcher.[ch]
11059                 clean up
11060
11061 2002-12-26 [alfons]     0.8.8claws6
11062
11063         * src/matcher.[ch]
11064         * src/matcher_parser_lex.l
11065         * src/matcher_parser_parse.y
11066         * src/prefs_matcher.c
11067                 allow color label as a condition in the matcher
11068
11069 2002-12-26 [oliver]     0.8.8claws5
11070         
11071         * src/toolbar.c 
11072                 enable Addressbook for Main and Messageview
11073         * src/prefs_actions.c
11074                 enable actions in Messageview
11075
11076 2002-12-26 [christoph]  0.8.8claws4
11077
11078         * src/common/plugin.c
11079                 add a little debug output
11080         * configure.in
11081         * src/plugins/demo/Makefile.am
11082                 better use of automake
11083
11084 2002-12-26 [christoph]  0.8.8claws3
11085
11086         * src/Makefile.am
11087         * src/common/Makefile.am
11088                 fix "make distdir"
11089
11090 2002-12-26 [christoph]  0.8.8claws2
11091
11092         * configure.in
11093                 sort configure checks into common / gtk / plugins
11094         * po/POTFILES.in
11095                 add src/prefs_gtk.c
11096         * src/Makefile.am
11097                 add plugins SUBDIR
11098         * src/main.c
11099         * src/common/sylpheed.[ch]
11100                 added now sylpheed_done function for shutdown
11101         * src/common/Makefile.am
11102         * src/common/plugin.[ch]                ** NEW **
11103                 plugin loader and unloader
11104         * src/plugins/.cvsignore                ** NEW **
11105         * src/plugins/Makefile.am               ** NEW **
11106                 build plugins
11107         * src/plugins/demo/.cvsignore           ** NEW **
11108         * src/plugins/demo/Makefile.am          ** NEW **
11109         * src/plugins/demo/demo.c               ** NEW **
11110                 small demo plugin that installs a logtext hook and
11111                 outputs the log text to stdout
11112
11113 2002-12-26 [paul]       0.8.8claws1
11114
11115         * po/es.po
11116                 updated by Ricardo Mones Lastra
11117
11118 2002-12-26 [paul]       0.8.8claws
11119
11120         * 0.8.8claws released
11121
11122 2002-12-26 [paul]       0.8.7claws12
11123
11124         * po/bg.po
11125                 updated by George Danchev
11126
11127 2002-12-26 [paul]       0.8.7claws11
11128
11129         * po/POTFILES.in
11130                 remove unneeded 'src/prefs.c' entry 
11131
11132 2002-12-26 [paul]       0.8.7claws10
11133
11134         * src/codeconv.c
11135           src/mainwindow.c
11136                 sync with 0.8.8 release
11137         
11138         * src/folder.[ch]
11139           src/mh.c
11140           src/summaryview.c
11141                 partial sync with 0.8.8 release
11142         
11143
11144 2002-12-25 [alfons]     0.8.7claws9
11145
11146         * src/matcher.[ch]
11147         * src/matcher_parser_lex.l
11148         * src/matcher_parser_parse.y
11149         * src/prefs_matcher.c
11150                 add locked flag to possible filtering / matcher 
11151                 conditions (also a good example what should be
11152                 done to add a simple boolean condition)
11153
11154 2002-12-25 [christoph]  0.8.7claws8
11155
11156         * src/Makefile.am
11157         * src/account.[ch]
11158         * src/addrbook.c
11159         * src/addressbook.c
11160         * src/addrindex.c
11161         * src/filtering.c
11162         * src/folder.c
11163         * src/matcher.c
11164         * src/prefs.[ch]                ** REMOVE **
11165         * src/prefs_account.c
11166         * src/prefs_actions.c
11167         * src/prefs_common.c
11168         * src/prefs_customheader.c
11169         * src/prefs_display_header.c
11170         * src/prefs_filtering.c
11171         * src/prefs_folder_item.c
11172         * src/prefs_gtk.[ch]            ** NEW **
11173         * src/prefs_matcher.c
11174         * src/prefs_scoring.c
11175         * src/prefs_summary_column.c
11176         * src/procmime.c
11177         * src/selective_download.c
11178         * src/toolbar.c
11179         * src/common/Makefile.am
11180         * src/common/prefs.[ch]         ** NEW **
11181                 split prefs.[ch] into prefs_gtk.[ch] and common/prefs.[ch]
11182
11183 2002-12-24 [alfons]     0.8.7claws7
11184
11185         * src/summaryview.c
11186                 summary_thread_build(): fix real cause of the crash mentioned in
11187                 0.8.7claws3. use subject_XXX() and not g_hash_table_XXX() functions,
11188                 this way we get meaningful ctree nodes 
11189
11190 2002-12-24 [oliver]     0.8.7claws6
11191
11192         * src/mainwindow.[ch]
11193         * src/messageview.[ch]
11194         * src/compose.[ch]
11195         * src/inc.c
11196         * src/summaryview.c
11197                 changes to use updated toolbar handling
11198                 
11199 2002-12-24 [oliver]     0.8.7claws5
11200
11201         * src/toolbar.[ch]
11202                 generic toolbar handling
11203                 used ideas from Ivan Francolin Martinez (ivanfm@users.sourceforge.net)
11204         * src/prefs_toolbar.[ch]
11205                 adjust to handling
11206         
11207 2002-12-24 [oliver]     0.8.7claws4
11208         
11209         * src/stock_pixmap.[ch]
11210                 move SYLPHEED_LOGO to end of list in order 
11211                 to remove it from Custom Toolbar`s Icon View
11212
11213 2002-12-24 [alfons]     0.8.7claws3
11214
11215         * src/summaryview.c
11216                 summary_thread_build(): fix crash because of focus != selection 
11217                 after threading. when deleting the selection, gtk tries but fails 
11218                 to find the correct focusable element. we now force the selection
11219                 to be focused. this should solve the infamous bug reported by 
11220                 Jason Wojciechowski (bug "[ 633443 ] Crash on deleting messages"). 
11221                 a test case is available. 
11222
11223 2002-12-24 [darko]      0.8.7claws2
11224
11225         * src/summaryview.c
11226                 don't crash when unmarking message with unread children
11227
11228 2002-12-23 [christoph]  0.8.7claws1
11229
11230         * src/Makefile.am
11231         * src/common/Makefile.am
11232                 update Makefiles for moved intl.h, version.h and defs.h
11233         * src/imap.c
11234                 rewrite imap_session_get to avoid duplicate code
11235
11236 2002-12-23 [paul]       0.8.7claws
11237
11238         * Santa-Claws released
11239         
11240         * po/hu.po
11241           po/ru.po
11242                 squeeze in updated Hungarian and Russian translations.
11243                 Submitted by  Gál Zoltán and Ruslan N. Balkin
11244
11245 2002-12-23 [paul]       0.8.6claws129
11246
11247         * po/pl.po
11248                 updated by Witold Wladyslaw Wojciech Wilk
11249
11250 2002-12-23 [paul]       0.8.6claws128
11251
11252         * src/quote_fmt_parse.y
11253                 fix typo and add licence header
11254
11255 2002-12-23 [paul]       0.8.6claws127
11256
11257         * po/en_GB.po
11258                 updated
11259
11260 2002-12-23 [paul]       0.8.6claws126
11261
11262         * po/it.po
11263                 updated translation, submitted by Alessandro Maestri
11264                 
11265 2002-12-23 [paul]       0.8.6claws125
11266
11267         * src/quote_fmt_parse.y
11268                 fix signature-stripping on replies bug. match
11269                 '-- \n' and not '-- '.
11270
11271 2002-12-22 [paul]       0.8.6claws124
11272
11273         * po/bg.po
11274           po/es.po
11275           po/sr.po
11276                 updated translations. submitted by George Danchev,
11277                 Ricardo Mones Lastra, and Urke MMI respectively
11278
11279 2002-12-21 [paul]       0.8.6claws123
11280
11281         * src/addrbook.c
11282                 fix coding style
11283
11284 2002-12-21 [paul]       0.8.6claws122
11285
11286         * src/addrbook.c
11287                 fix bug [643638] where if a person is in one or more
11288                 addressbook groups editing that person's email 
11289                 address results in removal from those groups.
11290                 Patch submitted by Luke Plant.
11291
11292 2002-12-20 [christoph]  0.8.6claws121
11293
11294         * src/common/utils.c
11295         * src/summaryview.c
11296                 reimplement expand_search_string using GString to
11297                 prevent crashs caused by miscalculated string
11298                 lengths reported by Paul
11299
11300 2002-12-20 [christoph]  0.8.6claws120
11301
11302         * src/summaryview.c
11303                 don't use "changed" to check if op_count has to be changed as it
11304                 is also set when the message has unread children
11305                 (closes bug [ 653221 ] crash while deleting duplicates)
11306
11307 2002-12-20 [paul]       0.8.6claws119
11308
11309         * sync with 0.8.6cvs27
11310                 see ChangeLog 2002-12-20
11311
11312 2002-12-20 [paul]       0.8.6claws118
11313
11314         * sync with 0.8.6cvs26
11315                 see ChangeLog 2002-12-19 and 2002-12-20
11316
11317 2002-12-19 [alfons]     0.8.6claws117
11318
11319         * src/textview.c
11320                 fix incorrect parsing of email addresses, submitted by 
11321                 Luke Plant (thanks!). Closes bug "[ 565480 ] duplicate 
11322                 name display if it contains @".
11323
11324 2002-12-18 [paul]       0.8.6claws116
11325
11326         * sync with 0.8.6cvs23
11327                 see ChangeLog 2002-12-18
11328
11329 2002-12-18 [paul]       0.8.6claws115
11330
11331         * src/Makefile.am
11332         * src/account.c
11333         * src/codeconv.c
11334         * src/gtkutils.[ch]
11335         * src/imap.c
11336                 sync with 0.8.6cvs22.
11337                 see ChangeLog 2002-12-17 and 2002-12-18
11338
11339 2002-12-17 [christoph]  0.8.6claws114
11340
11341         * src/imap.c
11342                 o don't create a session if imap greeting fails
11343                 o don't close socket when authentication fails
11344                   this is done by imap_session_destroy
11345
11346 2002-12-17 [thorsten]   0.8.6claws113
11347
11348         * tools/Makefile.am
11349           tools/README
11350           tools/google_msgid.pl ** NEW FILE **
11351                 Added "search for message-id" script and doc
11352
11353 2002-12-17 [thorsten]   0.8.6claws112
11354
11355         * po/hu.po
11356                 Updated hungarian translation
11357                 (updated by Gal Zoltan)
11358
11359 2002-12-16 [christoph]  0.8.6claws111
11360
11361         * src/addr_compl.c
11362                 remove stupid addressbook dump to debug output
11363         * src/mh.c
11364                 fix memory leak found by Hiro
11365
11366 2002-12-14 [paul]       0.8.6claws110
11367
11368         * src/compose.c
11369                 fix menubar sensitivity on send
11370                 
11371         * src/prefs_filtering.c
11372         * src/prefs_matcher.c
11373         * src/prefs_scoring.c
11374                 Fix english ;)
11375                 
11376         * src/common/quoted-printable.h
11377                 sync: fix typo
11378         
11379 2002-12-13 [christoph]  0.8.6claws109
11380
11381         * src/Makefile.am
11382         * src/manage_window.[ch]        ** REMOVE **
11383         * src/gtk/Makefile.am
11384         * src/gtk/manage_window.[ch]    ** NEW **
11385                 move manage_window files to gtk directory
11386
11387 2002-12-13 [christoph]  0.8.6claws108
11388
11389         * src/Makefile.am
11390         * src/gtkshruler.[ch]           ** REMOVE **
11391         * src/gtk/Makefile.am
11392         * src/gtk/gtkshruler.[ch]       ** NEW **
11393                 move gtkshruler files to gtk directory
11394
11395 2002-12-13 [christoph]  0.8.6claws107
11396
11397         * src/Makefile.am
11398         * src/compose.c
11399         * src/gtkstext.[ch]             ** REMOVE **
11400         * src/gtkutils.[ch]
11401         * src/textview.c
11402         * src/gtk/gtkstext.[ch]         ** NEW **
11403         * src/gtk/Makefile.am
11404                 o move stext functions to gtkstext.c to remove
11405                   dependency of gtkutils
11406                 o move gtkstext files to gtk directory
11407
11408         * src/gtk/Makefile.am
11409         * src/gtk/sslcertwindow.[ch]
11410                 UI stuff can always depend on common code so
11411                 it's ok to add ../common to include path
11412
11413 2002-12-13 [colin]      0.8.6claws106
11414
11415         * src/summaryview.c
11416                 Disconnect sighandlers for mainwindow when
11417                 quicksearch has the focus
11418                 Fix bug #653231
11419         * src/mainwindow.[ch]
11420                 Make key_pressed callback public, to be able
11421                 to disconnect it
11422
11423 2002-12-13 [christoph]  0.8.6claws105
11424
11425         * src/mh.c
11426                 create .mh_sequences file in new MH folders
11427                 (closes feature request [ 523162 ] MH folders should
11428                  get a .mh_sequences)
11429
11430 2002-12-13 [colin]      0.8.6claws104
11431
11432         * src/summaryview.c
11433                 Better handling of quicksearch show/hide
11434                 (basically the button stays under the mouse 
11435                  when toggled)
11436
11437 2002-12-13 [paul]       0.8.6claws103
11438
11439         * sync with 0.8.6cvs17
11440                 see ChangeLog 2002-12-13
11441
11442 2002-12-13 [paul]       0.8.6claws102
11443
11444         * po/es.po
11445                 updated by Ricardo Mones Lastra
11446
11447 2002-12-11 [colin]       0.8.6claws101
11448
11449         * src/folder.c
11450                 remove statusbar stuff
11451           src/folderview.c
11452                 set statusbar verbosity when moving folders
11453
11454 2002-12-11 [colin]       0.8.6claws100
11455         * src/prefs_filtering.c
11456         * src/prefs_matcher.c
11457         * src/prefs_scoring.c
11458                 Fix english ;)
11459
11460 2002-12-11 [colin]       0.8.6claws99
11461
11462         * src/prefs_common.[ch]
11463                 Add summary_quicksearch_type
11464         * src/summaryview.c
11465                 Save last used quicksearch type
11466
11467 2002-12-11 [jens]       0.8.6claws98
11468         * src/prefs_filtering.c
11469         * src/prefs_matcher.c
11470         * src/prefs_scoring.c
11471                 added dialog for incomplete rules in scoring, filtering and
11472                 matcher to ask wheather really close
11473
11474 2002-12-11 [colin]      0.8.6claws97
11475
11476         * src/folder.c
11477                 Fix folder dnd statusbar logging
11478
11479 2002-12-10 [christoph]  0.8.6claws96
11480
11481         * src/compose.c
11482         * src/folder.c
11483         * src/imap.c
11484         * src/inc.c
11485         * src/main.c
11486         * src/mainwindow.c
11487         * src/news.c
11488         * src/send.c
11489         * src/statusbar.[ch]
11490         * src/common/hooks.c
11491         * src/common/log.[ch]
11492                 o handle verbose logging in statusbar directly in statusbar code
11493                   and common code does not need any knowledge about a statusbar
11494                 o remove direct calls to statusbar_(puts|pop)_all functions
11495
11496 2002-12-10 [jens]       0.8.6claws95
11497
11498         * src/*.c
11499                 removed gettext from g_warnings
11500         * po/POTFILES.in
11501                 cleaned and updated
11502         * po/de.po
11503                 updated
11504
11505 2002-12-10 [colin]      0.8.6claws94
11506
11507         * src/main.c
11508                 finish crash dialog fix
11509
11510 2002-12-10 [colin]      0.8.6claws93
11511
11512         * src/main.c
11513                 "Fix" "sylpheed already running" instead of
11514                 crash dialog appearing after a crash
11515
11516 2002-12-10 [colin]      0.8.6claws92
11517
11518         * po/POTFILES.in
11519                 add src/gtk/sslcertwindow.c
11520
11521 2002-12-10 [paul]       0.8.6claws91
11522
11523         * po/POTFILES.in
11524                 updated to reflect recent changes
11525                 submitted by Alessandro Maestri
11526
11527 2002-12-09 [christoph]  0.8.6claws90
11528
11529         * src/Makefile.am
11530         * src/smtp.[ch]                 ** REMOVE **
11531         * src/common/Makefile.am
11532         * src/common/smtp.[ch]          ** NEW **
11533                 move smtp files to common directory
11534
11535 2002-12-09 [christoph]  0.8.6claws89
11536
11537         * src/Makefile.am
11538         * src/session.[ch]              ** REMOVE **
11539         * src/common/Makefile.am
11540         * src/common/session.[ch]       ** NEW **
11541                 move session files to common directory
11542
11543 2002-12-09 [paul]       0.8.6claws88
11544
11545         * src/account.c
11546                 fix bug [649746] edit accounts: move account reverted
11547                 Patch submitted by Luke Plant <lukeplant@users.sourceforge.net>
11548
11549 2002-12-09 [colin]      0.8.6claws87
11550
11551         * src/ssl_certificate.c
11552                 cleanup
11553
11554 2002-12-09 [colin]      0.8.6claws86
11555
11556         * src/ssl.c
11557                 Try to open the cert.pem database and 
11558                 issue a warning if it isn't there
11559
11560 2002-12-09 [colin]      0.8.6claws85
11561
11562         * src/common/ssl_certificate.c
11563         * src/gtk/sslcertwindow.c
11564                 Warning fixes
11565
11566 2002-12-09 [colin]      0.8.6claws84
11567
11568         * src/ssl_certificate.[ch] ** REMOVED **
11569         * src/common/ssl_certificate.[ch] ** NEW **
11570         * src/Makefile.am
11571         * src/common/Makefile.am
11572                 Moved ssl_certificate.[ch] to common
11573         * src/common/ssl.c 
11574                 Put back needed include
11575         * src/gtk/sslcertwindow.[ch]
11576                 Changed ssl_certificate.h include
11577         
11578 2002-12-09 [colin]      0.8.6claws83
11579
11580         * src/gtk/sslcertwindow.[ch]
11581                 Implement hook for certificate acception
11582         * src/ssl_certificate.[ch]
11583                 Implement hook for certificate acception
11584         * src/common/ssl.c
11585                 Reenable certificate acception check
11586         * src/mainwindow.c
11587                 Register sslcertwindow's hook
11588         
11589 2002-12-08 [christoph]  0.8.6claws82
11590
11591         * src/about.c
11592         * src/addr_compl.c
11593         * src/codeconv.c
11594         * src/manual.c
11595         * src/undo.c
11596         * src/common/utils.c
11597                 o add missing includes
11598                 o fix warnings
11599         * src/.cvsignore
11600         * src/common/.cvsignore
11601         * src/common/version.h          ** REMOVE **
11602                 remove autogenerated file
11603
11604 2002-12-08 [paul]       0.8.6claws81
11605
11606         * src/stringtable.c
11607                 put back needed include
11608
11609 2002-12-08 [colin]      0.8.6claws80
11610         
11611         * src/gtk/sslcertwindow.c
11612                 Cleaner popups when asking
11613         * src/ssl_certificate.c
11614         * src/prefs_common.[ch]
11615                 remove ssl certificate pref
11616                 put back needed include
11617         * src/undo.c
11618                 put back needed include
11619
11620 2002-12-08 [christoph]  0.8.6claws79
11621
11622         * src/folderview.c
11623         * src/logwindow.c
11624         * src/statusbar.c
11625         * src/summaryview.c
11626                 only abort hook invokation if required data is missing not
11627                 if our own data pointer is NULL, update hookfunction for
11628                 log window
11629
11630 2002-12-08 [paul]       0.8.6claws78
11631
11632         * src/about.c
11633         * src/addrcache.c
11634         * src/addrclip.c
11635         * src/addr_compl.c
11636         * src/addrselect.c
11637         * src/codeconv.c
11638         * src/colorlabel.c
11639         * src/enriched.c
11640         * src/esmtp.c
11641         * src/exporthtml.c
11642         * src/headerview.c
11643         * src/imageview.c
11644         * src/manual.c
11645         * src/noticeview.c
11646         * src/pgptext.c
11647         * src/scoring.c
11648         * src/sourcewindow.c
11649         * src/stringtable.c
11650         * src/undo.c
11651                 clean up: remove unneccesary includes
11652
11653 2002-12-08 [christoph]  0.8.6claws77
11654
11655         * src/folderview.c
11656         * src/statusbar.c
11657         * src/summaryview.c
11658         * src/common/hooks.[ch]
11659                 hook functions now have a gboolean return value, if a hook
11660                 returns TRUE it will stop executing of any more hooks in
11661                 the same hooklist for this invokation
11662
11663 2002-12-08 [colin]      0.8.6claws76
11664         
11665         * src/main.c
11666                 put back argv0 for CRASH_DIALOG
11667
11668 2002-12-08 [christoph]  0.8.6claws75
11669
11670         * src/Makefile.am
11671         * src/about.c
11672         * src/account.c
11673         * src/crash.c
11674         * src/esmtp.h
11675         * src/imap.[ch]
11676         * src/inc.c
11677         * src/main.c
11678         * src/mainwindow.c
11679         * src/news.c
11680         * src/pop.[ch]
11681         * src/prefs_account.[ch]
11682         * src/prefs_common.[ch]
11683         * src/send.[ch]
11684         * src/smtp.[ch]
11685         * src/ssl_certificate.[ch]
11686         * src/ssl_manager.[ch]
11687         * src/common/Makefile.am
11688         * src/common/log.c
11689         * src/common/nntp.[ch]
11690         * src/common/socket.[ch]
11691         * src/common/ssl.[ch]
11692         * src/gtk/sslcertwindow.[ch]
11693         * ac/openssl.m4
11694                 use new autoconf script to detect OpenSSL with extra parameters
11695                 to specify the location of libs and includes, also remove USE_SSL
11696                 to USE_OPENSSL
11697
11698         * src/common/sylpheed.[ch]
11699         * src/common/version.h.in
11700                 start seperation of common code initialization seperated from gui
11701
11702         * src/summaryview.c
11703                 The function that is called when a color label changes
11704                 should not change the color lable again
11705
11706 2002-12-08 [colin]      0.8.6claws74
11707
11708         * src/gtk/sslcertwindow.c
11709                 warning fixes
11710
11711 2002-12-08 [colin]      0.8.6claws73
11712
11713         * src/statusbar.c
11714           src/common/log.h
11715                 Register a hook for statusbar_puts_all
11716         * src/common/log.c
11717                 invoke statusbar_puts_all's hook
11718         
11719 2002-12-08 [colin]      0.8.6claws72
11720
11721         * src/ssl_certificate.c
11722                 Put back a badly-removed include
11723
11724 2002-12-08 [colin]      0.8.6claws71
11725
11726         * src/gtk/sslcertwindow.[ch]    ** NEW **
11727                 new certificate presentation
11728         * src/gtk/Makefile.am
11729                 add new files
11730         * src/ssl_certificate.[ch]
11731                 gtk cleanup, made utility functions public
11732         * src/ssl_manager.c
11733                 use new cert presentation
11734
11735 2002-12-07 [christoph]  0.8.6claws70
11736
11737         * src/Makefile.am
11738         * src/nntp.[ch]                 ** REMOVE **
11739         * src/common/Makefile.am
11740         * src/common/nntp.[ch]          ** NEW **
11741                 move nntp files to common directory
11742
11743 2002-12-07 [christoph]  0.8.6claws69
11744
11745         * src/procmsg.[ch]
11746         * src/summaryview.c
11747                 implement msginfo update callback using sylpheed's new
11748                 hook system. Invoke hooks from procmsg_msginfo_[un]set_flags.
11749
11750 2002-12-06 [christoph]  0.8.6claws68
11751
11752         * src/editgroup.c
11753                 This patch changes the 'Edit Group Details' dialog to
11754                 allow extended selections in either pane, so that
11755                 addresses can be added or removed from a group more
11756                 quickly and easily. (it actually is a net decrease in
11757                 file size, as some unnecessary functions have been
11758                 removed). 
11759                 (patch submitted by Luke Plant <lukeplant@users.sourceforge.net>)
11760
11761 2002-12-06 [christoph]  0.8.6claws67
11762
11763         * src/Makefile.am
11764         * src/template.[ch]             ** REMOVE **
11765         * src/common/Makefile.am
11766         * src/common/template.[ch]      ** NEW **
11767                 move template files to common directory
11768
11769         * src/nntp.c
11770                 add missing log.h include
11771
11772 2002-12-06 [melvin]     0.8.6claws66
11773
11774         * src/prefs_actions.c
11775                 Added the trailing ">" syntax to insert command's output
11776                 without replacing old text (in contrast to trailing "|").
11777
11778 2002-12-05 [colin]      0.8.6claws65
11779         
11780         * src/common/utils.c
11781                 Don't modify original search_string or it'll change
11782                 the next iterations in the for()
11783
11784 2002-12-05 [darko]      0.8.6claws64
11785
11786         * src/common/utils.c
11787                 proper check for filtering commands, found by Colin
11788
11789 2002-12-05 [darko]      0.8.6claws63
11790
11791         * src/common/utils.c
11792                 check proper string for NULL pointer, found by Colin
11793
11794 2002-12-05 [darko]      0.8.6claws62
11795
11796         * src/common/utils.[ch]
11797                 expand_search_string(): new function
11798                 converts Mutt-like patterns to Sylpheed's
11799                 filtering engine
11800         * src/summaryview.c
11801                 use expand_search_string() to allow Mutt-like
11802                 patterns in extended search
11803         * README.claws
11804                 document extended option in quick search
11805
11806 2002-12-05 [paul]       0.8.6claws61
11807
11808         * sync with 0.8.6cvs16
11809                 see ChangeLog 2002-12-05
11810                 
11811         * po/POTFILES.in
11812                 clean up
11813
11814 2002-12-04 [christoph]  0.8.6claws60
11815
11816         * src/imap.[ch]
11817                 put imap authentication code into a new function and
11818                 remove it from imap_session_new that will allow to
11819                 send other commands before authentication
11820
11821 2002-12-04 [christoph]  0.8.6claws59
11822
11823         * src/imap.[ch]
11824                 use already existing method to prevent unneeded IMAP
11825                 folder selects. Set imap_select parameters to NULL
11826                 in some functions if the values are not required.
11827
11828         * src/xml.h
11829                 remove no longer required include
11830
11831 2002-12-04 [paul]       0.8.6claws58
11832
11833         * po/es.po
11834                 updated by Ricardo Mones Lastra
11835                 
11836         * configure.in
11837           po/hu.po      ** NEW FILE **
11838                 initial Hungarian translation, submitted
11839                 by Gál Zoltán <galzoli@hu.inter.net>
11840
11841 2002-12-03 [christoph]  0.8.6claws57
11842
11843         * src/Makefile.am
11844         * src/gtksctree.[ch]            ** REMOVE **
11845         * src/gtk/Makefile.am
11846         * src/gtk/gtksctree.[ch]        ** NEW **
11847                 move gtksctree files to gtk directory
11848
11849 2002-12-03 [christoph]  0.8.6claws56
11850
11851         * src/Makefile.am
11852         * src/md5.[ch]                  ** REMOVE **
11853         * srm/common/Makefile.am
11854         * src/common/md5.[ch]           ** NEW **
11855                 move md5 files to common directory
11856
11857         * src/gtkstext.c
11858                 remove not required #include
11859
11860 2002-12-03 [sergey]     0.8.6claws55
11861
11862         * src/gtkutils.c
11863         * src/gtkutils.h
11864                 gtkut_window_popup(): new function.
11865         * src/mainwindow.c
11866                 main_window_popup(): use gtkut_window_popup() to raise
11867                 window without changing its position.
11868                 (see sylpheed-main ML message [sylpheed:17247])
11869
11870 2002-12-03 [sergey]     0.8.6claws54
11871
11872         * src/send.c
11873                 send_message_local(): removed first-dot escaping
11874                 (SMTP-only, not needed for sending through pipe)
11875
11876 2002-12-03 [paul]       0.8.6claws53
11877
11878         * po/POTFILES.in
11879                 update to reflect recent changes (thanks
11880                 to Ricardo Mones Lastra)
11881                 
11882         * tools/filter_conv.pl
11883                  fix problem with quoted strings. Patch submitted
11884                  by Luke Plant <lukeplant@softhome.net>
11885
11886 2002-12-03 [paul]       0.8.6claws52
11887
11888         * sync with 0.8.6cvs15
11889                 see ChangeLog 2002-12-03
11890
11891 2002-12-02 [christoph]  0.8.6claws51
11892
11893         * src/logwindow.[ch]
11894         * src/common/log.[ch]
11895                 implement logging using a hook function
11896
11897         * src/folderview.c
11898         * src/folder.[ch]
11899                 define hooklist name in header file to avoid
11900                 errors caused by wrong spelling of hooklist names
11901
11902         * src/toolbar.c
11903                 fix warnings
11904
11905 2002-12-02 [christoph]  0.8.6claws50
11906
11907         * src/common/Makefile.am
11908                 add src/common/hooks.[ch]
11909
11910         * src/common/hooks.[ch]
11911                 implement a simple hook system using glib's hook functions
11912
11913         * src/folder.[ch]
11914         * src/folderview.c
11915                 use new hook system for folder item updates
11916
11917 2002-12-02 [christoph]  0.8.6claws49
11918
11919         * doc-src/ui_seperation.txt     ** NEW **
11920                 information for ui seperation
11921
11922         * src/Makefile.am
11923                 remove files that were moved to common
11924                 include common directory by default for the header files
11925
11926         * src/inc.c
11927         * src/common/socket.c
11928         * src/automaton.[ch]
11929                 implement automaton using g_io_*-functions instead of
11930                 gdk_input_add to make it ui independent
11931
11932         * src/codeconv.c
11933         * src/compose.c
11934         * src/ldif.c
11935         * src/pgptext.c
11936         * src/procmime.c
11937         * src/rfc2015.c
11938         * src/smtp.c
11939         * src/unmime.c
11940                 remove common/ prefix because directory is now in
11941                 include path
11942
11943         * src/compose.c
11944         * src/folder.c
11945         * src/folderview.c
11946         * src/mainwindow.c
11947         * src/messageview.c
11948         * src/prefs_common.c
11949         * src/procmsg.c
11950         * src/rfc2015.c
11951                 fix warnings
11952
11953         * src/imap.c
11954         * src/inc.c
11955         * src/news.c
11956         * src/pop.c
11957         * src/send.c
11958         * src/smtp.c
11959         * src/ssl_certificate.c
11960                 add log.h header file for logging functions
11961
11962         * src/main.c
11963         * src/common/utils.c
11964         * src/summaryview.c
11965         * src/xml.c
11966                 o move debug_mode to common/utils.c
11967                 o add functions to set and get debug_mode
11968
11969         * src/defs.h                    ** REMOVE **
11970         * src/intl.h                    ** REMOVE **
11971         * src/socket.[ch]               ** REMOVE **
11972         * src/ssl.[ch]                  ** REMOVE **
11973         * src/utils.[ch]                ** REMOVE **
11974                 replaced by new files in src/common/
11975         
11976         * src/common/Makefile.am
11977                 add new files in src/common/
11978
11979         * src/common/defs.h             ** NEW **
11980         * src/common/intl.h             ** NEW **
11981         * src/common/log.[ch]           ** NEW **
11982         * src/common/socket.[ch]        ** NEW **
11983         * src/common/ssl.[ch]           ** NEW **
11984         * src/common/utils.[ch]         ** NEW **
11985                 replacement for files in src/
11986
11987 2002-12-02 [colin]      0.8.6claws48
11988
11989         * src/folderview.c
11990                 Scroll folderview if necessary during dnd
11991
11992 2002-12-02 [colin]      0.8.6claws47
11993
11994         * src/folder.[ch]
11995                 Add check to verify a move is within a single mailbox
11996         * src/folderview.c
11997                 Add specific error string for this check
11998
11999 2002-12-02 [colin]      0.8.6claws46
12000
12001         * src/folder.c
12002                 Add a test to folder moving, remove a statusbar_print
12003         * src/folderview.c
12004                 Add Move folder... context-menu item
12005                 Factorize folder moving code
12006                 Enable folder DND for mbox
12007
12008 2002-12-01 [christoph]  0.8.6claws45
12009
12010         * ac/aspell.m4
12011                 remove conf.aspelltest if the version check fails
12012
12013 2002-11-30 [christoph]  0.8.6claws44
12014
12015         * autogen.sh
12016                 run libtoolize --force in autogen to create missing
12017                 libtool scripts
12018
12019 2002-11-30 [christoph]  0.8.6claws43
12020
12021         * src/Makefile.am
12022         * src/pgptext.c
12023         * src/procmime.c
12024         * src/rfc2015.c
12025         * src/uuencode.[ch]             ** REMOVED **
12026         * src/common/Makefile.am
12027         * src/common/uuencode.[ch]      ** NEW **
12028                 move uuen/decoder to common directory
12029
12030 2002-11-30 [christoph]  0.8.6claws42
12031
12032         * src/Makefile.am
12033         * src/base64.[ch]               ** REMOVED **
12034         * src/codeconv.c
12035         * src/compose.c
12036         * src/ldif.c
12037         * src/pgptext.c
12038         * src/procmime.c
12039         * src/rfc2015.c
12040         * src/smtp.c
12041         * src/unmime.c
12042         * src/common/Makefile.am
12043         * src/common/base64.[ch]        ** NEW **
12044                 move base64 en/decoder to common directory
12045
12046 2002-11-30 [christoph]  0.8.6claws41
12047
12048         * src/common                    ** NEW **
12049                 new directory for UI independent code
12050         * src/gtk                       ** NEW **
12051                 new directory for GTK frontend
12052         * src/common/.cvsignore         ** NEW **
12053         * src/gtk/.cvsignore            ** NEW **
12054                 ignore build files
12055         * src/common/Makefile.am        ** NEW **
12056         * src/gtk/Makefile.am           ** NEW **
12057                 automake files to build new seperated stuff
12058         * src/Makefile.am
12059                 the binary will currently still be build with the
12060                 files in src, so we include the code from the
12061                 subdirs for now after building the libs there
12062
12063 2002-11-30 [paul]       0.8.6claws40
12064
12065         * src/compose.c
12066                 fix bug [642731] 'Wrong selected account with drafted mail'
12067
12068 2002-11-29 [oliver]     0.8.6claws39
12069         
12070         * src/messageview.c
12071                 o update summaryview when switching between different
12072                   messageviews          
12073         * src/toolbar.c  
12074                 o check if messageview holds already removed msg
12075                   from summaryview
12076                 
12077
12078 2002-11-29 [oliver]     0.8.6claws38
12079
12080         * src/toolbar.c 
12081                 remove not needed variables and includes
12082                 make messageview stay opened and move to next when msgs are deleted 
12083
12084 2002-11-29 [oliver]     0.8.6claws37
12085         
12086         * src/toolbar.c 
12087                 disable compose button (messageview toolbar) by default
12088                 deleted msgs are moved to trash
12089         
12090 2002-11-29 [melvin]     0.8.6claws36
12091
12092         * configure.in
12093                 Increased minimal gpgme version to 0.3.10 (Zombies out)
12094                 and to detect signatures expirations (gpgme 0.3.6)
12095
12096         * src/main.c
12097                 Use non obsolescent function for Gpgme engine checking.
12098
12099         * src/rfc2015.c
12100                 Inform about expired signatures or signatures which key
12101                 has expired. Expiration date is displayed.
12102
12103         * src/sigstatus.c
12104                 Inform about expired signatures or signatures which key
12105                 has expired.
12106
12107 2002-11-28 [paul]       0.8.6claws35
12108
12109         * src/folderview.c
12110                 re-instate 'Check for new messages' in Newsgroup
12111                 folders right-click menu, after a suggestion from
12112                 Tim Mann <timmann@users.sourceforge.net>
12113
12114         * src/main.c
12115                 after a crash check only local folders for new
12116                 messages
12117
12118 2002-11-28 [paul]       0.8.6claws34
12119
12120         * configure.in
12121                 apply patch that fixes the checking of GTK with XIM 
12122                 support on different OSs, such as FreeBSD. Patch 
12123                 submitted by Topia <topia@users.sourceforge.net>
12124                 
12125 2002-11-28 [paul]       0.8.6claws33
12126
12127         * src/mainwindow.c
12128           src/prefs_common.c
12129           src/prefs_toolbar.c
12130                 more changes to the English
12131
12132 2002-11-28 [paul]       0.8.6claws32
12133
12134         * sync with 0.8.6cvs13
12135                 see ChangeLog 2002-11-28 (no sync needed
12136                 for src/compose.c)
12137
12138 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws31
12139         
12140         * src/mainwindow.[ch]
12141                 add patch by Ivan F. Martinez introducing messageview Toolbar
12142                 some changes and committed by oliver    
12143
12144 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws30
12145
12146         * src/messageview.[ch]
12147                 add patch by Ivan F. Martinez introducing messageview Toolbar
12148                 some changes and committed by oliver    
12149
12150 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws29
12151
12152         * src/compose.[ch]
12153                 add patch by Ivan F. Martinez introducing messageview Toolbar
12154                 some changes and committed by oliver    
12155
12156 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws28
12157         
12158         * src/toolbar.[ch]
12159                 add patch by Ivan F. Martinez introducing messageview Toolbar
12160                 some changes and committed by oliver
12161
12162 2002-11-28 [oliver]     0.8.6claws27
12163         
12164         * src/prefs_toolbar.[ch]
12165                 getting ready for messageview toolbar
12166                 free mem allocated by gettext
12167                 change prefs_toolbar to prefs_toolbar_open
12168  
12169 2002-11-28 [thorsten]   0.8.6claws26
12170
12171         * src/imageview.[ch]
12172                 cleaned up conflicting declarations of
12173                 imageview_show_image()
12174
12175 2002-11-28 [paul]       0.8.6claws25
12176
12177         * src/grouplistdialog.c
12178           src/prefs_common.c
12179           src/prefs_summary_column.c
12180                 a few more improvements to the English
12181
12182 2002-11-28 [colin]      0.8.6claws24
12183
12184         * man/sylpheed.1
12185                 A few updates to command-line parameters
12186
12187 2002-11-28 [colin]      0.8.6claws23
12188
12189         * src/prefs_filtering.c
12190                 Fix problems with prefs_filtering_delete_path:
12191                 a) if the first rule is removed, original pointers
12192                    weren't updated (leading to segfaults)
12193                 b) it was always global_processing updated in case
12194                    of removed path was parent of rule path
12195
12196 2002-11-27 [paul]       0.8.6claws22
12197
12198         * src/mainwindow.c
12199           src/prefs_account.c
12200           src/prefs_actions.c
12201           src/prefs_common.c
12202           src/prefs_customheader.c
12203           src/prefs_display_header.c
12204           src/prefs_filtering.c
12205           src/prefs_folder_item.c
12206           src/prefs_matcher.c
12207           src/prefs_scoring.c
12208           src/prefs_summary_column.c
12209           src/prefs_template.c
12210           src/prefs_toolbar.c
12211                  improve the English in the GUI
12212
12213 2002-11-27 [colin]      0.8.6claws21
12214
12215         * src/folder.c
12216                 Fix processing renaming problems happening after
12217                 last commit
12218
12219 2002-11-27 [colin]      0.8.6claws20
12220
12221         * src/folder.c
12222                 recursive move now deletes src each subfolder after 
12223                 having moved it
12224         * src/folderview.c
12225                 Use identifier instead of path during dnd (enables
12226                 IMAP folder dnd)
12227
12228 2002-11-27 [paul]       0.8.6claws19
12229
12230         * src/main.c
12231                 apply patch that does command-line processing 
12232                 BEFORE gtk_init, allowing claws to run from 
12233                 shell-scripts in non-X environment (e.g. crontab 
12234                 or ip-up, ip-down scripts). Patch submitted by
12235                 Ruslan N. Balkin <baron@dartel.ru>
12236                 
12237         * po/it.po
12238                 updated by Alessandro Maestri
12239
12240 2002-11-27 [paul]       0.8.6claws18
12241
12242         * sync with 0.8.6cvs12
12243           src/prefs_common.c
12244                 Differences are that main uses a 'Receive dialog'
12245                 frame on the Interface tab, whereas claws groups all 
12246                 the dialogs together in a 'Dialogs' frame.
12247
12248 2002-11-27 [colin]      0.8.6claws17
12249
12250         * src/prefs_matcher.c
12251                 Fix Execute criteria's NOT flag
12252
12253
12254 2002-11-26 [christoph]  0.8.6claws16
12255
12256         * src/ssl.c
12257                 rewrite the ssl code a little bit, only use one
12258                 SSL context, set default certificates' file/path
12259
12260 2002-11-26 [thorsten]   0.8.6claws15
12261
12262         * src/compose.c
12263                 default-reply-to didn't work for ml-reply
12264
12265 2002-11-26 [melvin]     0.8.6claws14
12266
12267         * src/prefs_actions.c
12268                 Made pipe-actions ignore short headers in message view
12269                 Made trailing-pipe-actions write in the message view with
12270                 the same font as the original message
12271
12272 2002-11-26 [paul]       0.8.6claws13
12273
12274         * src/compose.c
12275                 this time commit the correct file
12276
12277 2002-11-26 [paul]       0.8.6claws12
12278
12279         * sync with 0.8.6cvs11
12280           src/quote_fmt_parse.y  
12281                 no sync needed
12282           src/account.[ch]       
12283                 not sync'ed
12284           src/compose.c
12285                 compose_write_headers(): add 'X-Sylpheed-Account-Id:' header
12286                 on draft mode.
12287                 compose_reedit(): add check for 'X-Sylpheed-Account-Id:' 
12288                 header
12289                 
12290         see ChangeLog 2002-11-25 and 2002-11-26
12291
12292 2002-11-26 [colin]      0.8.6claws11
12293
12294         * src/folderview.c
12295                 Fix collapsed folder not auto-expanding during
12296                 mail dnd, if it was the source folder.
12297
12298 2002-11-25 [colin]      0.8.6claws10
12299
12300         * src/folderview.[ch]
12301                 Variable renaming and cleaning (slist of nodes 
12302                 to be re-collapsed is stored in FolderView)
12303
12304 2002-11-25 [paul]       0.8.6claws9
12305
12306         * src/prefs_common.[ch]
12307                 fix breakage caused by last commit
12308
12309 2002-11-25 [paul]       0.8.6claws8
12310
12311         * sync with 0.8.6cvs4
12312                 see ChangeLog 2002-11-21
12313
12314 2002-11-25 [paul]       0.8.6claws7
12315
12316         * sync with 0.8.6cvs4
12317                 see ChangeLog 2002-11-20
12318
12319 2002-11-25 [paul]       0.8.6claws6
12320
12321         * sync with 0.8.6cvs3
12322                 see ChangeLog 2002-11-18
12323
12324 2002-11-25 [colin]      0.8.6claws5
12325
12326         * src/gtkutils.[ch]
12327                 Add gtkut_ctree_node_is_parent()
12328         * src/folderview.c
12329                 Spring-loaded folders
12330
12331 2002-11-25 [colin]      0.8.6claws4
12332
12333         * src/utils.[ch]
12334                 Add slist_concat_unique(), function to merge
12335                 two GSList filtering dups
12336         * src/folder.[ch]
12337         * src/summaryview.[ch]
12338         * src/folderview.c
12339         * src/main.c
12340                 Add detection/update/display of unread answers
12341                 to marked mails
12342         * src/procmsg.[ch]
12343                 Add procmsg_find_children()
12344                 Add procmsg_msg_has_marked_parent()
12345
12346 2002-11-25 [colin]      0.8.6claws3
12347
12348         * src/ssl_certificate.[ch]
12349                 Allow checking a certificate without a DNS
12350                 lookup
12351                 Allow to forget a cert (by deleting it)
12352                 Make ssl_certificate_destroy_public
12353         * src/ssl_manager.[ch] ** NEW FILES **
12354                 Gui to manage (display/remove) certificates
12355         * src/prefs_common.[ch]
12356                 Add a pref to allow silent acceptation of
12357                 trusted certificates or not (based on the
12358                 "I want to know what's going on" principle)
12359         * src/mainwindow.c
12360                 Add SSL manager in Tools menu
12361         * src/Makefile.am
12362                 Add the new files to the build
12363         * po/POTFILES.in
12364                 Add ssl_manager.c to translations
12365
12366 2002-11-25 [colin]      0.8.6claws2
12367
12368         * src/summaryview.[ch]
12369                 Add S_SEARCH_EXTENDED to the quick search, which 
12370                 allows to search using filtering syntax.
12371
12372 2002-11-25 [colin]      0.8.6claws1
12373
12374         * src/summaryview.c
12375                 Deletion of duplicates now prefer deleting
12376                 the unread dup (fixes feature-request 638989).
12377
12378 2002-11-24 [paul]       0.8.6claws
12379
12380         * po/es.po
12381           po/pl.po
12382           po/ru.po
12383           po/sr.po
12384                 updated by Ricardo Mones Lastra,
12385                 Witold Wladyslaw Wojciech Wilk,
12386                 Ruslan N. Balkin, and  Urke MMI 
12387                 respectively
12388
12389 2002-11-24 [paul]       0.8.5claws182
12390
12391         * po/bg.po
12392                 updated by George Danchev
12393
12394 2002-11-23 [alfons]     0.8.5claws181
12395
12396         * src/imap.c
12397                 tiny memory leak found by browsing Dimitar's 
12398                 valgrind report
12399
12400 2002-11-23 [paul]       0.8.5claws180
12401
12402         * po/it.po
12403                 updated by Alessandro Maestri
12404
12405 2002-11-22 [christoph]  0.8.5claws179
12406
12407         * src/compose.c
12408         * src/inc.c
12409         * src/prefs_filtering.c
12410         * src/summaryview.c
12411                 more warning fixes
12412
12413 2002-11-22 [alfons]     0.8.5claws178
12414
12415         * src/summaryview.c
12416                 summary_execute_delete_func(): if message is deleted, make 
12417                 sure to also remove its entry in the subject hash table. 
12418                 fixes a corner case bug.
12419
12420 2002-11-22 [paul]       0.8.5claws177
12421
12422         * .cvsignore
12423                 add 'autom4te.cache'
12424                 
12425         * ltconfig      ** REMOVED **
12426                 not needed
12427
12428 2002-11-22 [paul]       0.8.5claws176
12429
12430         * src/textview.c
12431                 textview_set_font(): fix for message display in
12432                 UTF-8 locales (thanks to Sergey Vlasov).
12433                 
12434         * AUTHORS
12435                 add new team members and contributors
12436
12437
12438 2002-11-21 [colin]      0.8.5claws175
12439
12440         * src/procmsg.[ch]
12441                 Add procmsg_remove_special_headers()
12442         * src/mh.c
12443                 Use procmsg_remove_special_headers() for 
12444                 previous fix
12445
12446 2002-11-21 [colin]      0.8.5claws174
12447
12448         * src/mh.c
12449                 Fix moving/copying from queue/draft folders
12450                 for MH folders
12451
12452 2002-11-21 [christoph]  0.8.5claws173
12453
12454         * src/crash.c
12455         * src/filtering.c
12456         * src/logwindow.c
12457         * src/main.c
12458         * src/matcher_parser_lex.[hl]
12459         * src/mbox.c
12460         * src/mbox_folder.[ch]
12461         * src/prefs_filtering.c
12462         * src/procheader.c
12463         * src/quote_fmt_lex.l
12464         * src/ssl.c
12465                 fix all warnings except the warnings in lex and yacc files
12466
12467 2002-11-20 [christoph]  0.8.5claws172
12468
12469         * src/imap.c
12470                 fix MsgInfo retrieval for IMAP draft and queue folders
12471                 (closes bug [ 619558 ] Draft saving on IMAP box issue)
12472
12473 2002-11-19 [christoph]  0.8.5claws171
12474
12475         * src/compose.c
12476                 fix segfault, when draft saving does not get
12477                 the MsgInfo of the new message
12478                 (closes bug [ 640699 ] Claws170: crash drafting mail ( IMAP ))
12479
12480 2002-11-19 [christoph]  0.8.5claws170
12481
12482         * src/procmsg.c
12483                 add parameter check for flag setting function
12484                 (closes bug [ 640619 ] Claws169: crash - drafting a mail (IMAP))
12485
12486 2002-11-18 [paul]       0.8.5claws169
12487
12488         * src/compose.c
12489                 more sensitivity fixes to redirect mode:
12490                 * disable toolbar draft button
12491                 * allow only Address book in the Tools menu
12492                 * disable editing of message by the spell
12493                   checker
12494
12495 2002-11-18 [paul]       0.8.5claws168
12496
12497         * src/compose.c
12498                 fix sensitivity of menu items in compose_redirect():
12499                 allow only the necessary items 
12500
12501 2002-11-18 [paul]       0.8.5claws167
12502
12503         * src/compose.c
12504                 fix bug [ 603259 ] 'attachment got lost on bounce'
12505
12506 2002-11-18 [paul]       0.8.5claws166
12507
12508         * po/ru.po
12509                 updated by Ruslan N. Balkin <baron@dartel.ru>
12510
12511 2002-11-18 [colin]      0.8.5claws165
12512
12513         * src/main.c
12514           src/defs.h
12515                 Remove old filtering stuff
12516
12517
12518 2002-11-17 [oliver]     0.8.5claws164
12519
12520         * src/toolbar.h
12521                 remove not needed typedef 
12522
12523 2002-11-17 [oliver]     0.8.5claws163
12524
12525         * src/toolbar.c
12526                 make toolbar's on click events translatable
12527
12528 2002-11-15 [colin]      0.8.5claws162
12529
12530         * src/summaryview.c
12531                 Revert too-soon integration of a feature
12532
12533 2002-11-15 [christoph]  0.8.5claws161
12534
12535         * src/imap.c
12536                 use main's implementation of imap_get_msginfo
12537
12538 2002-11-15 [christoph]  0.8.5claws160
12539
12540         * src/compose.c
12541         * src/folder.[ch]
12542         * src/imap.c
12543         * src/mbox_folder.c
12544         * src/mh.c
12545         * src/news.c
12546         * src/procmsg.c
12547         * src/summaryview.c
12548                 replace claws' fetch_msginfo with main's get_msginfo
12549                 (use main's implementation where possible)
12550
12551 2002-11-15 [colin]      0.8.5claws159
12552
12553         * src/ssl_certificate.c
12554                 Missed a check
12555
12556 2002-11-16 [melvin]     0.8.5claws158
12557
12558         * po/fr.po
12559                 Updated French translations.
12560
12561 2002-11-16 [colin]      0.8.5claws157
12562
12563         * src/ssl_certificate.c
12564                 Check for missing parts in the certificates
12565
12566 2002-11-15 [colin]      0.8.5claws156
12567
12568         * src/folderview.c
12569                 Preventive fix (missing check) found by
12570                 Alfons
12571
12572 2002-11-15 [paul]
12573
12574         * NEWS
12575                 sync with 0.8.6 release
12576
12577 2002-11-15 [colin]      0.8.5claws155
12578
12579         * src/folder.[ch]
12580           src/folderview.c
12581                 Fix error handling of folder_item_move_to()
12582                 (thanks to Alfons!)
12583
12584 2002-11-15 [colin]      0.8.5claws154
12585
12586         * src/folder.[ch]
12587           src/folderview.c
12588                 folder_item_move_to() sets an error message instead
12589                 of having GUI stuff in folder.c
12590
12591 2002-11-15 [colin]      0.8.5claws153
12592
12593         * src/procmsg.[ch]
12594                 Implemented a callback for MsgInfo updates, 
12595                 heavily copy/pasted from Christoph's folder 
12596                 callback system
12597         * src/summaryview.[ch]
12598                 Register summary_update_msg as callback
12599
12600 2002-11-14 [colin]      0.8.5claws152
12601         
12602         * src/procmsg.c
12603                 Update the FolderItem after sending (fixes 617593)
12604
12605 2002-11-14 [christoph]  0.8.5claws151
12606
12607         * src/folder.c
12608                 fix wrong position of NULL pointer check found
12609                 by Sergey
12610
12611 2002-11-14 [christoph]  0.8.5claws150
12612
12613         * src/folder.c
12614                 fix segfault when deleting messages from IMAP folders
12615                 (closes bug [ 635641 ] Crash deleting mail in IMAP trash)
12616
12617 2002-11-14 [colin]      0.8.5claws149
12618
12619         * src/compose.c
12620                 Forwarding was also ignoring the folder's default account.
12621
12622 2002-11-14 [colin]      0.8.5claws148
12623
12624         * src/compose.c
12625                 Fix sent folder not set to folder properties when 
12626                 forwarding.
12627
12628 2002-11-14 [thorsten]   0.8.5claws147
12629
12630         * src/inc.c
12631                 inc_start(): Files were not moved from .processing to inbox,
12632                 if no global processing rule existed
12633
12634 2002-11-14 [colin]      0.8.5claws146
12635
12636         * src/ssl_certificate
12637                 Fix file operations
12638
12639 2002-11-14 [paul]       0.8.5claws145
12640
12641         * po/it.po
12642                 updated by Alessandro Maestri
12643
12644 2002-11-13 [alfons]     0.8.5claws144
12645
12646         * src/folder.c
12647                 folder_item_close(): only mark messages unread
12648                 when a folder has new messages 
12649
12650 2002-11-13 [keith]      0.8.5claws143
12651
12652         * src/imap.c
12653                 Fix problem moving or copying between
12654                 IMAP folders
12655
12656 2002-11-13 [colin]      0.8.5claws142
12657
12658         * src/matcher_parser_parse.y
12659                 Fix rule problem when " don't match
12660
12661 2002-11-13 [christoph]  0.8.5claws141
12662
12663         * src/folder.c
12664         * src/folderview.c
12665                 moved cache saving to folder_item_close
12666                 the folderview should not have to deal with
12667                 this things
12668
12669 2002-11-13 [christoph]  0.8.5claws140
12670
12671         * src/summaryview.c
12672                 moved setting of important score to
12673                 summary_set_prefs_from_folderitem
12674
12675 2002-11-13 [colin]      0.8.5claws139
12676
12677         * src/matcher_parser_parse.y
12678                 Fix a segfault in the parser (happening when
12679                 a good expression had been tested and a bad 
12680                 one arrives)
12681
12682 2002-11-13 [paul]       0.8.5claws138
12683
12684         * sync with 0.8.5cvs24
12685                 see ChangeLog 2002-11-13
12686                 
12687         * po/pt_BR.po
12688                 updated by Fabio Jr. Beneditto
12689
12690 2002-11-13 [colin]      0.8.5claws137
12691         
12692         * src/msgcache.c
12693           src/defs.h
12694           src/procmsg.[ch]
12695                 Revert last commit, problem
12696
12697 2002-11-13 [colin]      0.8.5claws136
12698
12699         * src/msgcache.c
12700                 Remove duplicated code
12701         * src/defs.h
12702                 Bumped CACHE_VERSION and MARK_VERSION
12703         * src/procmsg.[ch]
12704                 Network endian for cache and mark files
12705
12706 2002-11-12 [colin]      0.8.5claws135
12707
12708         * src/inc.c
12709                 Fix the "socket error" dialog which disappeared
12710
12711 2002-11-12 [colin]      0.8.5claws134
12712
12713         * src/msgcache.c
12714                 Reverse last commit which had performance 
12715                 problems, but still reverse the list
12716
12717 2002-11-12 [colin]      0.8.5claws133
12718
12719         * src/msgcache.c
12720                 Reverse list order
12721
12722 2002-11-12 [melvin]     0.8.5claws132
12723
12724         * src/compose.c
12725                 Added a check for a NULL prefs_common.dictionary
12726
12727 2002-11-12 [colin]      0.8.5claws131
12728
12729         * src/ssl_certificate.[ch]
12730                 Use FQDN hostname
12731
12732 2002-11-12 [colin]      0.8.5claws130
12733
12734         * src/ssl_certificate.[ch]
12735                 Take connection port into account for 
12736                 checking certificates (a single hostname
12737                 could have multiple servers with multiple
12738                 certificates)
12739         * src/ssl.c
12740                 Pass the port to ssl_certificate_check
12741
12742 2002-11-12 [paul]       0.8.5claws129
12743
12744         * src/folder.c
12745                 fix a typo in last commit
12746
12747 2002-11-12 [paul]       0.8.5claws128
12748
12749         * sync with 0.8.5cvs23
12750                 see ChangeLog entry 2002-11-12
12751
12752 2002-11-11 [colin]      0.8.5claws127
12753
12754         * src/ssl_certificate.c
12755                 Cleaner messages
12756                 Don't popup, instead log error, if the 
12757                 corresponding pref is checked
12758         * src/ssl_certificate.h
12759                 include <openssl/objects/h>
12760
12761 2002-11-11 [colin]      0.8.5claws126
12762
12763         * src/ssl_certificate.h
12764                 _Really_ clean it
12765
12766 2002-11-11 [colin]      0.8.5claws125
12767         
12768         * src/ssl_certificate.c
12769                 Fixed leak
12770
12771 2002-11-11 [colin]      0.8.5claws124
12772
12773         * src/ssl.c
12774                 Cleaned a bit
12775         * src/ssl_certificate.[ch]
12776                 Cleaned a bit (better use of SSL API)
12777                 (This will cause non-recognition of saved 
12778                  certificates of claws12[23]...)
12779
12780 2002-11-11 [paul]       0.8.5claws123
12781         
12782         * po/es.po
12783                 updated by Ricardo Mones Lastra
12784
12785 2002-11-11 [colin]      0.8.5claws122
12786
12787         * src/ssl.c
12788                 Fix a typo
12789
12790 2002-11-11 [colin]      0.8.5claws121
12791
12792         * src/ssl_certificate.[ch] ** NEW FILES **
12793         * src/ssl.[ch]
12794                 Check SSL certificates presented to us
12795         * src/Makefile.am
12796                 Add ssl_certificate.[ch]
12797         * po/POTFILES.in
12798                 Add ssl_certificate.c
12799
12800 2002-11-11 [paul]       0.8.5claws120
12801
12802         * sync with 0.8.5cvs22
12803                 see ChangeLog 2002-11-11
12804
12805 2002-11-11 [paul]       0.8.5claws119
12806
12807         * sync with 0.8.5cvs21
12808                 see ChangeLog 2002-11-11
12809
12810 2002-11-10 [jens]       0.8.5claws118
12811
12812         * src/folder.c
12813         * src/folderview.c
12814                 corrected some typing
12815         * po/de.po
12816                 updated german translation
12817         * sylpheed.spec.in
12818                 cleaned up specfile and adjusted it for claws
12819
12820 2002-11-10 [colin]      0.8.5claws117
12821
12822         * src/summaryview.c
12823                 a STATUSBAR_PUSH/POP fix
12824
12825 2002-11-10 [colin]      0.8.5claws116
12826
12827         * src/prefs_folder_item.c
12828                 Fix hanging after opening folder properties
12829
12830 2002-11-10 [hoa]        0.8.5claws115
12831
12832         * src/matcher_parser_lex.l
12833         * src/matcher_parser_parse.y
12834                 config file for scoring and filtering is no more trashed
12835                 when there is a syntax error in a filtering rule when
12836                 editing it in a dialog.
12837
12838 2002-11-09 [colin]      0.8.5claws114
12839
12840         * src/mbox_folder.c
12841                 Added missing initialisation of folder->destroy()
12842
12843 2002-11-09 [colin]      0.8.5claws113
12844
12845         * src/folder.c
12846           src/folderview.c
12847                 Fix the status bar messages
12848
12849 2002-11-09 [colin]      0.8.5claws112
12850
12851         * src/folderview.c
12852                 Fix hangs after folder dnd, happening after 
12853                 claws109.
12854
12855 2002-11-09 [christoph]  0.8.5claws111
12856
12857         * src/folderview.c
12858                 just changed order of calls (reverse order of
12859                 associated calls)
12860         * src/inc.c
12861                 lock inc when checking only one account, otherwise
12862                 inc all could be executed at the same time
12863
12864 2002-11-09 [christoph]  0.8.5claws110
12865
12866         * src/folderview.c
12867                 better unlock the mouse cursor before calling
12868                 summary_show because it changes the cursor too
12869
12870 2002-11-09 [christoph]  0.8.5claws109
12871
12872         * src/folder.[ch]
12873         * src/folderview.c
12874                 add functions to open and close a folder
12875                 o opending will execute scanning for remote folders
12876                   and processing
12877                 o closing will unset new flag for messages
12878
12879 2002-11-09 [colin]      0.8.5claws108
12880
12881         * src/folder.c
12882                 Add a call to prefs_matcher_write_config to 
12883                 avoid non-leaf folders filtering settings to be
12884                 lost
12885
12886 2002-11-09 [paul]       0.8.5claws107
12887
12888         * src/prefs_account.c
12889                 re-word a label
12890
12891 2002-11-09 [colin]      0.8.5claws106
12892
12893         * src/folderview.c
12894                 Minor esthetic fix
12895
12896 2002-11-09 [colin]      0.8.5claws105
12897
12898         * src/folderview.c
12899                 Fix prefs_filtering deletion for MH folders (same
12900                 reason as below)
12901         * src/prefs_filtering.c
12902                 Fix prefs_filtering renaming and deletion for 
12903                 folder-based processing rules.  
12904
12905 2002-11-09 [christoph]  0.8.5claws104
12906
12907         * src/compose.c
12908         * src/folder.[ch]
12909         * src/folderview.[ch]
12910         * src/import.c
12911         * src/inc.c
12912         * src/main.c
12913         * src/mainwindow.c
12914         * src/messageview.c
12915         * src/prefs_folder_item.c
12916         * src/procmsg.c
12917         * src/summaryview.c
12918                 implement a callback system for folder item updates
12919
12920 2002-11-09 [colin]      0.8.5claws103
12921
12922         * src/folderview.c
12923                 Fix prefs_filtering renaming for MH folders (we
12924                 shouldn't rename by path as another folder could
12925                 have the same hierarchy).
12926
12927 2002-11-09 [colin]      0.8.5claws102
12928
12929         * src/folder.c
12930                 Fix a leak found by Christoph, use better variable
12931                 names
12932
12933 2002-11-09 [colin]      0.8.5claws101
12934
12935         * src/folder.c
12936                 One more fix for processing rules
12937
12938 2002-11-08 [colin]      0.8.5claws100
12939         
12940         * src/matcher.c
12941                 Don't copy the compiled regexp (will be reevaluated)
12942         * src/folderview.c
12943                 Lock folderview while moving
12944         * src/folder.c
12945                 Provide info on what's happening to the user
12946
12947 2002-11-08 [colin]      0.8.5claws99
12948
12949         * src/folderview.c
12950                 Fix folder reordering after a move if parent is 
12951                 root
12952         * src/scoring.[ch]
12953                 Add function to copy a ScoringProp
12954         * src/prefs_folder_item.c
12955                 Copy scoring rules when copying a folder prefs
12956
12957 2002-11-08 [colin]      0.8.5claws98
12958
12959         * src/folderview.c
12960                 Fixes in case of failure
12961         * src/filtering.[ch]    
12962                 Add function to duplicate a FilteringProp
12963         * src/matcher.[ch]
12964                 Add function to duplicate a MatcherProp
12965         * src/prefs_folder_item.c
12966                 Save folder's processing rules when copying 
12967                 its prefs
12968
12969 2002-11-08 [colin]      0.8.5claws97
12970         
12971         * src/folderview.c
12972                 Sort after move
12973         * src/folder.c 
12974                 Change a printf to debug_print
12975
12976 2002-11-08 [colin]      0.8.5claws96
12977
12978         * src/folder.c
12979           src/folderview.c
12980                 Fix segfaults, call me stupido
12981         
12982
12983 2002-11-08 [colin]      0.8.5claws95
12984
12985         *src/folder.c
12986                 Added forgotten prefs to save when moving folders
12987
12988 2002-11-08 [colin]      0.8.5claws94
12989
12990         * src/folder.c
12991                 Fixes to folder DND (prefs copy)
12992         * src/folderview.c
12993                 Optimization for folder DND (don't rescan whole tree)
12994                 Added folderview_create_folder_node() for this 
12995                 optimization, so de-duped a bit the code
12996         * src/prefs_folder_item.[ch]
12997                 Added prefs_folder_item_copy_prefs()    
12998           
12999 2002-11-08 [paul]       0.8.5claws93
13000
13001         * src/prefs_account.c
13002           tools/README
13003           tools/kmail2sylpheed_v2.pl
13004                 correct some typos
13005
13006 2002-11-08 [paul]       0.8.5claws92
13007
13008         * src/compose.c
13009           src/prefs_account.[ch]
13010                 remove account options 'clearsign' and 'ascii_armored',
13011                 replace with 'default_gnupg_mode' to prevent mixed-mode
13012                 Privacy settings
13013
13014 2002-11-08 [paul]       0.8.5claws91
13015
13016         * src/compose.[ch]
13017                 re-implement GnuPG 'on-the-fly' mode selection,
13018                 disallow mixed-mode
13019
13020 2002-11-08 [colin]      0.8.5claws90
13021
13022         * src/folderview.c
13023           src/prefs_folder_item.c
13024                 Change "Property" to "Properties"
13025
13026 2002-11-07 [colin]      0.8.5claws89
13027
13028         * src/folderview.c
13029           src/folder.c
13030                 Allow folder dropping to a root folder
13031
13032 2002-11-07 [paul]       0.8.5claws88
13033
13034         * src/compose.c
13035                 revert last commit
13036
13037 2002-11-07 [paul]       0.8.5claws87
13038
13039         * src/compose.c
13040                 fix reply-to-list bug. closes bug report
13041                 "[633382] reply-to-list broken in recent cvs"
13042
13043 2002-11-07 [paul]       0.8.5claws86
13044
13045         * src/compose.c
13046                 add a forgotten '#if USE_GPGME ... #endif'
13047
13048 2002-11-07 [paul]       0.8.5claws85
13049
13050         * sync with 0.8.5cvs20
13051                 see ChangeLog 2002-11-07
13052
13053 2002-11-07 [colin]      0.8.5claws84
13054
13055         * src/folder.[ch]
13056                 Change folder_item_move_to to return the newly 
13057                 created folderitem.
13058         * src/folderview.c
13059                 Select the new folderitem after moving.
13060
13061 2002-11-07 [colin]      0.8.5claws83
13062
13063         * src/prefs_filtering.c
13064                 Fix rule rewriting when moving a leaf folder to a 
13065                 shorter path
13066
13067 2002-11-07 [colin]      0.8.5claws82
13068
13069         * src/prefs_filtering.c
13070                 fix a leak
13071
13072 2002-11-07 [colin]      0.8.5claws81
13073
13074         * src/folder.[ch]
13075                 Add folder_item_move_to() function to move a 
13076                 folderitem into another one (updates matcher etc)
13077         * src/folderview.c
13078                 Add folder drag'n drop (context menu to come)
13079                 [Should be dataloss free, but Please backup before 
13080                  trying !]
13081
13082 2002-11-06 [colin]      0.8.5claws80
13083
13084         * src/mh.c
13085                 mh_create_folder() returns NULL if can't create
13086                 directory hierarchy
13087
13088 2002-11-06 [paul]       0.8.5claws79
13089
13090         * src/compose.[ch]
13091                 allow 'on-the-fly' changing of the type of encryption 
13092                 and/or signing used (mime/ascii) via the compose window
13093
13094 2002-11-06 [paul]       0.8.5claws78
13095
13096         * sync with 0.8.5cvs19
13097                 see ChangeLog 2002-11-06 for src/account.c: 
13098                 account_get_special_folder()
13099                 
13100 2002-11-05 [alfons]     0.8.5claws77
13101
13102         * src/crash.c
13103                 very minor cleanups: nothing to see here, move on. :-)
13104
13105 2002-11-05 [colin]      0.8.5claws76
13106
13107         * src/main.c
13108                 Changes choices if compose windows are opened to
13109                 Discard, Draft, Don't quit
13110
13111 2002-11-05 [thorsten]   0.8.5claws75
13112
13113         * src/compose.c
13114                 reenabled default_reply_to folder option
13115
13116 2002-11-05 [colin]      0.8.5claws74
13117
13118         * src/compose.[ch] 
13119                 add compose_draft()
13120         * src/crash.c
13121                 add SIGTERM handler
13122         * src/main.[ch]
13123                 add clean_quit() for the SIGTERM handler
13124
13125 2002-11-05 [paul]       0.8.5claws73
13126         
13127         * po/es.po
13128                 updated by Ricardo Mones Lastra
13129
13130 2002-11-05 [melvin]     0.8.5claws72
13131
13132         * src/logwindow.c
13133                 Fixed log-clipping bug #616795.
13134                 To stop logging in the log window use 0 length.
13135         * src/prefs_common.c
13136                 Added a label to inform about the 0 log length behaviour.
13137
13138 2002-11-05 [paul]       0.8.5claws71
13139
13140         * sync with 0.8.5cvs17
13141                 see ChangeLog 2002-11-05
13142
13143 2002-11-04 [paul]       0.8.5claws70
13144
13145         * sylpheed-128x128.png
13146           sylpheed-64x64.png
13147           sylpheed.png
13148                 replace with pngcrushed icons. Submitted by Nicolas Kaiser,
13149                 <nikai@users.sourceforge.net>
13150                 
13151         * po/bg.po
13152                 updated by George Danchev
13153
13154 2002-11-03 [thorsten]   0.8.5claws69
13155
13156         * src/main.c
13157           src/mimeview.c
13158           src/rfc2015.h
13159                 add check if gpg is active
13160
13161 2002-11-03 [thorsten]   0.8.5claws68
13162
13163         * src/toolbar.h
13164                 removed GSList declaration causing trouble on MacOS-X
13165                 (submitted by alfons, reported by xfesty)
13166
13167 2002-11-01 [paul]       0.8.5claws67
13168
13169         * src/mainwindow.c
13170                 remove last remnants of main's filter code
13171
13172 2002-11-01 [paul]       0.8.5claws66
13173
13174         * tools/filter_conv.pl
13175                 fix bug where user-defined headers were ignored
13176
13177 2002-11-01 [paul]       0.8.5claws65
13178
13179         * src/logwindow.c
13180                 make a debug_print() not translatable
13181
13182 2002-10-31 [melvin]     0.8.5claws64
13183
13184         * ac/aspell.m4
13185                 Fixed --disable-aspell-test. Now --disable-aspell-test will 
13186                 not run any GNU/aspell test.  The dictionary path will
13187                 be by default /usr/local/lib/aspell/ unless --with-aspell-prefix
13188                 was given, in which case, it will be $prefix/lib/aspell/
13189         * configure.in
13190                 Fixed typo in commentary (Aspell code).
13191
13192 2002-10-31 [paul]       0.8.5claws63
13193
13194         * po/POTFILES.in
13195                 remove src/filter.c and src/prefs_filter.c
13196                 thanks to Ricardo for reminding me
13197
13198 2002-10-31 [colin]      0.8.5claws62
13199
13200         * src/mbox_folder.c
13201                 Plug some leaks
13202
13203 2002-10-31 [paul]       0.8.5claws61
13204
13205         * src/prefs_filter.[ch] ** REMOVED **
13206           src/filter.[ch]       ** REMOVED **
13207           
13208         * src/Makefile.am
13209           src/folderview.c
13210           src/inc.c
13211           src/main.c
13212           src/mainwindow.c
13213           src/mbox.c
13214           src/prefs_common.c
13215           src/prefs_filtering.c
13216           src/summaryview.[ch]
13217                 remove main's 'filter' code
13218                 
13219         README.claws
13220                 update to reflect removal of main's filter
13221
13222 2002-10-31 [paul]       0.8.5claws60
13223
13224         * src/summaryview.c
13225                 remove check for global_processing in summary_filter_open(). 
13226                 This fixes the bug where if the user uses the right-click 
13227                 'Create filter rule...' and doesn't have any filter rules 
13228                 already defined in claws' advanced filtering, the newly 
13229                 created filter rule goes to main's filtering which is 
13230                 inaccessible through the gui. Now the filter rule gets added
13231                 to claws' filtering by default.
13232
13233 2002-10-28 [melvin]     0.8.5claws59
13234
13235         * src/prefs_actions.c
13236                 Fixed bug #627322 where MIME parts were not always
13237                 correctly passed to a %p action
13238                 Display an error dialog when message filename is not found.
13239
13240 2002-10-28 [melvin]     0.8.5claws58
13241
13242         * src/prefs_common.c
13243                 Readded a missing function declaration lost in 0.8.3claws34
13244
13245 2002-10-28 [paul]       0.8.5claws57
13246
13247         * sync with 0.8.5cvs15
13248                 see ChangeLog 2002-10-28 and 2002-10-25
13249                 
13250         Note: ChangeLog entry 2002-10-24 is not sync'ed.
13251
13252 2002-10-27 [oliver]     0.8.5claws56
13253
13254         * src/pop.c
13255                 plug leak in pop3_top_recv
13256
13257 2002-10-26 [christoph]  0.8.5claws55
13258
13259         * src/folder.c
13260                 set need_update folder flag when messages are added
13261                 (closes bug [ 626922 ] folder not updated after receiving)
13262
13263 2002-10-25 [melvin]     0.8.5claws54
13264
13265         * src/imageview.c
13266                 Fixed a memleak introduced in the scaling code.
13267
13268 2002-10-24 [alfons]     0.8.5claws53
13269
13270         * src/filtering.c
13271                 make filtering's forward message action forward from the 
13272                 correct account
13273                 (closes bug [628089 ] Filter -> Forward from address problem
13274                 reported by Oktay)
13275
13276 2002-10-24 [christoph]  0.8.5claws52
13277
13278         * src/mainwindow.c
13279         * src/manual.[ch]
13280                 o use manual of current locale or english if current
13281                   locale is not available (and english is available)
13282                 o also link to sylpheed doc project manuals
13283
13284 2002-10-23 [paul]       0.8.5claws51
13285
13286         * tools/README
13287           tools/kmail2sylpheed_v2.pl
13288                 add new version of kmail addressbook importer script.
13289                 works with newer versions of Kmail/KAddressBook which
13290                 have new and rearranged data.
13291
13292 2002-10-23 [martin]     0.8.5claws50
13293
13294         * src/folderview.c
13295         * src/summaryview.c
13296         * src/utils.h
13297         * src/utils.c
13298                 added length parameter to get_abbrev_newsgroup_name()
13299                 changed this function so that it abbreviates the newsgroup
13300                 names only so long it is smaller than the length parameter
13301                 (for better reading of some newsgroup names and space efficiency)
13302
13303 2002-10-22 [colin]      0.8.5claws49
13304
13305         *src/foldersel.c
13306                 Revert Alfons' last modification (after voting ;-))
13307
13308 2002-10-21 [alfons]     0.8.5claws48
13309
13310         * src/foldersel.c
13311                 folder view in folder selection dialog reflects state of
13312                 folder view in main window
13313
13314 2002-10-18 [alfons]     0.8.5claws47
13315
13316         * src/mbox.c
13317                 drop imported messages in folder selected by user,
13318                 and not in the inbox
13319                 (closes bug [ 625424 ] Import mbox always to "Inbox" folder)
13320
13321 2002-10-18 [alfons]     0.8.5claws46
13322
13323         * src/compose.c
13324                 make automagic reply work correctly for email accounts 
13325                 (whether it's viable to do a full sync with Hiro's 
13326                 compose.c is still under discussion)
13327
13328 2002-10-18 [melvin]     0.8.5claws45
13329
13330         * src/prefs_actions.c
13331                 Fixed bug #622275 where asynchroneous actions left 
13332                 zombies processes
13333                 Made (synchroneous) actions' input be displayed live.
13334
13335 2002-10-18 [christoph]  0.8.5claws44
13336
13337         * src/textview.c
13338                 don't add a newline in the textview in front of the
13339                 first textpart if header display is disabled
13340                 (closes bug [ 603385 ] disabled header display leaves blank
13341                  lin)
13342
13343 2002-10-18 [christoph]  0.8.5claws43
13344
13345         * src/folder.[ch]
13346         * src/imap.c
13347         * src/mbox_folder.c
13348         * src/mh.c
13349         * src/news.c
13350                 folder->get_num_list now returns an error code
13351                 (closes bug [ 609424 ] News cache cleared on failure)
13352                 
13353 2002-10-17 [colin]      0.8.5claws42
13354         
13355         * src/news.c
13356                 Changed a printf by debug_print
13357
13358 2002-10-16 [paul]       
13359
13360         * tools/OOo2sylpheed.pl
13361                 allow for spaces in the name of the
13362                 file to be attached.
13363
13364 2002-10-16 [colin]      0.8.5claws41
13365
13366         * src/main.c
13367                 Use a tristate to change online mode
13368
13369 2002-10-16 [paul]       0.8.5claws40
13370
13371         * po/es.po
13372                 updated by Ricardo Mones Lastra
13373
13374 2002-10-16 [colin]      0.8.5claws39
13375
13376         * src/main.c
13377           src/mainwindow.[ch]
13378                 Added --online and --offline command-line
13379                 switches
13380
13381 2002-10-15 [christoph]  0.8.5claws38
13382
13383         * src/procmime.c
13384                 set mimeinfo->name to NULL after g_free to
13385                 avoid double freeing with g_free
13386
13387 2002-10-14 [christoph]  0.8.5claws37
13388
13389         * src/compose.c
13390         * src/filtering.c
13391         * src/summaryview.c
13392                 remove calls to folder->change_flags that are now
13393                 done by procmsg flag functions (seems it is not
13394                 used by any foldertype anyway)
13395         * src/folder.c
13396                 init folder->change_flags with NULL
13397
13398 2002-10-14 [christoph]  0.8.5claws36
13399
13400         * src/folder.[ch]
13401         * src/imap.[ch]
13402                 use virtual functions for folder item new and destroy
13403                 functions
13404
13405 2002-10-14 [melvin]     0.8.5claws35
13406
13407         * src/compose.c
13408                 Added a test to not run the spell checker if no default
13409                 dictionary is available. No dialog is displayed though.
13410
13411 2002-10-14 [melvin]     0.8.5claws34
13412
13413         * src/gtkaspell.c
13414                 Fixed bug in dictionary list context menu where
13415                 "More..." pointed to an emtpy submenu if the
13416                 number of dictionaries is a multiple of 15
13417                 Removed unneeded code in suggestions list creation
13418
13419 2002-10-14 [paul]       0.8.5claws33
13420
13421         * po/bg.po
13422                 updated by George Danchev
13423
13424 2002-10-13 [hoa]        0.8.5claws32
13425
13426         * src/matcher.[ch]
13427           src/matcher_parser_parser.y
13428                 removed the escaped string from internal structure
13429                 of matcher.
13430
13431 2002-10-12 [colin]      0.8.5claws31
13432
13433         * src/gtksctree.[ch]
13434           src/summaryview.c
13435                 Removed useless function gtksctree_reanchor
13436
13437 2002-10-12 [alfons]     0.8.5claws30
13438         
13439         * sync with remaining main changes 2002-10-09 - 2002-10-11
13440         - drop changes to src/compose.c (requires claws specific changes)
13441         
13442 2002-10-12 [alfons]     0.8.5claws29
13443         
13444         * sync with main changes of 2002-10-08
13445         - drop changes to src/compose.c (requires claws specific changes)
13446         - drop changes to src/summaryview.c (requires changes to compose.c)     
13447
13448 2002-10-12 [alfons]     0.8.5claws28
13449         
13450         * sync with main changes of 2002-10-07
13451
13452 2002-10-12 [alfons]     0.8.5claws27
13453
13454         * sync with main changes of 2002-10-04
13455         - drop changes to src/compose.c (requires claws specific changes)
13456         - drop changes to src/prefs_folder_item.c (claws implementation
13457           seems to be working)
13458
13459 2002-10-12 [colin]      0.8.5claws26
13460
13461         * src/mainwindow.c
13462                 Fix folder-flicker when space-reading, introduced 
13463                 in claws22.
13464
13465 2002-10-12 [colin]      0.8.5claws25
13466
13467         * src/compose.c
13468                 Save account address when saving as draft.
13469                 (closes bug 621838)
13470
13471 2002-10-12 [colin]      0.8.5claws24
13472
13473         * src/summaryview.c
13474                 Fix the problem consisting of no message selected
13475                 after the last message in a folder has been moved.
13476
13477 2002-10-12 [paul]       0.8.5claws23
13478
13479         * src/compose.c
13480           src/prefs_template.c
13481           src/template.[ch]
13482                 add Cc and Bcc to templates. Patch submitted by
13483                 John L. Males.
13484
13485 2002-10-12 [colin]      0.8.5claws22
13486
13487         * src/folderview.c
13488                 Fix a bug after "Check for new messages":
13489                 If a folder was opened, it was still selected at
13490                 the end of the check, but displayed empty.
13491         * src/mainwindow.c
13492                 Remove unnecessary check
13493
13494 2002-10-12 [paul]
13495
13496         * tools/README
13497                 be more verbose in the description of
13498                 OOo2sylpheed.pl
13499                 
13500
13501 2002-10-11 [colin]      0.8.5claws21
13502
13503         * src/mainwindow.c
13504                 Make space work (better) when no mail is selected
13505
13506 2002-10-11 [colin]      0.8.5claws20
13507
13508         * src/inc.c
13509           src/news.c
13510                 fix warnings
13511
13512 2002-10-11 [colin]      0.8.5claws19
13513
13514         * src/mainwindow.c
13515                 revert 0.8.5claws6 changes as i couldn't get to
13516                 anything satisfying
13517
13518 2002-10-11 [melvin]     0.8.5claws18
13519
13520         * src/compose.c
13521                 Removed buggy and unused macro (should have been committed in
13522                 0.8.5claws17)
13523
13524 2002-10-11 [melvin]     0.8.5claws17
13525
13526         * src/compose.c
13527                 Fixed memory leak from bug #622040 (thanks to Martin Kluge)
13528
13529 2002-10-11 [thorsten]   0.8.5claws16 
13530
13531         * src/folderview.c
13532                 remove rescan warning
13533
13534 2002-10-11 [colin]      0.8.5claws15 
13535
13536         * src/procheader.c
13537                 fix a segfault that happens if conv_unmime_header
13538                 fails (should be better to find out why it fails)
13539
13540 2002-10-11 [christoph]  0.8.5claws14
13541
13542         * src/summaryview.c
13543                 update folderview stats after ignore/unignore thread
13544
13545 2002-10-11 [hoa]        0.8.5claws13
13546
13547         * src/quote_fmt_parse.y
13548                 Fixed a yacc/bison syntax error
13549         * src/matcher.c
13550                 Escaping of string is fixed.
13551
13552 2002-10-11 [colin]      0.8.5claws12
13553
13554         * src/imageview.c
13555                 Resize images to fit
13556
13557 2002-10-11 [paul]       0.8.5claws11
13558
13559         * po/es.po
13560                 updated by Ricardo Mones Lastra
13561
13562 2002-10-10 [alfons]     0.8.5claws10
13563
13564         * src/compose.c
13565                 allow dropping files by "moving" files from a file manager,
13566                 not only by the more cumbersome "copying". the latter 
13567                 mostly implies holding down the Control button
13568
13569 2002-10-10 [christoph]  0.8.5claws9
13570
13571         * src/summaryview.c
13572                 update folders after thread building for ignored threads
13573
13574 2002-10-10 [christoph]  0.8.5claws8
13575
13576         * config/.cvsignore
13577                 added Makefile
13578         * src/filtering.[ch]
13579         * src/folder.[ch]
13580         * src/folderview.[ch]
13581         * src/import.c
13582         * src/inc.[ch]
13583         * src/mbox.[ch]
13584         * src/procmsg.c
13585         * src/summaryview.[ch]
13586                 o added new flag need_update to FolderItem
13587                 o removed folder_table from various functions from tracking
13588                   folder updates
13589                 o set need_update flags in folder.c's move, copy and delete
13590                   functions and procmsg's flags functions
13591                 o added function folderview_update_items_when_required that
13592                   updates all folders with need_update set
13593                 o call folderview_update_items_when_required instead of
13594                   folderview_update_item_foreach
13595
13596 2002-10-09 [sergey]     0.8.5claws7
13597
13598         * src/compose.c
13599                 Strip CRs whel loading the text into editor in reedit mode.
13600
13601 2002-10-09 [colin]      0.8.5claws6
13602
13603         * src/mainwindow.c
13604                 Make Space work when no mail is selected
13605
13606 2002-10-09 [colin]      0.8.5claws5
13607
13608         * src/gtksctree.[ch]
13609                 Fix range_select
13610                 Add gtk_sctree_reanchor() 
13611         * src/summaryview.c
13612                 Use gtk_sctree_reanchor() - better fix for 
13613                 bug 60413
13614
13615 2002-10-09 [colin]      0.8.5claws4
13616
13617         * src/summaryview.c
13618                 Fix shift-click select after delete problem
13619                 (closes bug 60413)
13620
13621 2002-10-08 [thorsten]   0.8.5claws3
13622
13623         * src/summaryview.c
13624                 exclude current msg from -hide read messages-
13625
13626 2002-10-08 [colin]      0.8.5claws2
13627
13628         * src/inc.[ch]
13629           src/pop.c
13630           src/recv.c
13631                 Differentiate socket errors from disk full
13632                 errors
13633
13634 2002-10-08 [christoph]  0.8.5claws1
13635
13636         * Makefile.am
13637         * configure.in
13638                 modifications for new config directory
13639
13640         * config.guess  ** REMOVED **
13641         * config.sub    ** REMOVED **
13642         * install-sh    ** REMOVED **
13643         * ltmain.sh     ** REMOVED **
13644         * missing       ** REMOVED **
13645         * mkinstalldirs ** REMOVED **
13646                 these files are autogenerated by automake
13647                 when you run autogen.sh
13648
13649         * config/.cvsignore     ** NEW FILE **
13650         * config/Makefile.am    ** NEW FILE **
13651                 ignore autogenerated files
13652                 create a Makefile in this directory
13653
13654 2002-10-08 [paul]       0.8.5claws
13655
13656         * 0.8.5claws release
13657         
13658         * src/compose.c
13659           src/procheader.c
13660           src/procmsg.c
13661                 fix quote reply format for newsgroups reply bug
13662                 (thanks to Hoa)
13663                 
13664         * po/en_GB.po
13665           po/pl.po
13666                 updated by me and Witold Wladyslaw Wojciech Wilk
13667                 repectively
13668
13669 2002-10-07 [paul]       0.8.3claws53
13670
13671         * po/it.po
13672           po/pt_BR.po
13673           po/sr.po
13674                 updated messages catalogs, submitted by
13675                 Alessandro Maestri, Fabio Jr.Beneditto 
13676                 and Urke MMI, respectively.
13677
13678 2002-10-07 [christoph]  0.8.3claws52
13679
13680         * src/folder.[ch]
13681         * src/folderview.c
13682         * src/mainwindow.c
13683                 fix new folder ghost message bug
13684                 (closes bug [ 619722 ] wrong count for newly created folders)
13685
13686 2002-10-07 [christoph]  0.8.3claws51
13687
13688         * src/compose.c
13689                 fix news posting problem
13690
13691 2002-10-07 [melvin]     0.8.3claws50
13692
13693         * po/fr.po
13694                 Updated French translation
13695
13696 2002-10-05 [christoph]  0.8.3claws49
13697
13698         * src/gtkstext.c
13699                 check if line_start_cache is set in gtk_stext_update_text
13700                 (closes bug [ 618119 ] crash while doing search in folder)
13701
13702 2002-10-05 [christoph]  0.8.3claws48
13703
13704         * src/imap.c
13705         * src/news.c
13706         * src/utils.c
13707         * src/utils.h
13708                 implement cache cleanups for claws' folder system
13709                 (closes bug [ 595916 ] imapcache not cleaned up)
13710
13711 2002-10-05 [melvin]     0.8.3claws47
13712
13713         * src/prefs_actions.c
13714                 Made the help text more clear for the %p token
13715
13716 2002-10-04 [paul]       0.8.3claws46
13717
13718         * sync with 0.8.5
13719                 see ChangeLog 2002-10-02 and 2002-10-03
13720
13721 2002-10-04 [christoph]  0.8.3claws45
13722
13723         * src/inc.c
13724                 fix segfault caused by pop before smtp
13725                 call to inc_account_mail with NULL
13726                 pointer for mainwin
13727
13728 2002-10-04 [paul]       0.8.3claws44
13729
13730         * configure.in
13731                 sync the LDAP detection from 0.8.5cvs1
13732
13733 2002-10-02 [christoph]  0.8.3claws43
13734
13735         * po/de.po
13736                 fix small spelling error
13737
13738 2002-10-02 [melvin]     0.8.3claws42
13739
13740         * ac/aspell.m4
13741                 Behave better and say "no" when test program cannot be run.
13742
13743 2002-10-02 [paul]       0.8.3claws41
13744
13745         * sync with 0.8.4cvs1
13746                 see ChangeLog 2002-09-30, 2002-10-01, 2002-10-02
13747                 
13748         * src/summaryview.c
13749                 toggle the behavior of Reply menuitem between
13750                 normal reply and reply-to-list
13751
13752 2002-10-01 [sergey]     0.8.3claws40
13753
13754         * src/compose.c
13755                 Convert newlines in the message text to the canonical form
13756                 before base64 encoding (RFC2045 compliance, fixes some
13757                 interoperability issues with Evolution 1.0.3)
13758
13759 2002-09-29 [colin]      0.8.3claws39
13760
13761         * src/summaryview.c
13762                 Fix an unwanted copy/paste
13763
13764 2002-09-29 [colin]      0.8.3claws38
13765
13766         * src/mainwindow.c
13767                 Renamed "Custom toolbar" to "Customize toolbar"
13768                 Renamed "Show all header" to "Show all headers"
13769                 Renamed "Set diplay item" to "Set displayed items"
13770         * src/prefs_common.c
13771                 Renamed "Show all header" to "Show all headers"
13772         * src/prefs_summary_column.c
13773                 Renamed "diplay item" to "displayed items"
13774
13775 2002-09-29 [colin]      0.8.3claws37
13776
13777         * src/mainwindow.[ch]
13778                 online/offline status pixmaps follow theme
13779                 changes
13780         * src/summaryview.[ch]
13781                 quicksearch pixmap follows theme changes
13782
13783 2002-09-29 [thorsten]   0.8.3claws36
13784
13785         * src/compose.c
13786           src/prefs_folder_item.[ch]
13787                 add default_reply_to folder option (closes patch 581044)
13788
13789 2002-09-29 [christoph]  0.8.3claws35
13790
13791         * acconfig.h    ** REMOVED **
13792         * configure.in
13793         * ac/aspell.m4
13794         * ac/check-type.m4
13795         * ac/gnupg-check-typedef.m4
13796                 fix autoheader 2.50 warning
13797
13798 2002-09-29 [christoph]  0.8.3claws34
13799
13800         * major code cleanup (part 2)
13801         
13802                 - unused variables removed
13803                 - unused functions removed
13804                 - uninitialized variables checked
13805                 - missing return statements added
13806                 - missing function return types added
13807                 - added parentheses around assignment
13808                   when suggested by gcc
13809
13810 2002-09-29 [alfons]     0.8.3claws33
13811
13812         * src/logwindow.c
13813                 log_window_clear(): only bracket gtk_text_forward_delete() 
13814                 with gtk_text_freeze() / gtk_text_thaw() (see if this
13815                 works around GTK text bug)
13816
13817 2002-09-29 [paul]       0.8.3claws32
13818
13819         * po/bg.po
13820           po/sr.po
13821                 updated by George Danchev and Urke MMI
13822                 respectively
13823
13824 2002-09-27 [christoph]  0.8.3claws31
13825
13826         * doc-src/readme.txt
13827         * doc-src/rfc1806.txt   ** REMOVED **
13828         * doc-src/rfc2183.txt   ** NEW FILE **
13829         * doc-src/rfc2980.txt   ** NEW FILE **
13830                 update rfcs
13831
13832 2002-09-27 [melvin]     0.8.3claws30
13833
13834         * ac/aspell.m4
13835                 Fixed typo which could break linking
13836
13837 2002-09-27 [melvin]     0.8.3claws29
13838
13839         * ac/aspell.m4
13840                 Improved GNU/aspell checking. 
13841                 Fixed bug #614490
13842
13843 2002-09-27 [paul]       0.8.3claws28
13844
13845         * sync with 0.8.3cvs8
13846                 see ChangeLog 2002-09-27
13847
13848 2002-09-26 [colin]      0.8.3claws27
13849
13850         * src/toolbar.[ch]
13851           src/mainwindow.[ch]
13852                 Add "Reply to Mailing-list" to the toolbar
13853
13854 2002-09-26 [christoph]  0.8.3claws26
13855
13856         * src/summaryview.c
13857                 Fix wrong message counts in summaryview status
13858
13859 2002-09-26 [paul]       0.8.3claws25
13860
13861         * sync with 0.8.3cvs7
13862                 see ChangeLog 2002-09-26
13863
13864 2002-09-26 [paul]       0.8.3claws24
13865
13866         * sync with 0.8.3cvs6
13867                 see ChangeLog 2002-09-25
13868
13869 2002-09-25 [christoph]  0.8.3claws23
13870
13871         * src/prefs_common.c
13872         * src/prefs_folder_item.c
13873         * src/prefs_scoring.c
13874                 Renamed "kill score" to "hide score" in GUI
13875                 and prefs files
13876
13877 2002-09-25 [paul]       0.8.3claws22
13878
13879         * sync with 0.8.3cvs5
13880                 see ChangeLog 2002-09-24
13881
13882 2002-09-24 [alfons]     0.8.3claws21
13883
13884         patch by Satoshi Nagayasu: allows appending / saving multiple 
13885         selected files (closes "[ 612279 ] save multiple mesg(s) in 
13886         'Save as ...'")
13887
13888         * AUTHORS
13889                 add Satoshi Nagayasu
13890         * src/summaryview.c
13891                 summary_save_as(): allow saving selected files to
13892                 one file
13893                 summary_set_menu_sensitive: enable "Save As..." when
13894                 multiple files are selected
13895         * src/utils.[ch]
13896                 append_file(): new function
13897
13898 2002-09-24 [colin]      0.8.3claws20
13899
13900         * src/procmime.c
13901                 Fix segfault when mimeinfo doesn't have a 
13902                 content_type. 
13903
13904 2002-09-24 [colin]      0.8.3claws19
13905
13906         * src/prefs_common.[ch]
13907                 Add a preference to display send dialog or not
13908         * src/send.c
13909                 Display send dialog according to preference
13910
13911 2002-09-24 [colin]      0.8.3claws18
13912
13913         * src/compose.[ch]
13914                 Disable user actions when sending
13915
13916 2002-09-24 [colin]      0.8.3claws17
13917
13918         * src/procmime.c
13919                 Do not display name or filename for attachments
13920                 with an application/pgp-signature type
13921                 (security flaw, see bug 537413)
13922
13923 2002-09-23 [colin]      0.8.3claws16
13924
13925         * src/editaddress.c
13926                 Initialize entry_email, entry_alias and 
13927                 entry_remarks to first email address of the list
13928
13929 2002-09-23 [colin]      0.83claws15
13930
13931         * src/compose.c
13932                 Drop pgp-signature when reediting a signed queued
13933                 message
13934
13935 2002-09-23 [melvin]     0.8.3claws14
13936
13937         * po/fr.po
13938                 Updated French translation
13939
13940 2002-09-23 [melvin]     0.8.3claws13
13941
13942         * src/mainwindow.c
13943                 Made custom toolbar menu labels more consistent
13944         * src/prefs_toolbar.c
13945                 Made custom toolbar window title more consistent
13946
13947 2002-09-22 [colin]      0.8.3claws12
13948
13949         * src/inc.c
13950                 Initialize session type to normal before getting 
13951                 mail (fixes strange Get behaviour)
13952         * src/prefs_account.h
13953                 Move STYPE_POP_BEFORE_SMTP to last position to 
13954                 avoid other side-effects
13955
13956 2002-09-22 [colin]      0.8.3claws11
13957
13958         * src/prefs_account.c
13959                 Fix pop_bfr_smtp_tm_entry sensivity when switching
13960                 from pop3 to apop or vice-versa
13961
13962 2002-09-22 [colin]      0.8.3claws10
13963         
13964         * src/prefs_account.[ch]
13965                 Add an option for the POP before SMTP timeout
13966         * src/inc.c
13967                 Remember time of last POP connection
13968         * src/send.c
13969                 Do POP before SMTP only if timeout reached
13970
13971 2002-09-22 [oliver]     0.8.3claws9
13972         
13973         * README.claws
13974                 explain custom toolbar
13975
13976 2002-09-22 [oliver]     0.8.3claws8
13977
13978         * src/prefs_actions.[ch]
13979         custom toolbar for compose      
13980                 actions callback from compose toolbar
13981         * src/folderview.c
13982                 remove include toolbar.h
13983
13984 2002-09-22 [oliver]     0.8.3claws7
13985         
13986         * src/prefs_toolbar.[ch]
13987                 custom toolbar for compose
13988                 - generic prefs_toolbar handles both
13989                   Mainwin's toolbar as well as Compose toolbar          
13990
13991 2002-09-22 [oliver]     0.8.3claws6
13992         
13993         * src/toolbar.[ch]
13994                 custom toolbar for compose
13995                 restructure toolbar.[ch]
13996
13997 2002-09-22 [oliver]     0.8.3claws5
13998
13999         * src/compose.[ch]
14000                 custom toolbar for compose
14001
14002 2002-09-22 [oliver]     0.8.3claws4
14003         
14004         * src/mainwindow.[ch]
14005                 custom toolbar for compose 
14006                 move mainwin toolbar back to mainwindow
14007
14008 2002-09-22 [alfons]     0.8.3claws3
14009
14010         * src/procmsg.c
14011                 :%sno/if(/if (/gc
14012                 :%sno/for(/for (/gc
14013                 (beautify)
14014
14015 2002-09-22 [alfons]     0.8.3claws2
14016         
14017         * src/procmsg.c
14018                 procmsg_save_to_outbox(): don't unlink message file from queue;
14019                 callers should do it using folder_item_remove_msg()
14020
14021 2002-09-22 [colin]      0.8.3claws1
14022
14023         * src/mimeview.[ch]
14024                 Made mimeview_check_signature() public
14025         * src/textview.c
14026                 Made GPG signatures verifiable by clicking
14027                 the [application/pgp-signature] in the Text
14028                 view
14029
14030 2002-09-22 [paul]       0.8.3claws
14031
14032         * po/bg.po
14033           po/en_GB.po
14034           po/es.po
14035           po/it.po
14036           po/pl.po
14037           po/pt_BR.po
14038           po/sr.po
14039                 updated translations, submitted by George Danchev,
14040                 me, Ricardo Mones Lastra, Alessandro Maestri,
14041                 Witold Wladyslaw Wojciech Wilk, Fabio Jr.Beneditto 
14042                 and Urke MMI, respectively.     
14043
14044 2002-09-22 [alfons]     0.8.2claws65
14045
14046         * src/procmsg.c
14047         * src/pgptext.c
14048                 no furry valgrinds have been used to plug these memleaks
14049
14050 2002-09-20 [paul]       0.8.2claws64
14051
14052         * sync with 0.8.3cvs4
14053                 'Select thread' re-implemented 
14054                 see ChangeLog 2002-09-20
14055
14056 2002-09-21 [alfons]     0.8.2claws63
14057
14058         * src/compose.c
14059                 compose_send(): plug unnoticed memleak
14060
14061 2002-09-20 [alfons]     0.8.2claws62
14062
14063         * src/addr_compl.c
14064                 replace_address_in_edit(): strict check for NULL address to
14065                 fix "[ 607348 ] Segfault in address completion". My guess is
14066                 that this happens with an empty address book, but it's good
14067                 to have this check here anyway
14068                 
14069                 completion_window_button_press(): free string returned 
14070                 from the internal cache
14071
14072 2002-09-20 [christoph]  0.8.2claws61
14073
14074         * src/procmime.h
14075                 added ENC_BINARY to EncodingType
14076         * src/procmime.c
14077                 the string returned by procmime_get_encoding_str
14078                 should not depend on the order of values in the
14079                 EncodingType definition
14080         * doc-src/rfc1806.txt   ** NEW FILE **
14081                 Added rfc1806 about MIME Content-Disposition
14082                 Extension
14083
14084 2002-09-19 [paul]       0.8.2claws60
14085
14086         * sync with 0.8.2cvs3
14087                 see ChangeLog 2002-09-19
14088
14089 2002-09-19 [paul]       0.8.2claws59
14090
14091         * src/prefs_folder_item.c
14092                 revert to Darko's original alignment of colour
14093                 selector button
14094                 add a colon to folder_color label
14095                 
14096         * src/compose.c
14097                 add Colin's patch (with Hiro's modifications) to 
14098                 force BASE64 encoding for 8-bit text when signing
14099                 (sync with 0.8.3cvs2)
14100
14101 2002-09-18 [alfons]     0.8.2claws58
14102
14103         * src/compose.c
14104                 :%sno/if(/if (/gc
14105                 :%sno/for(/for (/gc
14106                 (beautify a little bit)
14107
14108 2002-09-18 [christoph]  0.8.2claws57
14109
14110         * src/pine.c
14111                 fix handling of fgetc return value
14112
14113 2002-09-17 [alfons]     0.8.2claws56
14114         
14115         * src/summaryview.c
14116                 summary_sort(): check non-NULL summaryview->folder_item when no 
14117                 folder is selected at all
14118                 (closes "[ 610344 ] sort label make syl Crash")
14119
14120 2002-09-17 [alfons]     0.8.2claws55
14121         
14122         * src/compose.c
14123                 beautify a little bit
14124
14125 2002-09-17 [christoph]  0.8.2claws54
14126
14127         * src/folder.c
14128                 initialize max values for cache and folder
14129                 when cache or folder is empty
14130
14131 2002-09-15 [colin]      0.8.2claws53
14132
14133         * src/compose.c
14134                 Fix a leak (thanks Alfons!) and cleaned
14135                 variables names for custom headers
14136
14137 2002-09-15 [colin]      0.8.2claws52
14138
14139         * src/compose.c
14140                 Fix custom headers recognition when
14141                 prefs_common.trans_hdr is on
14142
14143 2002-09-15 [colin]      0.8.2claws51
14144
14145         * src/compose.c
14146                 Allow dynamically-added custom headers
14147                 Yet not reparsed if reedited
14148
14149 2002-09-15 [alfons]     0.8.2claws50
14150
14151         * src/prefs_account.c
14152                 fix warnings
14153
14154 2002-09-15 [colin]      0.8.2claws49
14155         
14156         * src/prefs_account.c
14157                 fix pop_before_smtp sensitivity
14158
14159 2002-09-15 [colin]      0.8.2claws48
14160
14161         * src/inc.[ch]
14162                 add inc_pop_before_smtp()
14163                 allow MainWindow to be undefined in 
14164                 inc_account_mail() and inc_start()
14165         * src/pop.c
14166           src/prefs_account.h
14167                 add STYPE_POP_BEFORE_SMTP session type
14168         * src/prefs_account.c
14169                 activated pop before smtp option
14170         * src/send.c
14171                 do pop before smtp if the relevant option 
14172                 is set
14173
14174 2002-09-15 [paul]       0.8.2claws47
14175
14176         * sync with 0.8.3
14177                 see ChangeLog 2002-09-15
14178
14179 2002-09-14 [paul]       0.8.2claws46
14180
14181         * po/bg.po
14182                 updated Bulgarian translation, submitted by
14183                 George Danchev
14184
14185 2002-09-13 [paul]       0.8.2claws45
14186
14187         * src/compose.c
14188                 merge claws' select_account() with main's
14189                 (new) compose_select_account(). [sync with
14190                 0.8.2cvs15, see ChangeLog 2002-09-11]
14191
14192 2002-09-12 [christoph]  0.8.2claws44
14193
14194         * src/filter.c
14195                 allocate 1 elements of FolderItem not 0
14196
14197 2002-09-12 [colin]      0.8.2claws43
14198
14199         * src/compose.c
14200                 Fix bug #590825 (obey Follow-up: poster)
14201
14202 2002-09-12 [colin]      0.8.2claws42
14203
14204         * src/procmime.c
14205                 Fix bug #557009 (wrong headers for messages 
14206                 forwarded as attachments)
14207
14208 2002-09-11 [colin]      0.8.2claws41
14209         
14210         * src/compose.c
14211                 Put SCF: pseudo-header on top of message
14212                 Set draft tmp_flag when saved as draft
14213
14214         * src/procmsg.c
14215           src/procheader.c
14216                 Skip after first \n\n for beginning of real message
14217                 for drafts too
14218
14219 2002-09-11 [christoph]  0.8.2claws40
14220
14221         * src/filtering.c
14222                 use procmsg flag functions in filtering or processing
14223                 will cause incorrect folder message counts
14224
14225 2002-09-11 [colin]      0.8.2claws39
14226
14227         * src/compose.c
14228                 Fix bug #550175 - wrong save folder when reediting
14229                 drafts
14230
14231 2002-09-11 [paul]       0.8.2claws38
14232
14233         * sync with 0.8.2cvs14
14234                 see ChangeLog 2002-09-11
14235
14236 2002-09-11 [colin]      0.8.2claws37
14237
14238         * src/folder.c
14239                 Fix a typo (seeming to cause new/unread status to
14240                 be lost)
14241
14242 2002-09-10 [christoph]  0.8.2claws36
14243
14244         * src/compose.c
14245                 compose_redirect should not use compose_generic_new
14246                 because that does more stuff than expected including
14247                 opening the external editor
14248                 (closes bug "[ 526608 ] bounced messages appear blank
14249                  in editor")
14250
14251 2002-09-10 [christoph]  0.8.2claws35
14252
14253         * src/folder.c
14254                 fix problem with too large message number range
14255                 causing a crash in folder_item_scan
14256
14257 2002-09-10 [paul]       0.8.2claws34
14258
14259         * sync with 0.8.2cvs13
14260                 see ChangeLog 2002-09-10
14261
14262 2002-09-10 [christoph]  0.8.2claws33
14263
14264         * src/msgcache.c
14265                 set MsgInfo TmpFlags for queue and draft folders
14266                 (closes bug "[ 591676 ] Queue ignore MIME on restart")
14267
14268 2002-09-10 [paul]       0.8.2claws32
14269
14270         * AUTHORS
14271           po/bg.po      ** NEW FILE **
14272                 new Bulgarian translation submitted by
14273                 George Danchev <danchev@spnet.net>
14274                 
14275         * tools/Makefile.am
14276           tools/README
14277           tools/tb2sylpheed     ** NEW FILE **
14278                 add script that converts an addressbook exported
14279                 from The Bat! into a Sylpheed addressbook. Submitted
14280                 by Urke MMI <urke-kg@eunet.yu>
14281
14282 2002-09-10 [paul]       0.8.2claws31
14283
14284         * sync with 0.8.2cvs12
14285                 see ChangeLog 2002-09-10
14286
14287 2002-09-06 [paul]       0.8.2claws30
14288
14289         * src/prefs_common.c
14290                 sync with 0.8.2cvs11, see ChangeLog 2002-09-06
14291                 
14292         * tools/Makefile.am
14293           tools/README
14294           tools/ldif-to-xml.py  ** REMOVED **
14295                 remove obsolete python script
14296
14297 2002-09-06 [paul]       0.8.2claws29
14298
14299         * sync with 0.8.2cvs10
14300                 see ChangeLog 2002-09-06
14301
14302 2002-09-04 [paul]       0.8.2claws28
14303
14304         * sync with 0.8.2cvs9
14305                 see ChangeLog 2002-08-04
14306
14307 2002-09-04 [colin]      0.8.2claws27 
14308
14309         * src/prefs_common.[ch]
14310                 Added signature color configuration
14311         * src/textview.c
14312                 Use user-specified signature color
14313
14314 2002-09-03 [colin]      0.8.2claws26
14315
14316         * src/prefs_common.[ch]
14317                 Added autosave and autosave_length prefs
14318         * src/compose.c
14319                 Added compose_remove_draft()
14320                 Auto-save drafts according to the prefs
14321         * src/main.c
14322                 Added a crash-indicator file, allowing to check
14323                 for new messages on startup if Sylpheed crashed
14324                 (makes saved drafts "reappear")
14325
14326 2002-09-03 [colin]      0.8.2claws25
14327
14328         * src/textview.[ch]
14329                 Grey the signature
14330
14331 2002-09-03 [paul]       0.8.2claws24
14332
14333         * sync with 0.8.2cvs8
14334                 see ChangeLog 2002-09-02 and 2002-09-03
14335
14336 2002-09-03 [darko]      0.8.2claws23
14337
14338         * src/folderview.c
14339                 use normal style when creating new folder to pick
14340                 proper font size 
14341
14342 2002-09-02 [melvin]     0.8.2claws22
14343
14344         * src/gtkaspell.m4
14345                 removed some obsolete code
14346
14347 2002-09-02 [melvin]     0.8.2claws21
14348
14349         * ac/aspell.m4
14350                 fixed test's equality sign (== to =)
14351
14352 2002-09-02 [alfons]     0.8.2claws20
14353
14354         * src/folder.c
14355         * src/mh.c
14356                 revert change of 0.8.2claws16 and use the mh_folder_destroy
14357                 as folder->destroy virtual as suggested by Hiro
14358                 (the mh.c code seems to have been lost around mh.c.1.21)
14359
14360 2002-09-02 [paul]       0.8.2claws19
14361
14362         * po/pt_BR.po
14363                 updated by Fabio Jr. Beneditto
14364                 
14365         * src/defs.h
14366                 use 'http://claws.sylpheed.org' for homepage link. 
14367                 Domain provided by Oktay Altunergil <oktay@freelinuxcd.org>
14368
14369 2002-09-01 [alfons]     0.8.2claws18
14370
14371         * src/mh.c
14372                 plug memleak related to one Martin Kluge found
14373
14374 2002-08-31 [paul]       0.8.2claws17
14375
14376         * sync with 0.8.2cvs6
14377                 see ChangeLog 2002-08-30
14378
14379 2002-08-31 [alfons]     0.8.2claws16
14380
14381         * src/folder.c
14382                 folder_destroy(): remove mailbox from folderlist even if it has
14383                 no destroy virtual
14384
14385 2002-08-31 [alfons]     0.8.2claws15
14386
14387         * src/folder.c
14388                 :%sno/if(/if (/gc
14389                 :%sno/for(/for (/gc
14390                 (being pedantic I know)
14391
14392 2002-08-31 [alfons]     0.8.2claws14
14393
14394         * src/folder.c
14395                 check for NULL pointers returned from folder->fetch_msginfo virtual
14396                 (should solve some reported crashes)
14397
14398 2002-08-30 [alfons]     0.8.2claws13
14399
14400         * acconfig.h
14401         * configure.in
14402         * src/crash.c
14403                 enable crash dialog on compilation time
14404                 (--enable-crash-dialog configure option)
14405
14406 2002-08-30 [alfons]     0.8.2claws12
14407
14408         * AUTHORS
14409                 add Martin Kluge
14410         * src/mh.c
14411                 apply memory leak plug patch by Martin Kluge
14412                 (closes patch "[ 602568 ] patch for 602441 little memory leak",
14413                 bug "[ 599677 ] Very small memory leak in 0.81claws115",
14414                 and bug "[ 602441 ] memoryleak in filtering 0.8.2claws9?")
14415
14416 2002-08-30 [darko]      0.8.2claws11
14417
14418         * src/folderview.c
14419                 copy Gtk style from normal style to match
14420                 font size for coloured folders
14421
14422 2002-08-29 [alfons]     0.8.2claws10
14423
14424         * sylpheed.desktop
14425                 Type=Internet <- Type=Application
14426                 (reported by Michael Schwendt, see:
14427                 http://sourceforge.net/tracker/index.php?func=detail&aid=599765&group_id=25528&atid=384600
14428                 http://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=72882)
14429
14430 2002-08-29 [paul]       0.8.2claws9
14431
14432         * sync with 0.8.2cvs5
14433                 see ChangeLog 2002-08-29
14434
14435 2002-08-29 [colin]      0.8.2claws8
14436
14437         * src/summaryview.c
14438                 Added a sanity check in summary_select_thread
14439                 Should fix bug 601605
14440
14441 2002-08-29 [colin]      0.8.2claws7
14442
14443         * src/main.c
14444                 Revert claws6 changes regarding bug #591676
14445
14446 2002-08-28 [colin]      0.8.2claws6
14447         
14448         * src/main.c
14449                 Ignore cache for queue folderitems
14450                 Fix bug #591676
14451
14452 2002-08-28 [melvin]     0.8.2claws5
14453
14454         * README.claws
14455                 Fixed typos.
14456
14457 2002-08-28 [melvin]     0.8.2claws4
14458
14459         * README.claws
14460                 Updated a bit the text concerning the spell checker
14461
14462 2002-08-28 [melvin]     0.8.2claws3
14463
14464         Merged the GNU_aspell_branch:
14465                 Support of new GNU/aspell is now included and the old pspell
14466                 is not supported anymore.
14467                 See README.claws
14468
14469         * README.claws
14470                 Updated spell checker text to reflect the switch to GNU/aspell
14471
14472         * ac/aspell.m4          *** NEW ***
14473         * src/gtkaspell.[ch]    *** NEW *** 
14474         * ac/pspell.m4          *** DELETED *** 
14475         * src/gtkspell.[ch]     *** DELETED ***
14476
14477         * ac/Makefile.am
14478                 Updated for GNU/aspell support
14479
14480         * po/POTFILES.in
14481                 Replaced gtkspell.c by gtkaspell.c
14482
14483         * acconfig.h
14484         * src/Makefile.am
14485         * src/about.c
14486         * src/compose.[ch]
14487         * src/crash.c
14488         * src/main.c
14489         * src/prefs_common.[ch]
14490                 Updated for GNU/aspell support
14491
14492 2002-08-28 [paul]       0.8.2claws2
14493
14494         * sync with 0.8.2cvs4
14495                 see ChangeLog 2002-08-27 and 2002-08-28
14496
14497 2002-08-28 [colin]      0.8.2claws1
14498
14499         * src/summary_search.c
14500                 Added "AND search"
14501
14502 2002-08-28 [jens]       0.8.2claws
14503
14504         *po/de.po
14505                 Updated German translations
14506
14507 2002-08-27 [melvin]     0.8.2claws
14508
14509         * po/fr.po
14510                 Updated French translations
14511
14512 2002-08-27 [paul]       0.8.2claws
14513
14514         * sync with 0.8.2 main release
14515
14516         * po/en_GB.po
14517           po/es.po
14518           po/it.po
14519           po/pl.po
14520           po/pt_BR.po
14521           po/sr.po
14522                 updated message catalogs submitted by
14523                 Ricardo Mones Lastra, Alessandro Maestri,
14524                 Witold Wladyslaw Wojciech Wilk, Fabio Jr.
14525                 Beneditto and Urke MMI  
14526
14527 2002-08-27 [hoa]        0.8.1claws123
14528
14529         * src/mainwindow.[ch]
14530         * src/summaryview.[ch]
14531                 removed the "filter setting" menu option.
14532                 add a "cancel a news message" menu option.
14533
14534 2002-08-26 [martin]     0.8.1claws122
14535
14536         * ChangeLog.claws
14537                 changed string under 0.8.1claws79 changed by myself
14538                 i'm sorry alfons :(
14539
14540 2002-08-26 [martin]     0.8.1claws121
14541
14542         * src/crash.c
14543                 added kill command to debuggerrc to start crash dialog
14544
14545 2002-08-26 [paul]       0.8.1claws120
14546
14547         * sync with 0.8.1cvs31
14548                 see ChangeLog 2002-08-26
14549
14550 2002-08-25 [alfons]     0.8.1claws119
14551
14552         * src/procmsg.c
14553                 fix bug that didn't send out correct headers to news server
14554                 when sending news article and email from queue (bug reported
14555                 and patch provided by Tim Mann; closes bug 
14556                 "[ 583196 ] 0.7.8claws can't post news")
14557
14558 2002-08-25 [alfons]     0.8.1claws118
14559
14560         * src/selective_download.c
14561                 mark two strings as translatable
14562                 (thanks to Urke MMI for pointing this out)
14563
14564 2002-08-25 [alfons]     0.8.1claws117
14565
14566         * src/summaryview.c
14567                 treat sent boxes as special and allow sorting them by addressee
14568                 (closes "[ 589418 ] Sent folder sorting misbehavior"
14569                 submitted by Steve Lamb)
14570
14571 2002-08-24 [alfons]     0.8.1claws116
14572
14573         * src/matcher.c
14574                 fix memleak reported by Martin Kluge
14575                 (see: "[ 599677 ] Very small memory leak in 0.81claws115")
14576
14577 2002-08-24 [oliver]     0.8.1claws115
14578
14579         * src/prefs_toolbar.c
14580                 o code cleanup as suggested by Alfons
14581                 o memleak fix
14582
14583 2002-08-24 [alfons]     0.8.1claws114
14584
14585         * src/summaryview.c
14586                 o fix another memory leak reported by Martin Kluge
14587                   (see "[ 599568 ] Small Memory Leak")
14588                 o remove 'from' variable from 'summary_set_header()'; we can
14589                   do with just 'to' 
14590
14591 2002-08-24 [paul]       0.8.1claws113
14592
14593         * sync with 0.8.1cvs30
14594                 see ChangeLog 2002-08-23
14595
14596 2002-08-24 [alfons]     0.8.1claws112
14597
14598         * src/summaryview.c
14599                 remove unnecessary allocations for search bar fixing leaks
14600                 reported by Martin Kluge
14601                 (see "[ 599451 ] Further memory leaks?")
14602
14603 2002-08-24 [alfons]     0.8.1claws111
14604
14605         * src/main.c
14606                 make get_socket_name() public for crash.c
14607         * src/crash.c
14608                 o make report bug button work (goes to claws' 
14609                   bug tracker at sf.net)
14610                 o introduce function for doing important stuff just
14611                   before claws goes down
14612                 o clean up code 
14613
14614 2002-08-24 [alfons]     0.8.1claws110
14615
14616         * src/compose.c
14617                 move cursor to "To" entry when forwarding as attachment
14618                 (reported and solved by Steve Lamb, closes bug report
14619                 "[ 592880 ] Forward as attachment; cursor not in to")
14620
14621 2002-08-24 [colin]      0.8.1claws109
14622
14623         * src/mainwindow.c
14624                 fix quick search visibility after GUI (de)separations.
14625
14626 2002-08-23 [colin]      0.8.1claws108
14627
14628         * src/mainwindow.c
14629                 fix header pane visibility after folderview or
14630                 messageview (de)separation
14631
14632 2002-08-23 [paul]       0.8.1claws107
14633
14634         * src/mainwindow.[ch]
14635           src/toolbar.c
14636                 give full control of display or non-display 
14637                 of the Execute icon to Custom toolbar settings.
14638                 add new sensitivity condition to maninwindow.h: 
14639                 M_DELAY_EXEC
14640
14641         * ChangeLog
14642           ChangeLog.jp
14643           NEWS
14644                 more sync with 0.8.1cvs29
14645
14646 2002-08-23 [melvin]     0.8.1claws106
14647
14648         * src/alertpanel.c
14649                 Readded support for custom widget in alertpanel lost in last
14650                 sync.
14651
14652 2002-08-23 [paul]       0.8.1claws105
14653
14654         * sync with 0.8.1cvs29
14655                 see ChangeLog 2002-08-23
14656
14657 2002-08-23 [colin]      0.8.1claws104
14658
14659         * src/summaryview.c
14660                 Fix folder and search pixmaps exchanging positions
14661                 after theme or toolbar changes. Thank to Oliver for 
14662                 reporting this.
14663
14664 2002-08-23 [colin]      0.8.1claws103
14665
14666         * src/mainwindow.c
14667           src/messageview.[ch]
14668           src/noticeview.[ch]
14669           src/summaryview.c
14670                 Changed messageview_create() and noticeview_create()
14671                 to avoid the last gdk_warning
14672
14673 2002-08-22 [colin]      0.8.1claws102
14674
14675         * src/summaryview.c
14676                 Fix my new `Creating pixmap from xpm' warning
14677
14678 2002-08-22 [colin]      0.8.1claws101
14679
14680         * src/mainwindow.c
14681                 Fix some of the gdk warnings
14682
14683 2002-08-22 [colin]      0.8.1claws100
14684
14685         * src/Makefile.am
14686         * src/stock_pixmap.c
14687         * src/stock_pixmap.h
14688         * src/pixmaps/quicksearch.xpm *ADDED*
14689                 Add the quicksearch pixmap
14690         * src/mainwindow.c
14691         * src/summaryview.c
14692         * src/summaryview.h
14693                 Make quicksearch bar visible/hidden via a button
14694
14695 2002-08-22 [christoph]  0.8.1claws99
14696
14697         * src/folder.c
14698                 fix folder update for newsgroups with message
14699                 numbers below minimum number of articles to fetch
14700                 (closes bug #598445)
14701
14702 2002-08-22 [paul]       0.8.1claws98
14703
14704         * sync with 0.8.1cvs28
14705                 see ChangeLog 2002-08-22
14706
14707 2002-08-21 [alfons]     0.8.1claws97
14708
14709         * src/crash.c
14710                 use bt instead of bt full which seems to work 
14711                 better, and bt full doesn't give a great deal 
14712                 of information anyway
14713
14714 2002-08-21 [colin]      0.8.1claws96
14715
14716         * src/summaryview.c
14717                 fix summaryview_searchtype_changed prototype
14718
14719 2002-08-21 [christoph]  0.8.1claws95
14720
14721         * src/mainwindow.c
14722                 o fix broken menu update for sorting type, we have to
14723                   get this info from the summaryview now
14724                 o removed setting of threaded state in menu callback
14725         * src/summaryview.[ch]
14726                 more summaryview/folderitem seperation for
14727                 threading option
14728         * configure.in
14729                 removed not required --with-compiler-flags option
14730
14731 2002-08-21 [oliver]     0.8.1claws94
14732         
14733         * src/toolbar.h 
14734                 o rename toolbar.xml to toolbar_main.xml
14735                   since toolbar_compose.xml might come up 
14736                   any time soon
14737         * README.claws
14738                 add custom toolbar              
14739
14740 2002-08-21 [darko]      0.8.1claws93
14741
14742         * src/procmsg.c
14743                 don't reset tmp flags for messages copied
14744                 to sent folder
14745
14746 2002-08-21 [colin]      0.8.1claws92
14747         
14748         * src/prefs_filtering.c
14749                 fix renaming rules on folder rename 
14750                 when folder is not a leaf folder
14751
14752 2002-08-21 [paul]       0.8.1claws91
14753
14754         * src/prefs_folder_item.c
14755                 fix alignment of colour selector
14756
14757 2002-08-21 [paul]       0.8.1claws90
14758
14759         * sync with 0.8.1cvs27
14760                 see ChangeLog 2002-08-21
14761
14762 2002-08-21 [paul]       0.8.1claws89
14763
14764         * src/summaryview.c
14765                 fix crash when changing field type in
14766                 Quick search bar
14767
14768 2002-08-21 [colin]      0.8.1claws88
14769
14770         * src/summaryview.c
14771                 Made quick search case-insensitive
14772
14773 2002-08-21 [paul]       0.8.1claws87
14774
14775         * sync with 0.8.1cvs26
14776                 see ChangeLog 2002-08-21
14777
14778 2002-08-20 [christoph]  0.8.1claws86
14779
14780         * src/folderview.c
14781         * src/main.c
14782         * src/summaryview.[ch]
14783                 more summaryview/folderitem seperation for
14784                 sort_key and sort_type
14785         * src/procmsg.c
14786                 added missing return statement
14787
14788 2002-08-20 [colin]      0.8.1claws85
14789
14790         * src/summaryview.[ch]
14791                 Added a quick search box
14792         * src/mainwindow.c
14793         * src/prefs_common.[ch]
14794                 Added a show/hide option for the quick search
14795
14796 2002-08-20 [oliver]     0.8.1claws84
14797         
14798         * src/mainwindow.c
14799                 remove toolbar_create_popups
14800         * src/toolbar.[ch]
14801                 o remove toolbar_create_popups
14802                 o fix toolbar_set_sensitive 
14803                   (Bug reports #596834 and #596832)     
14804         * src/prefs_toolbar.c
14805                 o add "Set default" button
14806                 o align label and text + combo widgets
14807
14808 2002-08-20 [hoa]        0.8.1claws83bis
14809
14810         * src/imap.c
14811                 fixed a bug in imap_fetch_msginfo() in case there is no
14812                 current folder.
14813
14814 2002-08-20 [darko]      0.8.1claws83
14815
14816         * src/folderview.c
14817                 copy the color style of folder view so it
14818                 works with GTK themes
14819
14820 2002-08-20 [darko]      0.8.1claws82
14821
14822         * src/folder.h
14823         * src/folderview.c
14824         * src/prefs_folder_item.[hc]
14825                 don't use UI stuff in folder.h
14826
14827 2002-08-20 [darko]      0.8.1claws81
14828
14829         * src/folder.h
14830         * src/prefs_folder_item.h
14831         * src/folderview.c
14832         * src/prefs_folder_item.c
14833                 ability to set folder color in folderview
14834
14835 2002-08-19 [alfons]     0.8.1claws80
14836
14837         * src/summaryview.c
14838                 fix one of the earlier memleaks reported by Martin Kluge
14839
14840 2002-08-19 [alfons]     0.8.1claws79
14841
14842         * src/mainwindow.c
14843                 hide notice view when selecting seperate folder
14844                 view (reported by Urke MMI)
14845
14846 2002-08-19 [christoph]  0.8.1claws78
14847
14848         * src/folderview.c
14849         * src/prefs_folder_item.h
14850         * src/summaryview.[ch]
14851                 o add summary_set_prefs_from_folderitem to set
14852                   summaryview prefs (first step to remove all
14853                   references to the folderitem in summaryview)
14854                 o moved compiled regex stuff from folderitem prefs
14855                   to summaryview code
14856
14857 2002-08-19 [paul]       0.8.1claws77
14858
14859         * src/compose.c
14860                 add check for '.' to QUOTE_IF_REQUIRED
14861
14862 2002-08-19 [paul]       0.8.1claws76
14863
14864         * src/inc.c
14865                 sync with 0.8.1cvs25 (plug memory leak)
14866
14867         * src/prefs_toolbar.c
14868                 re-order prefs_toolbar_cancel()
14869
14870 2002-08-18 [alfons]     0.8.1claws75
14871
14872         * src/inc.c
14873         * src/matcher.c
14874                 plug other memleaks reported by Martin Kluge
14875
14876 2002-08-18 [paul]       0.8.1claws74
14877
14878         * po/pt_BR.po
14879                 updated by Fabio Jr. Beneditto
14880
14881 2002-08-18 [paul]       0.8.1claws73
14882
14883         * src/toolbar.[ch]
14884                 fix bug where tooltips were displayed untranslated              
14885
14886         * src/prefs_toolbar.c
14887                 fix bug where clicking 'Cancel' creates an icon & text
14888                 toolbar regardless of prefs
14889         
14890
14891 2002-08-17 [oliver]     0.8.1claws72
14892
14893         * src/prefs_toolbar.c
14894                 update toolbar on CANCEL
14895                 bug reported by Martin Kluge
14896         * src/toolbar.c
14897                 toolbar_destroy memleak fixed           
14898
14899 2002-08-17 [alfons]     0.8.1claws71
14900
14901         * src/toolbar.c
14902                 plug another memleak reported by Martin Kluge
14903
14904 2002-08-16 [alfons]     0.8.1claws70
14905
14906         * src/crash.c
14907                 use execvp() correctly (suggested by wwp; thanks!)
14908
14909 2002-08-16 [alfons]     0.8.1claws69
14910
14911         * src/gtksctree.c
14912                 plug memory leak reported by Kim Schultz & Martin Kluge
14913
14914 2002-08-16 [paul]       0.8.1claws68
14915
14916         * po/es.po
14917                 updated by Ricardo Mones Lastra
14918
14919 2002-08-16 [paul]       0.8.1claws67
14920
14921         * src/toolbar.h
14922                 fix bug where 'Compose News' icon showed wrong
14923                 tooltip
14924
14925 2002-08-16 [paul]       0.8.1claws66
14926
14927         * sync with 0.8.1cvs24
14928                 see ChangeLog 2002-08-16
14929
14930         * po/it.po
14931                 updated by Alessandro Maestri
14932
14933 2002-08-15 [paul]       0.8.1claws65
14934
14935         * po/sr.po
14936                 updated by Urke MMI
14937
14938 2002-08-15 [paul]       0.8.1claws64
14939
14940         * src/*.c
14941                 don't translate debug info
14942
14943         * src/matcher.[ch]
14944                 add copyright info
14945
14946 2002-08-15 [paul]       0.8.1claws63
14947
14948         * src/prefs_toolbar.c
14949                 fix bug where clicking 'OK' creates an icon & text
14950                 toolbar regardless of prefs
14951
14952 2002-08-14 [alfons]     0.8.1claws62
14953
14954         * src/main.c
14955                 add global var that has the full argv[0]
14956         * src/crash.c
14957                 o execvp the correct sylpheed by using argv0
14958                   and setting the correct work dir
14959                 o other tweaks  
14960
14961 2002-08-14 [oliver]     0.8.1claws61
14962         
14963         * enable/disable Toolbar Action Buttons 
14964         * code cleanups
14965         * src/mainwindow.c
14966         * src/toolbar.[ch]      
14967         * src/prefs_toolbar.c   
14968
14969 2002-08-14 [melvin]     0.8.1claws60
14970
14971         * po/fr.po
14972                 Updated French translations
14973
14974 2002-08-14 [melvin]     0.8.1claws59
14975
14976         * src/crash.c
14977                 Made bug report not translatable
14978         * src/exporthtml.c
14979                 Fixed exporthtml_build_filespec() return value
14980         * src/foldersel.c
14981                 Fixed incorrect include file
14982         * src/gtkspell.c
14983         * src/prefs_actions.c
14984         * src/prefs_toolbar.c
14985                 Made debug info not translatable
14986         * src/mutt.c
14987         * src/quote_fmt.c
14988                 Added missing includes
14989         * src/prefs_common.c
14990                 Fixed typo
14991
14992 2002-08-14 [paul]       0.8.1claws58
14993
14994         * faq/es/sylpheed-faq.html
14995           faq/es/sylpheed-faq-[1-3].html
14996           faq/es/sylpheed-faq-4.html     **NEW FILE **
14997                 update Spanish FAQ
14998
14999 2002-08-13 [christoph]  0.8.1claws57
15000
15001         * src/procmsg.c
15002                 ignore thread fix that did not mark all
15003                 child nodes of a ignored thread as
15004                 ignored. Does not work perfectly yet,
15005                 but it is better now
15006
15007 2002-08-13 [alfons]     0.8.1claws56
15008
15009         * src/crash.c
15010                 o implement 'save crash log'
15011                 o some tweaks
15012
15013 2002-08-13 [melvin]     0.8.1claws55
15014
15015         * src/main.c
15016                 removed unrequired "execinfo.h" header
15017
15018 2002-08-12 [paul]       0.8.1claws54
15019
15020         * faq/en/sylpheed-faq.html
15021           faq/en/sylpheed-faq-[1-3].html
15022           faq/en/sylpheed-faq-4.html     **NEW FILE **
15023                 update English FAQ
15024
15025 2002-08-12 [alfons]     0.8.1claws53
15026
15027         * po/POTFILES.in
15028                 add crash.c to translatables
15029         * src/crash.c
15030                 bring in Leandro's crash dialog
15031
15032 2002-08-11 [alfons]     0.8.1claws52
15033
15034         * src/crash.c
15035                 clean up some warnings
15036
15037 2002-08-11 [alfons]     0.8.1claws51
15038
15039         * acconfig.h
15040         * configure.in
15041         * src/crash.[ch]        ** NEW FILES **
15042         * src/main.c            
15043                 initial gdb crash handler
15044
15045 2002-08-11 [paul]       0.8.1claws50
15046
15047         * src/prefs_toolbar.c
15048                 replace Up/Down arrow pixmaps with text to be
15049                 consistent across icon themes
15050
15051 2002-08-11 [paul]       0.8.1claws49
15052
15053         * src/prefs_common.c
15054           src/prefs_toolbar.c
15055                 rename 'Pixmap' -> 'Icon'
15056
15057         * src/toolbar.[ch]
15058                 rename  'A_SEND_QUEUD' -> 'A_SEND_QUEUED'
15059
15060 2002-08-10 [paul]       0.8.1claws48
15061
15062         * src/prefs_toolbar.c
15063                 re-work the UI
15064
15065 2002-08-10 [paul]       0.8.1claws47
15066
15067         * src/main.c
15068                 don't write Processing progress to status bar
15069                 patch submitted by Alexander Evseev
15070
15071         * src/prefs_toolbar.c
15072                 re-position and resize window
15073                 make window assume correct size on first call
15074
15075 2002-08-10 [paul]       0.8.1claws46
15076
15077         * src/mainwindow.c
15078           src/prefs_toolbar.c
15079           src/toolbar.c
15080           src/toolbar.h
15081                 obey coding style
15082                 follow UI text conventions
15083
15084 2002-08-10 [alfons]     0.8.1claws45
15085
15086         * src/toolbar.c
15087                 correct pixmap for delete action
15088
15089 2002-08-10 [paul]       0.8.1claws44
15090
15091         * po/pt_BR.po
15092                 updated by Fabio Jr. Beneditto
15093
15094 2002-08-10 [paul]       0.8.1claws43
15095
15096         * po/POTFILES.in
15097                 add custom toolbar files
15098
15099 2002-08-10 [paul]       0.8.1claws42
15100
15101         * sync with 0.8.1cvs22
15102                 see ChangeLog 2002-08-09
15103
15104 2002-08-09 [paul]       0.8.1claws41
15105
15106         * tools/Makefile.am
15107           tools/README
15108           tools/outlook2sylpheed.pl     ** NEW FILE **
15109                 add script to convert exported Outlook
15110                 contacts list to a Sylpheed addressbook.
15111                 Submitted by Ricardo Mones Lastra.
15112
15113 2002-08-09 [paul]       0.8.1claws40
15114
15115         * AUTHORS
15116           configure.in
15117           po/sr.po      ** NEW FILE **
15118                 add Serbian message catalog. Submitted by
15119                 Urosevic Aleksandar aka Urke MMI <urke-kg@eunet.yu>             
15120
15121 2002-08-09 [paul]       0.8.1claws39
15122
15123         * sync with 0.8.1cvs21
15124                 see ChangeLog 2002-08-08
15125
15126 2002-08-08 [oliver]     0.8.1claws38
15127
15128         * src/mainwindow.c
15129                 move Custom Toolbar to Configuration menu
15130
15131 2002-08-08 [oliver]     0.8.1claws37
15132
15133         * src/prefs_toolbar.c
15134                 fix substitute pixmap bug
15135
15136 2002-08-08 [paul]       0.8.1claws36
15137
15138         * sync with 0.8.1cvs19
15139                 see ChangeLog 2002-08-08
15140
15141 2002-08-07 [christoph]  0.8.1claws35
15142
15143         * src/utils.c
15144                 fixed a memory leak in new canonicalize_file_replace
15145
15146 2002-08-07 [christoph]  0.8.1claws34
15147
15148         * src/utils.[ch]
15149                 o canonicalize_file_replace should create the temporary
15150                   file in the same directory as the original file.
15151                 o added get_tmpfile_in_dir that creates a temorary file
15152                   in a specified directory.
15153
15154 2002-08-07 [melvin]     0.8.1claws33
15155
15156         * src/toolbar.c
15157                 fixed bug where 'Article' button acted as 'Email' button.
15158
15159 2002-08-07 [paul]       0.8.1claws32
15160
15161         * sync with 0.8.1.cvs17
15162                 see ChangeLog 2002-08-07
15163
15164 2002-08-07 [colin]      0.8.1claws31
15165         
15166         * src/news.c
15167                 fix mass-cancel problem
15168
15169 2002-08-07 [thorsten]   0.8.1claws30
15170
15171         * src/prefs_toolbar.c
15172                 fix: crash on replace or add new button
15173         * src/toolbar.c
15174                 fix: close xmlfile after reading
15175         * src/utils.c
15176                 fix: unlink() file before rename()
15177
15178 2002-08-06 [paul]       0.8.1claws29
15179
15180         * sync with 0.8.cvs15
15181                 see ChangeLog 2002-08-06
15182
15183 2002-08-06 [oliver]     0.8.1claws28
15184
15185         * src/toolbar.c
15186         * src/prefs_toolbar.c
15187                 fixed empty toolbar issue
15188
15189 2002-08-06 [oliver]     0.8.1claws27
15190
15191         * Custom Toolbar Final 
15192         * src/folderview.c
15193         * src/inc.c
15194         * src/summaryview.c
15195                 o toolbar stuff now lives in src/toolbar.[ch]
15196                 o main_window_toolbar_* functions are renamed to
15197                   toolbar_* reflecting their new source file
15198         * src/mainwindow.[ch]
15199                 o remove toolbar stuff  
15200
15201 2002-08-06 [oliver]     0.8.1claws26
15202         
15203         * src/Makefile.am
15204         * src/prefs_toolbar.[ch]        **New File**
15205         * src/toolbar.[ch]              **New File**
15206                 o prefs_toolbar.[ch] custom toolbar frontend
15207                 o toolbar.[ch]       backend 
15208
15209 2002-08-06 [oliver]     0.8.1claws25
15210
15211         * src/prefs_actions.[ch]
15212                 o new exported function actions_execute
15213
15214 2002-08-06 [paul]       0.8.1claws24
15215
15216         * sync with 0.8.1cvs4
15217                 see ChangeLog 2002-08-06
15218
15219 2002-08-06 [paul]       0.8.1claws23
15220
15221         * sync with 0.8.1cvs13
15222                 see ChangeLog 2002-08-06
15223
15224 2002-08-06 [paul]       0.8.1claws22
15225
15226         * sync with 0.8.1cvs12
15227                 see ChangeLog 2002-08-05 and 2002-08-06
15228
15229 2002-08-06 [match]      0.8.1claws21
15230
15231         * src/addrclip.c
15232                 improvements to cut/copy/paste address
15233
15234 2002-08-05 [match]      0.8.1claws20
15235
15236         * src/addritem.[ch]
15237         * src/addrcache.c
15238         * src/addrbook.c
15239         * src/editaddress.c
15240         * src/addressbook.c
15241                 fixes to improve cut/copy/paste
15242
15243 2002-08-06 [melvin]     0.8.1claws19
15244
15245         * src/account.[ch]
15246                 account_find_all_from_address(): new function that returns the
15247                 list of all accounts that are matched in an address.
15248         * src/alertpanel.[ch]
15249                 alertpanel() now accepts a custom widget
15250                 alertpanel_with_widget(): new function that pops up a panel with
15251                 a custom widget in it 
15252         * src/gtkutils.[ch]
15253                 gtkut_account_menu_new(): new function that allows the selection
15254                 of an account from a list of accounts.
15255         * src/messageview.c
15256                 Extended Return Receipt notification to select the correct 
15257                 account and to make a security test on the Delivery-Notification
15258                 address which should be the same as the Return-Path.
15259
15260 2002-08-06 [thorsten]   0.8.1claws18
15261
15262         * src/mimeview.c
15263                 attach_all: save unnamed as "noname.%d",
15264                 dont free static dirname
15265
15266 2002-08-05 [alfons]     0.8.1claws17
15267
15268         * configure.in
15269                 detect XIM by trying to link rather than compile a XIM program
15270
15271 2002-08-05 [oliver]     0.8.1claws16
15272                 
15273         * src/stock_pixmap.[ch]
15274                 o add UP_ARROW to available pixmaps (already in pixmap-directory)
15275                 o new func to retrieve pixmaps
15276
15277 2002-08-05 [paul]       0.8.1claws15
15278
15279         * sync with 0.8.1cvs10
15280                 see ChangeLog 2002-08-05
15281
15282 2002-08-04 [alfons]     0.8.1claws14
15283
15284         * src/textview.c
15285                 see if this plugs memleak
15286
15287 2002-08-04 [melvin]     0.8.1claws13
15288
15289         * src/gtkspell.c
15290                 fixed bug that could crash Sylpheed when highlighting
15291                 all misspelled words.
15292
15293 2002-08-03 [melvin]     0.8.1claws12
15294
15295         * src/prefs_actions.c
15296                 removed unnecessary checks for NULL introduced in 0.8.1claws11.
15297         * src/messageview.c
15298                 fixed bug where the Return Receipt was sent to
15299                 Delivery-Notification-To address even if it was not present
15300
15301 2002-08-02 [alfons]     0.8.1claws11
15302
15303         * src/prefs_actions.c
15304                 o more check for NULLs
15305                 o put create_io_dialog() in right conditional block
15306
15307 2002-08-02 [paul]       0.8.1claws10
15308
15309         * po/es.po
15310                 updated by Ricardo Mones Lastra
15311
15312 2002-08-01 [christoph]  0.8.1claws9
15313
15314         * src/folder.c
15315                 don't free the cache of the opened
15316                 folder in the summaryview
15317         * src/summaryview.c
15318                 don't unset flags, if it is not required
15319
15320 2002-08-01 [paul]       0.8.1claws8
15321
15322         * sync with 0.8.1cvs8
15323                 see ChangeLog entry 2002-08-01
15324
15325 2002-08-01 [paul]       0.8.1claws7
15326
15327         * sync with 0.8.1cvs7
15328                 see ChangeLog 2002-07-31 and 2002-08-01
15329
15330 2002-07-31 [christoph]  0.8.1claws6
15331
15332         * src/mainwindow.c
15333                 forgot to update menu sensitivity
15334                 function for new menu entry
15335
15336 2002-07-31 [alfons]     0.8.1claws5
15337
15338         * src/main.c
15339                 check folder item and its path for NULL on
15340                 initial processing
15341
15342 2002-07-31 [christoph]  0.8.1claws4
15343
15344         * src/folder.c
15345                 check if folder_item_get_msginfo in
15346                 folder_item_remove_msg returned NULL
15347         * src/imap.c
15348                 better clear the uid cache in the
15349                 uid validity check function and delete
15350                 cached messages
15351
15352 2002-07-31 [paul]       0.8.1claws3
15353
15354         * man/sylpheed.1
15355                 add the '--attach' option and a few other
15356                 minor changes
15357
15358 2002-07-31 [paul]       0.8.1claws2
15359
15360         * sync with 0.8.1cvs5
15361                 see ChangeLog 2002-07-31
15362
15363 2002-07-31 [christoph]  0.8.1claws1
15364
15365         * src/folderview.[ch]
15366         * src/mainwindow.c
15367                 replace "Rescan all folders..." with
15368                 "Check all folders for new messages..."
15369
15370 2002-07-30 [paul]       0.8.1claws
15371
15372         * version 0.8.1claws released
15373
15374 2002-07-30 [paul]       0.8.0claws29
15375
15376         * tools/OOo2sylpheed.pl ** NEW FILE **
15377           tools/README
15378                 add script to enable sending documents as
15379                 attachments from OpenOffice.org
15380
15381 2002-07-30 [melvin]     0.8.0claws28
15382
15383         * src/prefs_actions.c
15384                 Made the actions' input/output dialog display
15385                 without delay.
15386
15387 2002-07-30 [christoph]  0.8.0claws27
15388
15389         * src/procmsg.c
15390                 check if folder_item_get_msginfo in
15391                 procmsg_save_to_outbox returned NULL
15392
15393 2002-07-30 [paul]       0.8.0claws26
15394
15395         * sync with 0.8.1cvs4
15396                 see ChangeLog 2002-07-29
15397
15398 2002-07-29 [thorsten]   0.8.0claws25
15399
15400         * README.claws
15401                 added selective download, delete on server
15402
15403 2002-07-29 [paul]       0.8.0claws24
15404
15405         * sync with 0.8.1cvs3
15406                 see ChangeLog 2002-07-29
15407
15408 2002-07-27 [christoph]  0.8.0claws23
15409
15410         * src/folder.c
15411                 add extra check if fetching the msginfo
15412                 returned NULL
15413
15414 2002-07-27 [paul]       0.8.0claws22
15415
15416         * sync with 0.8.1cvs2
15417                 see ChangeLog 2002-07-26
15418
15419 2002-07-27 [christoph]  0.8.0claws21
15420
15421         * src/imap.c
15422                 add another check if a valid msginfo
15423                 was returned
15424
15425 2002-07-26 [hoa]        0.8.0claws20
15426
15427         * src/folder.c
15428                 Fixed a condition in folder_item_destroy()
15429
15430         * src/imap.c
15431                 Fixed an error in IMAP protocol
15432
15433 2002-07-26 [alfons]     0.8.0claws19
15434
15435         * src/folder.c
15436                 ofcourse compare with identifier, not the path
15437
15438 2002-07-26 [alfons]     0.8.0claws18
15439
15440         * src/folder.c
15441                 use folder item identifier for saving / restoring
15442                 preferences because folder->path might not be unique
15443
15444 2002-07-26 [melvin]     0.8.0claws17
15445
15446         * src/logwindow.c
15447                 Fixed a crash introduced in 0.8.0claws5 when log is 
15448                 cut under 80 characters.
15449
15450 2002-07-26 [paul]       0.8.0claws16
15451
15452         * sync with 0.8.1cvs1
15453                 see ChangeLog 2002-07-26
15454
15455 2002-07-26 [christoph]  0.8.0claws15
15456
15457         * src/imap.[ch]
15458                 imap folder now remembers the last selected
15459                 folder and imap_fetch_msginfo skips selecting
15460                 the folder if it is already selected
15461
15462 2002-07-26 [christoph]  0.8.0claws14
15463
15464         * src/folder.c
15465         * src/folderview.c
15466         * src/imap.c
15467                 fix imap folder rescanning
15468
15469 2002-07-25 [christoph]  0.8.0claws13
15470
15471         * src/filter.c
15472         * src/folder.[ch]
15473         * src/folderview.c
15474         * src/imap.[ch]
15475         * src/mainwindow.c
15476         * src/mbox_folder.c
15477         * src/mh.c
15478         * src/news.c
15479                 implement imap uid cache and uid validity check
15480
15481 2002-07-25 [alfons]     0.8.0claws12
15482
15483         * src/summaryview.c
15484                 fix a brown paper bag bug, and also add some more
15485                 checks
15486
15487 2002-07-25 [christoph]  0.8.0claws11
15488
15489         * src/folder.c
15490                 don't mix copy, fetch_msginfo and remove
15491                 operations in folder item copy and move
15492                 operations
15493
15494 2002-07-25 [christoph]  0.8.0claws10
15495
15496         * src/folderview.c
15497         * src/mainwindow.c
15498         * src/prefs_folder_item.c
15499         * src/summaryview.[ch]
15500                 remove no longer required parameter update_cache from
15501                 summary_show
15502
15503 2002-07-25 [paul]       0.8.0claws9
15504
15505         * sync with 0.8.1
15506         
15507         * AUTHORS
15508                 a few corrections
15509
15510 2002-07-24 [alfons]     0.8.0claws8
15511
15512         * src/summaryview.c
15513                 sort correctly when using simplified subject line
15514                 (closes feature request "[ 585141 ] applying regexp to subject 
15515                 before sort" submitted by Alexandra Walford)
15516
15517 2002-07-24 [paul]       0.8.0claws7
15518
15519         * sync with 0.8.0cvs3
15520                 see ChangeLog 2002-07-24
15521
15522 2002-07-23 [christoph]  0.8.0claws6
15523
15524         * src/folder.c
15525         * src/folder.h
15526         * src/summaryview.c
15527         * src/summaryview.h
15528         * src/main.c
15529                 o separate processing and summaryview
15530                 o removed summary_write_cache from summaryview
15531                 o removed summaryview->killed_messages, because we don't have
15532                   to keep a list of killed messages anymore. New cache will
15533                   keep the hidden messages in cache anyway
15534         * src/folderview.c
15535         * src/inc.c
15536         * src/selective_download.c
15537                 o removed unnecessary summary_write_cache calls
15538         * src/procmsg.c
15539                 o don't set ignore thread flag in procmsg_get_thread_tree
15540                   if it is already set
15541         * src/mainwindow.c
15542         * src/statusbar.h
15543                 o moved STATUSBAR_PUSH/POP to statusbar.h because
15544                   they are used in different files
15545
15546 2002-07-23 [melvin]     0.8.0claws5
15547
15548         * src/addressbook.c
15549         * src/addrgather.c
15550         * src/editaddress.c
15551         * src/editgroup.c
15552         * src/editldap_basedn.c
15553         * src/importldif.c
15554         * src/prefs_common.c
15555                 Fixed few memory leak (gtk_editable_get_chars returns
15556                 an allocated string)
15557         * src/logwindow.c
15558                 Fixed few memory leak (gtk_editable_get_chars returns
15559                 an allocated string) and modified a little the log cutting
15560                 loop.
15561         * src/compose.c
15562                 Replaced a call to an obsolete function gtk_entry_get_text()
15563                 by gtk_editable_get_chars()
15564         * src/send.c
15565                 Removed a debug printf
15566
15567 2002-07-23 [christoph]  0.8.0claws4
15568
15569         * src/filesel.c
15570                 fix another g_dirname memory leak
15571
15572 2002-07-23 [christoph]  0.8.0claws3
15573
15574         * src/mh.c
15575                 fixed a memory leak in mh_fetch_msginfo
15576                 fixed crash when message header could not be
15577                 parsed
15578
15579 2002-07-23 [paul]       0.8.0claws2
15580
15581         * sync with 0.8.0cvs2
15582                 see ChangeLog 2002-07-23
15583
15584 2002-07-23 [paul]       0.8.0claws1
15585
15586         * sync with 0.8.0cvs1
15587                 see ChangeLog 2002-07-23
15588
15589 2002-07-23 [paul]       0.8.0claws
15590
15591         * release of 0.8.0claws